@ni/nimble-components 20.14.7 → 20.14.8
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/dist/all-components-bundle.js +3 -1
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/number-field/index.js +2 -0
- package/dist/esm/number-field/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -16298,7 +16298,7 @@
|
|
|
16298
16298
|
|
|
16299
16299
|
/**
|
|
16300
16300
|
* Do not edit directly
|
|
16301
|
-
* Generated on Tue, 21 Nov 2023
|
|
16301
|
+
* Generated on Tue, 21 Nov 2023 19:01:43 GMT
|
|
16302
16302
|
*/
|
|
16303
16303
|
|
|
16304
16304
|
const Information100DarkUi = "#a46eff";
|
|
@@ -24911,6 +24911,7 @@
|
|
|
24911
24911
|
appearance="ghost"
|
|
24912
24912
|
content-hidden
|
|
24913
24913
|
tabindex="-1"
|
|
24914
|
+
aria-hidden="true"
|
|
24914
24915
|
>
|
|
24915
24916
|
${x => numericDecrementLabel.getValueFor(x)}
|
|
24916
24917
|
<${iconMinusWideTag}
|
|
@@ -24925,6 +24926,7 @@
|
|
|
24925
24926
|
appearance="ghost"
|
|
24926
24927
|
content-hidden
|
|
24927
24928
|
tabindex="-1"
|
|
24929
|
+
aria-hidden="true"
|
|
24928
24930
|
>
|
|
24929
24931
|
${x => numericIncrementLabel.getValueFor(x)}
|
|
24930
24932
|
<${iconAddTag}
|