@willphan1712000/frontend 1.8.0 → 1.8.1
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1727,7 +1727,7 @@ var InputGoogle = (_a) => {
|
|
|
1727
1727
|
(0, import_react13.useEffect)(() => {
|
|
1728
1728
|
transitionOnFocus();
|
|
1729
1729
|
transitionOffFocus();
|
|
1730
|
-
}, []);
|
|
1730
|
+
}, [value]);
|
|
1731
1731
|
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: InputGoogle_styles_default.container, children: [
|
|
1732
1732
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
1733
1733
|
"input",
|
package/dist/index.mjs
CHANGED
|
@@ -1688,7 +1688,7 @@ var InputGoogle = (_a) => {
|
|
|
1688
1688
|
useEffect9(() => {
|
|
1689
1689
|
transitionOnFocus();
|
|
1690
1690
|
transitionOffFocus();
|
|
1691
|
-
}, []);
|
|
1691
|
+
}, [value]);
|
|
1692
1692
|
return /* @__PURE__ */ jsxs12("div", { style: InputGoogle_styles_default.container, children: [
|
|
1693
1693
|
/* @__PURE__ */ jsx15(
|
|
1694
1694
|
"input",
|