@timardex/cluemart-shared 1.7.66 → 1.7.68
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/auth/index.cjs +2 -0
- package/dist/auth/index.cjs.map +1 -1
- package/dist/auth/index.mjs +1 -1
- package/dist/{chunk-6ALUN6LP.mjs → chunk-LMWIDQZ6.mjs} +3 -1
- package/dist/chunk-LMWIDQZ6.mjs.map +1 -0
- package/dist/{chunk-62LFTHUM.mjs → chunk-LZG5WM4M.mjs} +10 -9
- package/dist/chunk-LZG5WM4M.mjs.map +1 -0
- package/dist/graphql/index.cjs +10 -7
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +2 -2
- package/dist/hooks/index.cjs +3 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +10 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +10 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-62LFTHUM.mjs.map +0 -1
- package/dist/chunk-6ALUN6LP.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
|
@@ -23,8 +23,8 @@ import {
|
|
|
23
23
|
} from "../chunk-WS47NSTO.mjs";
|
|
24
24
|
import "../chunk-RAYUJODN.mjs";
|
|
25
25
|
import "../chunk-DQ7ZHIXW.mjs";
|
|
26
|
-
import "../chunk-
|
|
27
|
-
import "../chunk-
|
|
26
|
+
import "../chunk-LZG5WM4M.mjs";
|
|
27
|
+
import "../chunk-LMWIDQZ6.mjs";
|
|
28
28
|
import {
|
|
29
29
|
EnumEventDateStatus,
|
|
30
30
|
EnumEventType,
|
|
@@ -2163,7 +2163,7 @@ import { yupResolver as yupResolver19 } from "@hookform/resolvers/yup";
|
|
|
2163
2163
|
import dayjs2 from "dayjs";
|
|
2164
2164
|
import * as React12 from "react";
|
|
2165
2165
|
import { useForm as useForm19 } from "react-hook-form";
|
|
2166
|
-
var defaultDate = dayjs2().add(1, "day").toDate();
|
|
2166
|
+
var defaultDate = dayjs2().add(1, "day").hour(0).minute(0).second(0).millisecond(0).toDate();
|
|
2167
2167
|
var defaultValues11 = {
|
|
2168
2168
|
couponDescription: "",
|
|
2169
2169
|
couponOption: null,
|