@rarui/styles 2.0.1 → 2.1.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 CHANGED
@@ -9564,6 +9564,10 @@ declare const styles$5: {
9564
9564
  backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
9565
9565
  color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
9566
9566
  };
9567
+ info: {
9568
+ backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
9569
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
9570
+ };
9567
9571
  };
9568
9572
  /**
9569
9573
  * Specifies the size of the badge, controlling its dimensions.
@@ -9635,6 +9639,10 @@ declare const status$1: {
9635
9639
  backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
9636
9640
  color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
9637
9641
  };
9642
+ info: {
9643
+ backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
9644
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
9645
+ };
9638
9646
  };
9639
9647
  size: {
9640
9648
  normal: {
@@ -10497,12 +10505,6 @@ export declare const textarea: {
10497
10505
  };
10498
10506
  declare const styles$6: {
10499
10507
  toast: import("@vanilla-extract/recipes").RuntimeFn<{
10500
- /**
10501
- * Where the toast is located
10502
- */
10503
- placement: {
10504
- topRight: {};
10505
- };
10506
10508
  /**
10507
10509
  * Determines the visual style of the toast, influencing its color scheme and appearance.
10508
10510
  */
@@ -10643,9 +10645,6 @@ export type ToastVariants = RecipeVariants<typeof styles$6.toast>;
10643
10645
  export declare const toast: {
10644
10646
  classnames: {
10645
10647
  toast: import("@vanilla-extract/recipes").RuntimeFn<{
10646
- placement: {
10647
- topRight: {};
10648
- };
10649
10648
  appearance: {
10650
10649
  info: {
10651
10650
  backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;