@versini/ui-textinput 0.0.0 → 1.0.0

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.
@@ -172,7 +172,7 @@ const B = (e) => {
172
172
  try {
173
173
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
174
174
  version: "1.4.10",
175
- buildTime: "09/18/2024 10:59 AM EDT",
175
+ buildTime: "09/18/2024 11:17 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.Cd4led5l.js";
2
+ import { TextInput as m } from "../../chunks/TextInput.Dvdj6YFz.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.Cd4led5l.js";
1
+ import { TextInput as H, j as L } from "../../chunks/TextInput.Dvdj6YFz.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.Cd4led5l.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.Dvdj6YFz.js";
2
2
  import { TextInputMask as S } from "./components/TextInput/TextInputMask.js";
3
3
  /*!
4
- @versini/ui-textinput v0.0.0
4
+ @versini/ui-textinput v1.0.0
5
5
  © 2024 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TEXTINPUT__ || (window.__VERSINI_UI_TEXTINPUT__ = {
9
- version: "0.0.0",
10
- buildTime: "09/18/2024 11:00 AM EDT",
9
+ version: "1.0.0",
10
+ buildTime: "09/18/2024 11:18 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": "0.0.0",
3
+ "version": "1.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -52,5 +52,5 @@
52
52
  "sideEffects": [
53
53
  "**/*.css"
54
54
  ],
55
- "gitHead": "34c0cf3254dc18a88bcab992a066c53e59f80e3f"
55
+ "gitHead": "ab004db6dbf85ef6df0dcea5bf3369801613ef0b"
56
56
  }