@ni/nimble-tokens 6.13.5 → 6.13.6
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-tokens",
|
|
3
|
-
"version": "6.13.
|
|
3
|
+
"version": "6.13.6",
|
|
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",
|