@versini/ui-textinput 4.0.2 → 4.0.3

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.
@@ -156,13 +156,13 @@ function ce({
156
156
  );
157
157
  }
158
158
  /*!
159
- @versini/ui-liveregion v2.0.2
159
+ @versini/ui-liveregion v2.0.3
160
160
  © 2025 gizmette.com
161
161
  */
162
162
  try {
163
163
  window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
164
- version: "2.0.2",
165
- buildTime: "04/12/2025 09:18 AM EDT",
164
+ version: "2.0.3",
165
+ buildTime: "05/26/2025 03:48 PM EDT",
166
166
  homepage: "https://github.com/aversini/ui-components",
167
167
  license: "MIT"
168
168
  });
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { TextInput as m } from "../../chunks/TextInput.ZgZONvJq.js";
2
+ import { TextInput as m } from "../../chunks/TextInput.CBImAF4q.js";
3
3
  import "react";
4
4
  export {
5
5
  m as TextInput
@@ -1,4 +1,4 @@
1
- import { TextInput as F, x as H } from "../../chunks/TextInput.ZgZONvJq.js";
1
+ import { TextInput as F, x as H } from "../../chunks/TextInput.CBImAF4q.js";
2
2
  import { jsxs as L, Fragment as B, jsx as x } from "react/jsx-runtime";
3
3
  import A, { useMemo as j, useState as _, useRef as m, useEffect as b } from "react";
4
4
  function $(r) {
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
- import { TEXT_INPUT_CLASSNAME as I, TEXT_INPUT_HELPER_TEXT_CLASSNAME as e, TEXT_INPUT_SIMPLE_CLASSNAME as o, TEXT_INPUT_WRAPPER_CLASSNAME as t, TextInput as N } from "./chunks/TextInput.ZgZONvJq.js";
2
- import { TextInputMask as S } from "./components/TextInput/TextInputMask.js";
1
+ import { TEXT_INPUT_CLASSNAME as I, TEXT_INPUT_HELPER_TEXT_CLASSNAME as e, TEXT_INPUT_SIMPLE_CLASSNAME as o, TEXT_INPUT_WRAPPER_CLASSNAME as t, TextInput as N } from "./chunks/TextInput.CBImAF4q.js";
2
+ import { TextInputMask as P } from "./components/TextInput/TextInputMask.js";
3
3
  /*!
4
- @versini/ui-textinput v4.0.2
4
+ @versini/ui-textinput v4.0.3
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
9
- version: "4.0.2",
10
- buildTime: "04/12/2025 09:18 AM EDT",
9
+ version: "4.0.3",
10
+ buildTime: "05/26/2025 03:48 PM EDT",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
@@ -19,5 +19,5 @@ export {
19
19
  o as TEXT_INPUT_SIMPLE_CLASSNAME,
20
20
  t as TEXT_INPUT_WRAPPER_CLASSNAME,
21
21
  N as TextInput,
22
- S as TextInputMask
22
+ P as TextInputMask
23
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-textinput",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,17 +39,17 @@
39
39
  "react-dom": "^18.3.1 || ^19.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@versini/ui-types": "5.0.2"
42
+ "@versini/ui-types": "5.0.3"
43
43
  },
44
44
  "dependencies": {
45
45
  "@tailwindcss/typography": "0.5.16",
46
46
  "@versini/ui-hooks": "4.7.3",
47
- "@versini/ui-liveregion": "2.0.2",
47
+ "@versini/ui-liveregion": "2.0.3",
48
48
  "clsx": "2.1.1",
49
- "tailwindcss": "4.1.3"
49
+ "tailwindcss": "4.1.7"
50
50
  },
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "1bc09c4f0904bd8c01a22b1a32299fdd7598ae32"
54
+ "gitHead": "863a399128080a19f2668e458d495110aa0f68f8"
55
55
  }