@rarui/styles 1.30.4 → 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
@@ -10923,7 +10923,22 @@ declare const sideNavigationStyles: {
10923
10923
  };
10924
10924
  };
10925
10925
  }>;
10926
- sideNavigationItem: string;
10926
+ sideNavigationItem: import("@vanilla-extract/recipes").RuntimeFn<{
10927
+ /**
10928
+ * Determines the level of nesting for the item.
10929
+ */
10930
+ level: {
10931
+ 0: {
10932
+ paddingLeft: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
10933
+ };
10934
+ 1: {
10935
+ paddingLeft: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
10936
+ };
10937
+ 2: {
10938
+ paddingLeft: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
10939
+ };
10940
+ };
10941
+ }>;
10927
10942
  name: import("@vanilla-extract/recipes").RuntimeFn<{
10928
10943
  active: {
10929
10944
  true: {
@@ -10947,13 +10962,13 @@ declare const sideNavigationStyles: {
10947
10962
  open: {
10948
10963
  true: {
10949
10964
  overflow: "visible";
10950
- maxHeight: "100vh";
10965
+ maxHeight: "unset";
10951
10966
  marginTop: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
10952
10967
  };
10953
10968
  };
10954
10969
  }>;
10955
10970
  };
10956
- export type SideNavigationVariants = RecipeVariants<typeof sideNavigationStyles.sideNavigation>;
10971
+ export type SideNavigationVariants = NonNullable<RecipeVariants<typeof sideNavigationStyles.sideNavigation> & RecipeVariants<typeof sideNavigationStyles.sideNavigationItem>>;
10957
10972
  export declare const sideNavigation: {
10958
10973
  classnames: {
10959
10974
  sideNavigation: import("@vanilla-extract/recipes").RuntimeFn<{
@@ -10982,7 +10997,19 @@ export declare const sideNavigation: {
10982
10997
  };
10983
10998
  };
10984
10999
  }>;
10985
- sideNavigationItem: string;
11000
+ sideNavigationItem: import("@vanilla-extract/recipes").RuntimeFn<{
11001
+ level: {
11002
+ 0: {
11003
+ paddingLeft: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
11004
+ };
11005
+ 1: {
11006
+ paddingLeft: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
11007
+ };
11008
+ 2: {
11009
+ paddingLeft: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
11010
+ };
11011
+ };
11012
+ }>;
10986
11013
  name: import("@vanilla-extract/recipes").RuntimeFn<{
10987
11014
  active: {
10988
11015
  true: {
@@ -11006,7 +11033,7 @@ export declare const sideNavigation: {
11006
11033
  open: {
11007
11034
  true: {
11008
11035
  overflow: "visible";
11009
- maxHeight: "100vh";
11036
+ maxHeight: "unset";
11010
11037
  marginTop: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
11011
11038
  };
11012
11039
  };