@contentmunch/contentmunch-ui 1.1.25 → 1.1.27
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 +1 -0
- package/lib/index.cjs.js +1 -1
- package/lib/index.es.js +9 -0
- package/lib/index.umd.js +1 -1
- package/lib/input/PasswordInput.d.ts +12 -0
- package/lib/input/assets/input.css +4 -3
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -502,6 +502,15 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
|
|
|
502
502
|
/* @__PURE__ */ s.jsx("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }),
|
|
503
503
|
/* @__PURE__ */ s.jsx("circle", { cx: "12", cy: "12", r: "3" })
|
|
504
504
|
] }),
|
|
505
|
+
"eye-off": /* @__PURE__ */ s.jsxs(p, { children: [
|
|
506
|
+
/* @__PURE__ */ s.jsx(
|
|
507
|
+
"path",
|
|
508
|
+
{
|
|
509
|
+
d: "M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"
|
|
510
|
+
}
|
|
511
|
+
),
|
|
512
|
+
/* @__PURE__ */ s.jsx("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
513
|
+
] }),
|
|
505
514
|
droplet: /* @__PURE__ */ s.jsx(p, { children: /* @__PURE__ */ s.jsx("path", { d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z" }) }),
|
|
506
515
|
feather: /* @__PURE__ */ s.jsxs(p, { children: [
|
|
507
516
|
/* @__PURE__ */ s.jsx("path", { d: "M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z" }),
|