@rarui/styles 1.30.5 → 1.30.6
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 +6 -2
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10962,7 +10962,7 @@ declare const sideNavigationStyles: {
|
|
|
10962
10962
|
open: {
|
|
10963
10963
|
true: {
|
|
10964
10964
|
overflow: "visible";
|
|
10965
|
-
maxHeight: "
|
|
10965
|
+
maxHeight: "unset";
|
|
10966
10966
|
marginTop: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
10967
10967
|
};
|
|
10968
10968
|
};
|
|
@@ -11033,7 +11033,7 @@ export declare const sideNavigation: {
|
|
|
11033
11033
|
open: {
|
|
11034
11034
|
true: {
|
|
11035
11035
|
overflow: "visible";
|
|
11036
|
-
maxHeight: "
|
|
11036
|
+
maxHeight: "unset";
|
|
11037
11037
|
marginTop: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11038
11038
|
};
|
|
11039
11039
|
};
|