@timardex/cluemart-shared 1.2.38 → 1.2.39

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,6 +1,5 @@
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';
4
3
 
5
4
  declare enum EnumInviteStatus {
6
5
  ACCEPTED = "Accepted",
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
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';
4
3
 
5
4
  declare enum EnumInviteStatus {
6
5
  ACCEPTED = "Accepted",
package/dist/index.mjs CHANGED
@@ -5937,7 +5937,7 @@ var USER_STORAGE_KEY = "authUser";
5937
5937
 
5938
5938
  // src/theme/index.ts
5939
5939
  var darkColors = {
5940
- background: "#2c2c2e",
5940
+ background: "#3D3D3F",
5941
5941
  card: "#1c1c1e",
5942
5942
  primary: "#ff7a00",
5943
5943
  quaternary: "#3b7c67",
@@ -6020,7 +6020,6 @@ export {
6020
6020
  contactUsFields,
6021
6021
  darkColors,
6022
6022
  dateFormat,
6023
- dayjs,
6024
6023
  defaultEventFormValues,
6025
6024
  defaultEventInfoFormValues,
6026
6025
  defaultRegion,