@rarui/styles 1.17.0-rc.7 → 1.17.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/dist/index.d.ts +16 -8
- package/dist/index.js +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +5 -3
package/dist/index.d.ts
CHANGED
|
@@ -9072,8 +9072,12 @@ export declare const title: {
|
|
|
9072
9072
|
}
|
|
9073
9073
|
]>;
|
|
9074
9074
|
};
|
|
9075
|
-
declare const
|
|
9075
|
+
declare const bannerStyles: {
|
|
9076
9076
|
banner: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
9077
|
+
/**
|
|
9078
|
+
* Specifies the visual appearance of the banner message, influencing its color and style.
|
|
9079
|
+
* @default brand
|
|
9080
|
+
*/
|
|
9077
9081
|
appearance: {
|
|
9078
9082
|
brand: {
|
|
9079
9083
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -9100,6 +9104,10 @@ declare const styles$8: {
|
|
|
9100
9104
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
9101
9105
|
};
|
|
9102
9106
|
};
|
|
9107
|
+
/**
|
|
9108
|
+
* Determines whether the banner message should float above the content. This can be useful for ensuring the message remains visible even as the user scrolls.
|
|
9109
|
+
* @default false
|
|
9110
|
+
*/
|
|
9103
9111
|
floating: {
|
|
9104
9112
|
true: {
|
|
9105
9113
|
borderRadius: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -9107,7 +9115,7 @@ declare const styles$8: {
|
|
|
9107
9115
|
};
|
|
9108
9116
|
}>;
|
|
9109
9117
|
};
|
|
9110
|
-
export type BannerVariants = RecipeVariants<typeof
|
|
9118
|
+
export type BannerVariants = RecipeVariants<typeof bannerStyles.banner>;
|
|
9111
9119
|
export declare const banner: {
|
|
9112
9120
|
classnames: {
|
|
9113
9121
|
banner: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
@@ -9145,7 +9153,7 @@ export declare const banner: {
|
|
|
9145
9153
|
}>;
|
|
9146
9154
|
};
|
|
9147
9155
|
};
|
|
9148
|
-
declare const styles$
|
|
9156
|
+
declare const styles$8: {
|
|
9149
9157
|
toast: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
9150
9158
|
placement: {
|
|
9151
9159
|
topRight: {};
|
|
@@ -9274,7 +9282,7 @@ declare const styles$9: {
|
|
|
9274
9282
|
};
|
|
9275
9283
|
}>;
|
|
9276
9284
|
};
|
|
9277
|
-
export type ToastVariants = RecipeVariants<typeof styles$
|
|
9285
|
+
export type ToastVariants = RecipeVariants<typeof styles$8.toast>;
|
|
9278
9286
|
export declare const toast: {
|
|
9279
9287
|
classnames: {
|
|
9280
9288
|
toast: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
@@ -9406,7 +9414,7 @@ export declare const toast: {
|
|
|
9406
9414
|
}>;
|
|
9407
9415
|
};
|
|
9408
9416
|
};
|
|
9409
|
-
declare const styles$
|
|
9417
|
+
declare const styles$9: {
|
|
9410
9418
|
toggle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
9411
9419
|
size: {
|
|
9412
9420
|
large: {
|
|
@@ -9475,7 +9483,7 @@ declare const styles$10: {
|
|
|
9475
9483
|
};
|
|
9476
9484
|
}>;
|
|
9477
9485
|
};
|
|
9478
|
-
export type ToggleVariants = RecipeVariants<typeof styles$
|
|
9486
|
+
export type ToggleVariants = RecipeVariants<typeof styles$9.toggle>;
|
|
9479
9487
|
export declare const toggle: {
|
|
9480
9488
|
classnames: {
|
|
9481
9489
|
toggle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
@@ -9547,7 +9555,7 @@ export declare const toggle: {
|
|
|
9547
9555
|
}>;
|
|
9548
9556
|
};
|
|
9549
9557
|
};
|
|
9550
|
-
declare const styles$
|
|
9558
|
+
declare const styles$10: {
|
|
9551
9559
|
tooltip: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
9552
9560
|
inverted: {
|
|
9553
9561
|
true: {
|
|
@@ -9580,7 +9588,7 @@ declare const styles$11: {
|
|
|
9580
9588
|
}>;
|
|
9581
9589
|
container: string;
|
|
9582
9590
|
};
|
|
9583
|
-
export type TooltipVariants = RecipeVariants<typeof styles$
|
|
9591
|
+
export type TooltipVariants = RecipeVariants<typeof styles$10.tooltip>;
|
|
9584
9592
|
export declare const tooltip: {
|
|
9585
9593
|
classnames: {
|
|
9586
9594
|
tooltip: import("@vanilla-extract/recipes").RuntimeFn<{
|