@yahoo/uds 3.105.1 → 3.106.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/properties.cjs +2 -5
- package/dist/automated-config/dist/properties.js +2 -5
- 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 +17 -2
- package/dist/automated-config/dist/utils/index.js +17 -2
- package/dist/components/client/Chip/ChipBase.cjs +1 -1
- package/dist/components/client/Chip/ChipBase.js +1 -1
- package/dist/components/client/Chip/ChipButton.cjs +1 -1
- package/dist/components/client/Chip/ChipButton.js +2 -2
- package/dist/components/client/Chip/ChipLink.cjs +2 -2
- package/dist/components/client/Chip/ChipLink.js +3 -3
- package/dist/components/client/Chip/ChipToggle.cjs +1 -1
- package/dist/components/client/Chip/ChipToggle.js +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/styles/styler.d.cts +49 -49
- package/dist/styles/styler.d.ts +49 -49
- package/dist/uds/generated/componentData.cjs +1184 -1186
- package/dist/uds/generated/componentData.js +1184 -1186
- package/dist/uds/package.cjs +4 -4
- package/dist/uds/package.js +4 -4
- package/package.json +5 -5
package/dist/uds/package.cjs
CHANGED
|
@@ -222,8 +222,8 @@ var package_default = {
|
|
|
222
222
|
"@ariakit/react": "^0.4.20",
|
|
223
223
|
"clsx": "^2.1.1",
|
|
224
224
|
"fast-glob": "^3.3.3",
|
|
225
|
-
"lodash": "^4.17.
|
|
226
|
-
"lodash-es": "^4.17.
|
|
225
|
+
"lodash": "^4.17.23",
|
|
226
|
+
"lodash-es": "^4.17.23",
|
|
227
227
|
"motion": "^12.23.26",
|
|
228
228
|
"prompts": "^2.4.2",
|
|
229
229
|
"react-toastify": "^11.0.5",
|
|
@@ -236,10 +236,10 @@ var package_default = {
|
|
|
236
236
|
},
|
|
237
237
|
devDependencies: {
|
|
238
238
|
"@fullhuman/postcss-purgecss": "^7.0.2",
|
|
239
|
-
"@next/env": "^16.1.
|
|
239
|
+
"@next/env": "^16.1.6",
|
|
240
240
|
"@optimize-lodash/transform": "^3.0.6",
|
|
241
241
|
"@types/bun": "1.3.3",
|
|
242
|
-
"@types/lodash": "^4.17.
|
|
242
|
+
"@types/lodash": "^4.17.24",
|
|
243
243
|
"@types/react": "^19.2.7",
|
|
244
244
|
"@types/react-dom": "^19.2.3",
|
|
245
245
|
"@types/semver": "^7.7.1",
|
package/dist/uds/package.js
CHANGED
|
@@ -221,8 +221,8 @@ var package_default = {
|
|
|
221
221
|
"@ariakit/react": "^0.4.20",
|
|
222
222
|
"clsx": "^2.1.1",
|
|
223
223
|
"fast-glob": "^3.3.3",
|
|
224
|
-
"lodash": "^4.17.
|
|
225
|
-
"lodash-es": "^4.17.
|
|
224
|
+
"lodash": "^4.17.23",
|
|
225
|
+
"lodash-es": "^4.17.23",
|
|
226
226
|
"motion": "^12.23.26",
|
|
227
227
|
"prompts": "^2.4.2",
|
|
228
228
|
"react-toastify": "^11.0.5",
|
|
@@ -235,10 +235,10 @@ var package_default = {
|
|
|
235
235
|
},
|
|
236
236
|
devDependencies: {
|
|
237
237
|
"@fullhuman/postcss-purgecss": "^7.0.2",
|
|
238
|
-
"@next/env": "^16.1.
|
|
238
|
+
"@next/env": "^16.1.6",
|
|
239
239
|
"@optimize-lodash/transform": "^3.0.6",
|
|
240
240
|
"@types/bun": "1.3.3",
|
|
241
|
-
"@types/lodash": "^4.17.
|
|
241
|
+
"@types/lodash": "^4.17.24",
|
|
242
242
|
"@types/react": "^19.2.7",
|
|
243
243
|
"@types/react-dom": "^19.2.3",
|
|
244
244
|
"@types/semver": "^7.7.1",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yahoo/uds",
|
|
3
3
|
"description": "Yahoo Universal System",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.106.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -224,8 +224,8 @@
|
|
|
224
224
|
"@ariakit/react": "^0.4.20",
|
|
225
225
|
"clsx": "^2.1.1",
|
|
226
226
|
"fast-glob": "^3.3.3",
|
|
227
|
-
"lodash": "^4.17.
|
|
228
|
-
"lodash-es": "^4.17.
|
|
227
|
+
"lodash": "^4.17.23",
|
|
228
|
+
"lodash-es": "^4.17.23",
|
|
229
229
|
"motion": "^12.23.26",
|
|
230
230
|
"prompts": "^2.4.2",
|
|
231
231
|
"react-toastify": "^11.0.5",
|
|
@@ -238,10 +238,10 @@
|
|
|
238
238
|
},
|
|
239
239
|
"devDependencies": {
|
|
240
240
|
"@fullhuman/postcss-purgecss": "^7.0.2",
|
|
241
|
-
"@next/env": "^16.1.
|
|
241
|
+
"@next/env": "^16.1.6",
|
|
242
242
|
"@optimize-lodash/transform": "^3.0.6",
|
|
243
243
|
"@types/bun": "1.3.3",
|
|
244
|
-
"@types/lodash": "^4.17.
|
|
244
|
+
"@types/lodash": "^4.17.24",
|
|
245
245
|
"@types/react": "^19.2.7",
|
|
246
246
|
"@types/react-dom": "^19.2.3",
|
|
247
247
|
"@types/semver": "^7.7.1",
|