@scbt-ecom/ui 0.7.4 → 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: 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),