Skip to content

Commit

Permalink
deploy: 7613d4b
Browse files Browse the repository at this point in the history
  • Loading branch information
vostrik committed Apr 4, 2024
1 parent c113926 commit f2833aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icons/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
window.FRAMEWORK_OPTIONS = {};
window.CHANNEL_OPTIONS = {};
window.FEATURES = {"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":true,"argTypeTargetsV7":true,"legacyDecoratorFileOrder":false};
window.STORIES = [{"titlePrefix":"","directory":"./src","files":"**/*.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];
window.STORIES = [{"titlePrefix":"","directory":"./src/stories","files":"IconGallery.ts","importPathMatcher":"^\\.[\\\\/](?:src\\/stories\\/IconGallery\\.ts)$"},{"titlePrefix":"","directory":"./src","files":"**/*.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];
window.DOCS_OPTIONS = {"defaultName":"Docs","autodocs":"tag"};
window.SERVER_CHANNEL_URL = undefined;

Expand Down
2 changes: 1 addition & 1 deletion icons/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"generatedAt":1712244519177,"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":false,"hasStorybookEslint":true,"refCount":0,"monorepo":"Lerna","packageManager":{"type":"yarn","version":"1.22.22"},"framework":{"name":"@storybook/react-vite","options":{}},"builder":"@storybook/builder-vite","renderer":"@storybook/react","storybookVersion":"7.0.1","storybookVersionSpecifier":"7.0.1","language":"typescript","storybookPackages":{"@storybook/blocks":{"version":"7.0.1"},"@storybook/react":{"version":"7.0.1"},"@storybook/react-vite":{"version":"7.0.1"},"@storybook/testing-library":{"version":"0.0.14-next.2"},"eslint-plugin-storybook":{"version":"0.6.12"},"storybook":{"version":"7.0.1"}},"addons":{"@storybook/addon-links":{"version":"7.0.1"},"@storybook/addon-essentials":{"version":"7.0.1"},"@storybook/addon-interactions":{"version":"7.0.1"}}}
{"generatedAt":1712245779821,"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":false,"hasStorybookEslint":true,"refCount":0,"monorepo":"Lerna","packageManager":{"type":"yarn","version":"1.22.22"},"framework":{"name":"@storybook/react-vite","options":{}},"builder":"@storybook/builder-vite","renderer":"@storybook/react","storybookVersion":"7.0.1","storybookVersionSpecifier":"7.0.1","language":"typescript","storybookPackages":{"@storybook/blocks":{"version":"7.0.1"},"@storybook/react":{"version":"7.0.1"},"@storybook/react-vite":{"version":"7.0.1"},"@storybook/testing-library":{"version":"0.0.14-next.2"},"eslint-plugin-storybook":{"version":"0.6.12"},"storybook":{"version":"7.0.1"}},"addons":{"@storybook/addon-links":{"version":"7.0.1"},"@storybook/addon-essentials":{"version":"7.0.1"},"@storybook/addon-interactions":{"version":"7.0.1"}}}

0 comments on commit f2833aa

Please sign in to comment.