@timardex/cluemart-shared 1.5.716 → 1.5.718
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-YNEHXYL7.mjs → chunk-JZY6HGS7.mjs} +2 -2
- package/dist/{chunk-E6KYS7EK.mjs → chunk-PRAR43V7.mjs} +2 -2
- package/dist/{chunk-BR64CPND.mjs → chunk-PWJWWXIP.mjs} +14 -4
- package/dist/{chunk-BR64CPND.mjs.map → chunk-PWJWWXIP.mjs.map} +1 -1
- package/dist/formFields/index.cjs +12 -3
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/hooks/index.cjs +12 -3
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +14 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +13 -3
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs +12 -3
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.mjs +2 -2
- package/dist/utils/index.cjs +14 -3
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +6 -2
- package/dist/utils/index.d.ts +6 -2
- package/dist/utils/index.mjs +3 -1
- package/package.json +1 -1
- /package/dist/{chunk-YNEHXYL7.mjs.map → chunk-JZY6HGS7.mjs.map} +0 -0
- /package/dist/{chunk-E6KYS7EK.mjs.map → chunk-PRAR43V7.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -6,16 +6,16 @@ import {
|
|
|
6
6
|
EnumPostContentType,
|
|
7
7
|
EnumPostType
|
|
8
8
|
} from "../chunk-5SCGH7UX.mjs";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-JZY6HGS7.mjs";
|
|
10
10
|
import "../chunk-CIBJ5PEO.mjs";
|
|
11
11
|
import "../chunk-NPFJ2CN2.mjs";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-PRAR43V7.mjs";
|
|
13
13
|
import {
|
|
14
14
|
SCHOOL_MIN_STUDENT_COUNT,
|
|
15
15
|
dateFormat,
|
|
16
16
|
normalizeUrl,
|
|
17
17
|
timeFormat
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-PWJWWXIP.mjs";
|
|
19
19
|
import "../chunk-HV5AID7P.mjs";
|
|
20
20
|
import {
|
|
21
21
|
EnumEventDateStatus,
|
package/dist/index.cjs
CHANGED
|
@@ -206,6 +206,7 @@ __export(index_exports, {
|
|
|
206
206
|
requestPasswordResetFields: () => requestPasswordResetFields,
|
|
207
207
|
requirementsOptions: () => requirementsOptions,
|
|
208
208
|
resetPasswordFields: () => resetPasswordFields,
|
|
209
|
+
rewardNiceNames: () => rewardNiceNames,
|
|
209
210
|
seededShuffle: () => seededShuffle,
|
|
210
211
|
shareMessageFooterPlacementForType: () => shareMessageFooterPlacementForType,
|
|
211
212
|
socialMediaFields: () => socialMediaFields,
|
|
@@ -1154,9 +1155,18 @@ var DEFAULT_RESOURCES_RETURN_LIMIT = 1e3;
|
|
|
1154
1155
|
var DEFAULT_RESOURCES_RETURN_OFFSET = 0;
|
|
1155
1156
|
var CLUEMART_MAIN_DOMAIN_URL = "https://cluemart.co.nz";
|
|
1156
1157
|
var rewardNiceNames = {
|
|
1157
|
-
["mystery_joy_box" /* MYSTERY_JOY_BOX */]:
|
|
1158
|
-
|
|
1159
|
-
|
|
1158
|
+
["mystery_joy_box" /* MYSTERY_JOY_BOX */]: {
|
|
1159
|
+
name: "Mystery Joy Box",
|
|
1160
|
+
points: 250
|
|
1161
|
+
},
|
|
1162
|
+
["mystery_squeeze_box" /* MYSTERY_SQUEEZE_BOX */]: {
|
|
1163
|
+
name: "Mystery Squeeze Box",
|
|
1164
|
+
points: 350
|
|
1165
|
+
},
|
|
1166
|
+
["mystery_deluxe_box" /* MYSTERY_DELUXE_BOX */]: {
|
|
1167
|
+
name: "Mystery Deluxe Box",
|
|
1168
|
+
points: 500
|
|
1169
|
+
}
|
|
1160
1170
|
};
|
|
1161
1171
|
|
|
1162
1172
|
// src/utils/school.ts
|
|
@@ -7650,6 +7660,7 @@ var TIER_FROM_LICENCE = {
|
|
|
7650
7660
|
requestPasswordResetFields,
|
|
7651
7661
|
requirementsOptions,
|
|
7652
7662
|
resetPasswordFields,
|
|
7663
|
+
rewardNiceNames,
|
|
7653
7664
|
seededShuffle,
|
|
7654
7665
|
shareMessageFooterPlacementForType,
|
|
7655
7666
|
socialMediaFields,
|