@yahoo/uds 3.169.0 → 3.169.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/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/components/Icon.cjs +3 -6
- package/dist/components/Icon.js +3 -6
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/styles/styler.cjs +18 -2
- package/dist/styles/styler.d.cts +35 -27
- package/dist/styles/styler.d.ts +35 -27
- package/dist/styles/styler.js +18 -2
- package/dist/styles/textColorVariants.cjs +40 -0
- package/dist/styles/textColorVariants.d.cts +39 -0
- package/dist/styles/textColorVariants.d.ts +39 -0
- package/dist/styles/textColorVariants.js +39 -0
- package/dist/styles/variants.cjs +1 -28
- package/dist/styles/variants.js +2 -28
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/tokens/utils/getFontUrls.cjs +8 -1
- package/dist/tokens/utils/getFontUrls.d.cts +7 -0
- package/dist/tokens/utils/getFontUrls.d.ts +7 -0
- package/dist/tokens/utils/getFontUrls.js +8 -1
- package/dist/uds/generated/componentData.cjs +274 -270
- package/dist/uds/generated/componentData.js +274 -270
- package/dist/uds/generated/tailwindPurge.cjs +1 -1
- package/dist/uds/generated/tailwindPurge.js +1 -1
- package/generated/componentData.json +456 -456
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -191,8 +191,12 @@ var componentData_default = {
|
|
|
191
191
|
"variant": "outline",
|
|
192
192
|
"color": "primary"
|
|
193
193
|
},
|
|
194
|
-
"getStylesLiterals": {
|
|
195
|
-
"cxLiterals": [
|
|
194
|
+
"getStylesLiterals": {},
|
|
195
|
+
"cxLiterals": [
|
|
196
|
+
"flex-none",
|
|
197
|
+
"inherit",
|
|
198
|
+
"[&_path]:fill-current"
|
|
199
|
+
],
|
|
196
200
|
"internalComponents": ["SVGIcon"],
|
|
197
201
|
"internalComponentProps": {},
|
|
198
202
|
"propToVariantKeys": {},
|
|
@@ -431,6 +435,70 @@ var componentData_default = {
|
|
|
431
435
|
"runtimeConfigInternalComponentProps": {},
|
|
432
436
|
"motionVarPrefixes": []
|
|
433
437
|
},
|
|
438
|
+
DividerLabel: {
|
|
439
|
+
"name": "DividerLabel",
|
|
440
|
+
"defaultProps": {
|
|
441
|
+
"variant": "primary",
|
|
442
|
+
"textVariant": "inherit",
|
|
443
|
+
"color": "inherit",
|
|
444
|
+
"as": "span"
|
|
445
|
+
},
|
|
446
|
+
"getStylesLiterals": {},
|
|
447
|
+
"cxLiterals": ["inherit"],
|
|
448
|
+
"internalComponents": ["Text"],
|
|
449
|
+
"internalComponentProps": {},
|
|
450
|
+
"propToVariantKeys": {
|
|
451
|
+
"variant": ["dividerVariantLabel"],
|
|
452
|
+
"textVariant": ["variant"]
|
|
453
|
+
},
|
|
454
|
+
"runtimeConfigDefaultProps": {},
|
|
455
|
+
"runtimeConfigGetStyles": {},
|
|
456
|
+
"runtimeConfigInternalComponentProps": {},
|
|
457
|
+
"motionVarPrefixes": []
|
|
458
|
+
},
|
|
459
|
+
DividerLine: {
|
|
460
|
+
"name": "DividerLine",
|
|
461
|
+
"defaultProps": { "variant": "primary" },
|
|
462
|
+
"getStylesLiterals": {},
|
|
463
|
+
"cxLiterals": ["inherit"],
|
|
464
|
+
"internalComponents": ["Box"],
|
|
465
|
+
"internalComponentProps": { "Box": { "flex": ["1"] } },
|
|
466
|
+
"propToVariantKeys": { "variant": ["dividerVariantLine"] },
|
|
467
|
+
"runtimeConfigDefaultProps": {},
|
|
468
|
+
"runtimeConfigGetStyles": {},
|
|
469
|
+
"runtimeConfigInternalComponentProps": {},
|
|
470
|
+
"motionVarPrefixes": []
|
|
471
|
+
},
|
|
472
|
+
Divider: {
|
|
473
|
+
"name": "Divider",
|
|
474
|
+
"defaultProps": {
|
|
475
|
+
"variant": "primary",
|
|
476
|
+
"contentPosition": "center"
|
|
477
|
+
},
|
|
478
|
+
"getStylesLiterals": {},
|
|
479
|
+
"cxLiterals": ["inherit"],
|
|
480
|
+
"internalComponents": [
|
|
481
|
+
"DividerLine",
|
|
482
|
+
"DividerLabel",
|
|
483
|
+
"InternalComponent",
|
|
484
|
+
"Box"
|
|
485
|
+
],
|
|
486
|
+
"internalComponentProps": {
|
|
487
|
+
"InternalComponent": {
|
|
488
|
+
"alignItems": ["center"],
|
|
489
|
+
"flex": ["1"]
|
|
490
|
+
},
|
|
491
|
+
"Box": {
|
|
492
|
+
"display": ["flex"],
|
|
493
|
+
"flex": ["none"]
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
"propToVariantKeys": { "variant": ["dividerVariantRoot"] },
|
|
497
|
+
"runtimeConfigDefaultProps": {},
|
|
498
|
+
"runtimeConfigGetStyles": {},
|
|
499
|
+
"runtimeConfigInternalComponentProps": {},
|
|
500
|
+
"motionVarPrefixes": []
|
|
501
|
+
},
|
|
434
502
|
Badge: {
|
|
435
503
|
"name": "Badge",
|
|
436
504
|
"defaultProps": {
|
|
@@ -521,70 +589,6 @@ var componentData_default = {
|
|
|
521
589
|
"runtimeConfigInternalComponentProps": {},
|
|
522
590
|
"motionVarPrefixes": []
|
|
523
591
|
},
|
|
524
|
-
DividerLabel: {
|
|
525
|
-
"name": "DividerLabel",
|
|
526
|
-
"defaultProps": {
|
|
527
|
-
"variant": "primary",
|
|
528
|
-
"textVariant": "inherit",
|
|
529
|
-
"color": "inherit",
|
|
530
|
-
"as": "span"
|
|
531
|
-
},
|
|
532
|
-
"getStylesLiterals": {},
|
|
533
|
-
"cxLiterals": ["inherit"],
|
|
534
|
-
"internalComponents": ["Text"],
|
|
535
|
-
"internalComponentProps": {},
|
|
536
|
-
"propToVariantKeys": {
|
|
537
|
-
"variant": ["dividerVariantLabel"],
|
|
538
|
-
"textVariant": ["variant"]
|
|
539
|
-
},
|
|
540
|
-
"runtimeConfigDefaultProps": {},
|
|
541
|
-
"runtimeConfigGetStyles": {},
|
|
542
|
-
"runtimeConfigInternalComponentProps": {},
|
|
543
|
-
"motionVarPrefixes": []
|
|
544
|
-
},
|
|
545
|
-
DividerLine: {
|
|
546
|
-
"name": "DividerLine",
|
|
547
|
-
"defaultProps": { "variant": "primary" },
|
|
548
|
-
"getStylesLiterals": {},
|
|
549
|
-
"cxLiterals": ["inherit"],
|
|
550
|
-
"internalComponents": ["Box"],
|
|
551
|
-
"internalComponentProps": { "Box": { "flex": ["1"] } },
|
|
552
|
-
"propToVariantKeys": { "variant": ["dividerVariantLine"] },
|
|
553
|
-
"runtimeConfigDefaultProps": {},
|
|
554
|
-
"runtimeConfigGetStyles": {},
|
|
555
|
-
"runtimeConfigInternalComponentProps": {},
|
|
556
|
-
"motionVarPrefixes": []
|
|
557
|
-
},
|
|
558
|
-
Divider: {
|
|
559
|
-
"name": "Divider",
|
|
560
|
-
"defaultProps": {
|
|
561
|
-
"variant": "primary",
|
|
562
|
-
"contentPosition": "center"
|
|
563
|
-
},
|
|
564
|
-
"getStylesLiterals": {},
|
|
565
|
-
"cxLiterals": ["inherit"],
|
|
566
|
-
"internalComponents": [
|
|
567
|
-
"DividerLine",
|
|
568
|
-
"DividerLabel",
|
|
569
|
-
"InternalComponent",
|
|
570
|
-
"Box"
|
|
571
|
-
],
|
|
572
|
-
"internalComponentProps": {
|
|
573
|
-
"InternalComponent": {
|
|
574
|
-
"alignItems": ["center"],
|
|
575
|
-
"flex": ["1"]
|
|
576
|
-
},
|
|
577
|
-
"Box": {
|
|
578
|
-
"display": ["flex"],
|
|
579
|
-
"flex": ["none"]
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
"propToVariantKeys": { "variant": ["dividerVariantRoot"] },
|
|
583
|
-
"runtimeConfigDefaultProps": {},
|
|
584
|
-
"runtimeConfigGetStyles": {},
|
|
585
|
-
"runtimeConfigInternalComponentProps": {},
|
|
586
|
-
"motionVarPrefixes": []
|
|
587
|
-
},
|
|
588
592
|
Accordion: {
|
|
589
593
|
"name": "Accordion",
|
|
590
594
|
"defaultProps": {
|
|
@@ -1868,6 +1872,92 @@ var componentData_default = {
|
|
|
1868
1872
|
"runtimeConfigInternalComponentProps": {},
|
|
1869
1873
|
"motionVarPrefixes": []
|
|
1870
1874
|
},
|
|
1875
|
+
ButtonBase: {
|
|
1876
|
+
"name": "ButtonBase",
|
|
1877
|
+
"defaultProps": { "type": "button" },
|
|
1878
|
+
"getStylesLiterals": {},
|
|
1879
|
+
"cxLiterals": [
|
|
1880
|
+
"uds-ring",
|
|
1881
|
+
"uds-hit-target",
|
|
1882
|
+
"inline-flex",
|
|
1883
|
+
"max-w-full",
|
|
1884
|
+
"overflow-hidden",
|
|
1885
|
+
"justify-center",
|
|
1886
|
+
"items-center",
|
|
1887
|
+
"whitespace-nowrap",
|
|
1888
|
+
"select-none",
|
|
1889
|
+
"[transform-origin:center]",
|
|
1890
|
+
"[backface-visibility:hidden]",
|
|
1891
|
+
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
1892
|
+
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
1893
|
+
"[transition-duration:220ms]",
|
|
1894
|
+
"cursor-not-allowed",
|
|
1895
|
+
"uds-button-loading",
|
|
1896
|
+
"uds-button-without-effects",
|
|
1897
|
+
"withIcon",
|
|
1898
|
+
"uds-button-with-gap",
|
|
1899
|
+
"flex",
|
|
1900
|
+
"shrink-0",
|
|
1901
|
+
"overflow-clip",
|
|
1902
|
+
"uds-button-icon-container",
|
|
1903
|
+
"animate-spin",
|
|
1904
|
+
"min-w-0",
|
|
1905
|
+
"truncate"
|
|
1906
|
+
],
|
|
1907
|
+
"internalComponents": [],
|
|
1908
|
+
"internalComponentProps": {},
|
|
1909
|
+
"propToVariantKeys": {
|
|
1910
|
+
"size": ["buttonSizeRoot", "buttonSizeIcon"],
|
|
1911
|
+
"variant": ["buttonVariantRoot", "buttonVariantIcon"]
|
|
1912
|
+
},
|
|
1913
|
+
"runtimeConfigDefaultProps": { "size": "button.defaultSize" },
|
|
1914
|
+
"runtimeConfigGetStyles": {},
|
|
1915
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1916
|
+
"motionVarPrefixes": []
|
|
1917
|
+
},
|
|
1918
|
+
UDSButtonConfigProvider: {
|
|
1919
|
+
"name": "UDSButtonConfigProvider",
|
|
1920
|
+
"defaultProps": {},
|
|
1921
|
+
"getStylesLiterals": {},
|
|
1922
|
+
"cxLiterals": [],
|
|
1923
|
+
"internalComponents": ["ButtonContext.Provider"],
|
|
1924
|
+
"internalComponentProps": {},
|
|
1925
|
+
"propToVariantKeys": {},
|
|
1926
|
+
"runtimeConfigDefaultProps": {},
|
|
1927
|
+
"runtimeConfigGetStyles": {},
|
|
1928
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1929
|
+
"motionVarPrefixes": []
|
|
1930
|
+
},
|
|
1931
|
+
Button: {
|
|
1932
|
+
"name": "Button",
|
|
1933
|
+
"defaultProps": {},
|
|
1934
|
+
"getStylesLiterals": {},
|
|
1935
|
+
"cxLiterals": [],
|
|
1936
|
+
"internalComponents": [
|
|
1937
|
+
"ButtonBase",
|
|
1938
|
+
"Icon",
|
|
1939
|
+
"IconSlot",
|
|
1940
|
+
"AnimatePresence",
|
|
1941
|
+
"SpringMotionConfig",
|
|
1942
|
+
"MotionSlot",
|
|
1943
|
+
"ButtonProps",
|
|
1944
|
+
"Slot"
|
|
1945
|
+
],
|
|
1946
|
+
"internalComponentProps": {
|
|
1947
|
+
"Icon": { "color": ["current"] },
|
|
1948
|
+
"AnimatePresence": { "mode": ["popLayout"] },
|
|
1949
|
+
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
1950
|
+
"MotionSlot": {
|
|
1951
|
+
"whileHover": ["hover"],
|
|
1952
|
+
"whileTap": ["pressed"]
|
|
1953
|
+
}
|
|
1954
|
+
},
|
|
1955
|
+
"propToVariantKeys": {},
|
|
1956
|
+
"runtimeConfigDefaultProps": {},
|
|
1957
|
+
"runtimeConfigGetStyles": {},
|
|
1958
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1959
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1960
|
+
},
|
|
1871
1961
|
Modal: {
|
|
1872
1962
|
"name": "Modal",
|
|
1873
1963
|
"defaultProps": {
|
|
@@ -2110,97 +2200,11 @@ var componentData_default = {
|
|
|
2110
2200
|
"runtimeConfigInternalComponentProps": {},
|
|
2111
2201
|
"motionVarPrefixes": []
|
|
2112
2202
|
},
|
|
2113
|
-
|
|
2114
|
-
"name": "
|
|
2115
|
-
"defaultProps": {
|
|
2203
|
+
RadioGroupStore: {
|
|
2204
|
+
"name": "RadioGroupStore",
|
|
2205
|
+
"defaultProps": {},
|
|
2116
2206
|
"getStylesLiterals": {},
|
|
2117
|
-
"cxLiterals": [
|
|
2118
|
-
"uds-ring",
|
|
2119
|
-
"uds-hit-target",
|
|
2120
|
-
"inline-flex",
|
|
2121
|
-
"max-w-full",
|
|
2122
|
-
"overflow-hidden",
|
|
2123
|
-
"justify-center",
|
|
2124
|
-
"items-center",
|
|
2125
|
-
"whitespace-nowrap",
|
|
2126
|
-
"select-none",
|
|
2127
|
-
"[transform-origin:center]",
|
|
2128
|
-
"[backface-visibility:hidden]",
|
|
2129
|
-
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
2130
|
-
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
2131
|
-
"[transition-duration:220ms]",
|
|
2132
|
-
"cursor-not-allowed",
|
|
2133
|
-
"uds-button-loading",
|
|
2134
|
-
"uds-button-without-effects",
|
|
2135
|
-
"withIcon",
|
|
2136
|
-
"uds-button-with-gap",
|
|
2137
|
-
"flex",
|
|
2138
|
-
"shrink-0",
|
|
2139
|
-
"overflow-clip",
|
|
2140
|
-
"uds-button-icon-container",
|
|
2141
|
-
"animate-spin",
|
|
2142
|
-
"min-w-0",
|
|
2143
|
-
"truncate"
|
|
2144
|
-
],
|
|
2145
|
-
"internalComponents": [],
|
|
2146
|
-
"internalComponentProps": {},
|
|
2147
|
-
"propToVariantKeys": {
|
|
2148
|
-
"size": ["buttonSizeRoot", "buttonSizeIcon"],
|
|
2149
|
-
"variant": ["buttonVariantRoot", "buttonVariantIcon"]
|
|
2150
|
-
},
|
|
2151
|
-
"runtimeConfigDefaultProps": { "size": "button.defaultSize" },
|
|
2152
|
-
"runtimeConfigGetStyles": {},
|
|
2153
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2154
|
-
"motionVarPrefixes": []
|
|
2155
|
-
},
|
|
2156
|
-
UDSButtonConfigProvider: {
|
|
2157
|
-
"name": "UDSButtonConfigProvider",
|
|
2158
|
-
"defaultProps": {},
|
|
2159
|
-
"getStylesLiterals": {},
|
|
2160
|
-
"cxLiterals": [],
|
|
2161
|
-
"internalComponents": ["ButtonContext.Provider"],
|
|
2162
|
-
"internalComponentProps": {},
|
|
2163
|
-
"propToVariantKeys": {},
|
|
2164
|
-
"runtimeConfigDefaultProps": {},
|
|
2165
|
-
"runtimeConfigGetStyles": {},
|
|
2166
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2167
|
-
"motionVarPrefixes": []
|
|
2168
|
-
},
|
|
2169
|
-
Button: {
|
|
2170
|
-
"name": "Button",
|
|
2171
|
-
"defaultProps": {},
|
|
2172
|
-
"getStylesLiterals": {},
|
|
2173
|
-
"cxLiterals": [],
|
|
2174
|
-
"internalComponents": [
|
|
2175
|
-
"ButtonBase",
|
|
2176
|
-
"Icon",
|
|
2177
|
-
"IconSlot",
|
|
2178
|
-
"AnimatePresence",
|
|
2179
|
-
"SpringMotionConfig",
|
|
2180
|
-
"MotionSlot",
|
|
2181
|
-
"ButtonProps",
|
|
2182
|
-
"Slot"
|
|
2183
|
-
],
|
|
2184
|
-
"internalComponentProps": {
|
|
2185
|
-
"Icon": { "color": ["current"] },
|
|
2186
|
-
"AnimatePresence": { "mode": ["popLayout"] },
|
|
2187
|
-
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
2188
|
-
"MotionSlot": {
|
|
2189
|
-
"whileHover": ["hover"],
|
|
2190
|
-
"whileTap": ["pressed"]
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
"propToVariantKeys": {},
|
|
2194
|
-
"runtimeConfigDefaultProps": {},
|
|
2195
|
-
"runtimeConfigGetStyles": {},
|
|
2196
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2197
|
-
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
2198
|
-
},
|
|
2199
|
-
RadioGroupStore: {
|
|
2200
|
-
"name": "RadioGroupStore",
|
|
2201
|
-
"defaultProps": {},
|
|
2202
|
-
"getStylesLiterals": {},
|
|
2203
|
-
"cxLiterals": [],
|
|
2207
|
+
"cxLiterals": [],
|
|
2204
2208
|
"internalComponents": [],
|
|
2205
2209
|
"internalComponentProps": {},
|
|
2206
2210
|
"propToVariantKeys": {},
|
|
@@ -2591,6 +2595,120 @@ var componentData_default = {
|
|
|
2591
2595
|
"runtimeConfigInternalComponentProps": {},
|
|
2592
2596
|
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
2593
2597
|
},
|
|
2598
|
+
AvatarIcon: {
|
|
2599
|
+
"name": "AvatarIcon",
|
|
2600
|
+
"defaultProps": {
|
|
2601
|
+
"size": "md",
|
|
2602
|
+
"variant": "primary"
|
|
2603
|
+
},
|
|
2604
|
+
"getStylesLiterals": {},
|
|
2605
|
+
"cxLiterals": [
|
|
2606
|
+
"overflow-hidden",
|
|
2607
|
+
"w-full",
|
|
2608
|
+
"h-full",
|
|
2609
|
+
"shrink-0",
|
|
2610
|
+
"text-center",
|
|
2611
|
+
"inline-flex",
|
|
2612
|
+
"justify-center",
|
|
2613
|
+
"items-center"
|
|
2614
|
+
],
|
|
2615
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
2616
|
+
"internalComponentProps": {},
|
|
2617
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
2618
|
+
"runtimeConfigDefaultProps": { "size": "avatar.defaultSize" },
|
|
2619
|
+
"runtimeConfigGetStyles": {},
|
|
2620
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2621
|
+
"motionVarPrefixes": []
|
|
2622
|
+
},
|
|
2623
|
+
AvatarImage: {
|
|
2624
|
+
"name": "AvatarImage",
|
|
2625
|
+
"defaultProps": {
|
|
2626
|
+
"size": "md",
|
|
2627
|
+
"variant": "primary"
|
|
2628
|
+
},
|
|
2629
|
+
"getStylesLiterals": {},
|
|
2630
|
+
"cxLiterals": [
|
|
2631
|
+
"overflow-hidden",
|
|
2632
|
+
"w-full",
|
|
2633
|
+
"h-full",
|
|
2634
|
+
"shrink-0",
|
|
2635
|
+
"text-center",
|
|
2636
|
+
"inline-flex",
|
|
2637
|
+
"justify-center",
|
|
2638
|
+
"items-center",
|
|
2639
|
+
"object-cover"
|
|
2640
|
+
],
|
|
2641
|
+
"internalComponents": [
|
|
2642
|
+
"UDSImage",
|
|
2643
|
+
"AvatarText",
|
|
2644
|
+
"AvatarIcon",
|
|
2645
|
+
"Box"
|
|
2646
|
+
],
|
|
2647
|
+
"internalComponentProps": {},
|
|
2648
|
+
"propToVariantKeys": {
|
|
2649
|
+
"alt": ["name"],
|
|
2650
|
+
"fallback": ["initials"]
|
|
2651
|
+
},
|
|
2652
|
+
"runtimeConfigDefaultProps": {},
|
|
2653
|
+
"runtimeConfigGetStyles": {},
|
|
2654
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2655
|
+
"motionVarPrefixes": []
|
|
2656
|
+
},
|
|
2657
|
+
AvatarText: {
|
|
2658
|
+
"name": "AvatarText",
|
|
2659
|
+
"defaultProps": {
|
|
2660
|
+
"size": "md",
|
|
2661
|
+
"variant": "primary"
|
|
2662
|
+
},
|
|
2663
|
+
"getStylesLiterals": {},
|
|
2664
|
+
"cxLiterals": [
|
|
2665
|
+
"overflow-hidden",
|
|
2666
|
+
"truncate",
|
|
2667
|
+
"w-full",
|
|
2668
|
+
"h-full",
|
|
2669
|
+
"shrink-0",
|
|
2670
|
+
"text-center",
|
|
2671
|
+
"inline-flex",
|
|
2672
|
+
"justify-center",
|
|
2673
|
+
"items-center"
|
|
2674
|
+
],
|
|
2675
|
+
"internalComponents": ["Box", "Text"],
|
|
2676
|
+
"internalComponentProps": { "Text": {
|
|
2677
|
+
"color": ["inherit"],
|
|
2678
|
+
"variant": ["inherit"]
|
|
2679
|
+
} },
|
|
2680
|
+
"propToVariantKeys": {},
|
|
2681
|
+
"runtimeConfigDefaultProps": {},
|
|
2682
|
+
"runtimeConfigGetStyles": {},
|
|
2683
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2684
|
+
"motionVarPrefixes": []
|
|
2685
|
+
},
|
|
2686
|
+
Avatar: {
|
|
2687
|
+
"name": "Avatar",
|
|
2688
|
+
"defaultProps": {},
|
|
2689
|
+
"getStylesLiterals": {},
|
|
2690
|
+
"cxLiterals": [],
|
|
2691
|
+
"internalComponents": ["AvatarImage"],
|
|
2692
|
+
"internalComponentProps": {},
|
|
2693
|
+
"propToVariantKeys": {},
|
|
2694
|
+
"runtimeConfigDefaultProps": {},
|
|
2695
|
+
"runtimeConfigGetStyles": {},
|
|
2696
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2697
|
+
"motionVarPrefixes": []
|
|
2698
|
+
},
|
|
2699
|
+
UDSAvatarConfigProvider: {
|
|
2700
|
+
"name": "UDSAvatarConfigProvider",
|
|
2701
|
+
"defaultProps": {},
|
|
2702
|
+
"getStylesLiterals": {},
|
|
2703
|
+
"cxLiterals": [],
|
|
2704
|
+
"internalComponents": [],
|
|
2705
|
+
"internalComponentProps": {},
|
|
2706
|
+
"propToVariantKeys": {},
|
|
2707
|
+
"runtimeConfigDefaultProps": {},
|
|
2708
|
+
"runtimeConfigGetStyles": {},
|
|
2709
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2710
|
+
"motionVarPrefixes": []
|
|
2711
|
+
},
|
|
2594
2712
|
ChipBase: {
|
|
2595
2713
|
"name": "ChipBase",
|
|
2596
2714
|
"defaultProps": {
|
|
@@ -2860,120 +2978,6 @@ var componentData_default = {
|
|
|
2860
2978
|
"runtimeConfigInternalComponentProps": {},
|
|
2861
2979
|
"motionVarPrefixes": []
|
|
2862
2980
|
},
|
|
2863
|
-
AvatarIcon: {
|
|
2864
|
-
"name": "AvatarIcon",
|
|
2865
|
-
"defaultProps": {
|
|
2866
|
-
"size": "md",
|
|
2867
|
-
"variant": "primary"
|
|
2868
|
-
},
|
|
2869
|
-
"getStylesLiterals": {},
|
|
2870
|
-
"cxLiterals": [
|
|
2871
|
-
"overflow-hidden",
|
|
2872
|
-
"w-full",
|
|
2873
|
-
"h-full",
|
|
2874
|
-
"shrink-0",
|
|
2875
|
-
"text-center",
|
|
2876
|
-
"inline-flex",
|
|
2877
|
-
"justify-center",
|
|
2878
|
-
"items-center"
|
|
2879
|
-
],
|
|
2880
|
-
"internalComponents": ["IconSlot", "Box"],
|
|
2881
|
-
"internalComponentProps": {},
|
|
2882
|
-
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
2883
|
-
"runtimeConfigDefaultProps": { "size": "avatar.defaultSize" },
|
|
2884
|
-
"runtimeConfigGetStyles": {},
|
|
2885
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2886
|
-
"motionVarPrefixes": []
|
|
2887
|
-
},
|
|
2888
|
-
AvatarImage: {
|
|
2889
|
-
"name": "AvatarImage",
|
|
2890
|
-
"defaultProps": {
|
|
2891
|
-
"size": "md",
|
|
2892
|
-
"variant": "primary"
|
|
2893
|
-
},
|
|
2894
|
-
"getStylesLiterals": {},
|
|
2895
|
-
"cxLiterals": [
|
|
2896
|
-
"overflow-hidden",
|
|
2897
|
-
"w-full",
|
|
2898
|
-
"h-full",
|
|
2899
|
-
"shrink-0",
|
|
2900
|
-
"text-center",
|
|
2901
|
-
"inline-flex",
|
|
2902
|
-
"justify-center",
|
|
2903
|
-
"items-center",
|
|
2904
|
-
"object-cover"
|
|
2905
|
-
],
|
|
2906
|
-
"internalComponents": [
|
|
2907
|
-
"UDSImage",
|
|
2908
|
-
"AvatarText",
|
|
2909
|
-
"AvatarIcon",
|
|
2910
|
-
"Box"
|
|
2911
|
-
],
|
|
2912
|
-
"internalComponentProps": {},
|
|
2913
|
-
"propToVariantKeys": {
|
|
2914
|
-
"alt": ["name"],
|
|
2915
|
-
"fallback": ["initials"]
|
|
2916
|
-
},
|
|
2917
|
-
"runtimeConfigDefaultProps": {},
|
|
2918
|
-
"runtimeConfigGetStyles": {},
|
|
2919
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2920
|
-
"motionVarPrefixes": []
|
|
2921
|
-
},
|
|
2922
|
-
AvatarText: {
|
|
2923
|
-
"name": "AvatarText",
|
|
2924
|
-
"defaultProps": {
|
|
2925
|
-
"size": "md",
|
|
2926
|
-
"variant": "primary"
|
|
2927
|
-
},
|
|
2928
|
-
"getStylesLiterals": {},
|
|
2929
|
-
"cxLiterals": [
|
|
2930
|
-
"overflow-hidden",
|
|
2931
|
-
"truncate",
|
|
2932
|
-
"w-full",
|
|
2933
|
-
"h-full",
|
|
2934
|
-
"shrink-0",
|
|
2935
|
-
"text-center",
|
|
2936
|
-
"inline-flex",
|
|
2937
|
-
"justify-center",
|
|
2938
|
-
"items-center"
|
|
2939
|
-
],
|
|
2940
|
-
"internalComponents": ["Box", "Text"],
|
|
2941
|
-
"internalComponentProps": { "Text": {
|
|
2942
|
-
"color": ["inherit"],
|
|
2943
|
-
"variant": ["inherit"]
|
|
2944
|
-
} },
|
|
2945
|
-
"propToVariantKeys": {},
|
|
2946
|
-
"runtimeConfigDefaultProps": {},
|
|
2947
|
-
"runtimeConfigGetStyles": {},
|
|
2948
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2949
|
-
"motionVarPrefixes": []
|
|
2950
|
-
},
|
|
2951
|
-
Avatar: {
|
|
2952
|
-
"name": "Avatar",
|
|
2953
|
-
"defaultProps": {},
|
|
2954
|
-
"getStylesLiterals": {},
|
|
2955
|
-
"cxLiterals": [],
|
|
2956
|
-
"internalComponents": ["AvatarImage"],
|
|
2957
|
-
"internalComponentProps": {},
|
|
2958
|
-
"propToVariantKeys": {},
|
|
2959
|
-
"runtimeConfigDefaultProps": {},
|
|
2960
|
-
"runtimeConfigGetStyles": {},
|
|
2961
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2962
|
-
"motionVarPrefixes": []
|
|
2963
|
-
},
|
|
2964
|
-
UDSAvatarConfigProvider: {
|
|
2965
|
-
"name": "UDSAvatarConfigProvider",
|
|
2966
|
-
"defaultProps": {},
|
|
2967
|
-
"getStylesLiterals": {},
|
|
2968
|
-
"cxLiterals": [],
|
|
2969
|
-
"internalComponents": [],
|
|
2970
|
-
"internalComponentProps": {},
|
|
2971
|
-
"propToVariantKeys": {},
|
|
2972
|
-
"runtimeConfigDefaultProps": {},
|
|
2973
|
-
"runtimeConfigGetStyles": {},
|
|
2974
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2975
|
-
"motionVarPrefixes": []
|
|
2976
|
-
},
|
|
2977
2981
|
IconButtonBase: {
|
|
2978
2982
|
"name": "IconButtonBase",
|
|
2979
2983
|
"defaultProps": { "type": "button" },
|