@storm-software/linting-tools 1.133.92 → 1.133.94

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/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-1.133.85-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-1.133.92-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/bin/lint.cjs CHANGED
@@ -283848,7 +283848,7 @@ var DEFAULT_COLOR_CONFIG = {
283848
283848
  foreground: "#1d1e22",
283849
283849
  brand: "#1fb2a6",
283850
283850
  alternate: "#db2777",
283851
- help: "#5C4EE5",
283851
+ discovery: "#5C4EE5",
283852
283852
  success: "#087f5b",
283853
283853
  info: "#0550ae",
283854
283854
  debug: "#8afafc",
@@ -283862,11 +283862,11 @@ var DEFAULT_COLOR_CONFIG = {
283862
283862
  gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
283863
283863
  },
283864
283864
  dark: {
283865
- background: "#1d1e22",
283865
+ background: "#1e2124",
283866
283866
  foreground: "#cbd5e1",
283867
283867
  brand: "#2dd4bf",
283868
283868
  alternate: "#db2777",
283869
- help: "#818cf8",
283869
+ discovery: "#818cf8",
283870
283870
  success: "#10b981",
283871
283871
  info: "#58a6ff",
283872
283872
  debug: "#8afafc",
@@ -285930,7 +285930,7 @@ var colorSchema = string2().check(
285930
285930
  schemaRegistry.add(colorSchema, {
285931
285931
  description: "A base schema for describing the format of colors"
285932
285932
  });
285933
- var darkColorSchema = _default(colorSchema, "#151718");
285933
+ var darkColorSchema = _default(colorSchema, "#1e2124");
285934
285934
  schemaRegistry.add(darkColorSchema, {
285935
285935
  description: "The dark background color of the workspace"
285936
285936
  });
@@ -285954,8 +285954,8 @@ var linkColorSchema = _default(colorSchema, "#3fa6ff");
285954
285954
  schemaRegistry.add(linkColorSchema, {
285955
285955
  description: "The color used to display hyperlink text"
285956
285956
  });
285957
- var helpColorSchema = _default(colorSchema, "#818cf8");
285958
- schemaRegistry.add(helpColorSchema, {
285957
+ var discoveryColorSchema = _default(colorSchema, "#818cf8");
285958
+ schemaRegistry.add(discoveryColorSchema, {
285959
285959
  description: "The second brand specific color of the workspace"
285960
285960
  });
285961
285961
  var successColorSchema = _default(colorSchema, "#45b27e");
@@ -286005,7 +286005,7 @@ var darkColorsSchema = object({
286005
286005
  alternate: alternateColorSchema,
286006
286006
  accent: accentColorSchema,
286007
286007
  link: linkColorSchema,
286008
- help: helpColorSchema,
286008
+ discovery: discoveryColorSchema,
286009
286009
  success: successColorSchema,
286010
286010
  info: infoColorSchema,
286011
286011
  debug: debugColorSchema,
@@ -286024,7 +286024,7 @@ var lightColorsSchema = object({
286024
286024
  alternate: alternateColorSchema,
286025
286025
  accent: accentColorSchema,
286026
286026
  link: linkColorSchema,
286027
- help: helpColorSchema,
286027
+ discovery: discoveryColorSchema,
286028
286028
  success: successColorSchema,
286029
286029
  info: infoColorSchema,
286030
286030
  debug: debugColorSchema,
@@ -286047,7 +286047,7 @@ var singleColorsSchema = object({
286047
286047
  alternate: alternateColorSchema,
286048
286048
  accent: accentColorSchema,
286049
286049
  link: linkColorSchema,
286050
- help: helpColorSchema,
286050
+ discovery: discoveryColorSchema,
286051
286051
  success: successColorSchema,
286052
286052
  info: infoColorSchema,
286053
286053
  debug: debugColorSchema,
@@ -286498,7 +286498,7 @@ var COLOR_KEYS = [
286498
286498
  "accent",
286499
286499
  "link",
286500
286500
  "success",
286501
- "help",
286501
+ "discovery",
286502
286502
  "info",
286503
286503
  "warning",
286504
286504
  "danger",
@@ -286902,7 +286902,7 @@ var getSingleThemeColorsEnv = (prefix) => {
286902
286902
  alternate: process.env[`${prefix}ALTERNATE`],
286903
286903
  accent: process.env[`${prefix}ACCENT`],
286904
286904
  link: process.env[`${prefix}LINK`],
286905
- help: process.env[`${prefix}HELP`],
286905
+ discovery: process.env[`${prefix}DISCOVERY`],
286906
286906
  success: process.env[`${prefix}SUCCESS`],
286907
286907
  info: process.env[`${prefix}INFO`],
286908
286908
  debug: process.env[`${prefix}DEBUG`],
@@ -286942,7 +286942,7 @@ var getBaseThemeColorsEnv = (prefix) => {
286942
286942
  alternate: process.env[`${prefix}ALTERNATE`],
286943
286943
  accent: process.env[`${prefix}ACCENT`],
286944
286944
  link: process.env[`${prefix}LINK`],
286945
- help: process.env[`${prefix}HELP`],
286945
+ discovery: process.env[`${prefix}DISCOVERY`],
286946
286946
  success: process.env[`${prefix}SUCCESS`],
286947
286947
  info: process.env[`${prefix}INFO`],
286948
286948
  debug: process.env[`${prefix}DEBUG`],
@@ -287240,8 +287240,8 @@ var setSingleThemeColorsEnv = (prefix, config2) => {
287240
287240
  if (config2.link) {
287241
287241
  process.env[`${prefix}LINK`] = config2.link;
287242
287242
  }
287243
- if (config2.help) {
287244
- process.env[`${prefix}HELP`] = config2.help;
287243
+ if (config2.discovery) {
287244
+ process.env[`${prefix}DISCOVERY`] = config2.discovery;
287245
287245
  }
287246
287246
  if (config2.success) {
287247
287247
  process.env[`${prefix}SUCCESS`] = config2.success;
@@ -287301,8 +287301,8 @@ var setBaseThemeColorsEnv = (prefix, config2) => {
287301
287301
  if (config2.link) {
287302
287302
  process.env[`${prefix}LINK`] = config2.link;
287303
287303
  }
287304
- if (config2.help) {
287305
- process.env[`${prefix}HELP`] = config2.help;
287304
+ if (config2.discovery) {
287305
+ process.env[`${prefix}DISCOVERY`] = config2.discovery;
287306
287306
  }
287307
287307
  if (config2.success) {
287308
287308
  process.env[`${prefix}SUCCESS`] = config2.success;
package/bin/lint.js CHANGED
@@ -283880,7 +283880,7 @@ var DEFAULT_COLOR_CONFIG = {
283880
283880
  foreground: "#1d1e22",
283881
283881
  brand: "#1fb2a6",
283882
283882
  alternate: "#db2777",
283883
- help: "#5C4EE5",
283883
+ discovery: "#5C4EE5",
283884
283884
  success: "#087f5b",
283885
283885
  info: "#0550ae",
283886
283886
  debug: "#8afafc",
@@ -283894,11 +283894,11 @@ var DEFAULT_COLOR_CONFIG = {
283894
283894
  gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
283895
283895
  },
283896
283896
  dark: {
283897
- background: "#1d1e22",
283897
+ background: "#1e2124",
283898
283898
  foreground: "#cbd5e1",
283899
283899
  brand: "#2dd4bf",
283900
283900
  alternate: "#db2777",
283901
- help: "#818cf8",
283901
+ discovery: "#818cf8",
283902
283902
  success: "#10b981",
283903
283903
  info: "#58a6ff",
283904
283904
  debug: "#8afafc",
@@ -285962,7 +285962,7 @@ var colorSchema = string2().check(
285962
285962
  schemaRegistry.add(colorSchema, {
285963
285963
  description: "A base schema for describing the format of colors"
285964
285964
  });
285965
- var darkColorSchema = _default(colorSchema, "#151718");
285965
+ var darkColorSchema = _default(colorSchema, "#1e2124");
285966
285966
  schemaRegistry.add(darkColorSchema, {
285967
285967
  description: "The dark background color of the workspace"
285968
285968
  });
@@ -285986,8 +285986,8 @@ var linkColorSchema = _default(colorSchema, "#3fa6ff");
285986
285986
  schemaRegistry.add(linkColorSchema, {
285987
285987
  description: "The color used to display hyperlink text"
285988
285988
  });
285989
- var helpColorSchema = _default(colorSchema, "#818cf8");
285990
- schemaRegistry.add(helpColorSchema, {
285989
+ var discoveryColorSchema = _default(colorSchema, "#818cf8");
285990
+ schemaRegistry.add(discoveryColorSchema, {
285991
285991
  description: "The second brand specific color of the workspace"
285992
285992
  });
285993
285993
  var successColorSchema = _default(colorSchema, "#45b27e");
@@ -286037,7 +286037,7 @@ var darkColorsSchema = object({
286037
286037
  alternate: alternateColorSchema,
286038
286038
  accent: accentColorSchema,
286039
286039
  link: linkColorSchema,
286040
- help: helpColorSchema,
286040
+ discovery: discoveryColorSchema,
286041
286041
  success: successColorSchema,
286042
286042
  info: infoColorSchema,
286043
286043
  debug: debugColorSchema,
@@ -286056,7 +286056,7 @@ var lightColorsSchema = object({
286056
286056
  alternate: alternateColorSchema,
286057
286057
  accent: accentColorSchema,
286058
286058
  link: linkColorSchema,
286059
- help: helpColorSchema,
286059
+ discovery: discoveryColorSchema,
286060
286060
  success: successColorSchema,
286061
286061
  info: infoColorSchema,
286062
286062
  debug: debugColorSchema,
@@ -286079,7 +286079,7 @@ var singleColorsSchema = object({
286079
286079
  alternate: alternateColorSchema,
286080
286080
  accent: accentColorSchema,
286081
286081
  link: linkColorSchema,
286082
- help: helpColorSchema,
286082
+ discovery: discoveryColorSchema,
286083
286083
  success: successColorSchema,
286084
286084
  info: infoColorSchema,
286085
286085
  debug: debugColorSchema,
@@ -286530,7 +286530,7 @@ var COLOR_KEYS = [
286530
286530
  "accent",
286531
286531
  "link",
286532
286532
  "success",
286533
- "help",
286533
+ "discovery",
286534
286534
  "info",
286535
286535
  "warning",
286536
286536
  "danger",
@@ -286934,7 +286934,7 @@ var getSingleThemeColorsEnv = (prefix) => {
286934
286934
  alternate: process.env[`${prefix}ALTERNATE`],
286935
286935
  accent: process.env[`${prefix}ACCENT`],
286936
286936
  link: process.env[`${prefix}LINK`],
286937
- help: process.env[`${prefix}HELP`],
286937
+ discovery: process.env[`${prefix}DISCOVERY`],
286938
286938
  success: process.env[`${prefix}SUCCESS`],
286939
286939
  info: process.env[`${prefix}INFO`],
286940
286940
  debug: process.env[`${prefix}DEBUG`],
@@ -286974,7 +286974,7 @@ var getBaseThemeColorsEnv = (prefix) => {
286974
286974
  alternate: process.env[`${prefix}ALTERNATE`],
286975
286975
  accent: process.env[`${prefix}ACCENT`],
286976
286976
  link: process.env[`${prefix}LINK`],
286977
- help: process.env[`${prefix}HELP`],
286977
+ discovery: process.env[`${prefix}DISCOVERY`],
286978
286978
  success: process.env[`${prefix}SUCCESS`],
286979
286979
  info: process.env[`${prefix}INFO`],
286980
286980
  debug: process.env[`${prefix}DEBUG`],
@@ -287272,8 +287272,8 @@ var setSingleThemeColorsEnv = (prefix, config2) => {
287272
287272
  if (config2.link) {
287273
287273
  process.env[`${prefix}LINK`] = config2.link;
287274
287274
  }
287275
- if (config2.help) {
287276
- process.env[`${prefix}HELP`] = config2.help;
287275
+ if (config2.discovery) {
287276
+ process.env[`${prefix}DISCOVERY`] = config2.discovery;
287277
287277
  }
287278
287278
  if (config2.success) {
287279
287279
  process.env[`${prefix}SUCCESS`] = config2.success;
@@ -287333,8 +287333,8 @@ var setBaseThemeColorsEnv = (prefix, config2) => {
287333
287333
  if (config2.link) {
287334
287334
  process.env[`${prefix}LINK`] = config2.link;
287335
287335
  }
287336
- if (config2.help) {
287337
- process.env[`${prefix}HELP`] = config2.help;
287336
+ if (config2.discovery) {
287337
+ process.env[`${prefix}DISCOVERY`] = config2.discovery;
287338
287338
  }
287339
287339
  if (config2.success) {
287340
287340
  process.env[`${prefix}SUCCESS`] = config2.success;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.133.92",
3
+ "version": "1.133.94",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
6
6
  "keywords": [
@@ -159,5 +159,5 @@
159
159
  "packageManager": "pnpm@10.3.0",
160
160
  "engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
161
161
  "publishConfig": { "access": "public" },
162
- "gitHead": "b6da2d24e56e885c36947d4888e1a6380c1907b8"
162
+ "gitHead": "058ac110e66970612f8f2498c7c1e1246ef4cd54"
163
163
  }