@scbt-ecom/ui 0.7.5 → 0.7.7
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/client.js +9 -3
- package/dist/client.js.map +1 -1
- package/dist/hybrid.js +9 -7
- package/dist/hybrid.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -12288,7 +12288,7 @@ const x2 = (t, e) => ({
|
|
|
12288
12288
|
case r:
|
|
12289
12289
|
return 1e4;
|
|
12290
12290
|
case i:
|
|
12291
|
-
return
|
|
12291
|
+
return 1e4;
|
|
12292
12292
|
case o:
|
|
12293
12293
|
return 1e5;
|
|
12294
12294
|
default:
|
|
@@ -12766,7 +12766,13 @@ const v$ = ({
|
|
|
12766
12766
|
{
|
|
12767
12767
|
fieldId: m,
|
|
12768
12768
|
label: t,
|
|
12769
|
-
classes: {
|
|
12769
|
+
classes: {
|
|
12770
|
+
field: O(
|
|
12771
|
+
"bg-color-white hover:bg-color-blue-grey-200 focus-within:bg-color-blue-grey-200 focus:bg-color-blue-grey-200 border-blue-grey-500",
|
|
12772
|
+
i == null ? void 0 : i.field
|
|
12773
|
+
),
|
|
12774
|
+
...i
|
|
12775
|
+
},
|
|
12770
12776
|
disabled: a,
|
|
12771
12777
|
value: E,
|
|
12772
12778
|
error: !!(A != null && A.message),
|
|
@@ -12776,7 +12782,7 @@ const v$ = ({
|
|
|
12776
12782
|
{
|
|
12777
12783
|
"aria-invalid": A != null && A.message ? "true" : "false",
|
|
12778
12784
|
className: O(
|
|
12779
|
-
"group/slider desk-title-bold-s h-[56px] w-full rounded-md bg-color-
|
|
12785
|
+
"group/slider desk-title-bold-s h-[56px] w-full rounded-md bg-color-transparent px-4 pt-5 text-color-dark outline-none transition-all",
|
|
12780
12786
|
i == null ? void 0 : i.input
|
|
12781
12787
|
),
|
|
12782
12788
|
id: m,
|