@timardex/cluemart-shared 1.2.37 → 1.2.38

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/index.d.mts CHANGED
@@ -1,5 +1,6 @@
1
1
  import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
2
  import * as _apollo_client from '@apollo/client';
3
+ export { default as dayjs } from 'dayjs';
3
4
 
4
5
  declare enum EnumInviteStatus {
5
6
  ACCEPTED = "Accepted",
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
2
  import * as _apollo_client from '@apollo/client';
3
+ export { default as dayjs } from 'dayjs';
3
4
 
4
5
  declare enum EnumInviteStatus {
5
6
  ACCEPTED = "Accepted",
package/dist/index.mjs CHANGED
@@ -6020,6 +6020,7 @@ export {
6020
6020
  contactUsFields,
6021
6021
  darkColors,
6022
6022
  dateFormat,
6023
+ dayjs,
6023
6024
  defaultEventFormValues,
6024
6025
  defaultEventInfoFormValues,
6025
6026
  defaultRegion,