@reeverdev/ui 0.2.124 → 0.2.126
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.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1194,7 +1194,7 @@ declare const Rating: React$1.ForwardRefExoticComponent<RatingProps & React$1.Re
|
|
|
1194
1194
|
|
|
1195
1195
|
declare const chipVariants: (props?: ({
|
|
1196
1196
|
variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
|
|
1197
|
-
color?: "success" | "warning" | "danger" | "
|
|
1197
|
+
color?: "success" | "warning" | "danger" | "primary" | "secondary" | null | undefined;
|
|
1198
1198
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
1199
1199
|
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
1200
1200
|
clickable?: boolean | null | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -1194,7 +1194,7 @@ declare const Rating: React$1.ForwardRefExoticComponent<RatingProps & React$1.Re
|
|
|
1194
1194
|
|
|
1195
1195
|
declare const chipVariants: (props?: ({
|
|
1196
1196
|
variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
|
|
1197
|
-
color?: "success" | "warning" | "danger" | "
|
|
1197
|
+
color?: "success" | "warning" | "danger" | "primary" | "secondary" | null | undefined;
|
|
1198
1198
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
1199
1199
|
radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
|
|
1200
1200
|
clickable?: boolean | null | undefined;
|