@gfed-medusa/sf-lib-products 1.3.1 → 1.3.3
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/components/image-gallery/index.d.ts +2 -2
- package/dist/components/product-actions/index.d.ts +2 -2
- package/dist/components/product-actions/option-select.d.ts.map +1 -1
- package/dist/components/product-onboarding-cta/index.d.ts +2 -2
- package/dist/components/product-onboarding-cta/index.d.ts.map +1 -1
- package/dist/components/product-price/index.d.ts +2 -2
- package/dist/components/product-price/index.d.ts.map +1 -1
- package/dist/components/product-tabs/index.d.ts +2 -2
- package/dist/components/refinement-list/index.d.ts +2 -2
- package/dist/components/refinement-list/index.d.ts.map +1 -1
- package/dist/components/refinement-list/sort-products/index.d.ts +2 -2
- package/dist/components/refinement-list/sort-products/index.d.ts.map +1 -1
- package/dist/components/related-products/index.d.ts +2 -2
- package/dist/components/related-products/index.d.ts.map +1 -1
- package/dist/lib/data/regions.d.ts +2 -9
- package/dist/lib/data/regions.js +2 -36
- package/dist/lib/gql/fragments/cart.d.ts +9 -9
- package/dist/lib/gql/fragments/cart.d.ts.map +1 -1
- package/dist/lib/gql/fragments/product.d.ts +11 -11
- package/dist/lib/gql/fragments/product.d.ts.map +1 -1
- package/dist/lib/gql/mutations/cart.d.ts +10 -10
- package/dist/lib/gql/mutations/cart.d.ts.map +1 -1
- package/dist/lib/gql/queries/cart.d.ts +2 -2
- package/dist/lib/gql/queries/product.d.ts +9 -9
- package/dist/lib/gql/queries/product.d.ts.map +1 -1
- package/dist/templates/paginated-products/index.d.ts +2 -2
- package/dist/templates/paginated-products/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/lib/data/regions.d.ts.map +0 -1
- package/dist/lib/data/regions.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProductImage } from "../../types/graphql.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/image-gallery/index.d.ts
|
|
5
5
|
type ImageGalleryProps = {
|
|
@@ -7,7 +7,7 @@ type ImageGalleryProps = {
|
|
|
7
7
|
};
|
|
8
8
|
declare const ImageGallery: ({
|
|
9
9
|
images
|
|
10
|
-
}: ImageGalleryProps) =>
|
|
10
|
+
}: ImageGalleryProps) => react_jsx_runtime0.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ImageGallery as default };
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Product } from "../../types/graphql.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/product-actions/index.d.ts
|
|
5
5
|
type ProductActionsProps = {
|
|
@@ -11,7 +11,7 @@ declare function ProductActions({
|
|
|
11
11
|
product,
|
|
12
12
|
disabled,
|
|
13
13
|
enableMobileActions
|
|
14
|
-
}: ProductActionsProps):
|
|
14
|
+
}: ProductActionsProps): react_jsx_runtime1.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { ProductActionsProps, ProductActions as default };
|
|
17
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"option-select.d.ts","names":[],"sources":["../../../src/components/product-actions/option-select.tsx"],"sourcesContent":[],"mappings":";;;;KAKK,iBAAA;UACK,SAAA,CAAU;EADf,OAAA,EAAA,MAAA,GAAA,SAAiB;EAShB,YAAA,EAAA,CAwCL,KAAA,EAAA,MAxC4B,EAAA,KAAA,EAAA,MAAA,
|
|
1
|
+
{"version":3,"file":"option-select.d.ts","names":[],"sources":["../../../src/components/product-actions/option-select.tsx"],"sourcesContent":[],"mappings":";;;;KAKK,iBAAA;UACK,SAAA,CAAU;EADf,OAAA,EAAA,MAAA,GAAA,SAAiB;EAShB,YAAA,EAAA,CAwCL,KAAA,EAAA,MAxC4B,EAAA,KAAA,EAAA,MAAA,EAAA,GAAT,IAAA;;;;;cAAd,cAAc,KAAA,CAAM,GAAG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/product-onboarding-cta/index.d.ts
|
|
4
|
-
declare function ProductOnboardingCta(): Promise<
|
|
4
|
+
declare function ProductOnboardingCta(): Promise<react_jsx_runtime2.JSX.Element | null>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { ProductOnboardingCta as default };
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/components/product-onboarding-cta/index.tsx"],"sourcesContent":[],"mappings":";;;iBAIe,oBAAA,CAAA,GAAoB,QAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/components/product-onboarding-cta/index.tsx"],"sourcesContent":[],"mappings":";;;iBAIe,oBAAA,CAAA,GAAoB,QAAA,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Product, ProductVariant } from "../../types/graphql.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/product-price/index.d.ts
|
|
5
5
|
declare function ProductPrice({
|
|
@@ -8,7 +8,7 @@ declare function ProductPrice({
|
|
|
8
8
|
}: {
|
|
9
9
|
product: Product;
|
|
10
10
|
variant?: ProductVariant;
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime3.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { ProductPrice as default };
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/components/product-price/index.tsx"],"sourcesContent":[],"mappings":";;;;iBAKwB,YAAA;;;AAFkC;WAM/C;YACC;AAP8C,CAAA,CAAA,EAQzD,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/components/product-price/index.tsx"],"sourcesContent":[],"mappings":";;;;iBAKwB,YAAA;;;AAFkC;WAM/C;YACC;AAP8C,CAAA,CAAA,EAQzD,kBAAA,CAAA,GAAA,CAAA,OANmC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Product } from "../../types/graphql.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/product-tabs/index.d.ts
|
|
5
5
|
type ProductTabsProps = {
|
|
@@ -7,7 +7,7 @@ type ProductTabsProps = {
|
|
|
7
7
|
};
|
|
8
8
|
declare const ProductTabs: ({
|
|
9
9
|
product
|
|
10
|
-
}: ProductTabsProps) =>
|
|
10
|
+
}: ProductTabsProps) => react_jsx_runtime4.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ProductTabs as default };
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SortOptions } from "./sort-products/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime14 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/refinement-list/index.d.ts
|
|
5
5
|
type RefinementListProps = {
|
|
@@ -10,7 +10,7 @@ type RefinementListProps = {
|
|
|
10
10
|
declare const RefinementList: ({
|
|
11
11
|
sortBy,
|
|
12
12
|
"data-testid": dataTestId
|
|
13
|
-
}: RefinementListProps) =>
|
|
13
|
+
}: RefinementListProps) => react_jsx_runtime14.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { RefinementList as default };
|
|
16
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/components/refinement-list/index.tsx"],"sourcesContent":[],"mappings":";;;;KAQK,mBAAA;UACK;;EADL,aAAA,CAAA,EAAA,MAAmB;AACH,CAAA;cAKf,cAAkB,EAAA,CAAA;EAAA,MAAA;EAAA,aAAA,EAAA;AAAA,CAAA,EAGrB,mBAHqB,EAAA,GAGF,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/components/refinement-list/index.tsx"],"sourcesContent":[],"mappings":";;;;KAQK,mBAAA;UACK;;EADL,aAAA,CAAA,EAAA,MAAmB;AACH,CAAA;cAKf,cAAkB,EAAA,CAAA;EAAA,MAAA;EAAA,aAAA,EAAA;AAAA,CAAA,EAGrB,mBAHqB,EAAA,GAGF,mBAAA,CAAA,GAAA,CAAA,OAHE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/refinement-list/sort-products/index.d.ts
|
|
4
4
|
type SortOptions = 'price_asc' | 'price_desc' | 'created_at';
|
|
@@ -11,7 +11,7 @@ declare const SortProducts: ({
|
|
|
11
11
|
"data-testid": dataTestId,
|
|
12
12
|
sortBy,
|
|
13
13
|
setQueryParams
|
|
14
|
-
}: SortProductsProps) =>
|
|
14
|
+
}: SortProductsProps) => react_jsx_runtime12.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { SortOptions, SortProducts as default };
|
|
17
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/refinement-list/sort-products/index.tsx"],"sourcesContent":[],"mappings":";;;KAIY,WAAA;KAEP,iBAAA;UACK;EAHE,cAAW,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAIiB,WAJjB,EAAA,GAAA,IAAA;EAElB,aAAA,CAAA,EAAA,MAAiB;AAE6B,CAAA;cAmB7C,YAAgB,EAAA,CAAA;EAAA,aAAA,EAAA,UAAA;EAAA,MAAA;EAAA;AAAA,CAAA,EAInB,iBAJmB,EAAA,GAIF,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/refinement-list/sort-products/index.tsx"],"sourcesContent":[],"mappings":";;;KAIY,WAAA;KAEP,iBAAA;UACK;EAHE,cAAW,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAIiB,WAJjB,EAAA,GAAA,IAAA;EAElB,aAAA,CAAA,EAAA,MAAiB;AAE6B,CAAA;cAmB7C,YAAgB,EAAA,CAAA;EAAA,aAAA,EAAA,UAAA;EAAA,MAAA;EAAA;AAAA,CAAA,EAInB,iBAJmB,EAAA,GAIF,mBAAA,CAAA,GAAA,CAAA,OAJE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Product } from "../../types/graphql.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/related-products/index.d.ts
|
|
5
5
|
type RelatedProductsProps = {
|
|
@@ -9,7 +9,7 @@ type RelatedProductsProps = {
|
|
|
9
9
|
declare function RelatedProducts({
|
|
10
10
|
product,
|
|
11
11
|
countryCode
|
|
12
|
-
}: RelatedProductsProps): Promise<
|
|
12
|
+
}: RelatedProductsProps): Promise<react_jsx_runtime13.JSX.Element | null>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { RelatedProducts as default };
|
|
15
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/components/related-products/index.tsx"],"sourcesContent":[],"mappings":";;;;KAUK,oBAAA;WACM;;AAHc,CAAA;AAOK,iBAAA,eAAA,CAAe;EAAA,OAAA;EAAA;AAAA,CAAA,EAG1C,oBAH0C,CAAA,EAGtB,OAHsB,CAGtB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/components/related-products/index.tsx"],"sourcesContent":[],"mappings":";;;;KAUK,oBAAA;WACM;;AAHc,CAAA;AAOK,iBAAA,eAAA,CAAe;EAAA,OAAA;EAAA;AAAA,CAAA,EAG1C,oBAH0C,CAAA,EAGtB,OAHsB,CAGtB,mBAAA,CAAA,GAAA,CAAA,OAAA,GAHsB,IAAA,CAAA"}
|
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
//#region src/lib/data/regions.d.ts
|
|
5
|
-
declare const retrieveRegion: (id: string, ctx: StorefrontContext) => Promise<Region | null>;
|
|
6
|
-
declare const getRegion: (countryCode: string, ctx: StorefrontContext) => Promise<Region | null>;
|
|
7
|
-
//#endregion
|
|
8
|
-
export { getRegion, retrieveRegion };
|
|
9
|
-
//# sourceMappingURL=regions.d.ts.map
|
|
1
|
+
import { getRegion, listRegions, retrieveRegion } from "@gfed-medusa/sf-lib-common/lib/data/regions";
|
|
2
|
+
export { getRegion, listRegions, retrieveRegion };
|
package/dist/lib/data/regions.js
CHANGED
|
@@ -1,37 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import { getRegion, listRegions, retrieveRegion } from "@gfed-medusa/sf-lib-common/lib/data/regions";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
import { sdk } from "@gfed-medusa/sf-lib-common/lib/config/medusa";
|
|
5
|
-
import { listRegions } from "@gfed-medusa/sf-lib-common/lib/data/regions";
|
|
6
|
-
import { medusaError } from "@gfed-medusa/sf-lib-common/lib/utils/medusa-error";
|
|
7
|
-
import { normalizeRegion } from "@gfed-medusa/sf-lib-common/lib/utils/normalize-functions";
|
|
8
|
-
|
|
9
|
-
//#region src/lib/data/regions.ts
|
|
10
|
-
const retrieveRegion = async (id, ctx) => {
|
|
11
|
-
const next = { ...getCacheOptions(["regions", id].join("-"), ctx) };
|
|
12
|
-
return sdk.client.fetch(`/store/regions/${id}`, {
|
|
13
|
-
method: "GET",
|
|
14
|
-
next,
|
|
15
|
-
cache: "force-cache"
|
|
16
|
-
}).then(({ region }) => region ? normalizeRegion(region) : null).catch(medusaError);
|
|
17
|
-
};
|
|
18
|
-
const regionMap = /* @__PURE__ */ new Map();
|
|
19
|
-
const getRegion = async (countryCode, ctx) => {
|
|
20
|
-
try {
|
|
21
|
-
if (regionMap.has(countryCode)) return regionMap.get(countryCode) ?? null;
|
|
22
|
-
const regions = await listRegions(ctx);
|
|
23
|
-
if (!regions) return null;
|
|
24
|
-
regions.forEach((region) => {
|
|
25
|
-
region.countries?.forEach((c) => {
|
|
26
|
-
regionMap.set(c?.iso2 ?? "", region);
|
|
27
|
-
});
|
|
28
|
-
});
|
|
29
|
-
return countryCode ? regionMap.get(countryCode) ?? null : regionMap.get("us") ?? null;
|
|
30
|
-
} catch (e) {
|
|
31
|
-
return null;
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
//#endregion
|
|
36
|
-
export { getRegion, retrieveRegion };
|
|
37
|
-
//# sourceMappingURL=regions.js.map
|
|
3
|
+
export { getRegion, listRegions, retrieveRegion };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client9 from "@apollo/client";
|
|
2
2
|
|
|
3
3
|
//#region src/lib/gql/fragments/cart.d.ts
|
|
4
|
-
declare const LINE_ITEM_FRAGMENT:
|
|
5
|
-
declare const ADDRESS_FRAGMENT:
|
|
6
|
-
declare const SHIPPING_METHODS_FRAGMENT:
|
|
7
|
-
declare const PAYMENT_COLLECTION_FRAGMENT:
|
|
8
|
-
declare const COUNTRY_FRAGMENT:
|
|
9
|
-
declare const REGION_FRAGMENT:
|
|
10
|
-
declare const PROMOTION_FRAGMENT:
|
|
11
|
-
declare const CART_FRAGMENT:
|
|
4
|
+
declare const LINE_ITEM_FRAGMENT: _apollo_client9.DocumentNode;
|
|
5
|
+
declare const ADDRESS_FRAGMENT: _apollo_client9.DocumentNode;
|
|
6
|
+
declare const SHIPPING_METHODS_FRAGMENT: _apollo_client9.DocumentNode;
|
|
7
|
+
declare const PAYMENT_COLLECTION_FRAGMENT: _apollo_client9.DocumentNode;
|
|
8
|
+
declare const COUNTRY_FRAGMENT: _apollo_client9.DocumentNode;
|
|
9
|
+
declare const REGION_FRAGMENT: _apollo_client9.DocumentNode;
|
|
10
|
+
declare const PROMOTION_FRAGMENT: _apollo_client9.DocumentNode;
|
|
11
|
+
declare const CART_FRAGMENT: _apollo_client9.DocumentNode;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { ADDRESS_FRAGMENT, CART_FRAGMENT, COUNTRY_FRAGMENT, LINE_ITEM_FRAGMENT, PAYMENT_COLLECTION_FRAGMENT, PROMOTION_FRAGMENT, REGION_FRAGMENT, SHIPPING_METHODS_FRAGMENT };
|
|
14
14
|
//# sourceMappingURL=cart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cart.d.ts","names":[],"sources":["../../../../src/lib/gql/fragments/cart.ts"],"sourcesContent":[],"mappings":";;;cAIa,oBAiBZ,
|
|
1
|
+
{"version":3,"file":"cart.d.ts","names":[],"sources":["../../../../src/lib/gql/fragments/cart.ts"],"sourcesContent":[],"mappings":";;;cAIa,oBAiBZ,eAAA,CAjB8B;cAmBlB,kBAUZ,eAAA,CAV4B;cAYhB,2BAUZ,eAAA,CAVqC;AA/BzB,cA2CA,2BA1BZ,EA4CA,eAAA,CAlBuC,YA1BvC;AAEY,cA4CA,gBAlCZ,EAyCA,eAAA,CAP4B,YAlC5B;AAEY,cAyCA,eA/BZ,EA0CA,eAAA,CAX2B,YA/B3B;AAEY,cA0CA,kBAxBZ,EAkCA,eAAA,CAV8B,YAxB9B;AAEY,cAkCA,aA3BZ,EAsEA,eAAA,CA3CyB,YA3BzB"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client0 from "@apollo/client";
|
|
2
2
|
|
|
3
3
|
//#region src/lib/gql/fragments/product.d.ts
|
|
4
|
-
declare const PRODUCT_IMAGE_FRAGMENT:
|
|
5
|
-
declare const PRODUCT_TAG_FRAGMENT:
|
|
6
|
-
declare const PRODUCT_OPTION_FRAGMENT:
|
|
7
|
-
declare const PRICE_FRAGMENT:
|
|
8
|
-
declare const PRODUCT_VARIANT_FRAGMENT:
|
|
9
|
-
declare const PRODUCT_CATEGORY_FRAGMENT:
|
|
10
|
-
declare const PRODUCT_COLLECTION_FRAGMENT:
|
|
11
|
-
declare const PRODUCT_FRAGMENT:
|
|
12
|
-
declare const COLLECTION_PRODUCTS_FRAGMENT:
|
|
13
|
-
declare const PRODUCT_HIT_FRAGMENT:
|
|
4
|
+
declare const PRODUCT_IMAGE_FRAGMENT: _apollo_client0.DocumentNode;
|
|
5
|
+
declare const PRODUCT_TAG_FRAGMENT: _apollo_client0.DocumentNode;
|
|
6
|
+
declare const PRODUCT_OPTION_FRAGMENT: _apollo_client0.DocumentNode;
|
|
7
|
+
declare const PRICE_FRAGMENT: _apollo_client0.DocumentNode;
|
|
8
|
+
declare const PRODUCT_VARIANT_FRAGMENT: _apollo_client0.DocumentNode;
|
|
9
|
+
declare const PRODUCT_CATEGORY_FRAGMENT: _apollo_client0.DocumentNode;
|
|
10
|
+
declare const PRODUCT_COLLECTION_FRAGMENT: _apollo_client0.DocumentNode;
|
|
11
|
+
declare const PRODUCT_FRAGMENT: _apollo_client0.DocumentNode;
|
|
12
|
+
declare const COLLECTION_PRODUCTS_FRAGMENT: _apollo_client0.DocumentNode;
|
|
13
|
+
declare const PRODUCT_HIT_FRAGMENT: _apollo_client0.DocumentNode;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { COLLECTION_PRODUCTS_FRAGMENT, PRICE_FRAGMENT, PRODUCT_CATEGORY_FRAGMENT, PRODUCT_COLLECTION_FRAGMENT, PRODUCT_FRAGMENT, PRODUCT_HIT_FRAGMENT, PRODUCT_IMAGE_FRAGMENT, PRODUCT_OPTION_FRAGMENT, PRODUCT_TAG_FRAGMENT, PRODUCT_VARIANT_FRAGMENT };
|
|
16
16
|
//# sourceMappingURL=product.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.d.ts","names":[],"sources":["../../../../src/lib/gql/fragments/product.ts"],"sourcesContent":[],"mappings":";;;cAEa,wBAKZ,
|
|
1
|
+
{"version":3,"file":"product.d.ts","names":[],"sources":["../../../../src/lib/gql/fragments/product.ts"],"sourcesContent":[],"mappings":";;;cAEa,wBAKZ,eAAA,CALkC;cAOtB,sBAIZ,eAAA,CAJgC;cAMpB,yBASZ,eAAA,CATmC;AAbvB,cAwBA,cAnBZ,EAyBA,eAAA,CAN0B,YAnB1B;AAEY,cAyBA,wBArBZ,EA0CA,eAAA,CArBoC,YArBpC;AAEY,cA0CA,yBAjCZ,EAwCA,eAAA,CAPqC,YAjCrC;AAEY,cAwCA,2BAlCZ,EAwCA,eAAA,CANuC,YAlCvC;AAEY,cAwCA,gBAnBZ,EAwDA,eAAA,CArC4B,YAnB5B;AAEY,cAwDA,4BAjDZ,EAwEA,eAAA,CAvBwC,YAjDxC;AAEY,cAwEA,oBAlEZ,EA0EA,eAAA,CARgC,YAlEhC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client17 from "@apollo/client";
|
|
2
2
|
|
|
3
3
|
//#region src/lib/gql/mutations/cart.d.ts
|
|
4
|
-
declare const CREATE_CART_MUTATION:
|
|
5
|
-
declare const UPDATE_CART_MUTATION:
|
|
6
|
-
declare const CREATE_LINE_ITEM_MUTATION:
|
|
7
|
-
declare const UPDATE_LINE_ITEM_MUTATION:
|
|
8
|
-
declare const DELETE_LINE_ITEM_MUTATION:
|
|
9
|
-
declare const ADD_SHIPPING_METHOD_MUTATION:
|
|
10
|
-
declare const COMPLETE_CART_MUTATION:
|
|
11
|
-
declare const TRANSFER_CART_MUTATION:
|
|
12
|
-
declare const APPLY_PROMOTIONS_MUTATION:
|
|
4
|
+
declare const CREATE_CART_MUTATION: _apollo_client17.DocumentNode;
|
|
5
|
+
declare const UPDATE_CART_MUTATION: _apollo_client17.DocumentNode;
|
|
6
|
+
declare const CREATE_LINE_ITEM_MUTATION: _apollo_client17.DocumentNode;
|
|
7
|
+
declare const UPDATE_LINE_ITEM_MUTATION: _apollo_client17.DocumentNode;
|
|
8
|
+
declare const DELETE_LINE_ITEM_MUTATION: _apollo_client17.DocumentNode;
|
|
9
|
+
declare const ADD_SHIPPING_METHOD_MUTATION: _apollo_client17.DocumentNode;
|
|
10
|
+
declare const COMPLETE_CART_MUTATION: _apollo_client17.DocumentNode;
|
|
11
|
+
declare const TRANSFER_CART_MUTATION: _apollo_client17.DocumentNode;
|
|
12
|
+
declare const APPLY_PROMOTIONS_MUTATION: _apollo_client17.DocumentNode;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { ADD_SHIPPING_METHOD_MUTATION, APPLY_PROMOTIONS_MUTATION, COMPLETE_CART_MUTATION, CREATE_CART_MUTATION, CREATE_LINE_ITEM_MUTATION, DELETE_LINE_ITEM_MUTATION, TRANSFER_CART_MUTATION, UPDATE_CART_MUTATION, UPDATE_LINE_ITEM_MUTATION };
|
|
15
15
|
//# sourceMappingURL=cart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cart.d.ts","names":[],"sources":["../../../../src/lib/gql/mutations/cart.ts"],"sourcesContent":[],"mappings":";;;cAUa,sBAOZ,
|
|
1
|
+
{"version":3,"file":"cart.d.ts","names":[],"sources":["../../../../src/lib/gql/mutations/cart.ts"],"sourcesContent":[],"mappings":";;;cAUa,sBAOZ,gBAAA,CAPgC;cASpB,sBAgBZ,gBAAA,CAhBgC;cAkBpB,2BAWZ,gBAAA,CAXqC;AA3BzB,cAwCA,yBAjCZ,EAgDA,gBAAA,CAfqC,YAjCrC;AAEY,cAgDA,yBAhCZ,EAwCA,gBAAA,CARqC,YAhCrC;AAEY,cAwCA,4BA7BZ,EA4CA,gBAAA,CAfwC,YA7BxC;AAEY,cA4CA,sBA7BZ,EAqFA,gBAAA,CAxDkC,YA7BlC;AAEY,cAqFA,sBA7EZ,EAoFA,gBAAA,CAPkC,YA7ElC;AAEY,cAoFA,yBArEZ,EA4EA,gBAAA,CAPqC,YArErC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client34 from "@apollo/client";
|
|
2
2
|
|
|
3
3
|
//#region src/lib/gql/queries/cart.d.ts
|
|
4
|
-
declare const GET_CART_QUERY:
|
|
4
|
+
declare const GET_CART_QUERY: _apollo_client34.DocumentNode;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { GET_CART_QUERY };
|
|
7
7
|
//# sourceMappingURL=cart.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client26 from "@apollo/client";
|
|
2
2
|
|
|
3
3
|
//#region src/lib/gql/queries/product.d.ts
|
|
4
|
-
declare const GET_PRODUCTS_QUERY:
|
|
5
|
-
declare const GET_PRODUCT_QUERY:
|
|
6
|
-
declare const GET_PRODUCT_CATEGORIES_QUERY:
|
|
7
|
-
declare const GET_PRODUCT_CATEGORY_QUERY:
|
|
8
|
-
declare const GET_COLLECTIONS_QUERY:
|
|
9
|
-
declare const GET_COLLECTIONS_SUMMARY_QUERY:
|
|
10
|
-
declare const GET_COLLECTION_QUERY:
|
|
11
|
-
declare const SEARCH_SUGGESTIONS_QUERY:
|
|
4
|
+
declare const GET_PRODUCTS_QUERY: _apollo_client26.DocumentNode;
|
|
5
|
+
declare const GET_PRODUCT_QUERY: _apollo_client26.DocumentNode;
|
|
6
|
+
declare const GET_PRODUCT_CATEGORIES_QUERY: _apollo_client26.DocumentNode;
|
|
7
|
+
declare const GET_PRODUCT_CATEGORY_QUERY: _apollo_client26.DocumentNode;
|
|
8
|
+
declare const GET_COLLECTIONS_QUERY: _apollo_client26.DocumentNode;
|
|
9
|
+
declare const GET_COLLECTIONS_SUMMARY_QUERY: _apollo_client26.DocumentNode;
|
|
10
|
+
declare const GET_COLLECTION_QUERY: _apollo_client26.DocumentNode;
|
|
11
|
+
declare const SEARCH_SUGGESTIONS_QUERY: _apollo_client26.DocumentNode;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { GET_COLLECTIONS_QUERY, GET_COLLECTIONS_SUMMARY_QUERY, GET_COLLECTION_QUERY, GET_PRODUCTS_QUERY, GET_PRODUCT_CATEGORIES_QUERY, GET_PRODUCT_CATEGORY_QUERY, GET_PRODUCT_QUERY, SEARCH_SUGGESTIONS_QUERY };
|
|
14
14
|
//# sourceMappingURL=product.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.d.ts","names":[],"sources":["../../../../src/lib/gql/queries/product.ts"],"sourcesContent":[],"mappings":";;;cAUa,oBAgCZ,
|
|
1
|
+
{"version":3,"file":"product.d.ts","names":[],"sources":["../../../../src/lib/gql/queries/product.ts"],"sourcesContent":[],"mappings":";;;cAUa,oBAgCZ,gBAAA,CAhC8B;cAkClB,mBAOZ,gBAAA,CAP6B;cASjB,8BA4BZ,gBAAA,CA5BwC;AA3C5B,cAyEA,0BAzCZ,EA4DA,gBAAA,CAnBsC,YAzCtC;AAEY,cA4DA,qBArDZ,EAgEA,gBAAA,CAXiC,YArDjC;AAEY,cAgEA,6BApCZ,EA8CA,gBAAA,CAVyC,YApCzC;AAEY,cA8CA,oBA3BZ,EAsCA,gBAAA,CAXgC,YA3BhC;AAEY,cAsCA,wBA3BZ,EAoCA,gBAAA,CAToC,YA3BpC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SortOptions } from "../../components/refinement-list/sort-products/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/templates/paginated-products/index.d.ts
|
|
5
5
|
declare function PaginatedProducts({
|
|
@@ -16,7 +16,7 @@ declare function PaginatedProducts({
|
|
|
16
16
|
categoryId?: string;
|
|
17
17
|
productsIds?: string[];
|
|
18
18
|
countryCode: string;
|
|
19
|
-
}): Promise<
|
|
19
|
+
}): Promise<react_jsx_runtime8.JSX.Element | null>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { PaginatedProducts as default };
|
|
22
22
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/templates/paginated-products/index.tsx"],"sourcesContent":[],"mappings":";;;;iBAkB8B,iBAAA;;;;;;;;WAQnB;;EARmB,YAAA,CAAA,EAAA,MAAiB;EAC7C,UAAA,CAAA,EAAA,MAAA;EACA,WAAA,CAAA,EAAA,MAAA,EAAA;EACA,WAAA,EAAA,MAAA;CACA,CAAA,EAUD,OAVC,CAUD,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/templates/paginated-products/index.tsx"],"sourcesContent":[],"mappings":";;;;iBAkB8B,iBAAA;;;;;;;;WAQnB;;EARmB,YAAA,CAAA,EAAA,MAAiB;EAC7C,UAAA,CAAA,EAAA,MAAA;EACA,WAAA,CAAA,EAAA,MAAA,EAAA;EACA,WAAA,EAAA,MAAA;CACA,CAAA,EAUD,OAVC,CAUD,kBAAA,CAAA,GAAA,CAAA,OAAA,GAVC,IAAA,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfed-medusa/sf-lib-products",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@apollo/client": "^4.0.9",
|
|
54
|
-
"@gfed-medusa/sf-lib-common": "^
|
|
54
|
+
"@gfed-medusa/sf-lib-common": "^3.0.0",
|
|
55
55
|
"@gfed-medusa/sf-lib-ui": "^1.2.1",
|
|
56
56
|
"@headlessui/react": "^2.2.9",
|
|
57
57
|
"@medusajs/icons": "^2.12.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"regions.d.ts","names":[],"sources":["../../../src/lib/data/regions.ts"],"sourcesContent":[],"mappings":";;;;cAWa,kCAAyC,sBAAiB,QAAA;cAiB1D,sCAEN,sBACJ,QAAQ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"regions.js","names":["e: any"],"sources":["../../../src/lib/data/regions.ts"],"sourcesContent":["'use server';\n\nimport { sdk } from '@gfed-medusa/sf-lib-common/lib/config/medusa';\nimport type { StorefrontContext } from '@gfed-medusa/sf-lib-common/lib/data/context';\nimport { getCacheOptions } from '@gfed-medusa/sf-lib-common/lib/data/cookies-utils';\nimport { listRegions } from '@gfed-medusa/sf-lib-common/lib/data/regions';\nimport { medusaError } from '@gfed-medusa/sf-lib-common/lib/utils/medusa-error';\nimport { normalizeRegion } from '@gfed-medusa/sf-lib-common/lib/utils/normalize-functions';\nimport { Region } from '@gfed-medusa/sf-lib-common/types/graphql';\nimport { HttpTypes } from '@medusajs/types';\n\nexport const retrieveRegion = async (id: string, ctx: StorefrontContext) => {\n const next = {\n ...getCacheOptions(['regions', id].join('-'), ctx),\n };\n\n return sdk.client\n .fetch<{ region: HttpTypes.StoreRegion }>(`/store/regions/${id}`, {\n method: 'GET',\n next,\n cache: 'force-cache',\n })\n .then(({ region }) => (region ? normalizeRegion(region) : null))\n .catch(medusaError);\n};\n\nconst regionMap = new Map<string, Region>();\n\nexport const getRegion = async (\n countryCode: string,\n ctx: StorefrontContext\n): Promise<Region | null> => {\n try {\n if (regionMap.has(countryCode)) {\n return regionMap.get(countryCode) ?? null;\n }\n\n const regions = await listRegions(ctx);\n\n if (!regions) return null;\n\n regions.forEach((region) => {\n region.countries?.forEach((c) => {\n regionMap.set(c?.iso2 ?? '', region);\n });\n });\n\n const region = countryCode\n ? (regionMap.get(countryCode) ?? null)\n : (regionMap.get('us') ?? null);\n\n return region;\n } catch (e: any) {\n return null;\n }\n};\n"],"mappings":";;;;;;;;;AAWA,MAAa,iBAAiB,OAAO,IAAY,QAA2B;CAC1E,MAAM,OAAO,EACX,GAAG,gBAAgB,CAAC,WAAW,GAAG,CAAC,KAAK,IAAI,EAAE,IAAI,EACnD;AAED,QAAO,IAAI,OACR,MAAyC,kBAAkB,MAAM;EAChE,QAAQ;EACR;EACA,OAAO;EACR,CAAC,CACD,MAAM,EAAE,aAAc,SAAS,gBAAgB,OAAO,GAAG,KAAM,CAC/D,MAAM,YAAY;;AAGvB,MAAM,4BAAY,IAAI,KAAqB;AAE3C,MAAa,YAAY,OACvB,aACA,QAC2B;AAC3B,KAAI;AACF,MAAI,UAAU,IAAI,YAAY,CAC5B,QAAO,UAAU,IAAI,YAAY,IAAI;EAGvC,MAAM,UAAU,MAAM,YAAY,IAAI;AAEtC,MAAI,CAAC,QAAS,QAAO;AAErB,UAAQ,SAAS,WAAW;AAC1B,UAAO,WAAW,SAAS,MAAM;AAC/B,cAAU,IAAI,GAAG,QAAQ,IAAI,OAAO;KACpC;IACF;AAMF,SAJe,cACV,UAAU,IAAI,YAAY,IAAI,OAC9B,UAAU,IAAI,KAAK,IAAI;UAGrBA,GAAQ;AACf,SAAO"}
|