@rehagro/ui 1.0.28 → 1.0.29

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.mts CHANGED
@@ -134,6 +134,8 @@ type ButtonVariant = "solid" | "outline" | "ghost";
134
134
  type ButtonSize = "sm" | "md" | "lg";
135
135
  type ButtonRadius = "none" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "full";
136
136
  type ButtonHoverStyle = {
137
+ /** Background on hover */
138
+ background?: string;
137
139
  /** Background color on hover */
138
140
  backgroundColor?: string;
139
141
  /** Border color on hover */
package/dist/index.d.ts CHANGED
@@ -134,6 +134,8 @@ type ButtonVariant = "solid" | "outline" | "ghost";
134
134
  type ButtonSize = "sm" | "md" | "lg";
135
135
  type ButtonRadius = "none" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "full";
136
136
  type ButtonHoverStyle = {
137
+ /** Background on hover */
138
+ background?: string;
137
139
  /** Background color on hover */
138
140
  backgroundColor?: string;
139
141
  /** Border color on hover */