@ni/nimble-angular 8.4.0 → 8.4.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.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -53,7 +53,9 @@ The steps to use components from Nimble Angular are similar to using components
|
|
|
53
53
|
@import '~@ni/nimble-angular/styles/tokens';
|
|
54
54
|
|
|
55
55
|
.my-element {
|
|
56
|
-
font-family: $ni-nimble-font-family
|
|
56
|
+
font-family: $ni-nimble-body-font-family;
|
|
57
|
+
font-size: $ni-nimble-body-font-size;
|
|
58
|
+
color: $ni-nimble-body-font-color;
|
|
57
59
|
}
|
|
58
60
|
```
|
|
59
61
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-angular",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.1",
|
|
4
4
|
"description": "Angular components for the NI Nimble Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@angular/core": "^12.1.0",
|
|
20
20
|
"@angular/forms": "^12.1.0",
|
|
21
21
|
"@angular/router": "^12.1.0",
|
|
22
|
-
"@ni/nimble-components": "^11.10.
|
|
22
|
+
"@ni/nimble-components": "^11.10.3"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tslib": "^2.2.0"
|