@shopify/ui-extensions 2025.10.0-rc.40 → 2025.10.0-rc.42
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 +4 -0
- package/build/cjs/surfaces/checkout/preact/subscription.js +6 -5
- package/build/cjs/surfaces/checkout/shared.js +17 -4
- package/build/esm/surfaces/checkout/preact/api.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/subscription.mjs +6 -5
- package/build/esm/surfaces/checkout/shared.mjs +17 -4
- package/build/esnext/surfaces/checkout/preact/api.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/subscription.esnext +6 -5
- package/build/esnext/surfaces/checkout/shared.esnext +17 -4
- package/build/ts/docs/shared/components/Details.d.ts +4 -0
- package/build/ts/docs/shared/components/Details.d.ts.map +1 -0
- package/build/ts/docs/shared/components/MoneyField.d.ts.map +1 -1
- package/build/ts/docs/shared/components/PressButton.d.ts +4 -0
- package/build/ts/docs/shared/components/PressButton.d.ts.map +1 -0
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +4 -0
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Summary.d.ts +4 -0
- package/build/ts/docs/shared/components/Summary.d.ts.map +1 -0
- package/build/ts/docs/shared/components/Tooltip.d.ts +1 -1
- package/build/ts/docs/shared/components/Tooltip.d.ts.map +1 -1
- package/build/ts/docs/shared/components/index.d.ts +6 -1
- package/build/ts/docs/shared/components/index.d.ts.map +1 -1
- package/build/ts/index.d.ts.map +1 -1
- package/build/ts/shared.d.ts +4 -34
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +30 -0
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api.d.ts +1 -1
- package/build/ts/surfaces/admin/api.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/extension-targets.d.ts +5 -3
- package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.data.d.ts +6 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +3 -3
- 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 +2 -2
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +2 -2
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +3 -3
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +3 -3
- 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 +2 -2
- 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 +2 -2
- package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +3 -3
- 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 +3 -3
- 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 +45 -40
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Badge.d.ts +3 -8
- package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Button.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Clickable.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Details.d.ts +15 -2
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Divider.d.ts +17 -2
- package/build/ts/surfaces/checkout/components/DropZone.d.ts +8 -3
- package/build/ts/surfaces/checkout/components/EmailField.d.ts +8 -1
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Form.d.ts +3 -0
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Grid.d.ts +7 -7
- package/build/ts/surfaces/checkout/components/Icon.d.ts +2 -7
- package/build/ts/surfaces/checkout/components/Link.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/MapMarker.d.ts +9 -12
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Modal.d.ts +16 -15
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/{UrlField.d.ts → MoneyField.d.ts} +14 -18
- package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/PhoneField.d.ts +10 -12
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Popover.d.ts +50 -2
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +1 -0
- package/{src/surfaces/checkout/components/Select.d.ts → build/ts/surfaces/checkout/components/PressButton.d.ts} +20 -20
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Sheet.d.ts +21 -15
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Stack.d.ts +4 -4
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/TextField.d.ts +10 -17
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +1 -0
- package/{src/surfaces/checkout/components/Option.d.ts → build/ts/surfaces/checkout/components/Tooltip.d.ts} +9 -7
- package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/components-shared.d.ts +631 -275
- package/build/ts/surfaces/checkout/components/components.d.ts +1013 -501
- package/build/ts/surfaces/checkout/preact/api.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/subscription.d.ts +5 -4
- package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/shared.d.ts +27 -4
- package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +3 -4
- package/build/ts/surfaces/checkout.d.ts +1 -0
- package/build/ts/surfaces/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts +2 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Avatar.d.ts +2 -2
- package/build/ts/surfaces/customer-account/components/Badge.d.ts +3 -8
- package/build/ts/surfaces/customer-account/components/Button.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +2 -2
- package/build/ts/surfaces/customer-account/components/Clickable.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/Details.d.ts +15 -2
- package/build/ts/surfaces/customer-account/components/Divider.d.ts +17 -2
- package/build/ts/surfaces/customer-account/components/DropZone.d.ts +8 -3
- package/build/ts/surfaces/customer-account/components/EmailField.d.ts +8 -1
- package/build/ts/surfaces/customer-account/components/Form.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/Grid.d.ts +7 -7
- package/build/ts/surfaces/customer-account/components/Icon.d.ts +2 -7
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Link.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +9 -12
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Modal.d.ts +16 -15
- package/{src/surfaces/checkout/components/UrlField.d.ts → build/ts/surfaces/customer-account/components/MoneyField.d.ts} +14 -18
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Page.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +10 -12
- package/build/ts/surfaces/customer-account/components/Popover.d.ts +50 -2
- package/build/ts/surfaces/customer-account/components/{Select.d.ts → PressButton.d.ts} +20 -20
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Sheet.d.ts +21 -15
- package/build/ts/surfaces/customer-account/components/Stack.d.ts +4 -4
- package/build/ts/surfaces/customer-account/components/TextField.d.ts +10 -17
- package/build/ts/surfaces/customer-account/components/{Option.d.ts → Tooltip.d.ts} +9 -7
- package/build/ts/surfaces/customer-account/components/components-shared.d.ts +631 -275
- package/build/ts/surfaces/customer-account/components/components.d.ts +1013 -501
- package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +3 -4
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +3 -4
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +2 -9
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +11 -2
- package/build/ts/surfaces/point-of-sale/components/Button.d.ts +29 -4
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +1 -1
- package/{src/surfaces/point-of-sale/components/Navigator.d.ts → build/ts/surfaces/point-of-sale/components/Divider.d.ts} +7 -10
- package/build/ts/surfaces/point-of-sale/components/Modal.d.ts +1 -2
- package/build/ts/surfaces/point-of-sale/components/Page.d.ts +4 -4
- package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +43 -0
- package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +93 -2
- package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +14 -0
- package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/targets/pos.receipt-footer.block.render.d.ts +2 -0
- package/build/ts/surfaces/point-of-sale/targets/pos.receipt-header.block.render.d.ts +2 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/docs/shared/components/Details.ts +12 -0
- package/src/docs/shared/components/EmailField.ts +1 -1
- package/src/docs/shared/components/Modal.ts +1 -1
- package/src/docs/shared/components/MoneyField.ts +2 -1
- package/src/docs/shared/components/Popover.ts +1 -1
- package/src/docs/shared/components/PressButton.ts +12 -0
- package/src/docs/shared/components/SkeletonParagraph.ts +12 -0
- package/src/docs/shared/components/Summary.ts +12 -0
- package/src/docs/shared/components/Tooltip.ts +2 -2
- package/src/docs/shared/components/index.ts +6 -1
- package/src/index.ts +0 -1
- package/src/shared.ts +5 -36
- package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +31 -0
- package/src/surfaces/admin/api.ts +4 -1
- package/src/surfaces/admin/components/patterns/examples/accountConnection.html +16 -0
- package/src/surfaces/admin/components.d.ts +366 -451
- package/src/surfaces/admin/extension-targets.ts +6 -5
- package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
- package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +3 -3
- package/src/surfaces/checkout/api/checkout/checkout.ts +2 -2
- package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +2 -2
- package/src/surfaces/checkout/api/payment/payment-option-item.ts +3 -3
- package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +3 -3
- package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +2 -2
- package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +2 -2
- package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +3 -3
- package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +3 -3
- package/src/surfaces/checkout/api/standard/standard.ts +44 -40
- package/src/surfaces/checkout/components/Badge/examples/basic-badge.example.html +3 -0
- package/src/surfaces/checkout/components/Badge.d.ts +3 -8
- package/src/surfaces/checkout/components/Banner/examples/basic-banner.example.html +1 -2
- package/src/surfaces/checkout/components/Button.d.ts +1 -1
- package/src/surfaces/checkout/components/Clickable/examples/basic-clickable.example.html +3 -0
- package/src/surfaces/checkout/components/Clickable.d.ts +1 -1
- package/src/surfaces/checkout/components/Details/examples/basic-details.example.html +6 -0
- package/src/surfaces/checkout/components/Details.d.ts +15 -2
- package/src/surfaces/checkout/components/Divider/examples/basic-divider.example.html +1 -0
- package/src/surfaces/checkout/components/Divider.d.ts +17 -2
- package/src/surfaces/checkout/components/DropZone/examples/basic-drop-zone.example.html +1 -0
- package/src/surfaces/checkout/components/DropZone.d.ts +8 -3
- package/src/surfaces/checkout/components/EmailField/examples/basic-email-field.example.html +1 -0
- package/src/surfaces/checkout/components/EmailField.d.ts +8 -1
- package/src/surfaces/checkout/components/Form/examples/basic-form.example.html +3 -3
- package/src/surfaces/checkout/components/Form.d.ts +3 -0
- package/src/surfaces/checkout/components/Grid/examples/basic-grid.example.html +11 -0
- package/src/surfaces/checkout/components/Grid.d.ts +7 -7
- package/src/surfaces/checkout/components/Icon.d.ts +2 -7
- package/src/surfaces/checkout/components/Image/examples/basic-image.example.html +1 -1
- package/src/surfaces/checkout/components/Link.d.ts +1 -1
- package/src/surfaces/checkout/components/Map/examples/basic-map.example.html +3 -3
- package/src/surfaces/checkout/components/MapMarker.d.ts +9 -12
- package/src/surfaces/checkout/components/Modal.d.ts +16 -15
- package/src/surfaces/checkout/components/MoneyField/examples/basic-money-field.example.html +1 -0
- package/{build/ts/surfaces/customer-account/components/UrlField.d.ts → src/surfaces/checkout/components/MoneyField.d.ts} +14 -18
- package/src/surfaces/checkout/components/PhoneField/examples/basic-phone-field.example.html +1 -0
- package/src/surfaces/checkout/components/PhoneField.d.ts +10 -12
- package/src/surfaces/checkout/components/Popover/examples/basic-popover.example.html +7 -0
- package/src/surfaces/checkout/components/Popover.d.ts +50 -2
- package/src/surfaces/checkout/components/PressButton/examples/basic-press-button.example.html +1 -0
- package/{build/ts/surfaces/checkout/components/Select.d.ts → src/surfaces/checkout/components/PressButton.d.ts} +20 -20
- package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-product-thumbnail.example.html +1 -0
- package/src/surfaces/checkout/components/Progress/examples/basic-progress.example.html +1 -1
- package/src/surfaces/checkout/components/Sheet/examples/basic-sheet.example.html +5 -0
- package/src/surfaces/checkout/components/Sheet.d.ts +21 -15
- package/src/surfaces/checkout/components/SkeletonParagraph/examples/basic-skeleton-paragraph.example.html +2 -0
- package/src/surfaces/checkout/components/Spinner/examples/basic-spinner.example.html +1 -1
- package/src/surfaces/checkout/components/Stack/examples/basic-stack.example.html +4 -0
- package/src/surfaces/checkout/components/Stack.d.ts +4 -4
- package/src/surfaces/checkout/components/Switch/examples/basic-switch.example.html +1 -0
- package/src/surfaces/checkout/components/Text/examples/basic-text.example.html +1 -1
- package/src/surfaces/checkout/components/TextArea/examples/basic-text-area.example.html +1 -0
- package/src/surfaces/checkout/components/TextField.d.ts +10 -17
- package/src/surfaces/checkout/components/Time/examples/basic-time.example.html +1 -1
- package/src/surfaces/checkout/components/Tooltip/examples/basic-tooltip.example.html +9 -0
- package/{build/ts/surfaces/checkout/components/Option.d.ts → src/surfaces/checkout/components/Tooltip.d.ts} +9 -7
- package/src/surfaces/checkout/components/components-shared.d.ts +631 -275
- package/src/surfaces/checkout/components/components.d.ts +1013 -501
- package/src/surfaces/checkout/preact/api.ts +4 -0
- package/src/surfaces/checkout/preact/subscription.ts +9 -8
- package/src/surfaces/checkout/preact/tests/buyer-identity.test.tsx +2 -3
- package/src/surfaces/checkout/preact/tests/mount.tsx +3 -3
- package/src/surfaces/checkout/shared.ts +37 -3
- package/src/surfaces/checkout.ts +3 -1
- package/src/surfaces/customer-account/api/shared.ts +2 -1
- package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar.example.html +4 -0
- package/src/surfaces/customer-account/components/Avatar.d.ts +2 -2
- package/src/surfaces/customer-account/components/ButtonGroup/examples/basic-ButtonGroup.example.html +11 -0
- package/src/surfaces/customer-account/components/ButtonGroup.d.ts +2 -2
- package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction.example.html +15 -0
- package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
- package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup.example.html +18 -0
- package/src/surfaces/customer-account/components/Menu/examples/basic-Menu.example.html +14 -0
- package/src/surfaces/customer-account/components/Page/examples/basic-Page.example.html +19 -0
- package/src/surfaces/customer-account/components/Page.d.ts +3 -3
- package/src/surfaces/customer-account/components/Section/examples/basic-Section.example.html +12 -0
- package/src/surfaces/customer-account/components/Section.d.ts +2 -2
- package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +2 -10
- package/src/surfaces/point-of-sale/components/Badge/examples/default.html +5 -5
- package/src/surfaces/point-of-sale/components/Banner.d.ts +11 -2
- package/src/surfaces/point-of-sale/components/Button.d.ts +29 -4
- package/{build/ts/surfaces/point-of-sale/components/Navigator.d.ts → src/surfaces/point-of-sale/components/Divider.d.ts} +7 -10
- package/src/surfaces/point-of-sale/components/Modal.d.ts +1 -2
- package/src/surfaces/point-of-sale/components/Page.d.ts +4 -4
- package/src/surfaces/point-of-sale/components/QrCode.d.ts +43 -0
- package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +93 -2
- package/src/surfaces/point-of-sale/components/components-shared.d.ts +14 -0
- package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -1
- package/src/surfaces/point-of-sale/components.d.ts +554 -386
- package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +0 -57
- package/build/ts/surfaces/checkout/components/NumberField.d.ts +0 -85
- package/build/ts/surfaces/checkout/components/PasswordField.d.ts +0 -84
- package/build/ts/surfaces/customer-account/components/NumberField.d.ts +0 -85
- package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +0 -84
- package/build/ts/surfaces/point-of-sale/components/Screen.d.ts +0 -91
- package/build/ts/surfaces/point-of-sale/components/shared.d.ts +0 -76
- package/src/surfaces/checkout/components/DropZone/examples/basic-dropzone.example.html +0 -1
- package/src/surfaces/checkout/components/EmailField/examples/basic-emailfield.example.html +0 -4
- package/src/surfaces/checkout/components/NumberField.d.ts +0 -85
- package/src/surfaces/checkout/components/PasswordField.d.ts +0 -84
- package/src/surfaces/checkout/components/PhoneField/examples/basic-phonefield.example.html +0 -2
- package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-productthumbnail.example.html +0 -4
- package/src/surfaces/checkout/components/TextArea/examples/basic-textarea.example.html +0 -5
- package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-preact.example.tsx +0 -10
- package/src/surfaces/customer-account/components/ButtonGroup/examples/basic-ButtonGroup-preact.example.tsx +0 -22
- package/src/surfaces/customer-account/components/CustomerAccountAction/examples/basic-CustomerAccountAction-preact.example.tsx +0 -17
- package/src/surfaces/customer-account/components/ImageGroup/examples/basic-ImageGroup-preact.example.tsx +0 -17
- package/src/surfaces/customer-account/components/Menu/examples/basic-Menu-preact.example.tsx +0 -24
- package/src/surfaces/customer-account/components/Page/examples/basic-Page-preact.example.tsx +0 -37
- package/src/surfaces/customer-account/components/Section/examples/basic-Section-preact.example.tsx +0 -23
- package/src/surfaces/point-of-sale/components/Screen.d.ts +0 -91
- package/src/surfaces/point-of-sale/components/shared.d.ts +0 -76
- /package/src/surfaces/checkout/components/ClipboardItem/examples/{basic-clipboarditem.example.html → basic-clipboard-item.example.html} +0 -0
- /package/src/surfaces/checkout/components/OrderedList/examples/{basic-orderedlist.example.html → basic-ordered-list.example.html} +0 -0
- /package/src/surfaces/checkout/components/PaymentIcon/examples/{basic-paymenticon.example.html → basic-payment-icon.example.html} +0 -0
- /package/src/surfaces/checkout/components/QRCode/examples/{basic-qrcode.example.html → basic-qr-code.example.html} +0 -0
- /package/src/surfaces/checkout/components/TextField/examples/{basic-textfield.example.html → basic-text-field.example.html} +0 -0
- /package/src/surfaces/checkout/components/UnorderedList/examples/{basic-unorderedlist.example.html → basic-unordered-list.example.html} +0 -0
|
@@ -8,6 +8,10 @@ import type { RenderExtensionTarget, ApiForExtension } from '../extension-target
|
|
|
8
8
|
* which contains a basic set of properties about the checkout.
|
|
9
9
|
*
|
|
10
10
|
* For a full list of the API available to each extension target, see the [ExtensionTargets type](https://shopify.dev/docs/api/checkout-ui-extensions/apis/extensiontargets).
|
|
11
|
+
*
|
|
12
|
+
* > Note:
|
|
13
|
+
* > As of version 2025-10, you no longer need this hook. The full API object is accessible via
|
|
14
|
+
* > the global `shopify` object.
|
|
11
15
|
*/
|
|
12
16
|
export declare function useApi<Target extends RenderExtensionTarget = RenderExtensionTarget>(_target?: Target): ApiForExtension<Target>;
|
|
13
17
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/preact/api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,eAAe,EAChB,MAAM,sBAAsB,CAAC;AAI9B
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/preact/api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,eAAe,EAChB,MAAM,sBAAsB,CAAC;AAI9B;;;;;;;;;;;;;GAaG;AACH,wBAAgB,MAAM,CACpB,MAAM,SAAS,qBAAqB,GAAG,qBAAqB,EAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC,MAAM,CAAC,CAS3C;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,eAAe,CAC7B,MAAM,SAAS,qBAAqB,GAAG,qBAAqB,KACzD,eAAe,CAAC,MAAM,CAAC,CAE3B"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { SubscribableSignalLike } from '../shared';
|
|
2
2
|
/**
|
|
3
3
|
* Subscribes to the special wrapper type that all "changeable" values in the
|
|
4
4
|
* checkout use. This hook extracts the most recent value from that object,
|
|
5
5
|
* and subscribes to update the value when changes occur in the checkout.
|
|
6
6
|
*
|
|
7
7
|
* > Note:
|
|
8
|
-
* >
|
|
9
|
-
* >
|
|
8
|
+
* > As of version 2025-10, you no longer need this hook. When you access `.value`
|
|
9
|
+
* > (instead of `.current`) on subscribable properties, Preact will automatically
|
|
10
|
+
* > re-render as `.value` changes.
|
|
10
11
|
*/
|
|
11
|
-
export declare function useSubscription<Value>(subscription:
|
|
12
|
+
export declare function useSubscription<Value>(subscription: SubscribableSignalLike<Value>): Value;
|
|
12
13
|
//# sourceMappingURL=subscription.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/preact/subscription.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,
|
|
1
|
+
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/checkout/preact/subscription.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,WAAW,CAAC;AAItD;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAAC,KAAK,EACnC,YAAY,EAAE,sBAAsB,CAAC,KAAK,CAAC,GAC1C,KAAK,CA4BP"}
|
|
@@ -1,19 +1,42 @@
|
|
|
1
|
+
import type { ReadonlySignalLike } from '../../shared';
|
|
1
2
|
/**
|
|
2
3
|
* The list of supported components.
|
|
3
|
-
* As of
|
|
4
|
+
* As of October 1st, 2025, this is a subset of the components that will be available in the 2025-10 stable release.
|
|
4
5
|
*/
|
|
5
|
-
export declare const SUPPORTED_COMPONENTS: readonly ["Abbreviation", "Badge", "Banner", "Box", "Button", "Checkbox", "Clickable", "ClipboardItem", "Details", "Divider", "DropZone", "EmailField", "Form", "Grid", "GridItem", "Heading", "Icon", "Image", "Link", "ListItem", "Map", "MapMarker", "Modal", "NumberField", "Option", "OrderedList", "Paragraph", "PaymentIcon", "PhoneField", "Popover", "ProductThumbnail", "Progress", "QRCode", "ScrollBox", "Section", "Select", "Sheet", "SkeletonParagraph", "Spinner", "Stack", "Summary", "Switch", "Text", "TextArea", "TextField", "Time", "UnorderedList", "UrlField"];
|
|
6
|
+
export declare const SUPPORTED_COMPONENTS: readonly ["Abbreviation", "Badge", "Banner", "Box", "Button", "Checkbox", "Choice", "ChoiceList", "Clickable", "ClipboardItem", "DateField", "DatePicker", "Details", "Divider", "DropZone", "EmailField", "Form", "Grid", "GridItem", "Heading", "Icon", "Image", "Link", "ListItem", "Map", "MapMarker", "Modal", "MoneyField", "NumberField", "Option", "OrderedList", "Paragraph", "PasswordField", "PaymentIcon", "PhoneField", "Popover", "ProductThumbnail", "PressButton", "Progress", "QueryContainer", "QRCode", "ScrollBox", "Section", "Select", "Sheet", "SkeletonParagraph", "Spinner", "Stack", "Summary", "Switch", "Text", "TextArea", "TextField", "Time", "Tooltip", "UnorderedList", "UrlField"];
|
|
6
7
|
/**
|
|
7
|
-
* Note: Chat is not supported in the 2025-
|
|
8
|
+
* Note: Chat is not supported in the 2025-10 release candidate, but it is tied to a target, and we don't want to remove the target documentation.
|
|
8
9
|
* Once Chat is supported, you can remove this note.
|
|
9
10
|
* @private
|
|
10
11
|
*/
|
|
11
12
|
export type PrivateComponent = 'Chat';
|
|
12
13
|
/**
|
|
13
14
|
* The list of supported components.
|
|
14
|
-
* As of
|
|
15
|
+
* As of October 1st, 2025, this is a subset of the components that will be available in the 2025-10 stable release.
|
|
15
16
|
*/
|
|
16
17
|
export type AnyComponent = (typeof SUPPORTED_COMPONENTS)[number] | PrivateComponent;
|
|
17
18
|
export type AllowedComponents<Allowed extends AnyComponent> = Allowed;
|
|
18
19
|
export type AnyComponentExcept<Except extends AnyComponent> = Exclude<AnyComponent, Except>;
|
|
20
|
+
/**
|
|
21
|
+
* Represents a read-only value managed on the main thread that an extension can subscribe to.
|
|
22
|
+
*
|
|
23
|
+
* Example: Checkout uses this to manage the state of an object and
|
|
24
|
+
* communicate state changes to extensions running in a sandboxed web worker.
|
|
25
|
+
*
|
|
26
|
+
* This interface is compatible with [Preact's ReadonlySignal](https://github.com/preactjs/signals/blob/a023a132a81bd4ba4a0bebb8cbbeffbd8c8bbafc/packages/core/src/index.ts#L700-L709).
|
|
27
|
+
*
|
|
28
|
+
* Some fields are deprecated but still supported for backwards compatibility.
|
|
29
|
+
* In version 2025-10, [`StatefulRemoteSubscribable`](https://github.com/Shopify/remote-dom/blob/03929aa8418a89d41d294005f219837582718df8/packages/async-subscription/src/types.ts#L17) was replaced with `ReadonlySignalLike`. Checkout will remove the old fields some time in the future.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export interface SubscribableSignalLike<T> extends ReadonlySignalLike<T> {
|
|
33
|
+
/**
|
|
34
|
+
* @deprecated Use `.value` instead.
|
|
35
|
+
*/
|
|
36
|
+
readonly current: T;
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated No longer needed. Use Preact Signal management instead.
|
|
39
|
+
*/
|
|
40
|
+
destroy(): Promise<void>;
|
|
41
|
+
}
|
|
19
42
|
//# sourceMappingURL=shared.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/shared.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/checkout/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,cAAc,CAAC;AAErD;;;GAGG;AACH,eAAO,MAAM,oBAAoB,srBA0DvB,CAAC;AAEX;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC;;;GAGG;AACH,MAAM,MAAM,YAAY,GACpB,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,GACrC,gBAAgB,CAAC;AAErB,MAAM,MAAM,iBAAiB,CAAC,OAAO,SAAS,YAAY,IAAI,OAAO,CAAC;AACtE,MAAM,MAAM,kBAAkB,CAAC,MAAM,SAAS,YAAY,IAAI,OAAO,CACnE,YAAY,EACZ,MAAM,CACP,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,sBAAsB,CAAC,CAAC,CAAE,SAAQ,kBAAkB,CAAC,CAAC,CAAC;IACtE;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC;IACpB;;OAEG;IACH,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CAC1B"}
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::Actions::RenderBefore'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::CartLineDetails::RenderAfter'];
|
package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts
CHANGED
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::CartLineDetails::RenderLineComponents'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::CartLines::RenderAfter'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::Contact::RenderAfter'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::CustomerInformation::RenderAfter'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::DeliveryAddress::RenderBefore'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::Dynamic::Render'];
|
|
@@ -19,19 +19,18 @@ import "../components/ListItem.d.ts";
|
|
|
19
19
|
import "../components/Map.d.ts";
|
|
20
20
|
import "../components/MapMarker.d.ts";
|
|
21
21
|
import "../components/Modal.d.ts";
|
|
22
|
-
import "../components/
|
|
23
|
-
import "../components/Option.d.ts";
|
|
22
|
+
import "../components/MoneyField.d.ts";
|
|
24
23
|
import "../components/OrderedList.d.ts";
|
|
25
24
|
import "../components/Paragraph.d.ts";
|
|
26
25
|
import "../components/PaymentIcon.d.ts";
|
|
27
26
|
import "../components/PhoneField.d.ts";
|
|
28
27
|
import "../components/Popover.d.ts";
|
|
28
|
+
import "../components/PressButton.d.ts";
|
|
29
29
|
import "../components/ProductThumbnail.d.ts";
|
|
30
30
|
import "../components/Progress.d.ts";
|
|
31
31
|
import "../components/QRCode.d.ts";
|
|
32
32
|
import "../components/ScrollBox.d.ts";
|
|
33
33
|
import "../components/Section.d.ts";
|
|
34
|
-
import "../components/Select.d.ts";
|
|
35
34
|
import "../components/Sheet.d.ts";
|
|
36
35
|
import "../components/SkeletonParagraph.d.ts";
|
|
37
36
|
import "../components/Spinner.d.ts";
|
|
@@ -42,8 +41,8 @@ import "../components/Text.d.ts";
|
|
|
42
41
|
import "../components/TextArea.d.ts";
|
|
43
42
|
import "../components/TextField.d.ts";
|
|
44
43
|
import "../components/Time.d.ts";
|
|
44
|
+
import "../components/Tooltip.d.ts";
|
|
45
45
|
import "../components/UnorderedList.d.ts";
|
|
46
|
-
import "../components/UrlField.d.ts";
|
|
47
46
|
import type { ExtensionTargets } from '../extension-targets';
|
|
48
47
|
|
|
49
48
|
type Target = ExtensionTargets['Checkout::GiftCard::Render'];
|
package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts
CHANGED
|
@@ -19,19 +19,18 @@ import "../components/ListItem.d.ts";
|
|
|
19
19
|
import "../components/Map.d.ts";
|
|
20
20
|
import "../components/MapMarker.d.ts";
|
|
21
21
|
import "../components/Modal.d.ts";
|
|
22
|
-
import "../components/
|
|
23
|
-
import "../components/Option.d.ts";
|
|
22
|
+
import "../components/MoneyField.d.ts";
|
|
24
23
|
import "../components/OrderedList.d.ts";
|
|
25
24
|
import "../components/Paragraph.d.ts";
|
|
26
25
|
import "../components/PaymentIcon.d.ts";
|
|
27
26
|
import "../components/PhoneField.d.ts";
|
|
28
27
|
import "../components/Popover.d.ts";
|
|
28
|
+
import "../components/PressButton.d.ts";
|
|
29
29
|
import "../components/ProductThumbnail.d.ts";
|
|
30
30
|
import "../components/Progress.d.ts";
|
|
31
31
|
import "../components/QRCode.d.ts";
|
|
32
32
|
import "../components/ScrollBox.d.ts";
|
|
33
33
|
import "../components/Section.d.ts";
|
|
34
|
-
import "../components/Select.d.ts";
|
|
35
34
|
import "../components/Sheet.d.ts";
|
|
36
35
|
import "../components/SkeletonParagraph.d.ts";
|
|
37
36
|
import "../components/Spinner.d.ts";
|
|
@@ -42,8 +41,8 @@ import "../components/Text.d.ts";
|
|
|
42
41
|
import "../components/TextArea.d.ts";
|
|
43
42
|
import "../components/TextField.d.ts";
|
|
44
43
|
import "../components/Time.d.ts";
|
|
44
|
+
import "../components/Tooltip.d.ts";
|
|
45
45
|
import "../components/UnorderedList.d.ts";
|
|
46
|
-
import "../components/UrlField.d.ts";
|
|
47
46
|
import type { ExtensionTargets } from '../extension-targets';
|
|
48
47
|
|
|
49
48
|
type Target = ExtensionTargets['Checkout::PaymentMethod::HostedFields::RenderAfter'];
|
|
@@ -19,19 +19,18 @@ import "../components/ListItem.d.ts";
|
|
|
19
19
|
import "../components/Map.d.ts";
|
|
20
20
|
import "../components/MapMarker.d.ts";
|
|
21
21
|
import "../components/Modal.d.ts";
|
|
22
|
-
import "../components/
|
|
23
|
-
import "../components/Option.d.ts";
|
|
22
|
+
import "../components/MoneyField.d.ts";
|
|
24
23
|
import "../components/OrderedList.d.ts";
|
|
25
24
|
import "../components/Paragraph.d.ts";
|
|
26
25
|
import "../components/PaymentIcon.d.ts";
|
|
27
26
|
import "../components/PhoneField.d.ts";
|
|
28
27
|
import "../components/Popover.d.ts";
|
|
28
|
+
import "../components/PressButton.d.ts";
|
|
29
29
|
import "../components/ProductThumbnail.d.ts";
|
|
30
30
|
import "../components/Progress.d.ts";
|
|
31
31
|
import "../components/QRCode.d.ts";
|
|
32
32
|
import "../components/ScrollBox.d.ts";
|
|
33
33
|
import "../components/Section.d.ts";
|
|
34
|
-
import "../components/Select.d.ts";
|
|
35
34
|
import "../components/Sheet.d.ts";
|
|
36
35
|
import "../components/SkeletonParagraph.d.ts";
|
|
37
36
|
import "../components/Spinner.d.ts";
|
|
@@ -42,8 +41,8 @@ import "../components/Text.d.ts";
|
|
|
42
41
|
import "../components/TextArea.d.ts";
|
|
43
42
|
import "../components/TextField.d.ts";
|
|
44
43
|
import "../components/Time.d.ts";
|
|
44
|
+
import "../components/Tooltip.d.ts";
|
|
45
45
|
import "../components/UnorderedList.d.ts";
|
|
46
|
-
import "../components/UrlField.d.ts";
|
|
47
46
|
import type { ExtensionTargets } from '../extension-targets';
|
|
48
47
|
|
|
49
48
|
type Target = ExtensionTargets['Checkout::PaymentMethod::Render'];
|
package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts
CHANGED
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::PaymentMethod::RenderRequiredAction'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::PickupLocations::RenderAfter'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::PickupLocations::RenderBefore'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::PickupPoints::RenderAfter'];
|
|
@@ -21,19 +21,18 @@ import "../components/ListItem.d.ts";
|
|
|
21
21
|
import "../components/Map.d.ts";
|
|
22
22
|
import "../components/MapMarker.d.ts";
|
|
23
23
|
import "../components/Modal.d.ts";
|
|
24
|
-
import "../components/
|
|
25
|
-
import "../components/Option.d.ts";
|
|
24
|
+
import "../components/MoneyField.d.ts";
|
|
26
25
|
import "../components/OrderedList.d.ts";
|
|
27
26
|
import "../components/Paragraph.d.ts";
|
|
28
27
|
import "../components/PaymentIcon.d.ts";
|
|
29
28
|
import "../components/PhoneField.d.ts";
|
|
30
29
|
import "../components/Popover.d.ts";
|
|
30
|
+
import "../components/PressButton.d.ts";
|
|
31
31
|
import "../components/ProductThumbnail.d.ts";
|
|
32
32
|
import "../components/Progress.d.ts";
|
|
33
33
|
import "../components/QRCode.d.ts";
|
|
34
34
|
import "../components/ScrollBox.d.ts";
|
|
35
35
|
import "../components/Section.d.ts";
|
|
36
|
-
import "../components/Select.d.ts";
|
|
37
36
|
import "../components/Sheet.d.ts";
|
|
38
37
|
import "../components/SkeletonParagraph.d.ts";
|
|
39
38
|
import "../components/Spinner.d.ts";
|
|
@@ -44,8 +43,8 @@ import "../components/Text.d.ts";
|
|
|
44
43
|
import "../components/TextArea.d.ts";
|
|
45
44
|
import "../components/TextField.d.ts";
|
|
46
45
|
import "../components/Time.d.ts";
|
|
46
|
+
import "../components/Tooltip.d.ts";
|
|
47
47
|
import "../components/UnorderedList.d.ts";
|
|
48
|
-
import "../components/UrlField.d.ts";
|
|
49
48
|
import type { ExtensionTargets } from '../extension-targets';
|
|
50
49
|
|
|
51
50
|
type Target = ExtensionTargets['Checkout::PickupPoints::RenderBefore'];
|