@ni/nimble-components 8.1.9 → 8.2.0
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 +6 -1
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +6 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/text-field/styles.js +6 -1
- package/dist/esm/text-field/styles.js.map +1 -1
- package/package.json +2 -2
|
@@ -18214,7 +18214,12 @@
|
|
|
18214
18214
|
}
|
|
18215
18215
|
|
|
18216
18216
|
[part='start'] {
|
|
18217
|
-
display:
|
|
18217
|
+
display: contents;
|
|
18218
|
+
}
|
|
18219
|
+
|
|
18220
|
+
slot[name='start']::slotted(*) {
|
|
18221
|
+
margin-left: calc(${standardPadding} / 2);
|
|
18222
|
+
flex: none;
|
|
18218
18223
|
}
|
|
18219
18224
|
|
|
18220
18225
|
.control {
|