@powerlines/plugin-style-dictionary 0.3.378 → 0.3.379
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/index.cjs +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
- package/dist/node_modules/.pnpm/@storm-software_config-tools@1.190.2_magicast@0.5.2_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.cjs +0 -17
- package/dist/node_modules/.pnpm/@storm-software_config-tools@1.190.2_magicast@0.5.2_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.mjs +0 -17
- package/dist/node_modules/.pnpm/@storm-software_config-tools@1.190.2_magicast@0.5.2_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.mjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
2
|
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
3
|
-
const require_chunk_RALMUN5C = require('./node_modules/.pnpm/@storm-software_config-tools@1.190.2_magicast@0.5.2_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.cjs');
|
|
4
3
|
const require_file_header = require('./style-dictionary/file-header.cjs');
|
|
5
4
|
let _powerlines_schema_resolve = require("@powerlines/schema/resolve");
|
|
5
|
+
let _storm_software_config_tools_types = require("@storm-software/config-tools/types");
|
|
6
6
|
let _stryke_type_checks_is_function = require("@stryke/type-checks/is-function");
|
|
7
7
|
let defu = require("defu");
|
|
8
8
|
defu = require_runtime.__toESM(defu, 1);
|
|
@@ -21,7 +21,7 @@ const plugin = (options = {}) => {
|
|
|
21
21
|
name: "style-dictionary",
|
|
22
22
|
config() {
|
|
23
23
|
return { styleDictionary: (0, defu.default)(options, {
|
|
24
|
-
log: { verbosity: this.config.logLevel.general ===
|
|
24
|
+
log: { verbosity: this.config.logLevel.general === _storm_software_config_tools_types.LogLevelLabel.TRACE ? "verbose" : this.config.logLevel.general === _storm_software_config_tools_types.LogLevelLabel.DEBUG ? "default" : "silent" },
|
|
25
25
|
fileHeader: "powerlines/file-header"
|
|
26
26
|
}) };
|
|
27
27
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LogLevelLabel } from "./node_modules/.pnpm/@storm-software_config-tools@1.190.2_magicast@0.5.2_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.mjs";
|
|
2
1
|
import { fileHeader } from "./style-dictionary/file-header.mjs";
|
|
3
2
|
import { resolve } from "@powerlines/schema/resolve";
|
|
3
|
+
import { LogLevelLabel } from "@storm-software/config-tools/types";
|
|
4
4
|
import { isFunction } from "@stryke/type-checks/is-function";
|
|
5
5
|
import defu from "defu";
|
|
6
6
|
import StyleDictionary from "style-dictionary";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-style-dictionary",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.379",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to generate project code with Style Dictionary.",
|
|
6
6
|
"keywords": [
|
|
@@ -62,19 +62,19 @@
|
|
|
62
62
|
"typings": "dist/index.d.mts",
|
|
63
63
|
"files": ["dist"],
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@powerlines/schema": "^0.
|
|
66
|
-
"@
|
|
67
|
-
"@stryke/
|
|
68
|
-
"@stryke/
|
|
65
|
+
"@powerlines/schema": "^0.9.0",
|
|
66
|
+
"@storm-software/config-tools": "^1.190.13",
|
|
67
|
+
"@stryke/string-format": "^0.17.18",
|
|
68
|
+
"@stryke/type-checks": "^0.6.9",
|
|
69
|
+
"@stryke/types": "^0.12.4",
|
|
69
70
|
"defu": "^6.1.7",
|
|
70
|
-
"powerlines": "^0.47.
|
|
71
|
+
"powerlines": "^0.47.17",
|
|
71
72
|
"style-dictionary": "^5.4.0"
|
|
72
73
|
},
|
|
73
74
|
"devDependencies": {
|
|
74
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
75
|
-
"@types/node": "^25.
|
|
75
|
+
"@powerlines/plugin-plugin": "^0.12.429",
|
|
76
|
+
"@types/node": "^25.8.0"
|
|
76
77
|
},
|
|
77
78
|
"publishConfig": { "access": "public" },
|
|
78
|
-
"
|
|
79
|
-
"gitHead": "0f124460d57d8b7396173bb00db5d73c1c32f473"
|
|
79
|
+
"gitHead": "8e3c08ac9b40e909814a16d808fae1a98d392d65"
|
|
80
80
|
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region ../../../node_modules/.pnpm/@storm-software+config-tools@1.190.2_magicast@0.5.2_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.js
|
|
3
|
-
var LogLevelLabel = {
|
|
4
|
-
SILENT: "silent",
|
|
5
|
-
FATAL: "fatal",
|
|
6
|
-
ERROR: "error",
|
|
7
|
-
WARN: "warn",
|
|
8
|
-
SUCCESS: "success",
|
|
9
|
-
INFO: "info",
|
|
10
|
-
PERFORMANCE: "performance",
|
|
11
|
-
DEBUG: "debug",
|
|
12
|
-
TRACE: "trace",
|
|
13
|
-
ALL: "all"
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
//#endregion
|
|
17
|
-
exports.LogLevelLabel = LogLevelLabel;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
//#region ../../../node_modules/.pnpm/@storm-software+config-tools@1.190.2_magicast@0.5.2_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.js
|
|
2
|
-
var LogLevelLabel = {
|
|
3
|
-
SILENT: "silent",
|
|
4
|
-
FATAL: "fatal",
|
|
5
|
-
ERROR: "error",
|
|
6
|
-
WARN: "warn",
|
|
7
|
-
SUCCESS: "success",
|
|
8
|
-
INFO: "info",
|
|
9
|
-
PERFORMANCE: "performance",
|
|
10
|
-
DEBUG: "debug",
|
|
11
|
-
TRACE: "trace",
|
|
12
|
-
ALL: "all"
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
//#endregion
|
|
16
|
-
export { LogLevelLabel };
|
|
17
|
-
//# sourceMappingURL=chunk-RALMUN5C.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chunk-RALMUN5C.mjs","names":[],"sources":["../../../../../../../../../../../node_modules/.pnpm/@storm-software+config-tools@1.190.2_magicast@0.5.2_zod@4.4.3/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.js"],"sourcesContent":["// src/types.ts\nvar LogLevel = {\n SILENT: 0,\n FATAL: 10,\n ERROR: 20,\n WARN: 30,\n SUCCESS: 35,\n INFO: 40,\n PERFORMANCE: 50,\n DEBUG: 60,\n TRACE: 70,\n ALL: 100\n};\nvar LogLevelLabel = {\n SILENT: \"silent\",\n FATAL: \"fatal\",\n ERROR: \"error\",\n WARN: \"warn\",\n SUCCESS: \"success\",\n INFO: \"info\",\n PERFORMANCE: \"performance\",\n DEBUG: \"debug\",\n TRACE: \"trace\",\n ALL: \"all\"\n};\n\nexport {\n LogLevel,\n LogLevelLabel\n};\n"],"x_google_ignoreList":[0],"mappings":";AAaA,IAAI,gBAAgB;CAClB,QAAQ;CACR,OAAO;CACP,OAAO;CACP,MAAM;CACN,SAAS;CACT,MAAM;CACN,aAAa;CACb,OAAO;CACP,OAAO;CACP,KAAK;CACN"}
|