@timardex/cluemart-shared 1.5.722 → 1.5.723
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-HWLNH6G2.mjs → chunk-3AI2ROPT.mjs} +5 -5
- package/dist/chunk-3AI2ROPT.mjs.map +1 -0
- package/dist/{chunk-ZN5HT2J4.mjs → chunk-6IEQBYEB.mjs} +2 -2
- package/dist/{chunk-KL533AIU.mjs → chunk-HGS6TJTA.mjs} +34 -2
- package/dist/chunk-HGS6TJTA.mjs.map +1 -0
- package/dist/{chunk-YAPBZ7DK.mjs → chunk-SG3S3VQ2.mjs} +2 -2
- package/dist/formFields/index.cjs +16 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/graphql/index.cjs +4 -4
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +20 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +4 -4
- package/dist/index.cjs +40 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.mjs +36 -4
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs +16 -0
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.mjs +2 -2
- package/dist/utils/index.cjs +36 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +10 -3
- package/dist/utils/index.d.ts +10 -3
- package/dist/utils/index.mjs +9 -1
- package/package.json +1 -1
- package/dist/chunk-HWLNH6G2.mjs.map +0 -1
- package/dist/chunk-KL533AIU.mjs.map +0 -1
- /package/dist/{chunk-ZN5HT2J4.mjs.map → chunk-6IEQBYEB.mjs.map} +0 -0
- /package/dist/{chunk-YAPBZ7DK.mjs.map → chunk-SG3S3VQ2.mjs.map} +0 -0
|
@@ -495,6 +495,22 @@ var rewardNiceNames = {
|
|
|
495
495
|
}
|
|
496
496
|
};
|
|
497
497
|
|
|
498
|
+
// src/utils/eventDateStatus.ts
|
|
499
|
+
var EVENT_DATE_STATUS_PERIOD_MAP = {
|
|
500
|
+
["Today" /* TODAY */]: [
|
|
501
|
+
"Started" /* STARTED */,
|
|
502
|
+
"Starting_Soon" /* STARTING_SOON */,
|
|
503
|
+
"Today" /* TODAY */
|
|
504
|
+
],
|
|
505
|
+
["This_Week" /* THIS_WEEK */]: [
|
|
506
|
+
"Started" /* STARTED */,
|
|
507
|
+
"Starting_Soon" /* STARTING_SOON */,
|
|
508
|
+
"This_Week" /* THIS_WEEK */,
|
|
509
|
+
"Today" /* TODAY */,
|
|
510
|
+
"Tomorrow" /* TOMORROW */
|
|
511
|
+
]
|
|
512
|
+
};
|
|
513
|
+
|
|
498
514
|
// src/formFields/vendor/vendorInfo.ts
|
|
499
515
|
var vendorElectricity = {
|
|
500
516
|
details: {
|