@kashifd/jwero-components 0.7.45 → 0.7.46
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.es.js
CHANGED
|
@@ -60969,28 +60969,28 @@ const dH = ({
|
|
|
60969
60969
|
})
|
|
60970
60970
|
}
|
|
60971
60971
|
);
|
|
60972
|
-
}, fH = ({
|
|
60973
|
-
|
|
60974
|
-
|
|
60975
|
-
|
|
60976
|
-
|
|
60977
|
-
|
|
60978
|
-
|
|
60979
|
-
|
|
60980
|
-
|
|
60981
|
-
|
|
60982
|
-
|
|
60983
|
-
|
|
60984
|
-
|
|
60985
|
-
|
|
60986
|
-
|
|
60987
|
-
|
|
60988
|
-
|
|
60989
|
-
|
|
60990
|
-
|
|
60991
|
-
|
|
60992
|
-
|
|
60993
|
-
|
|
60972
|
+
}, fH = ({ onClose: e, showDragIcon: t }) => {
|
|
60973
|
+
const r = jt();
|
|
60974
|
+
return /* @__PURE__ */ v.jsxs(
|
|
60975
|
+
Ve,
|
|
60976
|
+
{
|
|
60977
|
+
direction: "row",
|
|
60978
|
+
alignItems: "center",
|
|
60979
|
+
justifyContent: "space-between",
|
|
60980
|
+
sx: {
|
|
60981
|
+
padding: "1rem",
|
|
60982
|
+
borderBottom: "1px solid rgba(85, 87, 112, 0.08)"
|
|
60983
|
+
},
|
|
60984
|
+
children: [
|
|
60985
|
+
/* @__PURE__ */ v.jsxs(Ve, { direction: "row", alignItems: "center", sx: { gap: "0.5rem" }, children: [
|
|
60986
|
+
t && /* @__PURE__ */ v.jsx(MF, { sx: { color: r.colors.black } }),
|
|
60987
|
+
/* @__PURE__ */ v.jsx(vt, { variant: "xxlSemibold", children: "Add New Note" })
|
|
60988
|
+
] }),
|
|
60989
|
+
e && /* @__PURE__ */ v.jsx(Mr, { title: "Close", children: /* @__PURE__ */ v.jsx(mr, { onClick: e, sx: { padding: "0.125rem" }, children: /* @__PURE__ */ v.jsx(oa, {}) }) })
|
|
60990
|
+
]
|
|
60991
|
+
}
|
|
60992
|
+
);
|
|
60993
|
+
}, hH = () => /* @__PURE__ */ v.jsx(
|
|
60994
60994
|
"svg",
|
|
60995
60995
|
{
|
|
60996
60996
|
width: "16",
|