@rarui/styles 2.1.0 → 2.1.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
@@ -10597,7 +10597,6 @@ declare const styles$6: {
10597
10597
  };
10598
10598
  }>;
10599
10599
  content: string;
10600
- iconContainer: string;
10601
10600
  toastContainer: import("@vanilla-extract/recipes").RuntimeFn<{
10602
10601
  position: {
10603
10602
  bottomRight: {
@@ -10728,7 +10727,6 @@ export declare const toast: {
10728
10727
  };
10729
10728
  }>;
10730
10729
  content: string;
10731
- iconContainer: string;
10732
10730
  toastContainer: import("@vanilla-extract/recipes").RuntimeFn<{
10733
10731
  position: {
10734
10732
  bottomRight: {
@@ -10772,6 +10770,24 @@ export declare const toast: {
10772
10770
  };
10773
10771
  }>;
10774
10772
  };
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
+ ]>;
10775
10791
  };
10776
10792
  declare const styles$7: {
10777
10793
  toggle: import("@vanilla-extract/recipes").RuntimeFn<{