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