@chekinapp/ui 0.0.98 → 0.0.99
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 -2
- 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 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7517,11 +7517,13 @@ var RadioGroup2 = React25.forwardRef(({ className, ...props }, ref) => /* @__PUR
|
|
|
7517
7517
|
RadioGroup2.displayName = RadioGroupPrimitive.Root.displayName;
|
|
7518
7518
|
var radioSizeClasses = {
|
|
7519
7519
|
default: "h-4 w-4",
|
|
7520
|
-
m: "h-5 w-5"
|
|
7520
|
+
m: "h-5 w-5",
|
|
7521
|
+
l: "h-6 w-6"
|
|
7521
7522
|
};
|
|
7522
7523
|
var indicatorSizeClasses = {
|
|
7523
7524
|
default: "h-2 w-2",
|
|
7524
|
-
m: "h-2.5 w-2.5"
|
|
7525
|
+
m: "h-2.5 w-2.5",
|
|
7526
|
+
l: "h-3 w-3"
|
|
7525
7527
|
};
|
|
7526
7528
|
var RadioGroupItem = React25.forwardRef(({ className, size = "default", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
7527
7529
|
RadioGroupPrimitive.Item,
|