@rarui/styles 2.7.0-rc.2 → 2.7.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.
@@ -3055,6 +3055,18 @@ declare const box: {
3055
3055
  conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
3056
3056
  };
3057
3057
  };
3058
+ whiteSpace: {
3059
+ dynamic: {
3060
+ default: string;
3061
+ conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
3062
+ };
3063
+ dynamicScale: true;
3064
+ name: "whiteSpace";
3065
+ vars: {
3066
+ default: string;
3067
+ conditions: Record<"disabled" | "hover" | "xs" | "xl" | "md" | "lg" | "active" | "focus" | "focusWithin", string>;
3068
+ };
3069
+ };
3058
3070
  };
3059
3071
  } & {
3060
3072
  config: {