@contentmunch/contentmunch-ui 1.1.13 → 1.1.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/lib/index.css CHANGED
@@ -37,6 +37,9 @@
37
37
  @import './tab/assets/tabs.css';
38
38
  @import './table/assets/table.css';
39
39
 
40
+ @import './card/assets/card.css';
41
+ @import './card/assets/flippable-card.css';
42
+
40
43
  html {
41
44
  scroll-behavior: smooth;
42
45
  font-size: 100%;
package/lib/index.es.js CHANGED
@@ -2366,7 +2366,7 @@ const Sh = ({ variant: e, collapsed: t, children: n }) => {
2366
2366
  ] })
2367
2367
  ] })
2368
2368
  ] });
2369
- }, Yh = ({ children: e }) => /* @__PURE__ */ s.jsx("div", { className: "muncher-card", children: /* @__PURE__ */ s.jsx("div", { className: "muncher-card--face", children: /* @__PURE__ */ s.jsx("div", { className: "muncher-card-content--scrollable", children: e }) }) }), wi = ze({});
2369
+ }, Yh = ({ children: e }) => /* @__PURE__ */ s.jsx("div", { className: "muncher-card", children: e }), wi = ze({});
2370
2370
  function Po(e) {
2371
2371
  const t = fe(null);
2372
2372
  return t.current === null && (t.current = e()), t.current;
@@ -7487,8 +7487,8 @@ const vh = {
7487
7487
  onClick: () => t(!e),
7488
7488
  whileHover: { scale: 1.02 },
7489
7489
  children: [
7490
- /* @__PURE__ */ s.jsx("div", { className: "muncher-flippable-card-face front", children: /* @__PURE__ */ s.jsx("div", { className: "muncher-card-content-scrollable", children: n }) }),
7491
- /* @__PURE__ */ s.jsx("div", { className: "muncher-flippable-card-face back", children: /* @__PURE__ */ s.jsx("div", { className: "muncher-flippable-card-content-scrollable", children: i }) })
7490
+ /* @__PURE__ */ s.jsx("div", { className: "muncher-flippable-card-face front", children: n }),
7491
+ /* @__PURE__ */ s.jsx("div", { className: "muncher-flippable-card-face back", children: i })
7492
7492
  ]
7493
7493
  }
7494
7494
  );