@ni/nimble-tokens 6.2.1 → 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
|
|
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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
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
|
|
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";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-tokens",
|
|
3
|
-
"version": "6.
|
|
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",
|