@ni/nimble-components 11.1.0 → 11.1.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 +0 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +0 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/number-field/styles.js +0 -1
- package/dist/esm/number-field/styles.js.map +1 -1
- package/dist/esm/text-field/styles.js +0 -1
- package/dist/esm/text-field/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -19682,7 +19682,6 @@
|
|
|
19682
19682
|
.root::after {
|
|
19683
19683
|
content: '';
|
|
19684
19684
|
position: absolute;
|
|
19685
|
-
left: 0px;
|
|
19686
19685
|
bottom: calc(-1 * ${borderWidth});
|
|
19687
19686
|
width: 0px;
|
|
19688
19687
|
height: 0px;
|
|
@@ -20585,7 +20584,6 @@
|
|
|
20585
20584
|
[part='end']::after {
|
|
20586
20585
|
content: '';
|
|
20587
20586
|
position: absolute;
|
|
20588
|
-
left: 0px;
|
|
20589
20587
|
bottom: calc(-1 * ${borderWidth});
|
|
20590
20588
|
width: 0px;
|
|
20591
20589
|
height: 0px;
|