@ni/nimble-components 32.2.2 → 32.2.3
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 +1 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/patterns/button/styles.js +1 -0
- package/dist/esm/patterns/button/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -17143,6 +17143,7 @@
|
|
|
17143
17143
|
color: ${buttonLabelFontColor};
|
|
17144
17144
|
font: ${buttonLabelFont};
|
|
17145
17145
|
cursor: pointer;
|
|
17146
|
+
white-space: nowrap;
|
|
17146
17147
|
outline: none;
|
|
17147
17148
|
border: none;
|
|
17148
17149
|
${
|