@ni/nimble-components 28.0.0 → 28.0.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/dist/all-components-bundle.js +2 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/patterns/dropdown/styles.js +2 -2
- package/dist/esm/patterns/dropdown/styles.js.map +1 -1
- package/package.json +3 -3
|
@@ -16333,7 +16333,7 @@
|
|
|
16333
16333
|
|
|
16334
16334
|
/**
|
|
16335
16335
|
* Do not edit directly
|
|
16336
|
-
* Generated on
|
|
16336
|
+
* Generated on Tue, 07 May 2024 13:04:38 GMT
|
|
16337
16337
|
*/
|
|
16338
16338
|
|
|
16339
16339
|
const Information100DarkUi = "#a46eff";
|
|
@@ -20588,7 +20588,7 @@
|
|
|
20588
20588
|
position: relative;
|
|
20589
20589
|
justify-content: center;
|
|
20590
20590
|
${userSelectNone}
|
|
20591
|
-
min-width:
|
|
20591
|
+
min-width: ${menuMinWidth};
|
|
20592
20592
|
outline: none;
|
|
20593
20593
|
vertical-align: top;
|
|
20594
20594
|
--ni-private-hover-indicator-width: calc(${borderWidth} + 1px);
|