@versini/ui-textarea 6.2.1 → 6.3.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -14
  2. package/package.json +3 -4
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
- @versini/ui-textarea v6.2.1
3
- © 2025 gizmette.com
2
+ @versini/ui-textarea v6.3.1
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.2.1",
3
+ "version": "6.3.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -41,14 +41,13 @@
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
- "@versini/ui-liveregion": "3.2.3",
45
+ "@versini/ui-liveregion": "3.2.4",
47
46
  "clsx": "2.1.1",
48
47
  "tailwindcss": "4.1.18"
49
48
  },
50
49
  "sideEffects": [
51
50
  "**/*.css"
52
51
  ],
53
- "gitHead": "fae53f4bd56440f7a72ed63b1a2a02b0c3b5a7e6"
52
+ "gitHead": "a7e1c5706d488dd4c81926c01c17552d60eb1b31"
54
53
  }