@lolmath/ui 3.0.0 → 3.0.1

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.js CHANGED
@@ -758,9 +758,6 @@ function startViewTransition(callback) {
758
758
 
759
759
  // src/components/accordion.tsx
760
760
  import { jsx as jsx7, jsxs as jsxs6 } from "react/jsx-runtime";
761
- var accordion = tv({
762
- base: "bg-lol-blue-950"
763
- });
764
761
  function Accordion({ children, className }) {
765
762
  const [activeItem, setActiveItem] = useState("");
766
763
  const id = useCssId();
@@ -775,9 +772,7 @@ function Accordion({ children, className }) {
775
772
  children: /* @__PURE__ */ jsx7(
776
773
  "div",
777
774
  {
778
- className: accordion({
779
- className
780
- }),
775
+ className,
781
776
  style: {
782
777
  viewTransitionName: `${id}`
783
778
  },