@timardex/cluemart-shared 1.5.529 → 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,
@@ -4491,9 +4491,15 @@ var posterFiles = {
4491
4491
  poster2: "poster2.png",
4492
4492
  poster3: "poster3.png"
4493
4493
  };
4494
+ var otherFiles = {
4495
+ cluiTui: "cluiTui.png"
4496
+ };
4494
4497
  var posters = Object.fromEntries(
4495
4498
  Object.entries(posterFiles).map(([key, file]) => [key, `${PKG}/images/${file}`])
4496
4499
  );
4500
+ var otherImages = Object.fromEntries(
4501
+ Object.entries(otherFiles).map(([key, file]) => [key, `${PKG}/images/${file}`])
4502
+ );
4497
4503
 
4498
4504
  // src/types/post.ts
4499
4505
  var EnumPostType = /* @__PURE__ */ ((EnumPostType2) => {