@versini/ui-textarea 1.0.4 → 1.0.6

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 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.4
5
+ @versini/ui-textarea v1.0.6
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
10
- version: "1.0.4",
11
- buildTime: "09/26/2024 09:20 PM EDT",
10
+ version: "1.0.6",
11
+ buildTime: "09/26/2024 10:50 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.14
209
+ @versini/ui-private v1.4.16
210
210
  © 2024 gizmette.com
211
211
  */
212
212
  try {
213
213
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
214
- version: "1.4.14",
215
- buildTime: "09/26/2024 09:19 PM EDT",
214
+ version: "1.4.16",
215
+ buildTime: "09/26/2024 10:50 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.4",
3
+ "version": "1.0.6",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,13 +42,13 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.15",
45
- "@versini/ui-hooks": "4.1.3",
46
- "@versini/ui-private": "1.4.14",
45
+ "@versini/ui-hooks": "4.2.1",
46
+ "@versini/ui-private": "1.4.16",
47
47
  "clsx": "2.1.1",
48
48
  "tailwindcss": "3.4.13"
49
49
  },
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "6dbd3490666b6b0d8a41e6d3e78deb0e180afdc3"
53
+ "gitHead": "b4cbab083052f7f45b00e98c2992fffa31d05c1f"
54
54
  }