@timardex/cluemart-shared 1.5.528 → 1.5.530

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.
@@ -132,7 +132,7 @@ import {
132
132
  useUpdateVendor,
133
133
  useUpdateVendorInfo,
134
134
  useValidateVerificationToken
135
- } from "../chunk-PYMLMTOQ.mjs";
135
+ } from "../chunk-G2YFRN6A.mjs";
136
136
  import "../chunk-534WN2SR.mjs";
137
137
  export {
138
138
  useAddParticipantToChat,
@@ -4484,6 +4484,23 @@ var REQUEST_MARKETING_MATERIAL_MUTATION = import_client68.gql`
4484
4484
  // src/graphql/hooks/school/hooksQuery.ts
4485
4485
  var import_client70 = require("@apollo/client");
4486
4486
 
4487
+ // src/images/index.ts
4488
+ var PKG = "@timardex/cluemart-shared";
4489
+ var posterFiles = {
4490
+ poster1: "poster1.png",
4491
+ poster2: "poster2.png",
4492
+ poster3: "poster3.png"
4493
+ };
4494
+ var otherFiles = {
4495
+ cluiTui: "cluiTui.png"
4496
+ };
4497
+ var posters = Object.fromEntries(
4498
+ Object.entries(posterFiles).map(([key, file]) => [key, `${PKG}/images/${file}`])
4499
+ );
4500
+ var otherImages = Object.fromEntries(
4501
+ Object.entries(otherFiles).map(([key, file]) => [key, `${PKG}/images/${file}`])
4502
+ );
4503
+
4487
4504
  // src/types/post.ts
4488
4505
  var EnumPostType = /* @__PURE__ */ ((EnumPostType2) => {
4489
4506
  EnumPostType2["DAILY_MEETS"] = "daily_meets";