@rarui/styles 1.18.0-rc.6 → 1.18.0-rc.8
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/CHANGELOG.md +8 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -9818,6 +9818,7 @@ declare const sideNavigationStyles: {
|
|
|
9818
9818
|
top: number;
|
|
9819
9819
|
bottom: number;
|
|
9820
9820
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
9821
|
+
zIndex: number;
|
|
9821
9822
|
};
|
|
9822
9823
|
":hover": {
|
|
9823
9824
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -9877,6 +9878,7 @@ export declare const sideNavigation: {
|
|
|
9877
9878
|
top: number;
|
|
9878
9879
|
bottom: number;
|
|
9879
9880
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
9881
|
+
zIndex: number;
|
|
9880
9882
|
};
|
|
9881
9883
|
":hover": {
|
|
9882
9884
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|