@yahoo/uds 3.117.6 → 3.118.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/autoVariants.cjs +1 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +1 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +1 -0
- package/dist/automated-config/dist/generated/autoVariants.js +1 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +370 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +16 -2
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +16 -2
- package/dist/automated-config/dist/generated/generatedConfigs.js +370 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +5 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +5 -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/components/client/BottomSheet/BottomSheet.cjs +2 -1
- package/dist/components/client/BottomSheet/BottomSheet.js +2 -1
- package/dist/components/client/BottomSheet/BottomSheetHandle.cjs +3 -2
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +4 -1
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +4 -1
- package/dist/components/client/BottomSheet/BottomSheetHandle.js +4 -3
- 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 +7 -2
- package/dist/config/dist/index.js +7 -2
- package/dist/styles/styler.d.cts +10 -9
- package/dist/styles/styler.d.ts +10 -9
- package/dist/styles/variants.d.cts +3 -0
- package/dist/styles/variants.d.ts +3 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +1 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +1 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +370 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +370 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +7 -2
- package/dist/tailwind/dist/config/dist/index.js +7 -2
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/uds/generated/componentData.cjs +1209 -1210
- package/dist/uds/generated/componentData.js +1209 -1210
- package/dist/uds/generated/tailwindPurge.cjs +7 -6
- package/dist/uds/generated/tailwindPurge.js +7 -6
- package/generated/componentData.json +1685 -1680
- package/generated/tailwindPurge.ts +2 -2
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
//#region ../config/dist/index.js
|
|
4
4
|
/*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
|
|
5
|
-
const LATEST_MIGRATION_VERSION = "v0.
|
|
5
|
+
const LATEST_MIGRATION_VERSION = "v0.87.0";
|
|
6
6
|
/**
|
|
7
7
|
* NOTE: If you're building a feature with a migration,
|
|
8
8
|
* this type will likely throw. You can regenerate yosConfig
|
|
@@ -889,6 +889,11 @@ const defaultTokensConfig = {
|
|
|
889
889
|
bottomSheet: {
|
|
890
890
|
defaults: { variant: "default" },
|
|
891
891
|
variables: {
|
|
892
|
+
"variant/default/handleIndicator": { backgroundColor: { rest: {
|
|
893
|
+
type: "backgroundPaletteColors",
|
|
894
|
+
value: "accent",
|
|
895
|
+
valueType: "alias"
|
|
896
|
+
} } },
|
|
892
897
|
"variant/default/header": {
|
|
893
898
|
color: { rest: {
|
|
894
899
|
type: "foregroundPaletteColors",
|
|
@@ -27049,7 +27054,7 @@ const defaultTokensConfig = {
|
|
|
27049
27054
|
}
|
|
27050
27055
|
}
|
|
27051
27056
|
},
|
|
27052
|
-
version: "v0.
|
|
27057
|
+
version: "v0.87.0",
|
|
27053
27058
|
version: LATEST_MIGRATION_VERSION
|
|
27054
27059
|
};
|
|
27055
27060
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
2
2
|
//#region ../config/dist/index.js
|
|
3
3
|
/*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
|
|
4
|
-
const LATEST_MIGRATION_VERSION = "v0.
|
|
4
|
+
const LATEST_MIGRATION_VERSION = "v0.87.0";
|
|
5
5
|
/**
|
|
6
6
|
* NOTE: If you're building a feature with a migration,
|
|
7
7
|
* this type will likely throw. You can regenerate yosConfig
|
|
@@ -888,6 +888,11 @@ const defaultTokensConfig = {
|
|
|
888
888
|
bottomSheet: {
|
|
889
889
|
defaults: { variant: "default" },
|
|
890
890
|
variables: {
|
|
891
|
+
"variant/default/handleIndicator": { backgroundColor: { rest: {
|
|
892
|
+
type: "backgroundPaletteColors",
|
|
893
|
+
value: "accent",
|
|
894
|
+
valueType: "alias"
|
|
895
|
+
} } },
|
|
891
896
|
"variant/default/header": {
|
|
892
897
|
color: { rest: {
|
|
893
898
|
type: "foregroundPaletteColors",
|
|
@@ -27048,7 +27053,7 @@ const defaultTokensConfig = {
|
|
|
27048
27053
|
}
|
|
27049
27054
|
}
|
|
27050
27055
|
},
|
|
27051
|
-
version: "v0.
|
|
27056
|
+
version: "v0.87.0",
|
|
27052
27057
|
version: LATEST_MIGRATION_VERSION
|
|
27053
27058
|
};
|
|
27054
27059
|
|