@dimasbaguspm/versaur 0.0.46 → 0.0.47
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.
package/dist/js/forms/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as a, b as n, a as p, D as u, E as i, P as s, c as l, R as I, S, e as c, d as g, f as r, h, g as m, i as P, j as b, T as k, k as o } from "../time-picker-input-
|
|
1
|
+
import { C as a, b as n, a as p, D as u, E as i, P as s, c as l, R as I, S, e as c, d as g, f as r, h, g as m, i as P, j as b, T as k, k as o } from "../time-picker-input-JBEgDV2V.js";
|
|
2
2
|
export {
|
|
3
3
|
a as CheckboxInput,
|
|
4
4
|
n as ChipMultipleInput,
|
package/dist/js/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { L as s, P as t, S as r } from "./skeleton-BNZyaRjo.js";
|
|
2
2
|
import { A as n, a as p, B as u, b as i, F as l, f as c, P as I, c as S, d as g, e as d, S as m, T as B } from "./top-bar-Dx0JVXms.js";
|
|
3
|
-
import { C as T, b as P, a as x, D as f, E as h, P as A, c as C, R as k, S as M, e as F, d as L, f as D, h as H, g as R, i as G, j, T as q, k as v } from "./time-picker-input-
|
|
3
|
+
import { C as T, b as P, a as x, D as f, E as h, P as A, c as C, R as k, S as M, e as F, d as L, f as D, h as H, g as R, i as G, j, T as q, k as v } from "./time-picker-input-JBEgDV2V.js";
|
|
4
4
|
import { B as y, D as E, M as N, T as z } from "./tooltip-D6fUigp2.js";
|
|
5
5
|
import { A as K, a as O, b as Q, c as U, d as V, e as W, f as X, B as Y, r as Z, g as _, h as $, k as aa, i as ea, j as sa, C as ta, F as ra, H as oa, l as na, I as pa, o as ua, q as ia, p as la, M as ca, N as Ia, T as Sa, m as ga, n as da } from "./image-rectangle-B4nXH4Q5.js";
|
|
6
6
|
import { S as Ba } from "./snackbar-DH8jCh2V.js";
|
|
@@ -606,7 +606,8 @@ const mr = m.forwardRef(function({ value: t = "", onChange: o, label: s, formatt
|
|
|
606
606
|
}
|
|
607
607
|
)
|
|
608
608
|
), Ce = v(
|
|
609
|
-
|
|
609
|
+
// align sizing with TextInput which uses h-9; keep width slightly narrower for single-digit input
|
|
610
|
+
"w-9 h-9 text-center border rounded-md transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none disabled:bg-gray-50 text-sm font-semibold",
|
|
610
611
|
{
|
|
611
612
|
variants: {
|
|
612
613
|
variant: {
|
|
@@ -658,7 +659,6 @@ const mr = m.forwardRef(function({ value: t = "", onChange: o, label: s, formatt
|
|
|
658
659
|
id: f,
|
|
659
660
|
type: a ? "password" : "text",
|
|
660
661
|
inputMode: "numeric",
|
|
661
|
-
pattern: "[0-9]*",
|
|
662
662
|
maxLength: 1,
|
|
663
663
|
value: a ? r ? "•" : "" : r,
|
|
664
664
|
onChange: (h) => {
|