@contentmunch/contentmunch-ui 1.1.17 → 1.1.18
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/icon/Drawings.d.ts +4 -0
- package/lib/index.cjs.js +1 -1
- package/lib/index.es.js +32 -3
- package/lib/index.umd.js +1 -1
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -321,9 +321,6 @@ const Ah = ({ variant: e, collapsed: t, children: n }) => {
|
|
|
321
321
|
const a = "muncher-badge" + (e ? " muncher-badge--" + e : "") + (t ? " muncher-badge--rounded" : "") + (n ? " muncher-badge--border" : "");
|
|
322
322
|
return /* @__PURE__ */ s.jsx("div", { className: a, ...r, children: i });
|
|
323
323
|
}, lt = {
|
|
324
|
-
// Navigation & Movement (Anything related to direction, traversal, layout movement)
|
|
325
|
-
// Actions & Controls (Generic system actions and state changes)
|
|
326
|
-
// Content & Creation
|
|
327
324
|
"align-center": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
328
325
|
/* @__PURE__ */ s.jsx("line", { x1: "18", y1: "10", x2: "6", y2: "10" }),
|
|
329
326
|
/* @__PURE__ */ s.jsx("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
@@ -739,10 +736,42 @@ const Ah = ({ variant: e, collapsed: t, children: n }) => {
|
|
|
739
736
|
/* @__PURE__ */ s.jsx("line", { x1: "12", y1: "8", x2: "12", y2: "8" }),
|
|
740
737
|
/* @__PURE__ */ s.jsx("circle", { cx: "12", cy: "12", r: "10" })
|
|
741
738
|
] }),
|
|
739
|
+
equals: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
740
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
741
|
+
/* @__PURE__ */ s.jsx("line", { x1: "8", y1: "10", x2: "16", y2: "10" }),
|
|
742
|
+
/* @__PURE__ */ s.jsx("line", { x1: "8", y1: "14", x2: "16", y2: "14" })
|
|
743
|
+
] }),
|
|
742
744
|
disc: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
743
745
|
/* @__PURE__ */ s.jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
744
746
|
/* @__PURE__ */ s.jsx("circle", { cx: "12", cy: "12", r: "3" })
|
|
745
747
|
] }),
|
|
748
|
+
quiz: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
749
|
+
/* @__PURE__ */ s.jsx(
|
|
750
|
+
"path",
|
|
751
|
+
{
|
|
752
|
+
d: "M12 2a7.5 7.5 0 0 0-4.8 13.263C8.19 16.089 9 17.21 9 18.5h6c0-1.29.81-2.411 1.8-3.238A7.5 7.5 0 0 0 12 2Z"
|
|
753
|
+
}
|
|
754
|
+
),
|
|
755
|
+
/* @__PURE__ */ s.jsx("path", { d: "M15 18.5H9v2a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5-1.5z" }),
|
|
756
|
+
/* @__PURE__ */ s.jsx("path", { d: "M10 8c0-1.013.895-2 2-2s2 .82 2 1.833c0 .365-.116.705-.317.991C13.085 9.676 12 10.488 12 11.5" }),
|
|
757
|
+
/* @__PURE__ */ s.jsx("path", { d: "M11.992 14h.009" })
|
|
758
|
+
] }),
|
|
759
|
+
ai: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
760
|
+
/* @__PURE__ */ s.jsx(
|
|
761
|
+
"path",
|
|
762
|
+
{
|
|
763
|
+
d: "M15.5 22v-.5c0-1.105.932-2 1.922-2.489c.963-.476 1.772-1.26 1.875-2.18L19.5 15l2-1l-2.5-3.75a8.25 8.25 0 1 0-13 6.746m0 0V22m0-5.004c.75.53 1.594.937 2.5 1.194"
|
|
764
|
+
}
|
|
765
|
+
),
|
|
766
|
+
/* @__PURE__ */ s.jsx("path", { d: "M11.308 12L9.847 7.479A.72.72 0 0 0 9.154 7a.72.72 0 0 0-.693.479L7 12m7-5v5m-6.462-1.5h3.231" })
|
|
767
|
+
] }),
|
|
768
|
+
"flash-card": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
769
|
+
/* @__PURE__ */ s.jsx("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
|
|
770
|
+
/* @__PURE__ */ s.jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" }),
|
|
771
|
+
/* @__PURE__ */ s.jsx("line", { x1: "7", y1: "10", x2: "17", y2: "10" }),
|
|
772
|
+
/* @__PURE__ */ s.jsx("line", { x1: "7", y1: "14", x2: "17", y2: "14" }),
|
|
773
|
+
/* @__PURE__ */ s.jsx("line", { x1: "7", y1: "18", x2: "17", y2: "18" })
|
|
774
|
+
] }),
|
|
746
775
|
target: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
747
776
|
/* @__PURE__ */ s.jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
748
777
|
/* @__PURE__ */ s.jsx("circle", { cx: "12", cy: "12", r: "6" }),
|