@timardex/cluemart-shared 1.5.773 → 1.5.774
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-KZTOISPA.mjs → chunk-HNH5YY54.mjs} +2 -1
- package/dist/chunk-HNH5YY54.mjs.map +1 -0
- package/dist/{chunk-5SXT2YSW.mjs → chunk-JIVCAR3G.mjs} +3 -3
- package/dist/{chunk-DQH7DVTD.mjs → chunk-N5YAD4MG.mjs} +2 -2
- package/dist/{chunk-I43QHNPW.mjs → chunk-RNBDYQ7A.mjs} +2 -2
- package/dist/enums/index.cjs +1 -0
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +1 -0
- package/dist/enums/index.d.ts +1 -0
- package/dist/enums/index.mjs +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +4 -4
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.mjs +3 -3
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-KZTOISPA.mjs.map +0 -1
- /package/dist/{chunk-5SXT2YSW.mjs.map → chunk-JIVCAR3G.mjs.map} +0 -0
- /package/dist/{chunk-DQH7DVTD.mjs.map → chunk-N5YAD4MG.mjs.map} +0 -0
- /package/dist/{chunk-I43QHNPW.mjs.map → chunk-RNBDYQ7A.mjs.map} +0 -0
|
@@ -41,13 +41,13 @@ import {
|
|
|
41
41
|
vendorStallSize,
|
|
42
42
|
vendorStartDateFields,
|
|
43
43
|
vendorTable
|
|
44
|
-
} from "../chunk-
|
|
44
|
+
} from "../chunk-JIVCAR3G.mjs";
|
|
45
45
|
import {
|
|
46
46
|
availableCategories,
|
|
47
47
|
categoryColors
|
|
48
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-RNBDYQ7A.mjs";
|
|
49
49
|
import "../chunk-27YUJMSX.mjs";
|
|
50
|
-
import "../chunk-
|
|
50
|
+
import "../chunk-HNH5YY54.mjs";
|
|
51
51
|
export {
|
|
52
52
|
availableCategories,
|
|
53
53
|
availableTagTypes,
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -199,6 +199,7 @@ var EnumFoodFlavor = /* @__PURE__ */ ((EnumFoodFlavor3) => {
|
|
|
199
199
|
return EnumFoodFlavor3;
|
|
200
200
|
})(EnumFoodFlavor || {});
|
|
201
201
|
var EnumResourceType = /* @__PURE__ */ ((EnumResourceType2) => {
|
|
202
|
+
EnumResourceType2["AFFILIATE"] = "affiliate";
|
|
202
203
|
EnumResourceType2["EVENT"] = "event";
|
|
203
204
|
EnumResourceType2["VENDOR"] = "vendor";
|
|
204
205
|
EnumResourceType2["PARTNER"] = "partner";
|