@storm-software/config-tools 1.65.0 → 1.66.0
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/CHANGELOG.md +9 -0
- package/README.md +1 -1
- package/index.cjs +2 -2
- package/index.js +2 -2
- package/package.json +1 -1
- package/utilities/logger.cjs +2 -2
- package/utilities/logger.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 1.66.0 (2024-07-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
- **eslint:** Added the header plugin ([cc0cbbea](https://github.com/storm-software/storm-ops/commit/cc0cbbea))
|
|
7
|
+
|
|
8
|
+
- **eslint:** Removed invalid JSON configuration from package ([2622ee7e](https://github.com/storm-software/storm-ops/commit/2622ee7e))
|
|
9
|
+
|
|
1
10
|
## 1.65.0 (2024-07-29)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/index.cjs
CHANGED
|
@@ -66851,7 +66851,7 @@ var z2 = /* @__PURE__ */ Object.freeze({
|
|
|
66851
66851
|
});
|
|
66852
66852
|
|
|
66853
66853
|
// packages/config/src/schema.ts
|
|
66854
|
-
var DarkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#
|
|
66854
|
+
var DarkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#0D1017").describe("The dark background color of the workspace");
|
|
66855
66855
|
var LightColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#f4f4f5").describe("The light background color of the workspace");
|
|
66856
66856
|
var BrandColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The primary brand specific color of the workspace");
|
|
66857
66857
|
var Brand2ColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#7434DB").describe("The secondary brand specific color of the workspace");
|
|
@@ -67019,7 +67019,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
67019
67019
|
error: "#a40e26"
|
|
67020
67020
|
},
|
|
67021
67021
|
dark: {
|
|
67022
|
-
background: "#
|
|
67022
|
+
background: "#0D1017",
|
|
67023
67023
|
foreground: "#fcfcf5",
|
|
67024
67024
|
brand: "#1fb2a6",
|
|
67025
67025
|
brand2: "#7434DB",
|
package/index.js
CHANGED
|
@@ -66808,7 +66808,7 @@ var z2 = /* @__PURE__ */ Object.freeze({
|
|
|
66808
66808
|
});
|
|
66809
66809
|
|
|
66810
66810
|
// packages/config/src/schema.ts
|
|
66811
|
-
var DarkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#
|
|
66811
|
+
var DarkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#0D1017").describe("The dark background color of the workspace");
|
|
66812
66812
|
var LightColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#f4f4f5").describe("The light background color of the workspace");
|
|
66813
66813
|
var BrandColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The primary brand specific color of the workspace");
|
|
66814
66814
|
var Brand2ColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#7434DB").describe("The secondary brand specific color of the workspace");
|
|
@@ -66976,7 +66976,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
66976
66976
|
error: "#a40e26"
|
|
66977
66977
|
},
|
|
66978
66978
|
dark: {
|
|
66979
|
-
background: "#
|
|
66979
|
+
background: "#0D1017",
|
|
66980
66980
|
foreground: "#fcfcf5",
|
|
66981
66981
|
brand: "#1fb2a6",
|
|
66982
66982
|
brand2: "#7434DB",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.66.0",
|
|
4
4
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
package/utilities/logger.cjs
CHANGED
|
@@ -5555,7 +5555,7 @@ var z = /* @__PURE__ */ Object.freeze({
|
|
|
5555
5555
|
});
|
|
5556
5556
|
|
|
5557
5557
|
// packages/config/src/schema.ts
|
|
5558
|
-
var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#
|
|
5558
|
+
var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#0D1017").describe("The dark background color of the workspace");
|
|
5559
5559
|
var LightColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#f4f4f5").describe("The light background color of the workspace");
|
|
5560
5560
|
var BrandColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The primary brand specific color of the workspace");
|
|
5561
5561
|
var Brand2ColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#7434DB").describe("The secondary brand specific color of the workspace");
|
|
@@ -5707,7 +5707,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
5707
5707
|
error: "#a40e26"
|
|
5708
5708
|
},
|
|
5709
5709
|
dark: {
|
|
5710
|
-
background: "#
|
|
5710
|
+
background: "#0D1017",
|
|
5711
5711
|
foreground: "#fcfcf5",
|
|
5712
5712
|
brand: "#1fb2a6",
|
|
5713
5713
|
brand2: "#7434DB",
|
package/utilities/logger.js
CHANGED
|
@@ -5539,7 +5539,7 @@ var z = /* @__PURE__ */ Object.freeze({
|
|
|
5539
5539
|
});
|
|
5540
5540
|
|
|
5541
5541
|
// packages/config/src/schema.ts
|
|
5542
|
-
var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#
|
|
5542
|
+
var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#0D1017").describe("The dark background color of the workspace");
|
|
5543
5543
|
var LightColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#f4f4f5").describe("The light background color of the workspace");
|
|
5544
5544
|
var BrandColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The primary brand specific color of the workspace");
|
|
5545
5545
|
var Brand2ColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#7434DB").describe("The secondary brand specific color of the workspace");
|
|
@@ -5691,7 +5691,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
5691
5691
|
error: "#a40e26"
|
|
5692
5692
|
},
|
|
5693
5693
|
dark: {
|
|
5694
|
-
background: "#
|
|
5694
|
+
background: "#0D1017",
|
|
5695
5695
|
foreground: "#fcfcf5",
|
|
5696
5696
|
brand: "#1fb2a6",
|
|
5697
5697
|
brand2: "#7434DB",
|