@timardex/cluemart-shared 1.5.496 → 1.5.497
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-KIMDTSLW.mjs → chunk-D3WH67C5.mjs} +2 -2
- package/dist/{chunk-MPIOTUCT.mjs → chunk-WHHVPICK.mjs} +7 -9
- package/dist/chunk-WHHVPICK.mjs.map +1 -0
- package/dist/formFields/index.cjs +2 -4
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/hooks/index.cjs +2 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +6 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -8
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs +6 -8
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-MPIOTUCT.mjs.map +0 -1
- /package/dist/{chunk-KIMDTSLW.mjs.map → chunk-D3WH67C5.mjs.map} +0 -0
|
@@ -43,8 +43,8 @@ import {
|
|
|
43
43
|
vendorStallSize,
|
|
44
44
|
vendorStartDateFields,
|
|
45
45
|
vendorTable
|
|
46
|
-
} from "../chunk-
|
|
47
|
-
import "../chunk-
|
|
46
|
+
} from "../chunk-D3WH67C5.mjs";
|
|
47
|
+
import "../chunk-WHHVPICK.mjs";
|
|
48
48
|
import "../chunk-534WN2SR.mjs";
|
|
49
49
|
import "../chunk-O4ILKWFI.mjs";
|
|
50
50
|
export {
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -278,19 +278,17 @@ var EnumEventDateStatus = /* @__PURE__ */ ((EnumEventDateStatus2) => {
|
|
|
278
278
|
|
|
279
279
|
// src/utils/dailyClueGame.ts
|
|
280
280
|
var import_dayjs = __toESM(require("dayjs"));
|
|
281
|
-
var import_utc = __toESM(require("dayjs/plugin/utc"));
|
|
282
|
-
import_dayjs.default.extend(import_utc.default);
|
|
283
281
|
|
|
284
282
|
// src/utils/index.ts
|
|
285
283
|
var import_dayjs2 = __toESM(require("dayjs"));
|
|
286
284
|
var import_customParseFormat = __toESM(require("dayjs/plugin/customParseFormat.js"));
|
|
287
285
|
var import_isSameOrAfter = __toESM(require("dayjs/plugin/isSameOrAfter.js"));
|
|
288
286
|
var import_timezone = __toESM(require("dayjs/plugin/timezone.js"));
|
|
289
|
-
var
|
|
287
|
+
var import_utc = __toESM(require("dayjs/plugin/utc.js"));
|
|
290
288
|
var dateFormat = "DD-MM-YYYY";
|
|
291
289
|
var timeFormat = "HH:mm";
|
|
292
290
|
import_dayjs2.default.extend(import_customParseFormat.default);
|
|
293
|
-
import_dayjs2.default.extend(
|
|
291
|
+
import_dayjs2.default.extend(import_utc.default);
|
|
294
292
|
import_dayjs2.default.extend(import_timezone.default);
|
|
295
293
|
import_dayjs2.default.extend(import_isSameOrAfter.default);
|
|
296
294
|
var mapArrayToOptions = (items) => items.map((item) => ({
|