@chekinapp/ui 0.0.21 → 0.0.22
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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +83 -13
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -348,10 +348,11 @@ var AccordionTrigger = React.forwardRef(({ className, children, openIcon, closed
|
|
|
348
348
|
"div",
|
|
349
349
|
{
|
|
350
350
|
className: cn(
|
|
351
|
+
"accordion__icon",
|
|
352
|
+
Accordion_default.accordion__icon,
|
|
351
353
|
"shrink-0 rounded-full p-0.5",
|
|
352
354
|
"transition-colors duration-200",
|
|
353
|
-
"
|
|
354
|
-
"relative h-4 w-4"
|
|
355
|
+
"relative"
|
|
355
356
|
),
|
|
356
357
|
children: [
|
|
357
358
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|