@storm-software/workspace-tools 1.195.0 → 1.197.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.
@@ -66151,22 +66151,22 @@ var init_lib = __esm({
66151
66151
  });
66152
66152
 
66153
66153
  // packages/config/src/schema.ts
66154
- var DarkColorSchema, LightColorSchema, BrandColorSchema, AlternateColorSchema, AccentColorSchema, LinkColorSchema, HelpColorSchema, SuccessColorSchema, InfoColorSchema, WarningColorSchema, ErrorColorSchema, FatalColorSchema, PositiveColorSchema, NegativeColorSchema, DarkThemeColorConfigSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, SingleThemeColorConfigSchema, RegistryUrlConfigSchema, RegistryConfigSchema, ColorConfigSchema, ColorConfigMapSchema, StormConfigSchema;
66154
+ var DarkColorSchema, LightColorSchema, BrandColorSchema, AlternateColorSchema, AccentColorSchema, LinkColorSchema, HelpColorSchema, SuccessColorSchema, InfoColorSchema, WarningColorSchema, DangerColorSchema, FatalColorSchema, PositiveColorSchema, NegativeColorSchema, DarkThemeColorConfigSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, SingleThemeColorConfigSchema, RegistryUrlConfigSchema, RegistryConfigSchema, ColorConfigSchema, ColorConfigMapSchema, StormConfigSchema;
66155
66155
  var init_schema = __esm({
66156
66156
  "packages/config/src/schema.ts"() {
66157
66157
  init_lib();
66158
66158
  init_constants();
66159
- 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");
66159
+ DarkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1d1e22").describe("The dark background color of the workspace");
66160
66160
  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");
66161
- BrandColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#3fc1b0").describe("The primary brand specific color of the workspace");
66161
+ 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");
66162
66162
  AlternateColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The alternate brand specific color of the workspace");
66163
66163
  AccentColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The secondary brand specific color of the workspace");
66164
- LinkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The color used to display ");
66164
+ LinkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The color used to display hyperlink text");
66165
66165
  HelpColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#8256D0").describe("The second brand specific color of the workspace");
66166
- SuccessColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#087f5b").describe("The success color of the workspace");
66167
- InfoColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#316DCA").describe("The informational color of the workspace");
66166
+ SuccessColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#12B66A").describe("The success color of the workspace");
66167
+ InfoColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#0070E0").describe("The informational color of the workspace");
66168
66168
  WarningColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#fcc419").describe("The warning color of the workspace");
66169
- ErrorColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#a40e26").describe("The error color of the workspace");
66169
+ DangerColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#D8314A").describe("The danger color of the workspace");
66170
66170
  FatalColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The fatal color of the workspace");
66171
66171
  PositiveColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#4ade80").describe("The positive number color of the workspace");
66172
66172
  NegativeColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#ef4444").describe("The negative number color of the workspace");
@@ -66181,7 +66181,7 @@ var init_schema = __esm({
66181
66181
  success: SuccessColorSchema,
66182
66182
  info: InfoColorSchema,
66183
66183
  warning: WarningColorSchema,
66184
- error: ErrorColorSchema,
66184
+ danger: DangerColorSchema,
66185
66185
  fatal: FatalColorSchema,
66186
66186
  positive: PositiveColorSchema,
66187
66187
  negative: NegativeColorSchema
@@ -66197,7 +66197,7 @@ var init_schema = __esm({
66197
66197
  success: SuccessColorSchema,
66198
66198
  info: InfoColorSchema,
66199
66199
  warning: WarningColorSchema,
66200
- error: ErrorColorSchema,
66200
+ danger: DangerColorSchema,
66201
66201
  fatal: FatalColorSchema,
66202
66202
  positive: PositiveColorSchema,
66203
66203
  negative: NegativeColorSchema
@@ -66217,7 +66217,7 @@ var init_schema = __esm({
66217
66217
  success: SuccessColorSchema,
66218
66218
  info: InfoColorSchema,
66219
66219
  warning: WarningColorSchema,
66220
- error: ErrorColorSchema,
66220
+ danger: DangerColorSchema,
66221
66221
  fatal: FatalColorSchema,
66222
66222
  positive: PositiveColorSchema,
66223
66223
  negative: NegativeColorSchema
@@ -66310,14 +66310,19 @@ var init_types = __esm({
66310
66310
  COLOR_KEYS = [
66311
66311
  "dark",
66312
66312
  "light",
66313
+ "base",
66313
66314
  "brand",
66315
+ "alternate",
66314
66316
  "accent",
66315
- "help",
66317
+ "link",
66316
66318
  "success",
66319
+ "help",
66317
66320
  "info",
66318
66321
  "warning",
66319
- "error",
66320
- "fatal"
66322
+ "danger",
66323
+ "fatal",
66324
+ "positive",
66325
+ "negative"
66321
66326
  ];
66322
66327
  }
66323
66328
  });
@@ -66350,7 +66355,7 @@ var init_get_default_config = __esm({
66350
66355
  "success": "#087f5b",
66351
66356
  "info": "#0550ae",
66352
66357
  "warning": "#e3b341",
66353
- "error": "#a40e26",
66358
+ "danger": "#D8314A",
66354
66359
  "positive": "#22c55e",
66355
66360
  "negative": "#dc2626"
66356
66361
  },
@@ -66363,7 +66368,7 @@ var init_get_default_config = __esm({
66363
66368
  "success": "#10b981",
66364
66369
  "info": "#58a6ff",
66365
66370
  "warning": "#f3d371",
66366
- "error": "#d1242f",
66371
+ "danger": "#D8314A",
66367
66372
  "positive": "#22c55e",
66368
66373
  "negative": "#dc2626"
66369
66374
  }
@@ -66386,7 +66391,6 @@ var init_get_default_config = __esm({
66386
66391
  organization: "storm-software",
66387
66392
  configFile: null,
66388
66393
  runtimeVersion: "1.0.0",
66389
- colors: { ...DEFAULT_COLOR_CONFIG },
66390
66394
  extensions: {}
66391
66395
  };
66392
66396
  getDefaultConfig = (config = {}, root) => {
@@ -66429,7 +66433,7 @@ var init_get_default_config = __esm({
66429
66433
  }
66430
66434
  return ret;
66431
66435
  }, {}),
66432
- colors: config.colors ? { ...config.colors } : { ...DEFAULT_COLOR_CONFIG },
66436
+ colors: config.colors,
66433
66437
  workspaceRoot: workspaceRoot2,
66434
66438
  name,
66435
66439
  namespace,
@@ -66551,9 +66555,9 @@ var init_logger = __esm({
66551
66555
  return (message) => {
66552
66556
  console.error(
66553
66557
  `
66554
- ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fatal ?? "#7d1a1a").whiteBright(
66558
+ ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fatal ?? "#7d1a1a").whiteBright(
66555
66559
  " \u{1F480} Fatal "
66556
- )} ${_chalk.hex(colors.error ?? "#f85149")(formatLogMessage(message))}
66560
+ )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}
66557
66561
  `
66558
66562
  );
66559
66563
  };
@@ -66562,9 +66566,9 @@ ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fa
66562
66566
  return (message) => {
66563
66567
  console.error(
66564
66568
  `
66565
- ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.error ?? "#f85149").whiteBright(
66569
+ ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.danger ?? "#f85149").whiteBright(
66566
66570
  " \u2718 Error "
66567
- )} ${_chalk.hex(colors.error ?? "#f85149")(formatLogMessage(message))}
66571
+ )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}
66568
66572
  `
66569
66573
  );
66570
66574
  };
@@ -66970,7 +66974,7 @@ var init_get_env = __esm({
66970
66974
  success: process.env[`${prefix}SUCCESS`],
66971
66975
  info: process.env[`${prefix}INFO`],
66972
66976
  warning: process.env[`${prefix}WARNING`],
66973
- error: process.env[`${prefix}ERROR`],
66977
+ danger: process.env[`${prefix}DANGER`],
66974
66978
  fatal: process.env[`${prefix}FATAL`],
66975
66979
  positive: process.env[`${prefix}POSITIVE`],
66976
66980
  negative: process.env[`${prefix}NEGATIVE`]
@@ -66996,7 +67000,7 @@ var init_get_env = __esm({
66996
67000
  success: process.env[`${prefix}SUCCESS`],
66997
67001
  info: process.env[`${prefix}INFO`],
66998
67002
  warning: process.env[`${prefix}WARNING`],
66999
- error: process.env[`${prefix}ERROR`],
67003
+ danger: process.env[`${prefix}DANGER`],
67000
67004
  fatal: process.env[`${prefix}FATAL`],
67001
67005
  positive: process.env[`${prefix}POSITIVE`],
67002
67006
  negative: process.env[`${prefix}NEGATIVE`]
@@ -67224,8 +67228,8 @@ var init_set_env = __esm({
67224
67228
  if (config.warning) {
67225
67229
  process.env[`${prefix}WARNING`] = config.warning;
67226
67230
  }
67227
- if (config.error) {
67228
- process.env[`${prefix}ERROR`] = config.error;
67231
+ if (config.danger) {
67232
+ process.env[`${prefix}DANGER`] = config.danger;
67229
67233
  }
67230
67234
  if (config.fatal) {
67231
67235
  process.env[`${prefix}FATAL`] = config.fatal;
@@ -67274,8 +67278,8 @@ var init_set_env = __esm({
67274
67278
  if (config.warning) {
67275
67279
  process.env[`${prefix}WARNING`] = config.warning;
67276
67280
  }
67277
- if (config.error) {
67278
- process.env[`${prefix}ERROR`] = config.error;
67281
+ if (config.danger) {
67282
+ process.env[`${prefix}DANGER`] = config.danger;
67279
67283
  }
67280
67284
  if (config.fatal) {
67281
67285
  process.env[`${prefix}FATAL`] = config.fatal;
@@ -66151,22 +66151,22 @@ var init_lib = __esm({
66151
66151
  });
66152
66152
 
66153
66153
  // packages/config/src/schema.ts
66154
- var DarkColorSchema, LightColorSchema, BrandColorSchema, AlternateColorSchema, AccentColorSchema, LinkColorSchema, HelpColorSchema, SuccessColorSchema, InfoColorSchema, WarningColorSchema, ErrorColorSchema, FatalColorSchema, PositiveColorSchema, NegativeColorSchema, DarkThemeColorConfigSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, SingleThemeColorConfigSchema, RegistryUrlConfigSchema, RegistryConfigSchema, ColorConfigSchema, ColorConfigMapSchema, StormConfigSchema;
66154
+ var DarkColorSchema, LightColorSchema, BrandColorSchema, AlternateColorSchema, AccentColorSchema, LinkColorSchema, HelpColorSchema, SuccessColorSchema, InfoColorSchema, WarningColorSchema, DangerColorSchema, FatalColorSchema, PositiveColorSchema, NegativeColorSchema, DarkThemeColorConfigSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, SingleThemeColorConfigSchema, RegistryUrlConfigSchema, RegistryConfigSchema, ColorConfigSchema, ColorConfigMapSchema, StormConfigSchema;
66155
66155
  var init_schema = __esm({
66156
66156
  "packages/config/src/schema.ts"() {
66157
66157
  init_lib();
66158
66158
  init_constants();
66159
- 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");
66159
+ DarkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1d1e22").describe("The dark background color of the workspace");
66160
66160
  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");
66161
- BrandColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#3fc1b0").describe("The primary brand specific color of the workspace");
66161
+ 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");
66162
66162
  AlternateColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The alternate brand specific color of the workspace");
66163
66163
  AccentColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The secondary brand specific color of the workspace");
66164
- LinkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The color used to display ");
66164
+ LinkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The color used to display hyperlink text");
66165
66165
  HelpColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#8256D0").describe("The second brand specific color of the workspace");
66166
- SuccessColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#087f5b").describe("The success color of the workspace");
66167
- InfoColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#316DCA").describe("The informational color of the workspace");
66166
+ SuccessColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#12B66A").describe("The success color of the workspace");
66167
+ InfoColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#0070E0").describe("The informational color of the workspace");
66168
66168
  WarningColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#fcc419").describe("The warning color of the workspace");
66169
- ErrorColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#a40e26").describe("The error color of the workspace");
66169
+ DangerColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#D8314A").describe("The danger color of the workspace");
66170
66170
  FatalColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The fatal color of the workspace");
66171
66171
  PositiveColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#4ade80").describe("The positive number color of the workspace");
66172
66172
  NegativeColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#ef4444").describe("The negative number color of the workspace");
@@ -66181,7 +66181,7 @@ var init_schema = __esm({
66181
66181
  success: SuccessColorSchema,
66182
66182
  info: InfoColorSchema,
66183
66183
  warning: WarningColorSchema,
66184
- error: ErrorColorSchema,
66184
+ danger: DangerColorSchema,
66185
66185
  fatal: FatalColorSchema,
66186
66186
  positive: PositiveColorSchema,
66187
66187
  negative: NegativeColorSchema
@@ -66197,7 +66197,7 @@ var init_schema = __esm({
66197
66197
  success: SuccessColorSchema,
66198
66198
  info: InfoColorSchema,
66199
66199
  warning: WarningColorSchema,
66200
- error: ErrorColorSchema,
66200
+ danger: DangerColorSchema,
66201
66201
  fatal: FatalColorSchema,
66202
66202
  positive: PositiveColorSchema,
66203
66203
  negative: NegativeColorSchema
@@ -66217,7 +66217,7 @@ var init_schema = __esm({
66217
66217
  success: SuccessColorSchema,
66218
66218
  info: InfoColorSchema,
66219
66219
  warning: WarningColorSchema,
66220
- error: ErrorColorSchema,
66220
+ danger: DangerColorSchema,
66221
66221
  fatal: FatalColorSchema,
66222
66222
  positive: PositiveColorSchema,
66223
66223
  negative: NegativeColorSchema
@@ -66310,14 +66310,19 @@ var init_types = __esm({
66310
66310
  COLOR_KEYS = [
66311
66311
  "dark",
66312
66312
  "light",
66313
+ "base",
66313
66314
  "brand",
66315
+ "alternate",
66314
66316
  "accent",
66315
- "help",
66317
+ "link",
66316
66318
  "success",
66319
+ "help",
66317
66320
  "info",
66318
66321
  "warning",
66319
- "error",
66320
- "fatal"
66322
+ "danger",
66323
+ "fatal",
66324
+ "positive",
66325
+ "negative"
66321
66326
  ];
66322
66327
  }
66323
66328
  });
@@ -66350,7 +66355,7 @@ var init_get_default_config = __esm({
66350
66355
  "success": "#087f5b",
66351
66356
  "info": "#0550ae",
66352
66357
  "warning": "#e3b341",
66353
- "error": "#a40e26",
66358
+ "danger": "#D8314A",
66354
66359
  "positive": "#22c55e",
66355
66360
  "negative": "#dc2626"
66356
66361
  },
@@ -66363,7 +66368,7 @@ var init_get_default_config = __esm({
66363
66368
  "success": "#10b981",
66364
66369
  "info": "#58a6ff",
66365
66370
  "warning": "#f3d371",
66366
- "error": "#d1242f",
66371
+ "danger": "#D8314A",
66367
66372
  "positive": "#22c55e",
66368
66373
  "negative": "#dc2626"
66369
66374
  }
@@ -66386,7 +66391,6 @@ var init_get_default_config = __esm({
66386
66391
  organization: "storm-software",
66387
66392
  configFile: null,
66388
66393
  runtimeVersion: "1.0.0",
66389
- colors: { ...DEFAULT_COLOR_CONFIG },
66390
66394
  extensions: {}
66391
66395
  };
66392
66396
  getDefaultConfig = (config = {}, root) => {
@@ -66429,7 +66433,7 @@ var init_get_default_config = __esm({
66429
66433
  }
66430
66434
  return ret;
66431
66435
  }, {}),
66432
- colors: config.colors ? { ...config.colors } : { ...DEFAULT_COLOR_CONFIG },
66436
+ colors: config.colors,
66433
66437
  workspaceRoot: workspaceRoot2,
66434
66438
  name,
66435
66439
  namespace,
@@ -66551,9 +66555,9 @@ var init_logger = __esm({
66551
66555
  return (message) => {
66552
66556
  console.error(
66553
66557
  `
66554
- ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fatal ?? "#7d1a1a").whiteBright(
66558
+ ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fatal ?? "#7d1a1a").whiteBright(
66555
66559
  " \u{1F480} Fatal "
66556
- )} ${_chalk.hex(colors.error ?? "#f85149")(formatLogMessage(message))}
66560
+ )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}
66557
66561
  `
66558
66562
  );
66559
66563
  };
@@ -66562,9 +66566,9 @@ ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fa
66562
66566
  return (message) => {
66563
66567
  console.error(
66564
66568
  `
66565
- ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.error ?? "#f85149").whiteBright(
66569
+ ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.danger ?? "#f85149").whiteBright(
66566
66570
  " \u2718 Error "
66567
- )} ${_chalk.hex(colors.error ?? "#f85149")(formatLogMessage(message))}
66571
+ )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}
66568
66572
  `
66569
66573
  );
66570
66574
  };
@@ -66970,7 +66974,7 @@ var init_get_env = __esm({
66970
66974
  success: process.env[`${prefix}SUCCESS`],
66971
66975
  info: process.env[`${prefix}INFO`],
66972
66976
  warning: process.env[`${prefix}WARNING`],
66973
- error: process.env[`${prefix}ERROR`],
66977
+ danger: process.env[`${prefix}DANGER`],
66974
66978
  fatal: process.env[`${prefix}FATAL`],
66975
66979
  positive: process.env[`${prefix}POSITIVE`],
66976
66980
  negative: process.env[`${prefix}NEGATIVE`]
@@ -66996,7 +67000,7 @@ var init_get_env = __esm({
66996
67000
  success: process.env[`${prefix}SUCCESS`],
66997
67001
  info: process.env[`${prefix}INFO`],
66998
67002
  warning: process.env[`${prefix}WARNING`],
66999
- error: process.env[`${prefix}ERROR`],
67003
+ danger: process.env[`${prefix}DANGER`],
67000
67004
  fatal: process.env[`${prefix}FATAL`],
67001
67005
  positive: process.env[`${prefix}POSITIVE`],
67002
67006
  negative: process.env[`${prefix}NEGATIVE`]
@@ -67224,8 +67228,8 @@ var init_set_env = __esm({
67224
67228
  if (config.warning) {
67225
67229
  process.env[`${prefix}WARNING`] = config.warning;
67226
67230
  }
67227
- if (config.error) {
67228
- process.env[`${prefix}ERROR`] = config.error;
67231
+ if (config.danger) {
67232
+ process.env[`${prefix}DANGER`] = config.danger;
67229
67233
  }
67230
67234
  if (config.fatal) {
67231
67235
  process.env[`${prefix}FATAL`] = config.fatal;
@@ -67274,8 +67278,8 @@ var init_set_env = __esm({
67274
67278
  if (config.warning) {
67275
67279
  process.env[`${prefix}WARNING`] = config.warning;
67276
67280
  }
67277
- if (config.error) {
67278
- process.env[`${prefix}ERROR`] = config.error;
67281
+ if (config.danger) {
67282
+ process.env[`${prefix}DANGER`] = config.danger;
67279
67283
  }
67280
67284
  if (config.fatal) {
67281
67285
  process.env[`${prefix}FATAL`] = config.fatal;
@@ -68472,22 +68472,22 @@ var init_lib = __esm({
68472
68472
  });
68473
68473
 
68474
68474
  // packages/config/src/schema.ts
68475
- var DarkColorSchema, LightColorSchema, BrandColorSchema, AlternateColorSchema, AccentColorSchema, LinkColorSchema, HelpColorSchema, SuccessColorSchema, InfoColorSchema, WarningColorSchema, ErrorColorSchema, FatalColorSchema, PositiveColorSchema, NegativeColorSchema, DarkThemeColorConfigSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, SingleThemeColorConfigSchema, RegistryUrlConfigSchema, RegistryConfigSchema, ColorConfigSchema, ColorConfigMapSchema, StormConfigSchema;
68475
+ var DarkColorSchema, LightColorSchema, BrandColorSchema, AlternateColorSchema, AccentColorSchema, LinkColorSchema, HelpColorSchema, SuccessColorSchema, InfoColorSchema, WarningColorSchema, DangerColorSchema, FatalColorSchema, PositiveColorSchema, NegativeColorSchema, DarkThemeColorConfigSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, SingleThemeColorConfigSchema, RegistryUrlConfigSchema, RegistryConfigSchema, ColorConfigSchema, ColorConfigMapSchema, StormConfigSchema;
68476
68476
  var init_schema = __esm({
68477
68477
  "packages/config/src/schema.ts"() {
68478
68478
  init_lib();
68479
68479
  init_constants();
68480
- 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");
68480
+ DarkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#1d1e22").describe("The dark background color of the workspace");
68481
68481
  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");
68482
- BrandColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#3fc1b0").describe("The primary brand specific color of the workspace");
68482
+ 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");
68483
68483
  AlternateColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The alternate brand specific color of the workspace");
68484
68484
  AccentColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The secondary brand specific color of the workspace");
68485
- LinkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The color used to display ");
68485
+ LinkColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The color used to display hyperlink text");
68486
68486
  HelpColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#8256D0").describe("The second brand specific color of the workspace");
68487
- SuccessColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#087f5b").describe("The success color of the workspace");
68488
- InfoColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#316DCA").describe("The informational color of the workspace");
68487
+ SuccessColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#12B66A").describe("The success color of the workspace");
68488
+ InfoColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#0070E0").describe("The informational color of the workspace");
68489
68489
  WarningColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#fcc419").describe("The warning color of the workspace");
68490
- ErrorColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#a40e26").describe("The error color of the workspace");
68490
+ DangerColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#D8314A").describe("The danger color of the workspace");
68491
68491
  FatalColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).optional().describe("The fatal color of the workspace");
68492
68492
  PositiveColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#4ade80").describe("The positive number color of the workspace");
68493
68493
  NegativeColorSchema = z2.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#ef4444").describe("The negative number color of the workspace");
@@ -68502,7 +68502,7 @@ var init_schema = __esm({
68502
68502
  success: SuccessColorSchema,
68503
68503
  info: InfoColorSchema,
68504
68504
  warning: WarningColorSchema,
68505
- error: ErrorColorSchema,
68505
+ danger: DangerColorSchema,
68506
68506
  fatal: FatalColorSchema,
68507
68507
  positive: PositiveColorSchema,
68508
68508
  negative: NegativeColorSchema
@@ -68518,7 +68518,7 @@ var init_schema = __esm({
68518
68518
  success: SuccessColorSchema,
68519
68519
  info: InfoColorSchema,
68520
68520
  warning: WarningColorSchema,
68521
- error: ErrorColorSchema,
68521
+ danger: DangerColorSchema,
68522
68522
  fatal: FatalColorSchema,
68523
68523
  positive: PositiveColorSchema,
68524
68524
  negative: NegativeColorSchema
@@ -68538,7 +68538,7 @@ var init_schema = __esm({
68538
68538
  success: SuccessColorSchema,
68539
68539
  info: InfoColorSchema,
68540
68540
  warning: WarningColorSchema,
68541
- error: ErrorColorSchema,
68541
+ danger: DangerColorSchema,
68542
68542
  fatal: FatalColorSchema,
68543
68543
  positive: PositiveColorSchema,
68544
68544
  negative: NegativeColorSchema
@@ -68631,14 +68631,19 @@ var init_types = __esm({
68631
68631
  COLOR_KEYS = [
68632
68632
  "dark",
68633
68633
  "light",
68634
+ "base",
68634
68635
  "brand",
68636
+ "alternate",
68635
68637
  "accent",
68636
- "help",
68638
+ "link",
68637
68639
  "success",
68640
+ "help",
68638
68641
  "info",
68639
68642
  "warning",
68640
- "error",
68641
- "fatal"
68643
+ "danger",
68644
+ "fatal",
68645
+ "positive",
68646
+ "negative"
68642
68647
  ];
68643
68648
  }
68644
68649
  });
@@ -68671,7 +68676,7 @@ var init_get_default_config = __esm({
68671
68676
  "success": "#087f5b",
68672
68677
  "info": "#0550ae",
68673
68678
  "warning": "#e3b341",
68674
- "error": "#a40e26",
68679
+ "danger": "#D8314A",
68675
68680
  "positive": "#22c55e",
68676
68681
  "negative": "#dc2626"
68677
68682
  },
@@ -68684,7 +68689,7 @@ var init_get_default_config = __esm({
68684
68689
  "success": "#10b981",
68685
68690
  "info": "#58a6ff",
68686
68691
  "warning": "#f3d371",
68687
- "error": "#d1242f",
68692
+ "danger": "#D8314A",
68688
68693
  "positive": "#22c55e",
68689
68694
  "negative": "#dc2626"
68690
68695
  }
@@ -68707,7 +68712,6 @@ var init_get_default_config = __esm({
68707
68712
  organization: "storm-software",
68708
68713
  configFile: null,
68709
68714
  runtimeVersion: "1.0.0",
68710
- colors: { ...DEFAULT_COLOR_CONFIG },
68711
68715
  extensions: {}
68712
68716
  };
68713
68717
  getDefaultConfig = (config = {}, root) => {
@@ -68750,7 +68754,7 @@ var init_get_default_config = __esm({
68750
68754
  }
68751
68755
  return ret;
68752
68756
  }, {}),
68753
- colors: config.colors ? { ...config.colors } : { ...DEFAULT_COLOR_CONFIG },
68757
+ colors: config.colors,
68754
68758
  workspaceRoot,
68755
68759
  name,
68756
68760
  namespace,
@@ -68872,9 +68876,9 @@ var init_logger = __esm({
68872
68876
  return (message) => {
68873
68877
  console.error(
68874
68878
  `
68875
- ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fatal ?? "#7d1a1a").whiteBright(
68879
+ ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fatal ?? "#7d1a1a").whiteBright(
68876
68880
  " \u{1F480} Fatal "
68877
- )} ${_chalk.hex(colors.error ?? "#f85149")(formatLogMessage(message))}
68881
+ )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}
68878
68882
  `
68879
68883
  );
68880
68884
  };
@@ -68883,9 +68887,9 @@ ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fa
68883
68887
  return (message) => {
68884
68888
  console.error(
68885
68889
  `
68886
- ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.error ?? "#f85149").whiteBright(
68890
+ ${_chalk.bold.hex(colors.danger ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.danger ?? "#f85149").whiteBright(
68887
68891
  " \u2718 Error "
68888
- )} ${_chalk.hex(colors.error ?? "#f85149")(formatLogMessage(message))}
68892
+ )} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}
68889
68893
  `
68890
68894
  );
68891
68895
  };
@@ -69291,7 +69295,7 @@ var init_get_env = __esm({
69291
69295
  success: process.env[`${prefix}SUCCESS`],
69292
69296
  info: process.env[`${prefix}INFO`],
69293
69297
  warning: process.env[`${prefix}WARNING`],
69294
- error: process.env[`${prefix}ERROR`],
69298
+ danger: process.env[`${prefix}DANGER`],
69295
69299
  fatal: process.env[`${prefix}FATAL`],
69296
69300
  positive: process.env[`${prefix}POSITIVE`],
69297
69301
  negative: process.env[`${prefix}NEGATIVE`]
@@ -69317,7 +69321,7 @@ var init_get_env = __esm({
69317
69321
  success: process.env[`${prefix}SUCCESS`],
69318
69322
  info: process.env[`${prefix}INFO`],
69319
69323
  warning: process.env[`${prefix}WARNING`],
69320
- error: process.env[`${prefix}ERROR`],
69324
+ danger: process.env[`${prefix}DANGER`],
69321
69325
  fatal: process.env[`${prefix}FATAL`],
69322
69326
  positive: process.env[`${prefix}POSITIVE`],
69323
69327
  negative: process.env[`${prefix}NEGATIVE`]
@@ -69545,8 +69549,8 @@ var init_set_env = __esm({
69545
69549
  if (config.warning) {
69546
69550
  process.env[`${prefix}WARNING`] = config.warning;
69547
69551
  }
69548
- if (config.error) {
69549
- process.env[`${prefix}ERROR`] = config.error;
69552
+ if (config.danger) {
69553
+ process.env[`${prefix}DANGER`] = config.danger;
69550
69554
  }
69551
69555
  if (config.fatal) {
69552
69556
  process.env[`${prefix}FATAL`] = config.fatal;
@@ -69595,8 +69599,8 @@ var init_set_env = __esm({
69595
69599
  if (config.warning) {
69596
69600
  process.env[`${prefix}WARNING`] = config.warning;
69597
69601
  }
69598
- if (config.error) {
69599
- process.env[`${prefix}ERROR`] = config.error;
69602
+ if (config.danger) {
69603
+ process.env[`${prefix}DANGER`] = config.danger;
69600
69604
  }
69601
69605
  if (config.fatal) {
69602
69606
  process.env[`${prefix}FATAL`] = config.fatal;