@rarui/styles 2.2.0-rc.3 → 2.2.0
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/CHANGELOG.md +23 -0
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/styles.css +1 -1
- package/dist/esm/themes/dark.css +1 -1
- package/dist/esm/themes/dark.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +18 -2
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +5 -8
package/dist/index.d.ts
CHANGED
|
@@ -10613,7 +10613,6 @@ declare const styles$5: {
|
|
|
10613
10613
|
};
|
|
10614
10614
|
}>;
|
|
10615
10615
|
content: string;
|
|
10616
|
-
iconContainer: string;
|
|
10617
10616
|
toastContainer: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10618
10617
|
position: {
|
|
10619
10618
|
bottomRight: {
|
|
@@ -10744,7 +10743,6 @@ export declare const toast: {
|
|
|
10744
10743
|
};
|
|
10745
10744
|
}>;
|
|
10746
10745
|
content: string;
|
|
10747
|
-
iconContainer: string;
|
|
10748
10746
|
toastContainer: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10749
10747
|
position: {
|
|
10750
10748
|
bottomRight: {
|
|
@@ -10788,6 +10786,24 @@ export declare const toast: {
|
|
|
10788
10786
|
};
|
|
10789
10787
|
}>;
|
|
10790
10788
|
};
|
|
10789
|
+
sprinkle: import("rainbow-sprinkles/dist/declarations/src/createRuntimeFn").SprinklesFn<[
|
|
10790
|
+
{
|
|
10791
|
+
config: {
|
|
10792
|
+
width: {
|
|
10793
|
+
dynamic: {
|
|
10794
|
+
default: string;
|
|
10795
|
+
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
10796
|
+
};
|
|
10797
|
+
dynamicScale: true;
|
|
10798
|
+
name: "width";
|
|
10799
|
+
vars: {
|
|
10800
|
+
default: string;
|
|
10801
|
+
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
10802
|
+
};
|
|
10803
|
+
};
|
|
10804
|
+
};
|
|
10805
|
+
}
|
|
10806
|
+
]>;
|
|
10791
10807
|
};
|
|
10792
10808
|
declare const styles$6: {
|
|
10793
10809
|
toggle: import("@vanilla-extract/recipes").RuntimeFn<{
|