@versini/ui-textinput 4.0.9 → 4.0.10
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.
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ The TextInput package provides standard text inputs and masked text inputs with
|
|
|
29
29
|
npm install @versini/ui-textinput
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
> **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [
|
|
32
|
+
> **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [installation documentation](https://versini-org.github.io/ui-components/?path=/docs/getting-started-installation--docs) for complete setup instructions.
|
|
33
33
|
|
|
34
34
|
## Usage
|
|
35
35
|
|
|
@@ -156,13 +156,13 @@ function ae({
|
|
|
156
156
|
);
|
|
157
157
|
}
|
|
158
158
|
/*!
|
|
159
|
-
@versini/ui-liveregion v2.0.
|
|
159
|
+
@versini/ui-liveregion v2.0.10
|
|
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: "08/23/2025
|
|
164
|
+
version: "2.0.10",
|
|
165
|
+
buildTime: "08/23/2025 10:05 AM EDT",
|
|
166
166
|
homepage: "https://github.com/aversini/ui-components",
|
|
167
167
|
license: "MIT"
|
|
168
168
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TextInput as y, x as D } from "../../chunks/TextInput.
|
|
1
|
+
import { TextInput as y, x as D } from "../../chunks/TextInput.BKciNkv-.js";
|
|
2
2
|
import { jsxs as F, Fragment as H, jsx as M } from "react/jsx-runtime";
|
|
3
3
|
import N, { useMemo as L, useState as x, useRef as i, useEffect as B } from "react";
|
|
4
4
|
function j(s) {
|
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.BKciNkv-.js";
|
|
2
2
|
import { TextInputMask as S } from "./components/TextInput/TextInputMask.js";
|
|
3
3
|
/*!
|
|
4
|
-
@versini/ui-textinput v4.0.
|
|
4
|
+
@versini/ui-textinput v4.0.10
|
|
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: "08/23/2025
|
|
9
|
+
version: "4.0.10",
|
|
10
|
+
buildTime: "08/23/2025 10:06 AM 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.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"sideEffects": [
|
|
55
55
|
"**/*.css"
|
|
56
56
|
],
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "a1afd6e4613b1da7abf61d10a72614611521fb39"
|
|
58
58
|
}
|