@versini/ui-textarea 0.0.0 → 1.0.0
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 +2 -2
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
|
|
5
|
+
@versini/ui-textarea v1.0.0
|
|
6
6
|
© 2024 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
|
|
10
|
-
version: "
|
|
11
|
-
buildTime: "09/18/2024 11:
|
|
10
|
+
version: "1.0.0",
|
|
11
|
+
buildTime: "09/18/2024 11:58 AM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -212,7 +212,7 @@ const Ee = (e) => {
|
|
|
212
212
|
try {
|
|
213
213
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
214
214
|
version: "1.4.10",
|
|
215
|
-
buildTime: "09/18/2024 11:
|
|
215
|
+
buildTime: "09/18/2024 11:57 AM 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": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "8ccdf4a3714b499b25627173fcfe1ef4621325a6"
|
|
54
54
|
}
|