@yahoo/uds 3.131.0 → 3.132.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/Banner/Banner.cjs +5 -2
- package/dist/components/Banner/Banner.d.cts +9 -0
- package/dist/components/Banner/Banner.d.ts +9 -0
- package/dist/components/Banner/Banner.js +5 -2
- package/dist/components/Divider/Divider.d.cts +2 -2
- package/dist/components/Divider/Divider.d.ts +2 -2
- package/dist/components/Divider/DividerCore.cjs +17 -10
- package/dist/components/Divider/DividerCore.d.cts +10 -4
- package/dist/components/Divider/DividerCore.d.ts +10 -4
- package/dist/components/Divider/DividerCore.js +17 -10
- package/dist/components/Divider/DividerInternal.cjs +15 -11
- package/dist/components/Divider/DividerInternal.js +15 -11
- package/dist/components/Link.cjs +13 -6
- package/dist/components/Link.d.cts +10 -0
- package/dist/components/Link.d.ts +10 -0
- package/dist/components/Link.js +13 -6
- package/dist/components/client/Badge.cjs +10 -4
- package/dist/components/client/Badge.d.cts +12 -1
- package/dist/components/client/Badge.d.ts +12 -1
- package/dist/components/client/Badge.js +10 -4
- package/dist/components/client/Button.cjs +20 -9
- package/dist/components/client/Button.d.cts +12 -1
- package/dist/components/client/Button.d.ts +12 -1
- package/dist/components/client/Button.js +20 -9
- package/dist/components/client/Checkbox.cjs +14 -6
- package/dist/components/client/Checkbox.d.cts +9 -4
- package/dist/components/client/Checkbox.d.ts +9 -4
- package/dist/components/client/Checkbox.js +14 -6
- package/dist/components/client/Chip/Chip.d.cts +1 -1
- package/dist/components/client/Chip/Chip.d.ts +1 -1
- package/dist/components/client/IconButton.cjs +4 -2
- package/dist/components/client/IconButton.d.cts +10 -2
- package/dist/components/client/IconButton.d.ts +10 -2
- package/dist/components/client/IconButton.js +4 -2
- package/dist/components/client/Input/Input.cjs +16 -6
- package/dist/components/client/Input/Input.d.cts +3 -0
- package/dist/components/client/Input/Input.d.ts +3 -0
- package/dist/components/client/Input/Input.js +17 -7
- package/dist/components/client/Input/InputHelpTextInternal.cjs +16 -6
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +10 -0
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +10 -0
- package/dist/components/client/Input/InputHelpTextInternal.js +16 -6
- package/dist/components/client/Menu/Menu.Content.cjs +2 -1
- package/dist/components/client/Menu/Menu.Content.d.cts +7 -0
- package/dist/components/client/Menu/Menu.Content.d.ts +7 -0
- package/dist/components/client/Menu/Menu.Content.js +2 -1
- package/dist/components/client/Menu/Menu.Divider.cjs +8 -10
- package/dist/components/client/Menu/Menu.Divider.js +8 -10
- package/dist/components/client/Menu/Menu.Item.cjs +23 -14
- package/dist/components/client/Menu/Menu.Item.d.cts +11 -0
- package/dist/components/client/Menu/Menu.Item.d.ts +11 -0
- package/dist/components/client/Menu/Menu.Item.js +24 -15
- package/dist/components/client/Menu/Menu.ItemBase.cjs +17 -9
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +9 -5
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +9 -5
- package/dist/components/client/Menu/Menu.ItemBase.js +17 -9
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +10 -10
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +10 -10
- package/dist/components/client/Popover/PopoverContent.cjs +4 -1
- package/dist/components/client/Popover/PopoverContent.d.cts +3 -0
- package/dist/components/client/Popover/PopoverContent.d.ts +3 -0
- package/dist/components/client/Popover/PopoverContent.js +4 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Radio/Radio.cjs +18 -15
- package/dist/components/client/Radio/Radio.d.cts +9 -4
- package/dist/components/client/Radio/Radio.d.ts +9 -4
- package/dist/components/client/Radio/Radio.js +18 -15
- package/dist/components/client/Switch.cjs +14 -6
- package/dist/components/client/Switch.d.cts +9 -5
- package/dist/components/client/Switch.d.ts +9 -5
- package/dist/components/client/Switch.js +14 -6
- package/dist/components/client/Tabs/Tab.cjs +11 -5
- package/dist/components/client/Tabs/Tab.d.cts +14 -3
- package/dist/components/client/Tabs/Tab.d.ts +14 -3
- package/dist/components/client/Tabs/Tab.js +11 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/components/client/Tooltip/TooltipContent.cjs +9 -3
- package/dist/components/client/Tooltip/TooltipContent.d.cts +14 -2
- package/dist/components/client/Tooltip/TooltipContent.d.ts +14 -2
- package/dist/components/client/Tooltip/TooltipContent.js +9 -3
- package/dist/components/experimental/client/SwitchV2.cjs +14 -6
- package/dist/components/experimental/client/SwitchV2.d.cts +9 -5
- package/dist/components/experimental/client/SwitchV2.d.ts +9 -5
- package/dist/components/experimental/client/SwitchV2.js +14 -6
- package/dist/components/index.d.cts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/styles/styler.d.cts +65 -65
- package/dist/styles/styler.d.ts +65 -65
- package/dist/types/dist/index.d.cts +3 -3
- package/dist/types/dist/index.d.ts +3 -3
- package/dist/uds/generated/componentData.cjs +1485 -1482
- package/dist/uds/generated/componentData.js +1485 -1482
- package/dist/uds/generated/tailwindPurge.cjs +73 -73
- package/dist/uds/generated/tailwindPurge.js +73 -73
- package/generated/componentData.json +2039 -2030
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -431,6 +431,34 @@ const componentToVariants = {
|
|
|
431
431
|
"auto",
|
|
432
432
|
"initial"
|
|
433
433
|
]],
|
|
434
|
+
["color", [
|
|
435
|
+
"accent",
|
|
436
|
+
"alert",
|
|
437
|
+
"alert-secondary",
|
|
438
|
+
"brand",
|
|
439
|
+
"brand-secondary",
|
|
440
|
+
"positive",
|
|
441
|
+
"positive-secondary",
|
|
442
|
+
"warning",
|
|
443
|
+
"warning-secondary",
|
|
444
|
+
"info",
|
|
445
|
+
"info-secondary",
|
|
446
|
+
"muted",
|
|
447
|
+
"on-color",
|
|
448
|
+
"primary",
|
|
449
|
+
"secondary",
|
|
450
|
+
"tertiary",
|
|
451
|
+
"white",
|
|
452
|
+
"black",
|
|
453
|
+
"transparent",
|
|
454
|
+
"current",
|
|
455
|
+
"always/white",
|
|
456
|
+
"always/black",
|
|
457
|
+
"always/transparent",
|
|
458
|
+
"always/current",
|
|
459
|
+
"always/brand",
|
|
460
|
+
"always/accent"
|
|
461
|
+
]],
|
|
434
462
|
["justifyContent", [
|
|
435
463
|
"center",
|
|
436
464
|
"flex-start",
|
|
@@ -1418,34 +1446,6 @@ const componentToVariants = {
|
|
|
1418
1446
|
"true",
|
|
1419
1447
|
"first",
|
|
1420
1448
|
"last"
|
|
1421
|
-
]],
|
|
1422
|
-
["color", [
|
|
1423
|
-
"accent",
|
|
1424
|
-
"alert",
|
|
1425
|
-
"alert-secondary",
|
|
1426
|
-
"brand",
|
|
1427
|
-
"brand-secondary",
|
|
1428
|
-
"positive",
|
|
1429
|
-
"positive-secondary",
|
|
1430
|
-
"warning",
|
|
1431
|
-
"warning-secondary",
|
|
1432
|
-
"info",
|
|
1433
|
-
"info-secondary",
|
|
1434
|
-
"muted",
|
|
1435
|
-
"on-color",
|
|
1436
|
-
"primary",
|
|
1437
|
-
"secondary",
|
|
1438
|
-
"tertiary",
|
|
1439
|
-
"white",
|
|
1440
|
-
"black",
|
|
1441
|
-
"transparent",
|
|
1442
|
-
"current",
|
|
1443
|
-
"always/white",
|
|
1444
|
-
"always/black",
|
|
1445
|
-
"always/transparent",
|
|
1446
|
-
"always/current",
|
|
1447
|
-
"always/brand",
|
|
1448
|
-
"always/accent"
|
|
1449
1449
|
]]
|
|
1450
1450
|
],
|
|
1451
1451
|
"Button": [["width", ["full"]]],
|
|
@@ -2778,51 +2778,6 @@ const componentToVariants = {
|
|
|
2778
2778
|
"always/brand",
|
|
2779
2779
|
"always/accent"
|
|
2780
2780
|
]],
|
|
2781
|
-
["spacingStart", [
|
|
2782
|
-
"0.5",
|
|
2783
|
-
"0",
|
|
2784
|
-
"1",
|
|
2785
|
-
"2",
|
|
2786
|
-
"3",
|
|
2787
|
-
"4",
|
|
2788
|
-
"5",
|
|
2789
|
-
"6",
|
|
2790
|
-
"7",
|
|
2791
|
-
"8",
|
|
2792
|
-
"9",
|
|
2793
|
-
"10",
|
|
2794
|
-
"11",
|
|
2795
|
-
"12",
|
|
2796
|
-
"14",
|
|
2797
|
-
"16",
|
|
2798
|
-
"20",
|
|
2799
|
-
"24",
|
|
2800
|
-
"28",
|
|
2801
|
-
"32",
|
|
2802
|
-
"36",
|
|
2803
|
-
"40",
|
|
2804
|
-
"44",
|
|
2805
|
-
"48",
|
|
2806
|
-
"52",
|
|
2807
|
-
"56",
|
|
2808
|
-
"60",
|
|
2809
|
-
"64",
|
|
2810
|
-
"72",
|
|
2811
|
-
"80",
|
|
2812
|
-
"96",
|
|
2813
|
-
"px",
|
|
2814
|
-
"1.5",
|
|
2815
|
-
"2.5",
|
|
2816
|
-
"3.5",
|
|
2817
|
-
"4.5",
|
|
2818
|
-
"5.5"
|
|
2819
|
-
]],
|
|
2820
|
-
["textAlign", [
|
|
2821
|
-
"center",
|
|
2822
|
-
"justify",
|
|
2823
|
-
"start",
|
|
2824
|
-
"end"
|
|
2825
|
-
]],
|
|
2826
2781
|
["height", [
|
|
2827
2782
|
"full",
|
|
2828
2783
|
"fit",
|
|
@@ -3458,6 +3413,45 @@ const componentToVariants = {
|
|
|
3458
3413
|
"4.5",
|
|
3459
3414
|
"5.5"
|
|
3460
3415
|
]],
|
|
3416
|
+
["spacingStart", [
|
|
3417
|
+
"0",
|
|
3418
|
+
"1",
|
|
3419
|
+
"2",
|
|
3420
|
+
"3",
|
|
3421
|
+
"4",
|
|
3422
|
+
"5",
|
|
3423
|
+
"6",
|
|
3424
|
+
"7",
|
|
3425
|
+
"8",
|
|
3426
|
+
"9",
|
|
3427
|
+
"10",
|
|
3428
|
+
"11",
|
|
3429
|
+
"12",
|
|
3430
|
+
"14",
|
|
3431
|
+
"16",
|
|
3432
|
+
"20",
|
|
3433
|
+
"24",
|
|
3434
|
+
"28",
|
|
3435
|
+
"32",
|
|
3436
|
+
"36",
|
|
3437
|
+
"40",
|
|
3438
|
+
"44",
|
|
3439
|
+
"48",
|
|
3440
|
+
"52",
|
|
3441
|
+
"56",
|
|
3442
|
+
"60",
|
|
3443
|
+
"64",
|
|
3444
|
+
"72",
|
|
3445
|
+
"80",
|
|
3446
|
+
"96",
|
|
3447
|
+
"px",
|
|
3448
|
+
"0.5",
|
|
3449
|
+
"1.5",
|
|
3450
|
+
"2.5",
|
|
3451
|
+
"3.5",
|
|
3452
|
+
"4.5",
|
|
3453
|
+
"5.5"
|
|
3454
|
+
]],
|
|
3461
3455
|
["spacingTop", [
|
|
3462
3456
|
"0",
|
|
3463
3457
|
"1",
|
|
@@ -4215,6 +4209,12 @@ const componentToVariants = {
|
|
|
4215
4209
|
"ui5/emphasized",
|
|
4216
4210
|
"ui6/emphasized"
|
|
4217
4211
|
]],
|
|
4212
|
+
["textAlign", [
|
|
4213
|
+
"center",
|
|
4214
|
+
"justify",
|
|
4215
|
+
"start",
|
|
4216
|
+
"end"
|
|
4217
|
+
]],
|
|
4218
4218
|
["textTransform", [
|
|
4219
4219
|
"display1",
|
|
4220
4220
|
"display2",
|
|
@@ -430,6 +430,34 @@ const componentToVariants = {
|
|
|
430
430
|
"auto",
|
|
431
431
|
"initial"
|
|
432
432
|
]],
|
|
433
|
+
["color", [
|
|
434
|
+
"accent",
|
|
435
|
+
"alert",
|
|
436
|
+
"alert-secondary",
|
|
437
|
+
"brand",
|
|
438
|
+
"brand-secondary",
|
|
439
|
+
"positive",
|
|
440
|
+
"positive-secondary",
|
|
441
|
+
"warning",
|
|
442
|
+
"warning-secondary",
|
|
443
|
+
"info",
|
|
444
|
+
"info-secondary",
|
|
445
|
+
"muted",
|
|
446
|
+
"on-color",
|
|
447
|
+
"primary",
|
|
448
|
+
"secondary",
|
|
449
|
+
"tertiary",
|
|
450
|
+
"white",
|
|
451
|
+
"black",
|
|
452
|
+
"transparent",
|
|
453
|
+
"current",
|
|
454
|
+
"always/white",
|
|
455
|
+
"always/black",
|
|
456
|
+
"always/transparent",
|
|
457
|
+
"always/current",
|
|
458
|
+
"always/brand",
|
|
459
|
+
"always/accent"
|
|
460
|
+
]],
|
|
433
461
|
["justifyContent", [
|
|
434
462
|
"center",
|
|
435
463
|
"flex-start",
|
|
@@ -1417,34 +1445,6 @@ const componentToVariants = {
|
|
|
1417
1445
|
"true",
|
|
1418
1446
|
"first",
|
|
1419
1447
|
"last"
|
|
1420
|
-
]],
|
|
1421
|
-
["color", [
|
|
1422
|
-
"accent",
|
|
1423
|
-
"alert",
|
|
1424
|
-
"alert-secondary",
|
|
1425
|
-
"brand",
|
|
1426
|
-
"brand-secondary",
|
|
1427
|
-
"positive",
|
|
1428
|
-
"positive-secondary",
|
|
1429
|
-
"warning",
|
|
1430
|
-
"warning-secondary",
|
|
1431
|
-
"info",
|
|
1432
|
-
"info-secondary",
|
|
1433
|
-
"muted",
|
|
1434
|
-
"on-color",
|
|
1435
|
-
"primary",
|
|
1436
|
-
"secondary",
|
|
1437
|
-
"tertiary",
|
|
1438
|
-
"white",
|
|
1439
|
-
"black",
|
|
1440
|
-
"transparent",
|
|
1441
|
-
"current",
|
|
1442
|
-
"always/white",
|
|
1443
|
-
"always/black",
|
|
1444
|
-
"always/transparent",
|
|
1445
|
-
"always/current",
|
|
1446
|
-
"always/brand",
|
|
1447
|
-
"always/accent"
|
|
1448
1448
|
]]
|
|
1449
1449
|
],
|
|
1450
1450
|
"Button": [["width", ["full"]]],
|
|
@@ -2777,51 +2777,6 @@ const componentToVariants = {
|
|
|
2777
2777
|
"always/brand",
|
|
2778
2778
|
"always/accent"
|
|
2779
2779
|
]],
|
|
2780
|
-
["spacingStart", [
|
|
2781
|
-
"0.5",
|
|
2782
|
-
"0",
|
|
2783
|
-
"1",
|
|
2784
|
-
"2",
|
|
2785
|
-
"3",
|
|
2786
|
-
"4",
|
|
2787
|
-
"5",
|
|
2788
|
-
"6",
|
|
2789
|
-
"7",
|
|
2790
|
-
"8",
|
|
2791
|
-
"9",
|
|
2792
|
-
"10",
|
|
2793
|
-
"11",
|
|
2794
|
-
"12",
|
|
2795
|
-
"14",
|
|
2796
|
-
"16",
|
|
2797
|
-
"20",
|
|
2798
|
-
"24",
|
|
2799
|
-
"28",
|
|
2800
|
-
"32",
|
|
2801
|
-
"36",
|
|
2802
|
-
"40",
|
|
2803
|
-
"44",
|
|
2804
|
-
"48",
|
|
2805
|
-
"52",
|
|
2806
|
-
"56",
|
|
2807
|
-
"60",
|
|
2808
|
-
"64",
|
|
2809
|
-
"72",
|
|
2810
|
-
"80",
|
|
2811
|
-
"96",
|
|
2812
|
-
"px",
|
|
2813
|
-
"1.5",
|
|
2814
|
-
"2.5",
|
|
2815
|
-
"3.5",
|
|
2816
|
-
"4.5",
|
|
2817
|
-
"5.5"
|
|
2818
|
-
]],
|
|
2819
|
-
["textAlign", [
|
|
2820
|
-
"center",
|
|
2821
|
-
"justify",
|
|
2822
|
-
"start",
|
|
2823
|
-
"end"
|
|
2824
|
-
]],
|
|
2825
2780
|
["height", [
|
|
2826
2781
|
"full",
|
|
2827
2782
|
"fit",
|
|
@@ -3457,6 +3412,45 @@ const componentToVariants = {
|
|
|
3457
3412
|
"4.5",
|
|
3458
3413
|
"5.5"
|
|
3459
3414
|
]],
|
|
3415
|
+
["spacingStart", [
|
|
3416
|
+
"0",
|
|
3417
|
+
"1",
|
|
3418
|
+
"2",
|
|
3419
|
+
"3",
|
|
3420
|
+
"4",
|
|
3421
|
+
"5",
|
|
3422
|
+
"6",
|
|
3423
|
+
"7",
|
|
3424
|
+
"8",
|
|
3425
|
+
"9",
|
|
3426
|
+
"10",
|
|
3427
|
+
"11",
|
|
3428
|
+
"12",
|
|
3429
|
+
"14",
|
|
3430
|
+
"16",
|
|
3431
|
+
"20",
|
|
3432
|
+
"24",
|
|
3433
|
+
"28",
|
|
3434
|
+
"32",
|
|
3435
|
+
"36",
|
|
3436
|
+
"40",
|
|
3437
|
+
"44",
|
|
3438
|
+
"48",
|
|
3439
|
+
"52",
|
|
3440
|
+
"56",
|
|
3441
|
+
"60",
|
|
3442
|
+
"64",
|
|
3443
|
+
"72",
|
|
3444
|
+
"80",
|
|
3445
|
+
"96",
|
|
3446
|
+
"px",
|
|
3447
|
+
"0.5",
|
|
3448
|
+
"1.5",
|
|
3449
|
+
"2.5",
|
|
3450
|
+
"3.5",
|
|
3451
|
+
"4.5",
|
|
3452
|
+
"5.5"
|
|
3453
|
+
]],
|
|
3460
3454
|
["spacingTop", [
|
|
3461
3455
|
"0",
|
|
3462
3456
|
"1",
|
|
@@ -4214,6 +4208,12 @@ const componentToVariants = {
|
|
|
4214
4208
|
"ui5/emphasized",
|
|
4215
4209
|
"ui6/emphasized"
|
|
4216
4210
|
]],
|
|
4211
|
+
["textAlign", [
|
|
4212
|
+
"center",
|
|
4213
|
+
"justify",
|
|
4214
|
+
"start",
|
|
4215
|
+
"end"
|
|
4216
|
+
]],
|
|
4217
4217
|
["textTransform", [
|
|
4218
4218
|
"display1",
|
|
4219
4219
|
"display2",
|