noecosystem-design 0.1.2 → 0.2.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/README.md +73 -35
- package/apps/showcase/src/catalog/catalog-index.tsx +8 -8
- package/apps/showcase/src/catalog/catalog-shell.tsx +7 -2
- package/apps/storybook/stories/catalog/calendar.stories.tsx +3 -1
- package/apps/storybook/stories/catalog/date-picker.stories.tsx +5 -1
- package/apps/storybook/stories/catalog/icon-system.stories.tsx +3 -2
- package/docs/adr/0006-icons8-icon-policy.md +4 -4
- package/docs/design-system/architecture.md +1 -1
- package/docs/design-system/ci-cd.md +22 -7
- package/docs/design-system/inventory.md +0 -1
- package/docs/design-system/rtl.md +1 -1
- package/package.json +2 -2
- package/packages/ai-ui/src/activity-feed.tsx +1 -2
- package/packages/ai-ui/src/agent-composer.tsx +1 -1
- package/packages/ai-ui/src/agent-message.tsx +1 -1
- package/packages/ai-ui/src/agent-plan.tsx +1 -1
- package/packages/ai-ui/src/agent-workspace.tsx +1 -2
- package/packages/ai-ui/src/approval-request.tsx +1 -1
- package/packages/ai-ui/src/run-inspector.tsx +1 -1
- package/packages/ai-ui/src/tool-call.tsx +1 -1
- package/packages/data-ui/src/activity-gauge.tsx +1 -1
- package/packages/data-ui/src/chart-frame.tsx +1 -1
- package/packages/data-ui/src/chart.tsx +1 -2
- package/packages/data-ui/src/dashboard-shell.tsx +1 -2
- package/packages/data-ui/src/data-table.tsx +1 -1
- package/packages/data-ui/src/filter-bar.tsx +1 -2
- package/packages/data-ui/src/metric-card.tsx +1 -1
- package/packages/data-ui/src/pagination.tsx +1 -3
- package/packages/data-ui/src/pie-chart.tsx +1 -1
- package/packages/data-ui/src/radar-chart.tsx +1 -1
- package/packages/design-tokens/src/base.css +1 -1
- package/packages/design-tokens/src/palette.ts +4 -4
- package/packages/design-tokens/src/tokens.css +6 -12
- package/packages/design-tokens/src/tokens.json +4 -4
- package/packages/design-tokens/src/tokens.mjs +4 -4
- package/packages/icons/package.json +3 -0
- package/packages/icons/src/adapters.tsx +4 -4
- package/packages/icons/src/iconsax.tsx +233 -0
- package/packages/icons/src/index.tsx +1 -103
- package/packages/registry/catalog-index.json +1 -1
- package/packages/registry/component-audit.json +1 -1
- package/packages/registry/docs-index.json +135 -403
- package/packages/registry/manifest.json +1642 -6110
- package/packages/registry/r/activity-feed.json +9 -32
- package/packages/registry/r/agent-composer.json +9 -34
- package/packages/registry/r/agent-message.json +9 -32
- package/packages/registry/r/agent-plan.json +9 -32
- package/packages/registry/r/agent-workspace.json +9 -32
- package/packages/registry/r/alert.json +9 -33
- package/packages/registry/r/app-frame.json +9 -32
- package/packages/registry/r/approval-request.json +9 -34
- package/packages/registry/r/badge.json +9 -33
- package/packages/registry/r/bidi-text.json +7 -25
- package/packages/registry/r/bottom-navigation.json +9 -32
- package/packages/registry/r/button.json +7 -29
- package/packages/registry/r/calendar.json +15 -31
- package/packages/registry/r/card.json +9 -32
- package/packages/registry/r/chart-frame.json +9 -32
- package/packages/registry/r/chart.json +8 -30
- package/packages/registry/r/code-block.json +9 -32
- package/packages/registry/r/context-menu.json +8 -36
- package/packages/registry/r/dashboard-01.json +7 -23
- package/packages/registry/r/dashboard-02.json +6 -20
- package/packages/registry/r/dashboard-shell.json +9 -32
- package/packages/registry/r/data-list.json +9 -32
- package/packages/registry/r/data-table.json +9 -32
- package/packages/registry/r/date-picker.json +15 -31
- package/packages/registry/r/dialog.json +11 -45
- package/packages/registry/r/direction-provider.json +6 -21
- package/packages/registry/r/drawer.json +10 -36
- package/packages/registry/r/dropdown.json +9 -37
- package/packages/registry/r/empty-state.json +9 -32
- package/packages/registry/r/error-state.json +9 -32
- package/packages/registry/r/fab.json +9 -34
- package/packages/registry/r/featured-icon.json +7 -29
- package/packages/registry/r/filter-bar.json +10 -35
- package/packages/registry/r/gradient-picker.json +7 -24
- package/packages/registry/r/header-navigation.json +9 -32
- package/packages/registry/r/hero-header.json +7 -25
- package/packages/registry/r/icon-system.json +14 -29
- package/packages/registry/r/image-picker.json +7 -24
- package/packages/registry/r/inline-cta.json +14 -32
- package/packages/registry/r/input.json +9 -33
- package/packages/registry/r/landing-page.json +6 -21
- package/packages/registry/r/login-page.json +9 -35
- package/packages/registry/r/marketing-header.json +8 -26
- package/packages/registry/r/menu.json +9 -34
- package/packages/registry/r/messaging.json +9 -33
- package/packages/registry/r/metric-card.json +9 -32
- package/packages/registry/r/mobile-screen.json +9 -32
- package/packages/registry/r/not-found.json +7 -25
- package/packages/registry/r/page-header.json +9 -32
- package/packages/registry/r/pagination.json +15 -31
- package/packages/registry/r/progress-steps.json +9 -33
- package/packages/registry/r/run-inspector.json +9 -32
- package/packages/registry/r/section-header.json +9 -32
- package/packages/registry/r/settings-01.json +5 -19
- package/packages/registry/r/settings-02.json +5 -19
- package/packages/registry/r/settings-page.json +9 -32
- package/packages/registry/r/sidebar-navigation.json +9 -32
- package/packages/registry/r/sign-in-form.json +9 -34
- package/packages/registry/r/skeleton.json +9 -32
- package/packages/registry/r/spinner.json +9 -32
- package/packages/registry/r/tabs.json +9 -34
- package/packages/registry/r/textarea.json +9 -33
- package/packages/registry/r/tool-call.json +9 -32
- package/packages/registry/r/tooltip.json +9 -33
- package/packages/registry/r/utility-button.json +9 -37
- package/packages/registry/r/workflow-canvas.json +9 -32
- package/packages/registry/r/workflow-node.json +9 -32
- package/packages/registry/registry.json +232 -937
- package/packages/registry/search-index.json +579 -2194
- package/packages/ui/package.json +4 -1
- package/packages/ui/src/date-picker.browser.test.tsx +1 -1
- package/packages/ui/src/date-picker.tsx +1 -2
- package/packages/ui/src/gradient-picker.tsx +6 -2
- package/packages/ui/src/theme-provider.browser.test.tsx +15 -6
- package/packages/ui/src/theme-provider.tsx +19 -5
- package/packages/workflow-ui/src/workflow-canvas.tsx +1 -1
- package/packages/workflow-ui/src/workflow-node.tsx +1 -1
- package/scripts/enrich-registry-payloads.mjs +9 -3
- package/scripts/fix-registry-closure.mjs +2 -1
- package/scripts/generate-manifest.mjs +61 -39
- package/scripts/validate-manifest.mjs +24 -33
- package/scripts/verify-registry-consumer.mjs +33 -7
- package/tests/e2e/catalog-typography.spec.ts +6 -4
- package/tests/icons.test.mjs +5 -5
- package/tsconfig.base.json +17 -51
- package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/filters-the-component-inventory-and-exposes-the-selected-audit-state-1.png +0 -0
- package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/opens-a-component-detail-view-and-returns-to-the-grid-1.png +0 -0
- package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/switching-locale-to-Persian-updates-document-direction-to-rtl-1.png +0 -0
- package/packages/ui/src/__screenshots__/button.browser.test.tsx/Button-preserves-native--busy--disabled--and-ref-contracts-1.png +0 -0
- package/packages/ui/src/__screenshots__/button.browser.test.tsx/a-disabled-polymorphic-Button-cannot-navigate-or-receive-focus-1.png +0 -0
- package/packages/ui/src/__screenshots__/date-picker.browser.test.tsx/DatePicker-Escape-closes-popover-and-returns-focus-to-input-1.png +0 -0
- package/packages/ui/src/__screenshots__/date-picker.browser.test.tsx/DatePicker-click-outside-closes-popover-1.png +0 -0
- package/packages/ui/src/__screenshots__/dialog.browser.test.tsx/Dialog-propagates-RTL-into-the-portal-and-traps-then-restores-focus-1.png +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-08-
|
|
2
|
+
"generatedAt": "2026-08-29T08:49:53.291Z",
|
|
3
3
|
"items": [
|
|
4
4
|
{
|
|
5
5
|
"id": "bidi-text",
|
|
@@ -9,9 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"id": "bidi-text--default",
|
|
11
11
|
"description": "Default Bidi Text usage",
|
|
12
|
-
"files": [
|
|
13
|
-
"apps/storybook/stories/catalog/bidi-text.stories.tsx"
|
|
14
|
-
]
|
|
12
|
+
"files": ["apps/storybook/stories/catalog/bidi-text.stories.tsx"]
|
|
15
13
|
}
|
|
16
14
|
]
|
|
17
15
|
},
|
|
@@ -23,9 +21,7 @@
|
|
|
23
21
|
{
|
|
24
22
|
"id": "direction-provider--default",
|
|
25
23
|
"description": "Default Direction Provider usage",
|
|
26
|
-
"files": [
|
|
27
|
-
"apps/storybook/stories/catalog/direction-provider.stories.tsx"
|
|
28
|
-
]
|
|
24
|
+
"files": ["apps/storybook/stories/catalog/direction-provider.stories.tsx"]
|
|
29
25
|
}
|
|
30
26
|
]
|
|
31
27
|
},
|
|
@@ -37,9 +33,7 @@
|
|
|
37
33
|
{
|
|
38
34
|
"id": "code-and-terminal--default",
|
|
39
35
|
"description": "Default Code And Terminal usage",
|
|
40
|
-
"files": [
|
|
41
|
-
"apps/storybook/stories/catalog/code-and-terminal.stories.tsx"
|
|
42
|
-
]
|
|
36
|
+
"files": ["apps/storybook/stories/catalog/code-and-terminal.stories.tsx"]
|
|
43
37
|
}
|
|
44
38
|
]
|
|
45
39
|
},
|
|
@@ -51,9 +45,7 @@
|
|
|
51
45
|
{
|
|
52
46
|
"id": "icon-system--default",
|
|
53
47
|
"description": "Default Icon System usage",
|
|
54
|
-
"files": [
|
|
55
|
-
"apps/storybook/stories/catalog/icon-system.stories.tsx"
|
|
56
|
-
]
|
|
48
|
+
"files": ["apps/storybook/stories/catalog/icon-system.stories.tsx"]
|
|
57
49
|
}
|
|
58
50
|
]
|
|
59
51
|
},
|
|
@@ -65,9 +57,7 @@
|
|
|
65
57
|
{
|
|
66
58
|
"id": "button--default",
|
|
67
59
|
"description": "Default Button usage",
|
|
68
|
-
"files": [
|
|
69
|
-
"apps/storybook/stories/catalog/button.stories.tsx"
|
|
70
|
-
]
|
|
60
|
+
"files": ["apps/storybook/stories/catalog/button.stories.tsx"]
|
|
71
61
|
}
|
|
72
62
|
]
|
|
73
63
|
},
|
|
@@ -79,9 +69,7 @@
|
|
|
79
69
|
{
|
|
80
70
|
"id": "input--default",
|
|
81
71
|
"description": "Default Input usage",
|
|
82
|
-
"files": [
|
|
83
|
-
"apps/storybook/stories/catalog/input.stories.tsx"
|
|
84
|
-
]
|
|
72
|
+
"files": ["apps/storybook/stories/catalog/input.stories.tsx"]
|
|
85
73
|
}
|
|
86
74
|
]
|
|
87
75
|
},
|
|
@@ -93,9 +81,7 @@
|
|
|
93
81
|
{
|
|
94
82
|
"id": "field--default",
|
|
95
83
|
"description": "Default Field usage",
|
|
96
|
-
"files": [
|
|
97
|
-
"apps/storybook/stories/catalog/field.stories.tsx"
|
|
98
|
-
]
|
|
84
|
+
"files": ["apps/storybook/stories/catalog/field.stories.tsx"]
|
|
99
85
|
}
|
|
100
86
|
]
|
|
101
87
|
},
|
|
@@ -107,9 +93,7 @@
|
|
|
107
93
|
{
|
|
108
94
|
"id": "textarea--default",
|
|
109
95
|
"description": "Default Textarea usage",
|
|
110
|
-
"files": [
|
|
111
|
-
"apps/storybook/stories/catalog/textarea.stories.tsx"
|
|
112
|
-
]
|
|
96
|
+
"files": ["apps/storybook/stories/catalog/textarea.stories.tsx"]
|
|
113
97
|
}
|
|
114
98
|
]
|
|
115
99
|
},
|
|
@@ -121,9 +105,7 @@
|
|
|
121
105
|
{
|
|
122
106
|
"id": "card--default",
|
|
123
107
|
"description": "Default Card usage",
|
|
124
|
-
"files": [
|
|
125
|
-
"apps/storybook/stories/catalog/card.stories.tsx"
|
|
126
|
-
]
|
|
108
|
+
"files": ["apps/storybook/stories/catalog/card.stories.tsx"]
|
|
127
109
|
}
|
|
128
110
|
]
|
|
129
111
|
},
|
|
@@ -135,9 +117,7 @@
|
|
|
135
117
|
{
|
|
136
118
|
"id": "alert--default",
|
|
137
119
|
"description": "Default Alert usage",
|
|
138
|
-
"files": [
|
|
139
|
-
"apps/storybook/stories/catalog/alert.stories.tsx"
|
|
140
|
-
]
|
|
120
|
+
"files": ["apps/storybook/stories/catalog/alert.stories.tsx"]
|
|
141
121
|
}
|
|
142
122
|
]
|
|
143
123
|
},
|
|
@@ -149,9 +129,7 @@
|
|
|
149
129
|
{
|
|
150
130
|
"id": "badge--default",
|
|
151
131
|
"description": "Default Badge usage",
|
|
152
|
-
"files": [
|
|
153
|
-
"apps/storybook/stories/catalog/badge.stories.tsx"
|
|
154
|
-
]
|
|
132
|
+
"files": ["apps/storybook/stories/catalog/badge.stories.tsx"]
|
|
155
133
|
}
|
|
156
134
|
]
|
|
157
135
|
},
|
|
@@ -163,9 +141,7 @@
|
|
|
163
141
|
{
|
|
164
142
|
"id": "skeleton--default",
|
|
165
143
|
"description": "Default Skeleton usage",
|
|
166
|
-
"files": [
|
|
167
|
-
"apps/storybook/stories/catalog/skeleton.stories.tsx"
|
|
168
|
-
]
|
|
144
|
+
"files": ["apps/storybook/stories/catalog/skeleton.stories.tsx"]
|
|
169
145
|
}
|
|
170
146
|
]
|
|
171
147
|
},
|
|
@@ -177,9 +153,7 @@
|
|
|
177
153
|
{
|
|
178
154
|
"id": "spinner--default",
|
|
179
155
|
"description": "Default Spinner usage",
|
|
180
|
-
"files": [
|
|
181
|
-
"apps/storybook/stories/catalog/spinner.stories.tsx"
|
|
182
|
-
]
|
|
156
|
+
"files": ["apps/storybook/stories/catalog/spinner.stories.tsx"]
|
|
183
157
|
}
|
|
184
158
|
]
|
|
185
159
|
},
|
|
@@ -191,9 +165,7 @@
|
|
|
191
165
|
{
|
|
192
166
|
"id": "empty-state--default",
|
|
193
167
|
"description": "Default Empty State usage",
|
|
194
|
-
"files": [
|
|
195
|
-
"apps/storybook/stories/catalog/empty-state.stories.tsx"
|
|
196
|
-
]
|
|
168
|
+
"files": ["apps/storybook/stories/catalog/empty-state.stories.tsx"]
|
|
197
169
|
}
|
|
198
170
|
]
|
|
199
171
|
},
|
|
@@ -205,9 +177,7 @@
|
|
|
205
177
|
{
|
|
206
178
|
"id": "error-state--default",
|
|
207
179
|
"description": "Default Error State usage",
|
|
208
|
-
"files": [
|
|
209
|
-
"apps/storybook/stories/catalog/error-state.stories.tsx"
|
|
210
|
-
]
|
|
180
|
+
"files": ["apps/storybook/stories/catalog/error-state.stories.tsx"]
|
|
211
181
|
}
|
|
212
182
|
]
|
|
213
183
|
},
|
|
@@ -219,9 +189,7 @@
|
|
|
219
189
|
{
|
|
220
190
|
"id": "dialog--default",
|
|
221
191
|
"description": "Default Dialog usage",
|
|
222
|
-
"files": [
|
|
223
|
-
"apps/storybook/stories/catalog/dialog.stories.tsx"
|
|
224
|
-
]
|
|
192
|
+
"files": ["apps/storybook/stories/catalog/dialog.stories.tsx"]
|
|
225
193
|
}
|
|
226
194
|
]
|
|
227
195
|
},
|
|
@@ -233,9 +201,7 @@
|
|
|
233
201
|
{
|
|
234
202
|
"id": "drawer--default",
|
|
235
203
|
"description": "Default Drawer usage",
|
|
236
|
-
"files": [
|
|
237
|
-
"apps/storybook/stories/catalog/drawer.stories.tsx"
|
|
238
|
-
]
|
|
204
|
+
"files": ["apps/storybook/stories/catalog/drawer.stories.tsx"]
|
|
239
205
|
}
|
|
240
206
|
]
|
|
241
207
|
},
|
|
@@ -247,9 +213,7 @@
|
|
|
247
213
|
{
|
|
248
214
|
"id": "menu--default",
|
|
249
215
|
"description": "Default Menu usage",
|
|
250
|
-
"files": [
|
|
251
|
-
"apps/storybook/stories/catalog/menu.stories.tsx"
|
|
252
|
-
]
|
|
216
|
+
"files": ["apps/storybook/stories/catalog/menu.stories.tsx"]
|
|
253
217
|
}
|
|
254
218
|
]
|
|
255
219
|
},
|
|
@@ -261,9 +225,7 @@
|
|
|
261
225
|
{
|
|
262
226
|
"id": "tooltip--default",
|
|
263
227
|
"description": "Default Tooltip usage",
|
|
264
|
-
"files": [
|
|
265
|
-
"apps/storybook/stories/catalog/tooltip.stories.tsx"
|
|
266
|
-
]
|
|
228
|
+
"files": ["apps/storybook/stories/catalog/tooltip.stories.tsx"]
|
|
267
229
|
}
|
|
268
230
|
]
|
|
269
231
|
},
|
|
@@ -275,9 +237,7 @@
|
|
|
275
237
|
{
|
|
276
238
|
"id": "tabs--default",
|
|
277
239
|
"description": "Default Tabs usage",
|
|
278
|
-
"files": [
|
|
279
|
-
"apps/storybook/stories/catalog/tabs.stories.tsx"
|
|
280
|
-
]
|
|
240
|
+
"files": ["apps/storybook/stories/catalog/tabs.stories.tsx"]
|
|
281
241
|
}
|
|
282
242
|
]
|
|
283
243
|
},
|
|
@@ -289,9 +249,7 @@
|
|
|
289
249
|
{
|
|
290
250
|
"id": "data-table--default",
|
|
291
251
|
"description": "Default Data Table usage",
|
|
292
|
-
"files": [
|
|
293
|
-
"apps/storybook/stories/catalog/data-table.stories.tsx"
|
|
294
|
-
]
|
|
252
|
+
"files": ["apps/storybook/stories/catalog/data-table.stories.tsx"]
|
|
295
253
|
}
|
|
296
254
|
]
|
|
297
255
|
},
|
|
@@ -303,9 +261,7 @@
|
|
|
303
261
|
{
|
|
304
262
|
"id": "metric-card--default",
|
|
305
263
|
"description": "Default Metric Card usage",
|
|
306
|
-
"files": [
|
|
307
|
-
"apps/storybook/stories/catalog/metric-card.stories.tsx"
|
|
308
|
-
]
|
|
264
|
+
"files": ["apps/storybook/stories/catalog/metric-card.stories.tsx"]
|
|
309
265
|
}
|
|
310
266
|
]
|
|
311
267
|
},
|
|
@@ -317,9 +273,7 @@
|
|
|
317
273
|
{
|
|
318
274
|
"id": "chart-frame--default",
|
|
319
275
|
"description": "Default Chart Frame usage",
|
|
320
|
-
"files": [
|
|
321
|
-
"apps/storybook/stories/catalog/chart-frame.stories.tsx"
|
|
322
|
-
]
|
|
276
|
+
"files": ["apps/storybook/stories/catalog/chart-frame.stories.tsx"]
|
|
323
277
|
}
|
|
324
278
|
]
|
|
325
279
|
},
|
|
@@ -331,9 +285,7 @@
|
|
|
331
285
|
{
|
|
332
286
|
"id": "agent-composer--default",
|
|
333
287
|
"description": "Default Agent Composer usage",
|
|
334
|
-
"files": [
|
|
335
|
-
"apps/storybook/stories/catalog/agent-composer.stories.tsx"
|
|
336
|
-
]
|
|
288
|
+
"files": ["apps/storybook/stories/catalog/agent-composer.stories.tsx"]
|
|
337
289
|
}
|
|
338
290
|
]
|
|
339
291
|
},
|
|
@@ -345,9 +297,7 @@
|
|
|
345
297
|
{
|
|
346
298
|
"id": "agent-message--default",
|
|
347
299
|
"description": "Default Agent Message usage",
|
|
348
|
-
"files": [
|
|
349
|
-
"apps/storybook/stories/catalog/agent-message.stories.tsx"
|
|
350
|
-
]
|
|
300
|
+
"files": ["apps/storybook/stories/catalog/agent-message.stories.tsx"]
|
|
351
301
|
}
|
|
352
302
|
]
|
|
353
303
|
},
|
|
@@ -359,9 +309,7 @@
|
|
|
359
309
|
{
|
|
360
310
|
"id": "agent-plan--default",
|
|
361
311
|
"description": "Default Agent Plan usage",
|
|
362
|
-
"files": [
|
|
363
|
-
"apps/storybook/stories/catalog/agent-plan.stories.tsx"
|
|
364
|
-
]
|
|
312
|
+
"files": ["apps/storybook/stories/catalog/agent-plan.stories.tsx"]
|
|
365
313
|
}
|
|
366
314
|
]
|
|
367
315
|
},
|
|
@@ -373,9 +321,7 @@
|
|
|
373
321
|
{
|
|
374
322
|
"id": "run-inspector--default",
|
|
375
323
|
"description": "Default Run Inspector usage",
|
|
376
|
-
"files": [
|
|
377
|
-
"apps/storybook/stories/catalog/run-inspector.stories.tsx"
|
|
378
|
-
]
|
|
324
|
+
"files": ["apps/storybook/stories/catalog/run-inspector.stories.tsx"]
|
|
379
325
|
}
|
|
380
326
|
]
|
|
381
327
|
},
|
|
@@ -387,9 +333,7 @@
|
|
|
387
333
|
{
|
|
388
334
|
"id": "tool-call--default",
|
|
389
335
|
"description": "Default Tool Call usage",
|
|
390
|
-
"files": [
|
|
391
|
-
"apps/storybook/stories/catalog/tool-call.stories.tsx"
|
|
392
|
-
]
|
|
336
|
+
"files": ["apps/storybook/stories/catalog/tool-call.stories.tsx"]
|
|
393
337
|
}
|
|
394
338
|
]
|
|
395
339
|
},
|
|
@@ -401,9 +345,7 @@
|
|
|
401
345
|
{
|
|
402
346
|
"id": "approval-request--default",
|
|
403
347
|
"description": "Default Approval Request usage",
|
|
404
|
-
"files": [
|
|
405
|
-
"apps/storybook/stories/catalog/approval-request.stories.tsx"
|
|
406
|
-
]
|
|
348
|
+
"files": ["apps/storybook/stories/catalog/approval-request.stories.tsx"]
|
|
407
349
|
}
|
|
408
350
|
]
|
|
409
351
|
},
|
|
@@ -415,9 +357,7 @@
|
|
|
415
357
|
{
|
|
416
358
|
"id": "workflow-canvas--default",
|
|
417
359
|
"description": "Default Workflow Canvas usage",
|
|
418
|
-
"files": [
|
|
419
|
-
"apps/storybook/stories/catalog/workflow-canvas.stories.tsx"
|
|
420
|
-
]
|
|
360
|
+
"files": ["apps/storybook/stories/catalog/workflow-canvas.stories.tsx"]
|
|
421
361
|
}
|
|
422
362
|
]
|
|
423
363
|
},
|
|
@@ -429,9 +369,7 @@
|
|
|
429
369
|
{
|
|
430
370
|
"id": "workflow-node--default",
|
|
431
371
|
"description": "Default Workflow Node usage",
|
|
432
|
-
"files": [
|
|
433
|
-
"apps/storybook/stories/catalog/workflow-node.stories.tsx"
|
|
434
|
-
]
|
|
372
|
+
"files": ["apps/storybook/stories/catalog/workflow-node.stories.tsx"]
|
|
435
373
|
}
|
|
436
374
|
]
|
|
437
375
|
},
|
|
@@ -443,9 +381,7 @@
|
|
|
443
381
|
{
|
|
444
382
|
"id": "page-header--default",
|
|
445
383
|
"description": "Default Page Header usage",
|
|
446
|
-
"files": [
|
|
447
|
-
"apps/storybook/stories/catalog/page-header.stories.tsx"
|
|
448
|
-
]
|
|
384
|
+
"files": ["apps/storybook/stories/catalog/page-header.stories.tsx"]
|
|
449
385
|
}
|
|
450
386
|
]
|
|
451
387
|
},
|
|
@@ -457,9 +393,7 @@
|
|
|
457
393
|
{
|
|
458
394
|
"id": "sidebar-navigation--default",
|
|
459
395
|
"description": "Default Sidebar Navigation usage",
|
|
460
|
-
"files": [
|
|
461
|
-
"apps/storybook/stories/catalog/sidebar-navigation.stories.tsx"
|
|
462
|
-
]
|
|
396
|
+
"files": ["apps/storybook/stories/catalog/sidebar-navigation.stories.tsx"]
|
|
463
397
|
}
|
|
464
398
|
]
|
|
465
399
|
},
|
|
@@ -471,9 +405,7 @@
|
|
|
471
405
|
{
|
|
472
406
|
"id": "agent-workspace--default",
|
|
473
407
|
"description": "Default Agent Workspace usage",
|
|
474
|
-
"files": [
|
|
475
|
-
"apps/storybook/stories/catalog/agent-workspace.stories.tsx"
|
|
476
|
-
]
|
|
408
|
+
"files": ["apps/storybook/stories/catalog/agent-workspace.stories.tsx"]
|
|
477
409
|
}
|
|
478
410
|
]
|
|
479
411
|
},
|
|
@@ -485,9 +417,7 @@
|
|
|
485
417
|
{
|
|
486
418
|
"id": "section-header--default",
|
|
487
419
|
"description": "Default Section Header usage",
|
|
488
|
-
"files": [
|
|
489
|
-
"apps/storybook/stories/catalog/section-header.stories.tsx"
|
|
490
|
-
]
|
|
420
|
+
"files": ["apps/storybook/stories/catalog/section-header.stories.tsx"]
|
|
491
421
|
}
|
|
492
422
|
]
|
|
493
423
|
},
|
|
@@ -499,9 +429,7 @@
|
|
|
499
429
|
{
|
|
500
430
|
"id": "filter-bar--default",
|
|
501
431
|
"description": "Default Filter Bar usage",
|
|
502
|
-
"files": [
|
|
503
|
-
"apps/storybook/stories/catalog/filter-bar.stories.tsx"
|
|
504
|
-
]
|
|
432
|
+
"files": ["apps/storybook/stories/catalog/filter-bar.stories.tsx"]
|
|
505
433
|
}
|
|
506
434
|
]
|
|
507
435
|
},
|
|
@@ -513,9 +441,7 @@
|
|
|
513
441
|
{
|
|
514
442
|
"id": "pagination--default",
|
|
515
443
|
"description": "Default Pagination usage",
|
|
516
|
-
"files": [
|
|
517
|
-
"apps/storybook/stories/catalog/pagination.stories.tsx"
|
|
518
|
-
]
|
|
444
|
+
"files": ["apps/storybook/stories/catalog/pagination.stories.tsx"]
|
|
519
445
|
}
|
|
520
446
|
]
|
|
521
447
|
},
|
|
@@ -527,9 +453,7 @@
|
|
|
527
453
|
{
|
|
528
454
|
"id": "activity-feed--default",
|
|
529
455
|
"description": "Default Activity Feed usage",
|
|
530
|
-
"files": [
|
|
531
|
-
"apps/storybook/stories/catalog/activity-feed.stories.tsx"
|
|
532
|
-
]
|
|
456
|
+
"files": ["apps/storybook/stories/catalog/activity-feed.stories.tsx"]
|
|
533
457
|
}
|
|
534
458
|
]
|
|
535
459
|
},
|
|
@@ -541,9 +465,7 @@
|
|
|
541
465
|
{
|
|
542
466
|
"id": "sign-in-form--default",
|
|
543
467
|
"description": "Default Sign In Form usage",
|
|
544
|
-
"files": [
|
|
545
|
-
"apps/storybook/stories/catalog/sign-in-form.stories.tsx"
|
|
546
|
-
]
|
|
468
|
+
"files": ["apps/storybook/stories/catalog/sign-in-form.stories.tsx"]
|
|
547
469
|
}
|
|
548
470
|
]
|
|
549
471
|
},
|
|
@@ -555,9 +477,7 @@
|
|
|
555
477
|
{
|
|
556
478
|
"id": "header-navigation--default",
|
|
557
479
|
"description": "Default Header Navigation usage",
|
|
558
|
-
"files": [
|
|
559
|
-
"apps/storybook/stories/catalog/header-navigation.stories.tsx"
|
|
560
|
-
]
|
|
480
|
+
"files": ["apps/storybook/stories/catalog/header-navigation.stories.tsx"]
|
|
561
481
|
}
|
|
562
482
|
]
|
|
563
483
|
},
|
|
@@ -569,9 +489,7 @@
|
|
|
569
489
|
{
|
|
570
490
|
"id": "app-frame--default",
|
|
571
491
|
"description": "Default App Frame usage",
|
|
572
|
-
"files": [
|
|
573
|
-
"apps/storybook/stories/catalog/app-frame.stories.tsx"
|
|
574
|
-
]
|
|
492
|
+
"files": ["apps/storybook/stories/catalog/app-frame.stories.tsx"]
|
|
575
493
|
}
|
|
576
494
|
]
|
|
577
495
|
},
|
|
@@ -583,9 +501,7 @@
|
|
|
583
501
|
{
|
|
584
502
|
"id": "bottom-navigation--default",
|
|
585
503
|
"description": "Default Bottom Navigation usage",
|
|
586
|
-
"files": [
|
|
587
|
-
"apps/storybook/stories/catalog/bottom-navigation.stories.tsx"
|
|
588
|
-
]
|
|
504
|
+
"files": ["apps/storybook/stories/catalog/bottom-navigation.stories.tsx"]
|
|
589
505
|
}
|
|
590
506
|
]
|
|
591
507
|
},
|
|
@@ -597,9 +513,7 @@
|
|
|
597
513
|
{
|
|
598
514
|
"id": "dashboard-shell--default",
|
|
599
515
|
"description": "Default Dashboard Shell usage",
|
|
600
|
-
"files": [
|
|
601
|
-
"apps/storybook/stories/catalog/dashboard-shell.stories.tsx"
|
|
602
|
-
]
|
|
516
|
+
"files": ["apps/storybook/stories/catalog/dashboard-shell.stories.tsx"]
|
|
603
517
|
}
|
|
604
518
|
]
|
|
605
519
|
},
|
|
@@ -611,9 +525,7 @@
|
|
|
611
525
|
{
|
|
612
526
|
"id": "settings-page--default",
|
|
613
527
|
"description": "Default Settings Page usage",
|
|
614
|
-
"files": [
|
|
615
|
-
"apps/storybook/stories/catalog/settings-page.stories.tsx"
|
|
616
|
-
]
|
|
528
|
+
"files": ["apps/storybook/stories/catalog/settings-page.stories.tsx"]
|
|
617
529
|
}
|
|
618
530
|
]
|
|
619
531
|
},
|
|
@@ -625,9 +537,7 @@
|
|
|
625
537
|
{
|
|
626
538
|
"id": "data-list--default",
|
|
627
539
|
"description": "Default Data List usage",
|
|
628
|
-
"files": [
|
|
629
|
-
"apps/storybook/stories/catalog/data-list.stories.tsx"
|
|
630
|
-
]
|
|
540
|
+
"files": ["apps/storybook/stories/catalog/data-list.stories.tsx"]
|
|
631
541
|
}
|
|
632
542
|
]
|
|
633
543
|
},
|
|
@@ -639,9 +549,7 @@
|
|
|
639
549
|
{
|
|
640
550
|
"id": "fab--default",
|
|
641
551
|
"description": "Default Fab usage",
|
|
642
|
-
"files": [
|
|
643
|
-
"apps/storybook/stories/catalog/fab.stories.tsx"
|
|
644
|
-
]
|
|
552
|
+
"files": ["apps/storybook/stories/catalog/fab.stories.tsx"]
|
|
645
553
|
}
|
|
646
554
|
]
|
|
647
555
|
},
|
|
@@ -653,9 +561,7 @@
|
|
|
653
561
|
{
|
|
654
562
|
"id": "mobile-screen--default",
|
|
655
563
|
"description": "Default Mobile Screen usage",
|
|
656
|
-
"files": [
|
|
657
|
-
"apps/storybook/stories/catalog/mobile-screen.stories.tsx"
|
|
658
|
-
]
|
|
564
|
+
"files": ["apps/storybook/stories/catalog/mobile-screen.stories.tsx"]
|
|
659
565
|
}
|
|
660
566
|
]
|
|
661
567
|
},
|
|
@@ -667,9 +573,7 @@
|
|
|
667
573
|
{
|
|
668
574
|
"id": "featured-icon--default",
|
|
669
575
|
"description": "Default Featured Icon usage",
|
|
670
|
-
"files": [
|
|
671
|
-
"apps/storybook/stories/catalog/featured-icon.stories.tsx"
|
|
672
|
-
]
|
|
576
|
+
"files": ["apps/storybook/stories/catalog/featured-icon.stories.tsx"]
|
|
673
577
|
}
|
|
674
578
|
]
|
|
675
579
|
},
|
|
@@ -681,9 +585,7 @@
|
|
|
681
585
|
{
|
|
682
586
|
"id": "utility-button--default",
|
|
683
587
|
"description": "Default Utility Button usage",
|
|
684
|
-
"files": [
|
|
685
|
-
"apps/storybook/stories/catalog/utility-button.stories.tsx"
|
|
686
|
-
]
|
|
588
|
+
"files": ["apps/storybook/stories/catalog/utility-button.stories.tsx"]
|
|
687
589
|
}
|
|
688
590
|
]
|
|
689
591
|
},
|
|
@@ -695,9 +597,7 @@
|
|
|
695
597
|
{
|
|
696
598
|
"id": "context-menu--default",
|
|
697
599
|
"description": "Default Context Menu usage",
|
|
698
|
-
"files": [
|
|
699
|
-
"apps/storybook/stories/catalog/context-menu.stories.tsx"
|
|
700
|
-
]
|
|
600
|
+
"files": ["apps/storybook/stories/catalog/context-menu.stories.tsx"]
|
|
701
601
|
}
|
|
702
602
|
]
|
|
703
603
|
},
|
|
@@ -709,9 +609,7 @@
|
|
|
709
609
|
{
|
|
710
610
|
"id": "dropdown--default",
|
|
711
611
|
"description": "Default Dropdown usage",
|
|
712
|
-
"files": [
|
|
713
|
-
"apps/storybook/stories/catalog/dropdown.stories.tsx"
|
|
714
|
-
]
|
|
612
|
+
"files": ["apps/storybook/stories/catalog/dropdown.stories.tsx"]
|
|
715
613
|
}
|
|
716
614
|
]
|
|
717
615
|
},
|
|
@@ -723,9 +621,7 @@
|
|
|
723
621
|
{
|
|
724
622
|
"id": "login-page--default",
|
|
725
623
|
"description": "Default Login Page usage",
|
|
726
|
-
"files": [
|
|
727
|
-
"apps/storybook/stories/catalog/login-page.stories.tsx"
|
|
728
|
-
]
|
|
624
|
+
"files": ["apps/storybook/stories/catalog/login-page.stories.tsx"]
|
|
729
625
|
}
|
|
730
626
|
]
|
|
731
627
|
},
|
|
@@ -737,9 +633,7 @@
|
|
|
737
633
|
{
|
|
738
634
|
"id": "not-found--default",
|
|
739
635
|
"description": "Default Not Found usage",
|
|
740
|
-
"files": [
|
|
741
|
-
"apps/storybook/stories/catalog/not-found.stories.tsx"
|
|
742
|
-
]
|
|
636
|
+
"files": ["apps/storybook/stories/catalog/not-found.stories.tsx"]
|
|
743
637
|
}
|
|
744
638
|
]
|
|
745
639
|
},
|
|
@@ -751,9 +645,7 @@
|
|
|
751
645
|
{
|
|
752
646
|
"id": "chart--default",
|
|
753
647
|
"description": "Default Chart usage",
|
|
754
|
-
"files": [
|
|
755
|
-
"apps/storybook/stories/catalog/chart.stories.tsx"
|
|
756
|
-
]
|
|
648
|
+
"files": ["apps/storybook/stories/catalog/chart.stories.tsx"]
|
|
757
649
|
}
|
|
758
650
|
]
|
|
759
651
|
},
|
|
@@ -765,9 +657,7 @@
|
|
|
765
657
|
{
|
|
766
658
|
"id": "messaging--default",
|
|
767
659
|
"description": "Default Messaging usage",
|
|
768
|
-
"files": [
|
|
769
|
-
"apps/storybook/stories/catalog/messaging.stories.tsx"
|
|
770
|
-
]
|
|
660
|
+
"files": ["apps/storybook/stories/catalog/messaging.stories.tsx"]
|
|
771
661
|
}
|
|
772
662
|
]
|
|
773
663
|
},
|
|
@@ -779,9 +669,7 @@
|
|
|
779
669
|
{
|
|
780
670
|
"id": "progress-steps--default",
|
|
781
671
|
"description": "Default Progress Steps usage",
|
|
782
|
-
"files": [
|
|
783
|
-
"apps/storybook/stories/catalog/progress-steps.stories.tsx"
|
|
784
|
-
]
|
|
672
|
+
"files": ["apps/storybook/stories/catalog/progress-steps.stories.tsx"]
|
|
785
673
|
}
|
|
786
674
|
]
|
|
787
675
|
},
|
|
@@ -793,9 +681,7 @@
|
|
|
793
681
|
{
|
|
794
682
|
"id": "dashboard-01--default",
|
|
795
683
|
"description": "Default Dashboard 01 usage",
|
|
796
|
-
"files": [
|
|
797
|
-
"apps/storybook/stories/catalog/dashboard-01.stories.tsx"
|
|
798
|
-
]
|
|
684
|
+
"files": ["apps/storybook/stories/catalog/dashboard-01.stories.tsx"]
|
|
799
685
|
}
|
|
800
686
|
]
|
|
801
687
|
},
|
|
@@ -807,9 +693,7 @@
|
|
|
807
693
|
{
|
|
808
694
|
"id": "dashboard-02--default",
|
|
809
695
|
"description": "Default Dashboard 02 usage",
|
|
810
|
-
"files": [
|
|
811
|
-
"apps/storybook/stories/catalog/dashboard-02.stories.tsx"
|
|
812
|
-
]
|
|
696
|
+
"files": ["apps/storybook/stories/catalog/dashboard-02.stories.tsx"]
|
|
813
697
|
}
|
|
814
698
|
]
|
|
815
699
|
},
|
|
@@ -821,9 +705,7 @@
|
|
|
821
705
|
{
|
|
822
706
|
"id": "settings-01--default",
|
|
823
707
|
"description": "Default Settings 01 usage",
|
|
824
|
-
"files": [
|
|
825
|
-
"apps/storybook/stories/catalog/settings-01.stories.tsx"
|
|
826
|
-
]
|
|
708
|
+
"files": ["apps/storybook/stories/catalog/settings-01.stories.tsx"]
|
|
827
709
|
}
|
|
828
710
|
]
|
|
829
711
|
},
|
|
@@ -835,9 +717,7 @@
|
|
|
835
717
|
{
|
|
836
718
|
"id": "settings-02--default",
|
|
837
719
|
"description": "Default Settings 02 usage",
|
|
838
|
-
"files": [
|
|
839
|
-
"apps/storybook/stories/catalog/settings-02.stories.tsx"
|
|
840
|
-
]
|
|
720
|
+
"files": ["apps/storybook/stories/catalog/settings-02.stories.tsx"]
|
|
841
721
|
}
|
|
842
722
|
]
|
|
843
723
|
},
|
|
@@ -849,9 +729,7 @@
|
|
|
849
729
|
{
|
|
850
730
|
"id": "hero-header--default",
|
|
851
731
|
"description": "Default Hero Header usage",
|
|
852
|
-
"files": [
|
|
853
|
-
"apps/storybook/stories/catalog/hero-header.stories.tsx"
|
|
854
|
-
]
|
|
732
|
+
"files": ["apps/storybook/stories/catalog/hero-header.stories.tsx"]
|
|
855
733
|
}
|
|
856
734
|
]
|
|
857
735
|
},
|
|
@@ -863,9 +741,7 @@
|
|
|
863
741
|
{
|
|
864
742
|
"id": "marketing-header--default",
|
|
865
743
|
"description": "Default Marketing Header usage",
|
|
866
|
-
"files": [
|
|
867
|
-
"apps/storybook/stories/catalog/marketing-header.stories.tsx"
|
|
868
|
-
]
|
|
744
|
+
"files": ["apps/storybook/stories/catalog/marketing-header.stories.tsx"]
|
|
869
745
|
}
|
|
870
746
|
]
|
|
871
747
|
},
|
|
@@ -877,9 +753,7 @@
|
|
|
877
753
|
{
|
|
878
754
|
"id": "landing-page--default",
|
|
879
755
|
"description": "Default Landing Page usage",
|
|
880
|
-
"files": [
|
|
881
|
-
"apps/storybook/stories/catalog/landing-page.stories.tsx"
|
|
882
|
-
]
|
|
756
|
+
"files": ["apps/storybook/stories/catalog/landing-page.stories.tsx"]
|
|
883
757
|
}
|
|
884
758
|
]
|
|
885
759
|
},
|
|
@@ -891,9 +765,7 @@
|
|
|
891
765
|
{
|
|
892
766
|
"id": "avatar--default",
|
|
893
767
|
"description": "Default Avatar usage",
|
|
894
|
-
"files": [
|
|
895
|
-
"apps/storybook/stories/catalog/avatar.stories.tsx"
|
|
896
|
-
]
|
|
768
|
+
"files": ["apps/storybook/stories/catalog/avatar.stories.tsx"]
|
|
897
769
|
}
|
|
898
770
|
]
|
|
899
771
|
},
|
|
@@ -905,9 +777,7 @@
|
|
|
905
777
|
{
|
|
906
778
|
"id": "badge-group--default",
|
|
907
779
|
"description": "Default Badge Group usage",
|
|
908
|
-
"files": [
|
|
909
|
-
"apps/storybook/stories/catalog/badge-group.stories.tsx"
|
|
910
|
-
]
|
|
780
|
+
"files": ["apps/storybook/stories/catalog/badge-group.stories.tsx"]
|
|
911
781
|
}
|
|
912
782
|
]
|
|
913
783
|
},
|
|
@@ -919,9 +789,7 @@
|
|
|
919
789
|
{
|
|
920
790
|
"id": "button-group--default",
|
|
921
791
|
"description": "Default Button Group usage",
|
|
922
|
-
"files": [
|
|
923
|
-
"apps/storybook/stories/catalog/button-group.stories.tsx"
|
|
924
|
-
]
|
|
792
|
+
"files": ["apps/storybook/stories/catalog/button-group.stories.tsx"]
|
|
925
793
|
}
|
|
926
794
|
]
|
|
927
795
|
},
|
|
@@ -933,9 +801,7 @@
|
|
|
933
801
|
{
|
|
934
802
|
"id": "checkbox--default",
|
|
935
803
|
"description": "Default Checkbox usage",
|
|
936
|
-
"files": [
|
|
937
|
-
"apps/storybook/stories/catalog/checkbox.stories.tsx"
|
|
938
|
-
]
|
|
804
|
+
"files": ["apps/storybook/stories/catalog/checkbox.stories.tsx"]
|
|
939
805
|
}
|
|
940
806
|
]
|
|
941
807
|
},
|
|
@@ -947,9 +813,7 @@
|
|
|
947
813
|
{
|
|
948
814
|
"id": "radio-group--default",
|
|
949
815
|
"description": "Default Radio Group usage",
|
|
950
|
-
"files": [
|
|
951
|
-
"apps/storybook/stories/catalog/radio-group.stories.tsx"
|
|
952
|
-
]
|
|
816
|
+
"files": ["apps/storybook/stories/catalog/radio-group.stories.tsx"]
|
|
953
817
|
}
|
|
954
818
|
]
|
|
955
819
|
},
|
|
@@ -961,9 +825,7 @@
|
|
|
961
825
|
{
|
|
962
826
|
"id": "toggle--default",
|
|
963
827
|
"description": "Default Toggle usage",
|
|
964
|
-
"files": [
|
|
965
|
-
"apps/storybook/stories/catalog/toggle.stories.tsx"
|
|
966
|
-
]
|
|
828
|
+
"files": ["apps/storybook/stories/catalog/toggle.stories.tsx"]
|
|
967
829
|
}
|
|
968
830
|
]
|
|
969
831
|
},
|
|
@@ -975,9 +837,7 @@
|
|
|
975
837
|
{
|
|
976
838
|
"id": "select--default",
|
|
977
839
|
"description": "Default Select usage",
|
|
978
|
-
"files": [
|
|
979
|
-
"apps/storybook/stories/catalog/select.stories.tsx"
|
|
980
|
-
]
|
|
840
|
+
"files": ["apps/storybook/stories/catalog/select.stories.tsx"]
|
|
981
841
|
}
|
|
982
842
|
]
|
|
983
843
|
},
|
|
@@ -989,9 +849,7 @@
|
|
|
989
849
|
{
|
|
990
850
|
"id": "multi-select--default",
|
|
991
851
|
"description": "Default Multi Select usage",
|
|
992
|
-
"files": [
|
|
993
|
-
"apps/storybook/stories/catalog/multi-select.stories.tsx"
|
|
994
|
-
]
|
|
852
|
+
"files": ["apps/storybook/stories/catalog/multi-select.stories.tsx"]
|
|
995
853
|
}
|
|
996
854
|
]
|
|
997
855
|
},
|
|
@@ -1003,9 +861,7 @@
|
|
|
1003
861
|
{
|
|
1004
862
|
"id": "slider--default",
|
|
1005
863
|
"description": "Default Slider usage",
|
|
1006
|
-
"files": [
|
|
1007
|
-
"apps/storybook/stories/catalog/slider.stories.tsx"
|
|
1008
|
-
]
|
|
864
|
+
"files": ["apps/storybook/stories/catalog/slider.stories.tsx"]
|
|
1009
865
|
}
|
|
1010
866
|
]
|
|
1011
867
|
},
|
|
@@ -1017,9 +873,7 @@
|
|
|
1017
873
|
{
|
|
1018
874
|
"id": "tags--default",
|
|
1019
875
|
"description": "Default Tags usage",
|
|
1020
|
-
"files": [
|
|
1021
|
-
"apps/storybook/stories/catalog/tags.stories.tsx"
|
|
1022
|
-
]
|
|
876
|
+
"files": ["apps/storybook/stories/catalog/tags.stories.tsx"]
|
|
1023
877
|
}
|
|
1024
878
|
]
|
|
1025
879
|
},
|
|
@@ -1031,9 +885,7 @@
|
|
|
1031
885
|
{
|
|
1032
886
|
"id": "verification-code--default",
|
|
1033
887
|
"description": "Default Verification Code usage",
|
|
1034
|
-
"files": [
|
|
1035
|
-
"apps/storybook/stories/catalog/verification-code.stories.tsx"
|
|
1036
|
-
]
|
|
888
|
+
"files": ["apps/storybook/stories/catalog/verification-code.stories.tsx"]
|
|
1037
889
|
}
|
|
1038
890
|
]
|
|
1039
891
|
},
|
|
@@ -1045,9 +897,7 @@
|
|
|
1045
897
|
{
|
|
1046
898
|
"id": "calendar--default",
|
|
1047
899
|
"description": "Default Calendar usage",
|
|
1048
|
-
"files": [
|
|
1049
|
-
"apps/storybook/stories/catalog/calendar.stories.tsx"
|
|
1050
|
-
]
|
|
900
|
+
"files": ["apps/storybook/stories/catalog/calendar.stories.tsx"]
|
|
1051
901
|
}
|
|
1052
902
|
]
|
|
1053
903
|
},
|
|
@@ -1059,9 +909,7 @@
|
|
|
1059
909
|
{
|
|
1060
910
|
"id": "date-picker--default",
|
|
1061
911
|
"description": "Default Date Picker usage",
|
|
1062
|
-
"files": [
|
|
1063
|
-
"apps/storybook/stories/catalog/date-picker.stories.tsx"
|
|
1064
|
-
]
|
|
912
|
+
"files": ["apps/storybook/stories/catalog/date-picker.stories.tsx"]
|
|
1065
913
|
}
|
|
1066
914
|
]
|
|
1067
915
|
},
|
|
@@ -1073,9 +921,7 @@
|
|
|
1073
921
|
{
|
|
1074
922
|
"id": "color-picker--default",
|
|
1075
923
|
"description": "Default Color Picker usage",
|
|
1076
|
-
"files": [
|
|
1077
|
-
"apps/storybook/stories/catalog/color-picker.stories.tsx"
|
|
1078
|
-
]
|
|
924
|
+
"files": ["apps/storybook/stories/catalog/color-picker.stories.tsx"]
|
|
1079
925
|
}
|
|
1080
926
|
]
|
|
1081
927
|
},
|
|
@@ -1087,9 +933,7 @@
|
|
|
1087
933
|
{
|
|
1088
934
|
"id": "file-uploader--default",
|
|
1089
935
|
"description": "Default File Uploader usage",
|
|
1090
|
-
"files": [
|
|
1091
|
-
"apps/storybook/stories/catalog/file-uploader.stories.tsx"
|
|
1092
|
-
]
|
|
936
|
+
"files": ["apps/storybook/stories/catalog/file-uploader.stories.tsx"]
|
|
1093
937
|
}
|
|
1094
938
|
]
|
|
1095
939
|
},
|
|
@@ -1101,9 +945,7 @@
|
|
|
1101
945
|
{
|
|
1102
946
|
"id": "rich-text-editor--default",
|
|
1103
947
|
"description": "Default Rich Text Editor usage",
|
|
1104
|
-
"files": [
|
|
1105
|
-
"apps/storybook/stories/catalog/rich-text-editor.stories.tsx"
|
|
1106
|
-
]
|
|
948
|
+
"files": ["apps/storybook/stories/catalog/rich-text-editor.stories.tsx"]
|
|
1107
949
|
}
|
|
1108
950
|
]
|
|
1109
951
|
},
|
|
@@ -1115,9 +957,7 @@
|
|
|
1115
957
|
{
|
|
1116
958
|
"id": "command-menu--default",
|
|
1117
959
|
"description": "Default Command Menu usage",
|
|
1118
|
-
"files": [
|
|
1119
|
-
"apps/storybook/stories/catalog/command-menu.stories.tsx"
|
|
1120
|
-
]
|
|
960
|
+
"files": ["apps/storybook/stories/catalog/command-menu.stories.tsx"]
|
|
1121
961
|
}
|
|
1122
962
|
]
|
|
1123
963
|
},
|
|
@@ -1129,9 +969,7 @@
|
|
|
1129
969
|
{
|
|
1130
970
|
"id": "tree-view--default",
|
|
1131
971
|
"description": "Default Tree View usage",
|
|
1132
|
-
"files": [
|
|
1133
|
-
"apps/storybook/stories/catalog/tree-view.stories.tsx"
|
|
1134
|
-
]
|
|
972
|
+
"files": ["apps/storybook/stories/catalog/tree-view.stories.tsx"]
|
|
1135
973
|
}
|
|
1136
974
|
]
|
|
1137
975
|
},
|
|
@@ -1143,9 +981,7 @@
|
|
|
1143
981
|
{
|
|
1144
982
|
"id": "carousel--default",
|
|
1145
983
|
"description": "Default Carousel usage",
|
|
1146
|
-
"files": [
|
|
1147
|
-
"apps/storybook/stories/catalog/carousel.stories.tsx"
|
|
1148
|
-
]
|
|
984
|
+
"files": ["apps/storybook/stories/catalog/carousel.stories.tsx"]
|
|
1149
985
|
}
|
|
1150
986
|
]
|
|
1151
987
|
},
|
|
@@ -1157,9 +993,7 @@
|
|
|
1157
993
|
{
|
|
1158
994
|
"id": "content-divider--default",
|
|
1159
995
|
"description": "Default Content Divider usage",
|
|
1160
|
-
"files": [
|
|
1161
|
-
"apps/storybook/stories/catalog/content-divider.stories.tsx"
|
|
1162
|
-
]
|
|
996
|
+
"files": ["apps/storybook/stories/catalog/content-divider.stories.tsx"]
|
|
1163
997
|
}
|
|
1164
998
|
]
|
|
1165
999
|
},
|
|
@@ -1171,9 +1005,7 @@
|
|
|
1171
1005
|
{
|
|
1172
1006
|
"id": "section-footer--default",
|
|
1173
1007
|
"description": "Default Section Footer usage",
|
|
1174
|
-
"files": [
|
|
1175
|
-
"apps/storybook/stories/catalog/section-footer.stories.tsx"
|
|
1176
|
-
]
|
|
1008
|
+
"files": ["apps/storybook/stories/catalog/section-footer.stories.tsx"]
|
|
1177
1009
|
}
|
|
1178
1010
|
]
|
|
1179
1011
|
},
|
|
@@ -1185,9 +1017,7 @@
|
|
|
1185
1017
|
{
|
|
1186
1018
|
"id": "notification--default",
|
|
1187
1019
|
"description": "Default Notification usage",
|
|
1188
|
-
"files": [
|
|
1189
|
-
"apps/storybook/stories/catalog/notification.stories.tsx"
|
|
1190
|
-
]
|
|
1020
|
+
"files": ["apps/storybook/stories/catalog/notification.stories.tsx"]
|
|
1191
1021
|
}
|
|
1192
1022
|
]
|
|
1193
1023
|
},
|
|
@@ -1199,9 +1029,7 @@
|
|
|
1199
1029
|
{
|
|
1200
1030
|
"id": "activity-gauge--default",
|
|
1201
1031
|
"description": "Default Activity Gauge usage",
|
|
1202
|
-
"files": [
|
|
1203
|
-
"apps/storybook/stories/catalog/activity-gauge.stories.tsx"
|
|
1204
|
-
]
|
|
1032
|
+
"files": ["apps/storybook/stories/catalog/activity-gauge.stories.tsx"]
|
|
1205
1033
|
}
|
|
1206
1034
|
]
|
|
1207
1035
|
},
|
|
@@ -1213,9 +1041,7 @@
|
|
|
1213
1041
|
{
|
|
1214
1042
|
"id": "pie-chart--default",
|
|
1215
1043
|
"description": "Default Pie Chart usage",
|
|
1216
|
-
"files": [
|
|
1217
|
-
"apps/storybook/stories/catalog/pie-chart.stories.tsx"
|
|
1218
|
-
]
|
|
1044
|
+
"files": ["apps/storybook/stories/catalog/pie-chart.stories.tsx"]
|
|
1219
1045
|
}
|
|
1220
1046
|
]
|
|
1221
1047
|
},
|
|
@@ -1227,9 +1053,7 @@
|
|
|
1227
1053
|
{
|
|
1228
1054
|
"id": "radar-chart--default",
|
|
1229
1055
|
"description": "Default Radar Chart usage",
|
|
1230
|
-
"files": [
|
|
1231
|
-
"apps/storybook/stories/catalog/radar-chart.stories.tsx"
|
|
1232
|
-
]
|
|
1056
|
+
"files": ["apps/storybook/stories/catalog/radar-chart.stories.tsx"]
|
|
1233
1057
|
}
|
|
1234
1058
|
]
|
|
1235
1059
|
},
|
|
@@ -1241,9 +1065,7 @@
|
|
|
1241
1065
|
{
|
|
1242
1066
|
"id": "credit-card--default",
|
|
1243
1067
|
"description": "Default Credit Card usage",
|
|
1244
|
-
"files": [
|
|
1245
|
-
"apps/storybook/stories/catalog/credit-card.stories.tsx"
|
|
1246
|
-
]
|
|
1068
|
+
"files": ["apps/storybook/stories/catalog/credit-card.stories.tsx"]
|
|
1247
1069
|
}
|
|
1248
1070
|
]
|
|
1249
1071
|
},
|
|
@@ -1255,9 +1077,7 @@
|
|
|
1255
1077
|
{
|
|
1256
1078
|
"id": "qr-code--default",
|
|
1257
1079
|
"description": "Default Qr Code usage",
|
|
1258
|
-
"files": [
|
|
1259
|
-
"apps/storybook/stories/catalog/qr-code.stories.tsx"
|
|
1260
|
-
]
|
|
1080
|
+
"files": ["apps/storybook/stories/catalog/qr-code.stories.tsx"]
|
|
1261
1081
|
}
|
|
1262
1082
|
]
|
|
1263
1083
|
},
|
|
@@ -1269,9 +1089,7 @@
|
|
|
1269
1089
|
{
|
|
1270
1090
|
"id": "rating--default",
|
|
1271
1091
|
"description": "Default Rating usage",
|
|
1272
|
-
"files": [
|
|
1273
|
-
"apps/storybook/stories/catalog/rating.stories.tsx"
|
|
1274
|
-
]
|
|
1092
|
+
"files": ["apps/storybook/stories/catalog/rating.stories.tsx"]
|
|
1275
1093
|
}
|
|
1276
1094
|
]
|
|
1277
1095
|
},
|
|
@@ -1283,9 +1101,7 @@
|
|
|
1283
1101
|
{
|
|
1284
1102
|
"id": "video-player--default",
|
|
1285
1103
|
"description": "Default Video Player usage",
|
|
1286
|
-
"files": [
|
|
1287
|
-
"apps/storybook/stories/catalog/video-player.stories.tsx"
|
|
1288
|
-
]
|
|
1104
|
+
"files": ["apps/storybook/stories/catalog/video-player.stories.tsx"]
|
|
1289
1105
|
}
|
|
1290
1106
|
]
|
|
1291
1107
|
},
|
|
@@ -1297,9 +1113,7 @@
|
|
|
1297
1113
|
{
|
|
1298
1114
|
"id": "illustration--default",
|
|
1299
1115
|
"description": "Default Illustration usage",
|
|
1300
|
-
"files": [
|
|
1301
|
-
"apps/storybook/stories/catalog/illustration.stories.tsx"
|
|
1302
|
-
]
|
|
1116
|
+
"files": ["apps/storybook/stories/catalog/illustration.stories.tsx"]
|
|
1303
1117
|
}
|
|
1304
1118
|
]
|
|
1305
1119
|
},
|
|
@@ -1311,9 +1125,7 @@
|
|
|
1311
1125
|
{
|
|
1312
1126
|
"id": "store-button--default",
|
|
1313
1127
|
"description": "Default Store Button usage",
|
|
1314
|
-
"files": [
|
|
1315
|
-
"apps/storybook/stories/catalog/store-button.stories.tsx"
|
|
1316
|
-
]
|
|
1128
|
+
"files": ["apps/storybook/stories/catalog/store-button.stories.tsx"]
|
|
1317
1129
|
}
|
|
1318
1130
|
]
|
|
1319
1131
|
},
|
|
@@ -1325,9 +1137,7 @@
|
|
|
1325
1137
|
{
|
|
1326
1138
|
"id": "social-button--default",
|
|
1327
1139
|
"description": "Default Social Button usage",
|
|
1328
|
-
"files": [
|
|
1329
|
-
"apps/storybook/stories/catalog/social-button.stories.tsx"
|
|
1330
|
-
]
|
|
1140
|
+
"files": ["apps/storybook/stories/catalog/social-button.stories.tsx"]
|
|
1331
1141
|
}
|
|
1332
1142
|
]
|
|
1333
1143
|
},
|
|
@@ -1339,9 +1149,7 @@
|
|
|
1339
1149
|
{
|
|
1340
1150
|
"id": "progress-indicator--default",
|
|
1341
1151
|
"description": "Default Progress Indicator usage",
|
|
1342
|
-
"files": [
|
|
1343
|
-
"apps/storybook/stories/catalog/progress-indicator.stories.tsx"
|
|
1344
|
-
]
|
|
1152
|
+
"files": ["apps/storybook/stories/catalog/progress-indicator.stories.tsx"]
|
|
1345
1153
|
}
|
|
1346
1154
|
]
|
|
1347
1155
|
},
|
|
@@ -1353,9 +1161,7 @@
|
|
|
1353
1161
|
{
|
|
1354
1162
|
"id": "sign-up-page--default",
|
|
1355
1163
|
"description": "Default Sign Up Page usage",
|
|
1356
|
-
"files": [
|
|
1357
|
-
"apps/storybook/stories/catalog/sign-up-page.stories.tsx"
|
|
1358
|
-
]
|
|
1164
|
+
"files": ["apps/storybook/stories/catalog/sign-up-page.stories.tsx"]
|
|
1359
1165
|
}
|
|
1360
1166
|
]
|
|
1361
1167
|
},
|
|
@@ -1367,9 +1173,7 @@
|
|
|
1367
1173
|
{
|
|
1368
1174
|
"id": "verification-page--default",
|
|
1369
1175
|
"description": "Default Verification Page usage",
|
|
1370
|
-
"files": [
|
|
1371
|
-
"apps/storybook/stories/catalog/verification-page.stories.tsx"
|
|
1372
|
-
]
|
|
1176
|
+
"files": ["apps/storybook/stories/catalog/verification-page.stories.tsx"]
|
|
1373
1177
|
}
|
|
1374
1178
|
]
|
|
1375
1179
|
},
|
|
@@ -1381,9 +1185,7 @@
|
|
|
1381
1185
|
{
|
|
1382
1186
|
"id": "forgot-password-page--default",
|
|
1383
1187
|
"description": "Default Forgot Password Page usage",
|
|
1384
|
-
"files": [
|
|
1385
|
-
"apps/storybook/stories/catalog/forgot-password-page.stories.tsx"
|
|
1386
|
-
]
|
|
1188
|
+
"files": ["apps/storybook/stories/catalog/forgot-password-page.stories.tsx"]
|
|
1387
1189
|
}
|
|
1388
1190
|
]
|
|
1389
1191
|
},
|
|
@@ -1395,9 +1197,7 @@
|
|
|
1395
1197
|
{
|
|
1396
1198
|
"id": "email-template--default",
|
|
1397
1199
|
"description": "Default Email Template usage",
|
|
1398
|
-
"files": [
|
|
1399
|
-
"apps/storybook/stories/catalog/email-template.stories.tsx"
|
|
1400
|
-
]
|
|
1200
|
+
"files": ["apps/storybook/stories/catalog/email-template.stories.tsx"]
|
|
1401
1201
|
}
|
|
1402
1202
|
]
|
|
1403
1203
|
},
|
|
@@ -1409,9 +1209,7 @@
|
|
|
1409
1209
|
{
|
|
1410
1210
|
"id": "informational-page-01--default",
|
|
1411
1211
|
"description": "Default Informational Page 01 usage",
|
|
1412
|
-
"files": [
|
|
1413
|
-
"apps/storybook/stories/catalog/informational-page-01.stories.tsx"
|
|
1414
|
-
]
|
|
1212
|
+
"files": ["apps/storybook/stories/catalog/informational-page-01.stories.tsx"]
|
|
1415
1213
|
}
|
|
1416
1214
|
]
|
|
1417
1215
|
},
|
|
@@ -1423,9 +1221,7 @@
|
|
|
1423
1221
|
{
|
|
1424
1222
|
"id": "informational-page-02--default",
|
|
1425
1223
|
"description": "Default Informational Page 02 usage",
|
|
1426
|
-
"files": [
|
|
1427
|
-
"apps/storybook/stories/catalog/informational-page-02.stories.tsx"
|
|
1428
|
-
]
|
|
1224
|
+
"files": ["apps/storybook/stories/catalog/informational-page-02.stories.tsx"]
|
|
1429
1225
|
}
|
|
1430
1226
|
]
|
|
1431
1227
|
},
|
|
@@ -1437,9 +1233,7 @@
|
|
|
1437
1233
|
{
|
|
1438
1234
|
"id": "banner--default",
|
|
1439
1235
|
"description": "Default Banner usage",
|
|
1440
|
-
"files": [
|
|
1441
|
-
"apps/storybook/stories/catalog/banner.stories.tsx"
|
|
1442
|
-
]
|
|
1236
|
+
"files": ["apps/storybook/stories/catalog/banner.stories.tsx"]
|
|
1443
1237
|
}
|
|
1444
1238
|
]
|
|
1445
1239
|
},
|
|
@@ -1451,9 +1245,7 @@
|
|
|
1451
1245
|
{
|
|
1452
1246
|
"id": "blog-section--default",
|
|
1453
1247
|
"description": "Default Blog Section usage",
|
|
1454
|
-
"files": [
|
|
1455
|
-
"apps/storybook/stories/catalog/blog-section.stories.tsx"
|
|
1456
|
-
]
|
|
1248
|
+
"files": ["apps/storybook/stories/catalog/blog-section.stories.tsx"]
|
|
1457
1249
|
}
|
|
1458
1250
|
]
|
|
1459
1251
|
},
|
|
@@ -1465,9 +1257,7 @@
|
|
|
1465
1257
|
{
|
|
1466
1258
|
"id": "careers-section--default",
|
|
1467
1259
|
"description": "Default Careers Section usage",
|
|
1468
|
-
"files": [
|
|
1469
|
-
"apps/storybook/stories/catalog/careers-section.stories.tsx"
|
|
1470
|
-
]
|
|
1260
|
+
"files": ["apps/storybook/stories/catalog/careers-section.stories.tsx"]
|
|
1471
1261
|
}
|
|
1472
1262
|
]
|
|
1473
1263
|
},
|
|
@@ -1479,9 +1269,7 @@
|
|
|
1479
1269
|
{
|
|
1480
1270
|
"id": "contact-section--default",
|
|
1481
1271
|
"description": "Default Contact Section usage",
|
|
1482
|
-
"files": [
|
|
1483
|
-
"apps/storybook/stories/catalog/contact-section.stories.tsx"
|
|
1484
|
-
]
|
|
1272
|
+
"files": ["apps/storybook/stories/catalog/contact-section.stories.tsx"]
|
|
1485
1273
|
}
|
|
1486
1274
|
]
|
|
1487
1275
|
},
|
|
@@ -1493,9 +1281,7 @@
|
|
|
1493
1281
|
{
|
|
1494
1282
|
"id": "content-section--default",
|
|
1495
1283
|
"description": "Default Content Section usage",
|
|
1496
|
-
"files": [
|
|
1497
|
-
"apps/storybook/stories/catalog/content-section.stories.tsx"
|
|
1498
|
-
]
|
|
1284
|
+
"files": ["apps/storybook/stories/catalog/content-section.stories.tsx"]
|
|
1499
1285
|
}
|
|
1500
1286
|
]
|
|
1501
1287
|
},
|
|
@@ -1507,9 +1293,7 @@
|
|
|
1507
1293
|
{
|
|
1508
1294
|
"id": "cta-section--default",
|
|
1509
1295
|
"description": "Default Cta Section usage",
|
|
1510
|
-
"files": [
|
|
1511
|
-
"apps/storybook/stories/catalog/cta-section.stories.tsx"
|
|
1512
|
-
]
|
|
1296
|
+
"files": ["apps/storybook/stories/catalog/cta-section.stories.tsx"]
|
|
1513
1297
|
}
|
|
1514
1298
|
]
|
|
1515
1299
|
},
|
|
@@ -1521,9 +1305,7 @@
|
|
|
1521
1305
|
{
|
|
1522
1306
|
"id": "faq-section--default",
|
|
1523
1307
|
"description": "Default Faq Section usage",
|
|
1524
|
-
"files": [
|
|
1525
|
-
"apps/storybook/stories/catalog/faq-section.stories.tsx"
|
|
1526
|
-
]
|
|
1308
|
+
"files": ["apps/storybook/stories/catalog/faq-section.stories.tsx"]
|
|
1527
1309
|
}
|
|
1528
1310
|
]
|
|
1529
1311
|
},
|
|
@@ -1535,9 +1317,7 @@
|
|
|
1535
1317
|
{
|
|
1536
1318
|
"id": "feature-section--default",
|
|
1537
1319
|
"description": "Default Feature Section usage",
|
|
1538
|
-
"files": [
|
|
1539
|
-
"apps/storybook/stories/catalog/feature-section.stories.tsx"
|
|
1540
|
-
]
|
|
1320
|
+
"files": ["apps/storybook/stories/catalog/feature-section.stories.tsx"]
|
|
1541
1321
|
}
|
|
1542
1322
|
]
|
|
1543
1323
|
},
|
|
@@ -1549,9 +1329,7 @@
|
|
|
1549
1329
|
{
|
|
1550
1330
|
"id": "footer--default",
|
|
1551
1331
|
"description": "Default Footer usage",
|
|
1552
|
-
"files": [
|
|
1553
|
-
"apps/storybook/stories/catalog/footer.stories.tsx"
|
|
1554
|
-
]
|
|
1332
|
+
"files": ["apps/storybook/stories/catalog/footer.stories.tsx"]
|
|
1555
1333
|
}
|
|
1556
1334
|
]
|
|
1557
1335
|
},
|
|
@@ -1563,9 +1341,7 @@
|
|
|
1563
1341
|
{
|
|
1564
1342
|
"id": "metrics-section--default",
|
|
1565
1343
|
"description": "Default Metrics Section usage",
|
|
1566
|
-
"files": [
|
|
1567
|
-
"apps/storybook/stories/catalog/metrics-section.stories.tsx"
|
|
1568
|
-
]
|
|
1344
|
+
"files": ["apps/storybook/stories/catalog/metrics-section.stories.tsx"]
|
|
1569
1345
|
}
|
|
1570
1346
|
]
|
|
1571
1347
|
},
|
|
@@ -1577,9 +1353,7 @@
|
|
|
1577
1353
|
{
|
|
1578
1354
|
"id": "newsletter--default",
|
|
1579
1355
|
"description": "Default Newsletter usage",
|
|
1580
|
-
"files": [
|
|
1581
|
-
"apps/storybook/stories/catalog/newsletter.stories.tsx"
|
|
1582
|
-
]
|
|
1356
|
+
"files": ["apps/storybook/stories/catalog/newsletter.stories.tsx"]
|
|
1583
1357
|
}
|
|
1584
1358
|
]
|
|
1585
1359
|
},
|
|
@@ -1591,9 +1365,7 @@
|
|
|
1591
1365
|
{
|
|
1592
1366
|
"id": "pricing-section--default",
|
|
1593
1367
|
"description": "Default Pricing Section usage",
|
|
1594
|
-
"files": [
|
|
1595
|
-
"apps/storybook/stories/catalog/pricing-section.stories.tsx"
|
|
1596
|
-
]
|
|
1368
|
+
"files": ["apps/storybook/stories/catalog/pricing-section.stories.tsx"]
|
|
1597
1369
|
}
|
|
1598
1370
|
]
|
|
1599
1371
|
},
|
|
@@ -1605,9 +1377,7 @@
|
|
|
1605
1377
|
{
|
|
1606
1378
|
"id": "social-proof--default",
|
|
1607
1379
|
"description": "Default Social Proof usage",
|
|
1608
|
-
"files": [
|
|
1609
|
-
"apps/storybook/stories/catalog/social-proof.stories.tsx"
|
|
1610
|
-
]
|
|
1380
|
+
"files": ["apps/storybook/stories/catalog/social-proof.stories.tsx"]
|
|
1611
1381
|
}
|
|
1612
1382
|
]
|
|
1613
1383
|
},
|
|
@@ -1619,9 +1389,7 @@
|
|
|
1619
1389
|
{
|
|
1620
1390
|
"id": "team-section--default",
|
|
1621
1391
|
"description": "Default Team Section usage",
|
|
1622
|
-
"files": [
|
|
1623
|
-
"apps/storybook/stories/catalog/team-section.stories.tsx"
|
|
1624
|
-
]
|
|
1392
|
+
"files": ["apps/storybook/stories/catalog/team-section.stories.tsx"]
|
|
1625
1393
|
}
|
|
1626
1394
|
]
|
|
1627
1395
|
},
|
|
@@ -1633,9 +1401,7 @@
|
|
|
1633
1401
|
{
|
|
1634
1402
|
"id": "testimonial-section--default",
|
|
1635
1403
|
"description": "Default Testimonial Section usage",
|
|
1636
|
-
"files": [
|
|
1637
|
-
"apps/storybook/stories/catalog/testimonial-section.stories.tsx"
|
|
1638
|
-
]
|
|
1404
|
+
"files": ["apps/storybook/stories/catalog/testimonial-section.stories.tsx"]
|
|
1639
1405
|
}
|
|
1640
1406
|
]
|
|
1641
1407
|
},
|
|
@@ -1647,9 +1413,7 @@
|
|
|
1647
1413
|
{
|
|
1648
1414
|
"id": "about-page--default",
|
|
1649
1415
|
"description": "Default About Page usage",
|
|
1650
|
-
"files": [
|
|
1651
|
-
"apps/storybook/stories/catalog/about-page.stories.tsx"
|
|
1652
|
-
]
|
|
1416
|
+
"files": ["apps/storybook/stories/catalog/about-page.stories.tsx"]
|
|
1653
1417
|
}
|
|
1654
1418
|
]
|
|
1655
1419
|
},
|
|
@@ -1661,9 +1425,7 @@
|
|
|
1661
1425
|
{
|
|
1662
1426
|
"id": "blog-post-page--default",
|
|
1663
1427
|
"description": "Default Blog Post Page usage",
|
|
1664
|
-
"files": [
|
|
1665
|
-
"apps/storybook/stories/catalog/blog-post-page.stories.tsx"
|
|
1666
|
-
]
|
|
1428
|
+
"files": ["apps/storybook/stories/catalog/blog-post-page.stories.tsx"]
|
|
1667
1429
|
}
|
|
1668
1430
|
]
|
|
1669
1431
|
},
|
|
@@ -1675,9 +1437,7 @@
|
|
|
1675
1437
|
{
|
|
1676
1438
|
"id": "blog-index-page--default",
|
|
1677
1439
|
"description": "Default Blog Index Page usage",
|
|
1678
|
-
"files": [
|
|
1679
|
-
"apps/storybook/stories/catalog/blog-index-page.stories.tsx"
|
|
1680
|
-
]
|
|
1440
|
+
"files": ["apps/storybook/stories/catalog/blog-index-page.stories.tsx"]
|
|
1681
1441
|
}
|
|
1682
1442
|
]
|
|
1683
1443
|
},
|
|
@@ -1689,9 +1449,7 @@
|
|
|
1689
1449
|
{
|
|
1690
1450
|
"id": "contact-page--default",
|
|
1691
1451
|
"description": "Default Contact Page usage",
|
|
1692
|
-
"files": [
|
|
1693
|
-
"apps/storybook/stories/catalog/contact-page.stories.tsx"
|
|
1694
|
-
]
|
|
1452
|
+
"files": ["apps/storybook/stories/catalog/contact-page.stories.tsx"]
|
|
1695
1453
|
}
|
|
1696
1454
|
]
|
|
1697
1455
|
},
|
|
@@ -1703,9 +1461,7 @@
|
|
|
1703
1461
|
{
|
|
1704
1462
|
"id": "faq-page--default",
|
|
1705
1463
|
"description": "Default Faq Page usage",
|
|
1706
|
-
"files": [
|
|
1707
|
-
"apps/storybook/stories/catalog/faq-page.stories.tsx"
|
|
1708
|
-
]
|
|
1464
|
+
"files": ["apps/storybook/stories/catalog/faq-page.stories.tsx"]
|
|
1709
1465
|
}
|
|
1710
1466
|
]
|
|
1711
1467
|
},
|
|
@@ -1717,9 +1473,7 @@
|
|
|
1717
1473
|
{
|
|
1718
1474
|
"id": "legal-page--default",
|
|
1719
1475
|
"description": "Default Legal Page usage",
|
|
1720
|
-
"files": [
|
|
1721
|
-
"apps/storybook/stories/catalog/legal-page.stories.tsx"
|
|
1722
|
-
]
|
|
1476
|
+
"files": ["apps/storybook/stories/catalog/legal-page.stories.tsx"]
|
|
1723
1477
|
}
|
|
1724
1478
|
]
|
|
1725
1479
|
},
|
|
@@ -1731,9 +1485,7 @@
|
|
|
1731
1485
|
{
|
|
1732
1486
|
"id": "pricing-page--default",
|
|
1733
1487
|
"description": "Default Pricing Page usage",
|
|
1734
|
-
"files": [
|
|
1735
|
-
"apps/storybook/stories/catalog/pricing-page.stories.tsx"
|
|
1736
|
-
]
|
|
1488
|
+
"files": ["apps/storybook/stories/catalog/pricing-page.stories.tsx"]
|
|
1737
1489
|
}
|
|
1738
1490
|
]
|
|
1739
1491
|
},
|
|
@@ -1745,9 +1497,7 @@
|
|
|
1745
1497
|
{
|
|
1746
1498
|
"id": "team-page--default",
|
|
1747
1499
|
"description": "Default Team Page usage",
|
|
1748
|
-
"files": [
|
|
1749
|
-
"apps/storybook/stories/catalog/team-page.stories.tsx"
|
|
1750
|
-
]
|
|
1500
|
+
"files": ["apps/storybook/stories/catalog/team-page.stories.tsx"]
|
|
1751
1501
|
}
|
|
1752
1502
|
]
|
|
1753
1503
|
},
|
|
@@ -1759,9 +1509,7 @@
|
|
|
1759
1509
|
{
|
|
1760
1510
|
"id": "marketing-404-page--default",
|
|
1761
1511
|
"description": "Default Marketing 404 Page usage",
|
|
1762
|
-
"files": [
|
|
1763
|
-
"apps/storybook/stories/catalog/marketing-404-page.stories.tsx"
|
|
1764
|
-
]
|
|
1512
|
+
"files": ["apps/storybook/stories/catalog/marketing-404-page.stories.tsx"]
|
|
1765
1513
|
}
|
|
1766
1514
|
]
|
|
1767
1515
|
},
|
|
@@ -1773,9 +1521,7 @@
|
|
|
1773
1521
|
{
|
|
1774
1522
|
"id": "gradient-picker--default",
|
|
1775
1523
|
"description": "Default Gradient Picker usage",
|
|
1776
|
-
"files": [
|
|
1777
|
-
"apps/storybook/stories/catalog/gradient-picker.stories.tsx"
|
|
1778
|
-
]
|
|
1524
|
+
"files": ["apps/storybook/stories/catalog/gradient-picker.stories.tsx"]
|
|
1779
1525
|
}
|
|
1780
1526
|
]
|
|
1781
1527
|
},
|
|
@@ -1787,9 +1533,7 @@
|
|
|
1787
1533
|
{
|
|
1788
1534
|
"id": "image-picker--default",
|
|
1789
1535
|
"description": "Default Image Picker usage",
|
|
1790
|
-
"files": [
|
|
1791
|
-
"apps/storybook/stories/catalog/image-picker.stories.tsx"
|
|
1792
|
-
]
|
|
1536
|
+
"files": ["apps/storybook/stories/catalog/image-picker.stories.tsx"]
|
|
1793
1537
|
}
|
|
1794
1538
|
]
|
|
1795
1539
|
},
|
|
@@ -1801,9 +1545,7 @@
|
|
|
1801
1545
|
{
|
|
1802
1546
|
"id": "inline-cta--default",
|
|
1803
1547
|
"description": "Default Inline Cta usage",
|
|
1804
|
-
"files": [
|
|
1805
|
-
"apps/storybook/stories/catalog/inline-cta.stories.tsx"
|
|
1806
|
-
]
|
|
1548
|
+
"files": ["apps/storybook/stories/catalog/inline-cta.stories.tsx"]
|
|
1807
1549
|
}
|
|
1808
1550
|
]
|
|
1809
1551
|
},
|
|
@@ -1815,9 +1557,7 @@
|
|
|
1815
1557
|
{
|
|
1816
1558
|
"id": "ecosystem-sphere--default",
|
|
1817
1559
|
"description": "Default sphere",
|
|
1818
|
-
"files": [
|
|
1819
|
-
"packages/ui/src/cinematic/ecosystem-sphere.tsx"
|
|
1820
|
-
]
|
|
1560
|
+
"files": ["packages/ui/src/cinematic/ecosystem-sphere.tsx"]
|
|
1821
1561
|
}
|
|
1822
1562
|
]
|
|
1823
1563
|
},
|
|
@@ -1829,9 +1569,7 @@
|
|
|
1829
1569
|
{
|
|
1830
1570
|
"id": "system-anatomy--default",
|
|
1831
1571
|
"description": "Default",
|
|
1832
|
-
"files": [
|
|
1833
|
-
"packages/ui/src/cinematic/system-anatomy.tsx"
|
|
1834
|
-
]
|
|
1572
|
+
"files": ["packages/ui/src/cinematic/system-anatomy.tsx"]
|
|
1835
1573
|
}
|
|
1836
1574
|
]
|
|
1837
1575
|
},
|
|
@@ -1843,9 +1581,7 @@
|
|
|
1843
1581
|
{
|
|
1844
1582
|
"id": "ecosystem-motion-showcase--default",
|
|
1845
1583
|
"description": "Default",
|
|
1846
|
-
"files": [
|
|
1847
|
-
"packages/ui/src/cinematic/ecosystem-motion-showcase.tsx"
|
|
1848
|
-
]
|
|
1584
|
+
"files": ["packages/ui/src/cinematic/ecosystem-motion-showcase.tsx"]
|
|
1849
1585
|
}
|
|
1850
1586
|
]
|
|
1851
1587
|
},
|
|
@@ -1857,9 +1593,7 @@
|
|
|
1857
1593
|
{
|
|
1858
1594
|
"id": "kinetic-experience--default",
|
|
1859
1595
|
"description": "Default",
|
|
1860
|
-
"files": [
|
|
1861
|
-
"packages/ui/src/cinematic/kinetic-experience.tsx"
|
|
1862
|
-
]
|
|
1596
|
+
"files": ["packages/ui/src/cinematic/kinetic-experience.tsx"]
|
|
1863
1597
|
}
|
|
1864
1598
|
]
|
|
1865
1599
|
},
|
|
@@ -1871,9 +1605,7 @@
|
|
|
1871
1605
|
{
|
|
1872
1606
|
"id": "landing-cinematic--default",
|
|
1873
1607
|
"description": "Default",
|
|
1874
|
-
"files": [
|
|
1875
|
-
"apps/showcase/src/catalog/catalog-index.tsx"
|
|
1876
|
-
]
|
|
1608
|
+
"files": ["apps/showcase/src/catalog/catalog-index.tsx"]
|
|
1877
1609
|
}
|
|
1878
1610
|
]
|
|
1879
1611
|
}
|