@versini/ui-textarea 6.2.1 → 6.3.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 +2 -14
- package/package.json +2 -3
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-textarea v6.
|
|
3
|
-
©
|
|
2
|
+
@versini/ui-textarea v6.3.0
|
|
3
|
+
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -12,30 +12,20 @@ import { LiveRegion } from "@versini/ui-liveregion";
|
|
|
12
12
|
import { useLayoutEffect, useRef, useState } from "react";
|
|
13
13
|
import clsx from "clsx";
|
|
14
14
|
|
|
15
|
-
;// CONCATENATED MODULE: ./src/common/constants.ts
|
|
16
15
|
const TEXT_AREA_CLASSNAME = "av-text-area";
|
|
17
16
|
const TEXT_AREA_WRAPPER_CLASSNAME = "av-text-area-wrapper";
|
|
18
17
|
const TEXT_AREA_HELPER_TEXT_CLASSNAME = "av-text-area-helper-text";
|
|
19
18
|
const TEXT_AREA_CONTROL_RIGHT_CLASSNAME = "av-text-area__control--right";
|
|
20
19
|
const TEXT_AREA_CONTROL_LEFT_CLASSNAME = "av-text-area__control--left";
|
|
21
20
|
|
|
22
|
-
;// CONCATENATED MODULE: external "react/jsx-runtime"
|
|
23
21
|
|
|
24
|
-
;// CONCATENATED MODULE: external "@versini/ui-hooks/use-merge-refs"
|
|
25
22
|
|
|
26
|
-
;// CONCATENATED MODULE: external "@versini/ui-hooks/use-resize-observer"
|
|
27
23
|
|
|
28
|
-
;// CONCATENATED MODULE: external "@versini/ui-hooks/use-uncontrolled"
|
|
29
24
|
|
|
30
|
-
;// CONCATENATED MODULE: external "@versini/ui-hooks/use-unique-id"
|
|
31
25
|
|
|
32
|
-
;// CONCATENATED MODULE: external "@versini/ui-liveregion"
|
|
33
26
|
|
|
34
|
-
;// CONCATENATED MODULE: external "react"
|
|
35
27
|
|
|
36
|
-
;// CONCATENATED MODULE: external "clsx"
|
|
37
28
|
|
|
38
|
-
;// CONCATENATED MODULE: ./src/components/TextArea/utilities.ts
|
|
39
29
|
|
|
40
30
|
|
|
41
31
|
const getTextAreaBaseClasses = ()=>{
|
|
@@ -178,7 +168,6 @@ const adjustLabelAndHelperText = ({ scrollHeight, currentHeight, currentLabelOff
|
|
|
178
168
|
};
|
|
179
169
|
};
|
|
180
170
|
|
|
181
|
-
;// CONCATENATED MODULE: ./src/components/TextArea/TextArea.tsx
|
|
182
171
|
|
|
183
172
|
|
|
184
173
|
|
|
@@ -438,7 +427,6 @@ function TextArea({ id, name, label, error = false, raw = false, className, text
|
|
|
438
427
|
});
|
|
439
428
|
}
|
|
440
429
|
|
|
441
|
-
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
442
430
|
|
|
443
431
|
|
|
444
432
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-textarea",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"@versini/ui-types": "8.3.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@tailwindcss/typography": "0.5.19",
|
|
45
44
|
"@versini/ui-hooks": "6.1.1",
|
|
46
45
|
"@versini/ui-liveregion": "3.2.3",
|
|
47
46
|
"clsx": "2.1.1",
|
|
@@ -50,5 +49,5 @@
|
|
|
50
49
|
"sideEffects": [
|
|
51
50
|
"**/*.css"
|
|
52
51
|
],
|
|
53
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "6f0ba5933ab114566dc2065b20ca9ffb14c5aba4"
|
|
54
53
|
}
|