@plaidlabs/ui 0.1.9 → 0.1.11
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/components/complex/toast/Toast.css.d.ts +2 -17
- package/dist/index.js +108 -108
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -32,10 +32,6 @@ export declare const toast: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
32
32
|
gap: "0.625rem";
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
|
-
size: {
|
|
36
|
-
sm: {};
|
|
37
|
-
md: {};
|
|
38
|
-
};
|
|
39
35
|
}>;
|
|
40
36
|
export declare const content: string;
|
|
41
37
|
export declare const textStack: string;
|
|
@@ -72,16 +68,6 @@ export declare const iconWrapper: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
72
68
|
color: string;
|
|
73
69
|
};
|
|
74
70
|
};
|
|
75
|
-
size: {
|
|
76
|
-
sm: {
|
|
77
|
-
width: "1rem";
|
|
78
|
-
height: "1rem";
|
|
79
|
-
};
|
|
80
|
-
md: {
|
|
81
|
-
width: "1.25rem";
|
|
82
|
-
height: "1.25rem";
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
71
|
}>;
|
|
86
72
|
export declare const loadingIconWrapper: string;
|
|
87
73
|
export declare const loadingIcon: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
@@ -96,9 +82,8 @@ export declare const loadingIcon: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
96
82
|
}>;
|
|
97
83
|
export declare const actionWrapper: string;
|
|
98
84
|
export declare const actionButton: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
md: string;
|
|
85
|
+
[x: string]: {
|
|
86
|
+
[x: string]: string | import("@vanilla-extract/css").ComplexStyleRule;
|
|
102
87
|
};
|
|
103
88
|
}>;
|
|
104
89
|
export declare const closeButton: string;
|