@ni/nimble-tokens 6.2.0 → 6.3.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 Fri, 14 Jul 2023 20:41:52 GMT
3
+ * Generated on Wed, 02 Aug 2023 18:51:55 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -35,6 +35,8 @@
35
35
  --ni-nimble-base-black-30: #d3d5d6;
36
36
  --ni-nimble-base-black-50: #aeb0b3;
37
37
  --ni-nimble-base-digital-green-dark: #006b46;
38
+ --ni-nimble-base-digital-green-dark-105: #00734b;
39
+ --ni-nimble-base-digital-green-dark-110: #00613f;
38
40
  --ni-nimble-base-power-green: #32eb96;
39
41
  --ni-nimble-base-black-22: #e6e6e6;
40
42
  --ni-nimble-base-cmyk-ni-pale-green: #ccdcc8;
@@ -76,7 +78,7 @@
76
78
  --ni-nimble-base-group-label-1-family: Source Sans Pro;
77
79
  --ni-nimble-base-group-label-1-weight: 600;
78
80
  --ni-nimble-base-button-label-1-family: Source Sans Pro;
79
- --ni-nimble-base-button-label-1-weight: 400;
81
+ --ni-nimble-base-button-label-1-weight: 600;
80
82
  --ni-nimble-base-title-1-family: Source Sans Pro;
81
83
  --ni-nimble-base-title-1-weight: 400;
82
84
  --ni-nimble-base-link-color-ui-family: Source Sans Pro;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Jul 2023 20:41:52 GMT
3
+ * Generated on Wed, 02 Aug 2023 18:51:55 GMT
4
4
  */
5
5
 
6
6
  export const SlLegacyBlue : string;
@@ -34,6 +34,8 @@ export const Warning100LightUi : string;
34
34
  export const Black30 : string;
35
35
  export const Black50 : string;
36
36
  export const DigitalGreenDark : string;
37
+ export const DigitalGreenDark105 : string;
38
+ export const DigitalGreenDark110 : string;
37
39
  export const PowerGreen : string;
38
40
  export const Black22 : string;
39
41
  export const CmykNiPaleGreen : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Jul 2023 20:41:52 GMT
3
+ * Generated on Wed, 02 Aug 2023 18:51:55 GMT
4
4
  */
5
5
 
6
6
  export const SlLegacyBlue = "#009ff5";
@@ -34,6 +34,8 @@ export const Warning100LightUi = "#ff4b00";
34
34
  export const Black30 = "#d3d5d6";
35
35
  export const Black50 = "#aeb0b3";
36
36
  export const DigitalGreenDark = "#006b46";
37
+ export const DigitalGreenDark105 = "#00734b";
38
+ export const DigitalGreenDark110 = "#00613f";
37
39
  export const PowerGreen = "#32eb96";
38
40
  export const Black22 = "#e6e6e6";
39
41
  export const CmykNiPaleGreen = "#ccdcc8";
@@ -75,7 +77,7 @@ export const Header1Weight = "400";
75
77
  export const GroupLabel1Family = "Source Sans Pro";
76
78
  export const GroupLabel1Weight = "600";
77
79
  export const ButtonLabel1Family = "Source Sans Pro";
78
- export const ButtonLabel1Weight = "400";
80
+ export const ButtonLabel1Weight = "600";
79
81
  export const Title1Family = "Source Sans Pro";
80
82
  export const Title1Weight = "400";
81
83
  export const LinkColorUiFamily = "Source Sans Pro";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 14 Jul 2023 20:41:52 GMT
3
+ // Generated on Wed, 02 Aug 2023 18:51:55 GMT
4
4
 
5
5
  $ni-nimble-base-sl-legacy-blue: #009ff5;
6
6
  $ni-nimble-base-information-100-dark-ui: #a46eff;
@@ -33,6 +33,8 @@ $ni-nimble-base-warning-100-light-ui: #ff4b00;
33
33
  $ni-nimble-base-black-30: #d3d5d6;
34
34
  $ni-nimble-base-black-50: #aeb0b3;
35
35
  $ni-nimble-base-digital-green-dark: #006b46;
36
+ $ni-nimble-base-digital-green-dark-105: #00734b;
37
+ $ni-nimble-base-digital-green-dark-110: #00613f;
36
38
  $ni-nimble-base-power-green: #32eb96;
37
39
  $ni-nimble-base-black-22: #e6e6e6;
38
40
  $ni-nimble-base-cmyk-ni-pale-green: #ccdcc8;
@@ -74,7 +76,7 @@ $ni-nimble-base-header-1-weight: 400;
74
76
  $ni-nimble-base-group-label-1-family: Source Sans Pro;
75
77
  $ni-nimble-base-group-label-1-weight: 600;
76
78
  $ni-nimble-base-button-label-1-family: Source Sans Pro;
77
- $ni-nimble-base-button-label-1-weight: 400;
79
+ $ni-nimble-base-button-label-1-weight: 600;
78
80
  $ni-nimble-base-title-1-family: Source Sans Pro;
79
81
  $ni-nimble-base-title-1-weight: 400;
80
82
  $ni-nimble-base-link-color-ui-family: Source Sans Pro;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-tokens",
3
- "version": "6.2.0",
3
+ "version": "6.3.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:svg-to-ico && npm run build:generate-font-scss && npm run build:style-dictionary",