@ni/nimble-tokens 7.0.1 → 7.2.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 22 Jul 2024 15:29:17 GMT
3
+ * Generated on Thu, 01 Aug 2024 08:35:14 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -26,6 +26,7 @@
26
26
  --ni-nimble-base-black-91: #161617;
27
27
  --ni-nimble-base-forest-green: #074023;
28
28
  --ni-nimble-base-digital-green-light: #009b65;
29
+ --ni-nimble-base-digital-green-light-10: #e6f5f0;
29
30
  --ni-nimble-base-brand-85: #26a97c;
30
31
  --ni-nimble-base-brand-100: #009b65;
31
32
  --ni-nimble-base-fail-85: #cf1a37;
@@ -38,6 +39,7 @@
38
39
  --ni-nimble-base-digital-green-dark-105: #00734b;
39
40
  --ni-nimble-base-digital-green-dark-110: #00613f;
40
41
  --ni-nimble-base-power-green: #32eb96;
42
+ --ni-nimble-base-power-green-10: #364941;
41
43
  --ni-nimble-base-black-22: #e6e6e6;
42
44
  --ni-nimble-base-cmyk-ni-pale-green: #ccdcc8;
43
45
  --ni-nimble-base-rgb-ni-pale-green: #cddcc8;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 22 Jul 2024 15:29:17 GMT
3
+ * Generated on Thu, 01 Aug 2024 08:35:14 GMT
4
4
  */
5
5
 
6
6
  export const SlLegacyBlue : string;
@@ -25,6 +25,7 @@ export const Black95 : string;
25
25
  export const Black91 : string;
26
26
  export const ForestGreen : string;
27
27
  export const DigitalGreenLight : string;
28
+ export const DigitalGreenLight10 : string;
28
29
  export const Brand85 : string;
29
30
  export const Brand100 : string;
30
31
  export const Fail85 : string;
@@ -37,6 +38,7 @@ export const DigitalGreenDark : string;
37
38
  export const DigitalGreenDark105 : string;
38
39
  export const DigitalGreenDark110 : string;
39
40
  export const PowerGreen : string;
41
+ export const PowerGreen10 : string;
40
42
  export const Black22 : string;
41
43
  export const CmykNiPaleGreen : string;
42
44
  export const RgbNiPaleGreen : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 22 Jul 2024 15:29:17 GMT
3
+ * Generated on Thu, 01 Aug 2024 08:35:14 GMT
4
4
  */
5
5
 
6
6
  export const SlLegacyBlue = "#009ff5";
@@ -25,6 +25,7 @@ export const Black95 = "#0e0f0f";
25
25
  export const Black91 = "#161617";
26
26
  export const ForestGreen = "#074023";
27
27
  export const DigitalGreenLight = "#009b65";
28
+ export const DigitalGreenLight10 = "#e6f5f0";
28
29
  export const Brand85 = "#26a97c";
29
30
  export const Brand100 = "#009b65";
30
31
  export const Fail85 = "#cf1a37";
@@ -37,6 +38,7 @@ export const DigitalGreenDark = "#008557";
37
38
  export const DigitalGreenDark105 = "#00734b";
38
39
  export const DigitalGreenDark110 = "#00613f";
39
40
  export const PowerGreen = "#32eb96";
41
+ export const PowerGreen10 = "#364941";
40
42
  export const Black22 = "#e6e6e6";
41
43
  export const CmykNiPaleGreen = "#ccdcc8";
42
44
  export const RgbNiPaleGreen = "#cddcc8";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 22 Jul 2024 15:29:17 GMT
3
+ // Generated on Thu, 01 Aug 2024 08:35:14 GMT
4
4
 
5
5
  $ni-nimble-base-sl-legacy-blue: #009ff5;
6
6
  $ni-nimble-base-information-100-dark-ui: #a46eff;
@@ -24,6 +24,7 @@ $ni-nimble-base-black-95: #0e0f0f;
24
24
  $ni-nimble-base-black-91: #161617;
25
25
  $ni-nimble-base-forest-green: #074023;
26
26
  $ni-nimble-base-digital-green-light: #009b65;
27
+ $ni-nimble-base-digital-green-light-10: #e6f5f0;
27
28
  $ni-nimble-base-brand-85: #26a97c;
28
29
  $ni-nimble-base-brand-100: #009b65;
29
30
  $ni-nimble-base-fail-85: #cf1a37;
@@ -36,6 +37,7 @@ $ni-nimble-base-digital-green-dark: #008557;
36
37
  $ni-nimble-base-digital-green-dark-105: #00734b;
37
38
  $ni-nimble-base-digital-green-dark-110: #00613f;
38
39
  $ni-nimble-base-power-green: #32eb96;
40
+ $ni-nimble-base-power-green-10: #364941;
39
41
  $ni-nimble-base-black-22: #e6e6e6;
40
42
  $ni-nimble-base-cmyk-ni-pale-green: #ccdcc8;
41
43
  $ni-nimble-base-rgb-ni-pale-green: #cddcc8;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-tokens",
3
- "version": "7.0.1",
3
+ "version": "7.2.0",
4
4
  "description": "Design tokens for the NI Nimble Design System",
5
5
  "scripts": {
6
6
  "build": "npm run build:svg-to-ts && npm run build:ts && npm run build:generate-font-scss && npm run build:style-dictionary",