@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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/native.js.map +1 -1
- package/dist/native.mjs.map +1 -1
- package/dist/styles.css +3 -3
- package/package.json +1 -1
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 */
|