@shell-shock/plugin-theme 0.3.21 → 0.3.23
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.
|
@@ -26,7 +26,7 @@ type BaseOptions = Partial<BuildOptions> & {
|
|
|
26
26
|
* A set of global command options to apply to each command.
|
|
27
27
|
*
|
|
28
28
|
* @remarks
|
|
29
|
-
* Each command will inherit these global options. To disable the addition of these global options, set this property to `false`, or provide a custom set of options/a function that returns them. A `GlobalOptions` interface will be created by the `shell-shock
|
|
29
|
+
* Each command will inherit these global options. To disable the addition of these global options, set this property to `false`, or provide a custom set of options/a function that returns them. A `GlobalOptions` interface will be created by the `shell-shock types` command and added to the generated `shell-shock.d.ts` file.
|
|
30
30
|
*/
|
|
31
31
|
globalOptions?: CommandOption[] | ((context: Context, input: CommandBase) => CommandOption[]) | false;
|
|
32
32
|
/**
|
|
@@ -26,7 +26,7 @@ type BaseOptions = Partial<BuildOptions> & {
|
|
|
26
26
|
* A set of global command options to apply to each command.
|
|
27
27
|
*
|
|
28
28
|
* @remarks
|
|
29
|
-
* Each command will inherit these global options. To disable the addition of these global options, set this property to `false`, or provide a custom set of options/a function that returns them. A `GlobalOptions` interface will be created by the `shell-shock
|
|
29
|
+
* Each command will inherit these global options. To disable the addition of these global options, set this property to `false`, or provide a custom set of options/a function that returns them. A `GlobalOptions` interface will be created by the `shell-shock types` command and added to the generated `shell-shock.d.ts` file.
|
|
30
30
|
*/
|
|
31
31
|
globalOptions?: CommandOption[] | ((context: Context, input: CommandBase) => CommandOption[]) | false;
|
|
32
32
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-theme",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.23",
|
|
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": [
|
|
@@ -209,19 +209,19 @@
|
|
|
209
209
|
"files": ["dist/**/*"],
|
|
210
210
|
"dependencies": {
|
|
211
211
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
212
|
-
"@powerlines/plugin-alloy": "^0.25.
|
|
213
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
214
|
-
"@powerlines/plugin-style-dictionary": "^0.3.
|
|
212
|
+
"@powerlines/plugin-alloy": "^0.25.57",
|
|
213
|
+
"@powerlines/plugin-plugin": "^0.12.321",
|
|
214
|
+
"@powerlines/plugin-style-dictionary": "^0.3.271",
|
|
215
215
|
"@stryke/helpers": "^0.10.6",
|
|
216
216
|
"@stryke/type-checks": "^0.5.41",
|
|
217
217
|
"defu": "^6.1.4",
|
|
218
|
-
"powerlines": "^0.42.
|
|
219
|
-
"style-dictionary": "^5.
|
|
218
|
+
"powerlines": "^0.42.11",
|
|
219
|
+
"style-dictionary": "^5.4.0"
|
|
220
220
|
},
|
|
221
221
|
"devDependencies": {
|
|
222
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
222
|
+
"@powerlines/plugin-deepkit": "^0.11.249",
|
|
223
223
|
"@types/node": "^25.5.0"
|
|
224
224
|
},
|
|
225
225
|
"publishConfig": { "access": "public" },
|
|
226
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "ce5a0050c63b47111d5b663c65141fe3eb56dba2"
|
|
227
227
|
}
|