@versini/ui-textarea 4.0.3 → 4.0.4
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.
|
@@ -14,7 +14,7 @@ function be(e) {
|
|
|
14
14
|
e.forEach((t) => {
|
|
15
15
|
typeof t == "function" ? t(r) : t != null && (t.current = r);
|
|
16
16
|
});
|
|
17
|
-
}, e);
|
|
17
|
+
}, [...e]);
|
|
18
18
|
}
|
|
19
19
|
const ve = {
|
|
20
20
|
x: 0,
|
|
@@ -183,13 +183,13 @@ function Oe({
|
|
|
183
183
|
);
|
|
184
184
|
}
|
|
185
185
|
/*!
|
|
186
|
-
@versini/ui-liveregion v2.0.
|
|
186
|
+
@versini/ui-liveregion v2.0.4
|
|
187
187
|
© 2025 gizmette.com
|
|
188
188
|
*/
|
|
189
189
|
try {
|
|
190
190
|
window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
|
|
191
|
-
version: "2.0.
|
|
192
|
-
buildTime: "
|
|
191
|
+
version: "2.0.4",
|
|
192
|
+
buildTime: "06/20/2025 05:21 PM EDT",
|
|
193
193
|
homepage: "https://github.com/aversini/ui-components",
|
|
194
194
|
license: "MIT"
|
|
195
195
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { TEXT_AREA_CLASSNAME as T, TEXT_AREA_CONTROL_LEFT_CLASSNAME as R, TEXT_AREA_CONTROL_RIGHT_CLASSNAME as e, TEXT_AREA_HELPER_TEXT_CLASSNAME as S, TEXT_AREA_WRAPPER_CLASSNAME as i, TextArea as o } from "./components/TextArea/TextArea.js";
|
|
2
2
|
/*!
|
|
3
|
-
@versini/ui-textarea v4.0.
|
|
3
|
+
@versini/ui-textarea v4.0.4
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
|
|
8
|
-
version: "4.0.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "4.0.4",
|
|
9
|
+
buildTime: "06/20/2025 05:21 PM EDT",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-components",
|
|
11
11
|
license: "MIT"
|
|
12
12
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-textarea",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@versini/ui-types": "5.0.
|
|
42
|
+
"@versini/ui-types": "5.0.4"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@tailwindcss/typography": "0.5.16",
|
|
46
|
-
"@versini/ui-hooks": "4.7.
|
|
47
|
-
"@versini/ui-liveregion": "2.0.
|
|
46
|
+
"@versini/ui-hooks": "4.7.4",
|
|
47
|
+
"@versini/ui-liveregion": "2.0.4",
|
|
48
48
|
"clsx": "2.1.1",
|
|
49
|
-
"tailwindcss": "4.1.
|
|
49
|
+
"tailwindcss": "4.1.10"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "2fffae99315244f0662bdecbe45a89bc770f0f15"
|
|
55
55
|
}
|