@highpixel-co/palda-design-system 0.4.1 → 0.6.0

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