@versini/ui-textinput 3.0.18 → 3.0.20

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.
@@ -40,7 +40,7 @@ function te(e) {
40
40
  return typeof t == "number" || typeof t == "string" ? `${n}${t}` : `${n}${r}`;
41
41
  }
42
42
  }
43
- const w = "SET_ANNOUNCEMENT", D = "CLEAR_ANNOUNCEMENT", ne = {
43
+ const D = "SET_ANNOUNCEMENT", w = "CLEAR_ANNOUNCEMENT", ne = {
44
44
  alert: null,
45
45
  alertdialog: null,
46
46
  log: "polite",
@@ -50,12 +50,12 @@ const w = "SET_ANNOUNCEMENT", D = "CLEAR_ANNOUNCEMENT", ne = {
50
50
  timer: "assertive"
51
51
  }, re = (e, r) => {
52
52
  switch (r == null ? void 0 : r.type) {
53
- case w:
53
+ case D:
54
54
  return {
55
55
  ...e,
56
56
  announcement: r.payload
57
57
  };
58
- case D:
58
+ case w:
59
59
  return {
60
60
  ...e,
61
61
  announcement: null
@@ -68,7 +68,7 @@ const w = "SET_ANNOUNCEMENT", D = "CLEAR_ANNOUNCEMENT", ne = {
68
68
  dispatch: r
69
69
  }) => {
70
70
  r({
71
- type: D
71
+ type: w
72
72
  }), typeof e == "function" && e();
73
73
  }, S = ({
74
74
  children: e,
@@ -78,7 +78,7 @@ const w = "SET_ANNOUNCEMENT", D = "CLEAR_ANNOUNCEMENT", ne = {
78
78
  dispatch: a
79
79
  }) => {
80
80
  clearTimeout(t.current), e !== null && a({
81
- type: w,
81
+ type: D,
82
82
  payload: e
83
83
  }), r && (t.current = setTimeout(
84
84
  () => ae({
@@ -156,13 +156,13 @@ function ce({
156
156
  );
157
157
  }
158
158
  /*!
159
- @versini/ui-liveregion v1.3.10
159
+ @versini/ui-liveregion v1.3.11
160
160
  © 2025 gizmette.com
161
161
  */
162
162
  try {
163
163
  window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
164
- version: "1.3.10",
165
- buildTime: "02/27/2025 06:36 PM EST",
164
+ version: "1.3.11",
165
+ buildTime: "03/10/2025 02:04 PM EDT",
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.CmHdobDe.js";
2
+ import { TextInput as m } from "../../chunks/TextInput.CXpICgsy.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.CmHdobDe.js";
1
+ import { TextInput as F, x as H } from "../../chunks/TextInput.CXpICgsy.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.CmHdobDe.js";
2
- import { TextInputMask as i } from "./components/TextInput/TextInputMask.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.CXpICgsy.js";
2
+ import { TextInputMask as P } from "./components/TextInput/TextInputMask.js";
3
3
  /*!
4
- @versini/ui-textinput v3.0.18
4
+ @versini/ui-textinput v3.0.20
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
9
- version: "3.0.18",
10
- buildTime: "02/27/2025 06:37 PM EST",
9
+ version: "3.0.20",
10
+ buildTime: "03/10/2025 02:04 PM EDT",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
@@ -19,5 +19,5 @@ export {
19
19
  o as TEXT_INPUT_SIMPLE_CLASSNAME,
20
20
  t as TEXT_INPUT_WRAPPER_CLASSNAME,
21
21
  N as TextInput,
22
- i as TextInputMask
22
+ P as TextInputMask
23
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-textinput",
3
- "version": "3.0.18",
3
+ "version": "3.0.20",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,17 +39,17 @@
39
39
  "react-dom": "^18.3.1 || ^19.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@versini/ui-types": "4.5.2"
42
+ "@versini/ui-types": "4.5.3"
43
43
  },
44
44
  "dependencies": {
45
45
  "@tailwindcss/typography": "0.5.16",
46
- "@versini/ui-hooks": "4.7.2",
47
- "@versini/ui-liveregion": "1.3.10",
46
+ "@versini/ui-hooks": "4.7.3",
47
+ "@versini/ui-liveregion": "1.3.11",
48
48
  "clsx": "2.1.1",
49
49
  "tailwindcss": "3.4.17"
50
50
  },
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "6b75e3a6c6946e827dbe75b7b26bd700888c41f9"
54
+ "gitHead": "fc7e720b770c5ee2e8537eabf9b2f458dba07696"
55
55
  }