@ni/nimble-components 19.9.0 → 19.9.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 +3 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/anchor-tabs/styles.js +1 -1
- package/dist/esm/tabs/styles.js +1 -1
- package/package.json +1 -1
|
@@ -1921,7 +1921,7 @@ const pd=we`
|
|
|
1921
1921
|
|
|
1922
1922
|
:host {
|
|
1923
1923
|
box-sizing: border-box;
|
|
1924
|
-
grid-template-columns: auto
|
|
1924
|
+
grid-template-columns: auto 1fr;
|
|
1925
1925
|
grid-template-rows: auto 1fr;
|
|
1926
1926
|
}
|
|
1927
1927
|
|
|
@@ -6632,7 +6632,7 @@ const My=we`
|
|
|
6632
6632
|
|
|
6633
6633
|
:host {
|
|
6634
6634
|
box-sizing: border-box;
|
|
6635
|
-
grid-template-columns: auto
|
|
6635
|
+
grid-template-columns: auto 1fr;
|
|
6636
6636
|
grid-template-rows: auto 1fr;
|
|
6637
6637
|
}
|
|
6638
6638
|
|