@highpixel-co/palda-design-system 0.4.1 → 0.5.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 +21 -2
- package/dist/guide/LICENSE +21 -0
- package/dist/guide/NOTICE +29 -0
- package/dist/guide/README.md +57 -0
- package/dist/guide/catalog/components.yml +272 -0
- package/dist/guide/catalog/drafts.yml +333 -0
- package/dist/guide/catalog/icons.yml +309 -0
- package/dist/guide/catalog/patterns.yml +124 -0
- package/dist/guide/catalog/tokens.yml +14 -0
- package/dist/guide/docs/ACCESSIBILITY.md +10 -0
- package/dist/guide/docs/AI_UI_DESIGNER_HANDOFF.md +256 -0
- package/dist/guide/docs/COMPONENT_POLICY.md +105 -0
- package/dist/guide/docs/CONSUMER_GUIDE.md +131 -0
- package/dist/guide/docs/CONTENT.md +148 -0
- package/dist/guide/docs/DESIGN_GRAMMAR.md +378 -0
- package/dist/guide/docs/DESIGN_PRINCIPLES.md +254 -0
- package/dist/guide/docs/FIGMA_ALIGNMENT_DELTA.md +141 -0
- package/dist/guide/docs/FIGMA_NAME_MAPPING.md +84 -0
- package/dist/guide/docs/FIGMA_WORKFLOW.md +33 -0
- package/dist/guide/docs/ICON_POLICY.md +175 -0
- package/dist/guide/docs/LAYOUT.md +221 -0
- package/dist/guide/docs/PATTERN_POLICY.md +13 -0
- package/dist/guide/docs/TOKEN_POLICY.md +255 -0
- package/dist/guide/icons/manifest.json +572 -0
- package/dist/harness/check.mjs +330 -0
- package/dist/harness/cli.mjs +88 -0
- package/dist/harness/metadata.json +1323 -0
- package/dist/scripts/check-examples.mjs +444 -0
- package/package.json +13 -2
|
@@ -0,0 +1,1323 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"packageVersion": "0.5.0",
|
|
4
|
+
"sourceRevision": "0504d8eaa033955d7a70414616ee999e447a0ced",
|
|
5
|
+
"exports": {
|
|
6
|
+
".": {
|
|
7
|
+
"values": [
|
|
8
|
+
"AlarmIcon",
|
|
9
|
+
"Alert",
|
|
10
|
+
"AlertIcon",
|
|
11
|
+
"AppShell",
|
|
12
|
+
"ArrowLeftIcon",
|
|
13
|
+
"ArrowRightIcon",
|
|
14
|
+
"Badge",
|
|
15
|
+
"BlankIcon",
|
|
16
|
+
"BottomBar",
|
|
17
|
+
"Button",
|
|
18
|
+
"CableIcon",
|
|
19
|
+
"CameraIcon",
|
|
20
|
+
"Card",
|
|
21
|
+
"CardIcon",
|
|
22
|
+
"CheckIcon",
|
|
23
|
+
"Checkbox",
|
|
24
|
+
"ChevronDownIcon",
|
|
25
|
+
"ChevronLeftIcon",
|
|
26
|
+
"ChevronRightIcon",
|
|
27
|
+
"ChevronUpIcon",
|
|
28
|
+
"Chip",
|
|
29
|
+
"CloseIcon",
|
|
30
|
+
"CopyIcon",
|
|
31
|
+
"DashboardIcon",
|
|
32
|
+
"DropdownButton",
|
|
33
|
+
"EmptyState",
|
|
34
|
+
"ExternalLinkIcon",
|
|
35
|
+
"EyeIcon",
|
|
36
|
+
"EyeOffIcon",
|
|
37
|
+
"FilterIcon",
|
|
38
|
+
"FormSection",
|
|
39
|
+
"GiftIcon",
|
|
40
|
+
"HelpIcon",
|
|
41
|
+
"HistoryIcon",
|
|
42
|
+
"HomeIcon",
|
|
43
|
+
"IconButton",
|
|
44
|
+
"ImageIcon",
|
|
45
|
+
"InfoIcon",
|
|
46
|
+
"KeyIcon",
|
|
47
|
+
"LightbulbIcon",
|
|
48
|
+
"Link",
|
|
49
|
+
"LinkIcon",
|
|
50
|
+
"ListRow",
|
|
51
|
+
"LivePreview",
|
|
52
|
+
"LoadingIcon",
|
|
53
|
+
"LockIcon",
|
|
54
|
+
"LogoutIcon",
|
|
55
|
+
"MenuIcon",
|
|
56
|
+
"MessageIcon",
|
|
57
|
+
"Modal",
|
|
58
|
+
"ModalActions",
|
|
59
|
+
"MonitorIcon",
|
|
60
|
+
"MoreVerticalIcon",
|
|
61
|
+
"MousePointerClickIcon",
|
|
62
|
+
"NavigationButton",
|
|
63
|
+
"PauseIcon",
|
|
64
|
+
"PencilIcon",
|
|
65
|
+
"PersonIcon",
|
|
66
|
+
"PhoneIcon",
|
|
67
|
+
"PlusIcon",
|
|
68
|
+
"ProductIcon",
|
|
69
|
+
"ProgressBar",
|
|
70
|
+
"Radio",
|
|
71
|
+
"RefreshIcon",
|
|
72
|
+
"ReportIcon",
|
|
73
|
+
"SearchIcon",
|
|
74
|
+
"SendIcon",
|
|
75
|
+
"ShieldCheckIcon",
|
|
76
|
+
"SlidersIcon",
|
|
77
|
+
"SmartphoneIcon",
|
|
78
|
+
"SparklesIcon",
|
|
79
|
+
"StarIcon",
|
|
80
|
+
"StoreIcon",
|
|
81
|
+
"SuccessIcon",
|
|
82
|
+
"Switch",
|
|
83
|
+
"Tab",
|
|
84
|
+
"TextField",
|
|
85
|
+
"ThumbsUpIcon",
|
|
86
|
+
"TimerIcon",
|
|
87
|
+
"Toaster",
|
|
88
|
+
"Tooltip",
|
|
89
|
+
"TrashIcon",
|
|
90
|
+
"TrendingUpIcon",
|
|
91
|
+
"TruckIcon",
|
|
92
|
+
"TypeIcon",
|
|
93
|
+
"UnplugIcon",
|
|
94
|
+
"UploadIcon",
|
|
95
|
+
"toast"
|
|
96
|
+
],
|
|
97
|
+
"types": [
|
|
98
|
+
"AlertProps",
|
|
99
|
+
"AlertVariant",
|
|
100
|
+
"AppShellProps",
|
|
101
|
+
"BadgeProps",
|
|
102
|
+
"BadgeSize",
|
|
103
|
+
"BadgeVariant",
|
|
104
|
+
"BottomBarProps",
|
|
105
|
+
"ButtonProps",
|
|
106
|
+
"ButtonSize",
|
|
107
|
+
"ButtonVariant",
|
|
108
|
+
"CardProps",
|
|
109
|
+
"CardTone",
|
|
110
|
+
"CheckboxProps",
|
|
111
|
+
"ChipProps",
|
|
112
|
+
"ChipSize",
|
|
113
|
+
"ChipVariant",
|
|
114
|
+
"DropdownButtonAlign",
|
|
115
|
+
"DropdownButtonItem",
|
|
116
|
+
"DropdownButtonProps",
|
|
117
|
+
"DropdownButtonVariant",
|
|
118
|
+
"EmptyStateProps",
|
|
119
|
+
"FormSectionProps",
|
|
120
|
+
"IconButtonProps",
|
|
121
|
+
"IconButtonSize",
|
|
122
|
+
"IconButtonVariant",
|
|
123
|
+
"LinkProps",
|
|
124
|
+
"LinkSize",
|
|
125
|
+
"LinkVariant",
|
|
126
|
+
"ListRowProps",
|
|
127
|
+
"LivePreviewProps",
|
|
128
|
+
"LivePreviewStatus",
|
|
129
|
+
"ModalActionsProps",
|
|
130
|
+
"ModalProps",
|
|
131
|
+
"NavigationButtonProps",
|
|
132
|
+
"ProgressBarProps",
|
|
133
|
+
"RadioProps",
|
|
134
|
+
"SwitchProps",
|
|
135
|
+
"SwitchSize",
|
|
136
|
+
"TabProps",
|
|
137
|
+
"TextFieldProps",
|
|
138
|
+
"TextFieldSize",
|
|
139
|
+
"TextFieldVariant",
|
|
140
|
+
"ToastOptions",
|
|
141
|
+
"ToastVariant",
|
|
142
|
+
"ToasterPlacement",
|
|
143
|
+
"ToasterProps",
|
|
144
|
+
"TooltipPlacement",
|
|
145
|
+
"TooltipProps"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"./ui": {
|
|
149
|
+
"values": [
|
|
150
|
+
"Alert",
|
|
151
|
+
"Badge",
|
|
152
|
+
"Button",
|
|
153
|
+
"Checkbox",
|
|
154
|
+
"Chip",
|
|
155
|
+
"DropdownButton",
|
|
156
|
+
"IconButton",
|
|
157
|
+
"Link",
|
|
158
|
+
"Modal",
|
|
159
|
+
"ModalActions",
|
|
160
|
+
"NavigationButton",
|
|
161
|
+
"ProgressBar",
|
|
162
|
+
"Radio",
|
|
163
|
+
"Switch",
|
|
164
|
+
"Tab",
|
|
165
|
+
"TextField",
|
|
166
|
+
"Toaster",
|
|
167
|
+
"Tooltip",
|
|
168
|
+
"toast"
|
|
169
|
+
],
|
|
170
|
+
"types": [
|
|
171
|
+
"AlertProps",
|
|
172
|
+
"AlertVariant",
|
|
173
|
+
"BadgeProps",
|
|
174
|
+
"BadgeSize",
|
|
175
|
+
"BadgeVariant",
|
|
176
|
+
"ButtonProps",
|
|
177
|
+
"ButtonSize",
|
|
178
|
+
"ButtonVariant",
|
|
179
|
+
"CheckboxProps",
|
|
180
|
+
"ChipProps",
|
|
181
|
+
"ChipSize",
|
|
182
|
+
"ChipVariant",
|
|
183
|
+
"DropdownButtonAlign",
|
|
184
|
+
"DropdownButtonItem",
|
|
185
|
+
"DropdownButtonProps",
|
|
186
|
+
"DropdownButtonVariant",
|
|
187
|
+
"IconButtonProps",
|
|
188
|
+
"IconButtonSize",
|
|
189
|
+
"IconButtonVariant",
|
|
190
|
+
"LinkProps",
|
|
191
|
+
"LinkSize",
|
|
192
|
+
"LinkVariant",
|
|
193
|
+
"ModalActionsProps",
|
|
194
|
+
"ModalProps",
|
|
195
|
+
"NavigationButtonProps",
|
|
196
|
+
"ProgressBarProps",
|
|
197
|
+
"RadioProps",
|
|
198
|
+
"SwitchProps",
|
|
199
|
+
"SwitchSize",
|
|
200
|
+
"TabProps",
|
|
201
|
+
"TextFieldProps",
|
|
202
|
+
"TextFieldSize",
|
|
203
|
+
"TextFieldVariant",
|
|
204
|
+
"ToastOptions",
|
|
205
|
+
"ToastVariant",
|
|
206
|
+
"ToasterPlacement",
|
|
207
|
+
"ToasterProps",
|
|
208
|
+
"TooltipPlacement",
|
|
209
|
+
"TooltipProps"
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
"./icons": {
|
|
213
|
+
"values": [
|
|
214
|
+
"AlarmIcon",
|
|
215
|
+
"AlertIcon",
|
|
216
|
+
"ArrowLeftIcon",
|
|
217
|
+
"ArrowRightIcon",
|
|
218
|
+
"BlankIcon",
|
|
219
|
+
"CableIcon",
|
|
220
|
+
"CameraIcon",
|
|
221
|
+
"CardIcon",
|
|
222
|
+
"CheckIcon",
|
|
223
|
+
"ChevronDownIcon",
|
|
224
|
+
"ChevronLeftIcon",
|
|
225
|
+
"ChevronRightIcon",
|
|
226
|
+
"ChevronUpIcon",
|
|
227
|
+
"CloseIcon",
|
|
228
|
+
"CopyIcon",
|
|
229
|
+
"DashboardIcon",
|
|
230
|
+
"ExternalLinkIcon",
|
|
231
|
+
"EyeIcon",
|
|
232
|
+
"EyeOffIcon",
|
|
233
|
+
"FilterIcon",
|
|
234
|
+
"GiftIcon",
|
|
235
|
+
"HelpIcon",
|
|
236
|
+
"HistoryIcon",
|
|
237
|
+
"HomeIcon",
|
|
238
|
+
"ImageIcon",
|
|
239
|
+
"InfoIcon",
|
|
240
|
+
"KeyIcon",
|
|
241
|
+
"LightbulbIcon",
|
|
242
|
+
"LinkIcon",
|
|
243
|
+
"LoadingIcon",
|
|
244
|
+
"LockIcon",
|
|
245
|
+
"LogoutIcon",
|
|
246
|
+
"MenuIcon",
|
|
247
|
+
"MessageIcon",
|
|
248
|
+
"MonitorIcon",
|
|
249
|
+
"MoreVerticalIcon",
|
|
250
|
+
"MousePointerClickIcon",
|
|
251
|
+
"PauseIcon",
|
|
252
|
+
"PencilIcon",
|
|
253
|
+
"PersonIcon",
|
|
254
|
+
"PhoneIcon",
|
|
255
|
+
"PlusIcon",
|
|
256
|
+
"ProductIcon",
|
|
257
|
+
"RefreshIcon",
|
|
258
|
+
"ReportIcon",
|
|
259
|
+
"SearchIcon",
|
|
260
|
+
"SendIcon",
|
|
261
|
+
"ShieldCheckIcon",
|
|
262
|
+
"SlidersIcon",
|
|
263
|
+
"SmartphoneIcon",
|
|
264
|
+
"SparklesIcon",
|
|
265
|
+
"StarIcon",
|
|
266
|
+
"StoreIcon",
|
|
267
|
+
"SuccessIcon",
|
|
268
|
+
"ThumbsUpIcon",
|
|
269
|
+
"TimerIcon",
|
|
270
|
+
"TrashIcon",
|
|
271
|
+
"TrendingUpIcon",
|
|
272
|
+
"TruckIcon",
|
|
273
|
+
"TypeIcon",
|
|
274
|
+
"UnplugIcon",
|
|
275
|
+
"UploadIcon"
|
|
276
|
+
],
|
|
277
|
+
"types": []
|
|
278
|
+
},
|
|
279
|
+
"./patterns": {
|
|
280
|
+
"values": [
|
|
281
|
+
"AppShell",
|
|
282
|
+
"BottomBar",
|
|
283
|
+
"Card",
|
|
284
|
+
"EmptyState",
|
|
285
|
+
"FormSection",
|
|
286
|
+
"ListRow",
|
|
287
|
+
"LivePreview"
|
|
288
|
+
],
|
|
289
|
+
"types": [
|
|
290
|
+
"AppShellProps",
|
|
291
|
+
"BottomBarProps",
|
|
292
|
+
"CardProps",
|
|
293
|
+
"CardTone",
|
|
294
|
+
"EmptyStateProps",
|
|
295
|
+
"FormSectionProps",
|
|
296
|
+
"ListRowProps",
|
|
297
|
+
"LivePreviewProps",
|
|
298
|
+
"LivePreviewStatus"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"./tokens": {
|
|
302
|
+
"values": [
|
|
303
|
+
"DurationFast",
|
|
304
|
+
"DurationNormal",
|
|
305
|
+
"EasingStandard",
|
|
306
|
+
"PrimitiveAlphaBlack10",
|
|
307
|
+
"PrimitiveAlphaBlack30",
|
|
308
|
+
"PrimitiveAlphaBlack5",
|
|
309
|
+
"PrimitiveAlphaBlack70",
|
|
310
|
+
"PrimitiveAlphaBlack90",
|
|
311
|
+
"PrimitiveAlphaWhite10",
|
|
312
|
+
"PrimitiveAlphaWhite30",
|
|
313
|
+
"PrimitiveAlphaWhite50",
|
|
314
|
+
"PrimitiveAlphaWhite70",
|
|
315
|
+
"PrimitiveAlphaWhite90",
|
|
316
|
+
"PrimitiveFontFamilyBase",
|
|
317
|
+
"PrimitiveFontSize2xl",
|
|
318
|
+
"PrimitiveFontSize2xs",
|
|
319
|
+
"PrimitiveFontSizeLg",
|
|
320
|
+
"PrimitiveFontSizeMd",
|
|
321
|
+
"PrimitiveFontSizeSm",
|
|
322
|
+
"PrimitiveFontSizeXl",
|
|
323
|
+
"PrimitiveFontSizeXs",
|
|
324
|
+
"PrimitiveFontWeightBold",
|
|
325
|
+
"PrimitiveFontWeightMedium",
|
|
326
|
+
"PrimitiveFontWeightSemibold",
|
|
327
|
+
"PrimitiveGray00",
|
|
328
|
+
"PrimitiveGray100",
|
|
329
|
+
"PrimitiveGray200",
|
|
330
|
+
"PrimitiveGray300",
|
|
331
|
+
"PrimitiveGray400",
|
|
332
|
+
"PrimitiveGray50",
|
|
333
|
+
"PrimitiveGray500",
|
|
334
|
+
"PrimitiveGray600",
|
|
335
|
+
"PrimitiveGray700",
|
|
336
|
+
"PrimitiveGray800",
|
|
337
|
+
"PrimitiveGray900",
|
|
338
|
+
"PrimitiveGray950",
|
|
339
|
+
"PrimitiveGreen100",
|
|
340
|
+
"PrimitiveGreen200",
|
|
341
|
+
"PrimitiveGreen300",
|
|
342
|
+
"PrimitiveGreen400",
|
|
343
|
+
"PrimitiveGreen50",
|
|
344
|
+
"PrimitiveGreen500",
|
|
345
|
+
"PrimitiveGreen600",
|
|
346
|
+
"PrimitiveGreen700",
|
|
347
|
+
"PrimitiveGreen800",
|
|
348
|
+
"PrimitiveGreen900",
|
|
349
|
+
"PrimitiveGreen950",
|
|
350
|
+
"PrimitiveLetterSpacingNone",
|
|
351
|
+
"PrimitiveLetterSpacingSnug",
|
|
352
|
+
"PrimitiveLetterSpacingTight",
|
|
353
|
+
"PrimitiveLineHeight100",
|
|
354
|
+
"PrimitiveLineHeight120",
|
|
355
|
+
"PrimitiveLineHeight130",
|
|
356
|
+
"PrimitiveLineHeight140",
|
|
357
|
+
"PrimitiveOrange100",
|
|
358
|
+
"PrimitiveOrange200",
|
|
359
|
+
"PrimitiveOrange300",
|
|
360
|
+
"PrimitiveOrange400",
|
|
361
|
+
"PrimitiveOrange50",
|
|
362
|
+
"PrimitiveOrange500",
|
|
363
|
+
"PrimitiveOrange600",
|
|
364
|
+
"PrimitiveOrange700",
|
|
365
|
+
"PrimitiveOrange800",
|
|
366
|
+
"PrimitiveOrange900",
|
|
367
|
+
"PrimitiveOrange950",
|
|
368
|
+
"PrimitivePurple100",
|
|
369
|
+
"PrimitivePurple200",
|
|
370
|
+
"PrimitivePurple300",
|
|
371
|
+
"PrimitivePurple400",
|
|
372
|
+
"PrimitivePurple50",
|
|
373
|
+
"PrimitivePurple500",
|
|
374
|
+
"PrimitivePurple600",
|
|
375
|
+
"PrimitivePurple700",
|
|
376
|
+
"PrimitivePurple800",
|
|
377
|
+
"PrimitivePurple900",
|
|
378
|
+
"PrimitivePurple950",
|
|
379
|
+
"PrimitiveRadiusFull",
|
|
380
|
+
"PrimitiveRadiusLg",
|
|
381
|
+
"PrimitiveRadiusMd",
|
|
382
|
+
"PrimitiveRadiusSm",
|
|
383
|
+
"PrimitiveRed100",
|
|
384
|
+
"PrimitiveRed200",
|
|
385
|
+
"PrimitiveRed300",
|
|
386
|
+
"PrimitiveRed400",
|
|
387
|
+
"PrimitiveRed50",
|
|
388
|
+
"PrimitiveRed500",
|
|
389
|
+
"PrimitiveRed600",
|
|
390
|
+
"PrimitiveRed700",
|
|
391
|
+
"PrimitiveRed800",
|
|
392
|
+
"PrimitiveRed900",
|
|
393
|
+
"PrimitiveRed950",
|
|
394
|
+
"PrimitiveSpace1",
|
|
395
|
+
"PrimitiveSpace12",
|
|
396
|
+
"PrimitiveSpace2",
|
|
397
|
+
"PrimitiveSpace3",
|
|
398
|
+
"PrimitiveSpace32",
|
|
399
|
+
"PrimitiveSpace4",
|
|
400
|
+
"PrimitiveSpace6",
|
|
401
|
+
"PrimitiveSpace8",
|
|
402
|
+
"SemanticColorAccentDefault",
|
|
403
|
+
"SemanticColorAccentHoverPressed",
|
|
404
|
+
"SemanticColorAccentSubtle",
|
|
405
|
+
"SemanticColorBorderAccent",
|
|
406
|
+
"SemanticColorBorderDanger",
|
|
407
|
+
"SemanticColorBorderDefault",
|
|
408
|
+
"SemanticColorBorderFocus",
|
|
409
|
+
"SemanticColorBorderSecondary",
|
|
410
|
+
"SemanticColorBorderStrong",
|
|
411
|
+
"SemanticColorDangerDefault",
|
|
412
|
+
"SemanticColorDangerHoverPressed",
|
|
413
|
+
"SemanticColorDangerSubtle",
|
|
414
|
+
"SemanticColorOverlayDim",
|
|
415
|
+
"SemanticColorOverlayGlass",
|
|
416
|
+
"SemanticColorPrimaryDefault",
|
|
417
|
+
"SemanticColorPrimaryHoverPressed",
|
|
418
|
+
"SemanticColorPrimarySubtle",
|
|
419
|
+
"SemanticColorSecondaryDefault",
|
|
420
|
+
"SemanticColorSecondaryHoverPressed",
|
|
421
|
+
"SemanticColorSecondarySubtle",
|
|
422
|
+
"SemanticColorStateDisabled",
|
|
423
|
+
"SemanticColorStateHoverPressed",
|
|
424
|
+
"SemanticColorStateOnDisabled",
|
|
425
|
+
"SemanticColorStatePressed",
|
|
426
|
+
"SemanticColorSuccessDefault",
|
|
427
|
+
"SemanticColorSuccessSubtle",
|
|
428
|
+
"SemanticColorSurfaceBase",
|
|
429
|
+
"SemanticColorSurfaceRaised",
|
|
430
|
+
"SemanticColorSurfaceSunken",
|
|
431
|
+
"SemanticColorTextAccent",
|
|
432
|
+
"SemanticColorTextDanger",
|
|
433
|
+
"SemanticColorTextDisabled",
|
|
434
|
+
"SemanticColorTextOnAccent",
|
|
435
|
+
"SemanticColorTextOnDanger",
|
|
436
|
+
"SemanticColorTextOnDisabled",
|
|
437
|
+
"SemanticColorTextOnPrimary",
|
|
438
|
+
"SemanticColorTextOnSecondary",
|
|
439
|
+
"SemanticColorTextPrimary",
|
|
440
|
+
"SemanticColorTextPrimarySub",
|
|
441
|
+
"SemanticColorTextSecondary",
|
|
442
|
+
"SemanticColorTextSuccess",
|
|
443
|
+
"SemanticColorTextWarning",
|
|
444
|
+
"SemanticColorWarningDefault",
|
|
445
|
+
"SemanticColorWarningSubtle",
|
|
446
|
+
"SemanticLayoutBreakpointDesktop",
|
|
447
|
+
"SemanticLayoutBreakpointMobile",
|
|
448
|
+
"SemanticLayoutContentWidth",
|
|
449
|
+
"SemanticLayoutInset",
|
|
450
|
+
"SemanticLayoutPageMargin",
|
|
451
|
+
"SemanticLayoutPopupWidth",
|
|
452
|
+
"SemanticLayoutSidebarWidth",
|
|
453
|
+
"SemanticRadiusContainer",
|
|
454
|
+
"SemanticRadiusControl",
|
|
455
|
+
"SemanticRadiusControlSm",
|
|
456
|
+
"SemanticRadiusPill",
|
|
457
|
+
"SemanticShadow100",
|
|
458
|
+
"SemanticSpaceGapLg",
|
|
459
|
+
"SemanticSpaceGapMd",
|
|
460
|
+
"SemanticSpaceGapSm",
|
|
461
|
+
"SemanticSpaceGapXl",
|
|
462
|
+
"SemanticSpaceGapXs",
|
|
463
|
+
"SemanticSpaceInsetLg",
|
|
464
|
+
"SemanticSpaceInsetMd",
|
|
465
|
+
"SemanticSpaceInsetSm",
|
|
466
|
+
"SemanticTypographyBody1ReadingMedium",
|
|
467
|
+
"SemanticTypographyBody1ReadingSemibold",
|
|
468
|
+
"SemanticTypographyBody1RegularMedium",
|
|
469
|
+
"SemanticTypographyBody1RegularSemibold",
|
|
470
|
+
"SemanticTypographyBody2ReadingMedium",
|
|
471
|
+
"SemanticTypographyBody2ReadingSemibold",
|
|
472
|
+
"SemanticTypographyBody2RegularMedium",
|
|
473
|
+
"SemanticTypographyBody2RegularSemibold",
|
|
474
|
+
"SemanticTypographyCaptionRegularMedium",
|
|
475
|
+
"SemanticTypographyCaptionRegularSemibold",
|
|
476
|
+
"SemanticTypographyDisplay",
|
|
477
|
+
"SemanticTypographyHeadline",
|
|
478
|
+
"SemanticTypographyLabelReadingMedium",
|
|
479
|
+
"SemanticTypographyLabelReadingSemibold",
|
|
480
|
+
"SemanticTypographyLabelRegularSemibold",
|
|
481
|
+
"SemanticTypographyTitle"
|
|
482
|
+
],
|
|
483
|
+
"types": []
|
|
484
|
+
},
|
|
485
|
+
"./catalog": {
|
|
486
|
+
"values": [
|
|
487
|
+
"default"
|
|
488
|
+
],
|
|
489
|
+
"types": []
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"assets": [
|
|
493
|
+
{
|
|
494
|
+
"key": "alert",
|
|
495
|
+
"kind": "ui",
|
|
496
|
+
"status": "draft",
|
|
497
|
+
"exports": [
|
|
498
|
+
"Alert"
|
|
499
|
+
]
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"key": "badge",
|
|
503
|
+
"kind": "ui",
|
|
504
|
+
"status": "stable",
|
|
505
|
+
"exports": [
|
|
506
|
+
"Badge"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"key": "button",
|
|
511
|
+
"kind": "ui",
|
|
512
|
+
"status": "stable",
|
|
513
|
+
"exports": [
|
|
514
|
+
"Button"
|
|
515
|
+
]
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"key": "checkbox",
|
|
519
|
+
"kind": "ui",
|
|
520
|
+
"status": "draft",
|
|
521
|
+
"exports": [
|
|
522
|
+
"Checkbox"
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"key": "chip",
|
|
527
|
+
"kind": "ui",
|
|
528
|
+
"status": "stable",
|
|
529
|
+
"exports": [
|
|
530
|
+
"Chip"
|
|
531
|
+
]
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"key": "dropdown-button",
|
|
535
|
+
"kind": "ui",
|
|
536
|
+
"status": "draft",
|
|
537
|
+
"exports": [
|
|
538
|
+
"DropdownButton"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"key": "icon-button",
|
|
543
|
+
"kind": "ui",
|
|
544
|
+
"status": "stable",
|
|
545
|
+
"exports": [
|
|
546
|
+
"IconButton"
|
|
547
|
+
]
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"key": "link",
|
|
551
|
+
"kind": "ui",
|
|
552
|
+
"status": "draft",
|
|
553
|
+
"exports": [
|
|
554
|
+
"Link"
|
|
555
|
+
]
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"key": "modal",
|
|
559
|
+
"kind": "ui",
|
|
560
|
+
"status": "draft",
|
|
561
|
+
"exports": [
|
|
562
|
+
"Modal",
|
|
563
|
+
"ModalActions"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"key": "navigation-button",
|
|
568
|
+
"kind": "ui",
|
|
569
|
+
"status": "draft",
|
|
570
|
+
"exports": [
|
|
571
|
+
"NavigationButton"
|
|
572
|
+
]
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"key": "progress-bar",
|
|
576
|
+
"kind": "ui",
|
|
577
|
+
"status": "draft",
|
|
578
|
+
"exports": [
|
|
579
|
+
"ProgressBar"
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"key": "radio",
|
|
584
|
+
"kind": "ui",
|
|
585
|
+
"status": "stable",
|
|
586
|
+
"exports": [
|
|
587
|
+
"Radio"
|
|
588
|
+
]
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"key": "switch",
|
|
592
|
+
"kind": "ui",
|
|
593
|
+
"status": "stable",
|
|
594
|
+
"exports": [
|
|
595
|
+
"Switch"
|
|
596
|
+
]
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"key": "tab",
|
|
600
|
+
"kind": "ui",
|
|
601
|
+
"status": "draft",
|
|
602
|
+
"exports": [
|
|
603
|
+
"Tab"
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"key": "textfield",
|
|
608
|
+
"kind": "ui",
|
|
609
|
+
"status": "stable",
|
|
610
|
+
"exports": [
|
|
611
|
+
"TextField"
|
|
612
|
+
]
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"key": "toast",
|
|
616
|
+
"kind": "ui",
|
|
617
|
+
"status": "draft",
|
|
618
|
+
"exports": [
|
|
619
|
+
"Toaster",
|
|
620
|
+
"toast"
|
|
621
|
+
]
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"key": "tooltip",
|
|
625
|
+
"kind": "ui",
|
|
626
|
+
"status": "draft",
|
|
627
|
+
"exports": [
|
|
628
|
+
"Tooltip"
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"key": "app-shell",
|
|
633
|
+
"kind": "patterns",
|
|
634
|
+
"status": "draft",
|
|
635
|
+
"exports": [
|
|
636
|
+
"AppShell"
|
|
637
|
+
]
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"key": "card",
|
|
641
|
+
"kind": "patterns",
|
|
642
|
+
"status": "draft",
|
|
643
|
+
"exports": [
|
|
644
|
+
"Card"
|
|
645
|
+
]
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"key": "list-row",
|
|
649
|
+
"kind": "patterns",
|
|
650
|
+
"status": "draft",
|
|
651
|
+
"exports": [
|
|
652
|
+
"ListRow"
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"key": "form-section",
|
|
657
|
+
"kind": "patterns",
|
|
658
|
+
"status": "draft",
|
|
659
|
+
"exports": [
|
|
660
|
+
"FormSection"
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"key": "live-preview",
|
|
665
|
+
"kind": "patterns",
|
|
666
|
+
"status": "draft",
|
|
667
|
+
"exports": [
|
|
668
|
+
"LivePreview"
|
|
669
|
+
]
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"key": "bottom-bar",
|
|
673
|
+
"kind": "patterns",
|
|
674
|
+
"status": "draft",
|
|
675
|
+
"exports": [
|
|
676
|
+
"BottomBar"
|
|
677
|
+
]
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"key": "empty-state",
|
|
681
|
+
"kind": "patterns",
|
|
682
|
+
"status": "draft",
|
|
683
|
+
"exports": [
|
|
684
|
+
"EmptyState"
|
|
685
|
+
]
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"key": "data-table",
|
|
689
|
+
"kind": "patterns",
|
|
690
|
+
"status": "planned",
|
|
691
|
+
"exports": []
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"key": "blank",
|
|
695
|
+
"kind": "icons",
|
|
696
|
+
"status": "draft",
|
|
697
|
+
"exports": [
|
|
698
|
+
"BlankIcon"
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"key": "search",
|
|
703
|
+
"kind": "icons",
|
|
704
|
+
"status": "draft",
|
|
705
|
+
"exports": [
|
|
706
|
+
"SearchIcon"
|
|
707
|
+
]
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"key": "filter",
|
|
711
|
+
"kind": "icons",
|
|
712
|
+
"status": "draft",
|
|
713
|
+
"exports": [
|
|
714
|
+
"FilterIcon"
|
|
715
|
+
]
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"key": "info",
|
|
719
|
+
"kind": "icons",
|
|
720
|
+
"status": "draft",
|
|
721
|
+
"exports": [
|
|
722
|
+
"InfoIcon"
|
|
723
|
+
]
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"key": "dashboard",
|
|
727
|
+
"kind": "icons",
|
|
728
|
+
"status": "draft",
|
|
729
|
+
"exports": [
|
|
730
|
+
"DashboardIcon"
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"key": "close",
|
|
735
|
+
"kind": "icons",
|
|
736
|
+
"status": "draft",
|
|
737
|
+
"exports": [
|
|
738
|
+
"CloseIcon"
|
|
739
|
+
]
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"key": "home",
|
|
743
|
+
"kind": "icons",
|
|
744
|
+
"status": "draft",
|
|
745
|
+
"exports": [
|
|
746
|
+
"HomeIcon"
|
|
747
|
+
]
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"key": "report",
|
|
751
|
+
"kind": "icons",
|
|
752
|
+
"status": "draft",
|
|
753
|
+
"exports": [
|
|
754
|
+
"ReportIcon"
|
|
755
|
+
]
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"key": "product",
|
|
759
|
+
"kind": "icons",
|
|
760
|
+
"status": "draft",
|
|
761
|
+
"exports": [
|
|
762
|
+
"ProductIcon"
|
|
763
|
+
]
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"key": "chevron-up",
|
|
767
|
+
"kind": "icons",
|
|
768
|
+
"status": "draft",
|
|
769
|
+
"exports": [
|
|
770
|
+
"ChevronUpIcon"
|
|
771
|
+
]
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"key": "chevron-down",
|
|
775
|
+
"kind": "icons",
|
|
776
|
+
"status": "draft",
|
|
777
|
+
"exports": [
|
|
778
|
+
"ChevronDownIcon"
|
|
779
|
+
]
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"key": "chevron-left",
|
|
783
|
+
"kind": "icons",
|
|
784
|
+
"status": "draft",
|
|
785
|
+
"exports": [
|
|
786
|
+
"ChevronLeftIcon"
|
|
787
|
+
]
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"key": "chevron-right",
|
|
791
|
+
"kind": "icons",
|
|
792
|
+
"status": "draft",
|
|
793
|
+
"exports": [
|
|
794
|
+
"ChevronRightIcon"
|
|
795
|
+
]
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"key": "arrow-right",
|
|
799
|
+
"kind": "icons",
|
|
800
|
+
"status": "draft",
|
|
801
|
+
"exports": [
|
|
802
|
+
"ArrowRightIcon"
|
|
803
|
+
]
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"key": "arrow-left",
|
|
807
|
+
"kind": "icons",
|
|
808
|
+
"status": "draft",
|
|
809
|
+
"exports": [
|
|
810
|
+
"ArrowLeftIcon"
|
|
811
|
+
]
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"key": "person",
|
|
815
|
+
"kind": "icons",
|
|
816
|
+
"status": "draft",
|
|
817
|
+
"exports": [
|
|
818
|
+
"PersonIcon"
|
|
819
|
+
]
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"key": "plus",
|
|
823
|
+
"kind": "icons",
|
|
824
|
+
"status": "draft",
|
|
825
|
+
"exports": [
|
|
826
|
+
"PlusIcon"
|
|
827
|
+
]
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"key": "check",
|
|
831
|
+
"kind": "icons",
|
|
832
|
+
"status": "draft",
|
|
833
|
+
"exports": [
|
|
834
|
+
"CheckIcon"
|
|
835
|
+
]
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"key": "alert",
|
|
839
|
+
"kind": "icons",
|
|
840
|
+
"status": "draft",
|
|
841
|
+
"exports": [
|
|
842
|
+
"AlertIcon"
|
|
843
|
+
]
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"key": "alarm",
|
|
847
|
+
"kind": "icons",
|
|
848
|
+
"status": "draft",
|
|
849
|
+
"exports": [
|
|
850
|
+
"AlarmIcon"
|
|
851
|
+
]
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"key": "card",
|
|
855
|
+
"kind": "icons",
|
|
856
|
+
"status": "draft",
|
|
857
|
+
"exports": [
|
|
858
|
+
"CardIcon"
|
|
859
|
+
]
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"key": "history",
|
|
863
|
+
"kind": "icons",
|
|
864
|
+
"status": "draft",
|
|
865
|
+
"exports": [
|
|
866
|
+
"HistoryIcon"
|
|
867
|
+
]
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"key": "logout",
|
|
871
|
+
"kind": "icons",
|
|
872
|
+
"status": "draft",
|
|
873
|
+
"exports": [
|
|
874
|
+
"LogoutIcon"
|
|
875
|
+
]
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"key": "external-link",
|
|
879
|
+
"kind": "icons",
|
|
880
|
+
"status": "draft",
|
|
881
|
+
"exports": [
|
|
882
|
+
"ExternalLinkIcon"
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"key": "menu",
|
|
887
|
+
"kind": "icons",
|
|
888
|
+
"status": "draft",
|
|
889
|
+
"exports": [
|
|
890
|
+
"MenuIcon"
|
|
891
|
+
]
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"key": "help",
|
|
895
|
+
"kind": "icons",
|
|
896
|
+
"status": "draft",
|
|
897
|
+
"exports": [
|
|
898
|
+
"HelpIcon"
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"key": "more-vertical",
|
|
903
|
+
"kind": "icons",
|
|
904
|
+
"status": "draft",
|
|
905
|
+
"exports": [
|
|
906
|
+
"MoreVerticalIcon"
|
|
907
|
+
]
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"key": "refresh",
|
|
911
|
+
"kind": "icons",
|
|
912
|
+
"status": "draft",
|
|
913
|
+
"exports": [
|
|
914
|
+
"RefreshIcon"
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"key": "send",
|
|
919
|
+
"kind": "icons",
|
|
920
|
+
"status": "draft",
|
|
921
|
+
"exports": [
|
|
922
|
+
"SendIcon"
|
|
923
|
+
]
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"key": "pencil",
|
|
927
|
+
"kind": "icons",
|
|
928
|
+
"status": "draft",
|
|
929
|
+
"exports": [
|
|
930
|
+
"PencilIcon"
|
|
931
|
+
]
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"key": "trash",
|
|
935
|
+
"kind": "icons",
|
|
936
|
+
"status": "draft",
|
|
937
|
+
"exports": [
|
|
938
|
+
"TrashIcon"
|
|
939
|
+
]
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"key": "upload",
|
|
943
|
+
"kind": "icons",
|
|
944
|
+
"status": "draft",
|
|
945
|
+
"exports": [
|
|
946
|
+
"UploadIcon"
|
|
947
|
+
]
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"key": "copy",
|
|
951
|
+
"kind": "icons",
|
|
952
|
+
"status": "draft",
|
|
953
|
+
"exports": [
|
|
954
|
+
"CopyIcon"
|
|
955
|
+
]
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"key": "link",
|
|
959
|
+
"kind": "icons",
|
|
960
|
+
"status": "draft",
|
|
961
|
+
"exports": [
|
|
962
|
+
"LinkIcon"
|
|
963
|
+
]
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"key": "eye",
|
|
967
|
+
"kind": "icons",
|
|
968
|
+
"status": "draft",
|
|
969
|
+
"exports": [
|
|
970
|
+
"EyeIcon"
|
|
971
|
+
]
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"key": "eye-off",
|
|
975
|
+
"kind": "icons",
|
|
976
|
+
"status": "draft",
|
|
977
|
+
"exports": [
|
|
978
|
+
"EyeOffIcon"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"key": "pause",
|
|
983
|
+
"kind": "icons",
|
|
984
|
+
"status": "draft",
|
|
985
|
+
"exports": [
|
|
986
|
+
"PauseIcon"
|
|
987
|
+
]
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"key": "camera",
|
|
991
|
+
"kind": "icons",
|
|
992
|
+
"status": "draft",
|
|
993
|
+
"exports": [
|
|
994
|
+
"CameraIcon"
|
|
995
|
+
]
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"key": "sliders",
|
|
999
|
+
"kind": "icons",
|
|
1000
|
+
"status": "draft",
|
|
1001
|
+
"exports": [
|
|
1002
|
+
"SlidersIcon"
|
|
1003
|
+
]
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"key": "type",
|
|
1007
|
+
"kind": "icons",
|
|
1008
|
+
"status": "draft",
|
|
1009
|
+
"exports": [
|
|
1010
|
+
"TypeIcon"
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"key": "unplug",
|
|
1015
|
+
"kind": "icons",
|
|
1016
|
+
"status": "draft",
|
|
1017
|
+
"exports": [
|
|
1018
|
+
"UnplugIcon"
|
|
1019
|
+
]
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"key": "store",
|
|
1023
|
+
"kind": "icons",
|
|
1024
|
+
"status": "draft",
|
|
1025
|
+
"exports": [
|
|
1026
|
+
"StoreIcon"
|
|
1027
|
+
]
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"key": "message",
|
|
1031
|
+
"kind": "icons",
|
|
1032
|
+
"status": "draft",
|
|
1033
|
+
"exports": [
|
|
1034
|
+
"MessageIcon"
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"key": "smartphone",
|
|
1039
|
+
"kind": "icons",
|
|
1040
|
+
"status": "draft",
|
|
1041
|
+
"exports": [
|
|
1042
|
+
"SmartphoneIcon"
|
|
1043
|
+
]
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"key": "monitor",
|
|
1047
|
+
"kind": "icons",
|
|
1048
|
+
"status": "draft",
|
|
1049
|
+
"exports": [
|
|
1050
|
+
"MonitorIcon"
|
|
1051
|
+
]
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"key": "phone",
|
|
1055
|
+
"kind": "icons",
|
|
1056
|
+
"status": "draft",
|
|
1057
|
+
"exports": [
|
|
1058
|
+
"PhoneIcon"
|
|
1059
|
+
]
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"key": "truck",
|
|
1063
|
+
"kind": "icons",
|
|
1064
|
+
"status": "draft",
|
|
1065
|
+
"exports": [
|
|
1066
|
+
"TruckIcon"
|
|
1067
|
+
]
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"key": "image",
|
|
1071
|
+
"kind": "icons",
|
|
1072
|
+
"status": "draft",
|
|
1073
|
+
"exports": [
|
|
1074
|
+
"ImageIcon"
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"key": "cable",
|
|
1079
|
+
"kind": "icons",
|
|
1080
|
+
"status": "draft",
|
|
1081
|
+
"exports": [
|
|
1082
|
+
"CableIcon"
|
|
1083
|
+
]
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"key": "mouse-pointer-click",
|
|
1087
|
+
"kind": "icons",
|
|
1088
|
+
"status": "draft",
|
|
1089
|
+
"exports": [
|
|
1090
|
+
"MousePointerClickIcon"
|
|
1091
|
+
]
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"key": "trending-up",
|
|
1095
|
+
"kind": "icons",
|
|
1096
|
+
"status": "draft",
|
|
1097
|
+
"exports": [
|
|
1098
|
+
"TrendingUpIcon"
|
|
1099
|
+
]
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"key": "lock",
|
|
1103
|
+
"kind": "icons",
|
|
1104
|
+
"status": "draft",
|
|
1105
|
+
"exports": [
|
|
1106
|
+
"LockIcon"
|
|
1107
|
+
]
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"key": "key",
|
|
1111
|
+
"kind": "icons",
|
|
1112
|
+
"status": "draft",
|
|
1113
|
+
"exports": [
|
|
1114
|
+
"KeyIcon"
|
|
1115
|
+
]
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"key": "shield-check",
|
|
1119
|
+
"kind": "icons",
|
|
1120
|
+
"status": "draft",
|
|
1121
|
+
"exports": [
|
|
1122
|
+
"ShieldCheckIcon"
|
|
1123
|
+
]
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"key": "gift",
|
|
1127
|
+
"kind": "icons",
|
|
1128
|
+
"status": "draft",
|
|
1129
|
+
"exports": [
|
|
1130
|
+
"GiftIcon"
|
|
1131
|
+
]
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"key": "star",
|
|
1135
|
+
"kind": "icons",
|
|
1136
|
+
"status": "draft",
|
|
1137
|
+
"exports": [
|
|
1138
|
+
"StarIcon"
|
|
1139
|
+
]
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"key": "sparkles",
|
|
1143
|
+
"kind": "icons",
|
|
1144
|
+
"status": "draft",
|
|
1145
|
+
"exports": [
|
|
1146
|
+
"SparklesIcon"
|
|
1147
|
+
]
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"key": "thumbs-up",
|
|
1151
|
+
"kind": "icons",
|
|
1152
|
+
"status": "draft",
|
|
1153
|
+
"exports": [
|
|
1154
|
+
"ThumbsUpIcon"
|
|
1155
|
+
]
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"key": "lightbulb",
|
|
1159
|
+
"kind": "icons",
|
|
1160
|
+
"status": "draft",
|
|
1161
|
+
"exports": [
|
|
1162
|
+
"LightbulbIcon"
|
|
1163
|
+
]
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"key": "timer",
|
|
1167
|
+
"kind": "icons",
|
|
1168
|
+
"status": "draft",
|
|
1169
|
+
"exports": [
|
|
1170
|
+
"TimerIcon"
|
|
1171
|
+
]
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"key": "loading",
|
|
1175
|
+
"kind": "icons",
|
|
1176
|
+
"status": "draft",
|
|
1177
|
+
"exports": [
|
|
1178
|
+
"LoadingIcon"
|
|
1179
|
+
]
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"key": "success",
|
|
1183
|
+
"kind": "icons",
|
|
1184
|
+
"status": "draft",
|
|
1185
|
+
"exports": [
|
|
1186
|
+
"SuccessIcon"
|
|
1187
|
+
]
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"key": "layout-popup-width",
|
|
1191
|
+
"kind": "tokens",
|
|
1192
|
+
"status": "draft",
|
|
1193
|
+
"exports": [
|
|
1194
|
+
"SemanticLayoutPopupWidth"
|
|
1195
|
+
]
|
|
1196
|
+
}
|
|
1197
|
+
],
|
|
1198
|
+
"iconReplacements": {
|
|
1199
|
+
"AlertCircle": "AlertIcon",
|
|
1200
|
+
"AlertCircleIcon": "AlertIcon",
|
|
1201
|
+
"LucideAlertCircle": "AlertIcon",
|
|
1202
|
+
"AlertTriangle": "AlertIcon",
|
|
1203
|
+
"AlertTriangleIcon": "AlertIcon",
|
|
1204
|
+
"LucideAlertTriangle": "AlertIcon",
|
|
1205
|
+
"ArrowLeft": "ArrowLeftIcon",
|
|
1206
|
+
"ArrowLeftIcon": "ArrowLeftIcon",
|
|
1207
|
+
"LucideArrowLeft": "ArrowLeftIcon",
|
|
1208
|
+
"ArrowRight": "ArrowRightIcon",
|
|
1209
|
+
"ArrowRightIcon": "ArrowRightIcon",
|
|
1210
|
+
"LucideArrowRight": "ArrowRightIcon",
|
|
1211
|
+
"Camera": "CameraIcon",
|
|
1212
|
+
"CameraIcon": "CameraIcon",
|
|
1213
|
+
"LucideCamera": "CameraIcon",
|
|
1214
|
+
"Check": "CheckIcon",
|
|
1215
|
+
"CheckIcon": "CheckIcon",
|
|
1216
|
+
"LucideCheck": "CheckIcon",
|
|
1217
|
+
"ChevronDown": "ChevronDownIcon",
|
|
1218
|
+
"ChevronDownIcon": "ChevronDownIcon",
|
|
1219
|
+
"LucideChevronDown": "ChevronDownIcon",
|
|
1220
|
+
"ChevronLeft": "ChevronLeftIcon",
|
|
1221
|
+
"ChevronLeftIcon": "ChevronLeftIcon",
|
|
1222
|
+
"LucideChevronLeft": "ChevronLeftIcon",
|
|
1223
|
+
"ChevronRight": "ChevronRightIcon",
|
|
1224
|
+
"ChevronRightIcon": "ChevronRightIcon",
|
|
1225
|
+
"LucideChevronRight": "ChevronRightIcon",
|
|
1226
|
+
"ChevronUp": "ChevronUpIcon",
|
|
1227
|
+
"ChevronUpIcon": "ChevronUpIcon",
|
|
1228
|
+
"LucideChevronUp": "ChevronUpIcon",
|
|
1229
|
+
"Copy": "CopyIcon",
|
|
1230
|
+
"CopyIcon": "CopyIcon",
|
|
1231
|
+
"LucideCopy": "CopyIcon",
|
|
1232
|
+
"CreditCard": "CardIcon",
|
|
1233
|
+
"CreditCardIcon": "CardIcon",
|
|
1234
|
+
"LucideCreditCard": "CardIcon",
|
|
1235
|
+
"ExternalLink": "ExternalLinkIcon",
|
|
1236
|
+
"ExternalLinkIcon": "ExternalLinkIcon",
|
|
1237
|
+
"LucideExternalLink": "ExternalLinkIcon",
|
|
1238
|
+
"Eye": "EyeIcon",
|
|
1239
|
+
"EyeIcon": "EyeIcon",
|
|
1240
|
+
"LucideEye": "EyeIcon",
|
|
1241
|
+
"EyeOff": "EyeOffIcon",
|
|
1242
|
+
"EyeOffIcon": "EyeOffIcon",
|
|
1243
|
+
"LucideEyeOff": "EyeOffIcon",
|
|
1244
|
+
"Gift": "GiftIcon",
|
|
1245
|
+
"GiftIcon": "GiftIcon",
|
|
1246
|
+
"LucideGift": "GiftIcon",
|
|
1247
|
+
"HelpCircle": "HelpIcon",
|
|
1248
|
+
"HelpCircleIcon": "HelpIcon",
|
|
1249
|
+
"LucideHelpCircle": "HelpIcon",
|
|
1250
|
+
"History": "HistoryIcon",
|
|
1251
|
+
"HistoryIcon": "HistoryIcon",
|
|
1252
|
+
"LucideHistory": "HistoryIcon",
|
|
1253
|
+
"Home": "HomeIcon",
|
|
1254
|
+
"HomeIcon": "HomeIcon",
|
|
1255
|
+
"LucideHome": "HomeIcon",
|
|
1256
|
+
"Info": "InfoIcon",
|
|
1257
|
+
"InfoIcon": "InfoIcon",
|
|
1258
|
+
"LucideInfo": "InfoIcon",
|
|
1259
|
+
"Loader2": "LoadingIcon",
|
|
1260
|
+
"Loader2Icon": "LoadingIcon",
|
|
1261
|
+
"LucideLoader2": "LoadingIcon",
|
|
1262
|
+
"Lock": "LockIcon",
|
|
1263
|
+
"LockIcon": "LockIcon",
|
|
1264
|
+
"LucideLock": "LockIcon",
|
|
1265
|
+
"Menu": "MenuIcon",
|
|
1266
|
+
"MenuIcon": "MenuIcon",
|
|
1267
|
+
"LucideMenu": "MenuIcon",
|
|
1268
|
+
"Monitor": "MonitorIcon",
|
|
1269
|
+
"MonitorIcon": "MonitorIcon",
|
|
1270
|
+
"LucideMonitor": "MonitorIcon",
|
|
1271
|
+
"MoreVertical": "MoreVerticalIcon",
|
|
1272
|
+
"MoreVerticalIcon": "MoreVerticalIcon",
|
|
1273
|
+
"LucideMoreVertical": "MoreVerticalIcon",
|
|
1274
|
+
"Package": "ProductIcon",
|
|
1275
|
+
"PackageIcon": "ProductIcon",
|
|
1276
|
+
"LucidePackage": "ProductIcon",
|
|
1277
|
+
"Pencil": "PencilIcon",
|
|
1278
|
+
"PencilIcon": "PencilIcon",
|
|
1279
|
+
"LucidePencil": "PencilIcon",
|
|
1280
|
+
"Phone": "PhoneIcon",
|
|
1281
|
+
"PhoneIcon": "PhoneIcon",
|
|
1282
|
+
"LucidePhone": "PhoneIcon",
|
|
1283
|
+
"Plus": "PlusIcon",
|
|
1284
|
+
"PlusIcon": "PlusIcon",
|
|
1285
|
+
"LucidePlus": "PlusIcon",
|
|
1286
|
+
"RefreshCw": "RefreshIcon",
|
|
1287
|
+
"RefreshCwIcon": "RefreshIcon",
|
|
1288
|
+
"LucideRefreshCw": "RefreshIcon",
|
|
1289
|
+
"Search": "SearchIcon",
|
|
1290
|
+
"SearchIcon": "SearchIcon",
|
|
1291
|
+
"LucideSearch": "SearchIcon",
|
|
1292
|
+
"Send": "SendIcon",
|
|
1293
|
+
"SendIcon": "SendIcon",
|
|
1294
|
+
"LucideSend": "SendIcon",
|
|
1295
|
+
"ShieldCheck": "ShieldCheckIcon",
|
|
1296
|
+
"ShieldCheckIcon": "ShieldCheckIcon",
|
|
1297
|
+
"LucideShieldCheck": "ShieldCheckIcon",
|
|
1298
|
+
"Sparkles": "SparklesIcon",
|
|
1299
|
+
"SparklesIcon": "SparklesIcon",
|
|
1300
|
+
"LucideSparkles": "SparklesIcon",
|
|
1301
|
+
"Star": "StarIcon",
|
|
1302
|
+
"StarIcon": "StarIcon",
|
|
1303
|
+
"LucideStar": "StarIcon",
|
|
1304
|
+
"Store": "StoreIcon",
|
|
1305
|
+
"StoreIcon": "StoreIcon",
|
|
1306
|
+
"LucideStore": "StoreIcon",
|
|
1307
|
+
"ThumbsUp": "ThumbsUpIcon",
|
|
1308
|
+
"ThumbsUpIcon": "ThumbsUpIcon",
|
|
1309
|
+
"LucideThumbsUp": "ThumbsUpIcon",
|
|
1310
|
+
"Trash2": "TrashIcon",
|
|
1311
|
+
"Trash2Icon": "TrashIcon",
|
|
1312
|
+
"LucideTrash2": "TrashIcon",
|
|
1313
|
+
"Truck": "TruckIcon",
|
|
1314
|
+
"TruckIcon": "TruckIcon",
|
|
1315
|
+
"LucideTruck": "TruckIcon",
|
|
1316
|
+
"Upload": "UploadIcon",
|
|
1317
|
+
"UploadIcon": "UploadIcon",
|
|
1318
|
+
"LucideUpload": "UploadIcon",
|
|
1319
|
+
"X": "CloseIcon",
|
|
1320
|
+
"XIcon": "CloseIcon",
|
|
1321
|
+
"LucideX": "CloseIcon"
|
|
1322
|
+
}
|
|
1323
|
+
}
|