@willphan1712000/frontend 1.8.1 → 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 CHANGED
@@ -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
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willphan1712000/frontend",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "Frontend Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",