@sellgar/kit 0.0.160 → 0.0.161
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8741,10 +8741,10 @@ const Cb = () => {
|
|
|
8741
8741
|
[a, t, n, i.disabled]
|
|
8742
8742
|
);
|
|
8743
8743
|
s.useImperativeHandle(e, () => l.current, [l]), Zb(l, r);
|
|
8744
|
-
const d = () => {
|
|
8745
|
-
c(!0);
|
|
8746
|
-
}, f = () => {
|
|
8747
|
-
c(!1);
|
|
8744
|
+
const d = (m) => {
|
|
8745
|
+
c(!0), i.onFocus && i.onFocus(m);
|
|
8746
|
+
}, f = (m) => {
|
|
8747
|
+
c(!1), i.onBlur && i.onBlur(m);
|
|
8748
8748
|
};
|
|
8749
8749
|
return /* @__PURE__ */ s.createElement("div", { className: u }, /* @__PURE__ */ s.createElement("div", { className: In.content }, /* @__PURE__ */ s.createElement(
|
|
8750
8750
|
"textarea",
|