@ni/nimble-tokens 8.10.0 → 8.10.1
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.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--ni-nimble-base-warning-typography-light-ui: #d3440d;
|
|
13
13
|
--ni-nimble-base-pass-typography-light-ui: #00801c;
|
|
14
14
|
--ni-nimble-base-fail-100-light-ui: #c4000c;
|
|
15
|
-
--ni-nimble-base-fail-100-dark-ui: #
|
|
15
|
+
--ni-nimble-base-fail-100-dark-ui: #ff4663;
|
|
16
16
|
--ni-nimble-base-black-75: #818386;
|
|
17
17
|
--ni-nimble-base-black-15: #f1f1f2;
|
|
18
18
|
--ni-nimble-base-black-7: #f5f5f5;
|
|
@@ -11,7 +11,7 @@ export const Pass100DarkUi = "#00c12b";
|
|
|
11
11
|
export const WarningTypographyLightUi = "#d3440d";
|
|
12
12
|
export const PassTypographyLightUi = "#00801c";
|
|
13
13
|
export const Fail100LightUi = "#c4000c";
|
|
14
|
-
export const Fail100DarkUi = "#
|
|
14
|
+
export const Fail100DarkUi = "#ff4663";
|
|
15
15
|
export const Black75 = "#818386";
|
|
16
16
|
export const Black15 = "#f1f1f2";
|
|
17
17
|
export const Black7 = "#f5f5f5";
|
|
@@ -10,7 +10,7 @@ $ni-nimble-base-pass-100-dark-ui: #00c12b;
|
|
|
10
10
|
$ni-nimble-base-warning-typography-light-ui: #d3440d;
|
|
11
11
|
$ni-nimble-base-pass-typography-light-ui: #00801c;
|
|
12
12
|
$ni-nimble-base-fail-100-light-ui: #c4000c;
|
|
13
|
-
$ni-nimble-base-fail-100-dark-ui: #
|
|
13
|
+
$ni-nimble-base-fail-100-dark-ui: #ff4663;
|
|
14
14
|
$ni-nimble-base-black-75: #818386;
|
|
15
15
|
$ni-nimble-base-black-15: #f1f1f2;
|
|
16
16
|
$ni-nimble-base-black-7: #f5f5f5;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-tokens",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.1",
|
|
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",
|