@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
|
@@ -16288,7 +16288,7 @@
|
|
|
16288
16288
|
|
|
16289
16289
|
/**
|
|
16290
16290
|
* Do not edit directly
|
|
16291
|
-
* Generated on Mon, 24 Jul 2023
|
|
16291
|
+
* Generated on Mon, 24 Jul 2023 20:55:43 GMT
|
|
16292
16292
|
*/
|
|
16293
16293
|
|
|
16294
16294
|
const Information100DarkUi = "#a46eff";
|
|
@@ -17943,7 +17943,7 @@
|
|
|
17943
17943
|
|
|
17944
17944
|
:host {
|
|
17945
17945
|
box-sizing: border-box;
|
|
17946
|
-
grid-template-columns: auto
|
|
17946
|
+
grid-template-columns: auto 1fr;
|
|
17947
17947
|
grid-template-rows: auto 1fr;
|
|
17948
17948
|
}
|
|
17949
17949
|
|
|
@@ -32811,7 +32811,7 @@
|
|
|
32811
32811
|
|
|
32812
32812
|
:host {
|
|
32813
32813
|
box-sizing: border-box;
|
|
32814
|
-
grid-template-columns: auto
|
|
32814
|
+
grid-template-columns: auto 1fr;
|
|
32815
32815
|
grid-template-rows: auto 1fr;
|
|
32816
32816
|
}
|
|
32817
32817
|
|