@versini/ui-textarea 3.0.9 → 3.0.10
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 +4 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as T, jsxs as pe } from "react/jsx-runtime";
|
|
|
2
2
|
import ye, { useRef as f, useEffect as O, useCallback as me, useMemo as J, useState as v, useId as xe, useReducer as he, useLayoutEffect as I } from "react";
|
|
3
3
|
import c from "clsx";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-textarea v3.0.
|
|
5
|
+
@versini/ui-textarea v3.0.10
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
|
|
10
|
-
version: "3.0.
|
|
11
|
-
buildTime: "01/20/2025
|
|
10
|
+
version: "3.0.10",
|
|
11
|
+
buildTime: "01/20/2025 10:07 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -202,7 +202,7 @@ function Le({
|
|
|
202
202
|
try {
|
|
203
203
|
window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
|
|
204
204
|
version: "1.3.7",
|
|
205
|
-
buildTime: "01/20/2025
|
|
205
|
+
buildTime: "01/20/2025 10:07 PM EST",
|
|
206
206
|
homepage: "https://github.com/aversini/ui-components",
|
|
207
207
|
license: "MIT"
|
|
208
208
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-textarea",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.16",
|
|
45
|
-
"@versini/ui-hooks": "4.
|
|
45
|
+
"@versini/ui-hooks": "4.5.0",
|
|
46
46
|
"@versini/ui-liveregion": "1.3.7",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
48
|
"tailwindcss": "3.4.17"
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "9fe85d906eb117bb22c3b576f104b6f0203429d7"
|
|
54
54
|
}
|