@shopify/ui-extensions 2026.1.3 → 2026.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/surfaces/checkout/preact/api.js +2 -0
- package/build/cjs/surfaces/checkout/preact/app-metafields.js +1 -0
- package/build/cjs/surfaces/checkout/preact/attributes.js +3 -0
- package/build/cjs/surfaces/checkout/preact/billing-address.js +1 -0
- package/build/cjs/surfaces/checkout/preact/buyer-identity.js +4 -0
- package/build/cjs/surfaces/checkout/preact/buyer-journey.js +5 -0
- package/build/cjs/surfaces/checkout/preact/capabilities.js +2 -0
- package/build/cjs/surfaces/checkout/preact/cart-line-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/cart-lines.js +2 -0
- package/build/cjs/surfaces/checkout/preact/checkout-settings.js +1 -0
- package/build/cjs/surfaces/checkout/preact/checkout-token.js +1 -0
- package/build/cjs/surfaces/checkout/preact/cost.js +4 -0
- package/build/cjs/surfaces/checkout/preact/country.js +1 -0
- package/build/cjs/surfaces/checkout/preact/currency.js +1 -0
- package/build/cjs/surfaces/checkout/preact/customer-privacy.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-group-list-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-group-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-group.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-groups.js +1 -0
- package/build/cjs/surfaces/checkout/preact/delivery-selection-groups.js +1 -0
- package/build/cjs/surfaces/checkout/preact/discounts.js +3 -0
- package/build/cjs/surfaces/checkout/preact/extension-editor.js +1 -0
- package/build/cjs/surfaces/checkout/preact/extension-language.js +1 -0
- package/build/cjs/surfaces/checkout/preact/extension.js +2 -0
- package/build/cjs/surfaces/checkout/preact/gift-cards.js +2 -0
- package/build/cjs/surfaces/checkout/preact/instructions.js +1 -0
- package/build/cjs/surfaces/checkout/preact/language.js +1 -0
- package/build/cjs/surfaces/checkout/preact/localized-fields.js +4 -0
- package/build/cjs/surfaces/checkout/preact/market.js +1 -0
- package/build/cjs/surfaces/checkout/preact/metafield.js +1 -0
- package/build/cjs/surfaces/checkout/preact/metafields.js +2 -0
- package/build/cjs/surfaces/checkout/preact/note.js +2 -0
- package/build/cjs/surfaces/checkout/preact/payment-method.js +3 -0
- package/build/cjs/surfaces/checkout/preact/payment-options.js +2 -0
- package/build/cjs/surfaces/checkout/preact/pickup-location-option-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/redeemable.js +1 -0
- package/build/cjs/surfaces/checkout/preact/session-token.js +1 -0
- package/build/cjs/surfaces/checkout/preact/settings.js +1 -0
- package/build/cjs/surfaces/checkout/preact/shipping-address.js +2 -0
- package/build/cjs/surfaces/checkout/preact/shipping-option-target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/shop.js +1 -0
- package/build/cjs/surfaces/checkout/preact/storage.js +1 -0
- package/build/cjs/surfaces/checkout/preact/subscription.js +1 -0
- package/build/cjs/surfaces/checkout/preact/target.js +1 -0
- package/build/cjs/surfaces/checkout/preact/timezone.js +1 -0
- package/build/cjs/surfaces/checkout/preact/translate.js +1 -0
- package/build/cjs/surfaces/checkout/shared.js +2 -0
- package/build/cjs/surfaces/checkout/style/style.js +1 -0
- package/build/cjs/surfaces/point-of-sale/types/storage.js +1 -1
- package/build/esm/surfaces/checkout/preact/api.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/app-metafields.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/attributes.mjs +3 -0
- package/build/esm/surfaces/checkout/preact/billing-address.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/buyer-identity.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/buyer-journey.mjs +5 -0
- package/build/esm/surfaces/checkout/preact/capabilities.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/cart-line-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/cart-lines.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/checkout-settings.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/checkout-token.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/cost.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/country.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/currency.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/customer-privacy.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-group-list-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-group-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-group.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-groups.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/delivery-selection-groups.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/discounts.mjs +3 -0
- package/build/esm/surfaces/checkout/preact/extension-editor.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/extension-language.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/extension.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/gift-cards.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/instructions.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/language.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/localized-fields.mjs +4 -0
- package/build/esm/surfaces/checkout/preact/market.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/metafield.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/metafields.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/note.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/payment-method.mjs +3 -0
- package/build/esm/surfaces/checkout/preact/payment-options.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/pickup-location-option-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/redeemable.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/session-token.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/settings.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/shipping-address.mjs +2 -0
- package/build/esm/surfaces/checkout/preact/shipping-option-target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/shop.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/storage.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/subscription.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/target.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/timezone.mjs +1 -0
- package/build/esm/surfaces/checkout/preact/translate.mjs +1 -0
- package/build/esm/surfaces/checkout/shared.mjs +2 -0
- package/build/esm/surfaces/checkout/style/style.mjs +1 -0
- package/build/esm/surfaces/point-of-sale/types/storage.mjs +1 -1
- package/build/esnext/surfaces/checkout/preact/api.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/app-metafields.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/attributes.esnext +3 -0
- package/build/esnext/surfaces/checkout/preact/billing-address.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/buyer-identity.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/buyer-journey.esnext +5 -0
- package/build/esnext/surfaces/checkout/preact/capabilities.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/cart-line-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/cart-lines.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/checkout-settings.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/checkout-token.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/cost.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/country.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/currency.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/customer-privacy.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-group-list-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-group-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-group.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-groups.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/delivery-selection-groups.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/discounts.esnext +3 -0
- package/build/esnext/surfaces/checkout/preact/extension-editor.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/extension-language.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/extension.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/gift-cards.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/instructions.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/language.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/localized-fields.esnext +4 -0
- package/build/esnext/surfaces/checkout/preact/market.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/metafield.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/metafields.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/note.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/payment-method.esnext +3 -0
- package/build/esnext/surfaces/checkout/preact/payment-options.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/pickup-location-option-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/redeemable.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/session-token.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/settings.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/shipping-address.esnext +2 -0
- package/build/esnext/surfaces/checkout/preact/shipping-option-target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/shop.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/storage.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/subscription.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/target.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/timezone.esnext +1 -0
- package/build/esnext/surfaces/checkout/preact/translate.esnext +1 -0
- package/build/esnext/surfaces/checkout/shared.esnext +2 -0
- package/build/esnext/surfaces/checkout/style/style.esnext +1 -0
- package/build/esnext/surfaces/point-of-sale/types/storage.esnext +1 -1
- package/build/ts/shared.d.ts +29 -11
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/action/action.d.ts +2 -0
- package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/block/block.d.ts +3 -0
- package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts +2 -0
- package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +2 -0
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +2 -0
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +2 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts +2 -0
- package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/intents/intents.d.ts +4 -0
- package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts +2 -0
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/picker/picker.d.ts +2 -0
- package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +2 -0
- package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts +2 -0
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts +2 -0
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts +2 -0
- package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +7 -1
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +2 -0
- package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/standard/standard.d.ts +2 -0
- package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/AdminAction.d.ts +9 -0
- package/build/ts/surfaces/admin/components/AdminBlock.d.ts +9 -0
- package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +9 -0
- package/build/ts/surfaces/admin/components/Avatar.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Badge.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Banner.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Box.d.ts +17 -0
- package/build/ts/surfaces/admin/components/Button.d.ts +17 -0
- package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Chip.d.ts +9 -0
- package/build/ts/surfaces/admin/components/Choice.d.ts +11 -0
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +13 -0
- package/build/ts/surfaces/admin/components/Clickable.d.ts +50 -0
- package/build/ts/surfaces/admin/components/ClickableChip.d.ts +14 -0
- package/build/ts/surfaces/admin/components/ColorField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/ColorPicker.d.ts +12 -0
- package/build/ts/surfaces/admin/components/DateField.d.ts +14 -0
- package/build/ts/surfaces/admin/components/DatePicker.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Divider.d.ts +10 -0
- package/build/ts/surfaces/admin/components/DropZone.d.ts +18 -0
- package/build/ts/surfaces/admin/components/EmailField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/Form.d.ts +13 -0
- package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +15 -0
- package/build/ts/surfaces/admin/components/Grid.d.ts +22 -0
- package/build/ts/surfaces/admin/components/GridItem.d.ts +21 -0
- package/build/ts/surfaces/admin/components/Heading.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Icon.d.ts +0 -3
- package/build/ts/surfaces/admin/components/Image.d.ts +21 -0
- package/build/ts/surfaces/admin/components/Link.d.ts +34 -0
- package/build/ts/surfaces/admin/components/ListItem.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Menu.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Modal.d.ts +27 -0
- package/build/ts/surfaces/admin/components/MoneyField.d.ts +16 -0
- package/build/ts/surfaces/admin/components/NumberField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/Option.d.ts +11 -0
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +11 -0
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Page.d.ts +9 -0
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +11 -0
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +11 -0
- package/build/ts/surfaces/admin/components/SearchField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/Section.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Select.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Spinner.d.ts +10 -0
- package/build/ts/surfaces/admin/components/Stack.d.ts +22 -0
- package/build/ts/surfaces/admin/components/Switch.d.ts +14 -0
- package/build/ts/surfaces/admin/components/Table.d.ts +18 -0
- package/build/ts/surfaces/admin/components/TableBody.d.ts +11 -0
- package/build/ts/surfaces/admin/components/TableCell.d.ts +12 -0
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +12 -0
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +11 -0
- package/build/ts/surfaces/admin/components/TableRow.d.ts +11 -0
- package/build/ts/surfaces/admin/components/Text.d.ts +11 -0
- package/build/ts/surfaces/admin/components/TextArea.d.ts +15 -0
- package/build/ts/surfaces/admin/components/TextField.d.ts +16 -0
- package/build/ts/surfaces/admin/components/Thumbnail.d.ts +12 -0
- package/build/ts/surfaces/admin/components/Tooltip.d.ts +14 -0
- package/build/ts/surfaces/admin/components/URLField.d.ts +15 -0
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +11 -0
- package/build/ts/surfaces/admin/components/shared.d.ts +268 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +1 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +3 -2
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +3 -2
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +9 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +231 -121
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/docs.d.ts +37 -0
- package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +12 -5
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +11 -2
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +4 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +4 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shared.d.ts +77 -31
- package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +13 -4
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +16 -12
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts +652 -435
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Announcement.d.ts +43 -13
- package/build/ts/surfaces/checkout/components/Badge.d.ts +48 -6
- package/build/ts/surfaces/checkout/components/Banner.d.ts +67 -12
- package/build/ts/surfaces/checkout/components/Box.d.ts +56 -2
- package/build/ts/surfaces/checkout/components/Button.d.ts +27 -6
- package/build/ts/surfaces/checkout/components/Checkbox.d.ts +42 -5
- package/build/ts/surfaces/checkout/components/Chip.d.ts +7 -6
- package/build/ts/surfaces/checkout/components/Choice.d.ts +6 -3
- package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +17 -5
- package/build/ts/surfaces/checkout/components/Clickable.d.ts +50 -9
- package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +24 -11
- package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
- package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
- package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +35 -13
- package/build/ts/surfaces/checkout/components/DateField.d.ts +30 -9
- package/build/ts/surfaces/checkout/components/DatePicker.d.ts +27 -8
- package/build/ts/surfaces/checkout/components/Details.d.ts +22 -11
- package/build/ts/surfaces/checkout/components/Divider.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/DropZone.d.ts +21 -6
- package/build/ts/surfaces/checkout/components/EmailField.d.ts +37 -13
- package/build/ts/surfaces/checkout/components/Form.d.ts +17 -5
- package/build/ts/surfaces/checkout/components/Grid.d.ts +143 -2
- package/build/ts/surfaces/checkout/components/GridItem.d.ts +61 -2
- package/build/ts/surfaces/checkout/components/Heading.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Icon.d.ts +49 -6
- package/build/ts/surfaces/checkout/components/Image.d.ts +44 -2
- package/build/ts/surfaces/checkout/components/Link.d.ts +17 -6
- package/build/ts/surfaces/checkout/components/ListItem.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Map.d.ts +72 -8
- package/build/ts/surfaces/checkout/components/MapMarker.d.ts +36 -10
- package/build/ts/surfaces/checkout/components/Modal.d.ts +51 -10
- package/build/ts/surfaces/checkout/components/MoneyField.d.ts +34 -11
- package/build/ts/surfaces/checkout/components/NumberField.d.ts +41 -13
- package/build/ts/surfaces/checkout/components/Option.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/OrderedList.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Paragraph.d.ts +13 -2
- package/build/ts/surfaces/checkout/components/PasswordField.d.ts +37 -13
- package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +16 -3
- package/build/ts/surfaces/checkout/components/PhoneField.d.ts +37 -13
- package/build/ts/surfaces/checkout/components/Popover.d.ts +39 -24
- package/build/ts/surfaces/checkout/components/PressButton.d.ts +21 -9
- package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +25 -3
- package/build/ts/surfaces/checkout/components/Progress.d.ts +30 -3
- package/build/ts/surfaces/checkout/components/QRCode.d.ts +27 -5
- package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +61 -2
- package/build/ts/surfaces/checkout/components/Section.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Select.d.ts +33 -9
- package/build/ts/surfaces/checkout/components/Sheet.d.ts +40 -15
- package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Spinner.d.ts +19 -3
- package/build/ts/surfaces/checkout/components/Stack.d.ts +116 -2
- package/build/ts/surfaces/checkout/components/Summary.d.ts +3 -0
- package/build/ts/surfaces/checkout/components/Switch.d.ts +16 -5
- package/build/ts/surfaces/checkout/components/Text.d.ts +22 -4
- package/build/ts/surfaces/checkout/components/TextArea.d.ts +34 -11
- package/build/ts/surfaces/checkout/components/TextField.d.ts +41 -13
- package/build/ts/surfaces/checkout/components/Time.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/Tooltip.d.ts +21 -4
- package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +5 -3
- package/build/ts/surfaces/checkout/components/UrlField.d.ts +25 -13
- package/build/ts/surfaces/checkout/components/components-shared.d.ts +663 -486
- package/build/ts/surfaces/checkout/components/components.d.ts +485 -372
- package/build/ts/surfaces/checkout/extension-targets.d.ts +12 -0
- package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/globals.d.ts +1 -0
- package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/api.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/app-metafields.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/app-metafields.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/attributes.d.ts +3 -0
- package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/billing-address.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/billing-address.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts +5 -0
- package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/capabilities.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/capabilities.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/cart-lines.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/cart-lines.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/checkout-token.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/checkout-token.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/cost.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/cost.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/country.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/country.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/currency.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/currency.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-group.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-group.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/discounts.d.ts +3 -0
- package/build/ts/surfaces/checkout/preact/discounts.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/extension-editor.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/extension-editor.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/extension-language.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/extension-language.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/extension.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/extension.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/gift-cards.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/gift-cards.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/instructions.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/instructions.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/language.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/language.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +4 -0
- package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/market.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/market.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/metafield.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/metafield.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/metafields.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/note.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/note.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/payment-method.d.ts +3 -0
- package/build/ts/surfaces/checkout/preact/payment-method.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/payment-options.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/payment-options.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/redeemable.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/redeemable.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/session-token.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/session-token.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/settings.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/settings.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/shipping-address.d.ts +2 -0
- package/build/ts/surfaces/checkout/preact/shipping-address.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/shop.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/shop.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/storage.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/storage.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/target.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/target.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/timezone.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/timezone.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/preact/translate.d.ts +1 -0
- package/build/ts/surfaces/checkout/preact/translate.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/shared.d.ts +3 -2
- package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/style.d.ts +1 -0
- package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/types.d.ts +0 -4
- package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +1 -1
- package/build/ts/surfaces/customer-account/api/docs.d.ts +220 -19
- package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +38 -9
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts +76 -52
- package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +60 -64
- package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Announcement.d.ts +43 -13
- package/build/ts/surfaces/customer-account/components/Avatar.d.ts +44 -14
- package/build/ts/surfaces/customer-account/components/Badge.d.ts +48 -6
- package/build/ts/surfaces/customer-account/components/Banner.d.ts +67 -12
- package/build/ts/surfaces/customer-account/components/Box.d.ts +56 -2
- package/build/ts/surfaces/customer-account/components/Button.d.ts +27 -6
- package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +12 -4
- package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +42 -5
- package/build/ts/surfaces/customer-account/components/Chip.d.ts +7 -6
- package/build/ts/surfaces/customer-account/components/Choice.d.ts +6 -3
- package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +17 -5
- package/build/ts/surfaces/customer-account/components/Clickable.d.ts +50 -9
- package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +24 -11
- package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +16 -5
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +26 -5
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +35 -13
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +12 -4
- package/build/ts/surfaces/customer-account/components/DateField.d.ts +30 -9
- package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +27 -8
- package/build/ts/surfaces/customer-account/components/Details.d.ts +22 -11
- package/build/ts/surfaces/customer-account/components/Divider.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/DropZone.d.ts +21 -6
- package/build/ts/surfaces/customer-account/components/EmailField.d.ts +37 -13
- package/build/ts/surfaces/customer-account/components/Form.d.ts +17 -5
- package/build/ts/surfaces/customer-account/components/Grid.d.ts +143 -2
- package/build/ts/surfaces/customer-account/components/GridItem.d.ts +61 -2
- package/build/ts/surfaces/customer-account/components/Heading.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Icon.d.ts +49 -6
- package/build/ts/surfaces/customer-account/components/Image.d.ts +44 -2
- package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
- package/build/ts/surfaces/customer-account/components/Link.d.ts +17 -6
- package/build/ts/surfaces/customer-account/components/ListItem.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Map.d.ts +72 -8
- package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +36 -10
- package/build/ts/surfaces/customer-account/components/Menu.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/Modal.d.ts +51 -10
- package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +34 -11
- package/build/ts/surfaces/customer-account/components/NumberField.d.ts +41 -13
- package/build/ts/surfaces/customer-account/components/Option.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Page.d.ts +14 -6
- package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +13 -2
- package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +37 -13
- package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +16 -3
- package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +37 -13
- package/build/ts/surfaces/customer-account/components/Popover.d.ts +39 -24
- package/build/ts/surfaces/customer-account/components/PressButton.d.ts +21 -9
- package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +25 -3
- package/build/ts/surfaces/customer-account/components/Progress.d.ts +30 -3
- package/build/ts/surfaces/customer-account/components/QRCode.d.ts +27 -5
- package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +61 -2
- package/build/ts/surfaces/customer-account/components/Section.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Select.d.ts +33 -9
- package/build/ts/surfaces/customer-account/components/Sheet.d.ts +40 -15
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Spinner.d.ts +19 -3
- package/build/ts/surfaces/customer-account/components/Stack.d.ts +116 -2
- package/build/ts/surfaces/customer-account/components/Summary.d.ts +3 -0
- package/build/ts/surfaces/customer-account/components/Switch.d.ts +16 -5
- package/build/ts/surfaces/customer-account/components/Text.d.ts +22 -4
- package/build/ts/surfaces/customer-account/components/TextArea.d.ts +34 -11
- package/build/ts/surfaces/customer-account/components/TextField.d.ts +41 -13
- package/build/ts/surfaces/customer-account/components/Time.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +21 -4
- package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +5 -3
- package/build/ts/surfaces/customer-account/components/UrlField.d.ts +25 -13
- package/build/ts/surfaces/customer-account/components/components-shared.d.ts +663 -486
- package/build/ts/surfaces/customer-account/components/components.d.ts +485 -372
- package/build/ts/surfaces/customer-account/components/polaris-elements.d.ts +151 -0
- package/build/ts/surfaces/customer-account/components/shared.d.ts +23 -2
- package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/shared.ts +23 -5
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts +4 -5
- package/build/ts/surfaces/point-of-sale/api/camera-api/camera-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +3 -1
- package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts +4 -7
- package/build/ts/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +8 -10
- package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +4 -4
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +4 -7
- package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +1 -3
- package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +6 -3
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/types/storage.d.ts +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -4
- package/src/shared.ts +30 -11
- package/src/surfaces/admin/api/action/action.ts +2 -0
- package/src/surfaces/admin/api/block/block.ts +3 -0
- package/src/surfaces/admin/api/checkout-rules/launch-options.ts +2 -0
- package/src/surfaces/admin/api/checkout-rules/metafields.ts +2 -0
- package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +2 -0
- package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +2 -0
- package/src/surfaces/admin/api/discount-function-settings/metafields.ts +2 -0
- package/src/surfaces/admin/api/intents/intents.ts +4 -0
- package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts +2 -0
- package/src/surfaces/admin/api/picker/picker.ts +2 -0
- package/src/surfaces/admin/api/print-action/print-action.ts +2 -0
- package/src/surfaces/admin/api/product-configuration/product-details-configuration.ts +2 -0
- package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts +2 -0
- package/src/surfaces/admin/api/purchase-options-card-action.ts +2 -0
- package/src/surfaces/admin/api/resource-picker/resource-picker.ts +7 -1
- package/src/surfaces/admin/api/should-render/should-render.ts +2 -0
- package/src/surfaces/admin/api/standard/standard.ts +2 -0
- package/src/surfaces/admin/components/AdminAction.d.ts +9 -0
- package/src/surfaces/admin/components/AdminBlock.d.ts +9 -0
- package/src/surfaces/admin/components/AdminPrintAction.d.ts +9 -0
- package/src/surfaces/admin/components/Avatar.d.ts +12 -0
- package/src/surfaces/admin/components/Badge.d.ts +12 -0
- package/src/surfaces/admin/components/Banner.d.ts +14 -0
- package/src/surfaces/admin/components/Box.d.ts +17 -0
- package/src/surfaces/admin/components/Button.d.ts +17 -0
- package/src/surfaces/admin/components/ButtonGroup.d.ts +11 -0
- package/src/surfaces/admin/components/Checkbox.d.ts +14 -0
- package/src/surfaces/admin/components/Chip.d.ts +9 -0
- package/src/surfaces/admin/components/Choice.d.ts +11 -0
- package/src/surfaces/admin/components/ChoiceList.d.ts +13 -0
- package/src/surfaces/admin/components/Clickable.d.ts +50 -0
- package/src/surfaces/admin/components/ClickableChip.d.ts +14 -0
- package/src/surfaces/admin/components/ColorField.d.ts +15 -0
- package/src/surfaces/admin/components/ColorPicker.d.ts +12 -0
- package/src/surfaces/admin/components/DateField.d.ts +14 -0
- package/src/surfaces/admin/components/DatePicker.d.ts +12 -0
- package/src/surfaces/admin/components/Divider.d.ts +10 -0
- package/src/surfaces/admin/components/DropZone.d.ts +18 -0
- package/src/surfaces/admin/components/EmailField.d.ts +15 -0
- package/src/surfaces/admin/components/Form.d.ts +13 -0
- package/src/surfaces/admin/components/FunctionSettings.d.ts +15 -0
- package/src/surfaces/admin/components/Grid.d.ts +22 -0
- package/src/surfaces/admin/components/GridItem.d.ts +21 -0
- package/src/surfaces/admin/components/Heading.d.ts +11 -0
- package/src/surfaces/admin/components/Icon.d.ts +0 -3
- package/src/surfaces/admin/components/Image.d.ts +21 -0
- package/src/surfaces/admin/components/Link.d.ts +34 -0
- package/src/surfaces/admin/components/ListItem.d.ts +11 -0
- package/src/surfaces/admin/components/Menu.d.ts +14 -0
- package/src/surfaces/admin/components/Modal.d.ts +27 -0
- package/src/surfaces/admin/components/MoneyField.d.ts +16 -0
- package/src/surfaces/admin/components/NumberField.d.ts +15 -0
- package/src/surfaces/admin/components/Option.d.ts +11 -0
- package/src/surfaces/admin/components/OptionGroup.d.ts +11 -0
- package/src/surfaces/admin/components/OrderedList.d.ts +11 -0
- package/src/surfaces/admin/components/Page.d.ts +9 -0
- package/src/surfaces/admin/components/Paragraph.d.ts +11 -0
- package/src/surfaces/admin/components/PasswordField.d.ts +15 -0
- package/src/surfaces/admin/components/QueryContainer.d.ts +11 -0
- package/src/surfaces/admin/components/SearchField.d.ts +15 -0
- package/src/surfaces/admin/components/Section.d.ts +12 -0
- package/src/surfaces/admin/components/Select.d.ts +14 -0
- package/src/surfaces/admin/components/Spinner.d.ts +10 -0
- package/src/surfaces/admin/components/Stack.d.ts +22 -0
- package/src/surfaces/admin/components/Switch.d.ts +14 -0
- package/src/surfaces/admin/components/Table.d.ts +18 -0
- package/src/surfaces/admin/components/TableBody.d.ts +11 -0
- package/src/surfaces/admin/components/TableCell.d.ts +12 -0
- package/src/surfaces/admin/components/TableHeader.d.ts +12 -0
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +11 -0
- package/src/surfaces/admin/components/TableRow.d.ts +11 -0
- package/src/surfaces/admin/components/Text.d.ts +11 -0
- package/src/surfaces/admin/components/TextArea.d.ts +15 -0
- package/src/surfaces/admin/components/TextField.d.ts +16 -0
- package/src/surfaces/admin/components/Thumbnail.d.ts +12 -0
- package/src/surfaces/admin/components/Tooltip.d.ts +14 -0
- package/src/surfaces/admin/components/URLField.d.ts +15 -0
- package/src/surfaces/admin/components/UnorderedList.d.ts +11 -0
- package/src/surfaces/admin/components/shared.d.ts +268 -1
- package/src/surfaces/admin/components.d.ts +647 -1
- package/src/surfaces/checkout/api/address-autocomplete/format-suggestion.ts +1 -0
- package/src/surfaces/checkout/api/address-autocomplete/standard.ts +3 -2
- package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +3 -2
- package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +9 -1
- package/src/surfaces/checkout/api/checkout/checkout.ts +231 -121
- package/src/surfaces/checkout/api/docs.ts +37 -0
- package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +12 -5
- package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +11 -2
- package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +4 -1
- package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +4 -1
- package/src/surfaces/checkout/api/shared.ts +77 -31
- package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +13 -4
- package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +16 -12
- package/src/surfaces/checkout/api/standard/standard.ts +654 -435
- package/src/surfaces/checkout/components/Abbreviation.d.ts +5 -3
- package/src/surfaces/checkout/components/Announcement.d.ts +43 -13
- package/src/surfaces/checkout/components/Badge.d.ts +48 -6
- package/src/surfaces/checkout/components/Banner.d.ts +67 -12
- package/src/surfaces/checkout/components/Box.d.ts +56 -2
- package/src/surfaces/checkout/components/Button.d.ts +27 -6
- package/src/surfaces/checkout/components/Checkbox.d.ts +42 -5
- package/src/surfaces/checkout/components/Chip.d.ts +7 -6
- package/src/surfaces/checkout/components/Choice.d.ts +6 -3
- package/src/surfaces/checkout/components/ChoiceList.d.ts +17 -5
- package/src/surfaces/checkout/components/Clickable.d.ts +50 -9
- package/src/surfaces/checkout/components/ClickableChip.d.ts +24 -11
- package/src/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
- package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
- package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +35 -13
- package/src/surfaces/checkout/components/DateField.d.ts +30 -9
- package/src/surfaces/checkout/components/DatePicker.d.ts +27 -8
- package/src/surfaces/checkout/components/Details.d.ts +22 -11
- package/src/surfaces/checkout/components/Divider.d.ts +5 -3
- package/src/surfaces/checkout/components/DropZone.d.ts +21 -6
- package/src/surfaces/checkout/components/EmailField.d.ts +37 -13
- package/src/surfaces/checkout/components/Form.d.ts +17 -5
- package/src/surfaces/checkout/components/Grid.d.ts +143 -2
- package/src/surfaces/checkout/components/GridItem.d.ts +61 -2
- package/src/surfaces/checkout/components/Heading.d.ts +5 -3
- package/src/surfaces/checkout/components/Icon.d.ts +49 -6
- package/src/surfaces/checkout/components/Image.d.ts +44 -2
- package/src/surfaces/checkout/components/Link.d.ts +17 -6
- package/src/surfaces/checkout/components/ListItem.d.ts +5 -3
- package/src/surfaces/checkout/components/Map.d.ts +72 -8
- package/src/surfaces/checkout/components/MapMarker.d.ts +36 -10
- package/src/surfaces/checkout/components/Modal.d.ts +51 -10
- package/src/surfaces/checkout/components/MoneyField.d.ts +34 -11
- package/src/surfaces/checkout/components/NumberField.d.ts +41 -13
- package/src/surfaces/checkout/components/Option.d.ts +5 -3
- package/src/surfaces/checkout/components/OrderedList.d.ts +5 -3
- package/src/surfaces/checkout/components/Paragraph.d.ts +13 -2
- package/src/surfaces/checkout/components/PasswordField.d.ts +37 -13
- package/src/surfaces/checkout/components/PaymentIcon.d.ts +16 -3
- package/src/surfaces/checkout/components/PhoneField.d.ts +37 -13
- package/src/surfaces/checkout/components/Popover.d.ts +39 -24
- package/src/surfaces/checkout/components/PressButton.d.ts +21 -9
- package/src/surfaces/checkout/components/ProductThumbnail.d.ts +25 -3
- package/src/surfaces/checkout/components/Progress.d.ts +30 -3
- package/src/surfaces/checkout/components/QRCode.d.ts +27 -5
- package/src/surfaces/checkout/components/QueryContainer.d.ts +5 -3
- package/src/surfaces/checkout/components/ScrollBox.d.ts +61 -2
- package/src/surfaces/checkout/components/Section.d.ts +5 -3
- package/src/surfaces/checkout/components/Select.d.ts +33 -9
- package/src/surfaces/checkout/components/Sheet.d.ts +40 -15
- package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +4 -3
- package/src/surfaces/checkout/components/Spinner.d.ts +19 -3
- package/src/surfaces/checkout/components/Stack.d.ts +116 -2
- package/src/surfaces/checkout/components/Summary.d.ts +3 -0
- package/src/surfaces/checkout/components/Switch.d.ts +16 -5
- package/src/surfaces/checkout/components/Text.d.ts +22 -4
- package/src/surfaces/checkout/components/TextArea.d.ts +34 -11
- package/src/surfaces/checkout/components/TextField.d.ts +41 -13
- package/src/surfaces/checkout/components/Time.d.ts +5 -3
- package/src/surfaces/checkout/components/Tooltip.d.ts +21 -4
- package/src/surfaces/checkout/components/UnorderedList.d.ts +5 -3
- package/src/surfaces/checkout/components/UrlField.d.ts +25 -13
- package/src/surfaces/checkout/components/components-shared.d.ts +663 -486
- package/src/surfaces/checkout/components/components.d.ts +485 -372
- package/src/surfaces/checkout/extension-targets.ts +12 -0
- package/src/surfaces/checkout/globals.ts +1 -0
- package/src/surfaces/checkout/preact/api.ts +2 -0
- package/src/surfaces/checkout/preact/app-metafields.ts +1 -0
- package/src/surfaces/checkout/preact/attributes.ts +3 -0
- package/src/surfaces/checkout/preact/billing-address.ts +1 -0
- package/src/surfaces/checkout/preact/buyer-identity.ts +4 -0
- package/src/surfaces/checkout/preact/buyer-journey.ts +5 -0
- package/src/surfaces/checkout/preact/capabilities.ts +2 -0
- package/src/surfaces/checkout/preact/cart-line-target.ts +1 -0
- package/src/surfaces/checkout/preact/cart-lines.ts +2 -0
- package/src/surfaces/checkout/preact/checkout-settings.ts +1 -0
- package/src/surfaces/checkout/preact/checkout-token.ts +1 -0
- package/src/surfaces/checkout/preact/cost.ts +4 -0
- package/src/surfaces/checkout/preact/country.ts +1 -0
- package/src/surfaces/checkout/preact/currency.ts +1 -0
- package/src/surfaces/checkout/preact/customer-privacy.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-group-list-target.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-group-target.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-group.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-groups.ts +1 -0
- package/src/surfaces/checkout/preact/delivery-selection-groups.ts +1 -0
- package/src/surfaces/checkout/preact/discounts.ts +3 -0
- package/src/surfaces/checkout/preact/extension-editor.ts +1 -0
- package/src/surfaces/checkout/preact/extension-language.ts +1 -0
- package/src/surfaces/checkout/preact/extension.ts +2 -0
- package/src/surfaces/checkout/preact/gift-cards.ts +2 -0
- package/src/surfaces/checkout/preact/instructions.ts +1 -0
- package/src/surfaces/checkout/preact/language.ts +1 -0
- package/src/surfaces/checkout/preact/localized-fields.ts +4 -0
- package/src/surfaces/checkout/preact/market.ts +1 -0
- package/src/surfaces/checkout/preact/metafield.ts +1 -0
- package/src/surfaces/checkout/preact/metafields.ts +2 -0
- package/src/surfaces/checkout/preact/note.ts +2 -0
- package/src/surfaces/checkout/preact/payment-method.ts +3 -0
- package/src/surfaces/checkout/preact/payment-options.ts +2 -0
- package/src/surfaces/checkout/preact/pickup-location-option-target.ts +1 -0
- package/src/surfaces/checkout/preact/redeemable.ts +1 -0
- package/src/surfaces/checkout/preact/session-token.ts +1 -0
- package/src/surfaces/checkout/preact/settings.ts +1 -0
- package/src/surfaces/checkout/preact/shipping-address.ts +2 -0
- package/src/surfaces/checkout/preact/shipping-option-target.ts +1 -0
- package/src/surfaces/checkout/preact/shop.ts +1 -0
- package/src/surfaces/checkout/preact/storage.ts +1 -0
- package/src/surfaces/checkout/preact/subscription.ts +1 -0
- package/src/surfaces/checkout/preact/target.ts +1 -0
- package/src/surfaces/checkout/preact/timezone.ts +1 -0
- package/src/surfaces/checkout/preact/translate.ts +1 -0
- package/src/surfaces/checkout/shared.ts +3 -2
- package/src/surfaces/checkout/style/style.ts +1 -0
- package/src/surfaces/checkout/style/types.ts +0 -4
- package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +1 -1
- package/src/surfaces/customer-account/api/docs.ts +225 -21
- package/src/surfaces/customer-account/api/order-status/order-status.ts +38 -9
- package/src/surfaces/customer-account/api/shared.ts +77 -52
- package/src/surfaces/customer-account/api/standard-api/standard-api.ts +60 -64
- package/src/surfaces/customer-account/components/Avatar.d.ts +44 -14
- package/src/surfaces/customer-account/components/ButtonGroup.d.ts +12 -4
- package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +12 -4
- package/src/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
- package/src/surfaces/customer-account/components/Menu.d.ts +1 -1
- package/src/surfaces/customer-account/components/Page.d.ts +14 -6
- package/src/surfaces/customer-account/components/Section.d.ts +12 -8
- package/src/surfaces/customer-account/components/polaris-elements.d.ts +151 -0
- package/src/surfaces/customer-account/components/shared.ts +23 -5
- package/src/surfaces/customer-account/components.d.ts +79 -1
- package/src/surfaces/point-of-sale/api/action-api/action-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/action-target-api/action-target-api.ts +1 -0
- package/src/surfaces/point-of-sale/api/camera-api/camera-api.ts +4 -5
- package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +3 -1
- package/src/surfaces/point-of-sale/api/cash-drawer-api/cash-drawer-api.ts +4 -7
- package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/device-api/device-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +8 -11
- package/src/surfaces/point-of-sale/api/order-api/order-api.ts +4 -4
- package/src/surfaces/point-of-sale/api/pin-pad-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/print-api/print-api.ts +4 -7
- package/src/surfaces/point-of-sale/api/product-api/product-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/session-api/session-api.ts +6 -3
- package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +1 -3
- package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +6 -3
- package/src/surfaces/point-of-sale/components.d.ts +330 -0
- package/src/surfaces/point-of-sale/types/storage.ts +1 -1
- package/build/ts/docs/shared/component-definitions.d.ts +0 -31
- package/build/ts/docs/shared/component-definitions.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Abbreviation.d.ts +0 -4
- package/build/ts/docs/shared/components/Abbreviation.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Announcement.d.ts +0 -4
- package/build/ts/docs/shared/components/Announcement.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Avatar.d.ts +0 -4
- package/build/ts/docs/shared/components/Avatar.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Badge.d.ts +0 -4
- package/build/ts/docs/shared/components/Badge.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Banner.d.ts +0 -4
- package/build/ts/docs/shared/components/Banner.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Box.d.ts +0 -4
- package/build/ts/docs/shared/components/Box.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Button.d.ts +0 -4
- package/build/ts/docs/shared/components/Button.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ButtonGroup.d.ts +0 -4
- package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Checkbox.d.ts +0 -4
- package/build/ts/docs/shared/components/Checkbox.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Chip.d.ts +0 -4
- package/build/ts/docs/shared/components/Chip.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Choice.d.ts +0 -4
- package/build/ts/docs/shared/components/Choice.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ChoiceList.d.ts +0 -4
- package/build/ts/docs/shared/components/ChoiceList.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Clickable.d.ts +0 -4
- package/build/ts/docs/shared/components/Clickable.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ClickableChip.d.ts +0 -4
- package/build/ts/docs/shared/components/ClickableChip.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ClipboardItem.d.ts +0 -4
- package/build/ts/docs/shared/components/ClipboardItem.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ColorField.d.ts +0 -4
- package/build/ts/docs/shared/components/ColorField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ColorPicker.d.ts +0 -4
- package/build/ts/docs/shared/components/ColorPicker.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +0 -4
- package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +0 -4
- package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/DateField.d.ts +0 -4
- package/build/ts/docs/shared/components/DateField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/DatePicker.d.ts +0 -4
- package/build/ts/docs/shared/components/DatePicker.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Details.d.ts +0 -4
- package/build/ts/docs/shared/components/Details.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Divider.d.ts +0 -4
- package/build/ts/docs/shared/components/Divider.d.ts.map +0 -1
- package/build/ts/docs/shared/components/DropZone.d.ts +0 -4
- package/build/ts/docs/shared/components/DropZone.d.ts.map +0 -1
- package/build/ts/docs/shared/components/EmailField.d.ts +0 -4
- package/build/ts/docs/shared/components/EmailField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Form.d.ts +0 -4
- package/build/ts/docs/shared/components/Form.d.ts.map +0 -1
- package/build/ts/docs/shared/components/FunctionSettings.d.ts +0 -4
- package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Grid.d.ts +0 -4
- package/build/ts/docs/shared/components/Grid.d.ts.map +0 -1
- package/build/ts/docs/shared/components/GridItem.d.ts +0 -4
- package/build/ts/docs/shared/components/GridItem.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Heading.d.ts +0 -4
- package/build/ts/docs/shared/components/Heading.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Icon.d.ts +0 -4
- package/build/ts/docs/shared/components/Icon.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Image.d.ts +0 -4
- package/build/ts/docs/shared/components/Image.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Link.d.ts +0 -4
- package/build/ts/docs/shared/components/Link.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ListItem.d.ts +0 -4
- package/build/ts/docs/shared/components/ListItem.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Map.d.ts +0 -4
- package/build/ts/docs/shared/components/Map.d.ts.map +0 -1
- package/build/ts/docs/shared/components/MapMarker.d.ts +0 -4
- package/build/ts/docs/shared/components/MapMarker.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Menu.d.ts +0 -4
- package/build/ts/docs/shared/components/Menu.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Modal.d.ts +0 -4
- package/build/ts/docs/shared/components/Modal.d.ts.map +0 -1
- package/build/ts/docs/shared/components/MoneyField.d.ts +0 -4
- package/build/ts/docs/shared/components/MoneyField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/NumberField.d.ts +0 -4
- package/build/ts/docs/shared/components/NumberField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Option.d.ts +0 -4
- package/build/ts/docs/shared/components/Option.d.ts.map +0 -1
- package/build/ts/docs/shared/components/OptionGroup.d.ts +0 -4
- package/build/ts/docs/shared/components/OptionGroup.d.ts.map +0 -1
- package/build/ts/docs/shared/components/OrderedList.d.ts +0 -4
- package/build/ts/docs/shared/components/OrderedList.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Page.d.ts +0 -4
- package/build/ts/docs/shared/components/Page.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Paragraph.d.ts +0 -4
- package/build/ts/docs/shared/components/Paragraph.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PasswordField.d.ts +0 -4
- package/build/ts/docs/shared/components/PasswordField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PaymentIcon.d.ts +0 -4
- package/build/ts/docs/shared/components/PaymentIcon.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PhoneField.d.ts +0 -4
- package/build/ts/docs/shared/components/PhoneField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Popover.d.ts +0 -4
- package/build/ts/docs/shared/components/Popover.d.ts.map +0 -1
- package/build/ts/docs/shared/components/PressButton.d.ts +0 -4
- package/build/ts/docs/shared/components/PressButton.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ProductThumbnail.d.ts +0 -4
- package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Progress.d.ts +0 -4
- package/build/ts/docs/shared/components/Progress.d.ts.map +0 -1
- package/build/ts/docs/shared/components/QRCode.d.ts +0 -4
- package/build/ts/docs/shared/components/QRCode.d.ts.map +0 -1
- package/build/ts/docs/shared/components/QueryContainer.d.ts +0 -4
- package/build/ts/docs/shared/components/QueryContainer.d.ts.map +0 -1
- package/build/ts/docs/shared/components/ScrollBox.d.ts +0 -4
- package/build/ts/docs/shared/components/ScrollBox.d.ts.map +0 -1
- package/build/ts/docs/shared/components/SearchField.d.ts +0 -4
- package/build/ts/docs/shared/components/SearchField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Section.d.ts +0 -4
- package/build/ts/docs/shared/components/Section.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Select.d.ts +0 -4
- package/build/ts/docs/shared/components/Select.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Sheet.d.ts +0 -4
- package/build/ts/docs/shared/components/Sheet.d.ts.map +0 -1
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +0 -4
- package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Spinner.d.ts +0 -4
- package/build/ts/docs/shared/components/Spinner.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Stack.d.ts +0 -4
- package/build/ts/docs/shared/components/Stack.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Summary.d.ts +0 -4
- package/build/ts/docs/shared/components/Summary.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Switch.d.ts +0 -4
- package/build/ts/docs/shared/components/Switch.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Table.d.ts +0 -4
- package/build/ts/docs/shared/components/Table.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableBody.d.ts +0 -4
- package/build/ts/docs/shared/components/TableBody.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableCell.d.ts +0 -4
- package/build/ts/docs/shared/components/TableCell.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableHeader.d.ts +0 -4
- package/build/ts/docs/shared/components/TableHeader.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableHeaderRow.d.ts +0 -4
- package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TableRow.d.ts +0 -4
- package/build/ts/docs/shared/components/TableRow.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Text.d.ts +0 -4
- package/build/ts/docs/shared/components/Text.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TextArea.d.ts +0 -4
- package/build/ts/docs/shared/components/TextArea.d.ts.map +0 -1
- package/build/ts/docs/shared/components/TextField.d.ts +0 -4
- package/build/ts/docs/shared/components/TextField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Thumbnail.d.ts +0 -4
- package/build/ts/docs/shared/components/Thumbnail.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Time.d.ts +0 -4
- package/build/ts/docs/shared/components/Time.d.ts.map +0 -1
- package/build/ts/docs/shared/components/Tooltip.d.ts +0 -4
- package/build/ts/docs/shared/components/Tooltip.d.ts.map +0 -1
- package/build/ts/docs/shared/components/URLField.d.ts +0 -4
- package/build/ts/docs/shared/components/URLField.d.ts.map +0 -1
- package/build/ts/docs/shared/components/UnorderedList.d.ts +0 -4
- package/build/ts/docs/shared/components/UnorderedList.d.ts.map +0 -1
- package/build/ts/docs/shared/components/index.d.ts +0 -53
- package/build/ts/docs/shared/components/index.d.ts.map +0 -1
- package/build/ts/docs/shared/docs-type.d.ts +0 -4
- package/build/ts/docs/shared/docs-type.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/action/action.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/block/block.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +0 -4
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +0 -1
- package/build/ts/surfaces/admin/docs-types.d.ts +0 -38
- package/build/ts/surfaces/admin/docs-types.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +0 -4
- package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/helper.docs.d.ts +0 -15
- package/build/ts/surfaces/checkout/helper.docs.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
- package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Embed/Embed.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/EmptyState/EmptyState.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Link/Link.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Spinner/Spinner.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Switch/Switch.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Tabs/Tabs.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +0 -1
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +0 -4
- package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +0 -1
- package/src/docs/shared/component-definitions.ts +0 -190
- package/src/docs/shared/components/Abbreviation.ts +0 -12
- package/src/docs/shared/components/Announcement.ts +0 -12
- package/src/docs/shared/components/Avatar.ts +0 -13
- package/src/docs/shared/components/Badge.ts +0 -13
- package/src/docs/shared/components/Banner.ts +0 -13
- package/src/docs/shared/components/Box.ts +0 -13
- package/src/docs/shared/components/Button.ts +0 -13
- package/src/docs/shared/components/ButtonGroup.ts +0 -13
- package/src/docs/shared/components/Checkbox.ts +0 -13
- package/src/docs/shared/components/Chip.ts +0 -13
- package/src/docs/shared/components/Choice.ts +0 -13
- package/src/docs/shared/components/ChoiceList.ts +0 -13
- package/src/docs/shared/components/Clickable.ts +0 -13
- package/src/docs/shared/components/ClickableChip.ts +0 -13
- package/src/docs/shared/components/ClipboardItem.ts +0 -12
- package/src/docs/shared/components/ColorField.ts +0 -13
- package/src/docs/shared/components/ColorPicker.ts +0 -13
- package/src/docs/shared/components/ConsentCheckbox.ts +0 -12
- package/src/docs/shared/components/ConsentPhoneField.ts +0 -12
- package/src/docs/shared/components/DateField.ts +0 -13
- package/src/docs/shared/components/DatePicker.ts +0 -13
- package/src/docs/shared/components/Details.ts +0 -12
- package/src/docs/shared/components/Divider.ts +0 -13
- package/src/docs/shared/components/DropZone.ts +0 -12
- package/src/docs/shared/components/EmailField.ts +0 -13
- package/src/docs/shared/components/Form.ts +0 -13
- package/src/docs/shared/components/FunctionSettings.ts +0 -13
- package/src/docs/shared/components/Grid.ts +0 -13
- package/src/docs/shared/components/GridItem.ts +0 -13
- package/src/docs/shared/components/Heading.ts +0 -13
- package/src/docs/shared/components/Icon.ts +0 -13
- package/src/docs/shared/components/Image.ts +0 -13
- package/src/docs/shared/components/Link.ts +0 -13
- package/src/docs/shared/components/ListItem.ts +0 -13
- package/src/docs/shared/components/Map.ts +0 -12
- package/src/docs/shared/components/MapMarker.ts +0 -12
- package/src/docs/shared/components/Menu.ts +0 -13
- package/src/docs/shared/components/Modal.ts +0 -12
- package/src/docs/shared/components/MoneyField.ts +0 -13
- package/src/docs/shared/components/NumberField.ts +0 -13
- package/src/docs/shared/components/Option.ts +0 -12
- package/src/docs/shared/components/OptionGroup.ts +0 -12
- package/src/docs/shared/components/OrderedList.ts +0 -13
- package/src/docs/shared/components/Page.ts +0 -12
- package/src/docs/shared/components/Paragraph.ts +0 -13
- package/src/docs/shared/components/PasswordField.ts +0 -13
- package/src/docs/shared/components/PaymentIcon.ts +0 -12
- package/src/docs/shared/components/PhoneField.ts +0 -11
- package/src/docs/shared/components/Popover.ts +0 -12
- package/src/docs/shared/components/PressButton.ts +0 -12
- package/src/docs/shared/components/ProductThumbnail.ts +0 -11
- package/src/docs/shared/components/Progress.ts +0 -12
- package/src/docs/shared/components/QRCode.ts +0 -12
- package/src/docs/shared/components/QueryContainer.ts +0 -13
- package/src/docs/shared/components/ScrollBox.ts +0 -12
- package/src/docs/shared/components/SearchField.ts +0 -12
- package/src/docs/shared/components/Section.ts +0 -13
- package/src/docs/shared/components/Select.ts +0 -13
- package/src/docs/shared/components/Sheet.ts +0 -14
- package/src/docs/shared/components/SkeletonParagraph.ts +0 -12
- package/src/docs/shared/components/Spinner.ts +0 -13
- package/src/docs/shared/components/Stack.ts +0 -13
- package/src/docs/shared/components/Summary.ts +0 -12
- package/src/docs/shared/components/Switch.ts +0 -13
- package/src/docs/shared/components/Table.ts +0 -13
- package/src/docs/shared/components/TableBody.ts +0 -13
- package/src/docs/shared/components/TableCell.ts +0 -13
- package/src/docs/shared/components/TableHeader.ts +0 -13
- package/src/docs/shared/components/TableHeaderRow.ts +0 -13
- package/src/docs/shared/components/TableRow.ts +0 -13
- package/src/docs/shared/components/Text.ts +0 -13
- package/src/docs/shared/components/TextArea.ts +0 -13
- package/src/docs/shared/components/TextField.ts +0 -13
- package/src/docs/shared/components/Thumbnail.ts +0 -13
- package/src/docs/shared/components/Time.ts +0 -12
- package/src/docs/shared/components/Tooltip.ts +0 -13
- package/src/docs/shared/components/URLField.ts +0 -13
- package/src/docs/shared/components/UnorderedList.ts +0 -13
- package/src/docs/shared/components/index.ts +0 -52
- package/src/docs/shared/docs-type.ts +0 -7
- package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
- package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -103
- package/src/surfaces/admin/docs-types.ts +0 -54
- package/src/surfaces/checkout/helper.docs.ts +0 -166
|
@@ -10,9 +10,7 @@
|
|
|
10
10
|
/// <reference lib="DOM" />
|
|
11
11
|
import type {FormProps$1} from './components-shared.d.ts';
|
|
12
12
|
|
|
13
|
-
/**
|
|
14
|
-
* Used when an element does not have children.
|
|
15
|
-
*/
|
|
13
|
+
/** @publicDocs */
|
|
16
14
|
export interface BaseElementProps<TClass = HTMLElement> {
|
|
17
15
|
key?: preact.Key;
|
|
18
16
|
ref?: preact.Ref<TClass>;
|
|
@@ -20,35 +18,49 @@ export interface BaseElementProps<TClass = HTMLElement> {
|
|
|
20
18
|
}
|
|
21
19
|
/**
|
|
22
20
|
* Used when an element has children.
|
|
21
|
+
* @publicDocs
|
|
23
22
|
*/
|
|
24
23
|
export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
|
|
25
24
|
children?: preact.ComponentChildren;
|
|
26
25
|
}
|
|
26
|
+
/**
|
|
27
|
+
* An event type that narrows the `currentTarget` to the specific HTML element associated with the custom element tag. This provides type-safe event handling in callback listeners.
|
|
28
|
+
* @publicDocs
|
|
29
|
+
*/
|
|
27
30
|
export type CallbackEvent<TTagName extends keyof HTMLElementTagNameMap, TEvent extends Event = Event> = TEvent & {
|
|
28
31
|
currentTarget: HTMLElementTagNameMap[TTagName];
|
|
29
32
|
};
|
|
33
|
+
/**
|
|
34
|
+
* A typed event listener for custom element events. The listener receives a `CallbackEvent` with the correct `currentTarget` type for the associated custom element tag.
|
|
35
|
+
* @publicDocs
|
|
36
|
+
*/
|
|
30
37
|
export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap, TData = object> = (EventListener & {
|
|
31
38
|
(event: CallbackEvent<TTagName, Event> & TData): void;
|
|
32
39
|
}) | null;
|
|
33
40
|
|
|
34
41
|
declare const tagName = "s-form";
|
|
42
|
+
/** @publicDocs */
|
|
35
43
|
export interface FormElementProps extends Pick<FormProps$1, 'disabled' | 'id'> {
|
|
36
44
|
}
|
|
45
|
+
/** @publicDocs */
|
|
37
46
|
export interface FormEvents extends Pick<FormProps$1, 'onSubmit'> {
|
|
38
47
|
/**
|
|
39
|
-
* A callback
|
|
48
|
+
* A callback fired when the form is submitted.
|
|
40
49
|
*/
|
|
41
50
|
onSubmit?: () => void;
|
|
42
51
|
}
|
|
52
|
+
/** @publicDocs */
|
|
43
53
|
export interface FormElementEvents {
|
|
44
54
|
/**
|
|
45
|
-
* A callback
|
|
55
|
+
* A callback fired when the form is submitted.
|
|
46
56
|
*/
|
|
47
57
|
submit?: CallbackEventListener<typeof tagName>;
|
|
48
58
|
}
|
|
59
|
+
/** @publicDocs */
|
|
49
60
|
export interface FormElement extends FormElementProps, Omit<HTMLElement, 'id' | 'onsubmit'> {
|
|
50
61
|
onsubmit: FormEvents['onSubmit'];
|
|
51
62
|
}
|
|
63
|
+
/** @publicDocs */
|
|
52
64
|
export interface FormProps extends FormElementProps, FormEvents {
|
|
53
65
|
}
|
|
54
66
|
declare global {
|
|
@@ -10,16 +10,86 @@
|
|
|
10
10
|
/// <reference lib="DOM" />
|
|
11
11
|
import type {GridProps$1,MaybeResponsive, MaybeAllValuesShorthandProperty,BorderSizeKeyword, BorderStyleKeyword,AlignContentKeyword, AlignItemsKeyword, JustifyContentKeyword, JustifyItemsKeyword,ColorKeyword} from './components-shared.d.ts';
|
|
12
12
|
|
|
13
|
+
/**
|
|
14
|
+
* The subset of `align-content` values available for the grid component.
|
|
15
|
+
*
|
|
16
|
+
* - `center`: Packs rows toward the center of the grid.
|
|
17
|
+
* - `start`: Packs rows toward the start of the block axis.
|
|
18
|
+
* - `end`: Packs rows toward the end of the block axis.
|
|
19
|
+
* - `normal`: Default browser behavior.
|
|
20
|
+
* - `space-between`: Distributes rows evenly with no space at the edges.
|
|
21
|
+
* - `space-around`: Distributes rows evenly with equal space around each.
|
|
22
|
+
* - `space-evenly`: Distributes rows with equal space between and at the edges.
|
|
23
|
+
* - `stretch`: Stretches rows to fill the available space.
|
|
24
|
+
*
|
|
25
|
+
* @publicDocs
|
|
26
|
+
*/
|
|
13
27
|
export type ReducedAlignContentKeyword = Extract<AlignContentKeyword, 'normal' | 'space-between' | 'space-around' | 'space-evenly' | 'stretch' | 'center' | 'start' | 'end'>;
|
|
28
|
+
/**
|
|
29
|
+
* The subset of `align-items` values available for the grid component.
|
|
30
|
+
*
|
|
31
|
+
* - `center`: Centers items along the block axis.
|
|
32
|
+
* - `start`: Aligns items to the start of the block axis.
|
|
33
|
+
* - `end`: Aligns items to the end of the block axis.
|
|
34
|
+
* - `normal`: Default browser behavior.
|
|
35
|
+
* - `baseline`: Aligns items along their text baseline.
|
|
36
|
+
* - `stretch`: Stretches items to fill the cell along the block axis.
|
|
37
|
+
*
|
|
38
|
+
* @publicDocs
|
|
39
|
+
*/
|
|
14
40
|
export type ReducedAlignItemsKeyword = Extract<AlignItemsKeyword, 'normal' | 'stretch' | 'baseline' | 'center' | 'start' | 'end'>;
|
|
41
|
+
/**
|
|
42
|
+
* The subset of `justify-content` values available for the grid component.
|
|
43
|
+
*
|
|
44
|
+
* - `center`: Packs columns toward the center of the grid.
|
|
45
|
+
* - `start`: Packs columns toward the start of the inline axis.
|
|
46
|
+
* - `end`: Packs columns toward the end of the inline axis.
|
|
47
|
+
* - `normal`: Default browser behavior.
|
|
48
|
+
* - `space-between`: Distributes columns evenly with no space at the edges.
|
|
49
|
+
* - `space-around`: Distributes columns evenly with equal space around each.
|
|
50
|
+
* - `space-evenly`: Distributes columns with equal space between and at the edges.
|
|
51
|
+
* - `stretch`: Stretches columns to fill the available space.
|
|
52
|
+
*
|
|
53
|
+
* @publicDocs
|
|
54
|
+
*/
|
|
15
55
|
export type ReducedJustifyContentKeyword = Extract<JustifyContentKeyword, 'normal' | 'space-between' | 'space-around' | 'space-evenly' | 'stretch' | 'center' | 'start' | 'end'>;
|
|
56
|
+
/**
|
|
57
|
+
* The subset of `justify-items` values available for the grid component.
|
|
58
|
+
*
|
|
59
|
+
* - `center`: Centers items along the inline axis.
|
|
60
|
+
* - `start`: Aligns items to the start of the inline axis.
|
|
61
|
+
* - `end`: Aligns items to the end of the inline axis.
|
|
62
|
+
* - `normal`: Default browser behavior.
|
|
63
|
+
* - `baseline`: Aligns items along their text baseline.
|
|
64
|
+
* - `stretch`: Stretches items to fill the cell along the inline axis.
|
|
65
|
+
*
|
|
66
|
+
* @publicDocs
|
|
67
|
+
*/
|
|
16
68
|
export type ReducedJustifyItemsKeyword = Extract<JustifyItemsKeyword, 'normal' | 'stretch' | 'baseline' | 'center' | 'start' | 'end'>;
|
|
69
|
+
/**
|
|
70
|
+
* The subset of border size values available for this component.
|
|
71
|
+
*
|
|
72
|
+
* - `base`: Standard border width.
|
|
73
|
+
* - `large`: Thick border for strong emphasis.
|
|
74
|
+
* - `large-100`: Extra thick border for maximum prominence.
|
|
75
|
+
* - `large-200`: The thickest available border.
|
|
76
|
+
* - `none`: No border.
|
|
77
|
+
* @publicDocs
|
|
78
|
+
*/
|
|
17
79
|
export type ReducedBorderSizeKeyword = Extract<BorderSizeKeyword, 'none' | 'base' | 'large' | 'large-100' | 'large-200'>;
|
|
80
|
+
/**
|
|
81
|
+
* The subset of border color values available for this component.
|
|
82
|
+
*
|
|
83
|
+
* - `base`: The standard border color for most contexts.
|
|
84
|
+
* @publicDocs
|
|
85
|
+
*/
|
|
18
86
|
export type ReducedColorKeyword = Extract<ColorKeyword, 'base'>;
|
|
19
|
-
export type BorderShorthand = ReducedBorderSizeKeyword | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword}` | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword} ${BorderStyleKeyword}`;
|
|
20
87
|
/**
|
|
21
|
-
*
|
|
88
|
+
* A shorthand string for specifying border properties. Accepts a size alone (`'base'`), size with color (`'base base'`), or size with color and style (`'base base dashed'`). Omitted values use their defaults.
|
|
89
|
+
* @publicDocs
|
|
22
90
|
*/
|
|
91
|
+
export type BorderShorthand = ReducedBorderSizeKeyword | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword}` | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword} ${BorderStyleKeyword}`;
|
|
92
|
+
/** @publicDocs */
|
|
23
93
|
export interface BaseElementProps<TClass = HTMLElement> {
|
|
24
94
|
key?: preact.Key;
|
|
25
95
|
ref?: preact.Ref<TClass>;
|
|
@@ -27,27 +97,98 @@ export interface BaseElementProps<TClass = HTMLElement> {
|
|
|
27
97
|
}
|
|
28
98
|
/**
|
|
29
99
|
* Used when an element has children.
|
|
100
|
+
* @publicDocs
|
|
30
101
|
*/
|
|
31
102
|
export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
|
|
32
103
|
children?: preact.ComponentChildren;
|
|
33
104
|
}
|
|
34
105
|
|
|
35
106
|
declare const tagName = "s-grid";
|
|
107
|
+
/** @publicDocs */
|
|
36
108
|
export interface GridElementProps extends Pick<GridProps$1, 'accessibilityLabel' | 'accessibilityRole' | 'accessibilityVisibility' | 'alignContent' | 'alignItems' | 'background' | 'blockSize' | 'border' | 'borderColor' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'columnGap' | 'display' | 'gap' | 'gridTemplateColumns' | 'gridTemplateRows' | 'id' | 'inlineSize' | 'justifyContent' | 'justifyItems' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart' | 'placeContent' | 'placeItems' | 'rowGap'> {
|
|
109
|
+
/**
|
|
110
|
+
* Controls how the grid's rows are distributed along the block (column) axis when there is extra space. Set to an empty string to use the default.
|
|
111
|
+
*
|
|
112
|
+
* @default '' - meaning no override
|
|
113
|
+
*/
|
|
37
114
|
alignContent?: MaybeResponsive<ReducedAlignContentKeyword | ''>;
|
|
115
|
+
/**
|
|
116
|
+
* Aligns grid items along the block (column) axis. Set to an empty string to use the default.
|
|
117
|
+
*
|
|
118
|
+
* @default '' - meaning no override
|
|
119
|
+
*/
|
|
38
120
|
alignItems?: MaybeResponsive<ReducedAlignItemsKeyword | ''>;
|
|
121
|
+
/**
|
|
122
|
+
* The background color of the grid.
|
|
123
|
+
*
|
|
124
|
+
* - `base`: The standard background color for general content areas.
|
|
125
|
+
* - `subdued`: A muted background for secondary or supporting content.
|
|
126
|
+
* - `transparent`: No background color (the default).
|
|
127
|
+
*
|
|
128
|
+
* @default 'transparent'
|
|
129
|
+
*/
|
|
39
130
|
background?: Extract<GridProps$1['background'], 'transparent' | 'subdued' | 'base'>;
|
|
131
|
+
/**
|
|
132
|
+
* A shorthand for setting the border width, color, and style in a single property. Individual border properties (`borderWidth`, `borderStyle`, `borderColor`) can override values set here.
|
|
133
|
+
*
|
|
134
|
+
* @default 'none'
|
|
135
|
+
*/
|
|
40
136
|
border?: BorderShorthand;
|
|
137
|
+
/**
|
|
138
|
+
* The color of the border using the design system's color scale. Overrides the color value set by `border`.
|
|
139
|
+
*
|
|
140
|
+
* @default '' - meaning no override
|
|
141
|
+
*/
|
|
41
142
|
borderColor?: ReducedColorKeyword | '';
|
|
143
|
+
/**
|
|
144
|
+
* The thickness of the border on all sides. Supports 1-to-4-value shorthand syntax for specifying different widths per side. Overrides the width value set by `border`.
|
|
145
|
+
*
|
|
146
|
+
* @default '' - meaning no override
|
|
147
|
+
*/
|
|
42
148
|
borderWidth?: MaybeAllValuesShorthandProperty<ReducedBorderSizeKeyword> | '';
|
|
149
|
+
/**
|
|
150
|
+
* The roundedness of the grid's corners.
|
|
151
|
+
*
|
|
152
|
+
* - `none`: Sharp corners with no rounding.
|
|
153
|
+
* - `small-100` / `small`: Subtle rounding for compact elements.
|
|
154
|
+
* - `base`: Standard rounding for most use cases.
|
|
155
|
+
* - `large` / `large-100`: More pronounced rounding for prominent containers.
|
|
156
|
+
* - `max`: Maximum rounding, creating a pill or circular shape.
|
|
157
|
+
*
|
|
158
|
+
* Supports 1-to-4-value shorthand syntax for specifying different radii per corner.
|
|
159
|
+
*
|
|
160
|
+
* @default 'none'
|
|
161
|
+
*/
|
|
43
162
|
borderRadius?: MaybeAllValuesShorthandProperty<Extract<GridProps$1['borderRadius'], 'none' | 'small-100' | 'small' | 'base' | 'large' | 'large-100' | 'max'>>;
|
|
163
|
+
/**
|
|
164
|
+
* Controls how the grid's columns are distributed along the inline (row) axis when there is extra space. Set to an empty string to use the default.
|
|
165
|
+
*
|
|
166
|
+
* @default '' - meaning no override
|
|
167
|
+
*/
|
|
44
168
|
justifyContent?: MaybeResponsive<ReducedJustifyContentKeyword | ''>;
|
|
169
|
+
/**
|
|
170
|
+
* Aligns grid items along the inline (row) axis. Set to an empty string to use the default.
|
|
171
|
+
*
|
|
172
|
+
* @default '' - meaning no override
|
|
173
|
+
*/
|
|
45
174
|
justifyItems?: MaybeResponsive<ReducedJustifyItemsKeyword | ''>;
|
|
175
|
+
/**
|
|
176
|
+
* A shorthand for `justifyContent` and `alignContent` that sets both distribution axes at once.
|
|
177
|
+
*
|
|
178
|
+
* @default 'normal normal'
|
|
179
|
+
*/
|
|
46
180
|
placeContent?: MaybeResponsive<`${ReducedAlignContentKeyword} ${ReducedJustifyContentKeyword}` | ReducedAlignContentKeyword>;
|
|
181
|
+
/**
|
|
182
|
+
* A shorthand for `justifyItems` and `alignItems` that sets both alignment axes at once.
|
|
183
|
+
*
|
|
184
|
+
* @default 'normal normal'
|
|
185
|
+
*/
|
|
47
186
|
placeItems?: MaybeResponsive<`${ReducedAlignItemsKeyword} ${ReducedJustifyItemsKeyword}` | ReducedAlignItemsKeyword>;
|
|
48
187
|
}
|
|
188
|
+
/** @publicDocs */
|
|
49
189
|
export interface GridElement extends GridElementProps, Omit<HTMLElement, 'id'> {
|
|
50
190
|
}
|
|
191
|
+
/** @publicDocs */
|
|
51
192
|
export interface GridProps extends GridElementProps {
|
|
52
193
|
}
|
|
53
194
|
declare global {
|
|
@@ -10,12 +10,30 @@
|
|
|
10
10
|
/// <reference lib="DOM" />
|
|
11
11
|
import type {GridItemProps$1,BorderSizeKeyword, BorderStyleKeyword,ColorKeyword,MaybeAllValuesShorthandProperty} from './components-shared.d.ts';
|
|
12
12
|
|
|
13
|
+
/**
|
|
14
|
+
* The subset of border size values available for this component.
|
|
15
|
+
*
|
|
16
|
+
* - `base`: Standard border width.
|
|
17
|
+
* - `large`: Thick border for strong emphasis.
|
|
18
|
+
* - `large-100`: Extra thick border for maximum prominence.
|
|
19
|
+
* - `large-200`: The thickest available border.
|
|
20
|
+
* - `none`: No border.
|
|
21
|
+
* @publicDocs
|
|
22
|
+
*/
|
|
13
23
|
export type ReducedBorderSizeKeyword = Extract<BorderSizeKeyword, 'none' | 'base' | 'large' | 'large-100' | 'large-200'>;
|
|
24
|
+
/**
|
|
25
|
+
* The subset of border color values available for this component.
|
|
26
|
+
*
|
|
27
|
+
* - `base`: The standard border color for most contexts.
|
|
28
|
+
* @publicDocs
|
|
29
|
+
*/
|
|
14
30
|
export type ReducedColorKeyword = Extract<ColorKeyword, 'base'>;
|
|
15
|
-
export type BorderShorthand = ReducedBorderSizeKeyword | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword}` | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword} ${BorderStyleKeyword}`;
|
|
16
31
|
/**
|
|
17
|
-
*
|
|
32
|
+
* A shorthand string for specifying border properties. Accepts a size alone (`'base'`), size with color (`'base base'`), or size with color and style (`'base base dashed'`). Omitted values use their defaults.
|
|
33
|
+
* @publicDocs
|
|
18
34
|
*/
|
|
35
|
+
export type BorderShorthand = ReducedBorderSizeKeyword | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword}` | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword} ${BorderStyleKeyword}`;
|
|
36
|
+
/** @publicDocs */
|
|
19
37
|
export interface BaseElementProps<TClass = HTMLElement> {
|
|
20
38
|
key?: preact.Key;
|
|
21
39
|
ref?: preact.Ref<TClass>;
|
|
@@ -23,21 +41,62 @@ export interface BaseElementProps<TClass = HTMLElement> {
|
|
|
23
41
|
}
|
|
24
42
|
/**
|
|
25
43
|
* Used when an element has children.
|
|
44
|
+
* @publicDocs
|
|
26
45
|
*/
|
|
27
46
|
export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
|
|
28
47
|
children?: preact.ComponentChildren;
|
|
29
48
|
}
|
|
30
49
|
|
|
31
50
|
declare const tagName = "s-grid-item";
|
|
51
|
+
/** @publicDocs */
|
|
32
52
|
export interface GridItemElementProps extends Pick<GridItemProps$1, 'accessibilityLabel' | 'accessibilityRole' | 'accessibilityVisibility' | 'background' | 'blockSize' | 'border' | 'borderColor' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'display' | 'gridColumn' | 'gridRow' | 'id' | 'inlineSize' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart'> {
|
|
53
|
+
/**
|
|
54
|
+
* The background color of the grid item.
|
|
55
|
+
*
|
|
56
|
+
* - `base`: The standard background color for general content areas.
|
|
57
|
+
* - `subdued`: A muted background for secondary or supporting content.
|
|
58
|
+
* - `transparent`: No background color (the default).
|
|
59
|
+
*
|
|
60
|
+
* @default 'transparent'
|
|
61
|
+
*/
|
|
33
62
|
background?: Extract<GridItemProps$1['background'], 'transparent' | 'subdued' | 'base'>;
|
|
63
|
+
/**
|
|
64
|
+
* A shorthand for setting the border width, color, and style in a single property. Individual border properties (`borderWidth`, `borderStyle`, `borderColor`) can override values set here.
|
|
65
|
+
*
|
|
66
|
+
* @default 'none'
|
|
67
|
+
*/
|
|
34
68
|
border?: BorderShorthand;
|
|
69
|
+
/**
|
|
70
|
+
* The color of the border using the design system's color scale. Overrides the color value set by `border`.
|
|
71
|
+
*
|
|
72
|
+
* @default '' - meaning no override
|
|
73
|
+
*/
|
|
35
74
|
borderColor?: ReducedColorKeyword | '';
|
|
75
|
+
/**
|
|
76
|
+
* The thickness of the border on all sides. Supports 1-to-4-value shorthand syntax for specifying different widths per side. Overrides the width value set by `border`.
|
|
77
|
+
*
|
|
78
|
+
* @default '' - meaning no override
|
|
79
|
+
*/
|
|
36
80
|
borderWidth?: MaybeAllValuesShorthandProperty<ReducedBorderSizeKeyword> | '';
|
|
81
|
+
/**
|
|
82
|
+
* The roundedness of the grid item's corners.
|
|
83
|
+
*
|
|
84
|
+
* - `none`: Sharp corners with no rounding.
|
|
85
|
+
* - `small-100` / `small`: Subtle rounding for compact elements.
|
|
86
|
+
* - `base`: Standard rounding for most use cases.
|
|
87
|
+
* - `large` / `large-100`: More pronounced rounding for prominent containers.
|
|
88
|
+
* - `max`: Maximum rounding, creating a pill or circular shape.
|
|
89
|
+
*
|
|
90
|
+
* Supports 1-to-4-value shorthand syntax for specifying different radii per corner.
|
|
91
|
+
*
|
|
92
|
+
* @default 'none'
|
|
93
|
+
*/
|
|
37
94
|
borderRadius?: MaybeAllValuesShorthandProperty<Extract<GridItemProps$1['borderRadius'], 'none' | 'small-100' | 'small' | 'base' | 'large' | 'large-100' | 'max'>>;
|
|
38
95
|
}
|
|
96
|
+
/** @publicDocs */
|
|
39
97
|
export interface GridItemElement extends GridItemElementProps, Omit<HTMLElement, 'id'> {
|
|
40
98
|
}
|
|
99
|
+
/** @publicDocs */
|
|
41
100
|
export interface GridItemProps extends GridItemElementProps {
|
|
42
101
|
}
|
|
43
102
|
declare global {
|
|
@@ -10,9 +10,7 @@
|
|
|
10
10
|
/// <reference lib="DOM" />
|
|
11
11
|
import type {HeadingProps$1} from './components-shared.d.ts';
|
|
12
12
|
|
|
13
|
-
/**
|
|
14
|
-
* Used when an element does not have children.
|
|
15
|
-
*/
|
|
13
|
+
/** @publicDocs */
|
|
16
14
|
export interface BaseElementProps<TClass = HTMLElement> {
|
|
17
15
|
key?: preact.Key;
|
|
18
16
|
ref?: preact.Ref<TClass>;
|
|
@@ -20,16 +18,20 @@ export interface BaseElementProps<TClass = HTMLElement> {
|
|
|
20
18
|
}
|
|
21
19
|
/**
|
|
22
20
|
* Used when an element has children.
|
|
21
|
+
* @publicDocs
|
|
23
22
|
*/
|
|
24
23
|
export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
|
|
25
24
|
children?: preact.ComponentChildren;
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
declare const tagName = "s-heading";
|
|
28
|
+
/** @publicDocs */
|
|
29
29
|
export interface HeadingElementProps extends Pick<HeadingProps$1, 'accessibilityRole' | 'id'> {
|
|
30
30
|
}
|
|
31
|
+
/** @publicDocs */
|
|
31
32
|
export interface HeadingElement extends HeadingElementProps, Omit<HTMLElement, 'id'> {
|
|
32
33
|
}
|
|
34
|
+
/** @publicDocs */
|
|
33
35
|
export interface HeadingProps extends HeadingElementProps {
|
|
34
36
|
}
|
|
35
37
|
declare global {
|
|
@@ -10,30 +10,73 @@
|
|
|
10
10
|
/// <reference lib="DOM" />
|
|
11
11
|
import type {IconProps$1} from './components-shared.d.ts';
|
|
12
12
|
|
|
13
|
-
/**
|
|
14
|
-
* Used when an element does not have children.
|
|
15
|
-
*/
|
|
13
|
+
/** @publicDocs */
|
|
16
14
|
export interface BaseElementProps<TClass = HTMLElement> {
|
|
15
|
+
/**
|
|
16
|
+
* A unique identifier for this element within its parent. Used by the rendering engine for efficient reconciliation when lists change.
|
|
17
|
+
*/
|
|
17
18
|
key?: preact.Key;
|
|
19
|
+
/**
|
|
20
|
+
* A reference to the underlying DOM element, typically created using `useRef()`. This allows you to access and manipulate the DOM element directly in your component logic.
|
|
21
|
+
*/
|
|
18
22
|
ref?: preact.Ref<TClass>;
|
|
23
|
+
/**
|
|
24
|
+
* Assigns this element to a named slot in a parent component that uses slot-based composition patterns.
|
|
25
|
+
*/
|
|
19
26
|
slot?: Lowercase<string>;
|
|
20
27
|
}
|
|
21
28
|
/**
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
* @see https://github.com/Shopify/ui-api-design/blob/main/packages/ui-api-design/src/components/Icon/Icon.ts#L10
|
|
29
|
+
* The complete list of [icon names](https://github.com/Shopify/ui-api-design/blob/main/packages/ui-api-design/src/components/Icon/Icon.ts#L10) available in checkout and customer account surfaces. These icons are drawn from Shopify's design system and cover common UI patterns like navigation, status indicators, actions, and commerce concepts.
|
|
25
30
|
*/
|
|
26
31
|
declare const CHECKOUT_AVAILABLE_ICONS: readonly ["alert-circle", "alert-triangle-filled", "alert-triangle", "arrow-down", "arrow-left", "arrow-right", "arrow-up-right", "arrow-up", "bag", "bullet", "calendar", "camera", "caret-down", "cart", "cash-dollar", "categories", "check-circle", "check-circle-filled", "check", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "circle", "clipboard", "clock", "credit-card", "delete", "delivered", "delivery", "disabled", "discount", "edit", "email", "empty", "external", "filter", "geolocation", "gift-card", "globe", "grid", "image", "info-filled", "info", "list-bulleted", "location", "lock", "map", "menu-horizontal", "menu-vertical", "menu", "minus", "mobile", "note", "order", "organization", "plus", "profile", "question-circle-filled", "question-circle", "reorder", "reset", "return", "savings", "search", "settings", "star-filled", "star-half", "star", "store", "truck", "upload", "x-circle-filled", "x-circle", "x"];
|
|
32
|
+
/**
|
|
33
|
+
* The subset of icon types available in checkout and customer account surfaces. This is a narrowed set from the full Shopify icon library, containing only the icons supported in these contexts.
|
|
34
|
+
* @publicDocs
|
|
35
|
+
*/
|
|
27
36
|
export type ReducedIconTypes = (typeof CHECKOUT_AVAILABLE_ICONS)[number];
|
|
28
37
|
|
|
29
38
|
declare const tagName = "s-icon";
|
|
39
|
+
/** @publicDocs */
|
|
30
40
|
export interface IconElementProps extends Pick<IconProps$1, 'id' | 'size' | 'tone' | 'type'> {
|
|
41
|
+
/**
|
|
42
|
+
* The semantic meaning and color treatment of the icon.
|
|
43
|
+
*
|
|
44
|
+
* - `'info'`: Informational content or helpful tips.
|
|
45
|
+
* - `'auto'`: Automatically determined based on context.
|
|
46
|
+
* - `'neutral'`: General information without specific intent.
|
|
47
|
+
* - `'success'`: Positive outcomes or successful states.
|
|
48
|
+
* - `'warning'`: Important warnings about potential issues.
|
|
49
|
+
* - `'critical'`: Urgent problems or destructive actions.
|
|
50
|
+
* - `'custom'`: Inherits a custom color from its parent element's CSS.
|
|
51
|
+
*
|
|
52
|
+
* @default 'auto'
|
|
53
|
+
*/
|
|
31
54
|
tone?: Extract<IconProps$1['tone'], 'auto' | 'neutral' | 'info' | 'success' | 'warning' | 'critical' | 'custom'>;
|
|
55
|
+
/**
|
|
56
|
+
* The size of the icon.
|
|
57
|
+
*
|
|
58
|
+
* - `'base'`: Default size that works well for most use cases.
|
|
59
|
+
* - `'small'`: Small icon for inline use within text or compact UI elements.
|
|
60
|
+
* - `'small-200'`: Extra small icon for the most compact contexts.
|
|
61
|
+
* - `'small-100'`: Small icon suitable for tight or dense layouts.
|
|
62
|
+
* - `'large'`: Large icon for emphasis or prominent display.
|
|
63
|
+
* - `'large-100'`: Extra large icon for maximum visual impact.
|
|
64
|
+
*
|
|
65
|
+
* @default 'base'
|
|
66
|
+
*/
|
|
32
67
|
size?: Extract<IconProps$1['size'], 'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'>;
|
|
68
|
+
/**
|
|
69
|
+
* The type of icon that will be displayed. You can specify an icon name from the available icon set, or use an empty string to show no icon.
|
|
70
|
+
*/
|
|
33
71
|
type?: '' | ReducedIconTypes;
|
|
34
72
|
}
|
|
73
|
+
/**
|
|
74
|
+
* The HTML element interface for the `s-icon` custom element.
|
|
75
|
+
* @publicDocs
|
|
76
|
+
*/
|
|
35
77
|
export interface IconElement extends IconElementProps, Omit<HTMLElement, 'id'> {
|
|
36
78
|
}
|
|
79
|
+
/** @publicDocs */
|
|
37
80
|
export interface IconProps extends IconElementProps {
|
|
38
81
|
}
|
|
39
82
|
declare global {
|
|
@@ -10,26 +10,68 @@
|
|
|
10
10
|
/// <reference lib="DOM" />
|
|
11
11
|
import type {ImageProps$1,BorderSizeKeyword, BorderStyleKeyword,ColorKeyword,MaybeAllValuesShorthandProperty} from './components-shared.d.ts';
|
|
12
12
|
|
|
13
|
+
/**
|
|
14
|
+
* The subset of border size values available for the image component. These control the thickness of any border applied around the image.
|
|
15
|
+
*
|
|
16
|
+
* - `base`: Standard border width.
|
|
17
|
+
* - `large`: Thick border for strong emphasis.
|
|
18
|
+
* - `large-100`: Extra thick border for maximum prominence.
|
|
19
|
+
* - `large-200`: The thickest available border.
|
|
20
|
+
* - `none`: No border.
|
|
21
|
+
* @publicDocs
|
|
22
|
+
*/
|
|
13
23
|
export type ReducedBorderSizeKeyword = Extract<BorderSizeKeyword, 'none' | 'base' | 'large' | 'large-100' | 'large-200'>;
|
|
24
|
+
/**
|
|
25
|
+
* The subset of border color values available for the image component.
|
|
26
|
+
*
|
|
27
|
+
* - `base`: The standard border color for most contexts.
|
|
28
|
+
* @publicDocs
|
|
29
|
+
*/
|
|
14
30
|
export type ReducedColorKeyword = Extract<ColorKeyword, 'base'>;
|
|
15
|
-
export type BorderShorthand = ReducedBorderSizeKeyword | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword}` | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword} ${BorderStyleKeyword}`;
|
|
16
31
|
/**
|
|
17
|
-
*
|
|
32
|
+
* A shorthand string for specifying border properties on the image component. Supports size alone, size with color, or size with color and style — following the pattern `'size'`, `'size color'`, or `'size color style'`.
|
|
33
|
+
* @publicDocs
|
|
18
34
|
*/
|
|
35
|
+
export type BorderShorthand = ReducedBorderSizeKeyword | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword}` | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword} ${BorderStyleKeyword}`;
|
|
36
|
+
/** @publicDocs */
|
|
19
37
|
export interface BaseElementProps<TClass = HTMLElement> {
|
|
38
|
+
/**
|
|
39
|
+
* A unique identifier for this element within its parent. Used by the rendering engine for efficient reconciliation when lists change.
|
|
40
|
+
*/
|
|
20
41
|
key?: preact.Key;
|
|
42
|
+
/**
|
|
43
|
+
* A reference to the underlying DOM element, typically created using `useRef()`. This allows you to access and manipulate the DOM element directly in your component logic.
|
|
44
|
+
*/
|
|
21
45
|
ref?: preact.Ref<TClass>;
|
|
46
|
+
/**
|
|
47
|
+
* Assigns this element to a named slot in a parent component that uses slot-based composition patterns.
|
|
48
|
+
*/
|
|
22
49
|
slot?: Lowercase<string>;
|
|
23
50
|
}
|
|
24
51
|
|
|
25
52
|
declare const tagName = "s-image";
|
|
53
|
+
/** @publicDocs */
|
|
26
54
|
export interface ImageElementProps extends Pick<ImageProps$1, 'accessibilityRole' | 'alt' | 'aspectRatio' | 'border' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'id' | 'inlineSize' | 'loading' | 'objectFit' | 'sizes' | 'src' | 'srcSet'> {
|
|
55
|
+
/**
|
|
56
|
+
* A shorthand for setting the border around the image. Accepts a size keyword alone (for example, `'base'`), a size and color (for example, `'base base'`), or a size, color, and style (for example, `'base base solid'`). Use `'none'` to remove the border.
|
|
57
|
+
*/
|
|
27
58
|
border?: BorderShorthand;
|
|
59
|
+
/**
|
|
60
|
+
* The width of the border around the image. You can use a single value to apply the same width to all sides, or use the [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) to control individual sides. When set, this overrides the width value specified in the `border` shorthand.
|
|
61
|
+
*/
|
|
28
62
|
borderWidth?: MaybeAllValuesShorthandProperty<ReducedBorderSizeKeyword> | '';
|
|
63
|
+
/**
|
|
64
|
+
* The radius of the border corners around the image. You can use a single value to apply the same radius to all corners, or use the [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) to control individual corners.
|
|
65
|
+
*/
|
|
29
66
|
borderRadius?: MaybeAllValuesShorthandProperty<Extract<ImageProps$1['borderRadius'], 'none' | 'small-100' | 'small' | 'base' | 'large' | 'large-100' | 'max'>>;
|
|
30
67
|
}
|
|
68
|
+
/**
|
|
69
|
+
* The HTML element interface for the `s-image` custom element.
|
|
70
|
+
* @publicDocs
|
|
71
|
+
*/
|
|
31
72
|
export interface ImageElement extends ImageElementProps, Omit<HTMLElement, 'id'> {
|
|
32
73
|
}
|
|
74
|
+
/** @publicDocs */
|
|
33
75
|
export interface ImageProps extends ImageElementProps {
|
|
34
76
|
}
|
|
35
77
|
declare global {
|
|
@@ -10,9 +10,7 @@
|
|
|
10
10
|
/// <reference lib="DOM" />
|
|
11
11
|
import type {LinkProps$1} from './components-shared.d.ts';
|
|
12
12
|
|
|
13
|
-
/**
|
|
14
|
-
* Used when an element does not have children.
|
|
15
|
-
*/
|
|
13
|
+
/** @publicDocs */
|
|
16
14
|
export interface BaseElementProps<TClass = HTMLElement> {
|
|
17
15
|
key?: preact.Key;
|
|
18
16
|
ref?: preact.Ref<TClass>;
|
|
@@ -20,36 +18,49 @@ export interface BaseElementProps<TClass = HTMLElement> {
|
|
|
20
18
|
}
|
|
21
19
|
/**
|
|
22
20
|
* Used when an element has children.
|
|
21
|
+
* @publicDocs
|
|
23
22
|
*/
|
|
24
23
|
export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
|
|
25
24
|
children?: preact.ComponentChildren;
|
|
26
25
|
}
|
|
26
|
+
/**
|
|
27
|
+
* An event type that narrows the `currentTarget` to the specific HTML element associated with the custom element tag. This provides type-safe event handling in callback listeners.
|
|
28
|
+
* @publicDocs
|
|
29
|
+
*/
|
|
27
30
|
export type CallbackEvent<TTagName extends keyof HTMLElementTagNameMap, TEvent extends Event = Event> = TEvent & {
|
|
28
31
|
currentTarget: HTMLElementTagNameMap[TTagName];
|
|
29
32
|
};
|
|
33
|
+
/**
|
|
34
|
+
* A typed event listener for custom element events. The listener receives a `CallbackEvent` with the correct `currentTarget` type for the associated custom element tag.
|
|
35
|
+
* @publicDocs
|
|
36
|
+
*/
|
|
30
37
|
export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap, TData = object> = (EventListener & {
|
|
31
38
|
(event: CallbackEvent<TTagName, Event> & TData): void;
|
|
32
39
|
}) | null;
|
|
33
40
|
|
|
34
41
|
declare const tagName = "s-link";
|
|
42
|
+
/** @publicDocs */
|
|
35
43
|
export interface LinkElementProps extends Pick<LinkProps$1, 'accessibilityLabel' | 'command' | 'commandFor' | 'href' | 'id' | 'interestFor' | 'lang' | 'target' | 'tone'> {
|
|
36
44
|
target?: Extract<LinkProps$1['target'], 'auto' | '_blank'>;
|
|
37
45
|
tone?: Extract<LinkProps$1['tone'], 'auto' | 'neutral'>;
|
|
38
46
|
}
|
|
47
|
+
/** @publicDocs */
|
|
39
48
|
export interface LinkEvents extends Pick<LinkProps$1, 'onClick'> {
|
|
40
49
|
}
|
|
50
|
+
/** @publicDocs */
|
|
41
51
|
export interface LinkElementEvents {
|
|
42
52
|
/**
|
|
43
|
-
*
|
|
44
|
-
* This will be called before navigating to the location specified by `href`.
|
|
53
|
+
* A callback fired when the link is clicked, before navigating to the location specified by `href`.
|
|
45
54
|
*
|
|
46
|
-
*
|
|
55
|
+
* Learn more about the [click event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event).
|
|
47
56
|
*/
|
|
48
57
|
click?: CallbackEventListener<typeof tagName>;
|
|
49
58
|
}
|
|
59
|
+
/** @publicDocs */
|
|
50
60
|
export interface LinkElement extends LinkElementProps, Omit<HTMLElement, 'id' | 'lang' | 'onclick'> {
|
|
51
61
|
onclick: LinkEvents['onClick'];
|
|
52
62
|
}
|
|
63
|
+
/** @publicDocs */
|
|
53
64
|
export interface LinkProps extends LinkElementProps, LinkEvents {
|
|
54
65
|
}
|
|
55
66
|
declare global {
|
|
@@ -10,9 +10,7 @@
|
|
|
10
10
|
/// <reference lib="DOM" />
|
|
11
11
|
import type {ListItemProps$1} from './components-shared.d.ts';
|
|
12
12
|
|
|
13
|
-
/**
|
|
14
|
-
* Used when an element does not have children.
|
|
15
|
-
*/
|
|
13
|
+
/** @publicDocs */
|
|
16
14
|
export interface BaseElementProps<TClass = HTMLElement> {
|
|
17
15
|
key?: preact.Key;
|
|
18
16
|
ref?: preact.Ref<TClass>;
|
|
@@ -20,16 +18,20 @@ export interface BaseElementProps<TClass = HTMLElement> {
|
|
|
20
18
|
}
|
|
21
19
|
/**
|
|
22
20
|
* Used when an element has children.
|
|
21
|
+
* @publicDocs
|
|
23
22
|
*/
|
|
24
23
|
export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
|
|
25
24
|
children?: preact.ComponentChildren;
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
declare const tagName = "s-list-item";
|
|
28
|
+
/** @publicDocs */
|
|
29
29
|
export interface ListItemElementProps extends Pick<ListItemProps$1, 'id'> {
|
|
30
30
|
}
|
|
31
|
+
/** @publicDocs */
|
|
31
32
|
export interface ListItemElement extends ListItemElementProps, Omit<HTMLElement, 'id'> {
|
|
32
33
|
}
|
|
34
|
+
/** @publicDocs */
|
|
33
35
|
export interface ListItemProps extends ListItemElementProps {
|
|
34
36
|
}
|
|
35
37
|
declare global {
|