@versini/ui-textarea 1.0.1 → 1.0.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 +6 -6
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as g, jsxs as le } from "react/jsx-runtime";
|
|
|
2
2
|
import se, { useRef as f, useEffect as N, useCallback as ie, useMemo as X, useState as _, useId as ue, useReducer as de, useLayoutEffect as C } from "react";
|
|
3
3
|
import s from "clsx";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-textarea v1.0.
|
|
5
|
+
@versini/ui-textarea v1.0.2
|
|
6
6
|
© 2024 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
|
|
10
|
-
version: "1.0.
|
|
11
|
-
buildTime: "09/
|
|
10
|
+
version: "1.0.2",
|
|
11
|
+
buildTime: "09/21/2024 07:25 PM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -206,13 +206,13 @@ const Ee = (e) => {
|
|
|
206
206
|
return n;
|
|
207
207
|
};
|
|
208
208
|
/*!
|
|
209
|
-
@versini/ui-private v1.4.
|
|
209
|
+
@versini/ui-private v1.4.12
|
|
210
210
|
© 2024 gizmette.com
|
|
211
211
|
*/
|
|
212
212
|
try {
|
|
213
213
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
214
|
-
version: "1.4.
|
|
215
|
-
buildTime: "09/
|
|
214
|
+
version: "1.4.12",
|
|
215
|
+
buildTime: "09/21/2024 07:25 PM EDT",
|
|
216
216
|
homepage: "https://github.com/aversini/ui-components",
|
|
217
217
|
license: "MIT"
|
|
218
218
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-textarea",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"react-dom": "^18.3.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@versini/ui-styles": "1.
|
|
41
|
+
"@versini/ui-styles": "1.10.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.15",
|
|
45
45
|
"@versini/ui-hooks": "4.1.3",
|
|
46
|
-
"@versini/ui-private": "1.4.
|
|
46
|
+
"@versini/ui-private": "1.4.12",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
48
|
"tailwindcss": "3.4.12"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "70ba5f70ff39f77af9aa142af82c1e2e1ddf3647"
|
|
54
54
|
}
|