@kashifd/jwero-components 0.6.4 → 0.6.5
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 -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,7 @@ 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
48223
|
...a == null ? void 0 : a.titleSx
|
|
48224
48224
|
},
|
|
48225
48225
|
children: [
|
|
@@ -48231,7 +48231,15 @@ const _z = /* @__PURE__ */ Qo($z), qz = ({ ...e }) => /* @__PURE__ */ A.jsxs(
|
|
|
48231
48231
|
sx: { padding: "0.75rem 0.35rem 0.45rem 0.65rem" },
|
|
48232
48232
|
children: [
|
|
48233
48233
|
((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(
|
|
48234
|
+
/* @__PURE__ */ A.jsx(
|
|
48235
|
+
xt,
|
|
48236
|
+
{
|
|
48237
|
+
variant: "lRegular",
|
|
48238
|
+
sx: { color: r.colors.light_text_color },
|
|
48239
|
+
...a == null ? void 0 : a.titleProps,
|
|
48240
|
+
children: a.title
|
|
48241
|
+
}
|
|
48242
|
+
),
|
|
48235
48243
|
((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
48244
|
]
|
|
48237
48245
|
}
|
|
@@ -48248,7 +48256,7 @@ const _z = /* @__PURE__ */ Qo($z), qz = ({ ...e }) => /* @__PURE__ */ A.jsxs(
|
|
|
48248
48256
|
sx: {
|
|
48249
48257
|
gap: "1rem",
|
|
48250
48258
|
width: "100%",
|
|
48251
|
-
padding: "0.625rem 1rem",
|
|
48259
|
+
padding: "0.625rem 1rem 0.625rem 2rem",
|
|
48252
48260
|
cursor: R != null && R.disable ? "allowed" : "pointer",
|
|
48253
48261
|
backgroundColor: R != null && R.disable ? r.colors.surface2_lightgrey : "#fff",
|
|
48254
48262
|
opacity: R != null && R.disable ? 0.3 : 1,
|