@rarui/styles 1.18.0-rc.3 → 1.18.0-rc.5
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 +8 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -9808,6 +9808,9 @@ declare const sideNavigationStyles: {
|
|
|
9808
9808
|
};
|
|
9809
9809
|
};
|
|
9810
9810
|
};
|
|
9811
|
+
open: {
|
|
9812
|
+
true: {};
|
|
9813
|
+
};
|
|
9811
9814
|
}>;
|
|
9812
9815
|
sideNavigationItem: string;
|
|
9813
9816
|
name: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
@@ -9834,6 +9837,7 @@ declare const sideNavigationStyles: {
|
|
|
9834
9837
|
true: {
|
|
9835
9838
|
overflow: "visible";
|
|
9836
9839
|
maxHeight: "100vh";
|
|
9840
|
+
marginTop: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
9837
9841
|
};
|
|
9838
9842
|
};
|
|
9839
9843
|
}>;
|
|
@@ -9867,6 +9871,9 @@ export declare const sideNavigation: {
|
|
|
9867
9871
|
};
|
|
9868
9872
|
};
|
|
9869
9873
|
};
|
|
9874
|
+
open: {
|
|
9875
|
+
true: {};
|
|
9876
|
+
};
|
|
9870
9877
|
}>;
|
|
9871
9878
|
sideNavigationItem: string;
|
|
9872
9879
|
name: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
@@ -9893,6 +9900,7 @@ export declare const sideNavigation: {
|
|
|
9893
9900
|
true: {
|
|
9894
9901
|
overflow: "visible";
|
|
9895
9902
|
maxHeight: "100vh";
|
|
9903
|
+
marginTop: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
9896
9904
|
};
|
|
9897
9905
|
};
|
|
9898
9906
|
}>;
|