@bloomkit/react 0.2.13 → 0.2.15

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
@@ -1800,7 +1800,7 @@ var AccordionTrigger = _react.forwardRef.call(void 0,
1800
1800
  strokeWidth: "1.5",
1801
1801
  strokeLinecap: "round",
1802
1802
  strokeLinejoin: "round",
1803
- className: "shrink-0 transition-transform duration-[var(--bloom-duration-fast)]",
1803
+ className: "shrink-0 transition-transform duration-[var(--bloom-duration-fast)] ease-[var(--bloom-ease)]",
1804
1804
  children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { d: "M4 6l4 4 4-4" })
1805
1805
  }
1806
1806
  )
@@ -1817,8 +1817,8 @@ var AccordionContent = _react.forwardRef.call(void 0,
1817
1817
  className: cn(
1818
1818
  "overflow-hidden",
1819
1819
  "text-[length:var(--bloom-text-body)] font-[family-name:var(--bloom-font)] color-[var(--bloom-text-secondary)]",
1820
- "data-[state=open]:animate-in data-[state=open]:fade-in-0",
1821
- "data-[state=closed]:animate-out data-[state=closed]:fade-out-0",
1820
+ "data-[state=open]:animate-[bloom-accordion-open_var(--bloom-duration-fast)_var(--bloom-ease)]",
1821
+ "data-[state=closed]:animate-[bloom-accordion-close_var(--bloom-duration-fast)_var(--bloom-ease)]",
1822
1822
  className
1823
1823
  ),
1824
1824
  ...props,