@kashifd/jwero-components 0.6.79 → 0.6.80
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 +11 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +25 -25
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -46316,6 +46316,11 @@ const aa = ({ stroke: e = "#000", ...t }) => /* @__PURE__ */ b.jsxs(
|
|
|
46316
46316
|
},
|
|
46317
46317
|
background: {
|
|
46318
46318
|
default: "#F5F6F7"
|
|
46319
|
+
},
|
|
46320
|
+
text: {
|
|
46321
|
+
primary: "#091E42",
|
|
46322
|
+
secondary: "#555770",
|
|
46323
|
+
tertiary: "rgba(85, 87, 112, 0.50)"
|
|
46319
46324
|
}
|
|
46320
46325
|
},
|
|
46321
46326
|
colors: {
|
|
@@ -49558,7 +49563,7 @@ const pW = ({
|
|
|
49558
49563
|
alt: d == null ? void 0 : d.name,
|
|
49559
49564
|
sx: {
|
|
49560
49565
|
bgcolor: !(d != null && d.url) || (d == null ? void 0 : d.url) !== "" ? s.colors.secondary : "transparent",
|
|
49561
|
-
color:
|
|
49566
|
+
color: s.palette.getContrastText(s.palette.secondary.main),
|
|
49562
49567
|
...a
|
|
49563
49568
|
},
|
|
49564
49569
|
children: !(d != null && d.url) && (d == null ? void 0 : d.url) !== "" && c(d == null ? void 0 : d.name)
|
|
@@ -49735,7 +49740,7 @@ const iz = (e, t = 10) => {
|
|
|
49735
49740
|
gap: "0.75rem",
|
|
49736
49741
|
padding: "1rem 1.5rem 1.25rem 1.5rem",
|
|
49737
49742
|
borderRadius: "1rem",
|
|
49738
|
-
backgroundColor:
|
|
49743
|
+
backgroundColor: rt.palette.background.paper,
|
|
49739
49744
|
position: "relative",
|
|
49740
49745
|
width: "100%",
|
|
49741
49746
|
height: "fit-content",
|
|
@@ -49811,7 +49816,7 @@ const iz = (e, t = 10) => {
|
|
|
49811
49816
|
/* @__PURE__ */ b.jsx(
|
|
49812
49817
|
Wm,
|
|
49813
49818
|
{
|
|
49814
|
-
stroke: rt.
|
|
49819
|
+
stroke: rt.palette.text.tertiary,
|
|
49815
49820
|
height: "14",
|
|
49816
49821
|
width: "14"
|
|
49817
49822
|
}
|
|
@@ -49820,7 +49825,7 @@ const iz = (e, t = 10) => {
|
|
|
49820
49825
|
xt,
|
|
49821
49826
|
{
|
|
49822
49827
|
variant: "lRegular",
|
|
49823
|
-
sx: { color: rt.
|
|
49828
|
+
sx: { color: rt.palette.text.tertiary },
|
|
49824
49829
|
children: Nd({ date: e == null ? void 0 : e.dueDate })
|
|
49825
49830
|
}
|
|
49826
49831
|
),
|
|
@@ -49855,7 +49860,7 @@ const iz = (e, t = 10) => {
|
|
|
49855
49860
|
/* @__PURE__ */ b.jsx(
|
|
49856
49861
|
Wm,
|
|
49857
49862
|
{
|
|
49858
|
-
stroke: rt.
|
|
49863
|
+
stroke: rt.palette.text.tertiary,
|
|
49859
49864
|
height: "14",
|
|
49860
49865
|
width: "14"
|
|
49861
49866
|
}
|
|
@@ -49864,7 +49869,7 @@ const iz = (e, t = 10) => {
|
|
|
49864
49869
|
xt,
|
|
49865
49870
|
{
|
|
49866
49871
|
variant: "lRegular",
|
|
49867
|
-
sx: { color: rt.
|
|
49872
|
+
sx: { color: rt.palette.text.tertiary },
|
|
49868
49873
|
children: Nd({ date: e == null ? void 0 : e.createdAt })
|
|
49869
49874
|
}
|
|
49870
49875
|
)
|