@rarui/styles 1.17.0-rc.2 → 1.17.0-rc.4
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.css +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7026,6 +7026,11 @@ export declare const box: {
|
|
|
7026
7026
|
};
|
|
7027
7027
|
declare const styles$2: {
|
|
7028
7028
|
button: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
7029
|
+
full: {
|
|
7030
|
+
true: {
|
|
7031
|
+
width: "100%";
|
|
7032
|
+
};
|
|
7033
|
+
};
|
|
7029
7034
|
appearance: {
|
|
7030
7035
|
brand: {
|
|
7031
7036
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -7104,6 +7109,11 @@ export type ButtonVariants = RecipeVariants<typeof styles$2.button>;
|
|
|
7104
7109
|
export declare const button: {
|
|
7105
7110
|
classnames: {
|
|
7106
7111
|
button: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
7112
|
+
full: {
|
|
7113
|
+
true: {
|
|
7114
|
+
width: "100%";
|
|
7115
|
+
};
|
|
7116
|
+
};
|
|
7107
7117
|
appearance: {
|
|
7108
7118
|
brand: {
|
|
7109
7119
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|