@shell-shock/plugin-theme 0.4.21 → 0.4.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.
- package/dist/_virtual/_rolldown/runtime.cjs +29 -1
- package/dist/_virtual/_rolldown/runtime.mjs +41 -1
- package/dist/contexts/index.cjs +5 -1
- package/dist/contexts/index.mjs +3 -1
- package/dist/contexts/theme.cjs +29 -1
- package/dist/contexts/theme.mjs +26 -1
- package/dist/contexts/theme.mjs.map +1 -1
- package/dist/core/dist/types/command.d.cts.map +1 -1
- package/dist/core/dist/types/config.d.cts +10 -9
- package/dist/core/dist/types/config.d.cts.map +1 -1
- package/dist/helpers/ansi-utils.cjs +1295 -1
- package/dist/helpers/ansi-utils.mjs +1287 -1
- package/dist/helpers/ansi-utils.mjs.map +1 -1
- package/dist/helpers/border-styles.cjs +201 -1
- package/dist/helpers/border-styles.mjs +199 -1
- package/dist/helpers/border-styles.mjs.map +1 -1
- package/dist/helpers/constants.cjs +39 -1
- package/dist/helpers/constants.mjs +33 -1
- package/dist/helpers/constants.mjs.map +1 -1
- package/dist/helpers/index.cjs +107 -1
- package/dist/helpers/index.mjs +6 -1
- package/dist/helpers/merge.cjs +19 -1
- package/dist/helpers/merge.mjs +17 -1
- package/dist/helpers/merge.mjs.map +1 -1
- package/dist/helpers/spinners.cjs +1852 -1
- package/dist/helpers/spinners.mjs +1758 -1
- package/dist/helpers/spinners.mjs.map +1 -1
- package/dist/index.cjs +70 -1
- package/dist/index.mjs +65 -1
- package/dist/index.mjs.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/ZodError.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/ZodError.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/errors.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/errors.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/external.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/external.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/enumUtil.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/enumUtil.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/errorUtil.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/errorUtil.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/parseUtil.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/parseUtil.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/partialUtil.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/partialUtil.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/typeAliases.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/typeAliases.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/util.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/util.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/index.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/index.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/locales/en.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/locales/en.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/standard-schema.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/standard-schema.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/types.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/types.d.mts.map +1 -1
- package/dist/packages/core/dist/api.d.mts +1 -0
- package/dist/packages/core/dist/api.d.mts.map +1 -1
- package/dist/packages/core/dist/index.d.mts +1 -1
- package/dist/packages/core/dist/index.d.mts.map +1 -1
- package/dist/packages/core/dist/types/command.d.mts +1 -1
- package/dist/packages/core/dist/types/command.d.mts.map +1 -1
- package/dist/packages/core/dist/types/config.d.mts.map +1 -1
- package/dist/style-dictionary/border-styles.cjs +285 -1
- package/dist/style-dictionary/border-styles.mjs +284 -1
- package/dist/style-dictionary/border-styles.mjs.map +1 -1
- package/dist/style-dictionary/colors.cjs +1391 -1
- package/dist/style-dictionary/colors.mjs +1390 -1
- package/dist/style-dictionary/colors.mjs.map +1 -1
- package/dist/style-dictionary/icons.cjs +169 -1
- package/dist/style-dictionary/icons.mjs +168 -1
- package/dist/style-dictionary/icons.mjs.map +1 -1
- package/dist/style-dictionary/labels.cjs +151 -1
- package/dist/style-dictionary/labels.mjs +150 -1
- package/dist/style-dictionary/labels.mjs.map +1 -1
- package/dist/style-dictionary/padding.cjs +38 -1
- package/dist/style-dictionary/padding.mjs +37 -1
- package/dist/style-dictionary/padding.mjs.map +1 -1
- package/dist/style-dictionary/settings.cjs +26 -1
- package/dist/style-dictionary/settings.mjs +25 -1
- package/dist/style-dictionary/settings.mjs.map +1 -1
- package/dist/style-dictionary/spinners.cjs +31 -1
- package/dist/style-dictionary/spinners.mjs +30 -1
- package/dist/style-dictionary/spinners.mjs.map +1 -1
- package/dist/themes/default.cjs +156 -1
- package/dist/themes/default.mjs +155 -1
- package/dist/themes/default.mjs.map +1 -1
- package/dist/types/index.mjs +1 -1
- package/dist/types/plugin.mjs +1 -1
- package/dist/types/theme.mjs +1 -1
- package/package.json +13 -13
package/dist/themes/default.mjs
CHANGED
|
@@ -1,2 +1,156 @@
|
|
|
1
|
-
|
|
1
|
+
//#region src/themes/default.ts
|
|
2
|
+
const theme = {
|
|
3
|
+
$theme: "default",
|
|
4
|
+
colors: {
|
|
5
|
+
text: {
|
|
6
|
+
banner: {
|
|
7
|
+
title: "#ffffff",
|
|
8
|
+
command: "#e3e7e8",
|
|
9
|
+
description: "#9ca8ab"
|
|
10
|
+
},
|
|
11
|
+
heading: {
|
|
12
|
+
primary: "#ffffff",
|
|
13
|
+
secondary: "#e3e7e8",
|
|
14
|
+
tertiary: "#9ca8ab"
|
|
15
|
+
},
|
|
16
|
+
body: {
|
|
17
|
+
primary: "#9ca8ab",
|
|
18
|
+
secondary: "#9ca8ab",
|
|
19
|
+
tertiary: "#67787c",
|
|
20
|
+
link: "#3fa6ff"
|
|
21
|
+
},
|
|
22
|
+
message: { description: "#e3e7e8" },
|
|
23
|
+
usage: {
|
|
24
|
+
bin: "#67787c",
|
|
25
|
+
command: "#e3e7e8",
|
|
26
|
+
dynamic: "#e3e7e8",
|
|
27
|
+
options: "#67787c",
|
|
28
|
+
args: "#67787c",
|
|
29
|
+
description: "#67787c"
|
|
30
|
+
},
|
|
31
|
+
prompt: {
|
|
32
|
+
icon: {
|
|
33
|
+
active: "#3b82f6",
|
|
34
|
+
warning: "#f3d371",
|
|
35
|
+
error: "#d8314a",
|
|
36
|
+
submitted: "#45b27e",
|
|
37
|
+
cancelled: "#d8314a",
|
|
38
|
+
disabled: "#4b585b"
|
|
39
|
+
},
|
|
40
|
+
message: {
|
|
41
|
+
active: "#e3e7e8",
|
|
42
|
+
warning: "#e3e7e8",
|
|
43
|
+
error: "#e3e7e8",
|
|
44
|
+
submitted: "#67787c",
|
|
45
|
+
cancelled: "#67787c",
|
|
46
|
+
disabled: "#4b585b"
|
|
47
|
+
},
|
|
48
|
+
input: {
|
|
49
|
+
active: "#3b82f6",
|
|
50
|
+
inactive: "#9ca8ab",
|
|
51
|
+
warning: "#f3d371",
|
|
52
|
+
error: "#d8314a",
|
|
53
|
+
submitted: "#e3e7e8",
|
|
54
|
+
cancelled: "#d8314a",
|
|
55
|
+
placeholder: "#4b585b",
|
|
56
|
+
disabled: "#4b585b"
|
|
57
|
+
},
|
|
58
|
+
description: {
|
|
59
|
+
active: "#67787c",
|
|
60
|
+
inactive: "#4b585b",
|
|
61
|
+
warning: "#f3d371",
|
|
62
|
+
error: "#d8314a",
|
|
63
|
+
submitted: "#67787c",
|
|
64
|
+
cancelled: "#d8314a",
|
|
65
|
+
disabled: "#4b585b"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
spinner: {
|
|
69
|
+
icon: {
|
|
70
|
+
active: "#3b82f6",
|
|
71
|
+
error: "#d8314a",
|
|
72
|
+
success: "#45b27e",
|
|
73
|
+
help: "#818cf8",
|
|
74
|
+
info: "#38bdf8",
|
|
75
|
+
warning: "#f3d371"
|
|
76
|
+
},
|
|
77
|
+
message: {
|
|
78
|
+
active: "#e3e7e8",
|
|
79
|
+
error: "#d8314a",
|
|
80
|
+
success: "#67787c",
|
|
81
|
+
help: "#67787c",
|
|
82
|
+
info: "#67787c",
|
|
83
|
+
warning: "#67787c"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
tags: {
|
|
87
|
+
utility: "#94a3b8",
|
|
88
|
+
deprecated: "#f87171",
|
|
89
|
+
experimental: "#818cf8",
|
|
90
|
+
$default: "#e3e7e8"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
border: {
|
|
94
|
+
app: {
|
|
95
|
+
primary: "#e3e7e8",
|
|
96
|
+
secondary: "#67787c",
|
|
97
|
+
tertiary: "#4b585b"
|
|
98
|
+
},
|
|
99
|
+
banner: "#ffffff",
|
|
100
|
+
message: {
|
|
101
|
+
help: "#818cf8",
|
|
102
|
+
success: "#45b27e",
|
|
103
|
+
info: "#38bdf8",
|
|
104
|
+
debug: "#8afafc",
|
|
105
|
+
warning: "#f3d371",
|
|
106
|
+
danger: "#d8314a"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
borderStyles: {
|
|
111
|
+
app: "single",
|
|
112
|
+
banner: "bold",
|
|
113
|
+
message: "round"
|
|
114
|
+
},
|
|
115
|
+
padding: {
|
|
116
|
+
app: 0,
|
|
117
|
+
banner: 14,
|
|
118
|
+
message: 8,
|
|
119
|
+
table: 1
|
|
120
|
+
},
|
|
121
|
+
icons: {
|
|
122
|
+
link: { external: "↗" },
|
|
123
|
+
message: { header: {
|
|
124
|
+
help: "✱",
|
|
125
|
+
success: "✔",
|
|
126
|
+
info: "🛈",
|
|
127
|
+
debug: "🛠",
|
|
128
|
+
warning: "🛆",
|
|
129
|
+
danger: "🛇",
|
|
130
|
+
error: "✘"
|
|
131
|
+
} },
|
|
132
|
+
banner: { header: "⏺" },
|
|
133
|
+
prompt: {
|
|
134
|
+
active: "✱",
|
|
135
|
+
error: "✘",
|
|
136
|
+
warning: "🛆",
|
|
137
|
+
submitted: "✔",
|
|
138
|
+
cancelled: "🛇",
|
|
139
|
+
disabled: "🛇"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
labels: { message: { header: {
|
|
143
|
+
help: "Useful Tip",
|
|
144
|
+
success: "Success",
|
|
145
|
+
info: "Info",
|
|
146
|
+
debug: "Debug",
|
|
147
|
+
warning: "Warning",
|
|
148
|
+
danger: "Danger",
|
|
149
|
+
error: "Error"
|
|
150
|
+
} } },
|
|
151
|
+
spinner: "dots"
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
//#endregion
|
|
155
|
+
export { theme };
|
|
2
156
|
//# sourceMappingURL=default.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.mjs","names":[],"sources":["../../src/themes/default.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { ThemeUserConfig } from \"../types/theme\";\n\nexport const theme: ThemeUserConfig = {\n $theme: \"default\",\n colors: {\n text: {\n banner: {\n title: \"#ffffff\",\n command: \"#e3e7e8\",\n description: \"#9ca8ab\"\n },\n heading: {\n primary: \"#ffffff\",\n secondary: \"#e3e7e8\",\n tertiary: \"#9ca8ab\"\n },\n body: {\n primary: \"#9ca8ab\",\n secondary: \"#9ca8ab\",\n tertiary: \"#67787c\",\n link: \"#3fa6ff\"\n },\n message: {\n description: \"#e3e7e8\"\n },\n usage: {\n bin: \"#67787c\",\n command: \"#e3e7e8\",\n dynamic: \"#e3e7e8\",\n options: \"#67787c\",\n args: \"#67787c\",\n description: \"#67787c\"\n },\n prompt: {\n icon: {\n active: \"#3b82f6\",\n warning: \"#f3d371\",\n error: \"#d8314a\",\n submitted: \"#45b27e\",\n cancelled: \"#d8314a\",\n disabled: \"#4b585b\"\n },\n message: {\n active: \"#e3e7e8\",\n warning: \"#e3e7e8\",\n error: \"#e3e7e8\",\n submitted: \"#67787c\",\n cancelled: \"#67787c\",\n disabled: \"#4b585b\"\n },\n input: {\n active: \"#3b82f6\",\n inactive: \"#9ca8ab\",\n warning: \"#f3d371\",\n error: \"#d8314a\",\n submitted: \"#e3e7e8\",\n cancelled: \"#d8314a\",\n placeholder: \"#4b585b\",\n disabled: \"#4b585b\"\n },\n description: {\n active: \"#67787c\",\n inactive: \"#4b585b\",\n warning: \"#f3d371\",\n error: \"#d8314a\",\n submitted: \"#67787c\",\n cancelled: \"#d8314a\",\n disabled: \"#4b585b\"\n }\n },\n spinner: {\n icon: {\n active: \"#3b82f6\",\n error: \"#d8314a\",\n success: \"#45b27e\",\n help: \"#818cf8\",\n info: \"#38bdf8\",\n warning: \"#f3d371\"\n },\n message: {\n active: \"#e3e7e8\",\n error: \"#d8314a\",\n success: \"#67787c\",\n help: \"#67787c\",\n info: \"#67787c\",\n warning: \"#67787c\"\n }\n },\n tags: {\n utility: \"#94a3b8\",\n deprecated: \"#f87171\",\n experimental: \"#818cf8\",\n $default: \"#e3e7e8\"\n }\n },\n border: {\n app: {\n primary: \"#e3e7e8\",\n secondary: \"#67787c\",\n tertiary: \"#4b585b\"\n },\n banner: \"#ffffff\",\n message: {\n help: \"#818cf8\",\n success: \"#45b27e\",\n info: \"#38bdf8\",\n debug: \"#8afafc\",\n warning: \"#f3d371\",\n danger: \"#d8314a\"\n }\n }\n },\n borderStyles: {\n app: \"single\",\n banner: \"bold\",\n message: \"round\"\n },\n padding: {\n app: 0,\n banner: 14,\n message: 8,\n table: 1\n },\n icons: {\n link: {\n external: \"↗\"\n },\n message: {\n header: {\n help: \"✱\",\n success: \"✔\",\n info: \"🛈\",\n debug: \"🛠\",\n warning: \"🛆\",\n danger: \"🛇\",\n error: \"✘\"\n }\n },\n banner: {\n header: \"⏺\"\n },\n prompt: {\n active: \"✱\",\n error: \"✘\",\n warning: \"🛆\",\n submitted: \"✔\",\n cancelled: \"🛇\",\n disabled: \"🛇\"\n }\n },\n labels: {\n message: {\n header: {\n help: \"Useful Tip\",\n success: \"Success\",\n info: \"Info\",\n debug: \"Debug\",\n warning: \"Warning\",\n danger: \"Danger\",\n error: \"Error\"\n }\n }\n },\n spinner: \"dots\"\n} as const;\n"],"mappings":"AAkBA,MAAa,
|
|
1
|
+
{"version":3,"file":"default.mjs","names":[],"sources":["../../src/themes/default.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { ThemeUserConfig } from \"../types/theme\";\n\nexport const theme: ThemeUserConfig = {\n $theme: \"default\",\n colors: {\n text: {\n banner: {\n title: \"#ffffff\",\n command: \"#e3e7e8\",\n description: \"#9ca8ab\"\n },\n heading: {\n primary: \"#ffffff\",\n secondary: \"#e3e7e8\",\n tertiary: \"#9ca8ab\"\n },\n body: {\n primary: \"#9ca8ab\",\n secondary: \"#9ca8ab\",\n tertiary: \"#67787c\",\n link: \"#3fa6ff\"\n },\n message: {\n description: \"#e3e7e8\"\n },\n usage: {\n bin: \"#67787c\",\n command: \"#e3e7e8\",\n dynamic: \"#e3e7e8\",\n options: \"#67787c\",\n args: \"#67787c\",\n description: \"#67787c\"\n },\n prompt: {\n icon: {\n active: \"#3b82f6\",\n warning: \"#f3d371\",\n error: \"#d8314a\",\n submitted: \"#45b27e\",\n cancelled: \"#d8314a\",\n disabled: \"#4b585b\"\n },\n message: {\n active: \"#e3e7e8\",\n warning: \"#e3e7e8\",\n error: \"#e3e7e8\",\n submitted: \"#67787c\",\n cancelled: \"#67787c\",\n disabled: \"#4b585b\"\n },\n input: {\n active: \"#3b82f6\",\n inactive: \"#9ca8ab\",\n warning: \"#f3d371\",\n error: \"#d8314a\",\n submitted: \"#e3e7e8\",\n cancelled: \"#d8314a\",\n placeholder: \"#4b585b\",\n disabled: \"#4b585b\"\n },\n description: {\n active: \"#67787c\",\n inactive: \"#4b585b\",\n warning: \"#f3d371\",\n error: \"#d8314a\",\n submitted: \"#67787c\",\n cancelled: \"#d8314a\",\n disabled: \"#4b585b\"\n }\n },\n spinner: {\n icon: {\n active: \"#3b82f6\",\n error: \"#d8314a\",\n success: \"#45b27e\",\n help: \"#818cf8\",\n info: \"#38bdf8\",\n warning: \"#f3d371\"\n },\n message: {\n active: \"#e3e7e8\",\n error: \"#d8314a\",\n success: \"#67787c\",\n help: \"#67787c\",\n info: \"#67787c\",\n warning: \"#67787c\"\n }\n },\n tags: {\n utility: \"#94a3b8\",\n deprecated: \"#f87171\",\n experimental: \"#818cf8\",\n $default: \"#e3e7e8\"\n }\n },\n border: {\n app: {\n primary: \"#e3e7e8\",\n secondary: \"#67787c\",\n tertiary: \"#4b585b\"\n },\n banner: \"#ffffff\",\n message: {\n help: \"#818cf8\",\n success: \"#45b27e\",\n info: \"#38bdf8\",\n debug: \"#8afafc\",\n warning: \"#f3d371\",\n danger: \"#d8314a\"\n }\n }\n },\n borderStyles: {\n app: \"single\",\n banner: \"bold\",\n message: \"round\"\n },\n padding: {\n app: 0,\n banner: 14,\n message: 8,\n table: 1\n },\n icons: {\n link: {\n external: \"↗\"\n },\n message: {\n header: {\n help: \"✱\",\n success: \"✔\",\n info: \"🛈\",\n debug: \"🛠\",\n warning: \"🛆\",\n danger: \"🛇\",\n error: \"✘\"\n }\n },\n banner: {\n header: \"⏺\"\n },\n prompt: {\n active: \"✱\",\n error: \"✘\",\n warning: \"🛆\",\n submitted: \"✔\",\n cancelled: \"🛇\",\n disabled: \"🛇\"\n }\n },\n labels: {\n message: {\n header: {\n help: \"Useful Tip\",\n success: \"Success\",\n info: \"Info\",\n debug: \"Debug\",\n warning: \"Warning\",\n danger: \"Danger\",\n error: \"Error\"\n }\n }\n },\n spinner: \"dots\"\n} as const;\n"],"mappings":";AAkBA,MAAa,QAAC;;CAEd,QAAO;EACJ,MAAO;GACR,QAAQ;IACF,OAAE;IACJ,SAAQ;IACN,aAAS;IACV;GACD,SAAE;IACD,SAAA;IACD,WAAS;IACP,UAAU;IACX;GACD,MAAE;IACD,SAAA;IACD,WAAM;IACJ,UAAU;IACV,MAAA;IACD;GACD,SAAS,EACR,aAAA,WACD;GACA,OAAE;IACD,KAAA;IACD,SAAO;IACL,SAAO;IACP,SAAS;IACT,MAAA;IACA,aAAW;IACZ;GACD,QAAE;IACD,MAAA;KACD,QAAQ;KACN,SAAM;KACJ,OAAO;KACP,WAAW;KACX,WAAS;KACT,UAAU;KACX;IACD,SAAE;KACD,QAAA;KACD,SAAS;KACP,OAAO;KACP,WAAW;KACX,WAAS;KACT,UAAU;KACX;IACD,OAAE;KACD,QAAA;KACD,UAAO;KACL,SAAS;KACT,OAAA;KACA,WAAW;KACX,WAAS;KACT,aAAa;KACb,UAAU;KACX;IACD,aAAa;KACZ,QAAA;KACD,UAAY;KACV,SAAS;KACT,OAAA;KACA,WAAW;KACX,WAAS;KACT,UAAU;KACX;IACF;GACD,SAAE;IACD,MAAA;KACD,QAAS;KACP,OAAM;KACJ,SAAS;KACT,MAAM;KACN,MAAA;KACA,SAAQ;KACT;IACD,SAAS;KACR,QAAA;KACD,OAAS;KACP,SAAS;KACT,MAAM;KACN,MAAA;KACA,SAAQ;KACT;IACF;GACD,MAAE;IACD,SAAA;IACD,YAAM;IACJ,cAAW;IACX,UAAU;IACX;GACF;EACD,QAAE;GACD,KAAA;IACD,SAAQ;IACN,WAAK;IACH,UAAU;IACX;GACD,QAAE;GACF,SAAC;IACD,MAAQ;IACR,SAAS;IACP,MAAM;IACN,OAAO;IACP,SAAQ;IACR,QAAQ;IACT;GACF;EACF;CACD,cAAE;EACD,KAAA;EACD,QAAA;EACE,SAAM;EACP;CACD,SAAS;EACR,KAAA;EACD,QAAS;EACP,SAAM;EACN,OAAO;EACR;CACD,OAAO;EACN,MAAA,EACD,UAAO,KACL;EACA,SAAE,EACD,QAAA;GACD,MAAS;GACP,SAAQ;GACN,MAAM;GACN,OAAO;GACP,SAAS;GACT,QAAQ;GACR,OAAO;GACR,EACF;EACD,QAAE,EACD,QAAA,KACD;EACA,QAAQ;GACP,QAAA;GACD,OAAQ;GACN,SAAS;GACT,WAAU;GACV,WAAU;GACV,UAAU;GACX;EACF;CACD,QAAE,EACD,SAAA,EACD,QAAQ;EACN,MAAS;EACP,SAAQ;EACN,MAAM;EACN,OAAO;EACP,SAAO;EACP,QAAQ;EACR,OAAO;EACR,EACF,EACF;CACD,SAAE;CACH"}
|
package/dist/types/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{};
|
|
1
|
+
export { };
|
package/dist/types/plugin.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{};
|
|
1
|
+
export { };
|
package/dist/types/theme.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{};
|
|
1
|
+
export { };
|
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.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": [
|
|
@@ -223,23 +223,23 @@
|
|
|
223
223
|
"files": ["dist/**/*"],
|
|
224
224
|
"dependencies": {
|
|
225
225
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
226
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
227
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
228
|
-
"@powerlines/plugin-style-dictionary": "^0.3.
|
|
229
|
-
"@stryke/helpers": "^0.10.
|
|
230
|
-
"@stryke/json": "^0.14.
|
|
231
|
-
"@stryke/string-format": "^0.17.
|
|
232
|
-
"@stryke/type-checks": "^0.6.
|
|
233
|
-
"@stryke/types": "^0.
|
|
226
|
+
"@powerlines/plugin-alloy": "^0.26.84",
|
|
227
|
+
"@powerlines/plugin-plugin": "^0.12.416",
|
|
228
|
+
"@powerlines/plugin-style-dictionary": "^0.3.366",
|
|
229
|
+
"@stryke/helpers": "^0.10.12",
|
|
230
|
+
"@stryke/json": "^0.14.16",
|
|
231
|
+
"@stryke/string-format": "^0.17.13",
|
|
232
|
+
"@stryke/type-checks": "^0.6.5",
|
|
233
|
+
"@stryke/types": "^0.12.0",
|
|
234
234
|
"defu": "^6.1.7",
|
|
235
|
-
"powerlines": "^0.
|
|
235
|
+
"powerlines": "^0.47.4",
|
|
236
236
|
"style-dictionary": "^5.4.0"
|
|
237
237
|
},
|
|
238
238
|
"devDependencies": {
|
|
239
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
239
|
+
"@powerlines/plugin-deepkit": "^0.11.347",
|
|
240
240
|
"@types/node": "^25.6.0"
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
|
-
"inlinedDependencies": { "@standard-schema/spec": "1.1.0", "zod": "4.3
|
|
244
|
-
"gitHead": "
|
|
243
|
+
"inlinedDependencies": { "@standard-schema/spec": "1.1.0", "zod": "4.4.3" },
|
|
244
|
+
"gitHead": "7b4030fd6be000c960e8cc4c4f7b4db205054e69"
|
|
245
245
|
}
|