@epa-wg/custom-element-dist 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +11 -0
- package/.gitignore +26 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/compiler.xml +6 -0
- package/.idea/custom-element-dist.iml +13 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/.storybook/main.ts +21 -0
- package/.storybook/preview.ts +17 -0
- package/.vscode/settings.json +24 -0
- package/LICENSE +201 -0
- package/README.md +32 -0
- package/bin/build.sh +8 -0
- package/bin/clean.sh +5 -0
- package/bin/postinstall.sh +17 -0
- package/bin/start.sh +2 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/coverage-final.json +16 -0
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +161 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/coverage/src/coverage.svg +10 -0
- package/coverage/src/custom-element/coverage.svg +10 -0
- package/coverage/src/custom-element/custom-element.js/coverage.svg +10 -0
- package/coverage/src/custom-element/custom-element.js.html +2149 -0
- package/coverage/src/custom-element/http-request.js/coverage.svg +10 -0
- package/coverage/src/custom-element/http-request.js.html +352 -0
- package/coverage/src/custom-element/index.html +161 -0
- package/coverage/src/custom-element/local-storage.js/coverage.svg +10 -0
- package/coverage/src/custom-element/local-storage.js.html +346 -0
- package/coverage/src/custom-element/location-element.js/coverage.svg +10 -0
- package/coverage/src/custom-element/location-element.js.html +343 -0
- package/coverage/src/index.html +116 -0
- package/coverage/src/mocks/coverage.svg +10 -0
- package/coverage/src/mocks/handlers.ts/coverage.svg +10 -0
- package/coverage/src/mocks/handlers.ts.html +172 -0
- package/coverage/src/mocks/index.html +116 -0
- package/coverage/src/stories/attributes.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/attributes.stories.ts.html +481 -0
- package/coverage/src/stories/coverage.svg +10 -0
- package/coverage/src/stories/css.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/css.stories.ts.html +397 -0
- package/coverage/src/stories/dom-merge.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/dom-merge.stories.ts.html +424 -0
- package/coverage/src/stories/external-template.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/external-template.stories.ts.html +820 -0
- package/coverage/src/stories/http-request.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/http-request.stories.ts.html +817 -0
- package/coverage/src/stories/index.html +236 -0
- package/coverage/src/stories/local-storage.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/local-storage.stories.ts.html +1249 -0
- package/coverage/src/stories/location-element.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/location-element.stories.ts.html +484 -0
- package/coverage/src/stories/renderPlay.ts/coverage.svg +10 -0
- package/coverage/src/stories/renderPlay.ts.html +151 -0
- package/coverage/src/stories/slice-events.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/slice-events.stories.ts.html +436 -0
- package/coverage/src/sum.ts/coverage.svg +10 -0
- package/coverage/src/sum.ts.html +94 -0
- package/dist/confused.svg +37 -0
- package/dist/custom-element-B4v-KaIh.cjs +53 -0
- package/dist/custom-element-_g0GTup2.js +436 -0
- package/dist/custom-element-bundle.cjs +1 -0
- package/dist/custom-element-bundle.js +31 -0
- package/dist/embed-1.html +3 -0
- package/dist/html-template.html +126 -0
- package/dist/html-template.xhtml +45 -0
- package/dist/html-template.xml +45 -0
- package/dist/http-request-BOvP4KTl.js +56 -0
- package/dist/http-request-DPrY7mGh.cjs +1 -0
- package/dist/local-storage-Boafngui.cjs +1 -0
- package/dist/local-storage-BqDEu2kF.js +59 -0
- package/dist/location-element-2m0gWq_d.cjs +1 -0
- package/dist/location-element-nA_wsqBt.js +49 -0
- package/dist/mockServiceWorker.js +284 -0
- package/dist/tree.xsl +33 -0
- package/dist/vite.svg +1 -0
- package/index.html +17 -0
- package/package.json +97 -0
- package/public/confused.svg +37 -0
- package/public/embed-1.html +3 -0
- package/public/html-template.html +126 -0
- package/public/html-template.xhtml +45 -0
- package/public/html-template.xml +45 -0
- package/public/mockServiceWorker.js +284 -0
- package/public/tree.xsl +33 -0
- package/public/vite.svg +1 -0
- package/src/assets/lit.svg +1 -0
- package/src/custom-element/custom-element.d.ts +36 -0
- package/src/custom-element/custom-element.js +688 -0
- package/src/custom-element/demo/a.html +63 -0
- package/src/custom-element/demo/confused.svg +37 -0
- package/src/custom-element/demo/data-slices.html +184 -0
- package/src/custom-element/demo/dce-social-preview.png +0 -0
- package/src/custom-element/demo/demo.css +22 -0
- package/src/custom-element/demo/dom-merge.html +123 -0
- package/src/custom-element/demo/embed-1.html +3 -0
- package/src/custom-element/demo/external-template.html +179 -0
- package/src/custom-element/demo/hex-grid-dce.html +183 -0
- package/src/custom-element/demo/hex-grid-transform.png +0 -0
- package/src/custom-element/demo/hex-grid.html +66 -0
- package/src/custom-element/demo/html-template.html +126 -0
- package/src/custom-element/demo/html-template.xhtml +45 -0
- package/src/custom-element/demo/html-template.xml +45 -0
- package/src/custom-element/demo/http-request.html +143 -0
- package/src/custom-element/demo/local-storage.html +218 -0
- package/src/custom-element/demo/location-element.html +155 -0
- package/src/custom-element/demo/logo.png +0 -0
- package/src/custom-element/demo/parameters.html +70 -0
- package/src/custom-element/demo/s.xml +14 -0
- package/src/custom-element/demo/s.xslt +76 -0
- package/src/custom-element/demo/scoped-css.html +169 -0
- package/src/custom-element/demo/ss.html +57 -0
- package/src/custom-element/demo/table.xml +25 -0
- package/src/custom-element/demo/table.xsl +293 -0
- package/src/custom-element/demo/template.xsl +46 -0
- package/src/custom-element/demo/tree.xml +25 -0
- package/src/custom-element/demo/tree.xsl +33 -0
- package/src/custom-element/demo/wc-square.svg +1 -0
- package/src/custom-element/demo/xhtml-template.xhtml +45 -0
- package/src/custom-element/demo/z.html +62 -0
- package/src/custom-element/demo/z.xml +60 -0
- package/src/custom-element/http-request.js +89 -0
- package/src/custom-element/ide/IDE.md +31 -0
- package/src/custom-element/ide/customData-dce.json +112 -0
- package/src/custom-element/ide/customData-xsl.json +1018 -0
- package/src/custom-element/ide/web-types-dce.json +111 -0
- package/src/custom-element/ide/web-types-xsl.json +867 -0
- package/src/custom-element/index.html +168 -0
- package/src/custom-element/index.js +7 -0
- package/src/custom-element/local-storage.js +87 -0
- package/src/custom-element/location-element.js +87 -0
- package/src/custom-element.test.ts +10 -0
- package/src/index.css +38 -0
- package/src/mocks/handlers.ts +29 -0
- package/src/mocks/pokemons.mock.ts +13 -0
- package/src/stories/Configure.mdx +364 -0
- package/src/stories/assets/accessibility.png +0 -0
- package/src/stories/assets/accessibility.svg +5 -0
- package/src/stories/assets/addon-library.png +0 -0
- package/src/stories/assets/assets.png +0 -0
- package/src/stories/assets/avif-test-image.avif +0 -0
- package/src/stories/assets/context.png +0 -0
- package/src/stories/assets/discord.svg +15 -0
- package/src/stories/assets/docs.png +0 -0
- package/src/stories/assets/figma-plugin.png +0 -0
- package/src/stories/assets/github.svg +3 -0
- package/src/stories/assets/share.png +0 -0
- package/src/stories/assets/styling.png +0 -0
- package/src/stories/assets/testing.png +0 -0
- package/src/stories/assets/theming.png +0 -0
- package/src/stories/assets/tutorials.svg +12 -0
- package/src/stories/assets/youtube.svg +4 -0
- package/src/stories/attributes.stories.ts +132 -0
- package/src/stories/attributes.test.ts +14 -0
- package/src/stories/css.stories.ts +104 -0
- package/src/stories/css.test.ts +12 -0
- package/src/stories/dom-merge.stories.ts +113 -0
- package/src/stories/dom-merge.test.ts +12 -0
- package/src/stories/external-template.stories.ts +245 -0
- package/src/stories/external-template.test.ts +12 -0
- package/src/stories/http-request.stories.ts +244 -0
- package/src/stories/http-request.test.ts +29 -0
- package/src/stories/local-storage.stories.ts +388 -0
- package/src/stories/local-storage.test.ts +12 -0
- package/src/stories/location-element.stories.ts +133 -0
- package/src/stories/location-element.test.ts +14 -0
- package/src/stories/renderPlay.ts +22 -0
- package/src/stories/slice-events.stories.ts +117 -0
- package/src/stories/slice-events.test.ts +12 -0
- package/src/sum.test.ts +6 -0
- package/src/sum.ts +4 -0
- package/src/vite-env.d.ts +1 -0
- package/storybook-static/assets/Color-RQJUDNI5-C4yZhNbM.js +1 -0
- package/storybook-static/assets/Configure-C7d36rng.js +173 -0
- package/storybook-static/assets/DocsRenderer-K4EAMTCU-BLMupvSb.js +2 -0
- package/storybook-static/assets/WithTooltip-Y7J54OF7-BAQSPSFk.js +1 -0
- package/storybook-static/assets/accessibility-W_h2acOZ.png +0 -0
- package/storybook-static/assets/addon-library-BWUCAmyN.png +0 -0
- package/storybook-static/assets/attributes.stories-ZB0RTY1d.js +151 -0
- package/storybook-static/assets/context-C0qIqeS4.png +0 -0
- package/storybook-static/assets/css.stories-CLSX-Xxd.js +86 -0
- package/storybook-static/assets/custom-element-BLZZ00dz.js +53 -0
- package/storybook-static/assets/docs---vsFbMi.png +0 -0
- package/storybook-static/assets/dom-merge.stories-CgHZUABU.js +138 -0
- package/storybook-static/assets/entry-preview-CQqNFx4W.js +8 -0
- package/storybook-static/assets/entry-preview-docs-CWgqLfd3.js +2 -0
- package/storybook-static/assets/external-template.stories-DtSLMxvg.js +316 -0
- package/storybook-static/assets/figma-plugin-CH2hELiO.png +0 -0
- package/storybook-static/assets/formatter-B5HCVTEV-tKeEfJA9.js +58 -0
- package/storybook-static/assets/http-request.stories-CUzlXO89.js +300 -0
- package/storybook-static/assets/iframe-gCvlWuoC.js +2 -0
- package/storybook-static/assets/index-CBQwM6ST.js +508 -0
- package/storybook-static/assets/index-CDavW7r9.js +193 -0
- package/storybook-static/assets/index-CQA5dlr6.js +13 -0
- package/storybook-static/assets/index-Cc7K62zD.js +3 -0
- package/storybook-static/assets/index-DgaNIR0t.js +1 -0
- package/storybook-static/assets/index-Dkj0J1ds.js +1 -0
- package/storybook-static/assets/index-DnEJ_bKa.js +1 -0
- package/storybook-static/assets/index-DrFu-skq.js +6 -0
- package/storybook-static/assets/lit-element-B4_0akdT.js +19 -0
- package/storybook-static/assets/local-storage.stories-BkO6djDz.js +415 -0
- package/storybook-static/assets/location-element.stories-DCIOUd0D.js +108 -0
- package/storybook-static/assets/preview-B4GcaC1c.js +1 -0
- package/storybook-static/assets/preview-B63p-W8V.js +20 -0
- package/storybook-static/assets/preview-BAz7FMXc.js +396 -0
- package/storybook-static/assets/preview-BDY5ThwJ.js +1 -0
- package/storybook-static/assets/preview-C6t8KBFr.js +1 -0
- package/storybook-static/assets/preview-CYD85dwb.js +7 -0
- package/storybook-static/assets/preview-CkgAD_DE.js +2 -0
- package/storybook-static/assets/preview-D8LadFCz.js +48 -0
- package/storybook-static/assets/preview-DNpCpRPf.js +1 -0
- package/storybook-static/assets/preview-PxUn-cIn.js +1 -0
- package/storybook-static/assets/share-DGA-UcQf.png +0 -0
- package/storybook-static/assets/slice-events.stories-DXKjXI37.js +115 -0
- package/storybook-static/assets/styling-Bk6zjRzU.png +0 -0
- package/storybook-static/assets/syntaxhighlighter-JOJW2KGS-C04pIVD3.js +1 -0
- package/storybook-static/assets/testing-cbzR9l9r.png +0 -0
- package/storybook-static/assets/theming-D6WJLNoW.png +0 -0
- package/storybook-static/assets/tiny-invariant-BxWVcicq.js +1 -0
- package/storybook-static/confused.svg +37 -0
- package/storybook-static/embed-1.html +3 -0
- package/storybook-static/favicon.svg +7 -0
- package/storybook-static/html-template.html +126 -0
- package/storybook-static/html-template.xhtml +45 -0
- package/storybook-static/html-template.xml +45 -0
- package/storybook-static/iframe.html +492 -0
- package/storybook-static/index.html +163 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/mockServiceWorker.js +284 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js +327 -0
- package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js.LEGAL.txt +40 -0
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +60 -0
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/interactions-10/manager-bundle.js +33 -0
- package/storybook-static/sb-addons/interactions-10/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-1/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/links-1/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +3 -0
- package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/fonts.css +31 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/WithTooltip-Y7J54OF7-CEHQ77YF.js +1 -0
- package/storybook-static/sb-manager/chunk-E3WK6ZOZ.js +234 -0
- package/storybook-static/sb-manager/chunk-E6ABNH5R.js +183 -0
- package/storybook-static/sb-manager/chunk-FEE35O7J.js +9 -0
- package/storybook-static/sb-manager/chunk-S4VOIVUE.js +347 -0
- package/storybook-static/sb-manager/chunk-XCO5HRLK.js +6 -0
- package/storybook-static/sb-manager/chunk-XP3HGWTR.js +1 -0
- package/storybook-static/sb-manager/formatter-B5HCVTEV-7DCBOGO6.js +58 -0
- package/storybook-static/sb-manager/globals-module-info.js +1 -0
- package/storybook-static/sb-manager/globals-runtime.js +1 -0
- package/storybook-static/sb-manager/globals.js +1 -0
- package/storybook-static/sb-manager/index.js +1 -0
- package/storybook-static/sb-manager/runtime.js +1 -0
- package/storybook-static/sb-manager/syntaxhighlighter-JOJW2KGS-VF6EEVPI.js +1 -0
- package/storybook-static/sb-preview/globals.js +1 -0
- package/storybook-static/sb-preview/runtime.js +139 -0
- package/storybook-static/tree.xsl +33 -0
- package/storybook-static/vite.svg +1 -0
- package/tsconfig.json +25 -0
- package/vite.config.js +55 -0
|
@@ -0,0 +1,492 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<!--suppress HtmlUnknownTarget -->
|
|
3
|
+
<html lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="utf-8" />
|
|
6
|
+
<title>Storybook</title>
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
8
|
+
|
|
9
|
+
<link
|
|
10
|
+
rel="prefetch"
|
|
11
|
+
href="./sb-common-assets/nunito-sans-regular.woff2"
|
|
12
|
+
as="font"
|
|
13
|
+
type="font/woff2"
|
|
14
|
+
crossorigin
|
|
15
|
+
/>
|
|
16
|
+
<link
|
|
17
|
+
rel="prefetch"
|
|
18
|
+
href="./sb-common-assets/nunito-sans-italic.woff2"
|
|
19
|
+
as="font"
|
|
20
|
+
type="font/woff2"
|
|
21
|
+
crossorigin
|
|
22
|
+
/>
|
|
23
|
+
<link
|
|
24
|
+
rel="prefetch"
|
|
25
|
+
href="./sb-common-assets/nunito-sans-bold.woff2"
|
|
26
|
+
as="font"
|
|
27
|
+
type="font/woff2"
|
|
28
|
+
crossorigin
|
|
29
|
+
/>
|
|
30
|
+
<link
|
|
31
|
+
rel="prefetch"
|
|
32
|
+
href="./sb-common-assets/nunito-sans-bold-italic.woff2"
|
|
33
|
+
as="font"
|
|
34
|
+
type="font/woff2"
|
|
35
|
+
crossorigin
|
|
36
|
+
/>
|
|
37
|
+
<link rel="stylesheet" href="./sb-common-assets/fonts.css" />
|
|
38
|
+
|
|
39
|
+
<script>
|
|
40
|
+
window.CONFIG_TYPE = 'PRODUCTION';
|
|
41
|
+
window.LOGLEVEL = 'info';
|
|
42
|
+
window.FRAMEWORK_OPTIONS = {};
|
|
43
|
+
window.CHANNEL_OPTIONS = {};
|
|
44
|
+
window.FEATURES = {"argTypeTargetsV7":true,"legacyDecoratorFileOrder":false,"disallowImplicitActionsInRenderV8":true};
|
|
45
|
+
window.STORIES = [{"titlePrefix":"","directory":"./src","files":"**/*.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|mjs|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.(js|jsx|mjs|ts|tsx))$"}];
|
|
46
|
+
window.DOCS_OPTIONS = {"defaultName":"Docs","autodocs":"tag"};
|
|
47
|
+
window.TAGS_OPTIONS = {"dev-only":{"excludeFromDocsStories":true},"docs-only":{"excludeFromSidebar":true},"test-only":{"excludeFromSidebar":true,"excludeFromDocsStories":true}};
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
// We do this so that "module && module.hot" etc. in Storybook source code
|
|
52
|
+
// doesn't fail (it will simply be disabled)
|
|
53
|
+
window.module = undefined;
|
|
54
|
+
window.global = window;
|
|
55
|
+
</script>
|
|
56
|
+
<base target="_parent" />
|
|
57
|
+
|
|
58
|
+
<style>
|
|
59
|
+
/* While we aren't showing the main block yet, but still preparing, we want everything the user
|
|
60
|
+
has rendered, which may or may not be in #storybook-root, to be display none */
|
|
61
|
+
.sb-show-preparing-story:not(.sb-show-main) > :not(.sb-preparing-story) {
|
|
62
|
+
display: none;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.sb-show-preparing-docs:not(.sb-show-main) > :not(.sb-preparing-docs) {
|
|
66
|
+
display: none;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* Hide our own blocks when we aren't supposed to be showing them */
|
|
70
|
+
:not(.sb-show-preparing-story) > .sb-preparing-story,
|
|
71
|
+
:not(.sb-show-preparing-docs) > .sb-preparing-docs,
|
|
72
|
+
:not(.sb-show-nopreview) > .sb-nopreview,
|
|
73
|
+
:not(.sb-show-errordisplay) > .sb-errordisplay {
|
|
74
|
+
display: none;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.sb-show-main.sb-main-centered {
|
|
78
|
+
margin: 0;
|
|
79
|
+
display: flex;
|
|
80
|
+
align-items: center;
|
|
81
|
+
min-height: 100vh;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.sb-show-main.sb-main-centered #storybook-root {
|
|
85
|
+
box-sizing: border-box;
|
|
86
|
+
margin: auto;
|
|
87
|
+
padding: 1rem;
|
|
88
|
+
max-height: 100%; /* Hack for centering correctly in IE11 */
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* Vertical centering fix for IE11 */
|
|
92
|
+
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
93
|
+
.sb-show-main.sb-main-centered:after {
|
|
94
|
+
content: '';
|
|
95
|
+
min-height: inherit;
|
|
96
|
+
font-size: 0;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.sb-show-main.sb-main-fullscreen {
|
|
101
|
+
margin: 0;
|
|
102
|
+
padding: 0;
|
|
103
|
+
display: block;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.sb-show-main.sb-main-padded {
|
|
107
|
+
margin: 0;
|
|
108
|
+
padding: 1rem;
|
|
109
|
+
display: block;
|
|
110
|
+
box-sizing: border-box;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.sb-wrapper {
|
|
114
|
+
position: fixed;
|
|
115
|
+
top: 0;
|
|
116
|
+
bottom: 0;
|
|
117
|
+
left: 0;
|
|
118
|
+
right: 0;
|
|
119
|
+
padding: 20px;
|
|
120
|
+
font-family:
|
|
121
|
+
'Nunito Sans',
|
|
122
|
+
-apple-system,
|
|
123
|
+
'.SFNSText-Regular',
|
|
124
|
+
'San Francisco',
|
|
125
|
+
BlinkMacSystemFont,
|
|
126
|
+
'Segoe UI',
|
|
127
|
+
'Helvetica Neue',
|
|
128
|
+
Helvetica,
|
|
129
|
+
Arial,
|
|
130
|
+
sans-serif;
|
|
131
|
+
-webkit-font-smoothing: antialiased;
|
|
132
|
+
overflow: auto;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.sb-heading {
|
|
136
|
+
font-size: 14px;
|
|
137
|
+
font-weight: 600;
|
|
138
|
+
letter-spacing: 0.2px;
|
|
139
|
+
margin: 10px 0;
|
|
140
|
+
padding-right: 25px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.sb-nopreview {
|
|
144
|
+
display: flex;
|
|
145
|
+
align-content: center;
|
|
146
|
+
justify-content: center;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.sb-nopreview_main {
|
|
150
|
+
margin: auto;
|
|
151
|
+
padding: 30px;
|
|
152
|
+
border-radius: 10px;
|
|
153
|
+
background: rgba(0, 0, 0, 0.03);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.sb-nopreview_heading {
|
|
157
|
+
text-align: center;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.sb-errordisplay {
|
|
161
|
+
border: 20px solid rgb(187, 49, 49);
|
|
162
|
+
background: #222;
|
|
163
|
+
color: #fff;
|
|
164
|
+
z-index: 999999;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.sb-errordisplay_code {
|
|
168
|
+
padding: 10px;
|
|
169
|
+
background: #000;
|
|
170
|
+
color: #eee;
|
|
171
|
+
font-family: 'Operator Mono', 'Fira Code Retina', 'Fira Code', 'FiraCode-Retina', 'Andale Mono',
|
|
172
|
+
'Lucida Console', Consolas, Monaco, monospace;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.sb-errordisplay pre {
|
|
176
|
+
white-space: pre-wrap;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
@-webkit-keyframes sb-rotate360 {
|
|
180
|
+
from {
|
|
181
|
+
transform: rotate(0deg);
|
|
182
|
+
}
|
|
183
|
+
to {
|
|
184
|
+
transform: rotate(360deg);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
@keyframes sb-rotate360 {
|
|
188
|
+
from {
|
|
189
|
+
transform: rotate(0deg);
|
|
190
|
+
}
|
|
191
|
+
to {
|
|
192
|
+
transform: rotate(360deg);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
@-webkit-keyframes sb-glow {
|
|
196
|
+
0%,
|
|
197
|
+
100% {
|
|
198
|
+
opacity: 1;
|
|
199
|
+
}
|
|
200
|
+
50% {
|
|
201
|
+
opacity: 0.4;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
@keyframes sb-glow {
|
|
205
|
+
0%,
|
|
206
|
+
100% {
|
|
207
|
+
opacity: 1;
|
|
208
|
+
}
|
|
209
|
+
50% {
|
|
210
|
+
opacity: 0.4;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
/* We display the preparing loaders *over* the rendering story */
|
|
215
|
+
.sb-preparing-story,
|
|
216
|
+
.sb-preparing-docs {
|
|
217
|
+
background-color: white;
|
|
218
|
+
/* Maximum possible z-index. It would be better to use stacking contexts to ensure it's always
|
|
219
|
+
on top, but this isn't possible as it would require making CSS changes that could affect user code */
|
|
220
|
+
z-index: 2147483647;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.sb-loader {
|
|
224
|
+
-webkit-animation: sb-rotate360 0.7s linear infinite;
|
|
225
|
+
animation: sb-rotate360 0.7s linear infinite;
|
|
226
|
+
border-color: rgba(97, 97, 97, 0.29);
|
|
227
|
+
border-radius: 50%;
|
|
228
|
+
border-style: solid;
|
|
229
|
+
border-top-color: #646464;
|
|
230
|
+
border-width: 2px;
|
|
231
|
+
display: inline-block;
|
|
232
|
+
height: 32px;
|
|
233
|
+
left: 50%;
|
|
234
|
+
margin-left: -16px;
|
|
235
|
+
margin-top: -16px;
|
|
236
|
+
mix-blend-mode: difference;
|
|
237
|
+
overflow: hidden;
|
|
238
|
+
position: absolute;
|
|
239
|
+
top: 50%;
|
|
240
|
+
transition: all 200ms ease-out;
|
|
241
|
+
vertical-align: top;
|
|
242
|
+
width: 32px;
|
|
243
|
+
z-index: 4;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.sb-previewBlock {
|
|
247
|
+
background: #fff;
|
|
248
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
249
|
+
border-radius: 4px;
|
|
250
|
+
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0;
|
|
251
|
+
margin: 25px auto 40px;
|
|
252
|
+
max-width: 600px;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.sb-previewBlock_header {
|
|
256
|
+
align-items: center;
|
|
257
|
+
box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 0 inset;
|
|
258
|
+
display: flex;
|
|
259
|
+
gap: 14px;
|
|
260
|
+
height: 40px;
|
|
261
|
+
padding: 0 12px;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.sb-previewBlock_icon {
|
|
265
|
+
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
266
|
+
animation: sb-glow 1.5s ease-in-out infinite;
|
|
267
|
+
background: #e6e6e6;
|
|
268
|
+
height: 14px;
|
|
269
|
+
width: 14px;
|
|
270
|
+
}
|
|
271
|
+
.sb-previewBlock_icon:last-child {
|
|
272
|
+
margin-left: auto;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.sb-previewBlock_body {
|
|
276
|
+
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
277
|
+
animation: sb-glow 1.5s ease-in-out infinite;
|
|
278
|
+
height: 182px;
|
|
279
|
+
position: relative;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.sb-argstableBlock {
|
|
283
|
+
border-collapse: collapse;
|
|
284
|
+
border-spacing: 0;
|
|
285
|
+
font-size: 13px;
|
|
286
|
+
line-height: 20px;
|
|
287
|
+
margin: 25px auto 40px;
|
|
288
|
+
max-width: 600px;
|
|
289
|
+
text-align: left;
|
|
290
|
+
width: 100%;
|
|
291
|
+
}
|
|
292
|
+
.sb-argstableBlock th:first-of-type,
|
|
293
|
+
.sb-argstableBlock td:first-of-type {
|
|
294
|
+
padding-left: 20px;
|
|
295
|
+
}
|
|
296
|
+
.sb-argstableBlock th:nth-of-type(2),
|
|
297
|
+
.sb-argstableBlock td:nth-of-type(2) {
|
|
298
|
+
width: 35%;
|
|
299
|
+
}
|
|
300
|
+
.sb-argstableBlock th:nth-of-type(3),
|
|
301
|
+
.sb-argstableBlock td:nth-of-type(3) {
|
|
302
|
+
width: 15%;
|
|
303
|
+
}
|
|
304
|
+
.sb-argstableBlock th:last-of-type,
|
|
305
|
+
.sb-argstableBlock td:last-of-type {
|
|
306
|
+
width: 25%;
|
|
307
|
+
padding-right: 20px;
|
|
308
|
+
}
|
|
309
|
+
.sb-argstableBlock th span,
|
|
310
|
+
.sb-argstableBlock td span {
|
|
311
|
+
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
312
|
+
animation: sb-glow 1.5s ease-in-out infinite;
|
|
313
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
314
|
+
border-radius: 0;
|
|
315
|
+
box-shadow: none;
|
|
316
|
+
color: transparent;
|
|
317
|
+
}
|
|
318
|
+
.sb-argstableBlock th {
|
|
319
|
+
padding: 10px 15px;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.sb-argstableBlock-body {
|
|
323
|
+
border-radius: 4px;
|
|
324
|
+
box-shadow:
|
|
325
|
+
rgba(0, 0, 0, 0.1) 0 1px 3px 1px,
|
|
326
|
+
rgba(0, 0, 0, 0.065) 0 0 0 1px;
|
|
327
|
+
}
|
|
328
|
+
.sb-argstableBlock-body tr {
|
|
329
|
+
background: transparent;
|
|
330
|
+
overflow: hidden;
|
|
331
|
+
}
|
|
332
|
+
.sb-argstableBlock-body tr:not(:first-child) {
|
|
333
|
+
border-top: 1px solid #e6e6e6;
|
|
334
|
+
}
|
|
335
|
+
.sb-argstableBlock-body tr:first-child td:first-child {
|
|
336
|
+
border-top-left-radius: 4px;
|
|
337
|
+
}
|
|
338
|
+
.sb-argstableBlock-body tr:first-child td:last-child {
|
|
339
|
+
border-top-right-radius: 4px;
|
|
340
|
+
}
|
|
341
|
+
.sb-argstableBlock-body tr:last-child td:first-child {
|
|
342
|
+
border-bottom-left-radius: 4px;
|
|
343
|
+
}
|
|
344
|
+
.sb-argstableBlock-body tr:last-child td:last-child {
|
|
345
|
+
border-bottom-right-radius: 4px;
|
|
346
|
+
}
|
|
347
|
+
.sb-argstableBlock-body td {
|
|
348
|
+
background: #fff;
|
|
349
|
+
padding-bottom: 10px;
|
|
350
|
+
padding-top: 10px;
|
|
351
|
+
vertical-align: top;
|
|
352
|
+
}
|
|
353
|
+
.sb-argstableBlock-body td:not(:first-of-type) {
|
|
354
|
+
padding-left: 15px;
|
|
355
|
+
padding-right: 15px;
|
|
356
|
+
}
|
|
357
|
+
.sb-argstableBlock-body button {
|
|
358
|
+
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
359
|
+
animation: sb-glow 1.5s ease-in-out infinite;
|
|
360
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
361
|
+
border: 0;
|
|
362
|
+
border-radius: 0;
|
|
363
|
+
box-shadow: none;
|
|
364
|
+
color: transparent;
|
|
365
|
+
display: inline;
|
|
366
|
+
font-size: 12px;
|
|
367
|
+
line-height: 1;
|
|
368
|
+
padding: 10px 16px;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.sb-argstableBlock-summary {
|
|
372
|
+
margin-top: 4px;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.sb-argstableBlock-code {
|
|
376
|
+
margin-right: 4px;
|
|
377
|
+
margin-bottom: 4px;
|
|
378
|
+
padding: 2px 5px;
|
|
379
|
+
}
|
|
380
|
+
</style>
|
|
381
|
+
|
|
382
|
+
<script>
|
|
383
|
+
/* globals window */
|
|
384
|
+
/* eslint-disable no-underscore-dangle */
|
|
385
|
+
try {
|
|
386
|
+
if (window.top !== window) {
|
|
387
|
+
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
388
|
+
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.top.__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
389
|
+
window.top.__VUE_DEVTOOLS_CONTEXT__ = window.document;
|
|
390
|
+
}
|
|
391
|
+
} catch (e) {
|
|
392
|
+
// eslint-disable-next-line no-console
|
|
393
|
+
console.warn('unable to connect to top frame for connecting dev tools');
|
|
394
|
+
}
|
|
395
|
+
</script>
|
|
396
|
+
|
|
397
|
+
<script type="module" crossorigin src="./assets/iframe-gCvlWuoC.js"></script>
|
|
398
|
+
</head>
|
|
399
|
+
|
|
400
|
+
<body>
|
|
401
|
+
<div class="sb-preparing-story sb-wrapper">
|
|
402
|
+
<div class="sb-loader"></div>
|
|
403
|
+
</div>
|
|
404
|
+
|
|
405
|
+
<div class="sb-preparing-docs sb-wrapper">
|
|
406
|
+
<div class="sb-previewBlock">
|
|
407
|
+
<div class="sb-previewBlock_header">
|
|
408
|
+
<div class="sb-previewBlock_icon"></div>
|
|
409
|
+
<div class="sb-previewBlock_icon"></div>
|
|
410
|
+
<div class="sb-previewBlock_icon"></div>
|
|
411
|
+
<div class="sb-previewBlock_icon"></div>
|
|
412
|
+
</div>
|
|
413
|
+
<div class="sb-previewBlock_body">
|
|
414
|
+
<div class="sb-loader"></div>
|
|
415
|
+
</div>
|
|
416
|
+
</div>
|
|
417
|
+
<table aria-hidden="true" class="sb-argstableBlock">
|
|
418
|
+
<thead class="sb-argstableBlock-head">
|
|
419
|
+
<tr>
|
|
420
|
+
<th><span>Name</span></th>
|
|
421
|
+
<th><span>Description</span></th>
|
|
422
|
+
<th><span>Default</span></th>
|
|
423
|
+
<th><span>Control </span></th>
|
|
424
|
+
</tr>
|
|
425
|
+
</thead>
|
|
426
|
+
<tbody class="sb-argstableBlock-body">
|
|
427
|
+
<tr>
|
|
428
|
+
<td><span>propertyName</span><span title="Required">*</span></td>
|
|
429
|
+
<td>
|
|
430
|
+
<div><span>This is a short description</span></div>
|
|
431
|
+
<div class="sb-argstableBlock-summary">
|
|
432
|
+
<div><span class="sb-argstableBlock-code">summary</span></div>
|
|
433
|
+
</div>
|
|
434
|
+
</td>
|
|
435
|
+
<td>
|
|
436
|
+
<div><span class="sb-argstableBlock-code">defaultValue</span></div>
|
|
437
|
+
</td>
|
|
438
|
+
<td><button>Set string</button></td>
|
|
439
|
+
</tr>
|
|
440
|
+
<tr>
|
|
441
|
+
<td><span>propertyName</span><span>*</span></td>
|
|
442
|
+
<td>
|
|
443
|
+
<div><span>This is a short description</span></div>
|
|
444
|
+
<div class="sb-argstableBlock-summary">
|
|
445
|
+
<div><span class="sb-argstableBlock-code">summary</span></div>
|
|
446
|
+
</div>
|
|
447
|
+
</td>
|
|
448
|
+
<td>
|
|
449
|
+
<div><span class="sb-argstableBlock-code">defaultValue</span></div>
|
|
450
|
+
</td>
|
|
451
|
+
<td><button>Set string</button></td>
|
|
452
|
+
</tr>
|
|
453
|
+
<tr>
|
|
454
|
+
<td><span>propertyName</span><span>*</span></td>
|
|
455
|
+
<td>
|
|
456
|
+
<div><span>This is a short description</span></div>
|
|
457
|
+
<div class="sb-argstableBlock-summary">
|
|
458
|
+
<div><span class="sb-argstableBlock-code">summary</span></div>
|
|
459
|
+
</div>
|
|
460
|
+
</td>
|
|
461
|
+
<td>
|
|
462
|
+
<div><span class="sb-argstableBlock-code">defaultValue</span></div>
|
|
463
|
+
</td>
|
|
464
|
+
<td><button>Set string</button></td>
|
|
465
|
+
</tr>
|
|
466
|
+
</tbody>
|
|
467
|
+
</table>
|
|
468
|
+
</div>
|
|
469
|
+
|
|
470
|
+
<div class="sb-nopreview sb-wrapper">
|
|
471
|
+
<div class="sb-nopreview_main">
|
|
472
|
+
<h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
|
|
473
|
+
<p>Sorry, but you either have no stories or none are selected somehow.</p>
|
|
474
|
+
<ul>
|
|
475
|
+
<li>Please check the Storybook config.</li>
|
|
476
|
+
<li>Try reloading the page.</li>
|
|
477
|
+
</ul>
|
|
478
|
+
<p>
|
|
479
|
+
If the problem persists, check the browser console, or the terminal you've run Storybook from.
|
|
480
|
+
</p>
|
|
481
|
+
</div>
|
|
482
|
+
</div>
|
|
483
|
+
|
|
484
|
+
<div class="sb-errordisplay sb-wrapper">
|
|
485
|
+
<pre id="error-message" class="sb-heading"></pre>
|
|
486
|
+
<pre class="sb-errordisplay_code"><code id="error-stack"></code></pre>
|
|
487
|
+
</div>
|
|
488
|
+
|
|
489
|
+
<div id="storybook-root"></div>
|
|
490
|
+
<div id="storybook-docs"></div>
|
|
491
|
+
</body>
|
|
492
|
+
</html>
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
|
|
6
|
+
<title>@storybook/cli - Storybook</title>
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
|
|
11
|
+
|
|
12
|
+
<link
|
|
13
|
+
rel="prefetch"
|
|
14
|
+
href="./sb-common-assets/nunito-sans-regular.woff2"
|
|
15
|
+
as="font"
|
|
16
|
+
type="font/woff2"
|
|
17
|
+
crossorigin
|
|
18
|
+
/>
|
|
19
|
+
<link
|
|
20
|
+
rel="prefetch"
|
|
21
|
+
href="./sb-common-assets/nunito-sans-bold.woff2"
|
|
22
|
+
as="font"
|
|
23
|
+
type="font/woff2"
|
|
24
|
+
crossorigin
|
|
25
|
+
/>
|
|
26
|
+
<link rel="stylesheet" href="./sb-common-assets/fonts.css" />
|
|
27
|
+
|
|
28
|
+
<link href="./sb-manager/runtime.js" rel="modulepreload" />
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<link href="./sb-addons/storybook-core-server-presets-0/common-manager-bundle.js" rel="modulepreload" />
|
|
32
|
+
|
|
33
|
+
<link href="./sb-addons/links-1/manager-bundle.js" rel="modulepreload" />
|
|
34
|
+
|
|
35
|
+
<link href="./sb-addons/essentials-controls-2/manager-bundle.js" rel="modulepreload" />
|
|
36
|
+
|
|
37
|
+
<link href="./sb-addons/essentials-actions-3/manager-bundle.js" rel="modulepreload" />
|
|
38
|
+
|
|
39
|
+
<link href="./sb-addons/essentials-backgrounds-4/manager-bundle.js" rel="modulepreload" />
|
|
40
|
+
|
|
41
|
+
<link href="./sb-addons/essentials-viewport-5/manager-bundle.js" rel="modulepreload" />
|
|
42
|
+
|
|
43
|
+
<link href="./sb-addons/essentials-toolbars-6/manager-bundle.js" rel="modulepreload" />
|
|
44
|
+
|
|
45
|
+
<link href="./sb-addons/essentials-measure-7/manager-bundle.js" rel="modulepreload" />
|
|
46
|
+
|
|
47
|
+
<link href="./sb-addons/essentials-outline-8/manager-bundle.js" rel="modulepreload" />
|
|
48
|
+
|
|
49
|
+
<link href="./sb-addons/chromatic-com-storybook-9/manager-bundle.js" rel="modulepreload" />
|
|
50
|
+
|
|
51
|
+
<link href="./sb-addons/interactions-10/manager-bundle.js" rel="modulepreload" />
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
<style>
|
|
55
|
+
#storybook-root[hidden] {
|
|
56
|
+
display: none !important;
|
|
57
|
+
}
|
|
58
|
+
</style>
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
</head>
|
|
62
|
+
<body>
|
|
63
|
+
<div id="root"></div>
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
<script>
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
window['FEATURES'] = {
|
|
70
|
+
"argTypeTargetsV7": true,
|
|
71
|
+
"legacyDecoratorFileOrder": false,
|
|
72
|
+
"disallowImplicitActionsInRenderV8": true
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
window['REFS'] = {};
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
window['LOGLEVEL'] = "info";
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
window['DOCS_OPTIONS'] = {
|
|
86
|
+
"defaultName": "Docs",
|
|
87
|
+
"autodocs": "tag"
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
window['CONFIG_TYPE'] = "PRODUCTION";
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
window['TAGS_OPTIONS'] = {
|
|
101
|
+
"dev-only": {
|
|
102
|
+
"excludeFromDocsStories": true
|
|
103
|
+
},
|
|
104
|
+
"docs-only": {
|
|
105
|
+
"excludeFromSidebar": true
|
|
106
|
+
},
|
|
107
|
+
"test-only": {
|
|
108
|
+
"excludeFromSidebar": true,
|
|
109
|
+
"excludeFromDocsStories": true
|
|
110
|
+
}
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
window['STORYBOOK_RENDERER'] = "@storybook/web-components";
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
window['STORYBOOK_BUILDER'] = "@storybook/builder-vite";
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
window['STORYBOOK_FRAMEWORK'] = "@storybook/web-components-vite";
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
</script>
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
<script type="module">
|
|
130
|
+
import './sb-manager/globals-runtime.js';
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
import './sb-addons/storybook-core-server-presets-0/common-manager-bundle.js';
|
|
134
|
+
|
|
135
|
+
import './sb-addons/links-1/manager-bundle.js';
|
|
136
|
+
|
|
137
|
+
import './sb-addons/essentials-controls-2/manager-bundle.js';
|
|
138
|
+
|
|
139
|
+
import './sb-addons/essentials-actions-3/manager-bundle.js';
|
|
140
|
+
|
|
141
|
+
import './sb-addons/essentials-backgrounds-4/manager-bundle.js';
|
|
142
|
+
|
|
143
|
+
import './sb-addons/essentials-viewport-5/manager-bundle.js';
|
|
144
|
+
|
|
145
|
+
import './sb-addons/essentials-toolbars-6/manager-bundle.js';
|
|
146
|
+
|
|
147
|
+
import './sb-addons/essentials-measure-7/manager-bundle.js';
|
|
148
|
+
|
|
149
|
+
import './sb-addons/essentials-outline-8/manager-bundle.js';
|
|
150
|
+
|
|
151
|
+
import './sb-addons/chromatic-com-storybook-9/manager-bundle.js';
|
|
152
|
+
|
|
153
|
+
import './sb-addons/interactions-10/manager-bundle.js';
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
import './sb-manager/runtime.js';
|
|
157
|
+
</script>
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
<link href="./sb-preview/runtime.js" rel="prefetch" as="script" />
|
|
161
|
+
|
|
162
|
+
</body>
|
|
163
|
+
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"v":4,"entries":{"configure-your-project--docs":{"id":"configure-your-project--docs","title":"Configure your project","name":"Docs","importPath":"./src/stories/Configure.mdx","storiesImports":[],"type":"docs","tags":["unattached-mdx","docs"]},"attributes--attribute-defaults":{"type":"story","id":"attributes--attribute-defaults","name":"Attribute Defaults","title":"attributes","importPath":"./src/stories/attributes.stories.ts","tags":["play-fn","story"]},"attributes--attributes-runtime-change":{"type":"story","id":"attributes--attributes-runtime-change","name":"Attributes Runtime Change","title":"attributes","importPath":"./src/stories/attributes.stories.ts","tags":["play-fn","story"]},"attributes--instance-attributes":{"type":"story","id":"attributes--instance-attributes","name":"Instance Attributes","title":"attributes","importPath":"./src/stories/attributes.stories.ts","tags":["play-fn","story"]},"css--style-does-not-leak":{"type":"story","id":"css--style-does-not-leak","name":"Style Does Not Leak","title":"Css","importPath":"./src/stories/css.stories.ts","tags":["play-fn","story"]},"css--style-in-2-instances":{"type":"story","id":"css--style-in-2-instances","name":"Style In 2 Instances","title":"Css","importPath":"./src/stories/css.stories.ts","tags":["play-fn","story"]},"css--override-in-payload":{"type":"story","id":"css--override-in-payload","name":"Override In Payload","title":"Css","importPath":"./src/stories/css.stories.ts","tags":["play-fn","story"]},"dom-merge--chars-count-in-textarea":{"type":"story","id":"dom-merge--chars-count-in-textarea","name":"Chars Count In Textarea","title":"dom-merge","importPath":"./src/stories/dom-merge.stories.ts","tags":["play-fn","story"]},"dom-merge--word-count-on-type":{"type":"story","id":"dom-merge--word-count-on-type","name":"Word Count On Type","title":"dom-merge","importPath":"./src/stories/dom-merge.stories.ts","tags":["play-fn","story"]},"external-templates--template-in-page":{"type":"story","id":"external-templates--template-in-page","name":"Template In Page","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--no-tag":{"type":"story","id":"external-templates--no-tag","name":"No Tag","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--external-svg":{"type":"story","id":"external-templates--external-svg","name":"External Svg","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--external-xslt-file":{"type":"story","id":"external-templates--external-xslt-file","name":"External Xslt File","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--external-html-file":{"type":"story","id":"external-templates--external-html-file","name":"External Html File","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--external-html-file-inline":{"type":"story","id":"external-templates--external-html-file-inline","name":"External Html File Inline","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--html-within-html-file":{"type":"story","id":"external-templates--html-within-html-file","name":"Html Within Html File","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--svg-within-html-file":{"type":"story","id":"external-templates--svg-within-html-file","name":"Svg Within Html File","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--math-ml-within-html-file":{"type":"story","id":"external-templates--math-ml-within-html-file","name":"Math ML Within Html File","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--by-id-within-xslt-file":{"type":"story","id":"external-templates--by-id-within-xslt-file","name":"By Id Within Xslt File","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--missing-id-within-xslt-file":{"type":"story","id":"external-templates--missing-id-within-xslt-file","name":"Missing Id Within Xslt File","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"external-templates--embedding-in-another-file":{"type":"story","id":"external-templates--embedding-in-another-file","name":"Embedding In Another File","title":"external-templates","importPath":"./src/stories/external-template.stories.ts","tags":["play-fn","story"]},"http-request--demo":{"type":"story","id":"http-request--demo","name":"Demo","title":"http-request","importPath":"./src/stories/http-request.stories.ts","tags":["play-fn","story"]},"http-request--url-change":{"type":"story","id":"http-request--url-change","name":"Url Change","title":"http-request","importPath":"./src/stories/http-request.stories.ts","tags":["play-fn","story"]},"http-request--http-404":{"type":"story","id":"http-request--http-404","name":"Http 404","title":"http-request","importPath":"./src/stories/http-request.stories.ts","tags":["play-fn","story"]},"http-request--lifecycle-initialized":{"type":"story","id":"http-request--lifecycle-initialized","name":"Lifecycle Initialized","title":"http-request","importPath":"./src/stories/http-request.stories.ts","tags":["play-fn","story"]},"http-request--request-response-headers":{"type":"story","id":"http-request--request-response-headers","name":"Request Response Headers","title":"http-request","importPath":"./src/stories/http-request.stories.ts","tags":["play-fn","story"]},"local-storage--demo":{"type":"story","id":"local-storage--demo","name":"Demo","title":"local-storage","importPath":"./src/stories/local-storage.stories.ts","tags":["play-fn","story"]},"local-storage--always-override":{"type":"story","id":"local-storage--always-override","name":"Always Override","title":"local-storage","importPath":"./src/stories/local-storage.stories.ts","tags":["play-fn","story"]},"local-storage--from-storage-with-default":{"type":"story","id":"local-storage--from-storage-with-default","name":"From Storage With Default","title":"local-storage","importPath":"./src/stories/local-storage.stories.ts","tags":["play-fn","story"]},"local-storage--type-attribute":{"type":"story","id":"local-storage--type-attribute","name":"Type Attribute","title":"local-storage","importPath":"./src/stories/local-storage.stories.ts","tags":["play-fn","story"]},"location-element--demo":{"type":"story","id":"location-element--demo","name":"Demo","title":"location-element","importPath":"./src/stories/location-element.stories.ts","tags":["play-fn","story"]},"location-element--src-attribute":{"type":"story","id":"location-element--src-attribute","name":"Src Attribute","title":"location-element","importPath":"./src/stories/location-element.stories.ts","tags":["play-fn","story"]},"slice-events--slice-init-change-event":{"type":"story","id":"slice-events--slice-init-change-event","name":"Slice Init Change Event","title":"slice-events","importPath":"./src/stories/slice-events.stories.ts","tags":["play-fn","story"]},"slice-events--realtime-event-in-slice":{"type":"story","id":"slice-events--realtime-event-in-slice","name":"Realtime Event In Slice","title":"slice-events","importPath":"./src/stories/slice-events.stories.ts","tags":["play-fn","story"]}}}
|