@kashifd/jwero-components 0.7.10 → 0.7.11
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 +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -46888,6 +46888,7 @@ const aa = ({ stroke: e = "#000", ...t }) => /* @__PURE__ */ b.jsxs(
|
|
|
46888
46888
|
{
|
|
46889
46889
|
title: (c == null ? void 0 : c.label) ?? "",
|
|
46890
46890
|
onClick: c == null ? void 0 : c.onClick,
|
|
46891
|
+
disabled: c == null ? void 0 : c.disabled,
|
|
46891
46892
|
variant: "outlined"
|
|
46892
46893
|
}
|
|
46893
46894
|
),
|
|
@@ -46901,6 +46902,7 @@ const aa = ({ stroke: e = "#000", ...t }) => /* @__PURE__ */ b.jsxs(
|
|
|
46901
46902
|
loading: v,
|
|
46902
46903
|
position: "end"
|
|
46903
46904
|
},
|
|
46905
|
+
disabled: s == null ? void 0 : s.disabled,
|
|
46904
46906
|
boxSx: {
|
|
46905
46907
|
background: (s == null ? void 0 : s.buttonType) === "positive" ? w.colors.attention : w.colors.negative,
|
|
46906
46908
|
"&:hover": {
|
|
@@ -58871,9 +58873,7 @@ const yz = (e, t = 10) => {
|
|
|
58871
58873
|
dueDate: e == null ? void 0 : e.dueDate,
|
|
58872
58874
|
completedOn: e == null ? void 0 : e.completedOn,
|
|
58873
58875
|
type: e == null ? void 0 : e.status
|
|
58874
|
-
});
|
|
58875
|
-
console.log(j, R, z);
|
|
58876
|
-
const M = j ? T.colors.light_red : T.colors.light_green, U = j ? T.colors.negative : T.colors.positive, X = j ? `Overdue ${z}` : (e == null ? void 0 : e.status) === "completed" ? `Completed ${z}` : "", L = g && (e == null ? void 0 : e.status) !== "completed";
|
|
58876
|
+
}), M = j ? T.colors.light_red : T.colors.light_green, U = j ? T.colors.negative : T.colors.positive, X = j ? `Overdue ${z}` : (e == null ? void 0 : e.status) === "completed" ? `Completed ${z}` : "", L = g && (e == null ? void 0 : e.status) !== "completed";
|
|
58877
58877
|
return /* @__PURE__ */ b.jsxs(
|
|
58878
58878
|
Ue,
|
|
58879
58879
|
{
|