@ni/nimble-components 32.5.2 → 32.5.3
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 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +4 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/patterns/tabs/styles.js +4 -0
- package/dist/esm/patterns/tabs/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -17889,6 +17889,10 @@
|
|
|
17889
17889
|
[part='end'] {
|
|
17890
17890
|
flex: 1;
|
|
17891
17891
|
}
|
|
17892
|
+
|
|
17893
|
+
[part='tabpanel'] {
|
|
17894
|
+
flex: 1;
|
|
17895
|
+
}
|
|
17892
17896
|
`;
|
|
17893
17897
|
|
|
17894
17898
|
const styles$V = css `
|