@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/{chunk-TPV7OPWC.mjs → chunk-GGNNB6MQ.mjs} +1 -2
- package/dist/{chunk-TPV7OPWC.mjs.map → chunk-GGNNB6MQ.mjs.map} +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.cjs.map +1 -1
- package/dist/theme/index.mjs +1 -1
- package/dist/theme/index.mjs.map +1 -1
- package/dist/utils/index.cjs +0 -2
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +0 -1
- package/dist/utils/index.d.ts +0 -1
- package/dist/utils/index.mjs +1 -3
- package/package.json +1 -1
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: "#
|
|
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,
|