@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.
- package/dist/{chunk-2SVZOQFD.mjs → chunk-SS3HGLNT.mjs} +21 -2
- package/dist/chunk-SS3HGLNT.mjs.map +1 -0
- package/dist/formFields/index.cjs +18 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +1 -1
- package/dist/hooks/index.cjs +18 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +20 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +27 -1
- package/dist/index.d.ts +27 -1
- package/dist/index.mjs +19 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +26 -1
- package/dist/types/index.d.ts +26 -1
- package/dist/utils/index.cjs +20 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +3 -2
- package/dist/utils/index.d.ts +3 -2
- package/dist/utils/index.mjs +3 -1
- package/package.json +1 -1
- package/dist/chunk-2SVZOQFD.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
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,
|