@ni/nimble-components 19.8.0 → 19.8.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 +4 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/anchor-menu-item/styles.js +2 -2
- package/dist/esm/anchor-menu-item/styles.js.map +1 -1
- package/dist/esm/menu-item/styles.js +2 -2
- package/dist/esm/menu-item/styles.js.map +1 -1
- package/dist/esm/text-field/styles.js +2 -1
- package/dist/esm/text-field/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -16232,7 +16232,7 @@
|
|
|
16232
16232
|
|
|
16233
16233
|
/**
|
|
16234
16234
|
* Do not edit directly
|
|
16235
|
-
* Generated on Tue, 18 Jul 2023
|
|
16235
|
+
* Generated on Tue, 18 Jul 2023 18:36:51 GMT
|
|
16236
16236
|
*/
|
|
16237
16237
|
const Information100DarkUi = "#a46eff";
|
|
16238
16238
|
const Information100LightUi = "#804ad9";
|
|
@@ -17548,7 +17548,7 @@
|
|
|
17548
17548
|
}
|
|
17549
17549
|
|
|
17550
17550
|
slot[name='start']::slotted(*) {
|
|
17551
|
-
|
|
17551
|
+
${iconColor.cssCustomProperty}: currentcolor;
|
|
17552
17552
|
width: ${iconSize};
|
|
17553
17553
|
height: ${iconSize};
|
|
17554
17554
|
}
|
|
@@ -23938,7 +23938,7 @@
|
|
|
23938
23938
|
display: contents;
|
|
23939
23939
|
}
|
|
23940
23940
|
slot[name='start']::slotted(*) {
|
|
23941
|
-
|
|
23941
|
+
${iconColor.cssCustomProperty}: currentcolor;
|
|
23942
23942
|
width: ${iconSize};
|
|
23943
23943
|
height: ${iconSize};
|
|
23944
23944
|
}
|
|
@@ -32833,6 +32833,7 @@
|
|
|
32833
32833
|
|
|
32834
32834
|
slot[name='start']::slotted(*) {
|
|
32835
32835
|
flex: none;
|
|
32836
|
+
${iconColor.cssCustomProperty}: currentcolor;
|
|
32836
32837
|
}
|
|
32837
32838
|
|
|
32838
32839
|
.control {
|