@shell-shock/plugin-theme 0.0.7 → 0.0.8

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.
@@ -53,7 +53,7 @@ const theme = {
53
53
  message: "round"
54
54
  },
55
55
  padding: {
56
- app: 4,
56
+ app: 1,
57
57
  banner: 14,
58
58
  message: 8,
59
59
  table: 2
@@ -52,7 +52,7 @@ const theme = {
52
52
  message: "round"
53
53
  },
54
54
  padding: {
55
- app: 4,
55
+ app: 1,
56
56
  banner: 14,
57
57
  message: 8,
58
58
  table: 2
@@ -1 +1 @@
1
- {"version":3,"file":"storm.mjs","names":["theme: ThemeUserConfig"],"sources":["../../src/themes/storm.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: \"storm\",\n colors: {\n text: {\n banner: {\n title: \"#3be4be\",\n command: \"#ffffff\",\n description: \"#9ca3af\"\n },\n heading: {\n primary: \"#ffffff\",\n secondary: \"#cbd5e1\",\n tertiary: \"#9ca3af\"\n },\n body: {\n primary: \"#cbd5e1\",\n secondary: \"#9ca3af\",\n tertiary: \"#868b95\",\n link: \"#3fa6ff\"\n },\n message: {\n description: \"#ffffff\"\n },\n usage: {\n bin: \"#ffffff\",\n command: \"#3be4be\",\n subcommand: \"#22c55e\",\n options: \"#fca5a5\",\n params: \"#3fa6ff\",\n description: \"#9ca3af\"\n }\n },\n border: {\n app: {\n primary: \"#ffffff\",\n secondary: \"#cbd5e1\",\n tertiary: \"#9ca3af\"\n },\n banner: \"#3be4be\",\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: 4,\n banner: 14,\n message: 8,\n table: 2\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 },\n labels: {\n message: {\n header: {\n help: \"Useful Tip\",\n success: \"Success\",\n info: \"Info\",\n debug: \"Info\",\n warning: \"Warning\",\n danger: \"Danger\",\n error: \"Error\"\n }\n }\n }\n} as const;\n"],"mappings":";AAoBA,MAAaA,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,YAAY;IACZ,SAAS;IACT,QAAQ;IACR,aAAa;IACd;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;EACF;CACD,QAAQ,EACN,SAAS,EACP,QAAQ;EACN,MAAM;EACN,SAAS;EACT,MAAM;EACN,OAAO;EACP,SAAS;EACT,QAAQ;EACR,OAAO;EACR,EACF,EACF;CACF"}
1
+ {"version":3,"file":"storm.mjs","names":["theme: ThemeUserConfig"],"sources":["../../src/themes/storm.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: \"storm\",\n colors: {\n text: {\n banner: {\n title: \"#3be4be\",\n command: \"#ffffff\",\n description: \"#9ca3af\"\n },\n heading: {\n primary: \"#ffffff\",\n secondary: \"#cbd5e1\",\n tertiary: \"#9ca3af\"\n },\n body: {\n primary: \"#cbd5e1\",\n secondary: \"#9ca3af\",\n tertiary: \"#868b95\",\n link: \"#3fa6ff\"\n },\n message: {\n description: \"#ffffff\"\n },\n usage: {\n bin: \"#ffffff\",\n command: \"#3be4be\",\n subcommand: \"#22c55e\",\n options: \"#fca5a5\",\n params: \"#3fa6ff\",\n description: \"#9ca3af\"\n }\n },\n border: {\n app: {\n primary: \"#ffffff\",\n secondary: \"#cbd5e1\",\n tertiary: \"#9ca3af\"\n },\n banner: \"#3be4be\",\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: 1,\n banner: 14,\n message: 8,\n table: 2\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 },\n labels: {\n message: {\n header: {\n help: \"Useful Tip\",\n success: \"Success\",\n info: \"Info\",\n debug: \"Info\",\n warning: \"Warning\",\n danger: \"Danger\",\n error: \"Error\"\n }\n }\n }\n} as const;\n"],"mappings":";AAoBA,MAAaA,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,YAAY;IACZ,SAAS;IACT,QAAQ;IACR,aAAa;IACd;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;EACF;CACD,QAAQ,EACN,SAAS,EACP,QAAQ;EACN,MAAM;EACN,SAAS;EACT,MAAM;EACN,OAAO;EACP,SAAS;EACT,QAAQ;EACR,OAAO;EACR,EACF,EACF;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-theme",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "type": "module",
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "repository": {
@@ -110,18 +110,18 @@
110
110
  "storm-software"
111
111
  ],
112
112
  "dependencies": {
113
- "@powerlines/plugin-plugin": "^0.12.208",
114
- "@powerlines/plugin-style-dictionary": "^0.3.158",
113
+ "@powerlines/plugin-plugin": "^0.12.214",
114
+ "@powerlines/plugin-style-dictionary": "^0.3.164",
115
115
  "@stryke/helpers": "0.9.40",
116
116
  "@stryke/type-checks": "^0.5.23",
117
117
  "defu": "^6.1.4",
118
- "powerlines": "^0.38.24",
118
+ "powerlines": "^0.38.30",
119
119
  "style-dictionary": "^5.2.0"
120
120
  },
121
121
  "devDependencies": {
122
- "@powerlines/plugin-deepkit": "^0.11.136",
122
+ "@powerlines/plugin-deepkit": "^0.11.142",
123
123
  "@types/node": "^22.19.7"
124
124
  },
125
125
  "publishConfig": { "access": "public" },
126
- "gitHead": "150522912ecb85c5d409659bc146c2c6ae635923"
126
+ "gitHead": "ad8f1104e63a42de787eb5c5ec5c57e27f8a682e"
127
127
  }