@ni/nimble-tokens 6.13.5 → 6.14.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.
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ NI base design tokens. Design tokens are primitive elements of component style l
|
|
|
13
13
|
|
|
14
14
|
If you are using one of the following frameworks you should consume tokens via components implemented in the following libraries. These libraries provide styled components that use the design tokens to implement several color themes.
|
|
15
15
|
|
|
16
|
-
1. Angular: See the [nimble-angular](/angular-workspace/
|
|
17
|
-
2. Blazor WebAssembly or Blazor Server: See the [nimble-blazor](/packages/
|
|
16
|
+
1. Angular: See the [nimble-angular](/packages/angular-workspace/nimble-angular) documentation.
|
|
17
|
+
2. Blazor WebAssembly or Blazor Server: See the [nimble-blazor](/packages/blazor-workspace/NimbleBlazor) documentation.
|
|
18
18
|
3. Vanilla / Frameworkless: See the [nimble-components](/packages/nimble-components) documentation.
|
|
19
19
|
|
|
20
20
|
## Using Theme-Aware Tokens
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 04 Jun 2024 16:23:30 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
--ni-nimble-base-sub-header-size: 12px;
|
|
136
136
|
--ni-nimble-base-header-1-size: 24px;
|
|
137
137
|
--ni-nimble-base-group-label-1-size: 11px;
|
|
138
|
-
--ni-nimble-base-button-label-1-size:
|
|
138
|
+
--ni-nimble-base-button-label-1-size: 14px;
|
|
139
139
|
--ni-nimble-base-title-1-size: 19px;
|
|
140
140
|
--ni-nimble-base-link-color-ui-size: 14px;
|
|
141
141
|
--ni-nimble-base-link-dark-ui-size: 14px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 04 Jun 2024 16:23:30 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const SlLegacyBlue = "#009ff5";
|
|
@@ -134,7 +134,7 @@ export const Header0Size = "36px";
|
|
|
134
134
|
export const SubHeaderSize = "12px";
|
|
135
135
|
export const Header1Size = "24px";
|
|
136
136
|
export const GroupLabel1Size = "11px";
|
|
137
|
-
export const ButtonLabel1Size = "
|
|
137
|
+
export const ButtonLabel1Size = "14px";
|
|
138
138
|
export const Title1Size = "19px";
|
|
139
139
|
export const LinkColorUiSize = "14px";
|
|
140
140
|
export const LinkDarkUiSize = "14px";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 04 Jun 2024 16:23:30 GMT
|
|
4
4
|
|
|
5
5
|
$ni-nimble-base-sl-legacy-blue: #009ff5;
|
|
6
6
|
$ni-nimble-base-information-100-dark-ui: #a46eff;
|
|
@@ -133,7 +133,7 @@ $ni-nimble-base-header-0-size: 36px;
|
|
|
133
133
|
$ni-nimble-base-sub-header-size: 12px;
|
|
134
134
|
$ni-nimble-base-header-1-size: 24px;
|
|
135
135
|
$ni-nimble-base-group-label-1-size: 11px;
|
|
136
|
-
$ni-nimble-base-button-label-1-size:
|
|
136
|
+
$ni-nimble-base-button-label-1-size: 14px;
|
|
137
137
|
$ni-nimble-base-title-1-size: 19px;
|
|
138
138
|
$ni-nimble-base-link-color-ui-size: 14px;
|
|
139
139
|
$ni-nimble-base-link-dark-ui-size: 14px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-tokens",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.14.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",
|