@storm-software/config-tools 1.44.0 → 1.45.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config-tools",
3
- "version": "1.44.0",
3
+ "version": "1.45.1",
4
4
  "private": false,
5
5
  "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
6
6
  "repository": {
@@ -5585,7 +5585,7 @@ var z = /* @__PURE__ */ Object.freeze({
5585
5585
  var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#22272E").describe("The dark background color of the workspace");
5586
5586
  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");
5587
5587
  var BrandColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The first brand specific color of the workspace");
5588
- var AccentColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#8256D0").describe("The second brand specific color of the workspace");
5588
+ var HelpColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#8256D0").describe("The second brand specific color of the workspace");
5589
5589
  var SuccessColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#087f5b").describe("The success color of the workspace");
5590
5590
  var InfoColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#316DCA").describe("The informational color of the workspace");
5591
5591
  var WarningColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#fcc419").describe("The warning color of the workspace");
@@ -5595,7 +5595,7 @@ var DarkThemeColorConfigSchema = z.object({
5595
5595
  foreground: LightColorSchema,
5596
5596
  background: DarkColorSchema,
5597
5597
  brand: BrandColorSchema,
5598
- accent: AccentColorSchema,
5598
+ help: HelpColorSchema,
5599
5599
  success: SuccessColorSchema,
5600
5600
  info: InfoColorSchema,
5601
5601
  warning: WarningColorSchema,
@@ -5606,7 +5606,7 @@ var LightThemeColorConfigSchema = z.object({
5606
5606
  foreground: DarkColorSchema,
5607
5607
  background: LightColorSchema,
5608
5608
  brand: BrandColorSchema,
5609
- accent: AccentColorSchema,
5609
+ help: HelpColorSchema,
5610
5610
  success: SuccessColorSchema,
5611
5611
  info: InfoColorSchema,
5612
5612
  warning: WarningColorSchema,
@@ -5621,7 +5621,7 @@ var SingleThemeColorConfigSchema = z.object({
5621
5621
  dark: DarkColorSchema,
5622
5622
  light: LightColorSchema,
5623
5623
  brand: BrandColorSchema,
5624
- accent: AccentColorSchema,
5624
+ help: HelpColorSchema,
5625
5625
  success: SuccessColorSchema,
5626
5626
  info: InfoColorSchema,
5627
5627
  warning: WarningColorSchema,
@@ -5699,7 +5699,7 @@ var DEFAULT_COLOR_CONFIG = {
5699
5699
  background: "#f4f4f5",
5700
5700
  foreground: "#1d232a",
5701
5701
  brand: "#1fb2a6",
5702
- accent: "#8250df",
5702
+ help: "#8250df",
5703
5703
  success: "#087f5b",
5704
5704
  info: "#0550ae",
5705
5705
  warning: "#e3b341",
@@ -5709,7 +5709,7 @@ var DEFAULT_COLOR_CONFIG = {
5709
5709
  background: "#22272E",
5710
5710
  foreground: "#fcfcf5",
5711
5711
  brand: "#1fb2a6",
5712
- accent: "#8256D0",
5712
+ help: "#8256D0",
5713
5713
  success: "#087f5b",
5714
5714
  info: "#316DCA",
5715
5715
  warning: "#F3D371",
@@ -5570,7 +5570,7 @@ var z = /* @__PURE__ */ Object.freeze({
5570
5570
  var DarkColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#22272E").describe("The dark background color of the workspace");
5571
5571
  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");
5572
5572
  var BrandColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1fb2a6").describe("The first brand specific color of the workspace");
5573
- var AccentColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#8256D0").describe("The second brand specific color of the workspace");
5573
+ var HelpColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#8256D0").describe("The second brand specific color of the workspace");
5574
5574
  var SuccessColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#087f5b").describe("The success color of the workspace");
5575
5575
  var InfoColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#316DCA").describe("The informational color of the workspace");
5576
5576
  var WarningColorSchema = z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#fcc419").describe("The warning color of the workspace");
@@ -5580,7 +5580,7 @@ var DarkThemeColorConfigSchema = z.object({
5580
5580
  foreground: LightColorSchema,
5581
5581
  background: DarkColorSchema,
5582
5582
  brand: BrandColorSchema,
5583
- accent: AccentColorSchema,
5583
+ help: HelpColorSchema,
5584
5584
  success: SuccessColorSchema,
5585
5585
  info: InfoColorSchema,
5586
5586
  warning: WarningColorSchema,
@@ -5591,7 +5591,7 @@ var LightThemeColorConfigSchema = z.object({
5591
5591
  foreground: DarkColorSchema,
5592
5592
  background: LightColorSchema,
5593
5593
  brand: BrandColorSchema,
5594
- accent: AccentColorSchema,
5594
+ help: HelpColorSchema,
5595
5595
  success: SuccessColorSchema,
5596
5596
  info: InfoColorSchema,
5597
5597
  warning: WarningColorSchema,
@@ -5606,7 +5606,7 @@ var SingleThemeColorConfigSchema = z.object({
5606
5606
  dark: DarkColorSchema,
5607
5607
  light: LightColorSchema,
5608
5608
  brand: BrandColorSchema,
5609
- accent: AccentColorSchema,
5609
+ help: HelpColorSchema,
5610
5610
  success: SuccessColorSchema,
5611
5611
  info: InfoColorSchema,
5612
5612
  warning: WarningColorSchema,
@@ -5684,7 +5684,7 @@ var DEFAULT_COLOR_CONFIG = {
5684
5684
  background: "#f4f4f5",
5685
5685
  foreground: "#1d232a",
5686
5686
  brand: "#1fb2a6",
5687
- accent: "#8250df",
5687
+ help: "#8250df",
5688
5688
  success: "#087f5b",
5689
5689
  info: "#0550ae",
5690
5690
  warning: "#e3b341",
@@ -5694,7 +5694,7 @@ var DEFAULT_COLOR_CONFIG = {
5694
5694
  background: "#22272E",
5695
5695
  foreground: "#fcfcf5",
5696
5696
  brand: "#1fb2a6",
5697
- accent: "#8256D0",
5697
+ help: "#8256D0",
5698
5698
  success: "#087f5b",
5699
5699
  info: "#316DCA",
5700
5700
  warning: "#F3D371",