@eleventheye/asui 1.3.1 → 1.6.0
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/.storybook/main.ts +19 -0
- package/.storybook/preview.ts +14 -0
- package/asui.code-workspace +8 -0
- package/dist/apptypes/ASUI.types.d.ts.map +1 -0
- package/dist/apptypes/ASUI.types.js +9 -0
- package/dist/icons/AddItemIcon.js +6 -4
- package/dist/icons/AddUserIcon.js +6 -4
- package/dist/icons/CheckIcon.js +6 -4
- package/dist/icons/CloseIcon.js +6 -4
- package/dist/icons/DeleteIcon.js +6 -4
- package/dist/icons/EleventheyeIcon.js +6 -4
- package/dist/icons/EyeIcon.js +6 -4
- package/dist/icons/EyeSlashIcon.js +6 -4
- package/dist/icons/FootballIcon.js +6 -4
- package/dist/icons/GamesIcon.js +6 -4
- package/dist/icons/GearUserIcon.js +6 -4
- package/dist/icons/HexagonIcon.js +6 -4
- package/dist/icons/HomeIcon.js +6 -4
- package/dist/icons/Icons.types.js +2 -1
- package/dist/icons/LockIcon.js +6 -4
- package/dist/icons/PenIcon.js +6 -4
- package/dist/icons/RulerIcon.js +6 -4
- package/dist/icons/SaveIcon.js +6 -4
- package/dist/icons/TimeLapseIcon.js +6 -4
- package/dist/icons/UnlockIcon.js +6 -4
- package/dist/icons/UserSettingsIcon.js +6 -4
- package/dist/icons/index.js +81 -41
- package/dist/icons/styles.js +8 -2
- package/dist/index.js +61 -21
- package/package.json +11 -10
- package/storybook-static/161.9b349264.iframe.bundle.js +2 -0
- package/storybook-static/161.9b349264.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/167.2dacd501.iframe.bundle.js +1 -0
- package/storybook-static/294.9683c227.iframe.bundle.js +1 -0
- package/storybook-static/364.929da4fc.iframe.bundle.js +1 -0
- package/storybook-static/730.eecebd5e.iframe.bundle.js +405 -0
- package/storybook-static/730.eecebd5e.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/730.eecebd5e.iframe.bundle.js.map +1 -0
- package/storybook-static/735.97d1536b.iframe.bundle.js +2 -0
- package/storybook-static/735.97d1536b.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/844.3b6aa0c9.iframe.bundle.js +95 -0
- package/storybook-static/844.3b6aa0c9.iframe.bundle.js.LICENSE.txt +19 -0
- package/storybook-static/844.3b6aa0c9.iframe.bundle.js.map +1 -0
- package/storybook-static/929.416ba461.iframe.bundle.js +2 -0
- package/storybook-static/929.416ba461.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/936.a49c8b4b.iframe.bundle.js +1 -0
- package/storybook-static/954.0c960d16.iframe.bundle.js +2 -0
- package/storybook-static/954.0c960d16.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/961.12e539bf.iframe.bundle.js +2 -0
- package/storybook-static/961.12e539bf.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/favicon.svg +1 -0
- package/storybook-static/iframe.html +511 -0
- package/storybook-static/index.html +177 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/main.b309b411.iframe.bundle.js +1 -0
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/runtime~main.d00757b4.iframe.bundle.js +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +402 -0
- package/storybook-static/sb-addons/essentials-docs-3/manager-bundle.js +242 -0
- package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/interactions-10/manager-bundle.js +222 -0
- package/storybook-static/sb-addons/onboarding-9/manager-bundle.js +127 -0
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
- package/storybook-static/sb-common-assets/favicon.svg +1 -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/globals-module-info.js +1051 -0
- package/storybook-static/sb-manager/globals-runtime.js +41591 -0
- package/storybook-static/sb-manager/globals.js +48 -0
- package/storybook-static/sb-manager/runtime.js +12048 -0
- package/storybook-static/sb-preview/globals.js +33 -0
- package/storybook-static/sb-preview/runtime.js +7745 -0
- package/storybook-static/stories-Button-stories.b38a90e0.iframe.bundle.js +2 -0
- package/storybook-static/stories-Button-stories.b38a90e0.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/stories-Configure-mdx.db355e6b.iframe.bundle.js +1 -0
- package/storybook-static/stories-Header-stories.0e583eb8.iframe.bundle.js +1 -0
- package/storybook-static/stories-Icons-stories.934f2ebc.iframe.bundle.js +8 -0
- package/storybook-static/stories-Icons-stories.934f2ebc.iframe.bundle.js.map +1 -0
- package/storybook-static/stories-Page-stories.1f5ff8f9.iframe.bundle.js +1 -0
- package/tsconfig.json +117 -0
- package/dist/types/ASUI.types.d.ts.map +0 -1
- package/dist/types/ASUI.types.js +0 -6
- package/src/icons/AddItemIcon.tsx +0 -36
- package/src/icons/AddUserIcon.tsx +0 -36
- package/src/icons/CheckIcon.tsx +0 -37
- package/src/icons/CloseIcon.tsx +0 -34
- package/src/icons/DeleteIcon.tsx +0 -36
- package/src/icons/EleventheyeIcon.tsx +0 -35
- package/src/icons/EyeIcon.tsx +0 -36
- package/src/icons/EyeSlashIcon.tsx +0 -43
- package/src/icons/FootballIcon.tsx +0 -35
- package/src/icons/GamesIcon.tsx +0 -36
- package/src/icons/GearUserIcon.tsx +0 -40
- package/src/icons/HexagonIcon.tsx +0 -38
- package/src/icons/HomeIcon.tsx +0 -36
- package/src/icons/Icons.types.tsx +0 -12
- package/src/icons/LockIcon.tsx +0 -38
- package/src/icons/PenIcon.tsx +0 -36
- package/src/icons/RulerIcon.tsx +0 -36
- package/src/icons/SaveIcon.tsx +0 -45
- package/src/icons/TimeLapseIcon.tsx +0 -36
- package/src/icons/UnlockIcon.tsx +0 -38
- package/src/icons/UserSettingsIcon.tsx +0 -34
- package/src/icons/index.ts +0 -63
- package/src/icons/styles.tsx +0 -9
- package/src/index.ts +0 -22
- package/src/stories/Button.stories.ts +0 -53
- package/src/stories/Button.tsx +0 -37
- package/src/stories/Configure.mdx +0 -364
- package/src/stories/Header.stories.ts +0 -33
- package/src/stories/Header.tsx +0 -56
- package/src/stories/Icons.stories.ts +0 -55
- package/src/stories/Icons.tsx +0 -182
- package/src/stories/Page.stories.ts +0 -32
- package/src/stories/Page.tsx +0 -73
- package/src/stories/assets/accessibility.svg +0 -1
- package/src/stories/assets/avif-test-image.avif +0 -0
- package/src/stories/button.css +0 -30
- package/src/stories/header.css +0 -32
- package/src/stories/icons.css +0 -44
- package/src/stories/page.css +0 -68
- package/src/types/ASUI.types.ts +0 -5
- /package/dist/{types → apptypes}/ASUI.types.d.ts +0 -0
- /package/{src/stories/assets/accessibility.png → storybook-static/static/media/accessibility.2dbc6973.png} +0 -0
- /package/{src/stories/assets/addon-library.png → storybook-static/static/media/addon-library.7a58d2cb.png} +0 -0
- /package/{src/stories/assets/assets.png → storybook-static/static/media/assets.e6440a95.png} +0 -0
- /package/{src/stories/assets/context.png → storybook-static/static/media/context.645728c6.png} +0 -0
- /package/{src/stories/assets/discord.svg → storybook-static/static/media/discord.d85804c7.svg} +0 -0
- /package/{src/stories/assets/docs.png → storybook-static/static/media/docs.f7d8b9a8.png} +0 -0
- /package/{src/stories/assets/figma-plugin.png → storybook-static/static/media/figma-plugin.9335a1a9.png} +0 -0
- /package/{src/stories/assets/github.svg → storybook-static/static/media/github.e4e8df82.svg} +0 -0
- /package/{src/stories/assets/share.png → storybook-static/static/media/share.161528bb.png} +0 -0
- /package/{src/stories/assets/styling.png → storybook-static/static/media/styling.38cab73b.png} +0 -0
- /package/{src/stories/assets/testing.png → storybook-static/static/media/testing.c720ced2.png} +0 -0
- /package/{src/stories/assets/theming.png → storybook-static/static/media/theming.e93de094.png} +0 -0
- /package/{src/stories/assets/tutorials.svg → storybook-static/static/media/tutorials.fde6e46f.svg} +0 -0
- /package/{src/stories/assets/youtube.svg → storybook-static/static/media/youtube.fd046a09.svg} +0 -0
|
@@ -0,0 +1,511 @@
|
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>@font-face {
|
|
2
|
+
font-family: 'Nunito Sans';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
src: url('./sb-common-assets/nunito-sans-regular.woff2') format('woff2');
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: 'Nunito Sans';
|
|
11
|
+
font-style: italic;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
font-display: swap;
|
|
14
|
+
src: url('./sb-common-assets/nunito-sans-italic.woff2') format('woff2');
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: 'Nunito Sans';
|
|
19
|
+
font-style: normal;
|
|
20
|
+
font-weight: 700;
|
|
21
|
+
font-display: swap;
|
|
22
|
+
src: url('./sb-common-assets/nunito-sans-bold.woff2') format('woff2');
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'Nunito Sans';
|
|
27
|
+
font-style: italic;
|
|
28
|
+
font-weight: 700;
|
|
29
|
+
font-display: swap;
|
|
30
|
+
src: url('./sb-common-assets/nunito-sans-bold-italic.woff2') format('woff2');
|
|
31
|
+
}</style><base target="_parent"><style>/* While we aren't showing the main block yet, but still preparing, we want everything the user
|
|
32
|
+
has rendered, which may or may not be in #storybook-root, to be display none */
|
|
33
|
+
.sb-show-preparing-story:not(.sb-show-main) > :not(.sb-preparing-story) {
|
|
34
|
+
display: none;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.sb-show-preparing-docs:not(.sb-show-main) > :not(.sb-preparing-docs) {
|
|
38
|
+
display: none;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* Hide our own blocks when we aren't supposed to be showing them */
|
|
42
|
+
:not(.sb-show-preparing-story) > .sb-preparing-story,
|
|
43
|
+
:not(.sb-show-preparing-docs) > .sb-preparing-docs,
|
|
44
|
+
:not(.sb-show-nopreview) > .sb-nopreview,
|
|
45
|
+
:not(.sb-show-errordisplay) > .sb-errordisplay {
|
|
46
|
+
display: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.sb-show-main.sb-main-centered {
|
|
50
|
+
margin: 0;
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
min-height: 100vh;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.sb-show-main.sb-main-centered #storybook-root {
|
|
57
|
+
box-sizing: border-box;
|
|
58
|
+
margin: auto;
|
|
59
|
+
padding: 1rem;
|
|
60
|
+
max-height: 100%;
|
|
61
|
+
/* Hack for centering correctly in IE11 */
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* Vertical centering fix for IE11 */
|
|
65
|
+
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
66
|
+
.sb-show-main.sb-main-centered:after {
|
|
67
|
+
content: '';
|
|
68
|
+
min-height: inherit;
|
|
69
|
+
font-size: 0;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.sb-show-main.sb-main-fullscreen {
|
|
74
|
+
margin: 0;
|
|
75
|
+
padding: 0;
|
|
76
|
+
display: block;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.sb-show-main.sb-main-padded {
|
|
80
|
+
margin: 0;
|
|
81
|
+
padding: 1rem;
|
|
82
|
+
display: block;
|
|
83
|
+
box-sizing: border-box;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.sb-wrapper {
|
|
87
|
+
position: fixed;
|
|
88
|
+
top: 0;
|
|
89
|
+
bottom: 0;
|
|
90
|
+
left: 0;
|
|
91
|
+
right: 0;
|
|
92
|
+
box-sizing: border-box;
|
|
93
|
+
|
|
94
|
+
padding: 40px;
|
|
95
|
+
font-family:
|
|
96
|
+
'Nunito Sans',
|
|
97
|
+
-apple-system,
|
|
98
|
+
'.SFNSText-Regular',
|
|
99
|
+
'San Francisco',
|
|
100
|
+
BlinkMacSystemFont,
|
|
101
|
+
'Segoe UI',
|
|
102
|
+
'Helvetica Neue',
|
|
103
|
+
Helvetica,
|
|
104
|
+
Arial,
|
|
105
|
+
sans-serif;
|
|
106
|
+
-webkit-font-smoothing: antialiased;
|
|
107
|
+
overflow: auto;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@media (max-width: 700px) {
|
|
111
|
+
.sb-wrapper {
|
|
112
|
+
padding: 20px;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@media (max-width: 500px) {
|
|
117
|
+
.sb-wrapper {
|
|
118
|
+
padding: 10px;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.sb-heading {
|
|
123
|
+
font-size: 14px;
|
|
124
|
+
font-weight: 600;
|
|
125
|
+
letter-spacing: 0.2px;
|
|
126
|
+
margin: 10px 0;
|
|
127
|
+
padding-right: 25px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.sb-nopreview {
|
|
131
|
+
display: flex;
|
|
132
|
+
align-content: center;
|
|
133
|
+
justify-content: center;
|
|
134
|
+
box-sizing: border-box;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.sb-nopreview_main {
|
|
138
|
+
margin: auto;
|
|
139
|
+
padding: 30px;
|
|
140
|
+
border-radius: 10px;
|
|
141
|
+
background: rgba(0, 0, 0, 0.03);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.sb-nopreview_heading {
|
|
145
|
+
text-align: center;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.sb-errordisplay {
|
|
149
|
+
background: #f6f9fc;
|
|
150
|
+
color: black;
|
|
151
|
+
z-index: 999999;
|
|
152
|
+
width: 100vw;
|
|
153
|
+
min-height: 100vh;
|
|
154
|
+
box-sizing: border-box;
|
|
155
|
+
|
|
156
|
+
& ol {
|
|
157
|
+
padding-left: 18px;
|
|
158
|
+
margin: 0;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
& h1 {
|
|
162
|
+
font-family: Nunito Sans;
|
|
163
|
+
font-size: 22px;
|
|
164
|
+
font-weight: 400;
|
|
165
|
+
line-height: 30px;
|
|
166
|
+
font-weight: normal;
|
|
167
|
+
margin: 0;
|
|
168
|
+
|
|
169
|
+
&::before {
|
|
170
|
+
content: '';
|
|
171
|
+
display: inline-block;
|
|
172
|
+
width: 12px;
|
|
173
|
+
height: 12px;
|
|
174
|
+
background: #ff4400;
|
|
175
|
+
border-radius: 50%;
|
|
176
|
+
margin-right: 8px;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
& p,
|
|
181
|
+
& ol {
|
|
182
|
+
font-family: Nunito Sans;
|
|
183
|
+
font-size: 14px;
|
|
184
|
+
font-weight: 400;
|
|
185
|
+
line-height: 19px;
|
|
186
|
+
margin: 0;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
& li + li {
|
|
190
|
+
margin: 0;
|
|
191
|
+
padding: 0;
|
|
192
|
+
padding-top: 12px;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
& a {
|
|
196
|
+
color: currentColor;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.sb-errordisplay_main {
|
|
201
|
+
margin: auto;
|
|
202
|
+
padding: 24px;
|
|
203
|
+
display: flex;
|
|
204
|
+
box-sizing: border-box;
|
|
205
|
+
|
|
206
|
+
flex-direction: column;
|
|
207
|
+
min-height: 100%;
|
|
208
|
+
width: 100%;
|
|
209
|
+
border-radius: 6px;
|
|
210
|
+
background: white;
|
|
211
|
+
border: 1px solid #ff0000;
|
|
212
|
+
box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
|
|
213
|
+
gap: 24px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.sb-errordisplay_code {
|
|
217
|
+
padding: 10px;
|
|
218
|
+
flex: 1;
|
|
219
|
+
background: #242424;
|
|
220
|
+
color: #c6c6c6;
|
|
221
|
+
box-sizing: border-box;
|
|
222
|
+
|
|
223
|
+
font-size: 14px;
|
|
224
|
+
font-weight: 400;
|
|
225
|
+
line-height: 19px;
|
|
226
|
+
border-radius: 4px;
|
|
227
|
+
|
|
228
|
+
font-family: 'Operator Mono', 'Fira Code Retina', 'Fira Code', 'FiraCode-Retina', 'Andale Mono',
|
|
229
|
+
'Lucida Console', Consolas, Monaco, monospace;
|
|
230
|
+
margin: 0;
|
|
231
|
+
overflow: auto;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.sb-errordisplay pre {
|
|
235
|
+
white-space: pre-wrap;
|
|
236
|
+
white-space: revert;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
@-webkit-keyframes sb-rotate360 {
|
|
240
|
+
from {
|
|
241
|
+
transform: rotate(0deg);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
to {
|
|
245
|
+
transform: rotate(360deg);
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
@keyframes sb-rotate360 {
|
|
250
|
+
from {
|
|
251
|
+
transform: rotate(0deg);
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
to {
|
|
255
|
+
transform: rotate(360deg);
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
@-webkit-keyframes sb-glow {
|
|
260
|
+
0%,
|
|
261
|
+
100% {
|
|
262
|
+
opacity: 1;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
50% {
|
|
266
|
+
opacity: 0.4;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
@keyframes sb-glow {
|
|
271
|
+
0%,
|
|
272
|
+
100% {
|
|
273
|
+
opacity: 1;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
50% {
|
|
277
|
+
opacity: 0.4;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/* We display the preparing loaders *over* the rendering story */
|
|
282
|
+
.sb-preparing-story,
|
|
283
|
+
.sb-preparing-docs {
|
|
284
|
+
background-color: white;
|
|
285
|
+
/* Maximum possible z-index. It would be better to use stacking contexts to ensure it's always
|
|
286
|
+
on top, but this isn't possible as it would require making CSS changes that could affect user code */
|
|
287
|
+
z-index: 2147483647;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.sb-loader {
|
|
291
|
+
-webkit-animation: sb-rotate360 0.7s linear infinite;
|
|
292
|
+
animation: sb-rotate360 0.7s linear infinite;
|
|
293
|
+
border-color: rgba(97, 97, 97, 0.29);
|
|
294
|
+
border-radius: 50%;
|
|
295
|
+
border-style: solid;
|
|
296
|
+
border-top-color: #646464;
|
|
297
|
+
border-width: 2px;
|
|
298
|
+
display: inline-block;
|
|
299
|
+
height: 32px;
|
|
300
|
+
left: 50%;
|
|
301
|
+
margin-left: -16px;
|
|
302
|
+
margin-top: -16px;
|
|
303
|
+
mix-blend-mode: difference;
|
|
304
|
+
overflow: hidden;
|
|
305
|
+
position: absolute;
|
|
306
|
+
top: 50%;
|
|
307
|
+
transition: all 200ms ease-out;
|
|
308
|
+
vertical-align: top;
|
|
309
|
+
width: 32px;
|
|
310
|
+
z-index: 4;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.sb-previewBlock {
|
|
314
|
+
background: #fff;
|
|
315
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
316
|
+
border-radius: 4px;
|
|
317
|
+
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0;
|
|
318
|
+
margin: 25px auto 40px;
|
|
319
|
+
max-width: 600px;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.sb-previewBlock_header {
|
|
323
|
+
align-items: center;
|
|
324
|
+
box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 0 inset;
|
|
325
|
+
display: flex;
|
|
326
|
+
gap: 14px;
|
|
327
|
+
height: 40px;
|
|
328
|
+
padding: 0 12px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.sb-previewBlock_icon {
|
|
332
|
+
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
333
|
+
animation: sb-glow 1.5s ease-in-out infinite;
|
|
334
|
+
background: #e6e6e6;
|
|
335
|
+
height: 14px;
|
|
336
|
+
width: 14px;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.sb-previewBlock_icon:last-child {
|
|
340
|
+
margin-left: auto;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.sb-previewBlock_body {
|
|
344
|
+
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
345
|
+
animation: sb-glow 1.5s ease-in-out infinite;
|
|
346
|
+
height: 182px;
|
|
347
|
+
position: relative;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.sb-argstableBlock {
|
|
351
|
+
border-collapse: collapse;
|
|
352
|
+
border-spacing: 0;
|
|
353
|
+
font-size: 13px;
|
|
354
|
+
line-height: 20px;
|
|
355
|
+
margin: 25px auto 40px;
|
|
356
|
+
max-width: 600px;
|
|
357
|
+
text-align: left;
|
|
358
|
+
width: 100%;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.sb-argstableBlock th:first-of-type,
|
|
362
|
+
.sb-argstableBlock td:first-of-type {
|
|
363
|
+
padding-left: 20px;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.sb-argstableBlock th:nth-of-type(2),
|
|
367
|
+
.sb-argstableBlock td:nth-of-type(2) {
|
|
368
|
+
width: 35%;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.sb-argstableBlock th:nth-of-type(3),
|
|
372
|
+
.sb-argstableBlock td:nth-of-type(3) {
|
|
373
|
+
width: 15%;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.sb-argstableBlock th:last-of-type,
|
|
377
|
+
.sb-argstableBlock td:last-of-type {
|
|
378
|
+
width: 25%;
|
|
379
|
+
padding-right: 20px;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.sb-argstableBlock th span,
|
|
383
|
+
.sb-argstableBlock td span {
|
|
384
|
+
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
385
|
+
animation: sb-glow 1.5s ease-in-out infinite;
|
|
386
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
387
|
+
border-radius: 0;
|
|
388
|
+
box-shadow: none;
|
|
389
|
+
color: transparent;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.sb-argstableBlock th {
|
|
393
|
+
padding: 10px 15px;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.sb-argstableBlock-body {
|
|
397
|
+
border-radius: 4px;
|
|
398
|
+
box-shadow:
|
|
399
|
+
rgba(0, 0, 0, 0.1) 0 1px 3px 1px,
|
|
400
|
+
rgba(0, 0, 0, 0.065) 0 0 0 1px;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.sb-argstableBlock-body tr {
|
|
404
|
+
background: transparent;
|
|
405
|
+
overflow: hidden;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.sb-argstableBlock-body tr:not(:first-child) {
|
|
409
|
+
border-top: 1px solid #e6e6e6;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.sb-argstableBlock-body tr:first-child td:first-child {
|
|
413
|
+
border-top-left-radius: 4px;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.sb-argstableBlock-body tr:first-child td:last-child {
|
|
417
|
+
border-top-right-radius: 4px;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.sb-argstableBlock-body tr:last-child td:first-child {
|
|
421
|
+
border-bottom-left-radius: 4px;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.sb-argstableBlock-body tr:last-child td:last-child {
|
|
425
|
+
border-bottom-right-radius: 4px;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.sb-argstableBlock-body td {
|
|
429
|
+
background: #fff;
|
|
430
|
+
padding-bottom: 10px;
|
|
431
|
+
padding-top: 10px;
|
|
432
|
+
vertical-align: top;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.sb-argstableBlock-body td:not(:first-of-type) {
|
|
436
|
+
padding-left: 15px;
|
|
437
|
+
padding-right: 15px;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.sb-argstableBlock-body button {
|
|
441
|
+
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
442
|
+
animation: sb-glow 1.5s ease-in-out infinite;
|
|
443
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
444
|
+
border: 0;
|
|
445
|
+
border-radius: 0;
|
|
446
|
+
box-shadow: none;
|
|
447
|
+
color: transparent;
|
|
448
|
+
display: inline;
|
|
449
|
+
font-size: 12px;
|
|
450
|
+
line-height: 1;
|
|
451
|
+
padding: 10px 16px;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.sb-argstableBlock-summary {
|
|
455
|
+
margin-top: 4px;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.sb-argstableBlock-code {
|
|
459
|
+
margin-right: 4px;
|
|
460
|
+
margin-bottom: 4px;
|
|
461
|
+
padding: 2px 5px;
|
|
462
|
+
}</style><script>/* globals window */
|
|
463
|
+
/* eslint-disable no-underscore-dangle */
|
|
464
|
+
try {
|
|
465
|
+
if (window.top !== window) {
|
|
466
|
+
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
467
|
+
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.top.__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
468
|
+
window.top.__VUE_DEVTOOLS_CONTEXT__ = window.document;
|
|
469
|
+
}
|
|
470
|
+
} catch (e) {
|
|
471
|
+
// eslint-disable-next-line no-console
|
|
472
|
+
console.warn('unable to connect to top frame for connecting dev tools');
|
|
473
|
+
}</script><style>#storybook-root[hidden],
|
|
474
|
+
#storybook-docs[hidden] {
|
|
475
|
+
display: none !important;
|
|
476
|
+
}</style></head><body><div class="sb-preparing-story sb-wrapper"><div class="sb-loader"></div></div><div class="sb-preparing-docs sb-wrapper"><div class="sb-previewBlock"><div class="sb-previewBlock_header"><div class="sb-previewBlock_icon"></div><div class="sb-previewBlock_icon"></div><div class="sb-previewBlock_icon"></div><div class="sb-previewBlock_icon"></div></div><div class="sb-previewBlock_body"><div class="sb-loader"></div></div></div><table aria-hidden="true" class="sb-argstableBlock"><thead class="sb-argstableBlock-head"><tr><th><span>Name</span></th><th><span>Description</span></th><th><span>Default</span></th><th><span>Control</span></th></tr></thead><tbody class="sb-argstableBlock-body"><tr><td><span>propertyName</span><span title="Required">*</span></td><td><div><span>This is a short description</span></div><div class="sb-argstableBlock-summary"><div><span class="sb-argstableBlock-code">summary</span></div></div></td><td><div><span class="sb-argstableBlock-code">defaultValue</span></div></td><td><button>Set string</button></td></tr><tr><td><span>propertyName</span><span>*</span></td><td><div><span>This is a short description</span></div><div class="sb-argstableBlock-summary"><div><span class="sb-argstableBlock-code">summary</span></div></div></td><td><div><span class="sb-argstableBlock-code">defaultValue</span></div></td><td><button>Set string</button></td></tr><tr><td><span>propertyName</span><span>*</span></td><td><div><span>This is a short description</span></div><div class="sb-argstableBlock-summary"><div><span class="sb-argstableBlock-code">summary</span></div></div></td><td><div><span class="sb-argstableBlock-code">defaultValue</span></div></td><td><button>Set string</button></td></tr></tbody></table></div><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><div class="sb-errordisplay_main"><h1 id="error-message"></h1><p>The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:</p><ol><li><strong>Missing Context/Providers</strong>: You can use decorators to supply specific contexts or providers, which are sometimes necessary for components to render correctly. For detailed instructions on using decorators, please visit the <a href="https://storybook.js.org/docs/writing-stories/decorators">Decorators documentation</a>.</li><li><strong>Misconfigured Webpack or Vite</strong>: Verify that Storybook picks up all necessary settings for loaders, plugins, and other relevant parameters. You can find step-by-step guides for configuring <a href="https://storybook.js.org/docs/builders/webpack">Webpack</a> or <a href="https://storybook.js.org/docs/builders/vite">Vite</a> with Storybook.</li><li><strong>Missing Environment Variables</strong>: Your Storybook may require specific environment variables to function as intended. You can set up custom environment variables as outlined in the <a href="https://storybook.js.org/docs/configure/environment-variables">Environment Variables documentation</a>.</li></ol><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div></div><div id="storybook-root"></div><div id="storybook-docs"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
window['LOGLEVEL'] = "info";
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
window['FRAMEWORK_OPTIONS'] = {};
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
window['FEATURES'] = {"argTypeTargetsV7":true,"legacyDecoratorFileOrder":false,"disallowImplicitActionsInRenderV8":true};
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
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))$"}];
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
window['DOCS_OPTIONS'] = {"defaultName":"Docs","autodocs":"tag"};
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
window['TAGS_OPTIONS'] = {"dev-only":{"excludeFromDocsStories":true},"docs-only":{"excludeFromSidebar":true},"test-only":{"excludeFromSidebar":true,"excludeFromDocsStories":true}};</script><script type="module">import './sb-preview/runtime.js';
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
import './runtime~main.d00757b4.iframe.bundle.js';
|
|
508
|
+
|
|
509
|
+
import './730.eecebd5e.iframe.bundle.js';
|
|
510
|
+
|
|
511
|
+
import './main.b309b411.iframe.bundle.js';</script></body></html>
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
|
|
6
|
+
<title>@storybook/core - 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
|
+
<style>
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Nunito Sans';
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
font-display: swap;
|
|
18
|
+
src: url('./sb-common-assets/nunito-sans-regular.woff2') format('woff2');
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: 'Nunito Sans';
|
|
23
|
+
font-style: italic;
|
|
24
|
+
font-weight: 400;
|
|
25
|
+
font-display: swap;
|
|
26
|
+
src: url('./sb-common-assets/nunito-sans-italic.woff2') format('woff2');
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Nunito Sans';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
font-display: swap;
|
|
34
|
+
src: url('./sb-common-assets/nunito-sans-bold.woff2') format('woff2');
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Nunito Sans';
|
|
39
|
+
font-style: italic;
|
|
40
|
+
font-weight: 700;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url('./sb-common-assets/nunito-sans-bold-italic.woff2') format('woff2');
|
|
43
|
+
}
|
|
44
|
+
</style>
|
|
45
|
+
|
|
46
|
+
<link href="./sb-manager/runtime.js" rel="modulepreload" />
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
<link href="./sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js" rel="modulepreload" />
|
|
50
|
+
|
|
51
|
+
<link href="./sb-addons/essentials-controls-1/manager-bundle.js" rel="modulepreload" />
|
|
52
|
+
|
|
53
|
+
<link href="./sb-addons/essentials-actions-2/manager-bundle.js" rel="modulepreload" />
|
|
54
|
+
|
|
55
|
+
<link href="./sb-addons/essentials-docs-3/manager-bundle.js" rel="modulepreload" />
|
|
56
|
+
|
|
57
|
+
<link href="./sb-addons/essentials-backgrounds-4/manager-bundle.js" rel="modulepreload" />
|
|
58
|
+
|
|
59
|
+
<link href="./sb-addons/essentials-viewport-5/manager-bundle.js" rel="modulepreload" />
|
|
60
|
+
|
|
61
|
+
<link href="./sb-addons/essentials-toolbars-6/manager-bundle.js" rel="modulepreload" />
|
|
62
|
+
|
|
63
|
+
<link href="./sb-addons/essentials-measure-7/manager-bundle.js" rel="modulepreload" />
|
|
64
|
+
|
|
65
|
+
<link href="./sb-addons/essentials-outline-8/manager-bundle.js" rel="modulepreload" />
|
|
66
|
+
|
|
67
|
+
<link href="./sb-addons/onboarding-9/manager-bundle.js" rel="modulepreload" />
|
|
68
|
+
|
|
69
|
+
<link href="./sb-addons/interactions-10/manager-bundle.js" rel="modulepreload" />
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
<style>
|
|
73
|
+
#storybook-root[hidden] {
|
|
74
|
+
display: none !important;
|
|
75
|
+
}
|
|
76
|
+
</style>
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
</head>
|
|
80
|
+
<body>
|
|
81
|
+
<div id="root"></div>
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
<script>
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
window['FEATURES'] = {
|
|
88
|
+
"argTypeTargetsV7": true,
|
|
89
|
+
"legacyDecoratorFileOrder": false,
|
|
90
|
+
"disallowImplicitActionsInRenderV8": true
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
window['REFS'] = {};
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
window['LOGLEVEL'] = "info";
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
window['DOCS_OPTIONS'] = {
|
|
104
|
+
"defaultName": "Docs",
|
|
105
|
+
"autodocs": "tag"
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
window['CONFIG_TYPE'] = "PRODUCTION";
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
window['TAGS_OPTIONS'] = {
|
|
119
|
+
"dev-only": {
|
|
120
|
+
"excludeFromDocsStories": true
|
|
121
|
+
},
|
|
122
|
+
"docs-only": {
|
|
123
|
+
"excludeFromSidebar": true
|
|
124
|
+
},
|
|
125
|
+
"test-only": {
|
|
126
|
+
"excludeFromSidebar": true,
|
|
127
|
+
"excludeFromDocsStories": true
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
window['STORYBOOK_RENDERER'] = "react";
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
window['STORYBOOK_BUILDER'] = "@storybook/builder-webpack5";
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
window['STORYBOOK_FRAMEWORK'] = "@storybook/react-webpack5";
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
</script>
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
<script type="module">
|
|
148
|
+
import './sb-manager/globals-runtime.js';
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
import './sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js';
|
|
152
|
+
|
|
153
|
+
import './sb-addons/essentials-controls-1/manager-bundle.js';
|
|
154
|
+
|
|
155
|
+
import './sb-addons/essentials-actions-2/manager-bundle.js';
|
|
156
|
+
|
|
157
|
+
import './sb-addons/essentials-docs-3/manager-bundle.js';
|
|
158
|
+
|
|
159
|
+
import './sb-addons/essentials-backgrounds-4/manager-bundle.js';
|
|
160
|
+
|
|
161
|
+
import './sb-addons/essentials-viewport-5/manager-bundle.js';
|
|
162
|
+
|
|
163
|
+
import './sb-addons/essentials-toolbars-6/manager-bundle.js';
|
|
164
|
+
|
|
165
|
+
import './sb-addons/essentials-measure-7/manager-bundle.js';
|
|
166
|
+
|
|
167
|
+
import './sb-addons/essentials-outline-8/manager-bundle.js';
|
|
168
|
+
|
|
169
|
+
import './sb-addons/onboarding-9/manager-bundle.js';
|
|
170
|
+
|
|
171
|
+
import './sb-addons/interactions-10/manager-bundle.js';
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
import './sb-manager/runtime.js';
|
|
175
|
+
</script>
|
|
176
|
+
</body>
|
|
177
|
+
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"v":5,"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":["dev","test","unattached-mdx"]},"example-button--docs":{"id":"example-button--docs","title":"Example/Button","name":"Docs","importPath":"./src/stories/Button.stories.ts","type":"docs","tags":["dev","test","autodocs"],"storiesImports":[]},"example-button--primary":{"type":"story","id":"example-button--primary","name":"Primary","title":"Example/Button","importPath":"./src/stories/Button.stories.ts","componentPath":"./src/stories/Button.tsx","tags":["dev","test","autodocs"]},"example-button--secondary":{"type":"story","id":"example-button--secondary","name":"Secondary","title":"Example/Button","importPath":"./src/stories/Button.stories.ts","componentPath":"./src/stories/Button.tsx","tags":["dev","test","autodocs"]},"example-button--large":{"type":"story","id":"example-button--large","name":"Large","title":"Example/Button","importPath":"./src/stories/Button.stories.ts","componentPath":"./src/stories/Button.tsx","tags":["dev","test","autodocs"]},"example-button--small":{"type":"story","id":"example-button--small","name":"Small","title":"Example/Button","importPath":"./src/stories/Button.stories.ts","componentPath":"./src/stories/Button.tsx","tags":["dev","test","autodocs"]},"example-header--docs":{"id":"example-header--docs","title":"Example/Header","name":"Docs","importPath":"./src/stories/Header.stories.ts","type":"docs","tags":["dev","test","autodocs"],"storiesImports":[]},"example-header--logged-in":{"type":"story","id":"example-header--logged-in","name":"Logged In","title":"Example/Header","importPath":"./src/stories/Header.stories.ts","componentPath":"./src/stories/Header.tsx","tags":["dev","test","autodocs"]},"example-header--logged-out":{"type":"story","id":"example-header--logged-out","name":"Logged Out","title":"Example/Header","importPath":"./src/stories/Header.stories.ts","componentPath":"./src/stories/Header.tsx","tags":["dev","test","autodocs"]},"icons--docs":{"id":"icons--docs","title":"Icons","name":"Docs","importPath":"./src/stories/Icons.stories.ts","type":"docs","tags":["dev","test","autodocs"],"storiesImports":[]},"icons--default":{"type":"story","id":"icons--default","name":"Default","title":"Icons","importPath":"./src/stories/Icons.stories.ts","componentPath":"./src/stories/Icons.tsx","tags":["dev","test","autodocs"]},"icons--medium":{"type":"story","id":"icons--medium","name":"Medium","title":"Icons","importPath":"./src/stories/Icons.stories.ts","componentPath":"./src/stories/Icons.tsx","tags":["dev","test","autodocs"]},"icons--large":{"type":"story","id":"icons--large","name":"Large","title":"Icons","importPath":"./src/stories/Icons.stories.ts","componentPath":"./src/stories/Icons.tsx","tags":["dev","test","autodocs"]},"example-page--logged-out":{"type":"story","id":"example-page--logged-out","name":"Logged Out","title":"Example/Page","importPath":"./src/stories/Page.stories.ts","componentPath":"./src/stories/Page.tsx","tags":["dev","test"]},"example-page--logged-in":{"type":"story","id":"example-page--logged-in","name":"Logged In","title":"Example/Page","importPath":"./src/stories/Page.stories.ts","componentPath":"./src/stories/Page.tsx","tags":["dev","test","play-fn"]}}}
|