@shopify/ui-extensions 2025.10.0-rc.45 → 2025.10.0-rc.47
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 +1 -1
- package/build/cjs/surfaces/checkout/shared.js +1 -1
- package/build/esm/surfaces/checkout/preact/api.mjs +1 -1
- package/build/esm/surfaces/checkout/shared.mjs +1 -1
- package/build/esnext/surfaces/checkout/preact/api.esnext +1 -1
- package/build/esnext/surfaces/checkout/shared.esnext +1 -1
- package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +4 -0
- package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +1 -0
- package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +4 -0
- package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +1 -0
- package/build/ts/docs/shared/components/index.d.ts +2 -0
- package/build/ts/docs/shared/components/index.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +84 -0
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +129 -0
- package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/NumberField.d.ts +98 -0
- package/build/ts/surfaces/checkout/components/PasswordField.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/components-shared.d.ts +17 -0
- package/build/ts/surfaces/checkout/components/components.d.ts +216 -144
- package/build/ts/surfaces/checkout/shared.d.ts +1 -1
- package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/targets/Checkout::Actions::RenderBefore.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::CartLines::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::Contact::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::CustomerInformation::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::DeliveryAddress::RenderBefore.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::Dynamic::Render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::GiftCard::Render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::Render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::PickupLocations::RenderBefore.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::PickupPoints::RenderBefore.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::Reductions::RenderBefore.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethods::RenderBefore.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLines::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::Dynamic::Render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.actions.render-before.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.block.render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.contact.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.footer.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.gift-card.render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.header.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-method-list.render-before.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.action-required.render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.details.render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.payment-option-item.hosted-fields.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-list.render-before.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-location-option-item.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.pickup-point-list.render-before.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.reductions.render-before.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.details.render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-item.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.checkout.shipping-option-list.render-before.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.announcement.render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.block.render.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-item.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.cart-line-list.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.customer-information.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.footer.render-after.d.ts +3 -0
- package/build/ts/surfaces/checkout/targets/purchase.thank-you.header.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +84 -0
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +129 -0
- package/build/ts/surfaces/customer-account/components/NumberField.d.ts +98 -0
- package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/components-shared.d.ts +17 -0
- package/build/ts/surfaces/customer-account/components/components.d.ts +216 -144
- package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.announcement.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.announcement.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.announcement.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +3 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +3 -0
- package/build/ts/surfaces/point-of-sale/components/Badge.d.ts +10 -1
- package/build/ts/surfaces/point-of-sale/components/Banner.d.ts +12 -4
- package/build/ts/surfaces/point-of-sale/components/Box.d.ts +51 -14
- package/build/ts/surfaces/point-of-sale/components/Button.d.ts +12 -2
- package/build/ts/surfaces/point-of-sale/components/Choice.d.ts +3 -2
- package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/ChoiceList.d.ts +13 -4
- package/build/ts/surfaces/point-of-sale/components/Clickable.d.ts +11 -4
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/DateField.d.ts +20 -13
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/DatePicker.d.ts +16 -4
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/DateSpinner.d.ts +16 -4
- package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +4 -0
- package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/Divider.d.ts +4 -3
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/EmailField.d.ts +22 -5
- package/build/ts/surfaces/point-of-sale/components/Heading.d.ts +7 -4
- package/build/ts/surfaces/point-of-sale/components/Icon.d.ts +13 -3
- package/build/ts/surfaces/point-of-sale/components/Image.d.ts +12 -5
- package/build/ts/surfaces/point-of-sale/components/Modal.d.ts +28 -7
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/NumberField.d.ts +32 -23
- package/build/ts/surfaces/point-of-sale/components/Page.d.ts +25 -11
- package/build/ts/surfaces/point-of-sale/components/PosBlock.d.ts +12 -13
- package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +12 -8
- package/build/ts/surfaces/point-of-sale/components/ScrollBox.d.ts +47 -15
- package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/SearchField.d.ts +17 -5
- package/build/ts/surfaces/point-of-sale/components/Section.d.ts +15 -9
- package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +67 -7
- package/build/ts/surfaces/point-of-sale/components/Text.d.ts +25 -4
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/TextArea.d.ts +22 -5
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/TextField.d.ts +22 -5
- package/build/ts/surfaces/point-of-sale/components/Tile.d.ts +12 -2
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/TimeField.d.ts +18 -6
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/TimePicker.d.ts +16 -4
- package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +102 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +14 -3
- package/src/docs/shared/components/ConsentCheckbox.ts +12 -0
- package/src/docs/shared/components/ConsentPhoneField.ts +12 -0
- package/src/docs/shared/components/index.ts +2 -0
- package/src/surfaces/checkout/components/ConsentCheckbox/examples/basic-consent-checkbox.example.html +5 -0
- package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +84 -0
- package/src/surfaces/checkout/components/ConsentPhoneField/examples/basic-consent-phone-field.example.html +5 -0
- package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +129 -0
- package/src/surfaces/checkout/components/NumberField/examples/basic-number-field.example.html +8 -0
- package/src/surfaces/checkout/components/NumberField.d.ts +98 -0
- package/src/surfaces/checkout/components/PasswordField.d.ts +1 -1
- package/src/surfaces/checkout/components/PhoneField/examples/basic-phone-field.example.html +2 -1
- package/src/surfaces/checkout/components/ProductThumbnail/examples/basic-product-thumbnail.example.html +4 -1
- package/src/surfaces/checkout/components/Stack/examples/basic-stack.example.html +20 -4
- package/src/surfaces/checkout/components/TextArea/examples/basic-text-area.example.html +5 -1
- package/src/surfaces/checkout/components/TextField/examples/basic-text-field.example.html +4 -1
- package/src/surfaces/checkout/components/components-shared.d.ts +17 -0
- package/src/surfaces/checkout/components/components.d.ts +216 -144
- package/src/surfaces/checkout/preact/api.ts +1 -1
- package/src/surfaces/checkout/preact/tests/api.test.tsx +22 -13
- package/src/surfaces/checkout/preact/tests/app-metafields.test.ts +52 -56
- package/src/surfaces/checkout/preact/tests/attributes.test.ts +34 -24
- package/src/surfaces/checkout/preact/tests/billing-address.test.ts +17 -7
- package/src/surfaces/checkout/preact/tests/buyer-identity-businessCustomer.test.ts +16 -9
- package/src/surfaces/checkout/preact/tests/buyer-identity.test.tsx +57 -26
- package/src/surfaces/checkout/preact/tests/buyer-journey.test.ts +71 -74
- package/src/surfaces/checkout/preact/tests/capabilities.test.ts +32 -28
- package/src/surfaces/checkout/preact/tests/cart-line-target.test.ts +31 -24
- package/src/surfaces/checkout/preact/tests/checkout-settings.test.ts +17 -9
- package/src/surfaces/checkout/preact/tests/checkout-token.test.ts +16 -6
- package/src/surfaces/checkout/preact/tests/configuration.test.ts +16 -6
- package/src/surfaces/checkout/preact/tests/country.test.tsx +18 -8
- package/src/surfaces/checkout/preact/tests/currency.test.tsx +18 -8
- package/src/surfaces/checkout/preact/tests/customer-privacy.test.ts +17 -8
- package/src/surfaces/checkout/preact/tests/delivery-group-list-target.test.ts +24 -18
- package/src/surfaces/checkout/preact/tests/delivery-group-target.test.ts +25 -19
- package/src/surfaces/checkout/preact/tests/delivery-group.test.ts +22 -16
- package/src/surfaces/checkout/preact/tests/delivery-groups.test.ts +17 -11
- package/src/surfaces/checkout/preact/tests/delivery-selection-groups.test.ts +31 -24
- package/src/surfaces/checkout/preact/tests/discounts.test.tsx +21 -14
- package/src/surfaces/checkout/preact/tests/extension-language.test.tsx +17 -8
- package/src/surfaces/checkout/preact/tests/gift-cards.test.tsx +17 -8
- package/src/surfaces/checkout/preact/tests/localized-fields.test.ts +58 -59
- package/src/surfaces/checkout/preact/tests/market.test.tsx +17 -7
- package/src/surfaces/checkout/preact/tests/metafield.test.tsx +33 -36
- package/src/surfaces/checkout/preact/tests/metafields.test.tsx +36 -53
- package/src/surfaces/checkout/preact/tests/mount.tsx +60 -17
- package/src/surfaces/checkout/preact/tests/notes.test.tsx +16 -6
- package/src/surfaces/checkout/preact/tests/payment-method.test.ts +87 -60
- package/src/surfaces/checkout/preact/tests/payment-options.test.tsx +26 -24
- package/src/surfaces/checkout/preact/tests/pickup-location-option-target.test.tsx +55 -46
- package/src/surfaces/checkout/preact/tests/redeemable.test.ts +30 -23
- package/src/surfaces/checkout/preact/tests/session-token.test.tsx +12 -6
- package/src/surfaces/checkout/preact/tests/shipping-address.test.ts +17 -7
- package/src/surfaces/checkout/preact/tests/shipping-option-target.test.ts +54 -50
- package/src/surfaces/checkout/preact/tests/shopping-address.test.tsx +18 -10
- package/src/surfaces/checkout/preact/tests/timezone.test.tsx +17 -7
- package/src/surfaces/checkout/preact/tests/translate.test.tsx +18 -13
- package/src/surfaces/checkout/preact/tests/tsconfig.json +1 -1
- package/src/surfaces/checkout/shared.ts +2 -0
- package/src/surfaces/point-of-sale/components/Badge.d.ts +10 -1
- package/src/surfaces/point-of-sale/components/Banner/examples/default.html +8 -8
- package/src/surfaces/point-of-sale/components/Banner.d.ts +12 -4
- package/src/surfaces/point-of-sale/components/Box/examples/default.html +2 -2
- package/src/surfaces/point-of-sale/components/Box.d.ts +51 -14
- package/src/surfaces/point-of-sale/components/Button/examples/default.html +2 -4
- package/src/surfaces/point-of-sale/components/Button.d.ts +12 -2
- package/src/surfaces/point-of-sale/components/Choice.d.ts +3 -2
- package/src/surfaces/point-of-sale/components/ChoiceList/examples/default.html +5 -4
- package/src/surfaces/point-of-sale/components/ChoiceList/examples/event-handling.jsx +8 -0
- package/src/surfaces/point-of-sale/components/ChoiceList/examples/multiple-selection.jsx +9 -0
- package/src/surfaces/point-of-sale/components/ChoiceList.d.ts +13 -4
- package/src/surfaces/point-of-sale/components/Clickable/examples/default.html +5 -2
- package/src/surfaces/point-of-sale/components/Clickable.d.ts +11 -4
- package/src/surfaces/point-of-sale/components/DateField/examples/default.html +2 -10
- package/src/surfaces/point-of-sale/components/DateField/examples/event-handling.jsx +8 -0
- package/src/surfaces/point-of-sale/components/DateField.d.ts +20 -13
- package/src/surfaces/point-of-sale/components/DatePicker/examples/command-system.jsx +10 -0
- package/src/surfaces/point-of-sale/components/DatePicker/examples/default.html +4 -5
- package/src/surfaces/point-of-sale/components/DatePicker/examples/event-handling.jsx +7 -0
- package/src/surfaces/point-of-sale/components/DatePicker.d.ts +16 -4
- package/src/surfaces/point-of-sale/components/DateSpinner/examples/command-system.jsx +10 -0
- package/src/surfaces/point-of-sale/components/DateSpinner/examples/default.html +1 -2
- package/src/surfaces/point-of-sale/components/DateSpinner/examples/event-handling.jsx +7 -0
- package/src/surfaces/point-of-sale/components/DateSpinner.d.ts +16 -4
- package/src/surfaces/point-of-sale/components/Divider/examples/default.html +1 -0
- package/src/surfaces/point-of-sale/components/Divider.d.ts +4 -3
- package/src/surfaces/point-of-sale/components/EmailField/examples/accessory-slot.jsx +9 -0
- package/src/surfaces/point-of-sale/components/EmailField/examples/default.html +3 -10
- package/src/surfaces/point-of-sale/components/EmailField/examples/event-handling.jsx +8 -0
- package/src/surfaces/point-of-sale/components/EmailField.d.ts +22 -5
- package/src/surfaces/point-of-sale/components/Heading/examples/default.html +4 -5
- package/src/surfaces/point-of-sale/components/Heading.d.ts +7 -4
- package/src/surfaces/point-of-sale/components/Icon/examples/default.html +4 -1
- package/src/surfaces/point-of-sale/components/Icon.d.ts +13 -3
- package/src/surfaces/point-of-sale/components/Image/examples/default.html +1 -1
- package/src/surfaces/point-of-sale/components/Image.d.ts +12 -5
- package/src/surfaces/point-of-sale/components/Modal/examples/default.html +6 -8
- package/src/surfaces/point-of-sale/components/Modal.d.ts +28 -7
- package/src/surfaces/point-of-sale/components/NumberField/examples/controls-constraints.jsx +9 -0
- package/src/surfaces/point-of-sale/components/NumberField/examples/default.html +5 -2
- package/src/surfaces/point-of-sale/components/NumberField/examples/input-mode.jsx +15 -0
- package/src/surfaces/point-of-sale/components/NumberField.d.ts +32 -23
- package/src/surfaces/point-of-sale/components/Page/examples/default.html +3 -4
- package/src/surfaces/point-of-sale/components/Page.d.ts +25 -11
- package/src/surfaces/point-of-sale/components/PosBlock/examples/default.html +3 -9
- package/src/surfaces/point-of-sale/components/PosBlock.d.ts +12 -13
- package/src/surfaces/point-of-sale/components/QrCode.d.ts +12 -8
- package/src/surfaces/point-of-sale/components/ScrollBox/examples/default.html +5 -4
- package/src/surfaces/point-of-sale/components/ScrollBox.d.ts +47 -15
- package/src/surfaces/point-of-sale/components/SearchField/examples/default.html +1 -1
- package/src/surfaces/point-of-sale/components/SearchField/examples/event-handling.jsx +8 -0
- package/src/surfaces/point-of-sale/components/SearchField.d.ts +17 -5
- package/src/surfaces/point-of-sale/components/Section/examples/default.html +6 -8
- package/src/surfaces/point-of-sale/components/Section.d.ts +15 -9
- package/src/surfaces/point-of-sale/components/Stack/examples/default.html +3 -3
- package/src/surfaces/point-of-sale/components/Stack.d.ts +67 -7
- package/src/surfaces/point-of-sale/components/Text/examples/default.html +3 -6
- package/src/surfaces/point-of-sale/components/Text.d.ts +25 -4
- package/src/surfaces/point-of-sale/components/TextArea/examples/accessory-slot.jsx +9 -0
- package/src/surfaces/point-of-sale/components/TextArea/examples/default.html +4 -1
- package/src/surfaces/point-of-sale/components/TextArea/examples/event-handling.jsx +8 -0
- package/src/surfaces/point-of-sale/components/TextArea/examples/rows-configuration.jsx +7 -0
- package/src/surfaces/point-of-sale/components/TextArea.d.ts +22 -5
- package/src/surfaces/point-of-sale/components/TextField/examples/accessory-slot.jsx +5 -0
- package/src/surfaces/point-of-sale/components/TextField/examples/common-props.jsx +11 -0
- package/src/surfaces/point-of-sale/components/TextField/examples/default.html +5 -3
- package/src/surfaces/point-of-sale/components/TextField/examples/event-handling.jsx +17 -0
- package/src/surfaces/point-of-sale/components/TextField.d.ts +22 -5
- package/src/surfaces/point-of-sale/components/Tile/examples/default.html +2 -5
- package/src/surfaces/point-of-sale/components/Tile.d.ts +12 -2
- package/src/surfaces/point-of-sale/components/TimeField/examples/default.html +1 -9
- package/src/surfaces/point-of-sale/components/TimeField/examples/event-handling.jsx +8 -0
- package/src/surfaces/point-of-sale/components/TimeField.d.ts +18 -6
- package/src/surfaces/point-of-sale/components/TimePicker/examples/command-system.jsx +10 -0
- package/src/surfaces/point-of-sale/components/TimePicker/examples/default.html +4 -1
- package/src/surfaces/point-of-sale/components/TimePicker/examples/event-handling.jsx +7 -0
- package/src/surfaces/point-of-sale/components/TimePicker.d.ts +16 -4
- package/src/surfaces/point-of-sale/components/components-shared.d.ts +102 -1
- package/src/surfaces/point-of-sale/components.d.ts +957 -472
- package/build/ts/surfaces/checkout/errors.d.ts +0 -10
- package/build/ts/surfaces/checkout/errors.d.ts.map +0 -1
- package/src/surfaces/checkout/errors.ts +0 -13
|
@@ -3,7 +3,7 @@ import type { ReadonlySignalLike } from '../../shared';
|
|
|
3
3
|
* The list of supported components.
|
|
4
4
|
* As of October 1st, 2025, this is a subset of the components that will be available in the 2025-10 stable release.
|
|
5
5
|
*/
|
|
6
|
-
export declare const SUPPORTED_COMPONENTS: readonly ["Abbreviation", "Announcement", "Badge", "Banner", "Box", "Button", "Checkbox", "Chip", "Choice", "ChoiceList", "Clickable", "ClickableChip", "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", "PressButton", "ProductThumbnail", "Progress", "QueryContainer", "QRCode", "ScrollBox", "Section", "Select", "Sheet", "SkeletonParagraph", "Spinner", "Stack", "Summary", "Switch", "Text", "TextArea", "TextField", "Time", "Tooltip", "UnorderedList", "UrlField"];
|
|
6
|
+
export declare const SUPPORTED_COMPONENTS: readonly ["Abbreviation", "Announcement", "Badge", "Banner", "Box", "Button", "Checkbox", "Chip", "Choice", "ChoiceList", "Clickable", "ClickableChip", "ClipboardItem", "ConsentCheckbox", "ConsentPhoneField", "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", "PressButton", "ProductThumbnail", "Progress", "QueryContainer", "QRCode", "ScrollBox", "Section", "Select", "Sheet", "SkeletonParagraph", "Spinner", "Stack", "Summary", "Switch", "Text", "TextArea", "TextField", "Time", "Tooltip", "UnorderedList", "UrlField"];
|
|
7
7
|
/**
|
|
8
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.
|
|
9
9
|
* Once Chat is supported, you can remove this note.
|
|
@@ -1 +1 @@
|
|
|
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
|
|
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,uwBA+DvB,CAAC;AAEX;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAE/C,MAAM,MAAM,YAAY,GACpB,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,GACrC,gBAAgB,CAAC;AAErB;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,YAAY,EAAE,iBAAiB,CAAC,CAAC;AAE5E,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEzE,MAAM,MAAM,iBAAiB,CAAC,OAAO,SAAS,YAAY,IAAI,OAAO,CAAC;AACtE,MAAM,MAAM,0BAA0B,CAAC,MAAM,SAAS,oBAAoB,IACxE,OAAO,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC;AAExC;;;;;;;;;;;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"}
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/Checkout::CartLineDetails::RenderLineComponents.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -9,6 +9,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
9
9
|
import "../components/Clickable.d.ts";
|
|
10
10
|
import "../components/ClickableChip.d.ts";
|
|
11
11
|
import "../components/ClipboardItem.d.ts";
|
|
12
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
13
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
12
14
|
import "../components/DateField.d.ts";
|
|
13
15
|
import "../components/DatePicker.d.ts";
|
|
14
16
|
import "../components/Details.d.ts";
|
|
@@ -26,6 +28,7 @@ import "../components/Map.d.ts";
|
|
|
26
28
|
import "../components/MapMarker.d.ts";
|
|
27
29
|
import "../components/Modal.d.ts";
|
|
28
30
|
import "../components/MoneyField.d.ts";
|
|
31
|
+
import "../components/NumberField.d.ts";
|
|
29
32
|
import "../components/Option.d.ts";
|
|
30
33
|
import "../components/OrderedList.d.ts";
|
|
31
34
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::HostedFields::RenderAfter.d.ts
CHANGED
|
@@ -9,6 +9,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
9
9
|
import "../components/Clickable.d.ts";
|
|
10
10
|
import "../components/ClickableChip.d.ts";
|
|
11
11
|
import "../components/ClipboardItem.d.ts";
|
|
12
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
13
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
12
14
|
import "../components/DateField.d.ts";
|
|
13
15
|
import "../components/DatePicker.d.ts";
|
|
14
16
|
import "../components/Details.d.ts";
|
|
@@ -26,6 +28,7 @@ import "../components/Map.d.ts";
|
|
|
26
28
|
import "../components/MapMarker.d.ts";
|
|
27
29
|
import "../components/Modal.d.ts";
|
|
28
30
|
import "../components/MoneyField.d.ts";
|
|
31
|
+
import "../components/NumberField.d.ts";
|
|
29
32
|
import "../components/Option.d.ts";
|
|
30
33
|
import "../components/OrderedList.d.ts";
|
|
31
34
|
import "../components/Paragraph.d.ts";
|
|
@@ -9,6 +9,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
9
9
|
import "../components/Clickable.d.ts";
|
|
10
10
|
import "../components/ClickableChip.d.ts";
|
|
11
11
|
import "../components/ClipboardItem.d.ts";
|
|
12
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
13
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
12
14
|
import "../components/DateField.d.ts";
|
|
13
15
|
import "../components/DatePicker.d.ts";
|
|
14
16
|
import "../components/Details.d.ts";
|
|
@@ -26,6 +28,7 @@ import "../components/Map.d.ts";
|
|
|
26
28
|
import "../components/MapMarker.d.ts";
|
|
27
29
|
import "../components/Modal.d.ts";
|
|
28
30
|
import "../components/MoneyField.d.ts";
|
|
31
|
+
import "../components/NumberField.d.ts";
|
|
29
32
|
import "../components/Option.d.ts";
|
|
30
33
|
import "../components/OrderedList.d.ts";
|
|
31
34
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/Checkout::PaymentMethod::RenderRequiredAction.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderAfter.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/Checkout::ShippingMethodDetails::RenderExpanded.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CartLineDetails::RenderAfter.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/Checkout::ThankYou::CustomerInformation::RenderAfter.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/purchase.cart-line-item.line-components.render.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-item.render-after.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/purchase.checkout.cart-line-list.render-after.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-after.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|
package/build/ts/surfaces/checkout/targets/purchase.checkout.delivery-address.render-before.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import "../components/ChoiceList.d.ts";
|
|
|
10
10
|
import "../components/Clickable.d.ts";
|
|
11
11
|
import "../components/ClickableChip.d.ts";
|
|
12
12
|
import "../components/ClipboardItem.d.ts";
|
|
13
|
+
import "../components/ConsentCheckbox.d.ts";
|
|
14
|
+
import "../components/ConsentPhoneField.d.ts";
|
|
13
15
|
import "../components/DateField.d.ts";
|
|
14
16
|
import "../components/DatePicker.d.ts";
|
|
15
17
|
import "../components/Details.d.ts";
|
|
@@ -28,6 +30,7 @@ import "../components/Map.d.ts";
|
|
|
28
30
|
import "../components/MapMarker.d.ts";
|
|
29
31
|
import "../components/Modal.d.ts";
|
|
30
32
|
import "../components/MoneyField.d.ts";
|
|
33
|
+
import "../components/NumberField.d.ts";
|
|
31
34
|
import "../components/Option.d.ts";
|
|
32
35
|
import "../components/OrderedList.d.ts";
|
|
33
36
|
import "../components/Paragraph.d.ts";
|