@scbt-ecom/ui 0.22.2 → 0.22.3
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/ui.js +2 -2
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -41418,8 +41418,8 @@ const ZY = ({
|
|
|
41418
41418
|
isMulti: l,
|
|
41419
41419
|
...c
|
|
41420
41420
|
}) => {
|
|
41421
|
-
const u = l || n.attachment ? "div" : on, d = () => {
|
|
41422
|
-
console.log("select option clicked");
|
|
41421
|
+
const u = l || n.attachment ? "div" : on, d = (f) => {
|
|
41422
|
+
console.log("select option clicked"), r.onClick && r.onClick(f);
|
|
41423
41423
|
};
|
|
41424
41424
|
return /* @__PURE__ */ T.jsxs(
|
|
41425
41425
|
Xo.Option,
|