@chekinapp/ui 0.0.20 → 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 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
- "group-data-[state=open]:text-primary group-data-[state=closed]:text-muted-foreground",
354
- "relative h-4 w-4"
355
+ "relative"
355
356
  ),
356
357
  children: [
357
358
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(