@kashifd/jwero-components 0.5.97 → 0.5.98
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 +5 -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
|
@@ -47996,7 +47996,7 @@ var v0 = { exports: {} };
|
|
|
47996
47996
|
});
|
|
47997
47997
|
})(v0);
|
|
47998
47998
|
var z8 = v0.exports;
|
|
47999
|
-
const V8 = /* @__PURE__ */ qo(z8), W8 = (e) => /* @__PURE__ */ S.jsxs(
|
|
47999
|
+
const V8 = /* @__PURE__ */ qo(z8), W8 = ({ ...e }) => /* @__PURE__ */ S.jsxs(
|
|
48000
48000
|
"svg",
|
|
48001
48001
|
{
|
|
48002
48002
|
width: "24",
|
|
@@ -48004,6 +48004,7 @@ const V8 = /* @__PURE__ */ qo(z8), W8 = (e) => /* @__PURE__ */ S.jsxs(
|
|
|
48004
48004
|
viewBox: "0 0 24 22",
|
|
48005
48005
|
fill: "none",
|
|
48006
48006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
48007
|
+
...e,
|
|
48007
48008
|
children: [
|
|
48008
48009
|
/* @__PURE__ */ S.jsx("rect", { width: "23.4245", height: "22", rx: "11", fill: "white" }),
|
|
48009
48010
|
/* @__PURE__ */ S.jsx(
|
|
@@ -48028,6 +48029,7 @@ const V8 = /* @__PURE__ */ qo(z8), W8 = (e) => /* @__PURE__ */ S.jsxs(
|
|
|
48028
48029
|
position: "relative",
|
|
48029
48030
|
display: "inline-block",
|
|
48030
48031
|
textAlign: "center",
|
|
48032
|
+
width: "fit-content",
|
|
48031
48033
|
"&:hover .hoverCheckbox, &.checked .hoverCheckbox": {
|
|
48032
48034
|
display: e ? "flex" : "none"
|
|
48033
48035
|
},
|
|
@@ -48095,7 +48097,7 @@ const V8 = /* @__PURE__ */ qo(z8), W8 = (e) => /* @__PURE__ */ S.jsxs(
|
|
|
48095
48097
|
height: e,
|
|
48096
48098
|
color: it.colors.primary,
|
|
48097
48099
|
fontFamily: "Inter, sans-serif",
|
|
48098
|
-
fontSize: e / 2,
|
|
48100
|
+
fontSize: e > 20 ? e / 3.5 : e / 2.5,
|
|
48099
48101
|
fontStyle: "normal",
|
|
48100
48102
|
fontWeight: 500,
|
|
48101
48103
|
lineHeight: "normal",
|
|
@@ -48129,7 +48131,7 @@ const V8 = /* @__PURE__ */ qo(z8), W8 = (e) => /* @__PURE__ */ S.jsxs(
|
|
|
48129
48131
|
children: [
|
|
48130
48132
|
/* @__PURE__ */ S.jsx(hm, { className: "overlay" }),
|
|
48131
48133
|
/* @__PURE__ */ S.jsx(vo, { title: void 0, children: /* @__PURE__ */ S.jsx($8, { src: t, alt: e, size: P, children: !t && /* @__PURE__ */ S.jsx("span", { className: "avatarContent", children: M }) }) }),
|
|
48132
|
-
d && /* @__PURE__ */ S.jsx(X8, { size: P + 1, children: /* @__PURE__ */ S.jsx(W8, {}) }),
|
|
48134
|
+
d && /* @__PURE__ */ S.jsx(X8, { size: P + 1, children: /* @__PURE__ */ S.jsx(W8, { height: P / 2, width: P / 2 }) }),
|
|
48133
48135
|
g && /* @__PURE__ */ S.jsx(U8, { size: P, children: "😊" }),
|
|
48134
48136
|
s && /* @__PURE__ */ S.jsx(H8, { size: P }),
|
|
48135
48137
|
c && /* @__PURE__ */ S.jsx(Y8, { size: P }),
|