@scbt-ecom/ui 0.7.5 → 0.7.6

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,13 @@ const v$ = ({
12766
12766
  {
12767
12767
  fieldId: m,
12768
12768
  label: t,
12769
- classes: { field: O("bg-transparent border-blue-grey-500", i == null ? void 0 : i.field), ...i },
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-white px-4 pt-5 text-color-dark outline-none transition-all",
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,