@timardex/cluemart-shared 1.7.66 → 1.7.67
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-62LFTHUM.mjs → chunk-NDJ52M2N.mjs} +6 -6
- package/dist/{chunk-62LFTHUM.mjs.map → chunk-NDJ52M2N.mjs.map} +1 -1
- package/dist/graphql/index.cjs +5 -5
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -7516,7 +7516,7 @@ var import_yup19 = require("@hookform/resolvers/yup");
|
|
|
7516
7516
|
var import_dayjs4 = __toESM(require("dayjs"));
|
|
7517
7517
|
var React12 = __toESM(require("react"));
|
|
7518
7518
|
var import_react_hook_form19 = require("react-hook-form");
|
|
7519
|
-
var defaultDate = (0, import_dayjs4.default)().add(1, "day").toDate();
|
|
7519
|
+
var defaultDate = (0, import_dayjs4.default)().add(1, "day").hour(0).minute(0).second(0).millisecond(0).toDate();
|
|
7520
7520
|
var defaultValues11 = {
|
|
7521
7521
|
couponDescription: "",
|
|
7522
7522
|
couponOption: null,
|