@shopify/ui-extensions 2026.1.3 → 2026.1.4
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/checkout/preact/api.js +2 -0
- package/build/cjs/surfaces/checkout/preact/app-metafields.js +1 -0
- package/build/cjs/surfaces/checkout/preact/attributes.js +3 -0
- package/build/cjs/surfaces/checkout/preact/billing-address.js +1 -0
- package/build/cjs/surfaces/checkout/preact/buyer-identity.js +4 -0
- package/build/cjs/surfaces/checkout/preact/buyer-journey.js +5 -0
- package/build/cjs/surfaces/checkout/preact/capabilities.js +2 -0
- package/build/cjs/surfaces/checkout/preact/cart-line-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/cart-lines.js +2 -0
- package/build/cjs/surfaces/checkout/preact/checkout-settings.js +1 -0
- package/build/cjs/surfaces/checkout/preact/checkout-token.js +1 -0
- package/build/cjs/surfaces/checkout/preact/cost.js +4 -0
- package/build/cjs/surfaces/checkout/preact/country.js +1 -0
- package/build/cjs/surfaces/checkout/preact/currency.js +1 -0
- package/build/cjs/surfaces/checkout/preact/customer-privacy.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-group-list-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-group-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-group.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-groups.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-selection-groups.js +1 -0
- package/build/cjs/surfaces/checkout/preact/discounts.js +3 -0
- package/build/cjs/surfaces/checkout/preact/extension-editor.js +1 -0
- package/build/cjs/surfaces/checkout/preact/extension-language.js +1 -0
- package/build/cjs/surfaces/checkout/preact/extension.js +2 -0
- package/build/cjs/surfaces/checkout/preact/gift-cards.js +2 -0
- package/build/cjs/surfaces/checkout/preact/instructions.js +1 -0
- package/build/cjs/surfaces/checkout/preact/language.js +1 -0
- package/build/cjs/surfaces/checkout/preact/localized-fields.js +4 -0
- package/build/cjs/surfaces/checkout/preact/market.js +1 -0
- package/build/cjs/surfaces/checkout/preact/metafield.js +1 -0
- package/build/cjs/surfaces/checkout/preact/metafields.js +2 -0
- package/build/cjs/surfaces/checkout/preact/note.js +2 -0
- package/build/cjs/surfaces/checkout/preact/payment-method.js +3 -0
- package/build/cjs/surfaces/checkout/preact/payment-options.js +2 -0
- package/build/cjs/surfaces/checkout/preact/pickup-location-option-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/redeemable.js +1 -0
- package/build/cjs/surfaces/checkout/preact/session-token.js +1 -0
- package/build/cjs/surfaces/checkout/preact/settings.js +1 -0
- package/build/cjs/surfaces/checkout/preact/shipping-address.js +2 -0
- package/build/cjs/surfaces/checkout/preact/shipping-option-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/shop.js +1 -0
- package/build/cjs/surfaces/checkout/preact/storage.js +1 -0
- package/build/cjs/surfaces/checkout/preact/subscription.js +1 -0
- package/build/cjs/surfaces/checkout/preact/target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/timezone.js +1 -0
- package/build/cjs/surfaces/checkout/preact/translate.js +1 -0
- package/build/cjs/surfaces/checkout/shared.js +2 -0
- package/build/cjs/surfaces/checkout/style/style.js +1 -0
- package/build/cjs/surfaces/point-of-sale/types/storage.js +1 -1
- package/build/esm/surfaces/checkout/preact/api.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/app-metafields.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/attributes.mjs +3 -0
- package/build/esm/surfaces/checkout/preact/billing-address.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/buyer-identity.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/buyer-journey.mjs +5 -0
- package/build/esm/surfaces/checkout/preact/capabilities.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/cart-line-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/cart-lines.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/checkout-settings.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/checkout-token.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/cost.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/country.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/currency.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/customer-privacy.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-group-list-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-group-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-group.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-groups.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-selection-groups.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/discounts.mjs +3 -0
- package/build/esm/surfaces/checkout/preact/extension-editor.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/extension-language.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/extension.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/gift-cards.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/instructions.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/language.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/localized-fields.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/market.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/metafield.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/metafields.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/note.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/payment-method.mjs +3 -0
- package/build/esm/surfaces/checkout/preact/payment-options.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/pickup-location-option-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/redeemable.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/session-token.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/settings.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/shipping-address.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/shipping-option-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/shop.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/storage.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/subscription.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/timezone.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/translate.mjs +1 -0
- package/build/esm/surfaces/checkout/shared.mjs +2 -0
- package/build/esm/surfaces/checkout/style/style.mjs +1 -0
- package/build/esm/surfaces/point-of-sale/types/storage.mjs +1 -1
- package/build/esnext/surfaces/checkout/preact/api.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/app-metafields.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/attributes.esnext +3 -0
- package/build/esnext/surfaces/checkout/preact/billing-address.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/buyer-identity.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/buyer-journey.esnext +5 -0
- package/build/esnext/surfaces/checkout/preact/capabilities.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/cart-line-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/cart-lines.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/checkout-settings.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/checkout-token.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/cost.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/country.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/currency.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/customer-privacy.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-group-list-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-group-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-group.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-groups.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-selection-groups.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/discounts.esnext +3 -0
- package/build/esnext/surfaces/checkout/preact/extension-editor.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/extension-language.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/extension.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/gift-cards.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/instructions.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/language.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/localized-fields.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/market.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/metafield.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/metafields.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/note.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/payment-method.esnext +3 -0
- package/build/esnext/surfaces/checkout/preact/payment-options.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/pickup-location-option-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/redeemable.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/session-token.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/settings.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/shipping-address.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/shipping-option-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/shop.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/storage.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/subscription.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/timezone.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/translate.esnext +1 -0
- package/build/esnext/surfaces/checkout/shared.esnext +2 -0
- package/build/esnext/surfaces/checkout/style/style.esnext +1 -0
- package/build/esnext/surfaces/point-of-sale/types/storage.esnext +1 -1
- package/build/ts/shared.d.ts +29 -11
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/action/action.d.ts +2 -0
- package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/block/block.d.ts +3 -0
- package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts +2 -0
- package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +2 -0
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +2 -0
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +2 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts +2 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/intents/intents.d.ts +4 -0
- package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts +2 -0
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/picker/picker.d.ts +2 -0
- package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +2 -0
- package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts +2 -0
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts +2 -0
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts +2 -0
- package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +7 -1
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +2 -0
- package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/standard/standard.d.ts +2 -0
- package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/AdminAction.d.ts +9 -0
- package/build/ts/surfaces/admin/components/AdminBlock.d.ts +9 -0
- package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +9 -0
- package/build/ts/surfaces/admin/components/Avatar.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Badge.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Banner.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Box.d.ts +17 -0
- package/build/ts/surfaces/admin/components/Button.d.ts +17 -0
- package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Chip.d.ts +9 -0
- package/build/ts/surfaces/admin/components/Choice.d.ts +11 -0
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +13 -0
- package/build/ts/surfaces/admin/components/Clickable.d.ts +50 -0
- package/build/ts/surfaces/admin/components/ClickableChip.d.ts +14 -0
- package/build/ts/surfaces/admin/components/ColorField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/ColorPicker.d.ts +12 -0
- package/build/ts/surfaces/admin/components/DateField.d.ts +14 -0
- package/build/ts/surfaces/admin/components/DatePicker.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Divider.d.ts +10 -0
- package/build/ts/surfaces/admin/components/DropZone.d.ts +18 -0
- package/build/ts/surfaces/admin/components/EmailField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/Form.d.ts +13 -0
- package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +15 -0
- package/build/ts/surfaces/admin/components/Grid.d.ts +22 -0
- package/build/ts/surfaces/admin/components/GridItem.d.ts +21 -0
- package/build/ts/surfaces/admin/components/Heading.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Icon.d.ts +0 -3
- package/build/ts/surfaces/admin/components/Image.d.ts +21 -0
- package/build/ts/surfaces/admin/components/Link.d.ts +34 -0
- package/build/ts/surfaces/admin/components/ListItem.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Menu.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Modal.d.ts +27 -0
- package/build/ts/surfaces/admin/components/MoneyField.d.ts +16 -0
- package/build/ts/surfaces/admin/components/NumberField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/Option.d.ts +11 -0
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +11 -0
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Page.d.ts +9 -0
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +11 -0
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +11 -0
- package/build/ts/surfaces/admin/components/SearchField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/Section.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Select.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Spinner.d.ts +10 -0
- package/build/ts/surfaces/admin/components/Stack.d.ts +22 -0
- package/build/ts/surfaces/admin/components/Switch.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Table.d.ts +18 -0
- package/build/ts/surfaces/admin/components/TableBody.d.ts +11 -0
- package/build/ts/surfaces/admin/components/TableCell.d.ts +12 -0
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +12 -0
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +11 -0
- package/build/ts/surfaces/admin/components/TableRow.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Text.d.ts +11 -0
- package/build/ts/surfaces/admin/components/TextArea.d.ts +15 -0
- package/build/ts/surfaces/admin/components/TextField.d.ts +16 -0
- package/build/ts/surfaces/admin/components/Thumbnail.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Tooltip.d.ts +14 -0
- package/build/ts/surfaces/admin/components/URLField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +11 -0
- package/build/ts/surfaces/admin/components/shared.d.ts +268 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +1 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +3 -2
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +3 -2
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +9 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +231 -121
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/docs.d.ts +37 -0
- package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +12 -5
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +11 -2
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +4 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +4 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shared.d.ts +77 -31
- package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +13 -4
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +16 -12
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts +652 -435
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Announcement.d.ts +43 -13
- package/build/ts/surfaces/checkout/components/Badge.d.ts +48 -6
- package/build/ts/surfaces/checkout/components/Banner.d.ts +67 -12
- package/build/ts/surfaces/checkout/components/Box.d.ts +56 -2
- package/build/ts/surfaces/checkout/components/Button.d.ts +27 -6
- package/build/ts/surfaces/checkout/components/Checkbox.d.ts +42 -5
- package/build/ts/surfaces/checkout/components/Chip.d.ts +7 -6
- package/build/ts/surfaces/checkout/components/Choice.d.ts +6 -3
- package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +17 -5
- package/build/ts/surfaces/checkout/components/Clickable.d.ts +50 -9
- package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +24 -11
- package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
- package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
- package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +35 -13
- package/build/ts/surfaces/checkout/components/DateField.d.ts +30 -9
- package/build/ts/surfaces/checkout/components/DatePicker.d.ts +27 -8
- package/build/ts/surfaces/checkout/components/Details.d.ts +22 -11
- package/build/ts/surfaces/checkout/components/Divider.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/DropZone.d.ts +21 -6
- package/build/ts/surfaces/checkout/components/EmailField.d.ts +37 -13
- package/build/ts/surfaces/checkout/components/Form.d.ts +17 -5
- package/build/ts/surfaces/checkout/components/Grid.d.ts +143 -2
- package/build/ts/surfaces/checkout/components/GridItem.d.ts +61 -2
- package/build/ts/surfaces/checkout/components/Heading.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Icon.d.ts +49 -6
- package/build/ts/surfaces/checkout/components/Image.d.ts +44 -2
- package/build/ts/surfaces/checkout/components/Link.d.ts +17 -6
- package/build/ts/surfaces/checkout/components/ListItem.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Map.d.ts +72 -8
- package/build/ts/surfaces/checkout/components/MapMarker.d.ts +36 -10
- package/build/ts/surfaces/checkout/components/Modal.d.ts +51 -10
- package/build/ts/surfaces/checkout/components/MoneyField.d.ts +34 -11
- package/build/ts/surfaces/checkout/components/NumberField.d.ts +41 -13
- package/build/ts/surfaces/checkout/components/Option.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/OrderedList.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Paragraph.d.ts +13 -2
- package/build/ts/surfaces/checkout/components/PasswordField.d.ts +37 -13
- package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +16 -3
- package/build/ts/surfaces/checkout/components/PhoneField.d.ts +37 -13
- package/build/ts/surfaces/checkout/components/Popover.d.ts +39 -24
- package/build/ts/surfaces/checkout/components/PressButton.d.ts +21 -9
- package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +25 -3
- package/build/ts/surfaces/checkout/components/Progress.d.ts +30 -3
- package/build/ts/surfaces/checkout/components/QRCode.d.ts +27 -5
- package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +61 -2
- package/build/ts/surfaces/checkout/components/Section.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Select.d.ts +33 -9
- package/build/ts/surfaces/checkout/components/Sheet.d.ts +40 -15
- package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Spinner.d.ts +19 -3
- package/build/ts/surfaces/checkout/components/Stack.d.ts +116 -2
- package/build/ts/surfaces/checkout/components/Summary.d.ts +3 -0
- package/build/ts/surfaces/checkout/components/Switch.d.ts +16 -5
- package/build/ts/surfaces/checkout/components/Text.d.ts +22 -4
- package/build/ts/surfaces/checkout/components/TextArea.d.ts +34 -11
- package/build/ts/surfaces/checkout/components/TextField.d.ts +41 -13
- package/build/ts/surfaces/checkout/components/Time.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Tooltip.d.ts +21 -4
- package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/UrlField.d.ts +25 -13
- package/build/ts/surfaces/checkout/components/components-shared.d.ts +663 -486
- package/build/ts/surfaces/checkout/components/components.d.ts +485 -372
- package/build/ts/surfaces/checkout/extension-targets.d.ts +12 -0
- package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/globals.d.ts +1 -0
- package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/api.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/app-metafields.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/app-metafields.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/attributes.d.ts +3 -0
- package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/billing-address.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/billing-address.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts +5 -0
- package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/capabilities.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/capabilities.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/cart-lines.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/cart-lines.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/checkout-token.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/checkout-token.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/cost.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/cost.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/country.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/country.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/currency.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/currency.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-group.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-group.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/discounts.d.ts +3 -0
- package/build/ts/surfaces/checkout/preact/discounts.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/extension-editor.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/extension-editor.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/extension-language.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/extension-language.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/extension.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/extension.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/gift-cards.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/gift-cards.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/instructions.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/instructions.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/language.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/language.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/market.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/market.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/metafield.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/metafield.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/metafields.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/note.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/note.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/payment-method.d.ts +3 -0
- package/build/ts/surfaces/checkout/preact/payment-method.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/payment-options.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/payment-options.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/redeemable.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/redeemable.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/session-token.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/session-token.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/settings.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/settings.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/shipping-address.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/shipping-address.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/shop.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/shop.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/storage.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/storage.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/timezone.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/timezone.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/translate.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/translate.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/shared.d.ts +3 -2
- package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/style.d.ts +1 -0
- package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/types.d.ts +0 -4
- package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +1 -1
- package/build/ts/surfaces/customer-account/api/docs.d.ts +220 -19
- package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +38 -9
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts +76 -52
- package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +60 -64
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Announcement.d.ts +43 -13
- package/build/ts/surfaces/customer-account/components/Avatar.d.ts +44 -14
- package/build/ts/surfaces/customer-account/components/Badge.d.ts +48 -6
- package/build/ts/surfaces/customer-account/components/Banner.d.ts +67 -12
- package/build/ts/surfaces/customer-account/components/Box.d.ts +56 -2
- package/build/ts/surfaces/customer-account/components/Button.d.ts +27 -6
- package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +12 -4
- package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +42 -5
- package/build/ts/surfaces/customer-account/components/Chip.d.ts +7 -6
- package/build/ts/surfaces/customer-account/components/Choice.d.ts +6 -3
- package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +17 -5
- package/build/ts/surfaces/customer-account/components/Clickable.d.ts +50 -9
- package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +24 -11
- package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +16 -5
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +26 -5
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +35 -13
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +12 -4
- package/build/ts/surfaces/customer-account/components/DateField.d.ts +30 -9
- package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +27 -8
- package/build/ts/surfaces/customer-account/components/Details.d.ts +22 -11
- package/build/ts/surfaces/customer-account/components/Divider.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/DropZone.d.ts +21 -6
- package/build/ts/surfaces/customer-account/components/EmailField.d.ts +37 -13
- package/build/ts/surfaces/customer-account/components/Form.d.ts +17 -5
- package/build/ts/surfaces/customer-account/components/Grid.d.ts +143 -2
- package/build/ts/surfaces/customer-account/components/GridItem.d.ts +61 -2
- package/build/ts/surfaces/customer-account/components/Heading.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Icon.d.ts +49 -6
- package/build/ts/surfaces/customer-account/components/Image.d.ts +44 -2
- package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
- package/build/ts/surfaces/customer-account/components/Link.d.ts +17 -6
- package/build/ts/surfaces/customer-account/components/ListItem.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Map.d.ts +72 -8
- package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +36 -10
- package/build/ts/surfaces/customer-account/components/Menu.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/Modal.d.ts +51 -10
- package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +34 -11
- package/build/ts/surfaces/customer-account/components/NumberField.d.ts +41 -13
- package/build/ts/surfaces/customer-account/components/Option.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Page.d.ts +14 -6
- package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +13 -2
- package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +37 -13
- package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +16 -3
- package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +37 -13
- package/build/ts/surfaces/customer-account/components/Popover.d.ts +39 -24
- package/build/ts/surfaces/customer-account/components/PressButton.d.ts +21 -9
- package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +25 -3
- package/build/ts/surfaces/customer-account/components/Progress.d.ts +30 -3
- package/build/ts/surfaces/customer-account/components/QRCode.d.ts +27 -5
- package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +61 -2
- package/build/ts/surfaces/customer-account/components/Section.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Select.d.ts +33 -9
- package/build/ts/surfaces/customer-account/components/Sheet.d.ts +40 -15
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Spinner.d.ts +19 -3
- package/build/ts/surfaces/customer-account/components/Stack.d.ts +116 -2
- package/build/ts/surfaces/customer-account/components/Summary.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/Switch.d.ts +16 -5
- package/build/ts/surfaces/customer-account/components/Text.d.ts +22 -4
- package/build/ts/surfaces/customer-account/components/TextArea.d.ts +34 -11
- package/build/ts/surfaces/customer-account/components/TextField.d.ts +41 -13
- package/build/ts/surfaces/customer-account/components/Time.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +21 -4
- package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/UrlField.d.ts +25 -13
- package/build/ts/surfaces/customer-account/components/components-shared.d.ts +663 -486
- package/build/ts/surfaces/customer-account/components/components.d.ts +485 -372
- package/build/ts/surfaces/customer-account/components/polaris-elements.d.ts +151 -0
- package/build/ts/surfaces/customer-account/components/shared.d.ts +23 -2
- package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/shared.ts +23 -5
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts +4 -5
- package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +3 -1
- package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts +4 -7
- package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +8 -10
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +4 -4
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +4 -7
- package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +1 -3
- package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/types/storage.d.ts +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -4
- package/src/shared.ts +30 -11
- package/src/surfaces/admin/api/action/action.ts +2 -0
- package/src/surfaces/admin/api/block/block.ts +3 -0
- package/src/surfaces/admin/api/checkout-rules/launch-options.ts +2 -0
- package/src/surfaces/admin/api/checkout-rules/metafields.ts +2 -0
- package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +2 -0
- package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +2 -0
- package/src/surfaces/admin/api/discount-function-settings/metafields.ts +2 -0
- package/src/surfaces/admin/api/intents/intents.ts +4 -0
- package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts +2 -0
- package/src/surfaces/admin/api/picker/picker.ts +2 -0
- package/src/surfaces/admin/api/print-action/print-action.ts +2 -0
- package/src/surfaces/admin/api/product-configuration/product-details-configuration.ts +2 -0
- package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts +2 -0
- package/src/surfaces/admin/api/purchase-options-card-action.ts +2 -0
- package/src/surfaces/admin/api/resource-picker/resource-picker.ts +7 -1
- package/src/surfaces/admin/api/should-render/should-render.ts +2 -0
- package/src/surfaces/admin/api/standard/standard.ts +2 -0
- package/src/surfaces/admin/components/AdminAction.d.ts +9 -0
- package/src/surfaces/admin/components/AdminBlock.d.ts +9 -0
- package/src/surfaces/admin/components/AdminPrintAction.d.ts +9 -0
- package/src/surfaces/admin/components/Avatar.d.ts +12 -0
- package/src/surfaces/admin/components/Badge.d.ts +12 -0
- package/src/surfaces/admin/components/Banner.d.ts +14 -0
- package/src/surfaces/admin/components/Box.d.ts +17 -0
- package/src/surfaces/admin/components/Button.d.ts +17 -0
- package/src/surfaces/admin/components/ButtonGroup.d.ts +11 -0
- package/src/surfaces/admin/components/Checkbox.d.ts +14 -0
- package/src/surfaces/admin/components/Chip.d.ts +9 -0
- package/src/surfaces/admin/components/Choice.d.ts +11 -0
- package/src/surfaces/admin/components/ChoiceList.d.ts +13 -0
- package/src/surfaces/admin/components/Clickable.d.ts +50 -0
- package/src/surfaces/admin/components/ClickableChip.d.ts +14 -0
- package/src/surfaces/admin/components/ColorField.d.ts +15 -0
- package/src/surfaces/admin/components/ColorPicker.d.ts +12 -0
- package/src/surfaces/admin/components/DateField.d.ts +14 -0
- package/src/surfaces/admin/components/DatePicker.d.ts +12 -0
- package/src/surfaces/admin/components/Divider.d.ts +10 -0
- package/src/surfaces/admin/components/DropZone.d.ts +18 -0
- package/src/surfaces/admin/components/EmailField.d.ts +15 -0
- package/src/surfaces/admin/components/Form.d.ts +13 -0
- package/src/surfaces/admin/components/FunctionSettings.d.ts +15 -0
- package/src/surfaces/admin/components/Grid.d.ts +22 -0
- package/src/surfaces/admin/components/GridItem.d.ts +21 -0
- package/src/surfaces/admin/components/Heading.d.ts +11 -0
- package/src/surfaces/admin/components/Icon.d.ts +0 -3
- package/src/surfaces/admin/components/Image.d.ts +21 -0
- package/src/surfaces/admin/components/Link.d.ts +34 -0
- package/src/surfaces/admin/components/ListItem.d.ts +11 -0
- package/src/surfaces/admin/components/Menu.d.ts +14 -0
- package/src/surfaces/admin/components/Modal.d.ts +27 -0
- package/src/surfaces/admin/components/MoneyField.d.ts +16 -0
- package/src/surfaces/admin/components/NumberField.d.ts +15 -0
- package/src/surfaces/admin/components/Option.d.ts +11 -0
- package/src/surfaces/admin/components/OptionGroup.d.ts +11 -0
- package/src/surfaces/admin/components/OrderedList.d.ts +11 -0
- package/src/surfaces/admin/components/Page.d.ts +9 -0
- package/src/surfaces/admin/components/Paragraph.d.ts +11 -0
- package/src/surfaces/admin/components/PasswordField.d.ts +15 -0
- package/src/surfaces/admin/components/QueryContainer.d.ts +11 -0
- package/src/surfaces/admin/components/SearchField.d.ts +15 -0
- package/src/surfaces/admin/components/Section.d.ts +12 -0
- package/src/surfaces/admin/components/Select.d.ts +14 -0
- package/src/surfaces/admin/components/Spinner.d.ts +10 -0
- package/src/surfaces/admin/components/Stack.d.ts +22 -0
- package/src/surfaces/admin/components/Switch.d.ts +14 -0
- package/src/surfaces/admin/components/Table.d.ts +18 -0
- package/src/surfaces/admin/components/TableBody.d.ts +11 -0
- package/src/surfaces/admin/components/TableCell.d.ts +12 -0
- package/src/surfaces/admin/components/TableHeader.d.ts +12 -0
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +11 -0
- package/src/surfaces/admin/components/TableRow.d.ts +11 -0
- package/src/surfaces/admin/components/Text.d.ts +11 -0
- package/src/surfaces/admin/components/TextArea.d.ts +15 -0
- package/src/surfaces/admin/components/TextField.d.ts +16 -0
- package/src/surfaces/admin/components/Thumbnail.d.ts +12 -0
- package/src/surfaces/admin/components/Tooltip.d.ts +14 -0
- package/src/surfaces/admin/components/URLField.d.ts +15 -0
- package/src/surfaces/admin/components/UnorderedList.d.ts +11 -0
- package/src/surfaces/admin/components/shared.d.ts +268 -1
- package/src/surfaces/admin/components.d.ts +647 -1
- package/src/surfaces/checkout/api/address-autocomplete/format-suggestion.ts +1 -0
- package/src/surfaces/checkout/api/address-autocomplete/standard.ts +3 -2
- package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +3 -2
- package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +9 -1
- package/src/surfaces/checkout/api/checkout/checkout.ts +231 -121
- package/src/surfaces/checkout/api/docs.ts +37 -0
- package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +12 -5
- package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +11 -2
- package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +4 -1
- package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +4 -1
- package/src/surfaces/checkout/api/shared.ts +77 -31
- package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +13 -4
- package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +16 -12
- package/src/surfaces/checkout/api/standard/standard.ts +654 -435
- package/src/surfaces/checkout/components/Abbreviation.d.ts +5 -3
- package/src/surfaces/checkout/components/Announcement.d.ts +43 -13
- package/src/surfaces/checkout/components/Badge.d.ts +48 -6
- package/src/surfaces/checkout/components/Banner.d.ts +67 -12
- package/src/surfaces/checkout/components/Box.d.ts +56 -2
- package/src/surfaces/checkout/components/Button.d.ts +27 -6
- package/src/surfaces/checkout/components/Checkbox.d.ts +42 -5
- package/src/surfaces/checkout/components/Chip.d.ts +7 -6
- package/src/surfaces/checkout/components/Choice.d.ts +6 -3
- package/src/surfaces/checkout/components/ChoiceList.d.ts +17 -5
- package/src/surfaces/checkout/components/Clickable.d.ts +50 -9
- package/src/surfaces/checkout/components/ClickableChip.d.ts +24 -11
- package/src/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
- package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
- package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +35 -13
- package/src/surfaces/checkout/components/DateField.d.ts +30 -9
- package/src/surfaces/checkout/components/DatePicker.d.ts +27 -8
- package/src/surfaces/checkout/components/Details.d.ts +22 -11
- package/src/surfaces/checkout/components/Divider.d.ts +5 -3
- package/src/surfaces/checkout/components/DropZone.d.ts +21 -6
- package/src/surfaces/checkout/components/EmailField.d.ts +37 -13
- package/src/surfaces/checkout/components/Form.d.ts +17 -5
- package/src/surfaces/checkout/components/Grid.d.ts +143 -2
- package/src/surfaces/checkout/components/GridItem.d.ts +61 -2
- package/src/surfaces/checkout/components/Heading.d.ts +5 -3
- package/src/surfaces/checkout/components/Icon.d.ts +49 -6
- package/src/surfaces/checkout/components/Image.d.ts +44 -2
- package/src/surfaces/checkout/components/Link.d.ts +17 -6
- package/src/surfaces/checkout/components/ListItem.d.ts +5 -3
- package/src/surfaces/checkout/components/Map.d.ts +72 -8
- package/src/surfaces/checkout/components/MapMarker.d.ts +36 -10
- package/src/surfaces/checkout/components/Modal.d.ts +51 -10
- package/src/surfaces/checkout/components/MoneyField.d.ts +34 -11
- package/src/surfaces/checkout/components/NumberField.d.ts +41 -13
- package/src/surfaces/checkout/components/Option.d.ts +5 -3
- package/src/surfaces/checkout/components/OrderedList.d.ts +5 -3
- package/src/surfaces/checkout/components/Paragraph.d.ts +13 -2
- package/src/surfaces/checkout/components/PasswordField.d.ts +37 -13
- package/src/surfaces/checkout/components/PaymentIcon.d.ts +16 -3
- package/src/surfaces/checkout/components/PhoneField.d.ts +37 -13
- package/src/surfaces/checkout/components/Popover.d.ts +39 -24
- package/src/surfaces/checkout/components/PressButton.d.ts +21 -9
- package/src/surfaces/checkout/components/ProductThumbnail.d.ts +25 -3
- package/src/surfaces/checkout/components/Progress.d.ts +30 -3
- package/src/surfaces/checkout/components/QRCode.d.ts +27 -5
- package/src/surfaces/checkout/components/QueryContainer.d.ts +5 -3
- package/src/surfaces/checkout/components/ScrollBox.d.ts +61 -2
- package/src/surfaces/checkout/components/Section.d.ts +5 -3
- package/src/surfaces/checkout/components/Select.d.ts +33 -9
- package/src/surfaces/checkout/components/Sheet.d.ts +40 -15
- package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -3
- package/src/surfaces/checkout/components/Spinner.d.ts +19 -3
- package/src/surfaces/checkout/components/Stack.d.ts +116 -2
- package/src/surfaces/checkout/components/Summary.d.ts +3 -0
- package/src/surfaces/checkout/components/Switch.d.ts +16 -5
- package/src/surfaces/checkout/components/Text.d.ts +22 -4
- package/src/surfaces/checkout/components/TextArea.d.ts +34 -11
- package/src/surfaces/checkout/components/TextField.d.ts +41 -13
- package/src/surfaces/checkout/components/Time.d.ts +5 -3
- package/src/surfaces/checkout/components/Tooltip.d.ts +21 -4
- package/src/surfaces/checkout/components/UnorderedList.d.ts +5 -3
- package/src/surfaces/checkout/components/UrlField.d.ts +25 -13
- package/src/surfaces/checkout/components/components-shared.d.ts +663 -486
- package/src/surfaces/checkout/components/components.d.ts +485 -372
- package/src/surfaces/checkout/extension-targets.ts +12 -0
- package/src/surfaces/checkout/globals.ts +1 -0
- package/src/surfaces/checkout/preact/api.ts +2 -0
- package/src/surfaces/checkout/preact/app-metafields.ts +1 -0
- package/src/surfaces/checkout/preact/attributes.ts +3 -0
- package/src/surfaces/checkout/preact/billing-address.ts +1 -0
- package/src/surfaces/checkout/preact/buyer-identity.ts +4 -0
- package/src/surfaces/checkout/preact/buyer-journey.ts +5 -0
- package/src/surfaces/checkout/preact/capabilities.ts +2 -0
- package/src/surfaces/checkout/preact/cart-line-target.ts +1 -0
- package/src/surfaces/checkout/preact/cart-lines.ts +2 -0
- package/src/surfaces/checkout/preact/checkout-settings.ts +1 -0
- package/src/surfaces/checkout/preact/checkout-token.ts +1 -0
- package/src/surfaces/checkout/preact/cost.ts +4 -0
- package/src/surfaces/checkout/preact/country.ts +1 -0
- package/src/surfaces/checkout/preact/currency.ts +1 -0
- package/src/surfaces/checkout/preact/customer-privacy.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-group-list-target.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-group-target.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-group.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-groups.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-selection-groups.ts +1 -0
- package/src/surfaces/checkout/preact/discounts.ts +3 -0
- package/src/surfaces/checkout/preact/extension-editor.ts +1 -0
- package/src/surfaces/checkout/preact/extension-language.ts +1 -0
- package/src/surfaces/checkout/preact/extension.ts +2 -0
- package/src/surfaces/checkout/preact/gift-cards.ts +2 -0
- package/src/surfaces/checkout/preact/instructions.ts +1 -0
- package/src/surfaces/checkout/preact/language.ts +1 -0
- package/src/surfaces/checkout/preact/localized-fields.ts +4 -0
- package/src/surfaces/checkout/preact/market.ts +1 -0
- package/src/surfaces/checkout/preact/metafield.ts +1 -0
- package/src/surfaces/checkout/preact/metafields.ts +2 -0
- package/src/surfaces/checkout/preact/note.ts +2 -0
- package/src/surfaces/checkout/preact/payment-method.ts +3 -0
- package/src/surfaces/checkout/preact/payment-options.ts +2 -0
- package/src/surfaces/checkout/preact/pickup-location-option-target.ts +1 -0
- package/src/surfaces/checkout/preact/redeemable.ts +1 -0
- package/src/surfaces/checkout/preact/session-token.ts +1 -0
- package/src/surfaces/checkout/preact/settings.ts +1 -0
- package/src/surfaces/checkout/preact/shipping-address.ts +2 -0
- package/src/surfaces/checkout/preact/shipping-option-target.ts +1 -0
- package/src/surfaces/checkout/preact/shop.ts +1 -0
- package/src/surfaces/checkout/preact/storage.ts +1 -0
- package/src/surfaces/checkout/preact/subscription.ts +1 -0
- package/src/surfaces/checkout/preact/target.ts +1 -0
- package/src/surfaces/checkout/preact/timezone.ts +1 -0
- package/src/surfaces/checkout/preact/translate.ts +1 -0
- package/src/surfaces/checkout/shared.ts +3 -2
- package/src/surfaces/checkout/style/style.ts +1 -0
- package/src/surfaces/checkout/style/types.ts +0 -4
- package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +1 -1
- package/src/surfaces/customer-account/api/docs.ts +225 -21
- package/src/surfaces/customer-account/api/order-status/order-status.ts +38 -9
- package/src/surfaces/customer-account/api/shared.ts +77 -52
- package/src/surfaces/customer-account/api/standard-api/standard-api.ts +60 -64
- package/src/surfaces/customer-account/components/Avatar.d.ts +44 -14
- package/src/surfaces/customer-account/components/ButtonGroup.d.ts +12 -4
- package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +12 -4
- package/src/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
- package/src/surfaces/customer-account/components/Menu.d.ts +1 -1
- package/src/surfaces/customer-account/components/Page.d.ts +14 -6
- package/src/surfaces/customer-account/components/Section.d.ts +12 -8
- package/src/surfaces/customer-account/components/polaris-elements.d.ts +151 -0
- package/src/surfaces/customer-account/components/shared.ts +23 -5
- package/src/surfaces/customer-account/components.d.ts +79 -1
- package/src/surfaces/point-of-sale/api/action-api/action-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +1 -0
- package/src/surfaces/point-of-sale/api/camera-api/camera-api.ts +4 -5
- package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +3 -1
- package/src/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.ts +4 -7
- package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/device-api/device-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +8 -11
- package/src/surfaces/point-of-sale/api/order-api/order-api.ts +4 -4
- package/src/surfaces/point-of-sale/api/pin-pad-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/print-api/print-api.ts +4 -7
- package/src/surfaces/point-of-sale/api/product-api/product-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/session-api/session-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +1 -3
- package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +6 -3
- package/src/surfaces/point-of-sale/components.d.ts +330 -0
- package/src/surfaces/point-of-sale/types/storage.ts +1 -1
- package/build/ts/docs/shared/component-definitions.d.ts +0 -31
- package/build/ts/docs/shared/component-definitions.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Abbreviation.d.ts +0 -4
- package/build/ts/docs/shared/components/Abbreviation.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Announcement.d.ts +0 -4
- package/build/ts/docs/shared/components/Announcement.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Avatar.d.ts +0 -4
- package/build/ts/docs/shared/components/Avatar.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Badge.d.ts +0 -4
- package/build/ts/docs/shared/components/Badge.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Banner.d.ts +0 -4
- package/build/ts/docs/shared/components/Banner.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Box.d.ts +0 -4
- package/build/ts/docs/shared/components/Box.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Button.d.ts +0 -4
- package/build/ts/docs/shared/components/Button.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ButtonGroup.d.ts +0 -4
- package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Checkbox.d.ts +0 -4
- package/build/ts/docs/shared/components/Checkbox.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Chip.d.ts +0 -4
- package/build/ts/docs/shared/components/Chip.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Choice.d.ts +0 -4
- package/build/ts/docs/shared/components/Choice.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ChoiceList.d.ts +0 -4
- package/build/ts/docs/shared/components/ChoiceList.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Clickable.d.ts +0 -4
- package/build/ts/docs/shared/components/Clickable.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ClickableChip.d.ts +0 -4
- package/build/ts/docs/shared/components/ClickableChip.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ClipboardItem.d.ts +0 -4
- package/build/ts/docs/shared/components/ClipboardItem.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ColorField.d.ts +0 -4
- package/build/ts/docs/shared/components/ColorField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ColorPicker.d.ts +0 -4
- package/build/ts/docs/shared/components/ColorPicker.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +0 -4
- package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +0 -4
- package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/DateField.d.ts +0 -4
- package/build/ts/docs/shared/components/DateField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/DatePicker.d.ts +0 -4
- package/build/ts/docs/shared/components/DatePicker.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Details.d.ts +0 -4
- package/build/ts/docs/shared/components/Details.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Divider.d.ts +0 -4
- package/build/ts/docs/shared/components/Divider.d.ts.map +0 -1
- package/build/ts/docs/shared/components/DropZone.d.ts +0 -4
- package/build/ts/docs/shared/components/DropZone.d.ts.map +0 -1
- package/build/ts/docs/shared/components/EmailField.d.ts +0 -4
- package/build/ts/docs/shared/components/EmailField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Form.d.ts +0 -4
- package/build/ts/docs/shared/components/Form.d.ts.map +0 -1
- package/build/ts/docs/shared/components/FunctionSettings.d.ts +0 -4
- package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Grid.d.ts +0 -4
- package/build/ts/docs/shared/components/Grid.d.ts.map +0 -1
- package/build/ts/docs/shared/components/GridItem.d.ts +0 -4
- package/build/ts/docs/shared/components/GridItem.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Heading.d.ts +0 -4
- package/build/ts/docs/shared/components/Heading.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Icon.d.ts +0 -4
- package/build/ts/docs/shared/components/Icon.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Image.d.ts +0 -4
- package/build/ts/docs/shared/components/Image.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Link.d.ts +0 -4
- package/build/ts/docs/shared/components/Link.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ListItem.d.ts +0 -4
- package/build/ts/docs/shared/components/ListItem.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Map.d.ts +0 -4
- package/build/ts/docs/shared/components/Map.d.ts.map +0 -1
- package/build/ts/docs/shared/components/MapMarker.d.ts +0 -4
- package/build/ts/docs/shared/components/MapMarker.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Menu.d.ts +0 -4
- package/build/ts/docs/shared/components/Menu.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Modal.d.ts +0 -4
- package/build/ts/docs/shared/components/Modal.d.ts.map +0 -1
- package/build/ts/docs/shared/components/MoneyField.d.ts +0 -4
- package/build/ts/docs/shared/components/MoneyField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/NumberField.d.ts +0 -4
- package/build/ts/docs/shared/components/NumberField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Option.d.ts +0 -4
- package/build/ts/docs/shared/components/Option.d.ts.map +0 -1
- package/build/ts/docs/shared/components/OptionGroup.d.ts +0 -4
- package/build/ts/docs/shared/components/OptionGroup.d.ts.map +0 -1
- package/build/ts/docs/shared/components/OrderedList.d.ts +0 -4
- package/build/ts/docs/shared/components/OrderedList.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Page.d.ts +0 -4
- package/build/ts/docs/shared/components/Page.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Paragraph.d.ts +0 -4
- package/build/ts/docs/shared/components/Paragraph.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PasswordField.d.ts +0 -4
- package/build/ts/docs/shared/components/PasswordField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PaymentIcon.d.ts +0 -4
- package/build/ts/docs/shared/components/PaymentIcon.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PhoneField.d.ts +0 -4
- package/build/ts/docs/shared/components/PhoneField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Popover.d.ts +0 -4
- package/build/ts/docs/shared/components/Popover.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PressButton.d.ts +0 -4
- package/build/ts/docs/shared/components/PressButton.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ProductThumbnail.d.ts +0 -4
- package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Progress.d.ts +0 -4
- package/build/ts/docs/shared/components/Progress.d.ts.map +0 -1
- package/build/ts/docs/shared/components/QRCode.d.ts +0 -4
- package/build/ts/docs/shared/components/QRCode.d.ts.map +0 -1
- package/build/ts/docs/shared/components/QueryContainer.d.ts +0 -4
- package/build/ts/docs/shared/components/QueryContainer.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ScrollBox.d.ts +0 -4
- package/build/ts/docs/shared/components/ScrollBox.d.ts.map +0 -1
- package/build/ts/docs/shared/components/SearchField.d.ts +0 -4
- package/build/ts/docs/shared/components/SearchField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Section.d.ts +0 -4
- package/build/ts/docs/shared/components/Section.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Select.d.ts +0 -4
- package/build/ts/docs/shared/components/Select.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Sheet.d.ts +0 -4
- package/build/ts/docs/shared/components/Sheet.d.ts.map +0 -1
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +0 -4
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Spinner.d.ts +0 -4
- package/build/ts/docs/shared/components/Spinner.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Stack.d.ts +0 -4
- package/build/ts/docs/shared/components/Stack.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Summary.d.ts +0 -4
- package/build/ts/docs/shared/components/Summary.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Switch.d.ts +0 -4
- package/build/ts/docs/shared/components/Switch.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Table.d.ts +0 -4
- package/build/ts/docs/shared/components/Table.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableBody.d.ts +0 -4
- package/build/ts/docs/shared/components/TableBody.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableCell.d.ts +0 -4
- package/build/ts/docs/shared/components/TableCell.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableHeader.d.ts +0 -4
- package/build/ts/docs/shared/components/TableHeader.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableHeaderRow.d.ts +0 -4
- package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableRow.d.ts +0 -4
- package/build/ts/docs/shared/components/TableRow.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Text.d.ts +0 -4
- package/build/ts/docs/shared/components/Text.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TextArea.d.ts +0 -4
- package/build/ts/docs/shared/components/TextArea.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TextField.d.ts +0 -4
- package/build/ts/docs/shared/components/TextField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Thumbnail.d.ts +0 -4
- package/build/ts/docs/shared/components/Thumbnail.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Time.d.ts +0 -4
- package/build/ts/docs/shared/components/Time.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Tooltip.d.ts +0 -4
- package/build/ts/docs/shared/components/Tooltip.d.ts.map +0 -1
- package/build/ts/docs/shared/components/URLField.d.ts +0 -4
- package/build/ts/docs/shared/components/URLField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/UnorderedList.d.ts +0 -4
- package/build/ts/docs/shared/components/UnorderedList.d.ts.map +0 -1
- package/build/ts/docs/shared/components/index.d.ts +0 -53
- package/build/ts/docs/shared/components/index.d.ts.map +0 -1
- package/build/ts/docs/shared/docs-type.d.ts +0 -4
- package/build/ts/docs/shared/docs-type.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/action/action.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/block/block.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/docs-types.d.ts +0 -38
- package/build/ts/surfaces/admin/docs-types.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/helper.docs.d.ts +0 -15
- package/build/ts/surfaces/checkout/helper.docs.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +0 -1
- package/src/docs/shared/component-definitions.ts +0 -190
- package/src/docs/shared/components/Abbreviation.ts +0 -12
- package/src/docs/shared/components/Announcement.ts +0 -12
- package/src/docs/shared/components/Avatar.ts +0 -13
- package/src/docs/shared/components/Badge.ts +0 -13
- package/src/docs/shared/components/Banner.ts +0 -13
- package/src/docs/shared/components/Box.ts +0 -13
- package/src/docs/shared/components/Button.ts +0 -13
- package/src/docs/shared/components/ButtonGroup.ts +0 -13
- package/src/docs/shared/components/Checkbox.ts +0 -13
- package/src/docs/shared/components/Chip.ts +0 -13
- package/src/docs/shared/components/Choice.ts +0 -13
- package/src/docs/shared/components/ChoiceList.ts +0 -13
- package/src/docs/shared/components/Clickable.ts +0 -13
- package/src/docs/shared/components/ClickableChip.ts +0 -13
- package/src/docs/shared/components/ClipboardItem.ts +0 -12
- package/src/docs/shared/components/ColorField.ts +0 -13
- package/src/docs/shared/components/ColorPicker.ts +0 -13
- package/src/docs/shared/components/ConsentCheckbox.ts +0 -12
- package/src/docs/shared/components/ConsentPhoneField.ts +0 -12
- package/src/docs/shared/components/DateField.ts +0 -13
- package/src/docs/shared/components/DatePicker.ts +0 -13
- package/src/docs/shared/components/Details.ts +0 -12
- package/src/docs/shared/components/Divider.ts +0 -13
- package/src/docs/shared/components/DropZone.ts +0 -12
- package/src/docs/shared/components/EmailField.ts +0 -13
- package/src/docs/shared/components/Form.ts +0 -13
- package/src/docs/shared/components/FunctionSettings.ts +0 -13
- package/src/docs/shared/components/Grid.ts +0 -13
- package/src/docs/shared/components/GridItem.ts +0 -13
- package/src/docs/shared/components/Heading.ts +0 -13
- package/src/docs/shared/components/Icon.ts +0 -13
- package/src/docs/shared/components/Image.ts +0 -13
- package/src/docs/shared/components/Link.ts +0 -13
- package/src/docs/shared/components/ListItem.ts +0 -13
- package/src/docs/shared/components/Map.ts +0 -12
- package/src/docs/shared/components/MapMarker.ts +0 -12
- package/src/docs/shared/components/Menu.ts +0 -13
- package/src/docs/shared/components/Modal.ts +0 -12
- package/src/docs/shared/components/MoneyField.ts +0 -13
- package/src/docs/shared/components/NumberField.ts +0 -13
- package/src/docs/shared/components/Option.ts +0 -12
- package/src/docs/shared/components/OptionGroup.ts +0 -12
- package/src/docs/shared/components/OrderedList.ts +0 -13
- package/src/docs/shared/components/Page.ts +0 -12
- package/src/docs/shared/components/Paragraph.ts +0 -13
- package/src/docs/shared/components/PasswordField.ts +0 -13
- package/src/docs/shared/components/PaymentIcon.ts +0 -12
- package/src/docs/shared/components/PhoneField.ts +0 -11
- package/src/docs/shared/components/Popover.ts +0 -12
- package/src/docs/shared/components/PressButton.ts +0 -12
- package/src/docs/shared/components/ProductThumbnail.ts +0 -11
- package/src/docs/shared/components/Progress.ts +0 -12
- package/src/docs/shared/components/QRCode.ts +0 -12
- package/src/docs/shared/components/QueryContainer.ts +0 -13
- package/src/docs/shared/components/ScrollBox.ts +0 -12
- package/src/docs/shared/components/SearchField.ts +0 -12
- package/src/docs/shared/components/Section.ts +0 -13
- package/src/docs/shared/components/Select.ts +0 -13
- package/src/docs/shared/components/Sheet.ts +0 -14
- package/src/docs/shared/components/SkeletonParagraph.ts +0 -12
- package/src/docs/shared/components/Spinner.ts +0 -13
- package/src/docs/shared/components/Stack.ts +0 -13
- package/src/docs/shared/components/Summary.ts +0 -12
- package/src/docs/shared/components/Switch.ts +0 -13
- package/src/docs/shared/components/Table.ts +0 -13
- package/src/docs/shared/components/TableBody.ts +0 -13
- package/src/docs/shared/components/TableCell.ts +0 -13
- package/src/docs/shared/components/TableHeader.ts +0 -13
- package/src/docs/shared/components/TableHeaderRow.ts +0 -13
- package/src/docs/shared/components/TableRow.ts +0 -13
- package/src/docs/shared/components/Text.ts +0 -13
- package/src/docs/shared/components/TextArea.ts +0 -13
- package/src/docs/shared/components/TextField.ts +0 -13
- package/src/docs/shared/components/Thumbnail.ts +0 -13
- package/src/docs/shared/components/Time.ts +0 -12
- package/src/docs/shared/components/Tooltip.ts +0 -13
- package/src/docs/shared/components/URLField.ts +0 -13
- package/src/docs/shared/components/UnorderedList.ts +0 -13
- package/src/docs/shared/components/index.ts +0 -52
- package/src/docs/shared/docs-type.ts +0 -7
- package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
- package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -103
- package/src/surfaces/admin/docs-types.ts +0 -54
- package/src/surfaces/checkout/helper.docs.ts +0 -166
|
@@ -3,14 +3,9 @@ import type { ApiVersion, Capability, CurrencyCode, Timezone, Country, CountryCo
|
|
|
3
3
|
import type { SubscribableSignalLike } from '../../checkout/shared';
|
|
4
4
|
export { ApiVersion, Capability, CurrencyCode, Timezone, Country, CountryCode, GraphQLError, StorefrontApiVersion, SubscribableSignalLike, };
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Persists key-value data across customer sessions for a specific extension target. Use storage to save preferences, dismiss states, or cached data that should survive page reloads without requiring a backend call.
|
|
7
7
|
*
|
|
8
|
-
* Stored data is only available to this specific app
|
|
9
|
-
* but can be shared across multiple extension targets.
|
|
10
|
-
*
|
|
11
|
-
* The storage backend is implemented with `localStorage` and
|
|
12
|
-
* should persist for ... days
|
|
13
|
-
* However, data persistence isn't guaranteed.
|
|
8
|
+
* Stored data is only available to this specific app but can be shared across multiple extension targets. The storage backend is implemented with `localStorage` and data persistence isn't guaranteed.
|
|
14
9
|
*/
|
|
15
10
|
export interface Storage {
|
|
16
11
|
/**
|
|
@@ -33,6 +28,9 @@ export interface Storage {
|
|
|
33
28
|
*/
|
|
34
29
|
delete(key: string): Promise<void>;
|
|
35
30
|
}
|
|
31
|
+
/**
|
|
32
|
+
* A language identifier following the [BCP-47 standard](https://en.wikipedia.org/wiki/IETF_language_tag).
|
|
33
|
+
*/
|
|
36
34
|
export interface Language {
|
|
37
35
|
/**
|
|
38
36
|
* The [BCP-47](https://en.wikipedia.org/wiki/IETF_language_tag) language tag that identifies the language. This is a standardized code that may include a base language and an optional region subtag separated by a dash. For example, `'en'` represents English and `'en-US'` represents English as used in the United States. The region subtag follows the [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) standard.
|
|
@@ -42,7 +40,7 @@ export interface Language {
|
|
|
42
40
|
isoCode: string;
|
|
43
41
|
}
|
|
44
42
|
/**
|
|
45
|
-
*
|
|
43
|
+
* Translates a key from your extension's locale files into a localized string. Supports interpolation with placeholder replacements and pluralization via a `count` option.
|
|
46
44
|
*/
|
|
47
45
|
export interface I18nTranslate {
|
|
48
46
|
/**
|
|
@@ -54,6 +52,9 @@ export interface I18nTranslate {
|
|
|
54
52
|
[placeholderKey: string]: ReplacementType | string | number;
|
|
55
53
|
}): ReplacementType extends string | number ? string : (string | ReplacementType)[];
|
|
56
54
|
}
|
|
55
|
+
/**
|
|
56
|
+
* Utilities for translating strings, formatting currencies, numbers, and dates according to the buyer's locale. Use the I18n API alongside the Localization API to build fully localized extensions.
|
|
57
|
+
*/
|
|
57
58
|
export interface I18n {
|
|
58
59
|
/**
|
|
59
60
|
* Returns a localized number.
|
|
@@ -78,14 +79,9 @@ export interface I18n {
|
|
|
78
79
|
inExtensionLocale?: boolean;
|
|
79
80
|
} & Intl.NumberFormatOptions) => string;
|
|
80
81
|
/**
|
|
81
|
-
* Returns a localized date value.
|
|
82
|
+
* Returns a localized date value. Behaves like the standard `Intl.DateTimeFormat()` and uses the buyer's locale by default.
|
|
82
83
|
*
|
|
83
|
-
*
|
|
84
|
-
* the buyer's locale by default. Formatting options can be passed in as
|
|
85
|
-
* options.
|
|
86
|
-
*
|
|
87
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat0
|
|
88
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat#using_options
|
|
84
|
+
* Learn more about [`Intl.DateTimeFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat) and its [formatting options](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat#using_options).
|
|
89
85
|
*
|
|
90
86
|
* @param options.inExtensionLocale - if true, use the extension's locale
|
|
91
87
|
*/
|
|
@@ -104,7 +100,8 @@ export interface I18n {
|
|
|
104
100
|
translate: I18nTranslate;
|
|
105
101
|
}
|
|
106
102
|
/**
|
|
107
|
-
*
|
|
103
|
+
* Metadata about the running extension, including its API version, target, capabilities, and editor context. Use this to read configuration details or conditionally render content based on where the extension is running.
|
|
104
|
+
* @publicDocs
|
|
108
105
|
*/
|
|
109
106
|
export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
|
|
110
107
|
/**
|
|
@@ -114,12 +111,8 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
|
|
|
114
111
|
*/
|
|
115
112
|
apiVersion: ApiVersion;
|
|
116
113
|
/**
|
|
117
|
-
* The allowed capabilities of the extension, defined
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
* * [`api_access`](/docs/api/customer-account-ui-extensions/configuration#api-access): the extension can access the Storefront API.
|
|
121
|
-
*
|
|
122
|
-
* * [`network_access`](/docs/api/customer-account-ui-extensions/configuration#network-access): the extension can make external network calls.
|
|
114
|
+
* The allowed capabilities of the extension, defined in your
|
|
115
|
+
* [`shopify.extension.toml`](/docs/api/customer-account-ui-extensions/{API_VERSION}/configuration) file.
|
|
123
116
|
*/
|
|
124
117
|
capabilities: SubscribableSignalLike<Capability[]>;
|
|
125
118
|
/**
|
|
@@ -132,12 +125,11 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
|
|
|
132
125
|
* Whether your extension is currently rendered to the screen.
|
|
133
126
|
*
|
|
134
127
|
* Shopify might render your extension before it's visible in the UI,
|
|
135
|
-
* typically to pre-render extensions that will appear on a later
|
|
136
|
-
* checkout.
|
|
128
|
+
* typically to pre-render extensions that will appear on a later page.
|
|
137
129
|
*
|
|
138
130
|
* Your extension might also continue to run after the buyer has navigated away
|
|
139
131
|
* from where it was rendered. The extension continues running so that
|
|
140
|
-
*
|
|
132
|
+
* it's immediately available if the buyer navigates back.
|
|
141
133
|
*/
|
|
142
134
|
rendered: SubscribableSignalLike<boolean>;
|
|
143
135
|
/**
|
|
@@ -146,12 +138,10 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
|
|
|
146
138
|
scriptUrl: string;
|
|
147
139
|
/**
|
|
148
140
|
* The identifier that specifies where in Shopify’s UI your code is being
|
|
149
|
-
* injected. This will be one of the targets you have included in your
|
|
150
|
-
* extension’s configuration file.
|
|
141
|
+
* injected. This will be one of the [targets](/docs/api/customer-account-ui-extensions/{API_VERSION}/configuration#targets) you have included in your
|
|
142
|
+
* extension’s configuration file. For more information, refer to the [extension targets overview](/docs/api/customer-account-ui-extensions/{API_VERSION}/extension-targets-overview).
|
|
151
143
|
*
|
|
152
144
|
* @example 'customer-account.order-status.block.render'
|
|
153
|
-
* @see /docs/api/customer-account-ui-extensions/extension-targets-overview
|
|
154
|
-
* @see /docs/apps/app-extensions/configuration#targets
|
|
155
145
|
*/
|
|
156
146
|
target: Target;
|
|
157
147
|
/**
|
|
@@ -163,6 +153,9 @@ export interface Extension<Target extends ExtensionTarget = ExtensionTarget> {
|
|
|
163
153
|
*/
|
|
164
154
|
version?: string;
|
|
165
155
|
}
|
|
156
|
+
/**
|
|
157
|
+
* Information about the editor environment when an extension is rendered inside the editor. The value is `undefined` when the extension is not rendering in an editor.
|
|
158
|
+
*/
|
|
166
159
|
export interface Editor {
|
|
167
160
|
/**
|
|
168
161
|
* Indicates whether the extension is rendering in the checkout editor.
|
|
@@ -191,6 +184,9 @@ export interface Attribute {
|
|
|
191
184
|
/**
|
|
192
185
|
* The value associated with the attribute key. This contains the buyer-provided or app-set data for the custom attribute.
|
|
193
186
|
*
|
|
187
|
+
* Attribute values are always strings. If structured data was stored during
|
|
188
|
+
* checkout, parse it on read with `JSON.parse()`.
|
|
189
|
+
*
|
|
194
190
|
* @example 'Happy Birthday!'
|
|
195
191
|
*/
|
|
196
192
|
value: string;
|
|
@@ -314,22 +310,27 @@ export interface CompanyLocation {
|
|
|
314
310
|
*/
|
|
315
311
|
id: string;
|
|
316
312
|
}
|
|
313
|
+
/**
|
|
314
|
+
* Authenticates requests between your extension and your app backend. Use session tokens to verify the identity of the customer and the shop context when making server-side API calls. The token includes claims such as the customer ID, shop domain, and expiration time.
|
|
315
|
+
*/
|
|
317
316
|
export interface SessionToken {
|
|
318
317
|
/**
|
|
319
|
-
* Requests a session token that hasn't expired.
|
|
320
|
-
* time you
|
|
321
|
-
*
|
|
322
|
-
* about storing these tokens yourself.
|
|
318
|
+
* Requests a session token that hasn't expired. Call this method every
|
|
319
|
+
* time you make a request to your backend to get a valid token.
|
|
320
|
+
* Cached tokens are returned when possible, so you don’t need to store them yourself.
|
|
323
321
|
*/
|
|
324
322
|
get(): Promise<string>;
|
|
325
323
|
}
|
|
324
|
+
/**
|
|
325
|
+
* Tracks custom events and sends visitor information to [web pixels](/docs/apps/build/marketing-analytics/pixels). Use the Analytics API to emit analytics events from your extension, such as tracking product views, button clicks, or conversion funnels.
|
|
326
|
+
*/
|
|
326
327
|
export interface Analytics {
|
|
327
328
|
/**
|
|
328
|
-
*
|
|
329
|
+
* Emit an analytics event to web pixels. The event name and data are forwarded to all registered pixels on the page.
|
|
329
330
|
*/
|
|
330
331
|
publish(name: string, data: Record<string, unknown>): Promise<boolean>;
|
|
331
332
|
/**
|
|
332
|
-
*
|
|
333
|
+
* Submits visitor contact information (email or phone) to the shop backend. This data is sent to Shopify and is not propagated to web pixels on the page.
|
|
333
334
|
*/
|
|
334
335
|
visitor(data: {
|
|
335
336
|
email?: string;
|
|
@@ -337,11 +338,11 @@ export interface Analytics {
|
|
|
337
338
|
}): Promise<VisitorResult>;
|
|
338
339
|
}
|
|
339
340
|
/**
|
|
340
|
-
*
|
|
341
|
+
* The result returned by `Analytics.visitor()`. Check the `type` property to determine whether the submission succeeded or failed.
|
|
341
342
|
*/
|
|
342
343
|
export type VisitorResult = VisitorSuccess | VisitorError;
|
|
343
344
|
/**
|
|
344
|
-
*
|
|
345
|
+
* Returned when visitor information was validated and submitted successfully.
|
|
345
346
|
*/
|
|
346
347
|
export interface VisitorSuccess {
|
|
347
348
|
/**
|
|
@@ -350,7 +351,7 @@ export interface VisitorSuccess {
|
|
|
350
351
|
type: 'success';
|
|
351
352
|
}
|
|
352
353
|
/**
|
|
353
|
-
*
|
|
354
|
+
* Returned when visitor information is invalid and wasn't submitted. Contains a `message` with details about what went wrong.
|
|
354
355
|
*/
|
|
355
356
|
export interface VisitorError {
|
|
356
357
|
/**
|
|
@@ -489,6 +490,9 @@ export interface CustomerPrivacy {
|
|
|
489
490
|
*
|
|
490
491
|
* @example `{countryCode: 'CA', provinceCode: 'ON'}` for a visitor in Ontario, Canada; `{countryCode: 'US', provinceCode: undefined}` for a visitor in the United States if geolocation fails to detect the state; or `undefined` if neither country nor province is detected or geolocation fails.
|
|
491
492
|
*
|
|
493
|
+
* Requires level 1 access to protected customer data. `undefined` without
|
|
494
|
+
* that access. Regional compliance logic can't run without it.
|
|
495
|
+
*
|
|
492
496
|
* {% include /apps/checkout/privacy-icon.md %} Requires level 1 access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
|
|
493
497
|
*/
|
|
494
498
|
region?: CustomerPrivacyRegion;
|
|
@@ -519,10 +523,22 @@ export interface TrackingConsentChangeResultError {
|
|
|
519
523
|
*/
|
|
520
524
|
message: string;
|
|
521
525
|
}
|
|
526
|
+
/**
|
|
527
|
+
* A handle returned by `ToastApi.show()`. Call `hide()` to dismiss the toast notification programmatically.
|
|
528
|
+
*/
|
|
522
529
|
export interface ToastApiResult {
|
|
530
|
+
/**
|
|
531
|
+
* Dismisses the toast notification.
|
|
532
|
+
*/
|
|
523
533
|
hide: () => void;
|
|
524
534
|
}
|
|
535
|
+
/**
|
|
536
|
+
* Displays brief, non-blocking notification messages to the customer. Use the Toast API to confirm successful actions, report errors, or surface contextual feedback without interrupting the customer workflow.
|
|
537
|
+
*/
|
|
525
538
|
export interface ToastApi {
|
|
539
|
+
/**
|
|
540
|
+
* Show a toast notification with the given message. Returns a handle with a `hide()` method to dismiss the toast programmatically.
|
|
541
|
+
*/
|
|
526
542
|
show: (content: string) => Promise<ToastApiResult>;
|
|
527
543
|
}
|
|
528
544
|
/**
|
|
@@ -534,16 +550,11 @@ export interface ToastApi {
|
|
|
534
550
|
*/
|
|
535
551
|
export interface IntentQueryOptions {
|
|
536
552
|
/**
|
|
537
|
-
* The resource identifier for edit actions (
|
|
553
|
+
* The resource identifier for edit actions (such as `gid://shopify/SubscriptionContract/123`).
|
|
538
554
|
*/
|
|
539
555
|
value?: string;
|
|
540
556
|
/**
|
|
541
|
-
* Optional input payload passed to the intent.
|
|
542
|
-
*
|
|
543
|
-
* Used to seed forms or supply parameters. The accepted shape is
|
|
544
|
-
* intent-specific. For example:
|
|
545
|
-
* - Replacing a payment method on a subscription contract requires
|
|
546
|
-
* { field: 'paymentMethod' }
|
|
557
|
+
* Optional input payload passed to the intent. Used to seed forms or supply parameters. The accepted shape is intent-specific. For example, replacing a payment method on a subscription contract requires `{ field: 'paymentMethod' }`.
|
|
547
558
|
*/
|
|
548
559
|
data?: Record<string, unknown>;
|
|
549
560
|
}
|
|
@@ -570,7 +581,7 @@ export interface IntentQuery extends IntentQueryOptions {
|
|
|
570
581
|
*/
|
|
571
582
|
action: IntentAction;
|
|
572
583
|
/**
|
|
573
|
-
* The resource type (
|
|
584
|
+
* The resource type (such as `shopify/SubscriptionContract`).
|
|
574
585
|
*/
|
|
575
586
|
type: string;
|
|
576
587
|
}
|
|
@@ -581,6 +592,9 @@ export interface IntentQuery extends IntentQueryOptions {
|
|
|
581
592
|
* - `data` contains the output payload
|
|
582
593
|
*/
|
|
583
594
|
export interface SuccessIntentResponse {
|
|
595
|
+
/**
|
|
596
|
+
* Always `'ok'` for a successful response.
|
|
597
|
+
*/
|
|
584
598
|
code: 'ok';
|
|
585
599
|
/**
|
|
586
600
|
* Validated output payload produced by the workflow.
|
|
@@ -599,8 +613,17 @@ export interface SuccessIntentResponse {
|
|
|
599
613
|
*
|
|
600
614
|
*/
|
|
601
615
|
export interface ErrorIntentResponse {
|
|
616
|
+
/**
|
|
617
|
+
* Set to `'error'` when present. This property is optional.
|
|
618
|
+
*/
|
|
602
619
|
code?: 'error';
|
|
620
|
+
/**
|
|
621
|
+
* A human-readable summary of the failure.
|
|
622
|
+
*/
|
|
603
623
|
message?: string;
|
|
624
|
+
/**
|
|
625
|
+
* Structured details for validation or field-specific problems, following the Standard Schema convention.
|
|
626
|
+
*/
|
|
604
627
|
issues?: {
|
|
605
628
|
/**
|
|
606
629
|
* The path to the field with the issue.
|
|
@@ -619,6 +642,9 @@ export interface ErrorIntentResponse {
|
|
|
619
642
|
* abandoned by the user.
|
|
620
643
|
*/
|
|
621
644
|
export interface ClosedIntentResponse {
|
|
645
|
+
/**
|
|
646
|
+
* Always `'closed'` when the user dismissed the workflow without completing it.
|
|
647
|
+
*/
|
|
622
648
|
code: 'closed';
|
|
623
649
|
}
|
|
624
650
|
/**
|
|
@@ -638,16 +664,14 @@ export interface IntentActivity {
|
|
|
638
664
|
complete: Promise<IntentResponse>;
|
|
639
665
|
}
|
|
640
666
|
/**
|
|
641
|
-
*
|
|
667
|
+
* Invokes built-in Shopify workflows for managing customer account resources. Use the Intents API to trigger native Shopify modals and flows, such as replacing a payment method on a subscription contract, without building the UI yourself.
|
|
642
668
|
*
|
|
643
669
|
* Intents pair an `action` (verb) with a resource `type` and optional `value`
|
|
644
670
|
* and `data` to request a workflow.
|
|
645
671
|
*/
|
|
646
672
|
export interface Intents {
|
|
647
673
|
/**
|
|
648
|
-
*
|
|
649
|
-
*
|
|
650
|
-
* Object format: `{action, type, value?, data?}`
|
|
674
|
+
* Triggers a built-in Shopify workflow by passing a structured intent object. Specify an `action` (such as `'open'`), a resource `type`, and an optional `value` identifying the resource. Returns a promise that resolves to an `IntentActivity` you can use to track completion.
|
|
651
675
|
*
|
|
652
676
|
* @param query - Structured intent description, including `action` and `type`.
|
|
653
677
|
* @returns A promise for an {@link IntentActivity} that completes with an
|
|
@@ -667,9 +691,9 @@ export interface Intents {
|
|
|
667
691
|
*/
|
|
668
692
|
invoke(query: IntentQuery): Promise<IntentActivity>;
|
|
669
693
|
/**
|
|
670
|
-
* URL format
|
|
694
|
+
* Triggers a built-in Shopify workflow using a URL string in the format `action:type[,value][?params]`. Use this overload when composing intents from dynamic strings rather than structured objects.
|
|
671
695
|
*
|
|
672
|
-
* @param intentURL - Intent in URL form
|
|
696
|
+
* @param intentURL - Intent in URL form, such as `'open:shopify/SubscriptionContract,gid://shopify/SubscriptionContract/123'`.
|
|
673
697
|
* @param options - Optional supplemental inputs such as `value` or `data`.
|
|
674
698
|
* @returns A promise for an {@link IntentActivity} that completes with an
|
|
675
699
|
* {@link IntentResponse}.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EACV,UAAU,EACV,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,OAAO,EACP,WAAW,EACX,YAAY,EACZ,oBAAoB,EACrB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,uBAAuB,CAAC;AAElE,OAAO,EACL,UAAU,EACV,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,OAAO,EACP,WAAW,EACX,YAAY,EACZ,oBAAoB,EACpB,sBAAsB,GACvB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/customer-account/api/shared.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,18 +12,16 @@ export interface ExtensionSettings {
|
|
|
12
12
|
export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
|
|
13
13
|
/**
|
|
14
14
|
* The identifier that specifies where in Shopify’s UI your code is being
|
|
15
|
-
* injected. This will be one of the targets you have included in your
|
|
16
|
-
* extension’s configuration file.
|
|
15
|
+
* injected. This will be one of the [targets](/docs/api/customer-account-ui-extensions/{API_VERSION}/configuration#targets) you have included in your
|
|
16
|
+
* extension’s configuration file. For more information, refer to the [extension targets overview](/docs/api/customer-account-ui-extensions/{API_VERSION}/extension-targets-overview).
|
|
17
17
|
*
|
|
18
18
|
* @example 'customer-account.order-status.block.render'
|
|
19
|
-
* @see https://shopify.dev/docs/api/customer-account-ui-extensions/extension-targets-overview
|
|
20
|
-
* @see https://shopify.dev/docs/apps/app-extensions/configuration#targets
|
|
21
19
|
*
|
|
22
|
-
* @deprecated
|
|
20
|
+
* @deprecated Use `extension.target` instead.
|
|
23
21
|
*/
|
|
24
22
|
extensionPoint: Target;
|
|
25
23
|
/**
|
|
26
|
-
*
|
|
24
|
+
* Metadata about the extension, including its target, version, and editor context. Use this to conditionally render content based on where the extension is running.
|
|
27
25
|
*/
|
|
28
26
|
extension: Extension;
|
|
29
27
|
/**
|
|
@@ -31,73 +29,49 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
|
|
|
31
29
|
*/
|
|
32
30
|
authenticatedAccount: AuthenticatedAccount;
|
|
33
31
|
/**
|
|
34
|
-
* The
|
|
32
|
+
* The API version your extension is running against. Use this to conditionally enable features or handle breaking changes when your extension supports multiple API versions.
|
|
35
33
|
*
|
|
36
34
|
* @example 'unstable'
|
|
37
35
|
*/
|
|
38
36
|
version: Version;
|
|
39
37
|
/**
|
|
40
|
-
*
|
|
38
|
+
* The buyer's language, country, and locale context. Use this to adapt your extension to the buyer's region and display localized content.
|
|
41
39
|
*/
|
|
42
40
|
localization: Localization;
|
|
43
41
|
/**
|
|
44
|
-
* Utilities for translating
|
|
45
|
-
* of the user.
|
|
42
|
+
* Utilities for translating strings, formatting currencies, numbers, and dates according to the buyer's locale. Use this alongside `localization` to build fully localized extensions.
|
|
46
43
|
*/
|
|
47
44
|
i18n: I18n;
|
|
48
45
|
/**
|
|
49
|
-
* Key-value storage for
|
|
46
|
+
* Key-value storage that persists across customer sessions for this extension target. Use this to store preferences, dismiss states, or cached data without requiring a backend call.
|
|
50
47
|
*/
|
|
51
48
|
storage: Storage;
|
|
52
49
|
/**
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
* See [session token examples](https://shopify.dev/docs/api/customer-account-ui-extensions/apis/session-token#examples) for more information.
|
|
50
|
+
* Authenticates requests between your extension and your app backend. Call `get()` to retrieve a signed JWT containing the customer ID, shop domain, and expiration time, then verify it server-side. For more information, refer to the [Session Token API](/docs/api/customer-account-ui-extensions/{API_VERSION}/target-apis/platform-apis/session-token-api).
|
|
56
51
|
*/
|
|
57
52
|
sessionToken: SessionToken;
|
|
58
53
|
/**
|
|
59
|
-
*
|
|
54
|
+
* Tracks custom events and sends visitor information to [web pixels](/docs/apps/build/marketing-analytics/pixels). Use `publish()` to emit events and `visitor()` to submit visitor data.
|
|
60
55
|
*
|
|
61
|
-
* > Note: Requires
|
|
56
|
+
* > Note: Requires [connecting a third-party domain](https://help.shopify.com/en/manual/domains/add-a-domain/connecting-domains/connect-domain-customer-account) to Shopify for your customer account pages.
|
|
62
57
|
*/
|
|
63
58
|
analytics: Analytics;
|
|
64
59
|
/**
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
* Intents pair an `action` (verb) with a resource `type` and optional `value`
|
|
68
|
-
* and `data` to request a workflow.
|
|
60
|
+
* Invokes built-in Shopify workflows for managing customer account resources. Use intents to trigger native modals and flows, such as replacing a payment method on a subscription contract, without building the UI yourself.
|
|
69
61
|
*/
|
|
70
62
|
intents: Intents;
|
|
71
63
|
/**
|
|
72
|
-
*
|
|
73
|
-
* [`shopify.extension.toml`](/docs/api/customer-account-ui-extensions/{API_VERSION}#configuration) file.
|
|
74
|
-
*
|
|
75
|
-
* See [settings examples](https://shopify.dev/docs/api/customer-account-ui-extensions/apis/order-status-api/settings#examples) for more information.
|
|
76
|
-
*
|
|
77
|
-
* > Note: When an extension is being installed in the editor, the settings will be empty until
|
|
78
|
-
* a merchant sets a value. In that case, this object will be updated in real time as a merchant fills in the settings.
|
|
64
|
+
* Merchant-defined configuration values for your extension, as specified in the [settings definition](/docs/api/customer-account-ui-extensions/{API_VERSION}/configuration#settings-definition) of your `shopify.extension.toml` file. Settings update in real time as merchants edit them in the extension editor. The value is empty until a merchant sets it.
|
|
79
65
|
*/
|
|
80
66
|
settings: SubscribableSignalLike<ExtensionSettings>;
|
|
81
67
|
/**
|
|
82
|
-
*
|
|
83
|
-
* of the interface to provide quick, at-a-glance feedback on the outcome
|
|
84
|
-
* of an action.
|
|
85
|
-
*
|
|
86
|
-
* How to use:
|
|
87
|
-
*
|
|
88
|
-
* - Use toasts to confirm successful actions.
|
|
89
|
-
*
|
|
90
|
-
* - Aim for two words.
|
|
91
|
-
*
|
|
92
|
-
* - Use noun + past tense verb format. For example, \`Changes saved\`.
|
|
93
|
-
*
|
|
94
|
-
* For errors, or information that needs to persist on the page, use a [banner](/docs/api/checkout-ui-extensions/web-components/feedback/banner) component.
|
|
68
|
+
* Displays brief, non-blocking messages at the bottom of the page to confirm actions or report errors. Use noun + past tense verb format (for example, `Changes saved`). For persistent messages, use a [Banner](/docs/api/customer-account-ui-extensions/{API_VERSION}/ui-components/feedback-and-status-indicators/banner) component instead.
|
|
95
69
|
*/
|
|
96
70
|
toast: ToastApi;
|
|
97
71
|
/**
|
|
98
|
-
*
|
|
72
|
+
* Queries the [Storefront GraphQL API](/docs/api/storefront) directly from your extension using a prefetched token. Use this to fetch product data, collection details, or other storefront information without routing requests through your app backend.
|
|
99
73
|
*
|
|
100
|
-
*
|
|
74
|
+
* Requires the [`api_access` capability](/docs/api/customer-account-ui-extensions/{API_VERSION}/configuration#api-access).
|
|
101
75
|
*/
|
|
102
76
|
query: <Data = unknown, Variables = {
|
|
103
77
|
[key: string]: unknown;
|
|
@@ -115,7 +89,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
|
|
|
115
89
|
/**
|
|
116
90
|
* Applies updated tracking consent preferences for the buyer, including their decisions for analytics, marketing, and data sale, along with any custom tracking consent [metafields](/docs/apps/build/custom-data/metafields). Returns a promise that resolves with the result of the consent update.
|
|
117
91
|
*
|
|
118
|
-
* {% include /apps/checkout/privacy-icon.md %} Requires the [`
|
|
92
|
+
* {% include /apps/checkout/privacy-icon.md %} Requires the [`collect_buyer_consent` capability](/docs/apps/build/customer-accounts/capabilities#collect-buyer-consent) and access to [protected customer data](/docs/apps/store/data-protection/protected-customer-data).
|
|
119
93
|
*/
|
|
120
94
|
applyTrackingConsentChange: ApplyTrackingConsentChangeType;
|
|
121
95
|
}
|
|
@@ -137,27 +111,22 @@ export interface ReturnApi {
|
|
|
137
111
|
export interface OrderApi {
|
|
138
112
|
orderId: string;
|
|
139
113
|
}
|
|
114
|
+
/**
|
|
115
|
+
* The buyer's language, country, and locale context in customer accounts. Properties on this interface are subscribable and update automatically when the buyer changes their country.
|
|
116
|
+
*/
|
|
140
117
|
export interface Localization {
|
|
141
118
|
/**
|
|
142
119
|
* The language the buyer sees in the customer account hub.
|
|
143
120
|
*/
|
|
144
121
|
language: SubscribableSignalLike<Language>;
|
|
145
122
|
/**
|
|
146
|
-
*
|
|
147
|
-
* If the buyer's actual language isn't supported by the extension,
|
|
148
|
-
* this is the fallback locale used for translations.
|
|
123
|
+
* The buyer's language, as supported by the extension. If the buyer's actual language isn't supported, this falls back to the closest match or the extension's default locale (the one matching your `.default.json` file).
|
|
149
124
|
*
|
|
150
|
-
* For example, if the buyer's language is 'fr-CA' but your extension
|
|
151
|
-
* only supports translations for 'fr', then the `isoCode` for this
|
|
152
|
-
* language is 'fr'. If your extension doesn't provide french
|
|
153
|
-
* translations at all, this value is the default locale for your
|
|
154
|
-
* extension (that is, the one matching your .default.json file).
|
|
125
|
+
* For example, if the buyer's language is `'fr-CA'` but your extension only supports `'fr'`, then `isoCode` is `'fr'`. If your extension doesn't provide French translations at all, this returns the default locale.
|
|
155
126
|
*/
|
|
156
127
|
extensionLanguage: SubscribableSignalLike<Language>;
|
|
157
128
|
/**
|
|
158
|
-
* The country
|
|
159
|
-
* It will update if the buyer changes the country in the customer account
|
|
160
|
-
* If the country is unknown, then the value is undefined.
|
|
129
|
+
* The buyer's country in customer accounts. Updates automatically if the buyer changes their country. The value is `undefined` if the country is unknown.
|
|
161
130
|
*/
|
|
162
131
|
country: SubscribableSignalLike<Country | undefined>;
|
|
163
132
|
}
|
|
@@ -165,6 +134,9 @@ export interface Localization {
|
|
|
165
134
|
* An enumerated value representing the type of navigation.
|
|
166
135
|
*/
|
|
167
136
|
export type NavigationTypeString = 'push' | 'replace' | 'traverse';
|
|
137
|
+
/**
|
|
138
|
+
* Options passed to `Navigation.navigate()` to control history behavior and attach state to the navigation entry.
|
|
139
|
+
*/
|
|
168
140
|
export interface NavigationNavigateOptions {
|
|
169
141
|
/**
|
|
170
142
|
* Developer-defined information to be stored in the associated NavigationHistoryEntry once the navigation is complete, retrievable via getState().
|
|
@@ -176,52 +148,73 @@ export interface NavigationNavigateOptions {
|
|
|
176
148
|
history: 'auto' | 'push' | 'replace';
|
|
177
149
|
}
|
|
178
150
|
/**
|
|
179
|
-
*
|
|
151
|
+
* A single entry in the navigation history stack. Each entry has a unique key, a URL, and optional developer-defined state.
|
|
180
152
|
*/
|
|
181
153
|
export interface NavigationHistoryEntry {
|
|
182
|
-
/**
|
|
154
|
+
/**
|
|
155
|
+
* A unique, platform-generated identifier for this entry's position in the history stack. This value identifies the slot, not the content.
|
|
156
|
+
*/
|
|
183
157
|
key: string;
|
|
184
158
|
/**
|
|
185
|
-
*
|
|
159
|
+
* The URL associated with this history entry, or `null` if unavailable.
|
|
186
160
|
*/
|
|
187
161
|
url: string | null;
|
|
188
162
|
/**
|
|
189
|
-
* Returns a clone of the
|
|
163
|
+
* Returns a clone of the developer-defined state associated with this history entry.
|
|
190
164
|
*/
|
|
191
165
|
getState(): unknown;
|
|
192
166
|
}
|
|
167
|
+
/**
|
|
168
|
+
* Options for `Navigation.updateCurrentEntry()`. Use this to update the state of the current history entry without triggering a navigation.
|
|
169
|
+
*/
|
|
193
170
|
export interface NavigationUpdateCurrentEntryOptions {
|
|
171
|
+
/**
|
|
172
|
+
* Developer-defined state to associate with the current navigation history entry.
|
|
173
|
+
*/
|
|
194
174
|
state: unknown;
|
|
195
175
|
}
|
|
196
176
|
/**
|
|
197
|
-
* The
|
|
177
|
+
* The event object passed to `currententrychange` listeners when the current navigation entry changes.
|
|
198
178
|
*/
|
|
199
179
|
export interface NavigationCurrentEntryChangeEvent {
|
|
200
180
|
/**
|
|
201
|
-
*
|
|
181
|
+
* The type of navigation that caused the change: `'push'`, `'replace'`, or `'traverse'`.
|
|
202
182
|
*/
|
|
203
183
|
navigationType?: NavigationTypeString;
|
|
204
184
|
/**
|
|
205
|
-
*
|
|
185
|
+
* The history entry the buyer navigated away from.
|
|
206
186
|
*/
|
|
207
187
|
from: NavigationHistoryEntry;
|
|
208
188
|
}
|
|
189
|
+
/**
|
|
190
|
+
* Navigates between pages in customer accounts, including other extensions and host pages. Full-page extensions also get access to the current navigation entry and history state.
|
|
191
|
+
* @publicDocs
|
|
192
|
+
*/
|
|
209
193
|
export interface Navigation {
|
|
210
194
|
/**
|
|
211
|
-
*
|
|
195
|
+
* Navigates to a URL, updating any provided state in the history entries list. Supports [custom protocols](/docs/api/customer-account-ui-extensions/{API_VERSION}#custom-protocols) for navigating within customer accounts.
|
|
212
196
|
*/
|
|
213
197
|
navigate: NavigateFunction;
|
|
214
198
|
/**
|
|
215
|
-
* The
|
|
199
|
+
* The current navigation history entry, representing the page the buyer is viewing. Only available in full-page extensions.
|
|
216
200
|
*/
|
|
217
201
|
currentEntry: NavigationHistoryEntry;
|
|
218
202
|
/**
|
|
219
|
-
*
|
|
203
|
+
* Updates the state of the current history entry without triggering a navigation. Use this when the state change is independent of a page transition, such as saving form progress.
|
|
220
204
|
*/
|
|
221
205
|
updateCurrentEntry(options: NavigationUpdateCurrentEntryOptions): void;
|
|
206
|
+
/**
|
|
207
|
+
* Registers a listener that fires whenever the current navigation entry changes, such as when the buyer navigates to a different page.
|
|
208
|
+
*/
|
|
222
209
|
addEventListener(type: 'currententrychange', cb: (event: NavigationCurrentEntryChangeEvent) => void): void;
|
|
210
|
+
/**
|
|
211
|
+
* Removes a previously registered `currententrychange` listener.
|
|
212
|
+
*/
|
|
223
213
|
removeEventListener(type: 'currententrychange', cb: (event: NavigationCurrentEntryChangeEvent) => void): void;
|
|
224
214
|
}
|
|
215
|
+
/**
|
|
216
|
+
* A callable function that navigates to a URL within customer accounts. Accepts a destination URL and optional navigation options.
|
|
217
|
+
*/
|
|
225
218
|
export interface NavigateFunction {
|
|
226
219
|
/**
|
|
227
220
|
* Navigates to a specific URL, updating any provided state in the history entries list.
|
|
@@ -229,5 +222,8 @@ export interface NavigateFunction {
|
|
|
229
222
|
*/
|
|
230
223
|
(url: string, options?: NavigationNavigateOptions): void;
|
|
231
224
|
}
|
|
225
|
+
/**
|
|
226
|
+
* The API version string your extension is running against, such as `'2026-04-rc'` or `'unstable'`.
|
|
227
|
+
*/
|
|
232
228
|
export type Version = string;
|
|
233
229
|
//# sourceMappingURL=standard-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standard-api.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/customer-account/api/standard-api/standard-api.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,OAAO,EACP,oBAAoB,EACpB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,SAAS,EACT,eAAe,EACf,8BAA8B,EAC9B,QAAQ,EACR,OAAO,EACP,sBAAsB,EACvB,MAAM,WAAW,CAAC;AAEnB,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;AAE7D;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;CACtD;AACD;;GAEG;AACH,MAAM,WAAW,WAAW,CAAC,MAAM,SAAS,eAAe,GAAG,eAAe;IAC3E
|
|
1
|
+
{"version":3,"file":"standard-api.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/customer-account/api/standard-api/standard-api.ts"],"names":[],"mappings":"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"}
|