@timardex/cluemart-shared 1.3.57 → 1.3.59

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.
@@ -13,7 +13,7 @@ import {
13
13
  dateFormat,
14
14
  normalizeUrl,
15
15
  timeFormat
16
- } from "../chunk-2SVZOQFD.mjs";
16
+ } from "../chunk-SS3HGLNT.mjs";
17
17
  import {
18
18
  EnumEventDateStatus,
19
19
  EnumEventType,
package/dist/index.cjs CHANGED
@@ -72,6 +72,7 @@ __export(index_exports, {
72
72
  availableTagTypes: () => availableTagTypes,
73
73
  capitalizeFirstLetter: () => capitalizeFirstLetter,
74
74
  categoryColors: () => categoryColors,
75
+ cluemartSocialMedia: () => cluemartSocialMedia,
75
76
  companyContactFields: () => companyContactFields,
76
77
  contactUsFields: () => contactUsFields,
77
78
  darkColors: () => darkColors,
@@ -777,6 +778,24 @@ var licenseNiceNames = {
777
778
  ["pro_plus_vendor" /* PRO_PLUS_VENDOR */]: "Pro+ Stallholder",
778
779
  ["standard_partner" /* STANDARD_PARTNER */]: "Partner"
779
780
  };
781
+ var cluemartSocialMedia = [
782
+ {
783
+ link: "https://www.facebook.com/ClueMartApp",
784
+ name: "facebook" /* FACEBOOK */
785
+ },
786
+ {
787
+ link: "https://www.instagram.com/cluemart_app",
788
+ name: "instagram" /* INSTAGRAM */
789
+ },
790
+ {
791
+ link: "https://www.tiktok.com/@cluemart",
792
+ name: "tiktok" /* TIKTOK */
793
+ },
794
+ {
795
+ link: "https://www.youtube.com/@ClueMart-App-NZ",
796
+ name: "youtube" /* YOUTUBE */
797
+ }
798
+ ];
780
799
 
781
800
  // src/formFields/vendor/vendorInfo.ts
782
801
  var vendorElectricity = {
@@ -7731,6 +7750,7 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
7731
7750
  availableTagTypes,
7732
7751
  capitalizeFirstLetter,
7733
7752
  categoryColors,
7753
+ cluemartSocialMedia,
7734
7754
  companyContactFields,
7735
7755
  contactUsFields,
7736
7756
  darkColors,