ingeniuscliq-core 0.3.16 → 0.3.17
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5336,9 +5336,9 @@ function s4({ control: e, name: t, placeholder: n, className: r = "", checkboxPr
|
|
|
5336
5336
|
control: e,
|
|
5337
5337
|
className: r,
|
|
5338
5338
|
name: t,
|
|
5339
|
-
render: (i) => /* @__PURE__ */ Q("
|
|
5339
|
+
render: (i) => /* @__PURE__ */ Q("label", { className: "flex items-center gap-2", children: [
|
|
5340
5340
|
/* @__PURE__ */ f(Zs, { ...i, ...o }),
|
|
5341
|
-
/* @__PURE__ */ f("span", { children: s() })
|
|
5341
|
+
/* @__PURE__ */ f("span", { className: "cursor-pointer", children: s() })
|
|
5342
5342
|
] })
|
|
5343
5343
|
}
|
|
5344
5344
|
);
|