@hybr1d-tech/charizard 0.7.169 → 0.7.174
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/hybr1d-ui.js +5 -4
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/dist/index.d.ts +0 -3507
- package/package.json +5 -5
package/dist/hybr1d-ui.js
CHANGED
|
@@ -8167,9 +8167,10 @@ function b3({
|
|
|
8167
8167
|
selected: c = !1,
|
|
8168
8168
|
children: n,
|
|
8169
8169
|
icon: a,
|
|
8170
|
-
customSvgStyles: s = {}
|
|
8170
|
+
customSvgStyles: s = {},
|
|
8171
|
+
onClick: r
|
|
8171
8172
|
}) {
|
|
8172
|
-
const
|
|
8173
|
+
const i = a ? a.includes("https://") : !1;
|
|
8173
8174
|
return /* @__PURE__ */ t.jsxs(
|
|
8174
8175
|
"div",
|
|
8175
8176
|
{
|
|
@@ -8180,7 +8181,7 @@ function b3({
|
|
|
8180
8181
|
},
|
|
8181
8182
|
children: [
|
|
8182
8183
|
e === "dot" && /* @__PURE__ */ t.jsx("span", { className: e4.dot, style: { backgroundColor: y1[l].color } }),
|
|
8183
|
-
e === "icon" && a ?
|
|
8184
|
+
e === "icon" && a ? i ? /* @__PURE__ */ t.jsx(
|
|
8184
8185
|
"img",
|
|
8185
8186
|
{
|
|
8186
8187
|
style: {
|
|
@@ -8205,7 +8206,7 @@ function b3({
|
|
|
8205
8206
|
}
|
|
8206
8207
|
) : null,
|
|
8207
8208
|
n,
|
|
8208
|
-
c && /* @__PURE__ */ t.jsx(M, { path: w7, svgClassName: e4.icon })
|
|
8209
|
+
c && /* @__PURE__ */ t.jsx("div", { onClick: r, children: /* @__PURE__ */ t.jsx(M, { path: w7, svgClassName: e4.icon }) })
|
|
8209
8210
|
]
|
|
8210
8211
|
}
|
|
8211
8212
|
);
|