@powerlines/plugin-style-dictionary 0.3.511 → 0.3.513
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.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CustomActionsBuilder, CustomFileHeadersBuilder, CustomFiltersBuilder, CustomFormatsBuilder, CustomParsersBuilder, CustomPreprocessorsBuilder, CustomTransformGroupsBuilder, CustomTransformsBuilder, StyleDictionaryPluginContext, StyleDictionaryPluginEnvironmentConfig, StyleDictionaryPluginOptions, StyleDictionaryPluginResolvedConfig, StyleDictionaryPluginUserConfig } from "./types/plugin.cjs";
|
|
2
|
+
import "./types/index.cjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAwCY
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAwCY;IACR,kBAAkB;;;;;;;;;cAUT,SACX,iBAAiB,+BAA+B,8BAEhD,UAAS,iCACR,OAAO"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CustomActionsBuilder, CustomFileHeadersBuilder, CustomFiltersBuilder, CustomFormatsBuilder, CustomParsersBuilder, CustomPreprocessorsBuilder, CustomTransformGroupsBuilder, CustomTransformsBuilder, StyleDictionaryPluginContext, StyleDictionaryPluginEnvironmentConfig, StyleDictionaryPluginOptions, StyleDictionaryPluginResolvedConfig, StyleDictionaryPluginUserConfig } from "./types/plugin.mjs";
|
|
2
|
+
import "./types/index.mjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -2,7 +2,6 @@ import { EnvironmentConfig, PluginContext, ResolvedConfig, UserConfig } from "po
|
|
|
2
2
|
import { FileReferenceInput } from "@stryke/types/configuration";
|
|
3
3
|
import StyleDictionary, { Config } from "style-dictionary";
|
|
4
4
|
import { Action, FileHeader, Filter, Format, Parser, PlatformConfig, Preprocessor, Transform } from "style-dictionary/types";
|
|
5
|
-
|
|
6
5
|
//#region src/types/plugin.d.ts
|
|
7
6
|
type StyleDictionaryExtensionBuilder<T> = (extensionContext: StyleDictionaryPluginContext) => Record<string, T>;
|
|
8
7
|
type CustomActionsBuilder = StyleDictionaryExtensionBuilder<Action>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;KAqCK,gCAAgC,MACnC,kBAAkB,iCACf,eAAe;KAER,uBAAuB,gCAAgC;KACvD,0BACV,gCAAgC;KACtB,uBAAuB,gCAAgC;KACvD,+BAA+B;KAG/B,2BACV,gCAAgC;KACtB,uBAAuB,gCAAgC;KACvD,wBACV,kBAAkB,iCACf;KACO,6BACV,gCAAgC;KAEtB,+BAA+B,KAAK;;;;;;;;;EAS9C;;;;;;;EAQA,gBAAgB,qBAAqB;;;;;;;EAQrC,oBAAoB,qBAAqB;;;;;;;EAQzC,gBAAgB,qBAAqB;;;;;;;EAQrC,gBAAgB,qBAAqB;;;;;;;EAQrC,sBAAsB,qBAAqB;;;;;;;EAQ3C,gBAAgB,qBAAqB;;;;;;;EAQrC,wBAAwB,qBAAqB;;;;;;;EAQ7C,mBAAmB,qBAAqB;;;;;;;EAQxC,WAAW;;KAGD,yCAAyC,oBACnD;KAEU,kCAAkC;EAC5C,kBAAkB;EAClB,eAAe,eAAe;;KAGpB,sCAAsC;EAChD,iBAAiB;EACjB,cAAc,eAAe;;KAGnB,6BACV,wBAAwB,sCACtB,uCACA,cAAc;EAChB,iBAAiB"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -2,7 +2,6 @@ import StyleDictionary, { Config } from "style-dictionary";
|
|
|
2
2
|
import { EnvironmentConfig, PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
3
|
import { FileReferenceInput } from "@stryke/types/configuration";
|
|
4
4
|
import { Action, FileHeader, Filter, Format, Parser, PlatformConfig, Preprocessor, Transform } from "style-dictionary/types";
|
|
5
|
-
|
|
6
5
|
//#region src/types/plugin.d.ts
|
|
7
6
|
type StyleDictionaryExtensionBuilder<T> = (extensionContext: StyleDictionaryPluginContext) => Record<string, T>;
|
|
8
7
|
type CustomActionsBuilder = StyleDictionaryExtensionBuilder<Action>;
|
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.513",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to generate project code with Style Dictionary.",
|
|
6
6
|
"keywords": [
|
|
@@ -95,19 +95,19 @@
|
|
|
95
95
|
"typings": "dist/index.d.mts",
|
|
96
96
|
"files": ["dist"],
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@powerlines/schema": "^0.11.
|
|
99
|
-
"@storm-software/config-tools": "^1.190.
|
|
98
|
+
"@powerlines/schema": "^0.11.126",
|
|
99
|
+
"@storm-software/config-tools": "^1.190.107",
|
|
100
100
|
"@stryke/string-format": "^0.17.37",
|
|
101
101
|
"@stryke/type-checks": "^0.6.28",
|
|
102
102
|
"@stryke/types": "^0.12.23",
|
|
103
103
|
"defu": "^6.1.7",
|
|
104
|
-
"powerlines": "^0.47.
|
|
104
|
+
"powerlines": "^0.47.144",
|
|
105
105
|
"style-dictionary": "^5.5.0"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
109
|
-
"@types/node": "^25.9.
|
|
108
|
+
"@powerlines/plugin-plugin": "^0.12.556",
|
|
109
|
+
"@types/node": "^25.9.5"
|
|
110
110
|
},
|
|
111
111
|
"publishConfig": { "access": "public" },
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "cf8953be1a53bac9ad8c227195a662cbb422d43c"
|
|
113
113
|
}
|