@timardex/cluemart-shared 1.5.762 → 1.5.764
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-MBU3ZY6J.mjs → chunk-LELKI44G.mjs} +8 -2
- package/dist/chunk-LELKI44G.mjs.map +1 -0
- package/dist/{chunk-4LVHHYB3.mjs → chunk-WN3TH5SG.mjs} +198 -163
- package/dist/chunk-WN3TH5SG.mjs.map +1 -0
- package/dist/graphql/index.cjs +372 -333
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +6 -1
- package/dist/graphql/index.d.ts +6 -1
- package/dist/graphql/index.mjs +9 -1
- package/dist/hooks/index.cjs +227 -196
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +379 -333
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.mjs +203 -162
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs +7 -0
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.d.mts +6 -1
- package/dist/sharing/index.d.ts +6 -1
- package/dist/sharing/index.mjs +3 -1
- package/package.json +1 -1
- package/dist/chunk-4LVHHYB3.mjs.map +0 -1
- package/dist/chunk-MBU3ZY6J.mjs.map +0 -1
package/dist/sharing/index.d.mts
CHANGED
|
@@ -176,4 +176,9 @@ declare function normalizeShareRouteId(id: string): string;
|
|
|
176
176
|
/** Relative path for a public share landing page (`/market/demo-market`). */
|
|
177
177
|
declare function buildSharePagePath(resourceType: ShareResourceType, slug: string): string;
|
|
178
178
|
|
|
179
|
-
|
|
179
|
+
type ShareSlugResource = {
|
|
180
|
+
_id: string;
|
|
181
|
+
};
|
|
182
|
+
declare function shareSlugResourceId(resource: ShareSlugResource | null | undefined): string | null;
|
|
183
|
+
|
|
184
|
+
export { DEFAULT_SHARE_OG_IMAGE, OG_DESCRIPTION_LINE_BREAK, POST_SHARE_RESOURCE_TYPES, PUBLIC_SHARE_PATH_TYPES, type PostShareResourceType, type PublicSharePathType, RELATION_OVERLAY_LAYOUT_VERSION, RELATION_SHARE_APPLICATION, RELATION_SHARE_INVITATION, RELATION_SHARE_RESOURCE_TYPES, RESOURCE_SHARE_TYPES, type RelationSharePathType, type RelationShareResourceType, type ResourceShareType, SHARE_APPLICATION_DEADLINE_PREFIX, SHARE_CALENDAR_ICON, SHARE_CATEGORIES_SECTION_HEADING, SHARE_CATEGORY_ICON, SHARE_CHECKMARK_ICON, SHARE_CLOCK_ICON, SHARE_COMPLIANCE_PREFIX, SHARE_DESCRIPTION_SECTION_BREAK, SHARE_DOLLAR_ICON, SHARE_FOOD_TRUCK_LINE, SHARE_INFO_ICON, SHARE_MARKET_DATES_SECTION_HEADING, SHARE_MORE_INFO_LINE, SHARE_PRICE_RANGE_PREFIX, SHARE_RAIN_OR_SHINE_LINE, SHARE_REQUIREMENTS_SECTION_HEADING, SHARE_RESOURCE_LABEL, SHARE_RULER_ICON, SHARE_SITE_URL, SHARE_STALL_SIZE_PREFIX, SHARE_TAGS_SECTION_HEADING, SHARE_TYPE_PATH_REGEX, SOCIAL_IMAGE_HEIGHT, SOCIAL_IMAGE_WIDTH, type ShareEventForInvitation, type ShareEventForPublic, type ShareEventInfoForInvitation, type ShareMessageFooterPlacement, type ShareResourceType, type ShareSlugResource, type ShareType, type ShareVendorForApplication, type ShareVendorForPublic, type ShareVendorInfoForApplication, appendShareMoreInfoLine, buildApplicationShareDescription, buildFacebookShareQuote, buildInvitationShareDescription, buildPublicEventShareDescription, buildPublicVendorShareDescription, buildShareMessageSections, buildShareOgDescription, buildShareOgDescriptionFromSections, buildSharePagePath, buildShareUrl, formatCategoryLabel, formatShareApplicationCategoriesSection, formatShareApplicationComplianceSection, formatShareApplicationPriceRangeLine, formatShareApplicationStallSizeLine, formatShareInvitationApplicationDeadlineLine, formatShareInvitationMarketDatesSection, formatShareInvitationRequirementsSection, formatShareIsFoodTrueLine, formatShareMarketDate, formatShareRainOrShineLine, formatShareStallLine, formatShareTagsSection, formatStallCapacityLabel, isPostShareResourceType, isRelationShareResourceType, joinShareDescriptionSections, joinShareOgDescriptionSections, normalizeShareOgDescription, normalizeShareRouteId, normalizeShareText, shareMessageFooterPlacementForType, shareSlugResourceId, splitShareDescriptionSections };
|
package/dist/sharing/index.d.ts
CHANGED
|
@@ -176,4 +176,9 @@ declare function normalizeShareRouteId(id: string): string;
|
|
|
176
176
|
/** Relative path for a public share landing page (`/market/demo-market`). */
|
|
177
177
|
declare function buildSharePagePath(resourceType: ShareResourceType, slug: string): string;
|
|
178
178
|
|
|
179
|
-
|
|
179
|
+
type ShareSlugResource = {
|
|
180
|
+
_id: string;
|
|
181
|
+
};
|
|
182
|
+
declare function shareSlugResourceId(resource: ShareSlugResource | null | undefined): string | null;
|
|
183
|
+
|
|
184
|
+
export { DEFAULT_SHARE_OG_IMAGE, OG_DESCRIPTION_LINE_BREAK, POST_SHARE_RESOURCE_TYPES, PUBLIC_SHARE_PATH_TYPES, type PostShareResourceType, type PublicSharePathType, RELATION_OVERLAY_LAYOUT_VERSION, RELATION_SHARE_APPLICATION, RELATION_SHARE_INVITATION, RELATION_SHARE_RESOURCE_TYPES, RESOURCE_SHARE_TYPES, type RelationSharePathType, type RelationShareResourceType, type ResourceShareType, SHARE_APPLICATION_DEADLINE_PREFIX, SHARE_CALENDAR_ICON, SHARE_CATEGORIES_SECTION_HEADING, SHARE_CATEGORY_ICON, SHARE_CHECKMARK_ICON, SHARE_CLOCK_ICON, SHARE_COMPLIANCE_PREFIX, SHARE_DESCRIPTION_SECTION_BREAK, SHARE_DOLLAR_ICON, SHARE_FOOD_TRUCK_LINE, SHARE_INFO_ICON, SHARE_MARKET_DATES_SECTION_HEADING, SHARE_MORE_INFO_LINE, SHARE_PRICE_RANGE_PREFIX, SHARE_RAIN_OR_SHINE_LINE, SHARE_REQUIREMENTS_SECTION_HEADING, SHARE_RESOURCE_LABEL, SHARE_RULER_ICON, SHARE_SITE_URL, SHARE_STALL_SIZE_PREFIX, SHARE_TAGS_SECTION_HEADING, SHARE_TYPE_PATH_REGEX, SOCIAL_IMAGE_HEIGHT, SOCIAL_IMAGE_WIDTH, type ShareEventForInvitation, type ShareEventForPublic, type ShareEventInfoForInvitation, type ShareMessageFooterPlacement, type ShareResourceType, type ShareSlugResource, type ShareType, type ShareVendorForApplication, type ShareVendorForPublic, type ShareVendorInfoForApplication, appendShareMoreInfoLine, buildApplicationShareDescription, buildFacebookShareQuote, buildInvitationShareDescription, buildPublicEventShareDescription, buildPublicVendorShareDescription, buildShareMessageSections, buildShareOgDescription, buildShareOgDescriptionFromSections, buildSharePagePath, buildShareUrl, formatCategoryLabel, formatShareApplicationCategoriesSection, formatShareApplicationComplianceSection, formatShareApplicationPriceRangeLine, formatShareApplicationStallSizeLine, formatShareInvitationApplicationDeadlineLine, formatShareInvitationMarketDatesSection, formatShareInvitationRequirementsSection, formatShareIsFoodTrueLine, formatShareMarketDate, formatShareRainOrShineLine, formatShareStallLine, formatShareTagsSection, formatStallCapacityLabel, isPostShareResourceType, isRelationShareResourceType, joinShareDescriptionSections, joinShareOgDescriptionSections, normalizeShareOgDescription, normalizeShareRouteId, normalizeShareText, shareMessageFooterPlacementForType, shareSlugResourceId, splitShareDescriptionSections };
|
package/dist/sharing/index.mjs
CHANGED
|
@@ -65,8 +65,9 @@ import {
|
|
|
65
65
|
normalizeShareRouteId,
|
|
66
66
|
normalizeShareText,
|
|
67
67
|
shareMessageFooterPlacementForType,
|
|
68
|
+
shareSlugResourceId,
|
|
68
69
|
splitShareDescriptionSections
|
|
69
|
-
} from "../chunk-
|
|
70
|
+
} from "../chunk-LELKI44G.mjs";
|
|
70
71
|
import "../chunk-MVRRQ7CN.mjs";
|
|
71
72
|
import "../chunk-RGE5GVDJ.mjs";
|
|
72
73
|
import "../chunk-4SNW63TJ.mjs";
|
|
@@ -137,6 +138,7 @@ export {
|
|
|
137
138
|
normalizeShareRouteId,
|
|
138
139
|
normalizeShareText,
|
|
139
140
|
shareMessageFooterPlacementForType,
|
|
141
|
+
shareSlugResourceId,
|
|
140
142
|
splitShareDescriptionSections
|
|
141
143
|
};
|
|
142
144
|
//# sourceMappingURL=index.mjs.map
|