@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/dist/index.d.ts CHANGED
@@ -10962,7 +10962,7 @@ declare const sideNavigationStyles: {
10962
10962
  open: {
10963
10963
  true: {
10964
10964
  overflow: "visible";
10965
- maxHeight: "100vh";
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: "100vh";
11036
+ maxHeight: "unset";
11037
11037
  marginTop: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
11038
11038
  };
11039
11039
  };