@ni/nimble-components 11.10.1 → 11.10.4
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/dist/all-components-bundle.js +2 -5
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/combobox/styles.js +1 -1
- package/dist/esm/dialog/index.js +1 -4
- package/dist/esm/dialog/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,7 +86,9 @@ The theming system is composed of:
|
|
|
86
86
|
@import '~@ni/nimble-components/dist/tokens';
|
|
87
87
|
|
|
88
88
|
.my-element {
|
|
89
|
-
font-family: $ni-nimble-font-family;
|
|
89
|
+
font-family: $ni-nimble-body-font-family;
|
|
90
|
+
font-size: $ni-nimble-body-font-size;
|
|
91
|
+
color: $ni-nimble-body-font-color;
|
|
90
92
|
}
|
|
91
93
|
```
|
|
92
94
|
|
|
@@ -16735,7 +16735,7 @@
|
|
|
16735
16735
|
color: inherit;
|
|
16736
16736
|
margin: auto 0;
|
|
16737
16737
|
width: 100%;
|
|
16738
|
-
font
|
|
16738
|
+
font: inherit;
|
|
16739
16739
|
height: var(--ni-private-height-within-border);
|
|
16740
16740
|
}
|
|
16741
16741
|
|
|
@@ -17076,10 +17076,7 @@
|
|
|
17076
17076
|
baseName: 'dialog',
|
|
17077
17077
|
template: template$5,
|
|
17078
17078
|
styles: styles$j,
|
|
17079
|
-
baseClass: Dialog
|
|
17080
|
-
shadowOptions: {
|
|
17081
|
-
delegatesFocus: true
|
|
17082
|
-
}
|
|
17079
|
+
baseClass: Dialog
|
|
17083
17080
|
});
|
|
17084
17081
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
|
|
17085
17082
|
|