@scbt-ecom/ui 0.7.4 → 0.7.5

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 CHANGED
@@ -12766,7 +12766,7 @@ const v$ = ({
12766
12766
  {
12767
12767
  fieldId: m,
12768
12768
  label: t,
12769
- classes: i,
12769
+ classes: { field: O("bg-transparent border-blue-grey-500", i == null ? void 0 : i.field), ...i },
12770
12770
  disabled: a,
12771
12771
  value: E,
12772
12772
  error: !!(A != null && A.message),
@@ -12776,7 +12776,7 @@ const v$ = ({
12776
12776
  {
12777
12777
  "aria-invalid": A != null && A.message ? "true" : "false",
12778
12778
  className: O(
12779
- "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",
12779
+ "group/slider desk-title-bold-s h-[56px] w-full rounded-md bg-color-white px-4 pt-5 text-color-dark outline-none transition-all",
12780
12780
  i == null ? void 0 : i.input
12781
12781
  ),
12782
12782
  id: m,