@engagebay/engagebay-form-module 1.0.8 → 1.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engagebay/engagebay-form-module",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Provide base form components to engagebay",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -202,7 +202,7 @@ export const BusinessHoursField: React.FC<FormFieldComponentPropSchema> = (
202
202
  disableDefaultWrapper: true,
203
203
  defaultValue: "08:30",
204
204
  customClassNames: {
205
- fieldClassName: "border-none bg-blue-100",
205
+ fieldClassName: "cursor-pointer bg-blue-100",
206
206
  },
207
207
  },
208
208
  {
@@ -212,7 +212,7 @@ export const BusinessHoursField: React.FC<FormFieldComponentPropSchema> = (
212
212
  disableDefaultWrapper: true,
213
213
  defaultValue: "18:00",
214
214
  customClassNames: {
215
- fieldClassName: "border-none bg-blue-100",
215
+ fieldClassName: "cursor-pointer bg-blue-100",
216
216
  },
217
217
  },
218
218
  ],