@shopify/ui-extensions 2023.7.3 → 2023.10.1
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/build/cjs/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.js +17 -0
- package/build/cjs/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.js +12 -0
- package/build/cjs/surfaces/admin.js +4 -2
- package/build/cjs/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.js +9 -0
- package/build/cjs/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.js +9 -0
- package/build/cjs/surfaces/checkout/components/LoginWithShop/LoginWithShop.js +9 -0
- package/build/cjs/surfaces/checkout/components/PaymentIcon/PaymentIcon.js +11 -0
- package/build/cjs/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.js +9 -0
- package/build/cjs/surfaces/checkout.js +10 -0
- package/build/cjs/surfaces/customer-account.js +10 -0
- package/build/esm/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.mjs +13 -0
- package/build/esm/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.mjs +8 -0
- package/build/esm/surfaces/admin.mjs +2 -1
- package/build/esm/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.mjs +5 -0
- package/build/esm/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.mjs +5 -0
- package/build/esm/surfaces/checkout/components/LoginWithShop/LoginWithShop.mjs +5 -0
- package/build/esm/surfaces/checkout/components/PaymentIcon/PaymentIcon.mjs +7 -0
- package/build/esm/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.mjs +5 -0
- package/build/esm/surfaces/checkout.mjs +5 -0
- package/build/esm/surfaces/customer-account.mjs +5 -0
- package/build/esnext/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.esnext +13 -0
- package/build/esnext/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.esnext +8 -0
- package/build/esnext/surfaces/admin.esnext +2 -1
- package/build/esnext/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.esnext +5 -0
- package/build/esnext/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.esnext +5 -0
- package/build/esnext/surfaces/checkout/components/LoginWithShop/LoginWithShop.esnext +5 -0
- package/build/esnext/surfaces/checkout/components/PaymentIcon/PaymentIcon.esnext +7 -0
- package/build/esnext/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.esnext +5 -0
- package/build/esnext/surfaces/checkout.esnext +5 -0
- package/build/esnext/surfaces/customer-account.esnext +5 -0
- package/build/ts/shared.d.ts +1 -1
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/{customer-segmentation-template/customer-segmentation-template.d.ts → customer-segment-template/customer-segment-template.d.ts} +3 -3
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/extension-targets/extension-targets.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api.d.ts +1 -1
- package/build/ts/surfaces/admin/api.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/AdminAction/AdminAction.d.ts +7 -1
- package/build/ts/surfaces/admin/components/AdminAction/AdminAction.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/AdminAction/AdminAction.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/BlockStack/BlockStack.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Button/Button.d.ts +10 -0
- package/build/ts/surfaces/admin/components/Button/Button.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.d.ts +44 -0
- package/build/ts/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Form/Form.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/InlineStack/InlineStack.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts +30 -0
- package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Pressable/Pressable.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/ResourceItem/ResourceItem.d.ts +5 -0
- package/build/ts/surfaces/admin/components/ResourceItem/ResourceItem.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components.d.ts +4 -2
- package/build/ts/surfaces/admin/components.d.ts.map +1 -1
- package/build/ts/surfaces/admin/extension-targets.d.ts +52 -18
- package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +6 -6
- package/build/ts/surfaces/checkout/api/docs.d.ts +70 -0
- package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +2 -0
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/redeemable/redeemable.d.ts +5 -1
- package/build/ts/surfaces/checkout/api/redeemable/redeemable.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts +120 -20
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api.d.ts +1 -1
- package/build/ts/surfaces/checkout/api.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.d.ts +5 -0
- package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.d.ts +15 -0
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.d.ts +16 -0
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts +2 -4
- package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/LoginWithShop/LoginWithShop.d.ts +15 -0
- package/build/ts/surfaces/checkout/components/LoginWithShop/LoginWithShop.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.d.ts +32 -0
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.d.ts +79 -0
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/SkeletonText/SkeletonText.d.ts +3 -1
- package/build/ts/surfaces/checkout/components/SkeletonText/SkeletonText.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.d.ts +5 -1
- package/build/ts/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Tag/Tag.d.ts +1 -3
- package/build/ts/surfaces/checkout/components/Tag/Tag.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Text/Text.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Text/Text.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/TextBlock/TextBlock.d.ts +4 -2
- package/build/ts/surfaces/checkout/components/TextBlock/TextBlock.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/shared.d.ts +11 -13
- package/build/ts/surfaces/checkout/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components.d.ts +10 -0
- package/build/ts/surfaces/checkout/components.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/targets.d.ts +70 -33
- package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +15 -4
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api.d.ts +1 -1
- package/build/ts/surfaces/customer-account/api.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/shared.ts +1 -1
- package/src/surfaces/admin/api/action/action.doc.ts +0 -1
- package/src/surfaces/admin/api/block/block.doc.ts +0 -1
- package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.ts +20 -0
- package/src/surfaces/admin/api/{customer-segmentation-template/customer-segmentation-template.ts → customer-segment-template/customer-segment-template.ts} +3 -5
- package/src/surfaces/admin/api/extension-targets/extension-targets.doc.ts +0 -1
- package/src/surfaces/admin/api/standard/standard.doc.ts +0 -1
- package/src/surfaces/admin/api.ts +1 -1
- package/src/surfaces/admin/components/AdminAction/AdminAction.doc.ts +0 -1
- package/src/surfaces/admin/components/AdminAction/AdminAction.ts +5 -0
- package/src/surfaces/admin/components/AdminBlock/AdminBlock.doc.ts +0 -1
- package/src/surfaces/admin/components/BlockStack/BlockStack.doc.ts +0 -1
- package/src/surfaces/admin/components/Box/Box.doc.ts +0 -1
- package/src/surfaces/admin/components/Button/Button.doc.ts +0 -1
- package/src/surfaces/admin/components/Button/Button.ts +12 -0
- package/src/surfaces/admin/components/Checkbox/Checkbox.doc.ts +0 -1
- package/src/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.doc.ts +42 -0
- package/src/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.ts +45 -0
- package/src/surfaces/admin/components/CustomerSegmentTemplate/examples/CustomerSegmentTemplate.example.ts +17 -0
- package/src/surfaces/admin/components/CustomerSegmentTemplate/examples/CustomerSegmentTemplate.example.tsx +15 -0
- package/src/surfaces/admin/components/Divider/Divider.doc.ts +0 -1
- package/src/surfaces/admin/components/EmailField/EmailField.doc.ts +0 -1
- package/src/surfaces/admin/components/Form/Form.doc.ts +1 -2
- package/src/surfaces/admin/components/Heading/Heading.doc.ts +0 -1
- package/src/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.ts +0 -1
- package/src/surfaces/admin/components/Icon/Icon.doc.ts +0 -1
- package/src/surfaces/admin/components/Image/Image.doc.ts +0 -1
- package/src/surfaces/admin/components/InlineStack/InlineStack.doc.ts +0 -1
- package/src/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.ts +68 -0
- package/src/surfaces/admin/components/InternalCustomerSegmentTemplate/examples/InternalCustomerSegmentTemplate.example.ts +45 -0
- package/src/surfaces/admin/components/Link/Link.doc.ts +0 -1
- package/src/surfaces/admin/components/NumberField/NumberField.doc.ts +0 -1
- package/src/surfaces/admin/components/PasswordField/PasswordField.doc.ts +0 -1
- package/src/surfaces/admin/components/Pressable/Pressable.doc.ts +0 -1
- package/src/surfaces/admin/components/Select/Select.doc.ts +0 -1
- package/src/surfaces/admin/components/Text/Text.doc.ts +0 -1
- package/src/surfaces/admin/components/TextArea/TextArea.doc.ts +0 -1
- package/src/surfaces/admin/components/TextField/TextField.doc.ts +0 -1
- package/src/surfaces/admin/components/URLField/URLField.doc.ts +0 -1
- package/src/surfaces/admin/components.ts +8 -2
- package/src/surfaces/admin/extension-targets.ts +67 -20
- package/src/surfaces/checkout/api/checkout/checkout.ts +6 -6
- package/src/surfaces/checkout/api/docs.ts +99 -0
- package/src/surfaces/checkout/api/payment/payment-option-item.ts +5 -0
- package/src/surfaces/checkout/api/redeemable/redeemable.ts +6 -1
- package/src/surfaces/checkout/api/standard/standard.ts +136 -19
- package/src/surfaces/checkout/api.ts +1 -0
- package/src/surfaces/checkout/components/ChoiceList/ChoiceList.doc.ts +1 -1
- package/src/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.ts +48 -0
- package/src/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.ts +17 -0
- package/src/surfaces/checkout/components/ConsentCheckbox/examples/basic-consent-checkbox.example.ts +11 -0
- package/src/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.ts +48 -0
- package/src/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.ts +19 -0
- package/src/surfaces/checkout/components/ConsentPhoneField/examples/basic-consent-phone-field.example.ts +10 -0
- package/src/surfaces/checkout/components/Icon/Icon.ts +2 -3
- package/src/surfaces/checkout/components/LoginWithShop/LoginWithShop.ts +16 -0
- package/src/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.ts +55 -0
- package/src/surfaces/checkout/components/PaymentIcon/PaymentIcon.ts +481 -0
- package/src/surfaces/checkout/components/PaymentIcon/examples/basic-paymenticon.example.ts +7 -0
- package/src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.ts +50 -0
- package/src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.ts +86 -0
- package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-productthumbnail.example.ts +11 -0
- package/src/surfaces/checkout/components/Text/Text.ts +7 -1
- package/src/surfaces/checkout/components/TextBlock/TextBlock.ts +7 -1
- package/src/surfaces/checkout/components/shared.ts +13 -23
- package/src/surfaces/checkout/components.ts +21 -0
- package/src/surfaces/checkout/targets.ts +96 -35
- package/src/surfaces/customer-account/api/order-status/order-status.ts +18 -4
- package/src/surfaces/customer-account/api.ts +1 -0
- package/build/cjs/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.js +0 -12
- package/build/esm/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.mjs +0 -8
- package/build/esnext/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.esnext +0 -8
- package/build/ts/surfaces/admin/api/customer-segmentation-template/customer-segmentation-template.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.d.ts +0 -27
- package/build/ts/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.d.ts.map +0 -1
- package/src/surfaces/admin/components/CustomerSegmentationTemplate/CustomerSegmentationTemplate.ts +0 -68
- package/src/surfaces/admin/components/CustomerSegmentationTemplate/examples/CustomerSegmentationTemplate.example.ts +0 -37
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { MaybeConditionalStyle, ResolutionCondition } from '../../style';
|
|
2
|
+
import { Size } from '../shared';
|
|
3
|
+
export interface ProductThumbnailProps {
|
|
4
|
+
/**
|
|
5
|
+
* An alternative text description that describe the image for the reader to
|
|
6
|
+
* understand what it is about. It is extremely useful for both users using
|
|
7
|
+
* assistive technology and sighted users. A well written description
|
|
8
|
+
* provides people with visual impairments the ability to participate in
|
|
9
|
+
* consuming non-text content. When a screen readers encounters an `Image`,
|
|
10
|
+
* the description is read and announced aloud. If an image fails to load,
|
|
11
|
+
* potentially due to a poor connection, the description is displayed on
|
|
12
|
+
* screen instead. This has the benefit of letting a sighted buyer know an
|
|
13
|
+
* image was meant to load here, but as an alternative, they’re still able to
|
|
14
|
+
* consume the text content. Read
|
|
15
|
+
* [considerations when writing alternative text](https://ux.shopify.com/considerations-when-writing-alt-text-a9c1985a8204)
|
|
16
|
+
* to learn more.
|
|
17
|
+
*
|
|
18
|
+
* This property is an alias for `accessibilityLabel` for compatibility with the HTML
|
|
19
|
+
* specification. When both are specified `accessibilityLabel` takes precedence.
|
|
20
|
+
*
|
|
21
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt
|
|
22
|
+
*/
|
|
23
|
+
alt?: string;
|
|
24
|
+
/**
|
|
25
|
+
* An alternative text description that describe the image for the reader to
|
|
26
|
+
* understand what it is about. It is extremely useful for both users using
|
|
27
|
+
* assistive technology and sighted users. A well written description
|
|
28
|
+
* provides people with visual impairments the ability to participate in
|
|
29
|
+
* consuming non-text content. When a screen readers encounters an `Image`,
|
|
30
|
+
* the description is read and announced aloud. If an image fails to load,
|
|
31
|
+
* potentially due to a poor connection, the description is displayed on
|
|
32
|
+
* screen instead. This has the benefit of letting a sighted buyer know an
|
|
33
|
+
* image was meant to load here, but as an alternative, they’re still able to
|
|
34
|
+
* consume the text content. Read
|
|
35
|
+
* [considerations when writing alternative text](https://ux.shopify.com/considerations-when-writing-alt-text-a9c1985a8204)
|
|
36
|
+
* to learn more.
|
|
37
|
+
*
|
|
38
|
+
* An `alt` property is available as an alias for this for compatibility with the HTML
|
|
39
|
+
* specification. When both are specified, `accessibilityLabel` takes precedence.
|
|
40
|
+
*
|
|
41
|
+
* @defaultValue `''`
|
|
42
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt
|
|
43
|
+
*/
|
|
44
|
+
accessibilityLabel?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The image source (either a remote URL or a local file resource).
|
|
47
|
+
*
|
|
48
|
+
* A `src` property is available as an alias for this for compatibility with the HTML
|
|
49
|
+
* specification. When both are specified, `source` takes precedence.
|
|
50
|
+
*
|
|
51
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src
|
|
52
|
+
*/
|
|
53
|
+
source?: MaybeConditionalStyle<string, ResolutionCondition>;
|
|
54
|
+
/**
|
|
55
|
+
* The image source (either a remote URL or a local file resource).
|
|
56
|
+
*
|
|
57
|
+
* This property is available as an alias for `source` for compatibility with the HTML
|
|
58
|
+
* specification. When both are specified, `source` takes precedence.
|
|
59
|
+
*
|
|
60
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src
|
|
61
|
+
*/
|
|
62
|
+
src?: MaybeConditionalStyle<string, ResolutionCondition>;
|
|
63
|
+
/**
|
|
64
|
+
* Decorates the product thumbnail with the quantity of the product.
|
|
65
|
+
*/
|
|
66
|
+
badge?: number;
|
|
67
|
+
/**
|
|
68
|
+
* Adjusts the size the product thumbnail image.
|
|
69
|
+
*
|
|
70
|
+
* @defaultValue 'base'
|
|
71
|
+
*/
|
|
72
|
+
size?: Extract<Size, 'base' | 'small'>;
|
|
73
|
+
}
|
|
74
|
+
export declare const ProductThumbnail: "ProductThumbnail" & {
|
|
75
|
+
readonly type?: "ProductThumbnail" | undefined;
|
|
76
|
+
readonly props?: ProductThumbnailProps | undefined;
|
|
77
|
+
readonly children?: true | undefined;
|
|
78
|
+
};
|
|
79
|
+
//# sourceMappingURL=ProductThumbnail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductThumbnail.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,aAAa,CAAC;AACvE,OAAO,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAE/B,MAAM,WAAW,qBAAqB;IACpC;;;;;;;;;;;;;;;;;;OAkBG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;;;;;;;;;;;;;;OAmBG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;IAE5D;;;;;;;OAOG;IACH,GAAG,CAAC,EAAE,qBAAqB,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;IAEzD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;CACxC;AAED,eAAO,MAAM,gBAAgB;;;;CAGR,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductThumbnail.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA6CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -20,6 +20,8 @@ export interface SkeletonTextProps extends IdProps {
|
|
|
20
20
|
export declare const SkeletonText: "SkeletonText" & {
|
|
21
21
|
readonly type?: "SkeletonText" | undefined;
|
|
22
22
|
readonly props?: SkeletonTextProps | undefined;
|
|
23
|
-
readonly children?: true | undefined;
|
|
23
|
+
readonly children?: true | undefined; /**
|
|
24
|
+
* Adjust the length of the text when no children are passed.
|
|
25
|
+
*/
|
|
24
26
|
};
|
|
25
27
|
//# sourceMappingURL=SkeletonText.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SkeletonText.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/SkeletonText/SkeletonText.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAC,MAAM,WAAW,CAAC;AAEvD,MAAM,WAAW,iBAAkB,SAAQ,OAAO;IAChD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;IACvD;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"SkeletonText.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/SkeletonText/SkeletonText.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAC,MAAM,WAAW,CAAC;AAEvD,MAAM,WAAW,iBAAkB,SAAQ,OAAO;IAChD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;IACvD;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;0CAbvB;;OAEG;CAcY,CAAC"}
|
|
@@ -22,6 +22,10 @@ export interface SkeletonTextBlockProps extends IdProps {
|
|
|
22
22
|
export declare const SkeletonTextBlock: "SkeletonTextBlock" & {
|
|
23
23
|
readonly type?: "SkeletonTextBlock" | undefined;
|
|
24
24
|
readonly props?: SkeletonTextBlockProps | undefined;
|
|
25
|
-
readonly children?: true | undefined;
|
|
25
|
+
readonly children?: true | undefined; /**
|
|
26
|
+
* Number of lines to display when no children are passed.
|
|
27
|
+
*
|
|
28
|
+
* @defaultValue 1
|
|
29
|
+
*/
|
|
26
30
|
};
|
|
27
31
|
//# sourceMappingURL=SkeletonTextBlock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SkeletonTextBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAE,QAAQ,EAAC,MAAM,WAAW,CAAC;AAEjD,MAAM,WAAW,sBAAuB,SAAQ,OAAO;IACrD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;
|
|
1
|
+
{"version":3,"file":"SkeletonTextBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAE,QAAQ,EAAC,MAAM,WAAW,CAAC;AAEjD,MAAM,WAAW,sBAAuB,SAAQ,OAAO;IACrD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;0CAf5B;;;;OAIG;CAciB,CAAC"}
|
|
@@ -20,9 +20,7 @@ export interface TagProps extends IdProps {
|
|
|
20
20
|
* A Tag is used to help label, organize or categorize objects. It is commonly used in Checkout to display the discounts applied to a cart.
|
|
21
21
|
*/
|
|
22
22
|
export declare const Tag: "Tag" & {
|
|
23
|
-
readonly type?: "Tag" | undefined;
|
|
24
|
-
* Icon source
|
|
25
|
-
*/
|
|
23
|
+
readonly type?: "Tag" | undefined;
|
|
26
24
|
readonly props?: TagProps | undefined;
|
|
27
25
|
readonly children?: true | undefined;
|
|
28
26
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Tag/Tag.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,QAAS,SAAQ,OAAO;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,IAAI,IAAI,CAAC;CACnB;AAED;;GAEG;AACH,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Tag/Tag.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,QAAS,SAAQ,OAAO;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,IAAI,IAAI,CAAC;CACnB;AAED;;GAEG;AACH,eAAO,MAAM,GAAG;;;;CAAgD,CAAC"}
|
|
@@ -20,7 +20,7 @@ export interface TextProps extends VisibilityProps {
|
|
|
20
20
|
/**
|
|
21
21
|
* Changes the visual appearance
|
|
22
22
|
*/
|
|
23
|
-
appearance?: Extract<Appearance, 'accent' | 'subdued' | 'info' | 'success' | 'warning' | 'critical'>;
|
|
23
|
+
appearance?: Extract<Appearance, 'accent' | 'subdued' | 'info' | 'success' | 'warning' | 'critical' | 'decorative'>;
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* Text is used to visually style and provide semantic value for a small piece of text
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Text/Text.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,qBAAqB,EACrB,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,eAAe,EAChB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,SAAU,SAAQ,eAAe;IAChD;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;IAC1C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAClB,UAAU,
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/Text/Text.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,qBAAqB,EACrB,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,eAAe,EAChB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,SAAU,SAAQ,eAAe;IAChD;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;IAC1C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAClB,UAAU,EACR,QAAQ,GACR,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,CACf,CAAC;CACH;AAED;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
|
|
@@ -11,7 +11,7 @@ export interface TextBlockProps extends IdProps {
|
|
|
11
11
|
/**
|
|
12
12
|
* Changes the visual appearance
|
|
13
13
|
*/
|
|
14
|
-
appearance?: Extract<Appearance, 'accent' | 'subdued' | 'info' | 'success' | 'warning' | 'critical'>;
|
|
14
|
+
appearance?: Extract<Appearance, 'accent' | 'subdued' | 'info' | 'success' | 'warning' | 'critical' | 'decorative'>;
|
|
15
15
|
/**
|
|
16
16
|
* Align text along the main axis.
|
|
17
17
|
*/
|
|
@@ -23,6 +23,8 @@ export interface TextBlockProps extends IdProps {
|
|
|
23
23
|
export declare const TextBlock: "TextBlock" & {
|
|
24
24
|
readonly type?: "TextBlock" | undefined;
|
|
25
25
|
readonly props?: TextBlockProps | undefined;
|
|
26
|
-
readonly children?: true | undefined;
|
|
26
|
+
readonly children?: true | undefined; /**
|
|
27
|
+
* Use to emphasize a word or a group of words.
|
|
28
|
+
*/
|
|
27
29
|
};
|
|
28
30
|
//# sourceMappingURL=TextBlock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/TextBlock/TextBlock.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,QAAQ,EACR,OAAO,EACP,eAAe,EACf,QAAQ,EACT,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,cAAe,SAAQ,OAAO;IAC7C;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAClB,UAAU,
|
|
1
|
+
{"version":3,"file":"TextBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/checkout/components/TextBlock/TextBlock.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,QAAQ,EACR,OAAO,EACP,eAAe,EACf,QAAQ,EACT,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,cAAe,SAAQ,OAAO;IAC7C;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAClB,UAAU,EACR,QAAQ,GACR,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,CACf,CAAC;IACF;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED;;GAEG;AACH,eAAO,MAAM,SAAS;;;0CA1BpB;;OAEG;CA0BJ,CAAC"}
|
|
@@ -187,7 +187,7 @@ export interface SpacingProps {
|
|
|
187
187
|
*
|
|
188
188
|
* - [`base`, `none`] means blockStart and blockEnd paddings are `base`, inlineStart and inlineEnd paddings are `none`
|
|
189
189
|
*
|
|
190
|
-
* - [`base`, `none`, `
|
|
190
|
+
* - [`base`, `none`, `loose`, `tight`] means blockStart padding is `base`, inlineEnd padding is `none`, blockEnd padding is `loose` and blockStart padding is `tight`
|
|
191
191
|
*/
|
|
192
192
|
padding?: MaybeResponsiveConditionalStyle<MaybeShorthandProperty<Spacing>>;
|
|
193
193
|
}
|
|
@@ -332,16 +332,7 @@ export type Status =
|
|
|
332
332
|
*/
|
|
333
333
|
| 'critical';
|
|
334
334
|
export type Size = 'extraSmall' | 'small' | 'base' | 'large' | 'extraLarge' | 'fill';
|
|
335
|
-
export type Spacing = 'none' | '
|
|
336
|
-
/** @deprecated These values are deprecated and will eventually be removed.
|
|
337
|
-
* Use the new values.
|
|
338
|
-
*
|
|
339
|
-
* `extraTight`: `small400`
|
|
340
|
-
* `tight`: `small200`
|
|
341
|
-
* `loose`: `large200`
|
|
342
|
-
* `extraLoose`: `large500`
|
|
343
|
-
*/
|
|
344
|
-
export type SpacingDeprecated = 'extraTight' | 'tight' | 'loose' | 'extraLoose';
|
|
335
|
+
export type Spacing = 'none' | 'extraTight' | 'tight' | 'base' | 'loose' | 'extraLoose';
|
|
345
336
|
export type Alignment = 'start' | 'center' | 'end';
|
|
346
337
|
export type InlineAlignment = 'start' | 'center' | 'end';
|
|
347
338
|
export type BlockAlignment = Alignment | 'baseline';
|
|
@@ -350,9 +341,16 @@ export type BackgroundFit = 'cover' | 'contain';
|
|
|
350
341
|
export type BackgroundPosition = 'top' | 'bottom' | 'left' | 'right' | 'center';
|
|
351
342
|
export type BackgroundRepeat = 'repeat' | 'noRepeat';
|
|
352
343
|
export type Appearance =
|
|
344
|
+
/** Takes the default color for the element set within the theme*/
|
|
345
|
+
'base'
|
|
353
346
|
/** Conveys emphasis and draws attention to the element.*/
|
|
354
|
-
'accent'
|
|
355
|
-
/** Conveys that the element is
|
|
347
|
+
| 'accent'
|
|
348
|
+
/** Conveys that the element is decorative. It takes the `decorative` color set within the theme.*/
|
|
349
|
+
| 'decorative'
|
|
350
|
+
/**
|
|
351
|
+
* Conveys that the element is pressable, hoverable or otherwise interactive.
|
|
352
|
+
* @deprecated Use `accent` instead.
|
|
353
|
+
*/
|
|
356
354
|
| 'interactive'
|
|
357
355
|
/** Conveys a subdued or disabled state for the element.*/
|
|
358
356
|
| 'subdued'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/components/shared.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/components/shared.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,6 +8,10 @@ export { BlockStack } from './components/BlockStack/BlockStack';
|
|
|
8
8
|
export type { BlockStackProps } from './components/BlockStack/BlockStack';
|
|
9
9
|
export { Button } from './components/Button/Button';
|
|
10
10
|
export type { ButtonProps } from './components/Button/Button';
|
|
11
|
+
export { ConsentCheckbox } from './components/ConsentCheckbox/ConsentCheckbox';
|
|
12
|
+
export type { ConsentCheckboxProps } from './components/ConsentCheckbox/ConsentCheckbox';
|
|
13
|
+
export { ConsentPhoneField } from './components/ConsentPhoneField/ConsentPhoneField';
|
|
14
|
+
export type { ConsentPhoneFieldProps, ConsentPolicy, } from './components/ConsentPhoneField/ConsentPhoneField';
|
|
11
15
|
export { Checkbox } from './components/Checkbox/Checkbox';
|
|
12
16
|
export type { CheckboxProps } from './components/Checkbox/Checkbox';
|
|
13
17
|
export { Choice } from './components/Choice/Choice';
|
|
@@ -48,12 +52,18 @@ export { List } from './components/List/List';
|
|
|
48
52
|
export type { ListProps } from './components/List/List';
|
|
49
53
|
export { ListItem } from './components/ListItem/ListItem';
|
|
50
54
|
export type { ListItemProps } from './components/ListItem/ListItem';
|
|
55
|
+
export { LoginWithShop } from './components/LoginWithShop/LoginWithShop';
|
|
56
|
+
export type { LoginWithShopProps } from './components/LoginWithShop/LoginWithShop';
|
|
51
57
|
export { Modal } from './components/Modal/Modal';
|
|
52
58
|
export type { ModalProps } from './components/Modal/Modal';
|
|
59
|
+
export { PaymentIcon } from './components/PaymentIcon/PaymentIcon';
|
|
60
|
+
export type { PaymentIconProps, PaymentMethod, } from './components/PaymentIcon/PaymentIcon';
|
|
53
61
|
export { PhoneField } from './components/PhoneField/PhoneField';
|
|
54
62
|
export type { PhoneFieldProps } from './components/PhoneField/PhoneField';
|
|
55
63
|
export { Pressable } from './components/Pressable/Pressable';
|
|
56
64
|
export type { PressableProps } from './components/Pressable/Pressable';
|
|
65
|
+
export { ProductThumbnail } from './components/ProductThumbnail/ProductThumbnail';
|
|
66
|
+
export type { ProductThumbnailProps } from './components/ProductThumbnail/ProductThumbnail';
|
|
57
67
|
export { Popover } from './components/Popover/Popover';
|
|
58
68
|
export type { PopoverProps, PopoverPosition } from './components/Popover/Popover';
|
|
59
69
|
export { ScrollView } from './components/ScrollView/ScrollView';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/components.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/components.ts"],"names":[],"mappings":"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"}
|
|
@@ -43,14 +43,14 @@ export interface ExtensionTargets {
|
|
|
43
43
|
*/
|
|
44
44
|
'Checkout::CartLineDetails::RenderAfter': RenderExtension<CheckoutApi & CartLineItemApi & StandardApi<'Checkout::CartLineDetails::RenderAfter'> & OrderStatusApi, AnyComponent>;
|
|
45
45
|
/**
|
|
46
|
-
* A static extension target that renders on every line item, inside the details
|
|
47
|
-
* under the line item properties element. It replaces the default
|
|
46
|
+
* A static extension target that renders on every bundle line item, inside the details
|
|
47
|
+
* under the line item properties element. It replaces the default bundle products rendering.
|
|
48
48
|
* @private
|
|
49
49
|
*/
|
|
50
50
|
'purchase.cart-line-item.line-components.render': RenderExtension<CartLineItemApi & StandardApi<'purchase.cart-line-item.line-components.render'>, AnyComponent>;
|
|
51
51
|
/**
|
|
52
|
-
* A static extension target that renders on every line item, inside the details
|
|
53
|
-
* under the line item properties element. It replaces the default
|
|
52
|
+
* A static extension target that renders on every bundle line item, inside the details
|
|
53
|
+
* under the line item properties element. It replaces the default bundle products rendering.
|
|
54
54
|
*
|
|
55
55
|
* @deprecated Use `purchase.cart-line-item.line-components.render` instead.
|
|
56
56
|
* @private
|
|
@@ -70,7 +70,7 @@ export interface ExtensionTargets {
|
|
|
70
70
|
* A static extension target that is rendered after a purchase below the customer information.
|
|
71
71
|
*
|
|
72
72
|
* @deprecated Use `purchase.thank-you.customer-information.render-after` or
|
|
73
|
-
* `customer-account.order-status.customer-information.render-after` instead.
|
|
73
|
+
* `customer-account.order-status.customer-information.render-after` from `@shopify/ui-extension/customer-account` instead.
|
|
74
74
|
*/
|
|
75
75
|
'Checkout::CustomerInformation::RenderAfter': RenderExtension<OrderStatusApi & CheckoutApi & StandardApi<'Checkout::CustomerInformation::RenderAfter'>, AnyComponent>;
|
|
76
76
|
/**
|
|
@@ -86,42 +86,46 @@ export interface ExtensionTargets {
|
|
|
86
86
|
*/
|
|
87
87
|
'Checkout::DeliveryAddress::RenderBefore': RenderExtension<CheckoutApi & StandardApi<'Checkout::DeliveryAddress::RenderBefore'>, AnyComponent>;
|
|
88
88
|
/**
|
|
89
|
-
* A
|
|
90
|
-
|
|
89
|
+
* A static extension target that is rendered after the shipping address form elements.
|
|
90
|
+
*/
|
|
91
|
+
'purchase.checkout.delivery-address.render-after': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.delivery-address.render-after'>, AnyComponent>;
|
|
92
|
+
/**
|
|
93
|
+
* A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that isn't tied to a specific checkout section or feature.
|
|
94
|
+
* Unlike static extension targets, block extension targets render where the merchant
|
|
91
95
|
* sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
|
|
92
96
|
*
|
|
93
|
-
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for
|
|
94
|
-
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#
|
|
97
|
+
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
|
|
98
|
+
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
|
|
95
99
|
*/
|
|
96
100
|
'purchase.checkout.block.render': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.block.render'>, AnyComponent>;
|
|
97
101
|
/**
|
|
98
|
-
* A [
|
|
99
|
-
* Unlike static extension targets,
|
|
102
|
+
* A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that isn't tied to a specific checkout section or feature.
|
|
103
|
+
* Unlike static extension targets, block extension targets render where the merchant
|
|
100
104
|
* sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
|
|
101
105
|
*
|
|
102
|
-
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for
|
|
103
|
-
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#
|
|
106
|
+
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
|
|
107
|
+
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
|
|
104
108
|
*
|
|
105
109
|
* @deprecated Use `purchase.checkout.block.render` instead.
|
|
106
110
|
*/
|
|
107
111
|
'Checkout::Dynamic::Render': RenderExtension<CheckoutApi & OrderStatusApi & StandardApi<'Checkout::Dynamic::Render'>, AnyComponent>;
|
|
108
112
|
/**
|
|
109
|
-
* A [
|
|
110
|
-
* Unlike static extension targets,
|
|
113
|
+
* A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the **Thank you** page.
|
|
114
|
+
* Unlike static extension targets, block extension targets render where the merchant
|
|
111
115
|
* sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
|
|
112
116
|
*
|
|
113
|
-
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for
|
|
114
|
-
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#
|
|
117
|
+
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
|
|
118
|
+
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
|
|
115
119
|
*
|
|
116
120
|
*/
|
|
117
121
|
'purchase.thank-you.block.render': RenderExtension<StandardApi<'purchase.thank-you.block.render'>, AnyComponent>;
|
|
118
122
|
/**
|
|
119
|
-
* A [
|
|
120
|
-
* Unlike static extension targets,
|
|
123
|
+
* A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the **Thank you** page.
|
|
124
|
+
* Unlike static extension targets, block extension targets render where the merchant
|
|
121
125
|
* sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
|
|
122
126
|
*
|
|
123
|
-
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for
|
|
124
|
-
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#
|
|
127
|
+
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
|
|
128
|
+
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
|
|
125
129
|
*
|
|
126
130
|
* @deprecated Use `purchase.thank-you.block.render` instead.
|
|
127
131
|
*/
|
|
@@ -159,28 +163,32 @@ export interface ExtensionTargets {
|
|
|
159
163
|
*/
|
|
160
164
|
'Checkout::ThankYou::CustomerInformation::RenderAfter': RenderExtension<StandardApi<'Checkout::ThankYou::CustomerInformation::RenderAfter'>, AnyComponent>;
|
|
161
165
|
/**
|
|
162
|
-
* A [
|
|
163
|
-
* Unlike static extension targets,
|
|
166
|
+
* A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the **Order status** page.
|
|
167
|
+
* Unlike static extension targets, block extension targets render where the merchant
|
|
164
168
|
* sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
|
|
165
169
|
*
|
|
166
|
-
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for
|
|
167
|
-
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#
|
|
170
|
+
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
|
|
171
|
+
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
|
|
172
|
+
*
|
|
173
|
+
* @deprecated Use `customer-account.order-status.block.render` from `@shopify/ui-extension/customer-account` instead.
|
|
168
174
|
*/
|
|
169
175
|
'customer-account.order-status.block.render': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.block.render'>, AnyComponent>;
|
|
170
176
|
/**
|
|
171
|
-
* A [
|
|
172
|
-
* Unlike static extension targets,
|
|
177
|
+
* A [block extension target](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#block-extension-targets) that renders exclusively on the **Order status** page.
|
|
178
|
+
* Unlike static extension targets, block extension targets render where the merchant
|
|
173
179
|
* sets them using the [checkout editor](https://shopify.dev/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor).
|
|
174
180
|
*
|
|
175
|
-
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for
|
|
176
|
-
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#
|
|
181
|
+
* The [supported locations](https://shopify.dev/docs/api/checkout-ui-extensions/extension-targets-overview#supported-locations) for block extension targets can be previewed during development
|
|
182
|
+
* by [using a URL parameter](https://shopify.dev/docs/apps/checkout/best-practices/testing-ui-extensions#block-extension-targets).
|
|
177
183
|
*
|
|
178
|
-
* @deprecated Use `customer-account.order-status.block.render` instead.
|
|
184
|
+
* @deprecated Use `customer-account.order-status.block.render` from `@shopify/ui-extension/customer-account` instead.
|
|
179
185
|
*/
|
|
180
186
|
'Checkout::OrderStatus::Dynamic::Render': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::Dynamic::Render'>, AnyComponent>;
|
|
181
187
|
/**
|
|
182
188
|
* A static extension target that renders on every line item, inside the details
|
|
183
189
|
* under the line item properties element on the **Order status** page.
|
|
190
|
+
*
|
|
191
|
+
* @deprecated Use `customer-account.order-status.cart-line-item.render-after` from `@shopify/ui-extension/customer-account` instead.
|
|
184
192
|
*/
|
|
185
193
|
'customer-account.order-status.cart-line-item.render-after': RenderExtension<CartLineItemApi & OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.cart-line-item.render-after'>, AnyComponent>;
|
|
186
194
|
/**
|
|
@@ -192,22 +200,26 @@ export interface ExtensionTargets {
|
|
|
192
200
|
'Checkout::OrderStatus::CartLineDetails::RenderAfter': RenderExtension<CartLineItemApi & OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::CartLineDetails::RenderAfter'>, AnyComponent>;
|
|
193
201
|
/**
|
|
194
202
|
* A static extension target that is rendered after all line items on the **Order status** page.
|
|
203
|
+
*
|
|
204
|
+
* @deprecated Use `customer-account.order-status.cart-line-list.render-after` from `@shopify/ui-extension/customer-account` instead.
|
|
195
205
|
*/
|
|
196
206
|
'customer-account.order-status.cart-line-list.render-after': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.cart-line-list.render-after'>, AnyComponent>;
|
|
197
207
|
/**
|
|
198
208
|
* A static extension target that is rendered after all line items on the **Order status** page.
|
|
199
209
|
*
|
|
200
|
-
* @deprecated Use `customer-account.order-status.cart-line-list.render-after` instead.
|
|
210
|
+
* @deprecated Use `customer-account.order-status.cart-line-list.render-after` from `@shopify/ui-extension/customer-account` instead.
|
|
201
211
|
*/
|
|
202
212
|
'Checkout::OrderStatus::CartLines::RenderAfter': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::CartLines::RenderAfter'>, AnyComponent>;
|
|
203
213
|
/**
|
|
204
214
|
* A static extension target that is rendered after a purchase below the customer information on the **Order status** page.
|
|
215
|
+
*
|
|
216
|
+
* @deprecated Use `customer-account.order-status.customer-information.render-after` from `@shopify/ui-extension/customer-account` instead.
|
|
205
217
|
*/
|
|
206
218
|
'customer-account.order-status.customer-information.render-after': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'customer-account.order-status.customer-information.render-after'>, AnyComponent>;
|
|
207
219
|
/**
|
|
208
220
|
* A static extension target that is rendered after a purchase below the customer information on the **Order status** page.
|
|
209
221
|
*
|
|
210
|
-
* @deprecated Use `customer-account.order-status.customer-information.render-after` instead.
|
|
222
|
+
* @deprecated Use `customer-account.order-status.customer-information.render-after` from `@shopify/ui-extension/customer-account` instead.
|
|
211
223
|
*/
|
|
212
224
|
'Checkout::OrderStatus::CustomerInformation::RenderAfter': RenderExtension<OrderStatusApi & CustomerAccountStandardApi<'Checkout::OrderStatus::CustomerInformation::RenderAfter'>, AnyComponent>;
|
|
213
225
|
/**
|
|
@@ -240,6 +252,20 @@ export interface ExtensionTargets {
|
|
|
240
252
|
* @deprecated Use `purchase.checkout.payment-option-item.details.render` instead.
|
|
241
253
|
*/
|
|
242
254
|
'Checkout::PaymentMethod::Render': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::Render'>, AnyComponent>;
|
|
255
|
+
/**
|
|
256
|
+
* A static extension target that renders after the hosted fields of a credit card payment method.
|
|
257
|
+
*
|
|
258
|
+
* @private
|
|
259
|
+
*/
|
|
260
|
+
'purchase.checkout.payment-option-item.hosted-fields.render-after': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'purchase.checkout.payment-option-item.hosted-fields.render-after'>, AnyComponent>;
|
|
261
|
+
/**
|
|
262
|
+
* A static extension target that renders after the hosted fields of a credit card payment method.
|
|
263
|
+
* for a credit card payment method when selected by the buyer.
|
|
264
|
+
*
|
|
265
|
+
* @private
|
|
266
|
+
* @deprecated Use `purchase.checkout.payment-option-item.hosted-fields.render-after` instead.
|
|
267
|
+
*/
|
|
268
|
+
'Checkout::PaymentMethod::HostedFields::RenderAfter': RenderExtension<PaymentOptionItemApi & CheckoutApi & StandardApi<'Checkout::PaymentMethod::HostedFields::RenderAfter'>, AnyComponent>;
|
|
243
269
|
/**
|
|
244
270
|
* A static extension target that renders a form modal when a buyer selects the custom onsite payment method.
|
|
245
271
|
*
|
|
@@ -253,6 +279,16 @@ export interface ExtensionTargets {
|
|
|
253
279
|
* @deprecated Use `purchase.checkout.payment-option-item.action-required.render` instead.
|
|
254
280
|
*/
|
|
255
281
|
'Checkout::PaymentMethod::RenderRequiredAction': RenderExtension<CheckoutApi & StandardApi<'Checkout::PaymentMethod::RenderRequiredAction'>, AnyComponent>;
|
|
282
|
+
/**
|
|
283
|
+
* A static extension target that renders between the payment heading and payment method list.
|
|
284
|
+
*
|
|
285
|
+
*/
|
|
286
|
+
'purchase.checkout.payment-method-list.render-before': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.payment-method-list.render-before'>, AnyComponent>;
|
|
287
|
+
/**
|
|
288
|
+
* A static extension target that renders below the list of payment methods.
|
|
289
|
+
*
|
|
290
|
+
*/
|
|
291
|
+
'purchase.checkout.payment-method-list.render-after': RenderExtension<CheckoutApi & StandardApi<'purchase.checkout.payment-method-list.render-after'>, AnyComponent>;
|
|
256
292
|
/**
|
|
257
293
|
* A static extension target that is rendered in the order summary, before the discount form element.
|
|
258
294
|
*/
|
|
@@ -408,6 +444,7 @@ export type AllowedComponentsForRenderExtension<Target extends keyof RenderExten
|
|
|
408
444
|
* The part of the standard API implemented for customer-account targets. Must
|
|
409
445
|
* match the types defined in the `surfaces/customer-account` section of this package.
|
|
410
446
|
*/
|
|
411
|
-
export
|
|
447
|
+
export interface CustomerAccountStandardApi<Target extends keyof ExtensionTargets> extends Pick<StandardApi<Target>, 'analytics' | 'appliedGiftCards' | 'appMetafields' | 'attributes' | 'buyerIdentity' | 'checkoutSettings' | 'checkoutToken' | 'cost' | 'discountCodes' | 'discountAllocations' | 'extension' | 'extensionPoint' | 'i18n' | 'lines' | 'localization' | 'metafields' | 'note' | 'query' | 'sessionToken' | 'settings' | 'shippingAddress' | 'billingAddress' | 'shop' | 'storage' | 'ui' | 'version'> {
|
|
448
|
+
}
|
|
412
449
|
export {};
|
|
413
450
|
//# sourceMappingURL=targets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,aAAa,CAAC;AACjD,OAAO,KAAK,EACV,eAAe,EACf,oBAAoB,EACpB,qBAAqB,EACrB,aAAa,EACb,qBAAqB,EACrB,kBAAkB,EAClB,WAAW,EACX,WAAW,EACX,cAAc,EACf,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAE3C;;;;;;;GAOG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,yCAAyC,EAAE,eAAe,CACxD,WAAW,GAAG,WAAW,CAAC,yCAAyC,CAAC,EACpE,YAAY,CACb,CAAC;IACF;;;;OAIG;IACH,iCAAiC,EAAE,eAAe,CAChD,WAAW,GAAG,WAAW,CAAC,iCAAiC,CAAC,EAC5D,YAAY,CACb,CAAC;IACF;;OAEG;IACH,+CAA+C,EAAE,eAAe,CAC9D,WAAW,GAAG,WAAW,CAAC,+CAA+C,CAAC,EAC1E,YAAY,CACb,CAAC;IACF;;;;OAIG;IACH,kCAAkC,EAAE,eAAe,CACjD,WAAW,GACT,WAAW,CAAC,kCAAkC,CAAC,GAC/C,cAAc,EAChB,YAAY,CACb,CAAC;IACF;;;OAGG;IACH,+CAA+C,EAAE,eAAe,CAC9D,WAAW,GACT,eAAe,GACf,WAAW,CAAC,+CAA+C,CAAC,EAC9D,YAAY,CACb,CAAC;IACF;;;;;OAKG;IACH,wCAAwC,EAAE,eAAe,CACvD,WAAW,GACT,eAAe,GACf,WAAW,CAAC,wCAAwC,CAAC,GACrD,cAAc,EAChB,YAAY,CACb,CAAC;IACF;;;;OAIG;IACH,gDAAgD,EAAE,eAAe,CAC/D,eAAe,GACb,WAAW,CAAC,gDAAgD,CAAC,EAC/D,YAAY,CACb,CAAC;IACF;;;;;;OAMG;IACH,iDAAiD,EAAE,eAAe,CAChE,eAAe,GACb,WAAW,CAAC,iDAAiD,CAAC,EAChE,YAAY,CACb,CAAC;IACF;;OAEG;IACH,wCAAwC,EAAE,eAAe,CACvD,WAAW,GAAG,WAAW,CAAC,wCAAwC,CAAC,EACnE,YAAY,CACb,CAAC;IACF;;;;OAIG;IACH,gCAAgC,EAAE,eAAe,CAC/C,WAAW,GAAG,WAAW,CAAC,gCAAgC,CAAC,EAC3D,YAAY,CACb,CAAC;IACF;;;;;OAKG;IACH,4CAA4C,EAAE,eAAe,CAC3D,cAAc,GACZ,WAAW,GACX,WAAW,CAAC,4CAA4C,CAAC,EAC3D,YAAY,CACb,CAAC;IACF;;;OAGG;IACH,kDAAkD,EAAE,eAAe,CACjE,WAAW,GACT,WAAW,CAAC,kDAAkD,CAAC,EACjE,YAAY,CACb,CAAC;IACF;;;;;OAKG;IACH,yCAAyC,EAAE,eAAe,CACxD,WAAW,GAAG,WAAW,CAAC,yCAAyC,CAAC,EACpE,YAAY,CACb,CAAC;IACF;;;;;;;OAOG;IACH,gCAAgC,EAAE,eAAe,CAC/C,WAAW,GAAG,WAAW,CAAC,gCAAgC,CAAC,EAC3D,YAAY,CACb,CAAC;IACF;;;;;;;;;OASG;IACH,2BAA2B,EAAE,eAAe,CAC1C,WAAW,GAAG,cAAc,GAAG,WAAW,CAAC,2BAA2B,CAAC,EACvE,YAAY,CACb,CAAC;IACF;;;;;;;;OAQG;IACH,iCAAiC,EAAE,eAAe,CAChD,WAAW,CAAC,iCAAiC,CAAC,EAC9C,YAAY,CACb,CAAC;IACF;;;;;;;;;OASG;IACH,qCAAqC,EAAE,eAAe,CACpD,WAAW,CAAC,qCAAqC,CAAC,EAClD,YAAY,CACb,CAAC;IACF;;;OAGG;IACH,gDAAgD,EAAE,eAAe,CAC/D,eAAe,GACb,WAAW,CAAC,gDAAgD,CAAC,EAC/D,YAAY,CACb,CAAC;IACF;;;;;OAKG;IACH,kDAAkD,EAAE,eAAe,CACjE,eAAe,GACb,WAAW,CAAC,kDAAkD,CAAC,EACjE,YAAY,CACb,CAAC;IACF;;OAEG;IACH,gDAAgD,EAAE,eAAe,CAC/D,WAAW,CAAC,gDAAgD,CAAC,EAC7D,YAAY,CACb,CAAC;IACF;;;;OAIG;IACH,4CAA4C,EAAE,eAAe,CAC3D,WAAW,CAAC,4CAA4C,CAAC,EACzD,YAAY,CACb,CAAC;IACF;;OAEG;IACH,sDAAsD,EAAE,eAAe,CACrE,WAAW,CAAC,sDAAsD,CAAC,EACnE,YAAY,CACb,CAAC;IACF;;;;OAIG;IACH,sDAAsD,EAAE,eAAe,CACrE,WAAW,CAAC,sDAAsD,CAAC,EACnE,YAAY,CACb,CAAC;IACF
|
|
1
|
+
{"version":3,"file":"targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/targets.ts"],"names":[],"mappings":"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"}
|