@versini/ui-textarea 2.0.2 → 2.0.4

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 +6 -6
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as g, jsxs as ce } from "react/jsx-runtime";
2
2
  import se, { useRef as d, useEffect as C, useCallback as le, useMemo as j, useState as _, useId as ie, useReducer as ue, useLayoutEffect as N } from "react";
3
3
  import i from "clsx";
4
4
  /*!
5
- @versini/ui-textarea v2.0.2
5
+ @versini/ui-textarea v2.0.4
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
10
- version: "2.0.2",
11
- buildTime: "12/30/2024 12:27 PM EST",
10
+ version: "2.0.4",
11
+ buildTime: "12/30/2024 05:27 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -196,13 +196,13 @@ function Ee({
196
196
  );
197
197
  }
198
198
  /*!
199
- @versini/ui-liveregion v1.2.4
199
+ @versini/ui-liveregion v1.2.6
200
200
  © 2024 gizmette.com
201
201
  */
202
202
  try {
203
203
  window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
204
- version: "1.2.4",
205
- buildTime: "12/30/2024 12:27 PM EST",
204
+ version: "1.2.6",
205
+ buildTime: "12/30/2024 05:27 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": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,13 +40,13 @@
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
42
  "@versini/ui-hooks": "4.3.0",
43
- "@versini/ui-liveregion": "1.2.4",
44
- "@versini/ui-types": "2.2.0",
43
+ "@versini/ui-liveregion": "1.2.6",
44
+ "@versini/ui-types": "3.0.1",
45
45
  "clsx": "2.1.1",
46
46
  "tailwindcss": "3.4.17"
47
47
  },
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "914bac4e3074de68e54cd84fe91e6fe50c38b554"
51
+ "gitHead": "c83e1c1ff281bb8d84e899777a6d055c74451090"
52
52
  }