@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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. 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",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sellgar/kit",
3
3
  "type": "module",
4
- "version": "0.0.160",
4
+ "version": "0.0.161",
5
5
  "description": "Sellgar kit",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",