@chekinapp/ui 0.0.83 → 0.0.84
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -484,7 +484,7 @@ var AccordionContent = React.forwardRef(({ className, contentClassName, children
|
|
|
484
484
|
"transition-all",
|
|
485
485
|
"data-[state=closed]:animate-accordion-up",
|
|
486
486
|
"data-[state=open]:animate-accordion-down",
|
|
487
|
-
"text-[length:var(--accordion-content-font-size)] leading-[var(--accordion-content-line-height)] text-[var(--accordion-content-color)]
|
|
487
|
+
"text-[length:var(--accordion-content-font-size)] leading-[var(--accordion-content-line-height)] text-[var(--accordion-content-color)]",
|
|
488
488
|
// TODO Uncomment the next line when dropdown position is fixed
|
|
489
489
|
// 'overflow-hidden',
|
|
490
490
|
className
|