Skip to content

Commit

Permalink
Storybook Update: [FIX] Fixed validation on Gitrepo page (#12386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rancher Storybook committed Oct 29, 2024
1 parent e12810d commit c30c8fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,4 @@

import './9938.87f10cd6.iframe.bundle.js';

import './main.4b3da295.iframe.bundle.js';</script></body></html>
import './main.1934f1dc.iframe.bundle.js';</script></body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"generatedAt":1730212913577,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.22"},"features":{"buildStoriesJson":true},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/vue3-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/vue3","storybookVersion":"7.6.20","storybookVersionSpecifier":"^7.6.17","language":"javascript","storybookPackages":{"@storybook/addon-a11y":{"version":"7.6.20"},"@storybook/addon-actions":{"version":"7.6.20"},"@storybook/addon-essentials":{"version":"7.6.20"},"@storybook/addon-links":{"version":"7.6.20"},"@storybook/addon-mdx-gfm":{"version":"7.6.20"},"@storybook/cli":{"version":"7.6.20"},"@storybook/test-runner":{"version":"0.11.0"},"@storybook/vue3":{"version":"7.6.20"},"@storybook/vue3-webpack5":{"version":"7.6.20"},"storybook":{"version":"0.0.0"},"storybook-auto-events":{"version":"0.1.1"},"storybook-dark-mode":{"version":"1.1.2"}},"addons":{"$SNIP/node_modules/@storybook/addon-links":{"version":null},"$SNIP/node_modules/@storybook/addon-essentials":{"version":null},"$SNIP/node_modules/@storybook/addon-a11y":{"version":null},"$SNIP/node_modules/storybook-dark-mode":{"version":null},"$SNIP/node_modules/@storybook/addon-actions":{"version":null},"$SNIP/node_modules/@storybook/addon-mdx-gfm":{"version":null},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.3"}}}
{"generatedAt":1730214981367,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.22"},"features":{"buildStoriesJson":true},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/vue3-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/vue3","storybookVersion":"7.6.20","storybookVersionSpecifier":"^7.6.17","language":"javascript","storybookPackages":{"@storybook/addon-a11y":{"version":"7.6.20"},"@storybook/addon-actions":{"version":"7.6.20"},"@storybook/addon-essentials":{"version":"7.6.20"},"@storybook/addon-links":{"version":"7.6.20"},"@storybook/addon-mdx-gfm":{"version":"7.6.20"},"@storybook/cli":{"version":"7.6.20"},"@storybook/test-runner":{"version":"0.11.0"},"@storybook/vue3":{"version":"7.6.20"},"@storybook/vue3-webpack5":{"version":"7.6.20"},"storybook":{"version":"0.0.0"},"storybook-auto-events":{"version":"0.1.1"},"storybook-dark-mode":{"version":"1.1.2"}},"addons":{"$SNIP/node_modules/@storybook/addon-links":{"version":null},"$SNIP/node_modules/@storybook/addon-essentials":{"version":null},"$SNIP/node_modules/@storybook/addon-a11y":{"version":null},"$SNIP/node_modules/storybook-dark-mode":{"version":null},"$SNIP/node_modules/@storybook/addon-actions":{"version":null},"$SNIP/node_modules/@storybook/addon-mdx-gfm":{"version":null},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.3"}}}
1 change: 1 addition & 0 deletions docs/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6064,6 +6064,7 @@ validation:
localhost: If the Server URL is internal to the Rancher server (e.g. localhost) the downstream clusters may not be able to communicate with Rancher.
trailingForwardSlash: Server URL should not have a trailing forward slash.
url: Server URL must be an URL.
repo: Repository URL must be a valid HTTPS or SSH URL to a git repository.
stringLength:
between: '"{key}" should be between {min} and {max} {max, plural, =1 {character} other {characters}}'
exactly: '"{key}" should be {count, plural, =1 {# character} other {# characters}}'
Expand Down

0 comments on commit c30c8fb

Please sign in to comment.