style-dictionary 5.3.2 → 5.3.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/examples/advanced/assets-base64-embed/package.json +1 -1
- package/examples/advanced/create-react-app/package.json +1 -1
- package/examples/advanced/create-react-native-app/package.json +1 -1
- package/examples/advanced/custom-parser/package.json +1 -1
- package/examples/advanced/custom-transforms/package.json +1 -1
- package/examples/advanced/font-face-rules/package.json +1 -1
- package/examples/advanced/format-helpers/package.json +1 -1
- package/examples/advanced/matching-build-files/package.json +1 -1
- package/examples/advanced/multi-brand-multi-platform/package.json +1 -1
- package/examples/advanced/node-modules-as-config-and-properties/package.json +1 -1
- package/examples/advanced/npm-module/package.json +1 -1
- package/examples/advanced/referencing_aliasing/package.json +1 -1
- package/examples/advanced/s3/package.json +1 -1
- package/examples/advanced/tailwind-preset/package.json +1 -1
- package/examples/advanced/tokens-deprecation/package.json +1 -1
- package/examples/advanced/transitive-transforms/package.json +1 -1
- package/examples/advanced/variables-in-outputs/package.json +1 -1
- package/examples/advanced/yaml-tokens/package.json +1 -1
- package/lib/StyleDictionary.js +1 -1
- package/package.json +5 -5
package/lib/StyleDictionary.js
CHANGED
|
@@ -67,7 +67,7 @@ export default class StyleDictionary extends Register {
|
|
|
67
67
|
// Placeholder is transformed on prepublish -> see scripts/inject-version.js
|
|
68
68
|
// Another option might be import pkg from './package.json' with { "type": "json" } which would work in both browser and node, but support is not there yet.
|
|
69
69
|
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#browser_compatibility
|
|
70
|
-
static VERSION = '5.3.
|
|
70
|
+
static VERSION = '5.3.3';
|
|
71
71
|
|
|
72
72
|
/** @returns {Config} */
|
|
73
73
|
get options() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "style-dictionary",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.3",
|
|
4
4
|
"description": "Style once, use everywhere. A build system for creating cross-platform styles.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"style dictionary",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"test:watch": "web-test-runner --watch",
|
|
59
59
|
"test:coverage": "cd coverage/lcov-report && npx http-server -o -c-1",
|
|
60
60
|
"test:update-snapshots": "web-test-runner --update-snapshots",
|
|
61
|
-
"test:node": "mocha -r mocha-hooks.mjs
|
|
62
|
-
"test:perf": "mocha -r mocha-hooks.mjs
|
|
61
|
+
"test:node": "mocha -r mocha-hooks.mjs \"./__integration__/**/*.test.js\" \"./__tests__/**/*.test.js\" \"./__node_tests__/**/*.test.js\"",
|
|
62
|
+
"test:perf": "mocha -r mocha-hooks.mjs \"./__perf_tests__/**/*.test.js\"",
|
|
63
63
|
"test:perf:debug": "web-test-runner --config wtr-perf.config.mjs --watch",
|
|
64
64
|
"test:strip-types": "node --experimental-strip-types __tests__/strip-types-test.js",
|
|
65
65
|
"install-cli": "npm install -g $(npm pack)",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@bundled-es-modules/deepmerge": "^4.3.1",
|
|
120
|
-
"@bundled-es-modules/glob": "^13.0.
|
|
120
|
+
"@bundled-es-modules/glob": "^13.0.6",
|
|
121
121
|
"@bundled-es-modules/memfs": "^4.17.0",
|
|
122
122
|
"@zip.js/zip.js": "^2.7.44",
|
|
123
123
|
"chalk": "^5.3.0",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"lit": "^3.1.2",
|
|
167
167
|
"mdast": "^3.0.0",
|
|
168
168
|
"mermaid": "^10.9.5",
|
|
169
|
-
"mocha": "^
|
|
169
|
+
"mocha": "^12.0.0-beta-10",
|
|
170
170
|
"monaco-editor": "^0.47.0",
|
|
171
171
|
"npm-run-all": "^4.1.5",
|
|
172
172
|
"patch-package": "^8.0.0",
|