@kashifd/jwero-components 0.6.4 → 0.6.6
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 +12 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -48219,7 +48219,8 @@ const _z = /* @__PURE__ */ Qo($z), qz = ({ ...e }) => /* @__PURE__ */ A.jsxs(
|
|
|
48219
48219
|
{
|
|
48220
48220
|
sx: {
|
|
48221
48221
|
width: "100%",
|
|
48222
|
-
borderBottom: s !== (e == null ? void 0 : e.length) - 1 ?
|
|
48222
|
+
borderBottom: s !== (e == null ? void 0 : e.length) - 1 ? "1px solid #F5F6F7" : "1px solid transparent",
|
|
48223
|
+
mt: "0.125rem",
|
|
48223
48224
|
...a == null ? void 0 : a.titleSx
|
|
48224
48225
|
},
|
|
48225
48226
|
children: [
|
|
@@ -48231,7 +48232,15 @@ const _z = /* @__PURE__ */ Qo($z), qz = ({ ...e }) => /* @__PURE__ */ A.jsxs(
|
|
|
48231
48232
|
sx: { padding: "0.75rem 0.35rem 0.45rem 0.65rem" },
|
|
48232
48233
|
children: [
|
|
48233
48234
|
((d = a == null ? void 0 : a.iconProps) == null ? void 0 : d.icon) && ((g = a == null ? void 0 : a.iconProps) == null ? void 0 : g.placement) === Sm && ((m = a == null ? void 0 : a.iconProps) == null ? void 0 : m.icon),
|
|
48234
|
-
/* @__PURE__ */ A.jsx(
|
|
48235
|
+
/* @__PURE__ */ A.jsx(
|
|
48236
|
+
xt,
|
|
48237
|
+
{
|
|
48238
|
+
variant: "lRegular",
|
|
48239
|
+
sx: { color: r.colors.light_text_color },
|
|
48240
|
+
...a == null ? void 0 : a.titleProps,
|
|
48241
|
+
children: a.title
|
|
48242
|
+
}
|
|
48243
|
+
),
|
|
48235
48244
|
((b = a == null ? void 0 : a.iconProps) == null ? void 0 : b.icon) && ((w = a == null ? void 0 : a.iconProps) == null ? void 0 : w.placement) === km && ((T = a == null ? void 0 : a.iconProps) == null ? void 0 : T.icon)
|
|
48236
48245
|
]
|
|
48237
48246
|
}
|
|
@@ -48248,7 +48257,7 @@ const _z = /* @__PURE__ */ Qo($z), qz = ({ ...e }) => /* @__PURE__ */ A.jsxs(
|
|
|
48248
48257
|
sx: {
|
|
48249
48258
|
gap: "1rem",
|
|
48250
48259
|
width: "100%",
|
|
48251
|
-
padding: "0.625rem 1rem",
|
|
48260
|
+
padding: "0.625rem 2.5rem 0.625rem 1rem",
|
|
48252
48261
|
cursor: R != null && R.disable ? "allowed" : "pointer",
|
|
48253
48262
|
backgroundColor: R != null && R.disable ? r.colors.surface2_lightgrey : "#fff",
|
|
48254
48263
|
opacity: R != null && R.disable ? 0.3 : 1,
|