@versini/ui-textinput 4.0.5 → 4.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.
|
@@ -156,13 +156,13 @@ function ce({
|
|
|
156
156
|
);
|
|
157
157
|
}
|
|
158
158
|
/*!
|
|
159
|
-
@versini/ui-liveregion v2.0.
|
|
159
|
+
@versini/ui-liveregion v2.0.6
|
|
160
160
|
© 2025 gizmette.com
|
|
161
161
|
*/
|
|
162
162
|
try {
|
|
163
163
|
window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
|
|
164
|
-
version: "2.0.
|
|
165
|
-
buildTime: "
|
|
164
|
+
version: "2.0.6",
|
|
165
|
+
buildTime: "07/14/2025 12:04 PM EDT",
|
|
166
166
|
homepage: "https://github.com/aversini/ui-components",
|
|
167
167
|
license: "MIT"
|
|
168
168
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TextInput as F, x as H } from "../../chunks/TextInput.
|
|
1
|
+
import { TextInput as F, x as H } from "../../chunks/TextInput.DaBe7aRj.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.
|
|
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.DaBe7aRj.js";
|
|
2
2
|
import { TextInputMask as P } from "./components/TextInput/TextInputMask.js";
|
|
3
3
|
/*!
|
|
4
|
-
@versini/ui-textinput v4.0.
|
|
4
|
+
@versini/ui-textinput v4.0.6
|
|
5
5
|
© 2025 gizmette.com
|
|
6
6
|
*/
|
|
7
7
|
try {
|
|
8
8
|
window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
|
|
9
|
-
version: "4.0.
|
|
10
|
-
buildTime: "
|
|
9
|
+
version: "4.0.6",
|
|
10
|
+
buildTime: "07/14/2025 12:04 PM EDT",
|
|
11
11
|
homepage: "https://github.com/aversini/ui-components",
|
|
12
12
|
license: "MIT"
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-textinput",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,17 +39,18 @@
|
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
42
43
|
"@versini/ui-types": "5.0.5"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
46
|
"@tailwindcss/typography": "0.5.16",
|
|
46
|
-
"@versini/ui-hooks": "4.7.
|
|
47
|
-
"@versini/ui-liveregion": "2.0.
|
|
47
|
+
"@versini/ui-hooks": "4.7.5",
|
|
48
|
+
"@versini/ui-liveregion": "2.0.6",
|
|
48
49
|
"clsx": "2.1.1",
|
|
49
50
|
"tailwindcss": "4.1.11"
|
|
50
51
|
},
|
|
51
52
|
"sideEffects": [
|
|
52
53
|
"**/*.css"
|
|
53
54
|
],
|
|
54
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "097e81ba959c30dc2ee37ff9050981a02420360b"
|
|
55
56
|
}
|