@willphan1712000/frontend 1.8.0 → 1.8.2
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/dist/index.mjs +2 -2
- 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",
|
|
@@ -1848,7 +1848,7 @@ var TextArea = (_a) => {
|
|
|
1848
1848
|
(0, import_react14.useEffect)(() => {
|
|
1849
1849
|
transitionOnFocus();
|
|
1850
1850
|
transitionOffFocus();
|
|
1851
|
-
}, []);
|
|
1851
|
+
}, [value]);
|
|
1852
1852
|
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: TextArea_styles_default.container, children: [
|
|
1853
1853
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
1854
1854
|
"textarea",
|
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",
|
|
@@ -1809,7 +1809,7 @@ var TextArea = (_a) => {
|
|
|
1809
1809
|
useEffect10(() => {
|
|
1810
1810
|
transitionOnFocus();
|
|
1811
1811
|
transitionOffFocus();
|
|
1812
|
-
}, []);
|
|
1812
|
+
}, [value]);
|
|
1813
1813
|
return /* @__PURE__ */ jsxs13("div", { style: TextArea_styles_default.container, children: [
|
|
1814
1814
|
/* @__PURE__ */ jsx16(
|
|
1815
1815
|
"textarea",
|