@versini/ui-textinput 1.2.3 → 1.3.0
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.
|
@@ -166,13 +166,13 @@ const se = (e) => {
|
|
|
166
166
|
return r;
|
|
167
167
|
};
|
|
168
168
|
/*!
|
|
169
|
-
@versini/ui-private v1.
|
|
169
|
+
@versini/ui-private v1.5.0
|
|
170
170
|
© 2024 gizmette.com
|
|
171
171
|
*/
|
|
172
172
|
try {
|
|
173
173
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
174
|
-
version: "1.
|
|
175
|
-
buildTime: "12/
|
|
174
|
+
version: "1.5.0",
|
|
175
|
+
buildTime: "12/18/2024 12:34 PM EST",
|
|
176
176
|
homepage: "https://github.com/aversini/ui-components",
|
|
177
177
|
license: "MIT"
|
|
178
178
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TextInput as H, x as L } from "../../chunks/TextInput.
|
|
1
|
+
import { TextInput as H, x as L } from "../../chunks/TextInput.B6Y-Xm3D.js";
|
|
2
2
|
import { jsxs as B, Fragment as j, jsx as x } from "react/jsx-runtime";
|
|
3
3
|
import A, { useMemo as b, useState as _, useRef as m, useEffect as $ } from "react";
|
|
4
4
|
function q(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.B6Y-Xm3D.js";
|
|
2
2
|
import { TextInputMask as i } from "./components/TextInput/TextInputMask.js";
|
|
3
3
|
/*!
|
|
4
|
-
@versini/ui-textinput v1.
|
|
4
|
+
@versini/ui-textinput v1.3.0
|
|
5
5
|
© 2024 gizmette.com
|
|
6
6
|
*/
|
|
7
7
|
try {
|
|
8
8
|
window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
|
|
9
|
-
version: "1.
|
|
10
|
-
buildTime: "12/
|
|
9
|
+
version: "1.3.0",
|
|
10
|
+
buildTime: "12/18/2024 12:35 PM EST",
|
|
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": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"test": "vitest run"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"react": "^18.3.1",
|
|
38
|
-
"react-dom": "^18.3.1"
|
|
37
|
+
"react": "^18.3.1 || ^19.0.0",
|
|
38
|
+
"react-dom": "^18.3.1 || ^19.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-hooks": "4.
|
|
43
|
-
"@versini/ui-private": "1.
|
|
42
|
+
"@versini/ui-hooks": "4.3.0",
|
|
43
|
+
"@versini/ui-private": "1.5.0",
|
|
44
44
|
"clsx": "2.1.1",
|
|
45
45
|
"tailwindcss": "3.4.15"
|
|
46
46
|
},
|
|
47
47
|
"sideEffects": [
|
|
48
48
|
"**/*.css"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "413e5c7cd8228d2f135f54fa897101401207229b"
|
|
51
51
|
}
|