@yahoo/uds 3.115.2 → 3.115.3
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/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.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/styles/styler.d.cts +16 -16
- package/dist/styles/styler.d.ts +16 -16
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +3 -8
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +3 -8
- package/dist/uds/generated/componentData.cjs +337 -337
- package/dist/uds/generated/componentData.js +337 -337
- package/dist/uds/generated/tailwindPurge.cjs +209 -209
- package/dist/uds/generated/tailwindPurge.js +209 -209
- package/dist/uds/package.cjs +0 -1
- package/dist/uds/package.js +0 -1
- package/generated/componentData.json +382 -382
- package/generated/tailwindPurge.ts +5 -4581
- package/package.json +1 -2
- package/dist/tailwind/dist/.prettierrc.cjs +0 -13
- package/dist/tailwind/dist/.prettierrc.js +0 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yahoo/uds",
|
|
3
3
|
"description": "Yahoo Universal System",
|
|
4
|
-
"version": "3.115.
|
|
4
|
+
"version": "3.115.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -206,7 +206,6 @@
|
|
|
206
206
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage",
|
|
207
207
|
"dev": "concurrently bun:dev:*",
|
|
208
208
|
"dev:fixtures": "bun run ./scripts/buildFixtures.ts --watch",
|
|
209
|
-
"dev:purgeCSSData": "bun run ./scripts/generatePurgeCSSData.ts --watch",
|
|
210
209
|
"dev:ts": "tsdown --watch",
|
|
211
210
|
"format:pkg": "bun --cwd ../../ syncpack format",
|
|
212
211
|
"generate:componentData": "bun run ./src/cli/runner.ts generateComponentData",
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
|
|
3
|
-
//#region ../tailwind/dist/.prettierrc.js
|
|
4
|
-
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
5
|
-
var _prettierrc_default = {
|
|
6
|
-
trailingComma: "all",
|
|
7
|
-
tabWidth: 2,
|
|
8
|
-
singleQuote: true,
|
|
9
|
-
printWidth: 100
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
exports._prettierrc_default = _prettierrc_default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
|
-
//#region ../tailwind/dist/.prettierrc.js
|
|
3
|
-
/*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
|
|
4
|
-
var _prettierrc_default = {
|
|
5
|
-
trailingComma: "all",
|
|
6
|
-
tabWidth: 2,
|
|
7
|
-
singleQuote: true,
|
|
8
|
-
printWidth: 100
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
//#endregion
|
|
12
|
-
export { _prettierrc_default };
|