@rarui/styles 2.1.2 → 2.2.0-rc.2

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
@@ -220,6 +220,7 @@ declare const varsThemeBase: {
220
220
  };
221
221
  };
222
222
  declare const variables: string;
223
+ export declare const CaptureProps: (_target: any, _propertyKey: string, descriptor: PropertyDescriptor) => void;
223
224
  declare const avatarStyles: {
224
225
  container: string;
225
226
  avatar: import("@vanilla-extract/recipes").RuntimeFn<{
@@ -7822,7 +7823,7 @@ declare const styles: {
7822
7823
  };
7823
7824
  }>;
7824
7825
  };
7825
- export type ButtonVariants = RecipeVariants<typeof styles.button>;
7826
+ export type ButtonVariants = NonNullable<RecipeVariants<typeof styles.button>>;
7826
7827
  export declare const button: {
7827
7828
  classnames: {
7828
7829
  button: import("@vanilla-extract/recipes").RuntimeFn<{
@@ -10597,6 +10598,7 @@ declare const styles$6: {
10597
10598
  };
10598
10599
  }>;
10599
10600
  content: string;
10601
+ iconContainer: string;
10600
10602
  toastContainer: import("@vanilla-extract/recipes").RuntimeFn<{
10601
10603
  position: {
10602
10604
  bottomRight: {
@@ -10727,6 +10729,7 @@ export declare const toast: {
10727
10729
  };
10728
10730
  }>;
10729
10731
  content: string;
10732
+ iconContainer: string;
10730
10733
  toastContainer: import("@vanilla-extract/recipes").RuntimeFn<{
10731
10734
  position: {
10732
10735
  bottomRight: {
@@ -10770,24 +10773,6 @@ export declare const toast: {
10770
10773
  };
10771
10774
  }>;
10772
10775
  };
10773
- sprinkle: import("rainbow-sprinkles/dist/declarations/src/createRuntimeFn").SprinklesFn<[
10774
- {
10775
- config: {
10776
- width: {
10777
- dynamic: {
10778
- default: string;
10779
- conditions: Record<"xs" | "xl" | "md" | "lg", string>;
10780
- };
10781
- dynamicScale: true;
10782
- name: "width";
10783
- vars: {
10784
- default: string;
10785
- conditions: Record<"xs" | "xl" | "md" | "lg", string>;
10786
- };
10787
- };
10788
- };
10789
- }
10790
- ]>;
10791
10776
  };
10792
10777
  declare const styles$7: {
10793
10778
  toggle: import("@vanilla-extract/recipes").RuntimeFn<{