@yr3/ui 1.1.4 → 1.1.5
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 +0 -2
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4261,8 +4261,6 @@ var Group = ({
|
|
|
4261
4261
|
}));
|
|
4262
4262
|
}, [exclude, value, options, type]);
|
|
4263
4263
|
const classesGroup = groupVariants({ variant, color, type });
|
|
4264
|
-
console.log(classesGroup);
|
|
4265
|
-
console.log(clasess(options[0]));
|
|
4266
4264
|
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
4267
4265
|
"div",
|
|
4268
4266
|
{
|
package/dist/index.js
CHANGED
|
@@ -4140,8 +4140,6 @@ var Group = ({
|
|
|
4140
4140
|
}));
|
|
4141
4141
|
}, [exclude, value, options, type]);
|
|
4142
4142
|
const classesGroup = groupVariants({ variant, color, type });
|
|
4143
|
-
console.log(classesGroup);
|
|
4144
|
-
console.log(clasess(options[0]));
|
|
4145
4143
|
return /* @__PURE__ */ jsx29(
|
|
4146
4144
|
"div",
|
|
4147
4145
|
{
|