@shell-shock/plugin-theme 0.4.29 → 0.4.30
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/core/dist/{index.d.cts → types/index.d.cts} +3 -3
- package/dist/core/dist/types/index.d.mts +12 -0
- package/dist/core/dist/types/index.d.mts.map +1 -0
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +2 -2
- package/package.json +2 -2
- package/dist/core/dist/config.d.cts +0 -1
- package/dist/core/dist/config.d.mts +0 -9
- package/dist/core/dist/config.d.mts.map +0 -1
- package/dist/core/dist/index.d.mts +0 -13
- package/dist/core/dist/index.d.mts.map +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BaseBooleanCommandParameter, BaseCommandParameter, BaseNumberCommandParameter, BaseStringCommandParameter, BooleanCommandOption, BooleanCommandParameter, CommandArgument, CommandBase, CommandConfig, CommandMetadata, CommandOption, CommandParameterType, CommandTree, NumberCommandParameter, SingleBooleanCommandParameter, SingleNumberCommandParameter, SingleStringCommandParameter, StringCommandParameter, VariadicBooleanCommandParameter, VariadicNumberCommandParameter, VariadicStringCommandParameter } from "./
|
|
2
|
-
import { DocsOptions, Options, OutputConfig, ResolvedConfig, UserConfig } from "./
|
|
3
|
-
import { Context } from "./
|
|
1
|
+
import { BaseBooleanCommandParameter, BaseCommandParameter, BaseNumberCommandParameter, BaseStringCommandParameter, BooleanCommandOption, BooleanCommandParameter, CommandArgument, CommandBase, CommandConfig, CommandMetadata, CommandOption, CommandParameterType, CommandTree, NumberCommandParameter, SingleBooleanCommandParameter, SingleNumberCommandParameter, SingleStringCommandParameter, StringCommandParameter, VariadicBooleanCommandParameter, VariadicNumberCommandParameter, VariadicStringCommandParameter } from "./command.cjs";
|
|
2
|
+
import { DocsOptions, Options, OutputConfig, ResolvedConfig, UserConfig } from "./config.cjs";
|
|
3
|
+
import { Context } from "./context.cjs";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __commonJSMin } from "../../../_virtual/_rolldown/runtime.mjs";
|
|
2
|
+
import { require_command_d } from "./command.mjs";
|
|
3
|
+
import { require_config_d } from "./config.mjs";
|
|
4
|
+
import { require_context_d } from "./context.mjs";
|
|
5
|
+
import { require_options_d } from "./options.mjs";
|
|
6
|
+
|
|
7
|
+
//#region ../core/dist/types/index.d.cts
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export default require_index_d();
|
|
11
|
+
export { require_index_d };
|
|
12
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../../../../../core/dist/types/index.d.cts"],"mappings":""}
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import { ThemeResolvedConfig, ThemeUserConfig } from "./theme.cjs";
|
|
|
2
2
|
import { ResolvedConfig, UserConfig } from "../core/dist/types/config.cjs";
|
|
3
3
|
import { Context } from "../core/dist/types/context.cjs";
|
|
4
4
|
import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig } from "@powerlines/plugin-alloy/types";
|
|
5
|
-
import { StyleDictionaryPluginContext, StyleDictionaryPluginOptions, StyleDictionaryPluginResolvedConfig, StyleDictionaryPluginUserConfig } from "@powerlines/plugin-style-dictionary
|
|
5
|
+
import { StyleDictionaryPluginContext, StyleDictionaryPluginOptions, StyleDictionaryPluginResolvedConfig, StyleDictionaryPluginUserConfig } from "@powerlines/plugin-style-dictionary";
|
|
6
6
|
|
|
7
7
|
//#region src/types/plugin.d.ts
|
|
8
8
|
type ThemePluginOptions = StyleDictionaryPluginOptions & AlloyPluginOptions & {
|
|
@@ -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":";;;;;;;KAoCY,kBAAA,GAAqB,4BAAA,GAC/B,kBAAA;;;;EAIE,KAAA,GAAQ,eAAA;AAAA;AAAA,KAGA,qBAAA,GAAwB,+BAAA,GAClC,kBAAA,GACA,UAAA,GACA,kBAAA;AAAA,KAEU,yBAAA,GAA4B,mCAAA,GACtC,yBAAA,GACA,cAAA;EAdA;;;EAkBE,KAAA,EAAO,mBAAA;AAAA;AAAA,KAGC,kBAAA,yBACc,yBAAA,GAA4B,yBAAA,IAClD,kBAAA,CAAmB,eAAA,IACrB,4BAAA,CAA6B,eAAA,IAC7B,OAAA,CAAQ,eAAA;EArBN;;;EAyBA,KAAA,EAAO,mBAAA;AAAA"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ThemeResolvedConfig, ThemeUserConfig } from "./theme.mjs";
|
|
2
|
-
import { require_index_d } from "../core/dist/index.mjs";
|
|
2
|
+
import { require_index_d } from "../core/dist/types/index.mjs";
|
|
3
|
+
import { StyleDictionaryPluginContext, StyleDictionaryPluginOptions, StyleDictionaryPluginResolvedConfig, StyleDictionaryPluginUserConfig } from "@powerlines/plugin-style-dictionary";
|
|
3
4
|
import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig } from "@powerlines/plugin-alloy/types";
|
|
4
|
-
import { StyleDictionaryPluginContext, StyleDictionaryPluginOptions, StyleDictionaryPluginResolvedConfig, StyleDictionaryPluginUserConfig } from "@powerlines/plugin-style-dictionary/types";
|
|
5
5
|
|
|
6
6
|
//#region src/types/plugin.d.ts
|
|
7
7
|
type ThemePluginOptions = StyleDictionaryPluginOptions & AlloyPluginOptions & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-theme",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.30",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
|
|
6
6
|
"keywords": [
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
},
|
|
238
238
|
"devDependencies": { "@types/node": "^25.9.2" },
|
|
239
239
|
"publishConfig": { "access": "public" },
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "8c9f000d243ed0b6ac67b2be112429ddeccd0617"
|
|
241
241
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import { DocsOptions, Options, OutputConfig, ResolvedConfig, UserConfig } from "./types/config.cjs";
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { __commonJSMin } from "../../_virtual/_rolldown/runtime.mjs";
|
|
2
|
-
import { require_config_d as require_config_d$1 } from "./types/config.mjs";
|
|
3
|
-
|
|
4
|
-
//#region ../core/dist/config.d.cts
|
|
5
|
-
|
|
6
|
-
//#endregion
|
|
7
|
-
export default require_config_d();
|
|
8
|
-
export { require_config_d };
|
|
9
|
-
//# sourceMappingURL=config.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.mts","names":["UserConfig","config","Promise","UserConfigFnObject","UserConfigFnPromise","UserConfigFn","UserConfigExport"],"sources":["../../../../core/dist/config.d.cts"],"mappings":""}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { __commonJSMin } from "../../_virtual/_rolldown/runtime.mjs";
|
|
2
|
-
import { require_command_d } from "./types/command.mjs";
|
|
3
|
-
import { require_config_d } from "./types/config.mjs";
|
|
4
|
-
import { require_context_d } from "./types/context.mjs";
|
|
5
|
-
import { require_options_d } from "./types/options.mjs";
|
|
6
|
-
import { require_config_d as require_config_d$1 } from "./config.mjs";
|
|
7
|
-
|
|
8
|
-
//#region ../core/dist/index.d.cts
|
|
9
|
-
|
|
10
|
-
//#endregion
|
|
11
|
-
export default require_index_d();
|
|
12
|
-
export { require_index_d };
|
|
13
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":["Partial","CommandMetadata","metadata","Record","CommandOptionConfig","options","CommandArgumentConfig","args"],"sources":["../../../../core/dist/index.d.cts"],"mappings":""}
|