@versini/ui-textinput 1.1.3 → 1.1.4

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 oe = (e) => {
166
166
  return r;
167
167
  };
168
168
  /*!
169
- @versini/ui-private v1.4.16
169
+ @versini/ui-private v1.4.17
170
170
  © 2024 gizmette.com
171
171
  */
172
172
  try {
173
173
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
174
- version: "1.4.16",
175
- buildTime: "09/27/2024 10:43 AM EDT",
174
+ version: "1.4.17",
175
+ buildTime: "09/27/2024 11:55 AM EDT",
176
176
  homepage: "https://github.com/aversini/ui-components",
177
177
  license: "MIT"
178
178
  });
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { TextInput as m } from "../../chunks/TextInput.Dc_5h5h2.js";
2
+ import { TextInput as m } from "../../chunks/TextInput.BHgM6pTu.js";
3
3
  import "react";
4
4
  export {
5
5
  m as TextInput
@@ -1,4 +1,4 @@
1
- import { TextInput as H, j as L } from "../../chunks/TextInput.Dc_5h5h2.js";
1
+ import { TextInput as H, j as L } from "../../chunks/TextInput.BHgM6pTu.js";
2
2
  import { jsxs as j, Fragment as B, jsx as w } 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.Dc_5h5h2.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.BHgM6pTu.js";
2
2
  import { TextInputMask as S } from "./components/TextInput/TextInputMask.js";
3
3
  /*!
4
- @versini/ui-textinput v1.1.3
4
+ @versini/ui-textinput v1.1.4
5
5
  © 2024 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
9
- version: "1.1.3",
10
- buildTime: "09/27/2024 10:44 AM EDT",
9
+ version: "1.1.4",
10
+ buildTime: "09/27/2024 11:56 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": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -38,19 +38,19 @@
38
38
  "react-dom": "^18.3.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@versini/ui-button": "1.1.8",
42
- "@versini/ui-icons": "1.13.0",
41
+ "@versini/ui-button": "1.1.9",
42
+ "@versini/ui-icons": "1.13.1",
43
43
  "@versini/ui-styles": "1.10.2"
44
44
  },
45
45
  "dependencies": {
46
46
  "@tailwindcss/typography": "0.5.15",
47
47
  "@versini/ui-hooks": "4.2.1",
48
- "@versini/ui-private": "1.4.16",
48
+ "@versini/ui-private": "1.4.17",
49
49
  "clsx": "2.1.1",
50
50
  "tailwindcss": "3.4.13"
51
51
  },
52
52
  "sideEffects": [
53
53
  "**/*.css"
54
54
  ],
55
- "gitHead": "04197d90dcc3ff0223fe3fbcaa663b62c76439fa"
55
+ "gitHead": "59a50c5bf72988d53a6b7d23afaf87c38bfb1e8f"
56
56
  }