@yahoo/uds 3.167.0 → 3.168.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/dist/automated-config/dist/generated/generatedConfigs.cjs +92 -46
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +46 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +46 -0
- package/dist/automated-config/dist/generated/generatedConfigs.js +92 -46
- package/dist/automated-config/dist/types/ComponentConfig.d.cts +24 -1
- package/dist/automated-config/dist/types/ComponentConfig.d.ts +24 -1
- 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/index.cjs +32 -3
- package/dist/automated-config/dist/utils/index.d.cts +9 -1
- package/dist/automated-config/dist/utils/index.d.ts +9 -1
- package/dist/automated-config/dist/utils/index.js +33 -4
- package/dist/components/IconSlot.cjs +29 -0
- package/dist/components/IconSlot.js +29 -0
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/css-tokens/dist/index.cjs +26 -0
- package/dist/css-tokens/dist/index.d.cts +25 -1
- package/dist/css-tokens/dist/index.d.ts +25 -1
- package/dist/css-tokens/dist/index.js +25 -1
- package/dist/index.cjs +2 -0
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +92 -46
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +92 -46
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +32 -3
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +33 -4
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.cjs +26 -0
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.js +25 -1
- 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/consts/cssTokens.cjs +2 -0
- package/dist/tokens/consts/cssTokens.d.cts +2 -2
- package/dist/tokens/consts/cssTokens.d.ts +2 -2
- package/dist/tokens/consts/cssTokens.js +2 -2
- package/dist/tokens/index.cjs +2 -0
- package/dist/tokens/index.d.cts +3 -3
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +2 -2
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/uds/generated/componentData.cjs +2570 -2570
- package/dist/uds/generated/componentData.js +2570 -2570
- package/dist/uds/generated/tailwindPurge.cjs +2 -1
- package/dist/uds/generated/tailwindPurge.js +2 -1
- package/generated/componentData.json +3299 -3299
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -2664,7 +2664,8 @@ const AvatarConfig = {
|
|
|
2664
2664
|
"md",
|
|
2665
2665
|
"lg"
|
|
2666
2666
|
]]
|
|
2667
|
-
} }
|
|
2667
|
+
} },
|
|
2668
|
+
userOverridableProperties: ["iconSize"]
|
|
2668
2669
|
},
|
|
2669
2670
|
root: {
|
|
2670
2671
|
label: "root",
|
|
@@ -2901,7 +2902,8 @@ const BadgeConfig = {
|
|
|
2901
2902
|
"md",
|
|
2902
2903
|
"lg"
|
|
2903
2904
|
]]
|
|
2904
|
-
} }
|
|
2905
|
+
} },
|
|
2906
|
+
userOverridableProperties: ["iconSize"]
|
|
2905
2907
|
},
|
|
2906
2908
|
root: {
|
|
2907
2909
|
label: "root",
|
|
@@ -3502,7 +3504,8 @@ const BadgeConfig = {
|
|
|
3502
3504
|
"always/accent"
|
|
3503
3505
|
]
|
|
3504
3506
|
]
|
|
3505
|
-
} }
|
|
3507
|
+
} },
|
|
3508
|
+
userOverridableProperties: ["color"]
|
|
3506
3509
|
},
|
|
3507
3510
|
root: {
|
|
3508
3511
|
label: "root",
|
|
@@ -4851,7 +4854,8 @@ const BannerConfig = {
|
|
|
4851
4854
|
"md",
|
|
4852
4855
|
"lg"
|
|
4853
4856
|
]]
|
|
4854
|
-
} }
|
|
4857
|
+
} },
|
|
4858
|
+
userOverridableProperties: ["iconSize"]
|
|
4855
4859
|
},
|
|
4856
4860
|
root: {
|
|
4857
4861
|
label: "root",
|
|
@@ -5857,7 +5861,8 @@ const BannerConfig = {
|
|
|
5857
5861
|
"always/accent"
|
|
5858
5862
|
]
|
|
5859
5863
|
]
|
|
5860
|
-
} }
|
|
5864
|
+
} },
|
|
5865
|
+
userOverridableProperties: ["color"]
|
|
5861
5866
|
},
|
|
5862
5867
|
root: {
|
|
5863
5868
|
label: "root",
|
|
@@ -8811,7 +8816,8 @@ const ButtonConfig = {
|
|
|
8811
8816
|
"md",
|
|
8812
8817
|
"lg"
|
|
8813
8818
|
]]
|
|
8814
|
-
} }
|
|
8819
|
+
} },
|
|
8820
|
+
userOverridableProperties: ["iconSize"]
|
|
8815
8821
|
},
|
|
8816
8822
|
root: {
|
|
8817
8823
|
label: "root",
|
|
@@ -9426,7 +9432,8 @@ const ButtonConfig = {
|
|
|
9426
9432
|
"always/accent"
|
|
9427
9433
|
]
|
|
9428
9434
|
]
|
|
9429
|
-
} }
|
|
9435
|
+
} },
|
|
9436
|
+
userOverridableProperties: ["color"]
|
|
9430
9437
|
},
|
|
9431
9438
|
root: {
|
|
9432
9439
|
label: "root",
|
|
@@ -13157,7 +13164,8 @@ const ChipConfig = {
|
|
|
13157
13164
|
"always/accent"
|
|
13158
13165
|
]
|
|
13159
13166
|
]
|
|
13160
|
-
} }
|
|
13167
|
+
} },
|
|
13168
|
+
userOverridableProperties: ["color"]
|
|
13161
13169
|
},
|
|
13162
13170
|
root: {
|
|
13163
13171
|
label: "root",
|
|
@@ -14710,7 +14718,8 @@ const ChipConfig = {
|
|
|
14710
14718
|
"always/accent"
|
|
14711
14719
|
]
|
|
14712
14720
|
]
|
|
14713
|
-
} }
|
|
14721
|
+
} },
|
|
14722
|
+
userOverridableProperties: ["color"]
|
|
14714
14723
|
},
|
|
14715
14724
|
root: {
|
|
14716
14725
|
label: "root",
|
|
@@ -16262,7 +16271,8 @@ const ChipConfig = {
|
|
|
16262
16271
|
"always/accent"
|
|
16263
16272
|
]
|
|
16264
16273
|
]
|
|
16265
|
-
} }
|
|
16274
|
+
} },
|
|
16275
|
+
userOverridableProperties: ["color"]
|
|
16266
16276
|
},
|
|
16267
16277
|
root: {
|
|
16268
16278
|
label: "root",
|
|
@@ -17467,7 +17477,8 @@ const ChipConfig = {
|
|
|
17467
17477
|
"md",
|
|
17468
17478
|
"lg"
|
|
17469
17479
|
]]
|
|
17470
|
-
} }
|
|
17480
|
+
} },
|
|
17481
|
+
userOverridableProperties: ["iconSize"]
|
|
17471
17482
|
},
|
|
17472
17483
|
root: {
|
|
17473
17484
|
label: "root",
|
|
@@ -18605,7 +18616,8 @@ const IconButtonConfig = {
|
|
|
18605
18616
|
"md",
|
|
18606
18617
|
"lg"
|
|
18607
18618
|
]]
|
|
18608
|
-
} }
|
|
18619
|
+
} },
|
|
18620
|
+
userOverridableProperties: ["iconSize"]
|
|
18609
18621
|
},
|
|
18610
18622
|
root: {
|
|
18611
18623
|
label: "root",
|
|
@@ -18741,7 +18753,8 @@ const InputConfig = {
|
|
|
18741
18753
|
"md",
|
|
18742
18754
|
"lg"
|
|
18743
18755
|
]]
|
|
18744
|
-
} }
|
|
18756
|
+
} },
|
|
18757
|
+
userOverridableProperties: ["iconSize"]
|
|
18745
18758
|
},
|
|
18746
18759
|
helperIcon: {
|
|
18747
18760
|
label: "helperIcon",
|
|
@@ -18759,7 +18772,8 @@ const InputConfig = {
|
|
|
18759
18772
|
"md",
|
|
18760
18773
|
"lg"
|
|
18761
18774
|
]]
|
|
18762
|
-
} }
|
|
18775
|
+
} },
|
|
18776
|
+
userOverridableProperties: ["iconSize"]
|
|
18763
18777
|
},
|
|
18764
18778
|
helperText: {
|
|
18765
18779
|
label: "helperText",
|
|
@@ -19197,7 +19211,8 @@ const InputConfig = {
|
|
|
19197
19211
|
"md",
|
|
19198
19212
|
"lg"
|
|
19199
19213
|
]]
|
|
19200
|
-
} }
|
|
19214
|
+
} },
|
|
19215
|
+
userOverridableProperties: ["iconSize"]
|
|
19201
19216
|
}
|
|
19202
19217
|
},
|
|
19203
19218
|
options: ["md", "lg"]
|
|
@@ -19579,7 +19594,8 @@ const InputConfig = {
|
|
|
19579
19594
|
"always/accent"
|
|
19580
19595
|
]
|
|
19581
19596
|
]
|
|
19582
|
-
} }
|
|
19597
|
+
} },
|
|
19598
|
+
userOverridableProperties: ["color"]
|
|
19583
19599
|
},
|
|
19584
19600
|
helperIcon: {
|
|
19585
19601
|
atomicStates: [
|
|
@@ -19949,7 +19965,8 @@ const InputConfig = {
|
|
|
19949
19965
|
"always/accent"
|
|
19950
19966
|
]
|
|
19951
19967
|
]
|
|
19952
|
-
} }
|
|
19968
|
+
} },
|
|
19969
|
+
userOverridableProperties: ["color"]
|
|
19953
19970
|
},
|
|
19954
19971
|
helperText: {
|
|
19955
19972
|
atomicStates: [
|
|
@@ -22902,7 +22919,8 @@ const InputConfig = {
|
|
|
22902
22919
|
"always/accent"
|
|
22903
22920
|
]
|
|
22904
22921
|
]
|
|
22905
|
-
} }
|
|
22922
|
+
} },
|
|
22923
|
+
userOverridableProperties: ["color"]
|
|
22906
22924
|
}
|
|
22907
22925
|
},
|
|
22908
22926
|
options: ["default"]
|
|
@@ -22954,7 +22972,8 @@ const LinkConfig = {
|
|
|
22954
22972
|
"md",
|
|
22955
22973
|
"lg"
|
|
22956
22974
|
]]
|
|
22957
|
-
} }
|
|
22975
|
+
} },
|
|
22976
|
+
userOverridableProperties: ["iconSize"]
|
|
22958
22977
|
},
|
|
22959
22978
|
root: {
|
|
22960
22979
|
label: "root",
|
|
@@ -23425,7 +23444,8 @@ const LinkConfig = {
|
|
|
23425
23444
|
"always/accent"
|
|
23426
23445
|
]
|
|
23427
23446
|
]
|
|
23428
|
-
} }
|
|
23447
|
+
} },
|
|
23448
|
+
userOverridableProperties: ["color"]
|
|
23429
23449
|
},
|
|
23430
23450
|
iconStart: {
|
|
23431
23451
|
label: "iconStart",
|
|
@@ -23794,7 +23814,8 @@ const LinkConfig = {
|
|
|
23794
23814
|
"always/accent"
|
|
23795
23815
|
]
|
|
23796
23816
|
]
|
|
23797
|
-
} }
|
|
23817
|
+
} },
|
|
23818
|
+
userOverridableProperties: ["color"]
|
|
23798
23819
|
},
|
|
23799
23820
|
root: {
|
|
23800
23821
|
label: "root",
|
|
@@ -25993,7 +26014,8 @@ const MenuItemConfig = {
|
|
|
25993
26014
|
"always/accent"
|
|
25994
26015
|
]
|
|
25995
26016
|
]
|
|
25996
|
-
} }
|
|
26017
|
+
} },
|
|
26018
|
+
userOverridableProperties: ["color"]
|
|
25997
26019
|
},
|
|
25998
26020
|
root: {
|
|
25999
26021
|
label: "root",
|
|
@@ -27098,7 +27120,8 @@ const MenuItemConfig = {
|
|
|
27098
27120
|
"always/accent"
|
|
27099
27121
|
]
|
|
27100
27122
|
]
|
|
27101
|
-
} }
|
|
27123
|
+
} },
|
|
27124
|
+
userOverridableProperties: ["color"]
|
|
27102
27125
|
},
|
|
27103
27126
|
root: {
|
|
27104
27127
|
label: "root",
|
|
@@ -27823,7 +27846,8 @@ const MenuItemConfig = {
|
|
|
27823
27846
|
"always/accent"
|
|
27824
27847
|
]
|
|
27825
27848
|
]
|
|
27826
|
-
} }
|
|
27849
|
+
} },
|
|
27850
|
+
userOverridableProperties: ["color"]
|
|
27827
27851
|
},
|
|
27828
27852
|
text: {
|
|
27829
27853
|
label: "text",
|
|
@@ -28272,7 +28296,8 @@ const MenuItemConfig = {
|
|
|
28272
28296
|
"md",
|
|
28273
28297
|
"lg"
|
|
28274
28298
|
]]
|
|
28275
|
-
} }
|
|
28299
|
+
} },
|
|
28300
|
+
userOverridableProperties: ["iconSize"]
|
|
28276
28301
|
},
|
|
28277
28302
|
root: {
|
|
28278
28303
|
label: "root",
|
|
@@ -28291,7 +28316,8 @@ const MenuItemConfig = {
|
|
|
28291
28316
|
"md",
|
|
28292
28317
|
"lg"
|
|
28293
28318
|
]]
|
|
28294
|
-
} }
|
|
28319
|
+
} },
|
|
28320
|
+
userOverridableProperties: ["iconSize"]
|
|
28295
28321
|
},
|
|
28296
28322
|
text: {
|
|
28297
28323
|
label: "text",
|
|
@@ -28469,7 +28495,8 @@ const ModalConfig = {
|
|
|
28469
28495
|
"md",
|
|
28470
28496
|
"lg"
|
|
28471
28497
|
]]
|
|
28472
|
-
} }
|
|
28498
|
+
} },
|
|
28499
|
+
userOverridableProperties: ["iconSize"]
|
|
28473
28500
|
},
|
|
28474
28501
|
closeIconContainer: {
|
|
28475
28502
|
label: "closeIconContainer",
|
|
@@ -29297,7 +29324,8 @@ const ModalConfig = {
|
|
|
29297
29324
|
"always/accent"
|
|
29298
29325
|
]
|
|
29299
29326
|
]
|
|
29300
|
-
} }
|
|
29327
|
+
} },
|
|
29328
|
+
userOverridableProperties: ["color"]
|
|
29301
29329
|
},
|
|
29302
29330
|
description: {
|
|
29303
29331
|
label: "description",
|
|
@@ -31174,7 +31202,8 @@ const PaddleNavConfig = {
|
|
|
31174
31202
|
"md",
|
|
31175
31203
|
"lg"
|
|
31176
31204
|
]]
|
|
31177
|
-
} }
|
|
31205
|
+
} },
|
|
31206
|
+
userOverridableProperties: ["iconSize"]
|
|
31178
31207
|
},
|
|
31179
31208
|
root: {
|
|
31180
31209
|
label: "root",
|
|
@@ -32185,7 +32214,8 @@ const PaddleNavConfig = {
|
|
|
32185
32214
|
"always/accent"
|
|
32186
32215
|
]
|
|
32187
32216
|
]
|
|
32188
|
-
} }
|
|
32217
|
+
} },
|
|
32218
|
+
userOverridableProperties: ["color"]
|
|
32189
32219
|
},
|
|
32190
32220
|
root: {
|
|
32191
32221
|
label: "root",
|
|
@@ -32627,7 +32657,8 @@ const PaginationConfig = {
|
|
|
32627
32657
|
"md",
|
|
32628
32658
|
"lg"
|
|
32629
32659
|
]]
|
|
32630
|
-
} }
|
|
32660
|
+
} },
|
|
32661
|
+
userOverridableProperties: ["iconSize"]
|
|
32631
32662
|
},
|
|
32632
32663
|
item: {
|
|
32633
32664
|
label: "item",
|
|
@@ -34001,7 +34032,8 @@ const PopoverConfig = {
|
|
|
34001
34032
|
"md",
|
|
34002
34033
|
"lg"
|
|
34003
34034
|
]]
|
|
34004
|
-
} }
|
|
34035
|
+
} },
|
|
34036
|
+
userOverridableProperties: ["iconSize"]
|
|
34005
34037
|
},
|
|
34006
34038
|
closeIconContainer: {
|
|
34007
34039
|
label: "closeIconContainer",
|
|
@@ -34640,7 +34672,8 @@ const PopoverConfig = {
|
|
|
34640
34672
|
"always/accent"
|
|
34641
34673
|
]
|
|
34642
34674
|
]
|
|
34643
|
-
} }
|
|
34675
|
+
} },
|
|
34676
|
+
userOverridableProperties: ["color"]
|
|
34644
34677
|
},
|
|
34645
34678
|
root: {
|
|
34646
34679
|
label: "root",
|
|
@@ -39962,7 +39995,8 @@ const SelectItemConfig = {
|
|
|
39962
39995
|
"always/accent"
|
|
39963
39996
|
]
|
|
39964
39997
|
]
|
|
39965
|
-
} }
|
|
39998
|
+
} },
|
|
39999
|
+
userOverridableProperties: ["color"]
|
|
39966
40000
|
},
|
|
39967
40001
|
root: {
|
|
39968
40002
|
label: "root",
|
|
@@ -40725,7 +40759,8 @@ const SelectItemConfig = {
|
|
|
40725
40759
|
"md",
|
|
40726
40760
|
"lg"
|
|
40727
40761
|
]]
|
|
40728
|
-
} }
|
|
40762
|
+
} },
|
|
40763
|
+
userOverridableProperties: ["iconSize"]
|
|
40729
40764
|
},
|
|
40730
40765
|
root: {
|
|
40731
40766
|
label: "root",
|
|
@@ -40744,7 +40779,8 @@ const SelectItemConfig = {
|
|
|
40744
40779
|
"md",
|
|
40745
40780
|
"lg"
|
|
40746
40781
|
]]
|
|
40747
|
-
} }
|
|
40782
|
+
} },
|
|
40783
|
+
userOverridableProperties: ["iconSize"]
|
|
40748
40784
|
},
|
|
40749
40785
|
text: {
|
|
40750
40786
|
label: "text",
|
|
@@ -40931,7 +40967,8 @@ const SwitchConfig = {
|
|
|
40931
40967
|
"md",
|
|
40932
40968
|
"lg"
|
|
40933
40969
|
]]
|
|
40934
|
-
} }
|
|
40970
|
+
} },
|
|
40971
|
+
userOverridableProperties: ["iconSize"]
|
|
40935
40972
|
},
|
|
40936
40973
|
root: {
|
|
40937
40974
|
label: "root",
|
|
@@ -42062,7 +42099,8 @@ const SwitchConfig = {
|
|
|
42062
42099
|
"muted",
|
|
42063
42100
|
"on-color"
|
|
42064
42101
|
]]
|
|
42065
|
-
} }
|
|
42102
|
+
} },
|
|
42103
|
+
userOverridableProperties: ["color"]
|
|
42066
42104
|
},
|
|
42067
42105
|
root: {
|
|
42068
42106
|
label: "root",
|
|
@@ -43223,7 +43261,8 @@ const TabConfig = {
|
|
|
43223
43261
|
"md",
|
|
43224
43262
|
"lg"
|
|
43225
43263
|
]]
|
|
43226
|
-
} }
|
|
43264
|
+
} },
|
|
43265
|
+
userOverridableProperties: ["iconSize"]
|
|
43227
43266
|
},
|
|
43228
43267
|
root: {
|
|
43229
43268
|
label: "root",
|
|
@@ -43789,7 +43828,8 @@ const TabConfig = {
|
|
|
43789
43828
|
"always/accent"
|
|
43790
43829
|
]
|
|
43791
43830
|
]
|
|
43792
|
-
} }
|
|
43831
|
+
} },
|
|
43832
|
+
userOverridableProperties: ["color"]
|
|
43793
43833
|
},
|
|
43794
43834
|
root: {
|
|
43795
43835
|
label: "root",
|
|
@@ -46417,7 +46457,8 @@ const ToastConfig = {
|
|
|
46417
46457
|
"md",
|
|
46418
46458
|
"lg"
|
|
46419
46459
|
]]
|
|
46420
|
-
} }
|
|
46460
|
+
} },
|
|
46461
|
+
userOverridableProperties: ["iconSize"]
|
|
46421
46462
|
},
|
|
46422
46463
|
icon: {
|
|
46423
46464
|
label: "icon",
|
|
@@ -46432,7 +46473,8 @@ const ToastConfig = {
|
|
|
46432
46473
|
"md",
|
|
46433
46474
|
"lg"
|
|
46434
46475
|
]]
|
|
46435
|
-
} }
|
|
46476
|
+
} },
|
|
46477
|
+
userOverridableProperties: ["iconSize"]
|
|
46436
46478
|
},
|
|
46437
46479
|
label: {
|
|
46438
46480
|
label: "label",
|
|
@@ -47099,7 +47141,8 @@ const ToastConfig = {
|
|
|
47099
47141
|
"always/accent"
|
|
47100
47142
|
]
|
|
47101
47143
|
]
|
|
47102
|
-
} }
|
|
47144
|
+
} },
|
|
47145
|
+
userOverridableProperties: ["color"]
|
|
47103
47146
|
},
|
|
47104
47147
|
icon: {
|
|
47105
47148
|
label: "icon",
|
|
@@ -47487,7 +47530,8 @@ const ToastConfig = {
|
|
|
47487
47530
|
"multicolor"
|
|
47488
47531
|
]]
|
|
47489
47532
|
}
|
|
47490
|
-
}
|
|
47533
|
+
},
|
|
47534
|
+
userOverridableProperties: ["color"]
|
|
47491
47535
|
},
|
|
47492
47536
|
root: {
|
|
47493
47537
|
label: "root",
|
|
@@ -48420,7 +48464,8 @@ const TooltipConfig = {
|
|
|
48420
48464
|
"md",
|
|
48421
48465
|
"lg"
|
|
48422
48466
|
]]
|
|
48423
|
-
} }
|
|
48467
|
+
} },
|
|
48468
|
+
userOverridableProperties: ["iconSize"]
|
|
48424
48469
|
},
|
|
48425
48470
|
root: {
|
|
48426
48471
|
label: "root",
|
|
@@ -49055,7 +49100,8 @@ const TooltipConfig = {
|
|
|
49055
49100
|
"always/accent"
|
|
49056
49101
|
]
|
|
49057
49102
|
]
|
|
49058
|
-
} }
|
|
49103
|
+
} },
|
|
49104
|
+
userOverridableProperties: ["color"]
|
|
49059
49105
|
},
|
|
49060
49106
|
root: {
|
|
49061
49107
|
label: "root",
|