@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.cjs +1 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -906,9 +906,6 @@ function startViewTransition(callback) {
|
|
|
906
906
|
|
|
907
907
|
// src/components/accordion.tsx
|
|
908
908
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
909
|
-
var accordion = tv({
|
|
910
|
-
base: "bg-lol-blue-950"
|
|
911
|
-
});
|
|
912
909
|
function Accordion({ children, className }) {
|
|
913
910
|
const [activeItem, setActiveItem] = (0, import_react3.useState)("");
|
|
914
911
|
const id = useCssId();
|
|
@@ -923,9 +920,7 @@ function Accordion({ children, className }) {
|
|
|
923
920
|
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
924
921
|
"div",
|
|
925
922
|
{
|
|
926
|
-
className
|
|
927
|
-
className
|
|
928
|
-
}),
|
|
923
|
+
className,
|
|
929
924
|
style: {
|
|
930
925
|
viewTransitionName: `${id}`
|
|
931
926
|
},
|