@ni/spright-components 4.1.16 → 4.1.18
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.
|
@@ -17885,6 +17885,10 @@
|
|
|
17885
17885
|
.scroll-button.right {
|
|
17886
17886
|
margin-left: ${smallPadding};
|
|
17887
17887
|
}
|
|
17888
|
+
|
|
17889
|
+
[part='end'] {
|
|
17890
|
+
flex: 1;
|
|
17891
|
+
}
|
|
17888
17892
|
`;
|
|
17889
17893
|
|
|
17890
17894
|
const styles$W = css `
|