@versini/ui-textinput 2.0.5 → 2.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 v1.2.7
160
- © 2024 gizmette.com
159
+ @versini/ui-liveregion v1.2.8
160
+ © 2025 gizmette.com
161
161
  */
162
162
  try {
163
163
  window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
164
- version: "1.2.7",
165
- buildTime: "12/30/2024 07:48 PM EST",
164
+ version: "1.2.8",
165
+ buildTime: "01/02/2025 05:13 PM EST",
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.DXCTLBRp.js";
2
+ import { TextInput as m } from "../../chunks/TextInput.BLCUTcJb.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.DXCTLBRp.js";
1
+ import { TextInput as F, x as H } from "../../chunks/TextInput.BLCUTcJb.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.DXCTLBRp.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.BLCUTcJb.js";
2
2
  import { TextInputMask as i } from "./components/TextInput/TextInputMask.js";
3
3
  /*!
4
- @versini/ui-textinput v2.0.5
5
- © 2024 gizmette.com
4
+ @versini/ui-textinput v2.0.6
5
+ © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
9
- version: "2.0.5",
10
- buildTime: "12/30/2024 07:48 PM EST",
9
+ version: "2.0.6",
10
+ buildTime: "01/02/2025 05:13 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": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,13 +40,13 @@
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
42
  "@versini/ui-hooks": "4.3.0",
43
- "@versini/ui-liveregion": "1.2.7",
44
- "@versini/ui-types": "3.0.2",
43
+ "@versini/ui-liveregion": "1.2.8",
44
+ "@versini/ui-types": "3.0.3",
45
45
  "clsx": "2.1.1",
46
46
  "tailwindcss": "3.4.17"
47
47
  },
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "e9e5493a53a6925c3afb446b3d96f041ca7aabae"
51
+ "gitHead": "c43b9e0ea4ad97fde6cc3d088c32374ff34c6495"
52
52
  }