@yahoo/uds 3.153.2 → 3.154.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +10 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +10 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +10 -0
- package/dist/automated-config/dist/generated/generatedConfigs.js +10 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +10 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +10 -0
- package/dist/automated-config/dist/properties.cjs +101 -87
- package/dist/automated-config/dist/properties.d.cts +2 -0
- package/dist/automated-config/dist/properties.d.ts +2 -0
- package/dist/automated-config/dist/properties.js +101 -87
- package/dist/automated-config/dist/types/ComponentConfig.d.cts +2 -0
- package/dist/automated-config/dist/types/ComponentConfig.d.ts +2 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +18 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +5 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +5 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.js +18 -0
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/automated-config/dist/utils/getPaginationControlWidthPx.cjs +68 -0
- package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.cts +49 -0
- package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.ts +49 -0
- package/dist/automated-config/dist/utils/getPaginationControlWidthPx.js +66 -0
- package/dist/automated-config/dist/utils/index.cjs +55 -17
- package/dist/automated-config/dist/utils/index.d.cts +2 -0
- package/dist/automated-config/dist/utils/index.d.ts +2 -0
- package/dist/automated-config/dist/utils/index.js +55 -17
- package/dist/cli/commands/sync.cjs +21 -4
- package/dist/cli/commands/sync.d.cts +2 -1
- package/dist/cli/commands/sync.d.ts +2 -1
- package/dist/cli/commands/sync.js +21 -5
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/config/dist/index.cjs +979 -969
- package/dist/config/dist/index.js +979 -969
- package/dist/css/dist/packages/automated-config/dist/properties.cjs +101 -87
- package/dist/css/dist/packages/automated-config/dist/properties.js +101 -87
- package/dist/css/dist/packages/config/dist/index.cjs +979 -969
- package/dist/css/dist/packages/config/dist/index.js +979 -969
- package/dist/index.cjs +3 -0
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +10 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +10 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.cjs +101 -87
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.js +101 -87
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +54 -17
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +54 -17
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +979 -969
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +979 -969
- package/dist/tokens/automation/index.cjs +3 -0
- package/dist/tokens/automation/index.d.cts +2 -1
- package/dist/tokens/automation/index.d.ts +2 -1
- package/dist/tokens/automation/index.js +2 -1
- package/dist/tokens/index.cjs +3 -0
- package/dist/tokens/index.d.cts +2 -1
- package/dist/tokens/index.d.ts +2 -1
- package/dist/tokens/index.js +2 -1
- package/dist/uds/generated/componentData.cjs +263 -263
- package/dist/uds/generated/componentData.js +263 -263
- package/dist/uds/generated/migrationSchemaVersion.cjs +5 -0
- package/dist/uds/generated/migrationSchemaVersion.js +5 -0
- package/generated/componentData.json +356 -356
- package/generated/migrationSchemaVersion.ts +7 -0
- package/package.json +1 -1
|
@@ -236,133 +236,6 @@ var componentData_default = {
|
|
|
236
236
|
"runtimeConfigInternalComponentProps": {},
|
|
237
237
|
"motionVarPrefixes": []
|
|
238
238
|
},
|
|
239
|
-
BannerDescription: {
|
|
240
|
-
"name": "BannerDescription",
|
|
241
|
-
"defaultProps": {},
|
|
242
|
-
"getStylesLiterals": {
|
|
243
|
-
"bannerSizeDescription": "default",
|
|
244
|
-
"className": "w-full line-clamp-3"
|
|
245
|
-
},
|
|
246
|
-
"cxLiterals": [],
|
|
247
|
-
"internalComponents": ["Text"],
|
|
248
|
-
"internalComponentProps": {},
|
|
249
|
-
"propToVariantKeys": {},
|
|
250
|
-
"runtimeConfigDefaultProps": {},
|
|
251
|
-
"runtimeConfigGetStyles": {},
|
|
252
|
-
"runtimeConfigInternalComponentProps": {},
|
|
253
|
-
"motionVarPrefixes": []
|
|
254
|
-
},
|
|
255
|
-
BannerContent: {
|
|
256
|
-
"name": "BannerContent",
|
|
257
|
-
"defaultProps": {},
|
|
258
|
-
"getStylesLiterals": {},
|
|
259
|
-
"cxLiterals": [
|
|
260
|
-
"flex",
|
|
261
|
-
"flex-col",
|
|
262
|
-
"items-start",
|
|
263
|
-
"self-stretch",
|
|
264
|
-
"flex-1",
|
|
265
|
-
"min-w-0"
|
|
266
|
-
],
|
|
267
|
-
"internalComponents": [],
|
|
268
|
-
"internalComponentProps": {},
|
|
269
|
-
"propToVariantKeys": {},
|
|
270
|
-
"runtimeConfigDefaultProps": {},
|
|
271
|
-
"runtimeConfigGetStyles": {},
|
|
272
|
-
"runtimeConfigInternalComponentProps": {},
|
|
273
|
-
"motionVarPrefixes": []
|
|
274
|
-
},
|
|
275
|
-
BannerTitle: {
|
|
276
|
-
"name": "BannerTitle",
|
|
277
|
-
"defaultProps": {},
|
|
278
|
-
"getStylesLiterals": { "bannerSizeTitle": "default" },
|
|
279
|
-
"cxLiterals": ["w-full", "truncate"],
|
|
280
|
-
"internalComponents": ["Text"],
|
|
281
|
-
"internalComponentProps": {},
|
|
282
|
-
"propToVariantKeys": {},
|
|
283
|
-
"runtimeConfigDefaultProps": {},
|
|
284
|
-
"runtimeConfigGetStyles": {},
|
|
285
|
-
"runtimeConfigInternalComponentProps": {},
|
|
286
|
-
"motionVarPrefixes": []
|
|
287
|
-
},
|
|
288
|
-
Banner: {
|
|
289
|
-
"name": "Banner",
|
|
290
|
-
"defaultProps": {
|
|
291
|
-
"variant": "primary",
|
|
292
|
-
"size": "default",
|
|
293
|
-
"dismissAriaLabel": "Dismiss"
|
|
294
|
-
},
|
|
295
|
-
"getStylesLiterals": {
|
|
296
|
-
"className": "truncate",
|
|
297
|
-
"className:1": "line-clamp-3",
|
|
298
|
-
"spacing": "2",
|
|
299
|
-
"borderRadius": "full",
|
|
300
|
-
"color": "primary"
|
|
301
|
-
},
|
|
302
|
-
"cxLiterals": [
|
|
303
|
-
"uds-banner",
|
|
304
|
-
"flex",
|
|
305
|
-
"flex-row",
|
|
306
|
-
"items-center",
|
|
307
|
-
"items-start",
|
|
308
|
-
"min-w-[300px]",
|
|
309
|
-
"transition-[background-color]",
|
|
310
|
-
"motion-safe:duration-120",
|
|
311
|
-
"bg-carbon-15/0",
|
|
312
|
-
"hover:bg-carbon-15/10",
|
|
313
|
-
"active:bg-carbon-15/15",
|
|
314
|
-
"uds-ring",
|
|
315
|
-
"shrink-0",
|
|
316
|
-
"self-start",
|
|
317
|
-
"flex-1",
|
|
318
|
-
"min-w-0",
|
|
319
|
-
"flex-col",
|
|
320
|
-
"gap-[inherit]",
|
|
321
|
-
"uds-sm:flex-row",
|
|
322
|
-
"uds-sm:items-center",
|
|
323
|
-
"self-stretch",
|
|
324
|
-
"gap-0.5",
|
|
325
|
-
"w-full",
|
|
326
|
-
"truncate",
|
|
327
|
-
"leading-none",
|
|
328
|
-
"line-clamp-3",
|
|
329
|
-
"gap-1.5",
|
|
330
|
-
"uds-sm:self-center",
|
|
331
|
-
"uds-sm:shrink-0"
|
|
332
|
-
],
|
|
333
|
-
"internalComponents": [
|
|
334
|
-
"IconSlot",
|
|
335
|
-
"Text",
|
|
336
|
-
"Pressable"
|
|
337
|
-
],
|
|
338
|
-
"internalComponentProps": {
|
|
339
|
-
"IconSlot": { "data-testid": ["banner-start-icon"] },
|
|
340
|
-
"Text": { "data-testid": ["banner-title", "banner-description"] },
|
|
341
|
-
"Pressable": { "data-testid": ["banner-dismiss"] }
|
|
342
|
-
},
|
|
343
|
-
"propToVariantKeys": {
|
|
344
|
-
"variant": [
|
|
345
|
-
"bannerVariantRoot",
|
|
346
|
-
"bannerVariantIcon",
|
|
347
|
-
"bannerVariantTitle",
|
|
348
|
-
"bannerVariantDescription"
|
|
349
|
-
],
|
|
350
|
-
"size": [
|
|
351
|
-
"bannerSizeRoot",
|
|
352
|
-
"bannerSizeIcon",
|
|
353
|
-
"bannerSizeTitle",
|
|
354
|
-
"bannerSizeDescription",
|
|
355
|
-
"bannerSizeClose"
|
|
356
|
-
],
|
|
357
|
-
"startIcon": ["icon"],
|
|
358
|
-
"dismissAriaLabel": ["aria-label"],
|
|
359
|
-
"onDismiss": ["onClick"]
|
|
360
|
-
},
|
|
361
|
-
"runtimeConfigDefaultProps": {},
|
|
362
|
-
"runtimeConfigGetStyles": {},
|
|
363
|
-
"runtimeConfigInternalComponentProps": {},
|
|
364
|
-
"motionVarPrefixes": []
|
|
365
|
-
},
|
|
366
239
|
Switch: {
|
|
367
240
|
"name": "Switch",
|
|
368
241
|
"defaultProps": {
|
|
@@ -715,6 +588,133 @@ var componentData_default = {
|
|
|
715
588
|
"runtimeConfigInternalComponentProps": {},
|
|
716
589
|
"motionVarPrefixes": []
|
|
717
590
|
},
|
|
591
|
+
BannerDescription: {
|
|
592
|
+
"name": "BannerDescription",
|
|
593
|
+
"defaultProps": {},
|
|
594
|
+
"getStylesLiterals": {
|
|
595
|
+
"bannerSizeDescription": "default",
|
|
596
|
+
"className": "w-full line-clamp-3"
|
|
597
|
+
},
|
|
598
|
+
"cxLiterals": [],
|
|
599
|
+
"internalComponents": ["Text"],
|
|
600
|
+
"internalComponentProps": {},
|
|
601
|
+
"propToVariantKeys": {},
|
|
602
|
+
"runtimeConfigDefaultProps": {},
|
|
603
|
+
"runtimeConfigGetStyles": {},
|
|
604
|
+
"runtimeConfigInternalComponentProps": {},
|
|
605
|
+
"motionVarPrefixes": []
|
|
606
|
+
},
|
|
607
|
+
BannerContent: {
|
|
608
|
+
"name": "BannerContent",
|
|
609
|
+
"defaultProps": {},
|
|
610
|
+
"getStylesLiterals": {},
|
|
611
|
+
"cxLiterals": [
|
|
612
|
+
"flex",
|
|
613
|
+
"flex-col",
|
|
614
|
+
"items-start",
|
|
615
|
+
"self-stretch",
|
|
616
|
+
"flex-1",
|
|
617
|
+
"min-w-0"
|
|
618
|
+
],
|
|
619
|
+
"internalComponents": [],
|
|
620
|
+
"internalComponentProps": {},
|
|
621
|
+
"propToVariantKeys": {},
|
|
622
|
+
"runtimeConfigDefaultProps": {},
|
|
623
|
+
"runtimeConfigGetStyles": {},
|
|
624
|
+
"runtimeConfigInternalComponentProps": {},
|
|
625
|
+
"motionVarPrefixes": []
|
|
626
|
+
},
|
|
627
|
+
BannerTitle: {
|
|
628
|
+
"name": "BannerTitle",
|
|
629
|
+
"defaultProps": {},
|
|
630
|
+
"getStylesLiterals": { "bannerSizeTitle": "default" },
|
|
631
|
+
"cxLiterals": ["w-full", "truncate"],
|
|
632
|
+
"internalComponents": ["Text"],
|
|
633
|
+
"internalComponentProps": {},
|
|
634
|
+
"propToVariantKeys": {},
|
|
635
|
+
"runtimeConfigDefaultProps": {},
|
|
636
|
+
"runtimeConfigGetStyles": {},
|
|
637
|
+
"runtimeConfigInternalComponentProps": {},
|
|
638
|
+
"motionVarPrefixes": []
|
|
639
|
+
},
|
|
640
|
+
Banner: {
|
|
641
|
+
"name": "Banner",
|
|
642
|
+
"defaultProps": {
|
|
643
|
+
"variant": "primary",
|
|
644
|
+
"size": "default",
|
|
645
|
+
"dismissAriaLabel": "Dismiss"
|
|
646
|
+
},
|
|
647
|
+
"getStylesLiterals": {
|
|
648
|
+
"className": "truncate",
|
|
649
|
+
"className:1": "line-clamp-3",
|
|
650
|
+
"spacing": "2",
|
|
651
|
+
"borderRadius": "full",
|
|
652
|
+
"color": "primary"
|
|
653
|
+
},
|
|
654
|
+
"cxLiterals": [
|
|
655
|
+
"uds-banner",
|
|
656
|
+
"flex",
|
|
657
|
+
"flex-row",
|
|
658
|
+
"items-center",
|
|
659
|
+
"items-start",
|
|
660
|
+
"min-w-[300px]",
|
|
661
|
+
"transition-[background-color]",
|
|
662
|
+
"motion-safe:duration-120",
|
|
663
|
+
"bg-carbon-15/0",
|
|
664
|
+
"hover:bg-carbon-15/10",
|
|
665
|
+
"active:bg-carbon-15/15",
|
|
666
|
+
"uds-ring",
|
|
667
|
+
"shrink-0",
|
|
668
|
+
"self-start",
|
|
669
|
+
"flex-1",
|
|
670
|
+
"min-w-0",
|
|
671
|
+
"flex-col",
|
|
672
|
+
"gap-[inherit]",
|
|
673
|
+
"uds-sm:flex-row",
|
|
674
|
+
"uds-sm:items-center",
|
|
675
|
+
"self-stretch",
|
|
676
|
+
"gap-0.5",
|
|
677
|
+
"w-full",
|
|
678
|
+
"truncate",
|
|
679
|
+
"leading-none",
|
|
680
|
+
"line-clamp-3",
|
|
681
|
+
"gap-1.5",
|
|
682
|
+
"uds-sm:self-center",
|
|
683
|
+
"uds-sm:shrink-0"
|
|
684
|
+
],
|
|
685
|
+
"internalComponents": [
|
|
686
|
+
"IconSlot",
|
|
687
|
+
"Text",
|
|
688
|
+
"Pressable"
|
|
689
|
+
],
|
|
690
|
+
"internalComponentProps": {
|
|
691
|
+
"IconSlot": { "data-testid": ["banner-start-icon"] },
|
|
692
|
+
"Text": { "data-testid": ["banner-title", "banner-description"] },
|
|
693
|
+
"Pressable": { "data-testid": ["banner-dismiss"] }
|
|
694
|
+
},
|
|
695
|
+
"propToVariantKeys": {
|
|
696
|
+
"variant": [
|
|
697
|
+
"bannerVariantRoot",
|
|
698
|
+
"bannerVariantIcon",
|
|
699
|
+
"bannerVariantTitle",
|
|
700
|
+
"bannerVariantDescription"
|
|
701
|
+
],
|
|
702
|
+
"size": [
|
|
703
|
+
"bannerSizeRoot",
|
|
704
|
+
"bannerSizeIcon",
|
|
705
|
+
"bannerSizeTitle",
|
|
706
|
+
"bannerSizeDescription",
|
|
707
|
+
"bannerSizeClose"
|
|
708
|
+
],
|
|
709
|
+
"startIcon": ["icon"],
|
|
710
|
+
"dismissAriaLabel": ["aria-label"],
|
|
711
|
+
"onDismiss": ["onClick"]
|
|
712
|
+
},
|
|
713
|
+
"runtimeConfigDefaultProps": {},
|
|
714
|
+
"runtimeConfigGetStyles": {},
|
|
715
|
+
"runtimeConfigInternalComponentProps": {},
|
|
716
|
+
"motionVarPrefixes": []
|
|
717
|
+
},
|
|
718
718
|
DividerLine: {
|
|
719
719
|
"name": "DividerLine",
|
|
720
720
|
"defaultProps": { "variant": "primary" },
|
|
@@ -1723,8 +1723,109 @@ var componentData_default = {
|
|
|
1723
1723
|
"runtimeConfigInternalComponentProps": {},
|
|
1724
1724
|
"motionVarPrefixes": []
|
|
1725
1725
|
},
|
|
1726
|
-
|
|
1727
|
-
"name": "
|
|
1726
|
+
AvatarText: {
|
|
1727
|
+
"name": "AvatarText",
|
|
1728
|
+
"defaultProps": {
|
|
1729
|
+
"size": "md",
|
|
1730
|
+
"variant": "primary"
|
|
1731
|
+
},
|
|
1732
|
+
"getStylesLiterals": {},
|
|
1733
|
+
"cxLiterals": [
|
|
1734
|
+
"overflow-hidden",
|
|
1735
|
+
"truncate",
|
|
1736
|
+
"w-full",
|
|
1737
|
+
"h-full",
|
|
1738
|
+
"shrink-0",
|
|
1739
|
+
"text-center",
|
|
1740
|
+
"inline-flex",
|
|
1741
|
+
"justify-center",
|
|
1742
|
+
"items-center"
|
|
1743
|
+
],
|
|
1744
|
+
"internalComponents": ["Box", "Text"],
|
|
1745
|
+
"internalComponentProps": { "Text": {
|
|
1746
|
+
"color": ["inherit"],
|
|
1747
|
+
"variant": ["inherit"]
|
|
1748
|
+
} },
|
|
1749
|
+
"propToVariantKeys": {},
|
|
1750
|
+
"runtimeConfigDefaultProps": {},
|
|
1751
|
+
"runtimeConfigGetStyles": {},
|
|
1752
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1753
|
+
"motionVarPrefixes": []
|
|
1754
|
+
},
|
|
1755
|
+
AvatarIcon: {
|
|
1756
|
+
"name": "AvatarIcon",
|
|
1757
|
+
"defaultProps": {
|
|
1758
|
+
"size": "md",
|
|
1759
|
+
"variant": "primary"
|
|
1760
|
+
},
|
|
1761
|
+
"getStylesLiterals": {},
|
|
1762
|
+
"cxLiterals": [
|
|
1763
|
+
"overflow-hidden",
|
|
1764
|
+
"w-full",
|
|
1765
|
+
"h-full",
|
|
1766
|
+
"shrink-0",
|
|
1767
|
+
"text-center",
|
|
1768
|
+
"inline-flex",
|
|
1769
|
+
"justify-center",
|
|
1770
|
+
"items-center"
|
|
1771
|
+
],
|
|
1772
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
1773
|
+
"internalComponentProps": {},
|
|
1774
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1775
|
+
"runtimeConfigDefaultProps": {},
|
|
1776
|
+
"runtimeConfigGetStyles": {},
|
|
1777
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1778
|
+
"motionVarPrefixes": []
|
|
1779
|
+
},
|
|
1780
|
+
Avatar: {
|
|
1781
|
+
"name": "Avatar",
|
|
1782
|
+
"defaultProps": {},
|
|
1783
|
+
"getStylesLiterals": {},
|
|
1784
|
+
"cxLiterals": [],
|
|
1785
|
+
"internalComponents": ["AvatarImage"],
|
|
1786
|
+
"internalComponentProps": {},
|
|
1787
|
+
"propToVariantKeys": {},
|
|
1788
|
+
"runtimeConfigDefaultProps": {},
|
|
1789
|
+
"runtimeConfigGetStyles": {},
|
|
1790
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1791
|
+
"motionVarPrefixes": []
|
|
1792
|
+
},
|
|
1793
|
+
AvatarImage: {
|
|
1794
|
+
"name": "AvatarImage",
|
|
1795
|
+
"defaultProps": {
|
|
1796
|
+
"size": "md",
|
|
1797
|
+
"variant": "primary"
|
|
1798
|
+
},
|
|
1799
|
+
"getStylesLiterals": {},
|
|
1800
|
+
"cxLiterals": [
|
|
1801
|
+
"overflow-hidden",
|
|
1802
|
+
"w-full",
|
|
1803
|
+
"h-full",
|
|
1804
|
+
"shrink-0",
|
|
1805
|
+
"text-center",
|
|
1806
|
+
"inline-flex",
|
|
1807
|
+
"justify-center",
|
|
1808
|
+
"items-center",
|
|
1809
|
+
"object-cover"
|
|
1810
|
+
],
|
|
1811
|
+
"internalComponents": [
|
|
1812
|
+
"UDSImage",
|
|
1813
|
+
"AvatarText",
|
|
1814
|
+
"AvatarIcon",
|
|
1815
|
+
"Box"
|
|
1816
|
+
],
|
|
1817
|
+
"internalComponentProps": {},
|
|
1818
|
+
"propToVariantKeys": {
|
|
1819
|
+
"alt": ["name"],
|
|
1820
|
+
"fallback": ["initials"]
|
|
1821
|
+
},
|
|
1822
|
+
"runtimeConfigDefaultProps": {},
|
|
1823
|
+
"runtimeConfigGetStyles": {},
|
|
1824
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1825
|
+
"motionVarPrefixes": []
|
|
1826
|
+
},
|
|
1827
|
+
"Menu.index": {
|
|
1828
|
+
"name": "Menu.index",
|
|
1728
1829
|
"defaultProps": {},
|
|
1729
1830
|
"getStylesLiterals": {},
|
|
1730
1831
|
"cxLiterals": [],
|
|
@@ -1943,107 +2044,6 @@ var componentData_default = {
|
|
|
1943
2044
|
"runtimeConfigInternalComponentProps": {},
|
|
1944
2045
|
"motionVarPrefixes": []
|
|
1945
2046
|
},
|
|
1946
|
-
AvatarText: {
|
|
1947
|
-
"name": "AvatarText",
|
|
1948
|
-
"defaultProps": {
|
|
1949
|
-
"size": "md",
|
|
1950
|
-
"variant": "primary"
|
|
1951
|
-
},
|
|
1952
|
-
"getStylesLiterals": {},
|
|
1953
|
-
"cxLiterals": [
|
|
1954
|
-
"overflow-hidden",
|
|
1955
|
-
"truncate",
|
|
1956
|
-
"w-full",
|
|
1957
|
-
"h-full",
|
|
1958
|
-
"shrink-0",
|
|
1959
|
-
"text-center",
|
|
1960
|
-
"inline-flex",
|
|
1961
|
-
"justify-center",
|
|
1962
|
-
"items-center"
|
|
1963
|
-
],
|
|
1964
|
-
"internalComponents": ["Box", "Text"],
|
|
1965
|
-
"internalComponentProps": { "Text": {
|
|
1966
|
-
"color": ["inherit"],
|
|
1967
|
-
"variant": ["inherit"]
|
|
1968
|
-
} },
|
|
1969
|
-
"propToVariantKeys": {},
|
|
1970
|
-
"runtimeConfigDefaultProps": {},
|
|
1971
|
-
"runtimeConfigGetStyles": {},
|
|
1972
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1973
|
-
"motionVarPrefixes": []
|
|
1974
|
-
},
|
|
1975
|
-
AvatarIcon: {
|
|
1976
|
-
"name": "AvatarIcon",
|
|
1977
|
-
"defaultProps": {
|
|
1978
|
-
"size": "md",
|
|
1979
|
-
"variant": "primary"
|
|
1980
|
-
},
|
|
1981
|
-
"getStylesLiterals": {},
|
|
1982
|
-
"cxLiterals": [
|
|
1983
|
-
"overflow-hidden",
|
|
1984
|
-
"w-full",
|
|
1985
|
-
"h-full",
|
|
1986
|
-
"shrink-0",
|
|
1987
|
-
"text-center",
|
|
1988
|
-
"inline-flex",
|
|
1989
|
-
"justify-center",
|
|
1990
|
-
"items-center"
|
|
1991
|
-
],
|
|
1992
|
-
"internalComponents": ["IconSlot", "Box"],
|
|
1993
|
-
"internalComponentProps": {},
|
|
1994
|
-
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1995
|
-
"runtimeConfigDefaultProps": {},
|
|
1996
|
-
"runtimeConfigGetStyles": {},
|
|
1997
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1998
|
-
"motionVarPrefixes": []
|
|
1999
|
-
},
|
|
2000
|
-
Avatar: {
|
|
2001
|
-
"name": "Avatar",
|
|
2002
|
-
"defaultProps": {},
|
|
2003
|
-
"getStylesLiterals": {},
|
|
2004
|
-
"cxLiterals": [],
|
|
2005
|
-
"internalComponents": ["AvatarImage"],
|
|
2006
|
-
"internalComponentProps": {},
|
|
2007
|
-
"propToVariantKeys": {},
|
|
2008
|
-
"runtimeConfigDefaultProps": {},
|
|
2009
|
-
"runtimeConfigGetStyles": {},
|
|
2010
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2011
|
-
"motionVarPrefixes": []
|
|
2012
|
-
},
|
|
2013
|
-
AvatarImage: {
|
|
2014
|
-
"name": "AvatarImage",
|
|
2015
|
-
"defaultProps": {
|
|
2016
|
-
"size": "md",
|
|
2017
|
-
"variant": "primary"
|
|
2018
|
-
},
|
|
2019
|
-
"getStylesLiterals": {},
|
|
2020
|
-
"cxLiterals": [
|
|
2021
|
-
"overflow-hidden",
|
|
2022
|
-
"w-full",
|
|
2023
|
-
"h-full",
|
|
2024
|
-
"shrink-0",
|
|
2025
|
-
"text-center",
|
|
2026
|
-
"inline-flex",
|
|
2027
|
-
"justify-center",
|
|
2028
|
-
"items-center",
|
|
2029
|
-
"object-cover"
|
|
2030
|
-
],
|
|
2031
|
-
"internalComponents": [
|
|
2032
|
-
"UDSImage",
|
|
2033
|
-
"AvatarText",
|
|
2034
|
-
"AvatarIcon",
|
|
2035
|
-
"Box"
|
|
2036
|
-
],
|
|
2037
|
-
"internalComponentProps": {},
|
|
2038
|
-
"propToVariantKeys": {
|
|
2039
|
-
"alt": ["name"],
|
|
2040
|
-
"fallback": ["initials"]
|
|
2041
|
-
},
|
|
2042
|
-
"runtimeConfigDefaultProps": {},
|
|
2043
|
-
"runtimeConfigGetStyles": {},
|
|
2044
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2045
|
-
"motionVarPrefixes": []
|
|
2046
|
-
},
|
|
2047
2047
|
InputHelpTextInternal: {
|
|
2048
2048
|
"name": "InputHelpTextInternal",
|
|
2049
2049
|
"defaultProps": {},
|
|
@@ -2305,39 +2305,6 @@ var componentData_default = {
|
|
|
2305
2305
|
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
2306
2306
|
"motionVarPrefixes": []
|
|
2307
2307
|
},
|
|
2308
|
-
UDSConfigProvider: {
|
|
2309
|
-
"name": "UDSConfigProvider",
|
|
2310
|
-
"defaultProps": {},
|
|
2311
|
-
"getStylesLiterals": {},
|
|
2312
|
-
"cxLiterals": [],
|
|
2313
|
-
"internalComponents": [
|
|
2314
|
-
"UDSBreakpointsConfigProvider",
|
|
2315
|
-
"UDSBottomSheetConfigProvider",
|
|
2316
|
-
"UDSToastConfigProvider",
|
|
2317
|
-
"UDSTooltipConfigProvider",
|
|
2318
|
-
"UDSPopoverConfigProvider",
|
|
2319
|
-
"UDSModalConfigProvider"
|
|
2320
|
-
],
|
|
2321
|
-
"internalComponentProps": {},
|
|
2322
|
-
"propToVariantKeys": {},
|
|
2323
|
-
"runtimeConfigDefaultProps": {},
|
|
2324
|
-
"runtimeConfigGetStyles": {},
|
|
2325
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2326
|
-
"motionVarPrefixes": []
|
|
2327
|
-
},
|
|
2328
|
-
UDSBreakpointsConfigProvider: {
|
|
2329
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
2330
|
-
"defaultProps": {},
|
|
2331
|
-
"getStylesLiterals": {},
|
|
2332
|
-
"cxLiterals": [],
|
|
2333
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2334
|
-
"internalComponentProps": {},
|
|
2335
|
-
"propToVariantKeys": {},
|
|
2336
|
-
"runtimeConfigDefaultProps": {},
|
|
2337
|
-
"runtimeConfigGetStyles": {},
|
|
2338
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2339
|
-
"motionVarPrefixes": []
|
|
2340
|
-
},
|
|
2341
2308
|
UDSPopoverConfigProvider: {
|
|
2342
2309
|
"name": "UDSPopoverConfigProvider",
|
|
2343
2310
|
"defaultProps": {},
|
|
@@ -2464,6 +2431,39 @@ var componentData_default = {
|
|
|
2464
2431
|
"runtimeConfigInternalComponentProps": {},
|
|
2465
2432
|
"motionVarPrefixes": []
|
|
2466
2433
|
},
|
|
2434
|
+
UDSConfigProvider: {
|
|
2435
|
+
"name": "UDSConfigProvider",
|
|
2436
|
+
"defaultProps": {},
|
|
2437
|
+
"getStylesLiterals": {},
|
|
2438
|
+
"cxLiterals": [],
|
|
2439
|
+
"internalComponents": [
|
|
2440
|
+
"UDSBreakpointsConfigProvider",
|
|
2441
|
+
"UDSBottomSheetConfigProvider",
|
|
2442
|
+
"UDSToastConfigProvider",
|
|
2443
|
+
"UDSTooltipConfigProvider",
|
|
2444
|
+
"UDSPopoverConfigProvider",
|
|
2445
|
+
"UDSModalConfigProvider"
|
|
2446
|
+
],
|
|
2447
|
+
"internalComponentProps": {},
|
|
2448
|
+
"propToVariantKeys": {},
|
|
2449
|
+
"runtimeConfigDefaultProps": {},
|
|
2450
|
+
"runtimeConfigGetStyles": {},
|
|
2451
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2452
|
+
"motionVarPrefixes": []
|
|
2453
|
+
},
|
|
2454
|
+
UDSBreakpointsConfigProvider: {
|
|
2455
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2456
|
+
"defaultProps": {},
|
|
2457
|
+
"getStylesLiterals": {},
|
|
2458
|
+
"cxLiterals": [],
|
|
2459
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2460
|
+
"internalComponentProps": {},
|
|
2461
|
+
"propToVariantKeys": {},
|
|
2462
|
+
"runtimeConfigDefaultProps": {},
|
|
2463
|
+
"runtimeConfigGetStyles": {},
|
|
2464
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2465
|
+
"motionVarPrefixes": []
|
|
2466
|
+
},
|
|
2467
2467
|
BottomSheetTrigger: {
|
|
2468
2468
|
"name": "BottomSheetTrigger",
|
|
2469
2469
|
"defaultProps": {},
|