@shell-shock/plugin-theme 0.3.28 → 0.3.29
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/themes/default.cjs +43 -43
- package/dist/themes/default.mjs +43 -43
- package/dist/themes/default.mjs.map +1 -1
- package/package.json +2 -2
package/dist/themes/default.cjs
CHANGED
|
@@ -5,70 +5,70 @@ const theme = {
|
|
|
5
5
|
colors: {
|
|
6
6
|
text: {
|
|
7
7
|
banner: {
|
|
8
|
-
title: "#
|
|
9
|
-
command: "#
|
|
10
|
-
description: "#
|
|
8
|
+
title: "#f9fbfb",
|
|
9
|
+
command: "#9ca8ab",
|
|
10
|
+
description: "#67787c"
|
|
11
11
|
},
|
|
12
12
|
heading: {
|
|
13
|
-
primary: "#
|
|
14
|
-
secondary: "#
|
|
15
|
-
tertiary: "#
|
|
13
|
+
primary: "#f9fbfb",
|
|
14
|
+
secondary: "#9ca8ab",
|
|
15
|
+
tertiary: "#67787c"
|
|
16
16
|
},
|
|
17
17
|
body: {
|
|
18
|
-
primary: "#
|
|
19
|
-
secondary: "#
|
|
20
|
-
tertiary: "#
|
|
18
|
+
primary: "#9ca8ab",
|
|
19
|
+
secondary: "#67787c",
|
|
20
|
+
tertiary: "#394447",
|
|
21
21
|
link: "#3fa6ff"
|
|
22
22
|
},
|
|
23
|
-
message: { description: "#
|
|
23
|
+
message: { description: "#f9fbfb" },
|
|
24
24
|
usage: {
|
|
25
|
-
bin: "#
|
|
26
|
-
command: "#
|
|
27
|
-
dynamic: "#
|
|
28
|
-
options: "#
|
|
29
|
-
args: "#
|
|
30
|
-
description: "#
|
|
25
|
+
bin: "#67787c",
|
|
26
|
+
command: "#f9fbfb",
|
|
27
|
+
dynamic: "#9ca8ab",
|
|
28
|
+
options: "#9ca8ab",
|
|
29
|
+
args: "#9ca8ab",
|
|
30
|
+
description: "#67787c"
|
|
31
31
|
},
|
|
32
32
|
prompt: {
|
|
33
33
|
icon: {
|
|
34
|
-
active: "#
|
|
34
|
+
active: "#3b82f6",
|
|
35
35
|
warning: "#f3d371",
|
|
36
36
|
error: "#d8314a",
|
|
37
37
|
submitted: "#45b27e",
|
|
38
38
|
cancelled: "#d8314a",
|
|
39
|
-
disabled: "#
|
|
39
|
+
disabled: "#22292b"
|
|
40
40
|
},
|
|
41
41
|
message: {
|
|
42
|
-
active: "#
|
|
43
|
-
warning: "#
|
|
44
|
-
error: "#
|
|
45
|
-
submitted: "#
|
|
46
|
-
cancelled: "#
|
|
47
|
-
disabled: "#
|
|
42
|
+
active: "#f9fbfb",
|
|
43
|
+
warning: "#f9fbfb",
|
|
44
|
+
error: "#f9fbfb",
|
|
45
|
+
submitted: "#67787c",
|
|
46
|
+
cancelled: "#67787c",
|
|
47
|
+
disabled: "#22292b"
|
|
48
48
|
},
|
|
49
49
|
input: {
|
|
50
|
-
active: "#
|
|
51
|
-
inactive: "#
|
|
50
|
+
active: "#3b82f6",
|
|
51
|
+
inactive: "#394447",
|
|
52
52
|
warning: "#f3d371",
|
|
53
53
|
error: "#d8314a",
|
|
54
|
-
submitted: "#
|
|
54
|
+
submitted: "#f9fbfb",
|
|
55
55
|
cancelled: "#d8314a",
|
|
56
|
-
placeholder: "#
|
|
57
|
-
disabled: "#
|
|
56
|
+
placeholder: "#394447",
|
|
57
|
+
disabled: "#22292b"
|
|
58
58
|
},
|
|
59
59
|
description: {
|
|
60
|
-
active: "#
|
|
61
|
-
inactive: "#
|
|
60
|
+
active: "#67787c",
|
|
61
|
+
inactive: "#22292b",
|
|
62
62
|
warning: "#f3d371",
|
|
63
63
|
error: "#d8314a",
|
|
64
|
-
submitted: "#
|
|
64
|
+
submitted: "#22292b",
|
|
65
65
|
cancelled: "#d8314a",
|
|
66
|
-
disabled: "#
|
|
66
|
+
disabled: "#22292b"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
spinner: {
|
|
70
70
|
icon: {
|
|
71
|
-
active: "#
|
|
71
|
+
active: "#3b82f6",
|
|
72
72
|
error: "#d8314a",
|
|
73
73
|
success: "#45b27e",
|
|
74
74
|
help: "#818cf8",
|
|
@@ -76,22 +76,22 @@ const theme = {
|
|
|
76
76
|
warning: "#f3d371"
|
|
77
77
|
},
|
|
78
78
|
message: {
|
|
79
|
-
active: "#
|
|
79
|
+
active: "#f9fbfb",
|
|
80
80
|
error: "#d8314a",
|
|
81
|
-
success: "#
|
|
82
|
-
help: "#
|
|
83
|
-
info: "#
|
|
84
|
-
warning: "#
|
|
81
|
+
success: "#67787c",
|
|
82
|
+
help: "#67787c",
|
|
83
|
+
info: "#67787c",
|
|
84
|
+
warning: "#67787c"
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
border: {
|
|
89
89
|
app: {
|
|
90
|
-
primary: "#
|
|
91
|
-
secondary: "#
|
|
92
|
-
tertiary: "#
|
|
90
|
+
primary: "#f9fbfb",
|
|
91
|
+
secondary: "#67787c",
|
|
92
|
+
tertiary: "#22292b"
|
|
93
93
|
},
|
|
94
|
-
banner: "#
|
|
94
|
+
banner: "#f9fbfb",
|
|
95
95
|
message: {
|
|
96
96
|
help: "#818cf8",
|
|
97
97
|
success: "#45b27e",
|
package/dist/themes/default.mjs
CHANGED
|
@@ -4,70 +4,70 @@ const theme = {
|
|
|
4
4
|
colors: {
|
|
5
5
|
text: {
|
|
6
6
|
banner: {
|
|
7
|
-
title: "#
|
|
8
|
-
command: "#
|
|
9
|
-
description: "#
|
|
7
|
+
title: "#f9fbfb",
|
|
8
|
+
command: "#9ca8ab",
|
|
9
|
+
description: "#67787c"
|
|
10
10
|
},
|
|
11
11
|
heading: {
|
|
12
|
-
primary: "#
|
|
13
|
-
secondary: "#
|
|
14
|
-
tertiary: "#
|
|
12
|
+
primary: "#f9fbfb",
|
|
13
|
+
secondary: "#9ca8ab",
|
|
14
|
+
tertiary: "#67787c"
|
|
15
15
|
},
|
|
16
16
|
body: {
|
|
17
|
-
primary: "#
|
|
18
|
-
secondary: "#
|
|
19
|
-
tertiary: "#
|
|
17
|
+
primary: "#9ca8ab",
|
|
18
|
+
secondary: "#67787c",
|
|
19
|
+
tertiary: "#394447",
|
|
20
20
|
link: "#3fa6ff"
|
|
21
21
|
},
|
|
22
|
-
message: { description: "#
|
|
22
|
+
message: { description: "#f9fbfb" },
|
|
23
23
|
usage: {
|
|
24
|
-
bin: "#
|
|
25
|
-
command: "#
|
|
26
|
-
dynamic: "#
|
|
27
|
-
options: "#
|
|
28
|
-
args: "#
|
|
29
|
-
description: "#
|
|
24
|
+
bin: "#67787c",
|
|
25
|
+
command: "#f9fbfb",
|
|
26
|
+
dynamic: "#9ca8ab",
|
|
27
|
+
options: "#9ca8ab",
|
|
28
|
+
args: "#9ca8ab",
|
|
29
|
+
description: "#67787c"
|
|
30
30
|
},
|
|
31
31
|
prompt: {
|
|
32
32
|
icon: {
|
|
33
|
-
active: "#
|
|
33
|
+
active: "#3b82f6",
|
|
34
34
|
warning: "#f3d371",
|
|
35
35
|
error: "#d8314a",
|
|
36
36
|
submitted: "#45b27e",
|
|
37
37
|
cancelled: "#d8314a",
|
|
38
|
-
disabled: "#
|
|
38
|
+
disabled: "#22292b"
|
|
39
39
|
},
|
|
40
40
|
message: {
|
|
41
|
-
active: "#
|
|
42
|
-
warning: "#
|
|
43
|
-
error: "#
|
|
44
|
-
submitted: "#
|
|
45
|
-
cancelled: "#
|
|
46
|
-
disabled: "#
|
|
41
|
+
active: "#f9fbfb",
|
|
42
|
+
warning: "#f9fbfb",
|
|
43
|
+
error: "#f9fbfb",
|
|
44
|
+
submitted: "#67787c",
|
|
45
|
+
cancelled: "#67787c",
|
|
46
|
+
disabled: "#22292b"
|
|
47
47
|
},
|
|
48
48
|
input: {
|
|
49
|
-
active: "#
|
|
50
|
-
inactive: "#
|
|
49
|
+
active: "#3b82f6",
|
|
50
|
+
inactive: "#394447",
|
|
51
51
|
warning: "#f3d371",
|
|
52
52
|
error: "#d8314a",
|
|
53
|
-
submitted: "#
|
|
53
|
+
submitted: "#f9fbfb",
|
|
54
54
|
cancelled: "#d8314a",
|
|
55
|
-
placeholder: "#
|
|
56
|
-
disabled: "#
|
|
55
|
+
placeholder: "#394447",
|
|
56
|
+
disabled: "#22292b"
|
|
57
57
|
},
|
|
58
58
|
description: {
|
|
59
|
-
active: "#
|
|
60
|
-
inactive: "#
|
|
59
|
+
active: "#67787c",
|
|
60
|
+
inactive: "#22292b",
|
|
61
61
|
warning: "#f3d371",
|
|
62
62
|
error: "#d8314a",
|
|
63
|
-
submitted: "#
|
|
63
|
+
submitted: "#22292b",
|
|
64
64
|
cancelled: "#d8314a",
|
|
65
|
-
disabled: "#
|
|
65
|
+
disabled: "#22292b"
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
spinner: {
|
|
69
69
|
icon: {
|
|
70
|
-
active: "#
|
|
70
|
+
active: "#3b82f6",
|
|
71
71
|
error: "#d8314a",
|
|
72
72
|
success: "#45b27e",
|
|
73
73
|
help: "#818cf8",
|
|
@@ -75,22 +75,22 @@ const theme = {
|
|
|
75
75
|
warning: "#f3d371"
|
|
76
76
|
},
|
|
77
77
|
message: {
|
|
78
|
-
active: "#
|
|
78
|
+
active: "#f9fbfb",
|
|
79
79
|
error: "#d8314a",
|
|
80
|
-
success: "#
|
|
81
|
-
help: "#
|
|
82
|
-
info: "#
|
|
83
|
-
warning: "#
|
|
80
|
+
success: "#67787c",
|
|
81
|
+
help: "#67787c",
|
|
82
|
+
info: "#67787c",
|
|
83
|
+
warning: "#67787c"
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
border: {
|
|
88
88
|
app: {
|
|
89
|
-
primary: "#
|
|
90
|
-
secondary: "#
|
|
91
|
-
tertiary: "#
|
|
89
|
+
primary: "#f9fbfb",
|
|
90
|
+
secondary: "#67787c",
|
|
91
|
+
tertiary: "#22292b"
|
|
92
92
|
},
|
|
93
|
-
banner: "#
|
|
93
|
+
banner: "#f9fbfb",
|
|
94
94
|
message: {
|
|
95
95
|
help: "#818cf8",
|
|
96
96
|
success: "#45b27e",
|
|
@@ -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: \"#
|
|
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: \"#f9fbfb\",\n command: \"#9ca8ab\",\n description: \"#67787c\"\n },\n heading: {\n primary: \"#f9fbfb\",\n secondary: \"#9ca8ab\",\n tertiary: \"#67787c\"\n },\n body: {\n primary: \"#9ca8ab\",\n secondary: \"#67787c\",\n tertiary: \"#394447\",\n link: \"#3fa6ff\"\n },\n message: {\n description: \"#f9fbfb\"\n },\n usage: {\n bin: \"#67787c\",\n command: \"#f9fbfb\",\n dynamic: \"#9ca8ab\",\n options: \"#9ca8ab\",\n args: \"#9ca8ab\",\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: \"#22292b\"\n },\n message: {\n active: \"#f9fbfb\",\n warning: \"#f9fbfb\",\n error: \"#f9fbfb\",\n submitted: \"#67787c\",\n cancelled: \"#67787c\",\n disabled: \"#22292b\"\n },\n input: {\n active: \"#3b82f6\",\n inactive: \"#394447\",\n warning: \"#f3d371\",\n error: \"#d8314a\",\n submitted: \"#f9fbfb\",\n cancelled: \"#d8314a\",\n placeholder: \"#394447\",\n disabled: \"#22292b\"\n },\n description: {\n active: \"#67787c\",\n inactive: \"#22292b\",\n warning: \"#f3d371\",\n error: \"#d8314a\",\n submitted: \"#22292b\",\n cancelled: \"#d8314a\",\n disabled: \"#22292b\"\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: \"#f9fbfb\",\n error: \"#d8314a\",\n success: \"#67787c\",\n help: \"#67787c\",\n info: \"#67787c\",\n warning: \"#67787c\"\n }\n }\n },\n border: {\n app: {\n primary: \"#f9fbfb\",\n secondary: \"#67787c\",\n tertiary: \"#22292b\"\n },\n banner: \"#f9fbfb\",\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 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":";AAoBA,MAAa,QAAyB;CACpC,QAAQ;CACR,QAAQ;EACN,MAAM;GACJ,QAAQ;IACN,OAAO;IACP,SAAS;IACT,aAAa;IACd;GACD,SAAS;IACP,SAAS;IACT,WAAW;IACX,UAAU;IACX;GACD,MAAM;IACJ,SAAS;IACT,WAAW;IACX,UAAU;IACV,MAAM;IACP;GACD,SAAS,EACP,aAAa,WACd;GACD,OAAO;IACL,KAAK;IACL,SAAS;IACT,SAAS;IACT,SAAS;IACT,MAAM;IACN,aAAa;IACd;GACD,QAAQ;IACN,MAAM;KACJ,QAAQ;KACR,SAAS;KACT,OAAO;KACP,WAAW;KACX,WAAW;KACX,UAAU;KACX;IACD,SAAS;KACP,QAAQ;KACR,SAAS;KACT,OAAO;KACP,WAAW;KACX,WAAW;KACX,UAAU;KACX;IACD,OAAO;KACL,QAAQ;KACR,UAAU;KACV,SAAS;KACT,OAAO;KACP,WAAW;KACX,WAAW;KACX,aAAa;KACb,UAAU;KACX;IACD,aAAa;KACX,QAAQ;KACR,UAAU;KACV,SAAS;KACT,OAAO;KACP,WAAW;KACX,WAAW;KACX,UAAU;KACX;IACF;GACD,SAAS;IACP,MAAM;KACJ,QAAQ;KACR,OAAO;KACP,SAAS;KACT,MAAM;KACN,MAAM;KACN,SAAS;KACV;IACD,SAAS;KACP,QAAQ;KACR,OAAO;KACP,SAAS;KACT,MAAM;KACN,MAAM;KACN,SAAS;KACV;IACF;GACF;EACD,QAAQ;GACN,KAAK;IACH,SAAS;IACT,WAAW;IACX,UAAU;IACX;GACD,QAAQ;GACR,SAAS;IACP,MAAM;IACN,SAAS;IACT,MAAM;IACN,OAAO;IACP,SAAS;IACT,QAAQ;IACT;GACF;EACF;CACD,cAAc;EACZ,KAAK;EACL,QAAQ;EACR,SAAS;EACV;CACD,SAAS;EACP,KAAK;EACL,QAAQ;EACR,SAAS;EACT,OAAO;EACR;CACD,OAAO;EACL,SAAS,EACP,QAAQ;GACN,MAAM;GACN,SAAS;GACT,MAAM;GACN,OAAO;GACP,SAAS;GACT,QAAQ;GACR,OAAO;GACR,EACF;EACD,QAAQ,EACN,QAAQ,KACT;EACD,QAAQ;GACN,QAAQ;GACR,OAAO;GACP,SAAS;GACT,WAAW;GACX,WAAW;GACX,UAAU;GACX;EACF;CACD,QAAQ,EACN,SAAS,EACP,QAAQ;EACN,MAAM;EACN,SAAS;EACT,MAAM;EACN,OAAO;EACP,SAAS;EACT,QAAQ;EACR,OAAO;EACR,EACF,EACF;CACD,SAAS;CACV"}
|
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.29",
|
|
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,5 +223,5 @@
|
|
|
223
223
|
"@types/node": "^25.5.0"
|
|
224
224
|
},
|
|
225
225
|
"publishConfig": { "access": "public" },
|
|
226
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "34488ccdcd281f51646307b1818117b84c55a722"
|
|
227
227
|
}
|