@yahoo/uds 3.138.0 → 3.140.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/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 +1 -1
- package/dist/automated-config/dist/utils/index.js +1 -1
- package/dist/components/Box.cjs +1 -1
- package/dist/components/Box.js +1 -1
- 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/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/config/dist/index.cjs +14 -2
- package/dist/config/dist/index.js +14 -2
- package/dist/css-tokens/dist/index.cjs +2 -0
- package/dist/css-tokens/dist/index.d.cts +2 -1
- package/dist/css-tokens/dist/index.d.ts +2 -1
- package/dist/css-tokens/dist/index.js +2 -1
- package/dist/fixtures/dist/index.cjs +4 -2
- package/dist/fixtures/dist/index.d.cts +3 -2
- package/dist/fixtures/dist/index.d.ts +3 -2
- package/dist/fixtures/dist/index.js +4 -3
- package/dist/fixtures/index.cjs +1 -0
- package/dist/fixtures/index.d.cts +2 -2
- package/dist/fixtures/index.d.ts +2 -2
- package/dist/fixtures/index.js +2 -2
- package/dist/index.cjs +2 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/styles/styler.d.cts +38 -38
- package/dist/styles/styler.d.ts +38 -38
- package/dist/styles/variants.cjs +7 -1
- package/dist/styles/variants.d.cts +6 -0
- package/dist/styles/variants.d.ts +6 -0
- package/dist/styles/variants.js +7 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +14 -2
- package/dist/tailwind/dist/config/dist/index.js +14 -2
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/css-tokens/dist/index.cjs +2 -0
- package/dist/tailwind/dist/css-tokens/dist/index.js +2 -1
- package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -1
- package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.cjs +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/tailwind/dist/types/dist/index.d.cts +3 -0
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts +3 -0
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tailwind/dist/utils/parseTokens.cjs +9 -0
- package/dist/tailwind/dist/utils/parseTokens.d.cts.map +1 -1
- package/dist/tailwind/dist/utils/parseTokens.d.ts.map +1 -1
- package/dist/tailwind/dist/utils/parseTokens.js +10 -1
- package/dist/tailwind/dist/utils/parseTokens.js.map +1 -1
- package/dist/tokens/automation/index.cjs +1 -1
- package/dist/tokens/automation/index.js +1 -1
- package/dist/tokens/consts/cssTokens.cjs +1 -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 -1
- package/dist/tokens/index.d.cts +3 -3
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +3 -3
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +4 -2
- package/dist/types/dist/index.d.ts +4 -2
- package/dist/uds/generated/componentData.cjs +1579 -1578
- package/dist/uds/generated/componentData.js +1579 -1578
- package/dist/uds/generated/tailwindPurge.cjs +21 -3
- package/dist/uds/generated/tailwindPurge.js +21 -3
- package/dist/uds/package.cjs +2 -2
- package/dist/uds/package.js +2 -2
- package/generated/componentData.json +1953 -1952
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +3 -3
|
@@ -1453,7 +1453,13 @@ const componentToVariants = {
|
|
|
1453
1453
|
"md-invert",
|
|
1454
1454
|
"lg-invert",
|
|
1455
1455
|
"xl-invert",
|
|
1456
|
-
"2xl-invert"
|
|
1456
|
+
"2xl-invert",
|
|
1457
|
+
"elevation-0",
|
|
1458
|
+
"elevation-1",
|
|
1459
|
+
"elevation-2",
|
|
1460
|
+
"elevation-3",
|
|
1461
|
+
"elevation-4",
|
|
1462
|
+
"elevation-5"
|
|
1457
1463
|
]],
|
|
1458
1464
|
["nestedBorderRadius", [
|
|
1459
1465
|
"true",
|
|
@@ -2689,7 +2695,13 @@ const componentToVariants = {
|
|
|
2689
2695
|
"md-invert",
|
|
2690
2696
|
"lg-invert",
|
|
2691
2697
|
"xl-invert",
|
|
2692
|
-
"2xl-invert"
|
|
2698
|
+
"2xl-invert",
|
|
2699
|
+
"elevation-0",
|
|
2700
|
+
"elevation-1",
|
|
2701
|
+
"elevation-2",
|
|
2702
|
+
"elevation-3",
|
|
2703
|
+
"elevation-4",
|
|
2704
|
+
"elevation-5"
|
|
2693
2705
|
]],
|
|
2694
2706
|
["nestedBorderRadius", [
|
|
2695
2707
|
"true",
|
|
@@ -3888,7 +3900,13 @@ const componentToVariants = {
|
|
|
3888
3900
|
"md-invert",
|
|
3889
3901
|
"lg-invert",
|
|
3890
3902
|
"xl-invert",
|
|
3891
|
-
"2xl-invert"
|
|
3903
|
+
"2xl-invert",
|
|
3904
|
+
"elevation-0",
|
|
3905
|
+
"elevation-1",
|
|
3906
|
+
"elevation-2",
|
|
3907
|
+
"elevation-3",
|
|
3908
|
+
"elevation-4",
|
|
3909
|
+
"elevation-5"
|
|
3892
3910
|
]],
|
|
3893
3911
|
["nestedBorderRadius", [
|
|
3894
3912
|
"true",
|
|
@@ -1453,7 +1453,13 @@ const componentToVariants = {
|
|
|
1453
1453
|
"md-invert",
|
|
1454
1454
|
"lg-invert",
|
|
1455
1455
|
"xl-invert",
|
|
1456
|
-
"2xl-invert"
|
|
1456
|
+
"2xl-invert",
|
|
1457
|
+
"elevation-0",
|
|
1458
|
+
"elevation-1",
|
|
1459
|
+
"elevation-2",
|
|
1460
|
+
"elevation-3",
|
|
1461
|
+
"elevation-4",
|
|
1462
|
+
"elevation-5"
|
|
1457
1463
|
]],
|
|
1458
1464
|
["nestedBorderRadius", [
|
|
1459
1465
|
"true",
|
|
@@ -2689,7 +2695,13 @@ const componentToVariants = {
|
|
|
2689
2695
|
"md-invert",
|
|
2690
2696
|
"lg-invert",
|
|
2691
2697
|
"xl-invert",
|
|
2692
|
-
"2xl-invert"
|
|
2698
|
+
"2xl-invert",
|
|
2699
|
+
"elevation-0",
|
|
2700
|
+
"elevation-1",
|
|
2701
|
+
"elevation-2",
|
|
2702
|
+
"elevation-3",
|
|
2703
|
+
"elevation-4",
|
|
2704
|
+
"elevation-5"
|
|
2693
2705
|
]],
|
|
2694
2706
|
["nestedBorderRadius", [
|
|
2695
2707
|
"true",
|
|
@@ -3888,7 +3900,13 @@ const componentToVariants = {
|
|
|
3888
3900
|
"md-invert",
|
|
3889
3901
|
"lg-invert",
|
|
3890
3902
|
"xl-invert",
|
|
3891
|
-
"2xl-invert"
|
|
3903
|
+
"2xl-invert",
|
|
3904
|
+
"elevation-0",
|
|
3905
|
+
"elevation-1",
|
|
3906
|
+
"elevation-2",
|
|
3907
|
+
"elevation-3",
|
|
3908
|
+
"elevation-4",
|
|
3909
|
+
"elevation-5"
|
|
3892
3910
|
]],
|
|
3893
3911
|
["nestedBorderRadius", [
|
|
3894
3912
|
"true",
|
package/dist/uds/package.cjs
CHANGED
|
@@ -240,10 +240,10 @@ var package_default = {
|
|
|
240
240
|
"tailwind-merge": "^2.6.0",
|
|
241
241
|
"ts-morph": "^26.0.0",
|
|
242
242
|
"type-fest": "^5.5.0",
|
|
243
|
-
"uuid": "^
|
|
243
|
+
"uuid": "^14.0.0"
|
|
244
244
|
},
|
|
245
245
|
devDependencies: {
|
|
246
|
-
"@next/env": "^16.2.
|
|
246
|
+
"@next/env": "^16.2.4",
|
|
247
247
|
"@optimize-lodash/transform": "^3.0.6",
|
|
248
248
|
"@types/bun": "1.3.11",
|
|
249
249
|
"@types/lodash": "^4.17.24",
|
package/dist/uds/package.js
CHANGED
|
@@ -240,10 +240,10 @@ var package_default = {
|
|
|
240
240
|
"tailwind-merge": "^2.6.0",
|
|
241
241
|
"ts-morph": "^26.0.0",
|
|
242
242
|
"type-fest": "^5.5.0",
|
|
243
|
-
"uuid": "^
|
|
243
|
+
"uuid": "^14.0.0"
|
|
244
244
|
},
|
|
245
245
|
devDependencies: {
|
|
246
|
-
"@next/env": "^16.2.
|
|
246
|
+
"@next/env": "^16.2.4",
|
|
247
247
|
"@optimize-lodash/transform": "^3.0.6",
|
|
248
248
|
"@types/bun": "1.3.11",
|
|
249
249
|
"@types/lodash": "^4.17.24",
|