@versini/ui-textinput 3.0.12 → 3.0.14

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.3.7
159
+ @versini/ui-liveregion v1.3.8
160
160
  © 2025 gizmette.com
161
161
  */
162
162
  try {
163
163
  window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
164
- version: "1.3.7",
165
- buildTime: "01/25/2025 11:56 AM EST",
164
+ version: "1.3.8",
165
+ buildTime: "02/16/2025 02:04 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.ClcJPmWs.js";
2
+ import { TextInput as m } from "../../chunks/TextInput.IQhBfdRA.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.ClcJPmWs.js";
1
+ import { TextInput as F, x as H } from "../../chunks/TextInput.IQhBfdRA.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.ClcJPmWs.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.IQhBfdRA.js";
2
2
  import { TextInputMask as i } from "./components/TextInput/TextInputMask.js";
3
3
  /*!
4
- @versini/ui-textinput v3.0.12
4
+ @versini/ui-textinput v3.0.14
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
9
- version: "3.0.12",
10
- buildTime: "01/25/2025 11:56 AM EST",
9
+ version: "3.0.14",
10
+ buildTime: "02/16/2025 02:04 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": "3.0.12",
3
+ "version": "3.0.14",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -27,6 +27,7 @@
27
27
  "dev:types": "tsup --watch src",
28
28
  "dev": "npm-run-all clean --parallel dev:js dev:types",
29
29
  "lint": "biome lint src",
30
+ "prettier": "biome check --write --no-errors-on-unmatched",
30
31
  "start": "static-server dist --port 5173",
31
32
  "test:coverage:ui": "vitest --coverage --ui",
32
33
  "test:coverage": "vitest run --coverage",
@@ -38,17 +39,17 @@
38
39
  "react-dom": "^18.3.1 || ^19.0.0"
39
40
  },
40
41
  "devDependencies": {
41
- "@versini/ui-types": "4.4.0"
42
+ "@versini/ui-types": "4.5.0"
42
43
  },
43
44
  "dependencies": {
44
45
  "@tailwindcss/typography": "0.5.16",
45
- "@versini/ui-hooks": "4.6.1",
46
- "@versini/ui-liveregion": "1.3.7",
46
+ "@versini/ui-hooks": "4.7.0",
47
+ "@versini/ui-liveregion": "1.3.8",
47
48
  "clsx": "2.1.1",
48
49
  "tailwindcss": "3.4.17"
49
50
  },
50
51
  "sideEffects": [
51
52
  "**/*.css"
52
53
  ],
53
- "gitHead": "b6bd4ab8c8999a80520b12bff719a22a03d2e52b"
54
+ "gitHead": "a9729c1de84e630491acba230563910a17ad697f"
54
55
  }