@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
|
@@ -13,10 +13,12 @@
|
|
|
13
13
|
/**
|
|
14
14
|
* Represents any valid children that can be rendered within a component, including elements, strings, numbers, or arrays of these types.
|
|
15
15
|
* This is an alias for Preact's `ComponentChildren` type.
|
|
16
|
+
* @publicDocs
|
|
16
17
|
*/
|
|
17
18
|
export type ComponentChildren = preact.ComponentChildren;
|
|
18
19
|
/**
|
|
19
20
|
* Represents string-only children for components that specifically require text content.
|
|
21
|
+
* @publicDocs
|
|
20
22
|
*/
|
|
21
23
|
export type StringChildren = string;
|
|
22
24
|
export interface GlobalProps {
|
|
@@ -32,6 +34,11 @@ export interface ActionProps {
|
|
|
32
34
|
*/
|
|
33
35
|
heading?: string;
|
|
34
36
|
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* The action component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
40
|
+
* @publicDocs
|
|
41
|
+
*/
|
|
35
42
|
export interface ActionSlots {
|
|
36
43
|
/**
|
|
37
44
|
* The primary action button or link, representing the main or most important action available in this context.
|
|
@@ -154,6 +161,7 @@ export interface ToggleEventProps {
|
|
|
154
161
|
*
|
|
155
162
|
* - `open`: The element is visible or expanded.
|
|
156
163
|
* - `closed`: The element is hidden or collapsed.
|
|
164
|
+
* @publicDocs
|
|
157
165
|
*/
|
|
158
166
|
export type ToggleState = 'open' | 'closed';
|
|
159
167
|
interface ToggleEvent$1 extends Event {
|
|
@@ -200,6 +208,7 @@ export interface AggregateErrorEvent<T extends Error> extends ErrorEvent {
|
|
|
200
208
|
*
|
|
201
209
|
*
|
|
202
210
|
* @default 'base'
|
|
211
|
+
* @publicDocs
|
|
203
212
|
*/
|
|
204
213
|
export type SizeKeyword =
|
|
205
214
|
| 'small-500'
|
|
@@ -222,6 +231,7 @@ export type SizeKeyword =
|
|
|
222
231
|
* - `base`: Primary color for body text, standard UI elements, and general content with good readability.
|
|
223
232
|
* - `strong`: Emphasized color for headings, key labels, and interactive elements that need prominence.
|
|
224
233
|
*
|
|
234
|
+
* @publicDocs
|
|
225
235
|
*/
|
|
226
236
|
export type ColorKeyword = 'subdued' | 'base' | 'strong';
|
|
227
237
|
interface AvatarProps$1 extends GlobalProps {
|
|
@@ -271,6 +281,7 @@ interface AvatarProps$1 extends GlobalProps {
|
|
|
271
281
|
* - `transparent`: No background, allowing the underlying surface to show through.
|
|
272
282
|
* - `ColorKeyword`: Applies color intensity levels (subdued, base, strong) to create spatial emphasis and containment.
|
|
273
283
|
*
|
|
284
|
+
* @publicDocs
|
|
274
285
|
*/
|
|
275
286
|
export type BackgroundColorKeyword = 'transparent' | ColorKeyword;
|
|
276
287
|
export interface BackgroundProps {
|
|
@@ -301,6 +312,7 @@ export interface BackgroundProps {
|
|
|
301
312
|
* - `custom`: Custom color treatment defined by your theme or implementation.
|
|
302
313
|
*
|
|
303
314
|
* @default 'auto'
|
|
315
|
+
* @publicDocs
|
|
304
316
|
*/
|
|
305
317
|
export type ToneKeyword =
|
|
306
318
|
| 'auto'
|
|
@@ -875,6 +887,7 @@ declare const privateIconArray: readonly [
|
|
|
875
887
|
/**
|
|
876
888
|
* Represents the available icon names that can be used in icon components.
|
|
877
889
|
* This is derived from the complete list of supported icons in the design system.
|
|
890
|
+
* @publicDocs
|
|
878
891
|
*/
|
|
879
892
|
export type IconType = (typeof privateIconArray)[number];
|
|
880
893
|
/**
|
|
@@ -882,6 +895,7 @@ export type IconType = (typeof privateIconArray)[number];
|
|
|
882
895
|
* to be assignable to the first. This provides compile-time validation that you're only extracting
|
|
883
896
|
* types that actually exist within the union, catching potential errors earlier in development.
|
|
884
897
|
*
|
|
898
|
+
* @publicDocs
|
|
885
899
|
*/
|
|
886
900
|
export type ExtractStrict<T, U extends T> = Extract<T, U>;
|
|
887
901
|
/**
|
|
@@ -892,6 +906,7 @@ export type ExtractStrict<T, U extends T> = Extract<T, U>;
|
|
|
892
906
|
* - `${T} ${T}`: Two values for block axis (top/bottom) and inline axis (left/right).
|
|
893
907
|
* - `${T} ${T} ${T}`: Three values for block-start (top), inline axis (left/right), and block-end (bottom).
|
|
894
908
|
* - `${T} ${T} ${T} ${T}`: Four values for block-start (top), inline-end (right), block-end (bottom), and inline-start (left).
|
|
909
|
+
* @publicDocs
|
|
895
910
|
*/
|
|
896
911
|
export type MaybeAllValuesShorthandProperty<T extends string> =
|
|
897
912
|
| T
|
|
@@ -904,6 +919,7 @@ export type MaybeAllValuesShorthandProperty<T extends string> =
|
|
|
904
919
|
*
|
|
905
920
|
* - `T`: Single value that applies to both dimensions.
|
|
906
921
|
* - `${T} ${T}`: Two values for block axis (vertical) and inline axis (horizontal).
|
|
922
|
+
* @publicDocs
|
|
907
923
|
*/
|
|
908
924
|
export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
|
|
909
925
|
/**
|
|
@@ -912,6 +928,7 @@ export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
|
|
|
912
928
|
*
|
|
913
929
|
* - `T`: Base value that applies in all conditions.
|
|
914
930
|
* - `@container${string}`: Container query string for conditional responsive styling based on container size.
|
|
931
|
+
* @publicDocs
|
|
915
932
|
*/
|
|
916
933
|
export type MaybeResponsive<T> = T | `@container${string}`;
|
|
917
934
|
/**
|
|
@@ -919,12 +936,14 @@ export type MaybeResponsive<T> = T | `@container${string}`;
|
|
|
919
936
|
* By intersecting `string` with an empty object type, this prevents TypeScript from widening literal types,
|
|
920
937
|
* preserving IDE suggestions for known values while maintaining flexibility for custom strings.
|
|
921
938
|
*
|
|
939
|
+
* @publicDocs
|
|
922
940
|
*/
|
|
923
941
|
export type AnyString = string & {};
|
|
924
942
|
/**
|
|
925
943
|
* A utility type representing an optional space character for use in string literal type composition.
|
|
926
944
|
* Allows flexible formatting of compound values where spacing is a matter of preference rather than semantic difference.
|
|
927
945
|
*
|
|
946
|
+
* @publicDocs
|
|
928
947
|
*/
|
|
929
948
|
export type optionalSpace = '' | ' ';
|
|
930
949
|
interface BadgeProps$1 extends GlobalProps {
|
|
@@ -1101,6 +1120,7 @@ export interface AccessibilityRoleProps {
|
|
|
1101
1120
|
* - `generic`: Creates a semantically neutral container element with no inherent meaning.
|
|
1102
1121
|
* - `presentation`: Removes semantic meaning from an element while preserving its visual appearance.
|
|
1103
1122
|
* - `none`: Synonym for `presentation`, removes semantic meaning while keeping visual styling.
|
|
1123
|
+
* @publicDocs
|
|
1104
1124
|
*/
|
|
1105
1125
|
export type AccessibilityRole =
|
|
1106
1126
|
/**
|
|
@@ -1252,6 +1272,7 @@ export interface LabelAccessibilityVisibilityProps {
|
|
|
1252
1272
|
*
|
|
1253
1273
|
* - `SizeKeyword`: Standard padding sizes from the size scale for consistent spacing.
|
|
1254
1274
|
* - `none`: No padding.
|
|
1275
|
+
* @publicDocs
|
|
1255
1276
|
*/
|
|
1256
1277
|
export type PaddingKeyword = SizeKeyword | 'none';
|
|
1257
1278
|
export interface PaddingProps {
|
|
@@ -1338,6 +1359,7 @@ export interface PaddingProps {
|
|
|
1338
1359
|
* - `${number}px`: Absolute size in pixels for fixed dimensions (such as `100px`, `24px`).
|
|
1339
1360
|
* - `${number}%`: Relative size as a percentage of the parent container (such as `50%`, `100%`).
|
|
1340
1361
|
* - `0`: Zero size, equivalent to no dimension.
|
|
1362
|
+
* @publicDocs
|
|
1341
1363
|
*/
|
|
1342
1364
|
export type SizeUnits = `${number}px` | `${number}%` | `0`;
|
|
1343
1365
|
/**
|
|
@@ -1345,6 +1367,7 @@ export type SizeUnits = `${number}px` | `${number}%` | `0`;
|
|
|
1345
1367
|
*
|
|
1346
1368
|
* - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
|
|
1347
1369
|
* - `auto`: Automatically sizes based on content and layout constraints.
|
|
1370
|
+
* @publicDocs
|
|
1348
1371
|
*/
|
|
1349
1372
|
export type SizeUnitsOrAuto = SizeUnits | 'auto';
|
|
1350
1373
|
/**
|
|
@@ -1352,6 +1375,7 @@ export type SizeUnitsOrAuto = SizeUnits | 'auto';
|
|
|
1352
1375
|
*
|
|
1353
1376
|
* - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
|
|
1354
1377
|
* - `none`: No size constraint, allowing unlimited growth.
|
|
1378
|
+
* @publicDocs
|
|
1355
1379
|
*/
|
|
1356
1380
|
export type SizeUnitsOrNone = SizeUnits | 'none';
|
|
1357
1381
|
export interface SizingProps {
|
|
@@ -1432,6 +1456,7 @@ export interface SizingProps {
|
|
|
1432
1456
|
* - `dashed`: A series of short dashes.
|
|
1433
1457
|
* - `dotted`: A series of dots.
|
|
1434
1458
|
* - `auto`: Automatically determined based on context.
|
|
1459
|
+
* @publicDocs
|
|
1435
1460
|
*/
|
|
1436
1461
|
export type BorderStyleKeyword =
|
|
1437
1462
|
| 'none'
|
|
@@ -1444,14 +1469,17 @@ export type BorderStyleKeyword =
|
|
|
1444
1469
|
*
|
|
1445
1470
|
* - `SizeKeyword`: Standard border widths from the size scale for consistent thickness.
|
|
1446
1471
|
* - `none`: No border width (removes the border).
|
|
1472
|
+
* @publicDocs
|
|
1447
1473
|
*/
|
|
1448
1474
|
export type BorderSizeKeyword = SizeKeyword | 'none';
|
|
1449
1475
|
/**
|
|
1450
1476
|
* Defines the radius of rounded corners, using the standard size scale, `max` for fully rounded, or `none` for sharp corners.
|
|
1477
|
+
* @publicDocs
|
|
1451
1478
|
*/
|
|
1452
1479
|
export type BorderRadiusKeyword = SizeKeyword | 'max' | 'none';
|
|
1453
1480
|
/**
|
|
1454
1481
|
* Represents a shorthand for defining a border. It can be a combination of size, optionally followed by color, optionally followed by style.
|
|
1482
|
+
* @publicDocs
|
|
1455
1483
|
*/
|
|
1456
1484
|
export type BorderShorthand =
|
|
1457
1485
|
| BorderSizeKeyword
|
|
@@ -1641,7 +1669,7 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1641
1669
|
}
|
|
1642
1670
|
export interface InteractionProps {
|
|
1643
1671
|
/**
|
|
1644
|
-
* The ID of the component to control when this component is activated. Pair with the `command` property to specify what action to perform on the target component. Learn more about the [
|
|
1672
|
+
* The ID of the component to control when this component is activated. Pair with the `command` property to specify what action to perform on the target component. Learn more about the [`commandFor` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor).
|
|
1645
1673
|
*/
|
|
1646
1674
|
commandFor?: string;
|
|
1647
1675
|
/**
|
|
@@ -2300,14 +2328,17 @@ export interface AutocompleteProps<
|
|
|
2300
2328
|
*
|
|
2301
2329
|
* Commonly used when there are multiple fields with the same autocomplete needs
|
|
2302
2330
|
* in the same page. For example: 2 shipping address forms in the same page.
|
|
2331
|
+
* @publicDocs
|
|
2303
2332
|
*/
|
|
2304
2333
|
export type AutocompleteSection = `section-${string}`;
|
|
2305
2334
|
/**
|
|
2306
2335
|
* The contact information group the autocomplete data should be sourced from.
|
|
2336
|
+
* @publicDocs
|
|
2307
2337
|
*/
|
|
2308
2338
|
export type AutocompleteGroup = 'shipping' | 'billing';
|
|
2309
2339
|
/**
|
|
2310
2340
|
* The contact information subgroup the autocomplete data should be sourced from.
|
|
2341
|
+
* @publicDocs
|
|
2311
2342
|
*/
|
|
2312
2343
|
export type AutocompleteAddressGroup = 'fax' | 'home' | 'mobile' | 'pager';
|
|
2313
2344
|
/**
|
|
@@ -2315,6 +2346,7 @@ export type AutocompleteAddressGroup = 'fax' | 'home' | 'mobile' | 'pager';
|
|
|
2315
2346
|
* These values help browsers provide appropriate autofill suggestions for form fields.
|
|
2316
2347
|
*
|
|
2317
2348
|
* Learn more about [autocomplete values](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete).
|
|
2349
|
+
* @publicDocs
|
|
2318
2350
|
*/
|
|
2319
2351
|
export type AnyAutocompleteField =
|
|
2320
2352
|
| 'additional-name'
|
|
@@ -2416,6 +2448,7 @@ export type AnyAutocompleteField =
|
|
|
2416
2448
|
* - `cc-additional-name` - Middle name on credit card
|
|
2417
2449
|
* - `cc-family-name` - Last name on credit card
|
|
2418
2450
|
* - `cc-type` - Credit card type (Visa, Mastercard)
|
|
2451
|
+
* @publicDocs
|
|
2419
2452
|
*/
|
|
2420
2453
|
export type TextAutocompleteField = ExtractStrict<
|
|
2421
2454
|
AnyAutocompleteField,
|
|
@@ -2644,6 +2677,7 @@ interface DateFieldProps$1
|
|
|
2644
2677
|
* - `cc-expiry` - Complete credit card expiration date
|
|
2645
2678
|
* - `cc-expiry-month` - Month component of a credit card expiration date (1-12)
|
|
2646
2679
|
* - `cc-expiry-year` - Year component of a credit card expiration date (2025)
|
|
2680
|
+
* @publicDocs
|
|
2647
2681
|
*/
|
|
2648
2682
|
export type DateAutocompleteField = ExtractStrict<
|
|
2649
2683
|
AnyAutocompleteField,
|
|
@@ -2721,6 +2755,7 @@ interface EmailFieldProps$1
|
|
|
2721
2755
|
* - `mobile email` - Mobile device email address
|
|
2722
2756
|
* - `fax email` - Fax machine email address
|
|
2723
2757
|
* - `pager email` - Pager device email address
|
|
2758
|
+
* @publicDocs
|
|
2724
2759
|
*/
|
|
2725
2760
|
export type EmailAutocompleteField = ExtractStrict<
|
|
2726
2761
|
AnyAutocompleteField,
|
|
@@ -2802,6 +2837,7 @@ export interface FunctionSettingsError extends Error {
|
|
|
2802
2837
|
}
|
|
2803
2838
|
/**
|
|
2804
2839
|
* Defines the spacing size between elements, using the standard size scale or `none` for no spacing.
|
|
2840
|
+
* @publicDocs
|
|
2805
2841
|
*/
|
|
2806
2842
|
export type SpacingKeyword = SizeKeyword | 'none';
|
|
2807
2843
|
export interface GapProps {
|
|
@@ -2836,6 +2872,7 @@ export interface GapProps {
|
|
|
2836
2872
|
* - `baseline`: Aligns to the baseline of the parent.
|
|
2837
2873
|
* - `first baseline`: Aligns to the first baseline of the parent.
|
|
2838
2874
|
* - `last baseline`: Aligns to the last baseline of the parent.
|
|
2875
|
+
* @publicDocs
|
|
2839
2876
|
*/
|
|
2840
2877
|
export type BaselinePosition = 'baseline' | 'first baseline' | 'last baseline';
|
|
2841
2878
|
/**
|
|
@@ -2844,6 +2881,7 @@ export type BaselinePosition = 'baseline' | 'first baseline' | 'last baseline';
|
|
|
2844
2881
|
* - `space-around`: Distributes items evenly with equal space around each item.
|
|
2845
2882
|
* - `space-evenly`: Distributes items evenly with equal space between them.
|
|
2846
2883
|
* - `stretch`: Stretches items to fill the container.
|
|
2884
|
+
* @publicDocs
|
|
2847
2885
|
*/
|
|
2848
2886
|
export type ContentDistribution =
|
|
2849
2887
|
| 'space-between'
|
|
@@ -2855,11 +2893,13 @@ export type ContentDistribution =
|
|
|
2855
2893
|
* - `center`: Centers the content.
|
|
2856
2894
|
* - `start`: Aligns content to the start.
|
|
2857
2895
|
* - `end`: Aligns content to the end.
|
|
2896
|
+
* @publicDocs
|
|
2858
2897
|
*/
|
|
2859
2898
|
export type ContentPosition = 'center' | 'start' | 'end';
|
|
2860
2899
|
/**
|
|
2861
2900
|
* Represents content positioning with overflow behavior control.
|
|
2862
2901
|
* Use `safe` to prevent content from becoming inaccessible when it overflows, or `unsafe` to allow overflow regardless of accessibility.
|
|
2902
|
+
* @publicDocs
|
|
2863
2903
|
*/
|
|
2864
2904
|
export type OverflowPosition =
|
|
2865
2905
|
| `unsafe ${ContentPosition}`
|
|
@@ -2868,6 +2908,7 @@ export type OverflowPosition =
|
|
|
2868
2908
|
* Justify items defines the default justify-self for all items of the box, giving them all a default way of justifying each box along the appropriate axis.
|
|
2869
2909
|
*
|
|
2870
2910
|
* Learn more about the [justify-items property](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items).
|
|
2911
|
+
* @publicDocs
|
|
2871
2912
|
*/
|
|
2872
2913
|
export type JustifyItemsKeyword =
|
|
2873
2914
|
| 'normal'
|
|
@@ -2879,6 +2920,7 @@ export type JustifyItemsKeyword =
|
|
|
2879
2920
|
* Align items sets the align-self value on all direct children as a group.
|
|
2880
2921
|
*
|
|
2881
2922
|
* Learn more about the [align-items property](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items).
|
|
2923
|
+
* @publicDocs
|
|
2882
2924
|
*/
|
|
2883
2925
|
export type AlignItemsKeyword =
|
|
2884
2926
|
| 'normal'
|
|
@@ -2890,6 +2932,7 @@ export type AlignItemsKeyword =
|
|
|
2890
2932
|
* Justify content defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.
|
|
2891
2933
|
*
|
|
2892
2934
|
* Learn more about the [justify-content property](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content).
|
|
2935
|
+
* @publicDocs
|
|
2893
2936
|
*/
|
|
2894
2937
|
export type JustifyContentKeyword =
|
|
2895
2938
|
| 'normal'
|
|
@@ -2900,6 +2943,7 @@ export type JustifyContentKeyword =
|
|
|
2900
2943
|
* Align content sets the distribution of space between and around content items along a flexbox's cross axis, or a grid or block-level element's block axis.
|
|
2901
2944
|
*
|
|
2902
2945
|
* Learn more about the [align-content property](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content).
|
|
2946
|
+
* @publicDocs
|
|
2903
2947
|
*/
|
|
2904
2948
|
export type AlignContentKeyword =
|
|
2905
2949
|
| 'normal'
|
|
@@ -3365,6 +3409,7 @@ interface MoneyFieldProps$1
|
|
|
3365
3409
|
/**
|
|
3366
3410
|
* Represents autocomplete values that are valid for money/currency input fields.
|
|
3367
3411
|
* This is a subset of `AnyAutocompleteField` containing only fields suitable for monetary inputs.
|
|
3412
|
+
* @publicDocs
|
|
3368
3413
|
*/
|
|
3369
3414
|
export type MoneyAutocompleteField = ExtractStrict<
|
|
3370
3415
|
AnyAutocompleteField,
|
|
@@ -3404,6 +3449,7 @@ interface NumberFieldProps$1
|
|
|
3404
3449
|
* - `one-time-code` - One-time codes for authentication (OTP, 2FA codes)
|
|
3405
3450
|
* - `cc-number` - Credit card number
|
|
3406
3451
|
* - `cc-csc` - Credit card security code (CVV/CVC)
|
|
3452
|
+
* @publicDocs
|
|
3407
3453
|
*/
|
|
3408
3454
|
export type NumberAutocompleteField = ExtractStrict<
|
|
3409
3455
|
AnyAutocompleteField,
|
|
@@ -3486,6 +3532,9 @@ interface ParagraphProps$1
|
|
|
3486
3532
|
*/
|
|
3487
3533
|
type?: ParagraphType;
|
|
3488
3534
|
}
|
|
3535
|
+
/**
|
|
3536
|
+
* @publicDocs
|
|
3537
|
+
*/
|
|
3489
3538
|
export type ParagraphType =
|
|
3490
3539
|
/**
|
|
3491
3540
|
* A semantic type that indicates the text is a structural grouping of related content.
|
|
@@ -3515,6 +3564,7 @@ interface PasswordFieldProps$1
|
|
|
3515
3564
|
* Available values:
|
|
3516
3565
|
* - `current-password` - Existing password for login or authentication
|
|
3517
3566
|
* - `new-password` - New password when creating an account or changing password
|
|
3567
|
+
* @publicDocs
|
|
3518
3568
|
*/
|
|
3519
3569
|
export type PasswordAutocompleteField = ExtractStrict<
|
|
3520
3570
|
AnyAutocompleteField,
|
|
@@ -3730,6 +3780,7 @@ interface TableCellProps$1 extends GlobalProps {
|
|
|
3730
3780
|
* - `kicker`: A small label or tag displayed above the primary content.
|
|
3731
3781
|
* - `inline`: Content displayed inline with the primary content.
|
|
3732
3782
|
* - `labeled`: Content with an associated label.
|
|
3783
|
+
* @publicDocs
|
|
3733
3784
|
*/
|
|
3734
3785
|
export type ListSlotType =
|
|
3735
3786
|
| 'primary'
|
|
@@ -3744,6 +3795,7 @@ export type ListSlotType =
|
|
|
3744
3795
|
* - `base`: Standard format for text columns
|
|
3745
3796
|
* - `currency`: Right-aligned format for monetary values
|
|
3746
3797
|
* - `numeric`: Right-aligned format for numeric values
|
|
3798
|
+
* @publicDocs
|
|
3747
3799
|
*/
|
|
3748
3800
|
export type HeaderFormat = 'base' | 'currency' | 'numeric';
|
|
3749
3801
|
interface TableHeaderProps$1 extends GlobalProps {
|
|
@@ -3811,6 +3863,7 @@ interface TextProps$1
|
|
|
3811
3863
|
/**
|
|
3812
3864
|
* Defines the semantic type and styling treatment for text content.
|
|
3813
3865
|
* Each type maps to appropriate HTML elements and applies specific styling for different contexts.
|
|
3866
|
+
* @publicDocs
|
|
3814
3867
|
*/
|
|
3815
3868
|
export type TextType =
|
|
3816
3869
|
/**
|
|
@@ -3945,6 +3998,7 @@ interface URLFieldProps$1
|
|
|
3945
3998
|
* - `mobile impp` - Mobile instant messaging protocol URL
|
|
3946
3999
|
* - `fax impp` - Fax instant messaging protocol URL
|
|
3947
4000
|
* - `pager impp` - Pager instant messaging protocol URL
|
|
4001
|
+
* @publicDocs
|
|
3948
4002
|
*/
|
|
3949
4003
|
export type URLAutocompleteField = ExtractStrict<
|
|
3950
4004
|
AnyAutocompleteField,
|
|
@@ -3991,6 +4045,7 @@ export interface VNode<P = {}> {
|
|
|
3991
4045
|
/**
|
|
3992
4046
|
* Represents a unique key for identifying elements in lists.
|
|
3993
4047
|
* Can be a string, number, or any other value.
|
|
4048
|
+
* @publicDocs
|
|
3994
4049
|
*/
|
|
3995
4050
|
export type Key = string | number | any;
|
|
3996
4051
|
export interface RefObject<T> {
|
|
@@ -4003,15 +4058,18 @@ export interface RefObject<T> {
|
|
|
4003
4058
|
/**
|
|
4004
4059
|
* Represents a callback function that receives a reference to a DOM element or component instance.
|
|
4005
4060
|
* Called when the element is mounted or unmounted.
|
|
4061
|
+
* @publicDocs
|
|
4006
4062
|
*/
|
|
4007
4063
|
export type RefCallback<T> = (instance: T | null) => void;
|
|
4008
4064
|
/**
|
|
4009
4065
|
* Represents a reference to a DOM element or component instance.
|
|
4010
4066
|
* Can be either a ref object, callback function, or null.
|
|
4067
|
+
* @publicDocs
|
|
4011
4068
|
*/
|
|
4012
4069
|
export type Ref<T> = RefObject<T> | RefCallback<T> | null;
|
|
4013
4070
|
/**
|
|
4014
4071
|
* Represents a single child element that can be rendered, including VNodes, primitives, or null/undefined values.
|
|
4072
|
+
* @publicDocs
|
|
4015
4073
|
*/
|
|
4016
4074
|
export type ComponentChild =
|
|
4017
4075
|
| VNode<any>
|
|
@@ -4042,6 +4100,7 @@ export interface ErrorInfo {
|
|
|
4042
4100
|
}
|
|
4043
4101
|
/**
|
|
4044
4102
|
* Represents the props that can be rendered by a component, combining custom props with standard attributes like children and ref.
|
|
4103
|
+
* @publicDocs
|
|
4045
4104
|
*/
|
|
4046
4105
|
export type RenderableProps<P, RefType = any> = P &
|
|
4047
4106
|
Readonly<
|
|
@@ -4058,6 +4117,7 @@ export type RenderableProps<P, RefType = any> = P &
|
|
|
4058
4117
|
>;
|
|
4059
4118
|
/**
|
|
4060
4119
|
* Represents any valid component type, either a class component or a function component.
|
|
4120
|
+
* @publicDocs
|
|
4061
4121
|
*/
|
|
4062
4122
|
export type ComponentType<P = {}> = ComponentClass<P> | FunctionComponent<P>;
|
|
4063
4123
|
export interface FunctionComponent<P = {}> {
|
|
@@ -4751,11 +4811,13 @@ export interface AvatarProps
|
|
|
4751
4811
|
|
|
4752
4812
|
/**
|
|
4753
4813
|
* Represents CSS styles as a string, typically used for inline styles or style injection.
|
|
4814
|
+
* @publicDocs
|
|
4754
4815
|
*/
|
|
4755
4816
|
export type Styles = string;
|
|
4756
4817
|
/**
|
|
4757
4818
|
* Represents the implementation details for rendering components within a shadow DOM.
|
|
4758
4819
|
* Extends `ShadowRootInit` with a render function and optional styles.
|
|
4820
|
+
* @publicDocs
|
|
4759
4821
|
*/
|
|
4760
4822
|
export type RenderImpl = Omit<ShadowRootInit, 'mode'> & {
|
|
4761
4823
|
ShadowRoot: (element: any) => ComponentChildren;
|
|
@@ -4832,6 +4894,7 @@ declare abstract class PreactCustomElement extends BaseClass$4 {
|
|
|
4832
4894
|
* An event object with a strongly-typed `currentTarget` property that references the specific HTML element that triggered the event.
|
|
4833
4895
|
*
|
|
4834
4896
|
* This type extends the standard DOM `Event` interface and ensures type safety when accessing the element that fired the event.
|
|
4897
|
+
* @publicDocs
|
|
4835
4898
|
*/
|
|
4836
4899
|
export type CallbackEvent<T extends keyof HTMLElementTagNameMap> = Event & {
|
|
4837
4900
|
currentTarget: HTMLElementTagNameMap[T];
|
|
@@ -4839,6 +4902,7 @@ export type CallbackEvent<T extends keyof HTMLElementTagNameMap> = Event & {
|
|
|
4839
4902
|
/**
|
|
4840
4903
|
* A toggle event with a strongly-typed `currentTarget` property.
|
|
4841
4904
|
* Extends the `ToggleEvent` interface with type-safe access to the element that triggered the toggle.
|
|
4905
|
+
* @publicDocs
|
|
4842
4906
|
*/
|
|
4843
4907
|
export type CallbackToggleEvent<
|
|
4844
4908
|
TTagName extends keyof HTMLElementTagNameMap,
|
|
@@ -4856,6 +4920,7 @@ export type CallbackToggleEvent<
|
|
|
4856
4920
|
* const handleClick: CallbackEventListener<'button'> = (event) => {
|
|
4857
4921
|
* console.log('Button clicked:', event.currentTarget);
|
|
4858
4922
|
* };
|
|
4923
|
+
* @publicDocs
|
|
4859
4924
|
*/
|
|
4860
4925
|
export type CallbackEventListener<T extends keyof HTMLElementTagNameMap> =
|
|
4861
4926
|
| (EventListener & {
|
|
@@ -4865,6 +4930,7 @@ export type CallbackEventListener<T extends keyof HTMLElementTagNameMap> =
|
|
|
4865
4930
|
/**
|
|
4866
4931
|
* A function that handles error events from UI components.
|
|
4867
4932
|
* This type represents an event listener callback that receives both the event and an error object.
|
|
4933
|
+
* @publicDocs
|
|
4868
4934
|
*/
|
|
4869
4935
|
export type CallbackErrorEventListener<
|
|
4870
4936
|
TTagName extends keyof HTMLElementTagNameMap,
|
|
@@ -4885,6 +4951,7 @@ export interface CallbackExtendableEvent<
|
|
|
4885
4951
|
/**
|
|
4886
4952
|
* A function that handles extendable events from UI components.
|
|
4887
4953
|
* This type represents an event listener callback that can use `waitUntil` to extend the event lifetime.
|
|
4954
|
+
* @publicDocs
|
|
4888
4955
|
*/
|
|
4889
4956
|
export type CallbackExtendableEventListener<
|
|
4890
4957
|
TTagName extends keyof HTMLElementTagNameMap,
|
|
@@ -4945,6 +5012,10 @@ export interface PreactBaseElementPropsWithChildren<TClass extends HTMLElement>
|
|
|
4945
5012
|
children?: preact.ComponentChildren;
|
|
4946
5013
|
}
|
|
4947
5014
|
|
|
5015
|
+
/**
|
|
5016
|
+
* Configure the following properties on the avatar component.
|
|
5017
|
+
* @publicDocs
|
|
5018
|
+
*/
|
|
4948
5019
|
declare class Avatar extends PreactCustomElement implements AvatarProps {
|
|
4949
5020
|
accessor initials: AvatarProps['initials'];
|
|
4950
5021
|
accessor src: AvatarProps['src'];
|
|
@@ -5024,6 +5095,10 @@ export interface BadgeProps
|
|
|
5024
5095
|
>;
|
|
5025
5096
|
}
|
|
5026
5097
|
|
|
5098
|
+
/**
|
|
5099
|
+
* Configure the following properties on the badge component.
|
|
5100
|
+
* @publicDocs
|
|
5101
|
+
*/
|
|
5027
5102
|
declare class Badge extends PreactCustomElement implements BadgeProps {
|
|
5028
5103
|
accessor color: BadgeProps['color'];
|
|
5029
5104
|
accessor icon: BadgeProps['icon'];
|
|
@@ -5056,6 +5131,7 @@ export interface BadgeJSXProps
|
|
|
5056
5131
|
|
|
5057
5132
|
/**
|
|
5058
5133
|
* Represents the banner component props with all properties marked as required.
|
|
5134
|
+
* @publicDocs
|
|
5059
5135
|
*/
|
|
5060
5136
|
export type RequiredBannerProps = Required<BannerProps$1>;
|
|
5061
5137
|
export interface BannerProps
|
|
@@ -5069,6 +5145,10 @@ export interface BannerProps
|
|
|
5069
5145
|
>;
|
|
5070
5146
|
}
|
|
5071
5147
|
|
|
5148
|
+
/**
|
|
5149
|
+
* Configure the following properties on the banner component.
|
|
5150
|
+
* @publicDocs
|
|
5151
|
+
*/
|
|
5072
5152
|
declare class Banner extends PreactCustomElement implements BannerProps {
|
|
5073
5153
|
accessor heading: BannerProps['heading'];
|
|
5074
5154
|
accessor tone: BannerProps['tone'];
|
|
@@ -5118,6 +5198,7 @@ export interface BannerJSXProps
|
|
|
5118
5198
|
/**
|
|
5119
5199
|
* Makes a type responsive by allowing it to be either the base value or a container query string.
|
|
5120
5200
|
* This enables conditional styling based on container dimensions.
|
|
5201
|
+
* @publicDocs
|
|
5121
5202
|
*/
|
|
5122
5203
|
export type MakeResponsive<T> = T | `@container${string}`;
|
|
5123
5204
|
/**
|
|
@@ -5135,6 +5216,7 @@ export type MakeResponsive<T> = T | `@container${string}`;
|
|
|
5135
5216
|
* margin: string | `@container${string}`;
|
|
5136
5217
|
* padding: number | `@container${string}`;
|
|
5137
5218
|
* }
|
|
5219
|
+
* @publicDocs
|
|
5138
5220
|
*/
|
|
5139
5221
|
export type MakeResponsivePick<TType, TProperty extends keyof TType> = {
|
|
5140
5222
|
[P in TProperty]: MakeResponsive<TType[P]>;
|
|
@@ -5142,6 +5224,7 @@ export type MakeResponsivePick<TType, TProperty extends keyof TType> = {
|
|
|
5142
5224
|
|
|
5143
5225
|
/**
|
|
5144
5226
|
* Represents the box component props with all properties marked as required.
|
|
5227
|
+
* @publicDocs
|
|
5145
5228
|
*/
|
|
5146
5229
|
export type RequiredBoxProps = Required<BoxProps$1>;
|
|
5147
5230
|
/**
|
|
@@ -5155,6 +5238,7 @@ export type RequiredBoxProps = Required<BoxProps$1>;
|
|
|
5155
5238
|
* - `large-100`: Large radius for more prominent corner rounding.
|
|
5156
5239
|
* - `large-200`: Extra large radius for maximum rounding.
|
|
5157
5240
|
* - `none`: No border radius (sharp corners).
|
|
5241
|
+
* @publicDocs
|
|
5158
5242
|
*/
|
|
5159
5243
|
export type BoxBorderRadii = Extract<
|
|
5160
5244
|
RequiredBoxProps['borderRadius'],
|
|
@@ -5174,6 +5258,7 @@ export type BoxBorderRadii = Extract<
|
|
|
5174
5258
|
* - `none`: No border style (removes the border).
|
|
5175
5259
|
* - `solid`: Continuous line border.
|
|
5176
5260
|
* - `dashed`: Border made up of dashes.
|
|
5261
|
+
* @publicDocs
|
|
5177
5262
|
*/
|
|
5178
5263
|
export type BoxBorderStyles = Extract<
|
|
5179
5264
|
RequiredBoxProps['borderStyle'],
|
|
@@ -5183,6 +5268,7 @@ export type BoxBorderStyles = Extract<
|
|
|
5183
5268
|
* Represents box props with responsive capabilities for layout properties.
|
|
5184
5269
|
*
|
|
5185
5270
|
* This enables conditional styling based on container queries.
|
|
5271
|
+
* @publicDocs
|
|
5186
5272
|
*/
|
|
5187
5273
|
export type ResponsiveBoxProps = MakeResponsivePick<
|
|
5188
5274
|
RequiredBoxProps,
|
|
@@ -5451,6 +5537,10 @@ declare class BoxElement extends PreactCustomElement implements BoxProps {
|
|
|
5451
5537
|
accessor display: BoxProps['display'];
|
|
5452
5538
|
}
|
|
5453
5539
|
|
|
5540
|
+
/**
|
|
5541
|
+
* Configure the following properties on the box component.
|
|
5542
|
+
* @publicDocs
|
|
5543
|
+
*/
|
|
5454
5544
|
declare class Box extends BoxElement implements BoxProps {
|
|
5455
5545
|
constructor();
|
|
5456
5546
|
}
|
|
@@ -5480,6 +5570,7 @@ export interface BoxJSXProps
|
|
|
5480
5570
|
/**
|
|
5481
5571
|
* Represents button props that are specific to button-type elements only.
|
|
5482
5572
|
* Extracts the subset of `ButtonProps` that includes the `type` property.
|
|
5573
|
+
* @publicDocs
|
|
5483
5574
|
*/
|
|
5484
5575
|
export type ButtonOnlyProps = Extract<
|
|
5485
5576
|
ButtonProps$1,
|
|
@@ -5489,6 +5580,7 @@ export type ButtonOnlyProps = Extract<
|
|
|
5489
5580
|
>;
|
|
5490
5581
|
/**
|
|
5491
5582
|
* Represents the base button props with all properties marked as required.
|
|
5583
|
+
* @publicDocs
|
|
5492
5584
|
*/
|
|
5493
5585
|
export type ButtonBaseProps = Required<
|
|
5494
5586
|
Pick<
|
|
@@ -5544,6 +5636,10 @@ declare const Button_base: (abstract new (
|
|
|
5544
5636
|
args_0: RenderImpl,
|
|
5545
5637
|
) => PreactCustomElement & PreactOverlayControlProps) &
|
|
5546
5638
|
Pick<typeof PreactCustomElement, 'prototype' | 'observedAttributes'>;
|
|
5639
|
+
/**
|
|
5640
|
+
* Configure the following properties on the button component.
|
|
5641
|
+
* @publicDocs
|
|
5642
|
+
*/
|
|
5547
5643
|
declare class Button extends Button_base implements ButtonProps {
|
|
5548
5644
|
accessor disabled: ButtonProps['disabled'];
|
|
5549
5645
|
accessor icon: ButtonProps['icon'];
|
|
@@ -5595,6 +5691,10 @@ export interface ButtonJSXProps
|
|
|
5595
5691
|
export interface ButtonGroupProps
|
|
5596
5692
|
extends Required<Pick<ButtonGroupProps$1, 'gap' | 'accessibilityLabel'>> {}
|
|
5597
5693
|
|
|
5694
|
+
/**
|
|
5695
|
+
* Configure the following properties on the button group component.
|
|
5696
|
+
* @publicDocs
|
|
5697
|
+
*/
|
|
5598
5698
|
declare class ButtonGroup
|
|
5599
5699
|
extends PreactCustomElement
|
|
5600
5700
|
implements ButtonGroupProps
|
|
@@ -5648,6 +5748,7 @@ declare const internals$4: unique symbol;
|
|
|
5648
5748
|
/**
|
|
5649
5749
|
* Represents the essential input props required for Preact-based input elements.
|
|
5650
5750
|
* Includes properties like `disabled`, `id`, `name`, and `value`.
|
|
5751
|
+
* @publicDocs
|
|
5651
5752
|
*/
|
|
5652
5753
|
export type PreactInputProps = Required<
|
|
5653
5754
|
Pick<TextFieldProps$1, 'disabled' | 'id' | 'name' | 'value'>
|
|
@@ -5733,6 +5834,10 @@ export interface CheckboxProps extends PreactCheckboxProps {
|
|
|
5733
5834
|
defaultIndeterminate: Required<CheckboxProps$1>['defaultIndeterminate'];
|
|
5734
5835
|
}
|
|
5735
5836
|
|
|
5837
|
+
/**
|
|
5838
|
+
* Configure the following properties on the checkbox component.
|
|
5839
|
+
* @publicDocs
|
|
5840
|
+
*/
|
|
5736
5841
|
declare class Checkbox extends PreactCheckboxElement implements CheckboxProps {
|
|
5737
5842
|
get indeterminate(): CheckboxProps['indeterminate'];
|
|
5738
5843
|
set indeterminate(indeterminate: CheckboxProps['indeterminate']);
|
|
@@ -5769,6 +5874,10 @@ export interface CheckboxJSXProps
|
|
|
5769
5874
|
export interface ChipProps
|
|
5770
5875
|
extends Required<Pick<ChipProps$2, 'color' | 'accessibilityLabel'>> {}
|
|
5771
5876
|
|
|
5877
|
+
/**
|
|
5878
|
+
* Configure the following properties on the chip component.
|
|
5879
|
+
* @publicDocs
|
|
5880
|
+
*/
|
|
5772
5881
|
declare class Chip extends PreactCustomElement implements ChipProps {
|
|
5773
5882
|
accessor color: ChipProps['color'];
|
|
5774
5883
|
accessor accessibilityLabel: ChipProps['accessibilityLabel'];
|
|
@@ -5814,6 +5923,12 @@ export interface ChoiceProps
|
|
|
5814
5923
|
>
|
|
5815
5924
|
> {}
|
|
5816
5925
|
|
|
5926
|
+
/**
|
|
5927
|
+
* The choice component creates individual selectable options within a choice list. Use choice to define each option that merchants can select, supporting both single selection (radio buttons) and multiple selection (checkboxes) modes.
|
|
5928
|
+
*
|
|
5929
|
+
* Choice components support labels, help text, and custom content through slots, providing flexible option presentation within choice lists.
|
|
5930
|
+
* @publicDocs
|
|
5931
|
+
*/
|
|
5817
5932
|
declare class Choice extends PreactCustomElement implements ChoiceProps {
|
|
5818
5933
|
accessor disabled: ChoiceProps['disabled'];
|
|
5819
5934
|
get selected(): boolean;
|
|
@@ -5886,6 +6001,10 @@ declare class BaseClass$3 extends PreactCustomElement {
|
|
|
5886
6001
|
/** @private */
|
|
5887
6002
|
[internals$3]: ElementInternals;
|
|
5888
6003
|
}
|
|
6004
|
+
/**
|
|
6005
|
+
* Configure the following properties on the choice list component.
|
|
6006
|
+
* @publicDocs
|
|
6007
|
+
*/
|
|
5889
6008
|
declare class ChoiceList extends BaseClass$3 implements ChoiceListProps {
|
|
5890
6009
|
accessor disabled: ChoiceListProps['disabled'];
|
|
5891
6010
|
accessor name: ChoiceListProps['name'];
|
|
@@ -5940,6 +6059,7 @@ export interface ChoiceListJSXProps
|
|
|
5940
6059
|
|
|
5941
6060
|
/**
|
|
5942
6061
|
* Represents the base clickable props with all properties marked as required.
|
|
6062
|
+
* @publicDocs
|
|
5943
6063
|
*/
|
|
5944
6064
|
export type ClickableBaseProps = Required<
|
|
5945
6065
|
Pick<
|
|
@@ -5965,6 +6085,10 @@ declare const Clickable_base: (abstract new (
|
|
|
5965
6085
|
renderImpl: RenderImpl,
|
|
5966
6086
|
) => BoxElement & PreactOverlayControlProps) &
|
|
5967
6087
|
Pick<typeof BoxElement, 'prototype' | 'observedAttributes'>;
|
|
6088
|
+
/**
|
|
6089
|
+
* Configure the following properties on the clickable component.
|
|
6090
|
+
* @publicDocs
|
|
6091
|
+
*/
|
|
5968
6092
|
declare class Clickable extends Clickable_base implements ClickableProps {
|
|
5969
6093
|
accessor disabled: ClickableProps['disabled'];
|
|
5970
6094
|
accessor loading: ClickableProps['loading'];
|
|
@@ -6030,6 +6154,10 @@ declare const ClickableChip_base: (abstract new (
|
|
|
6030
6154
|
args_0: RenderImpl,
|
|
6031
6155
|
) => PreactCustomElement & PreactOverlayControlProps) &
|
|
6032
6156
|
Pick<typeof PreactCustomElement, 'prototype' | 'observedAttributes'>;
|
|
6157
|
+
/**
|
|
6158
|
+
* Configure the following properties on the clickable chip component.
|
|
6159
|
+
* @publicDocs
|
|
6160
|
+
*/
|
|
6033
6161
|
declare class ClickableChip
|
|
6034
6162
|
extends ClickableChip_base
|
|
6035
6163
|
implements ClickableChipProps
|
|
@@ -6085,6 +6213,7 @@ export interface ClickableChipJSXProps
|
|
|
6085
6213
|
/**
|
|
6086
6214
|
* Represents the props for Preact-based form field components with autocomplete support.
|
|
6087
6215
|
* The generic type parameter allows specifying the valid autocomplete values for the field.
|
|
6216
|
+
* @publicDocs
|
|
6088
6217
|
*/
|
|
6089
6218
|
export type PreactFieldProps<Autocomplete extends string = string> =
|
|
6090
6219
|
PreactInputProps &
|
|
@@ -6168,6 +6297,7 @@ declare class PreactFieldElement<Autocomplete extends string = string>
|
|
|
6168
6297
|
/**
|
|
6169
6298
|
* Represents the props for color input field components.
|
|
6170
6299
|
* Extends `PreactFieldProps` with autocomplete support for color-related fields.
|
|
6300
|
+
* @publicDocs
|
|
6171
6301
|
*/
|
|
6172
6302
|
export type ColorFieldProps = Omit<
|
|
6173
6303
|
PreactFieldProps<Required<ColorFieldProps$1>['autocomplete']>,
|
|
@@ -6175,6 +6305,10 @@ export type ColorFieldProps = Omit<
|
|
|
6175
6305
|
> &
|
|
6176
6306
|
Required<Pick<ColorFieldProps$1, 'alpha' | 'value' | 'defaultValue'>>;
|
|
6177
6307
|
|
|
6308
|
+
/**
|
|
6309
|
+
* Configure the following properties on the color field component.
|
|
6310
|
+
* @publicDocs
|
|
6311
|
+
*/
|
|
6178
6312
|
declare class ColorField
|
|
6179
6313
|
extends PreactFieldElement<ColorFieldProps['autocomplete']>
|
|
6180
6314
|
implements ColorFieldProps
|
|
@@ -6224,6 +6358,10 @@ declare class BaseClass$2 extends PreactCustomElement {
|
|
|
6224
6358
|
/** @private */
|
|
6225
6359
|
[internals$2]: ElementInternals;
|
|
6226
6360
|
}
|
|
6361
|
+
/**
|
|
6362
|
+
* Configure the following properties on the color picker component.
|
|
6363
|
+
* @publicDocs
|
|
6364
|
+
*/
|
|
6227
6365
|
declare class ColorPicker extends BaseClass$2 implements ColorPickerProps {
|
|
6228
6366
|
accessor alpha: boolean;
|
|
6229
6367
|
accessor name: string;
|
|
@@ -6279,6 +6417,10 @@ export interface DateFieldProps
|
|
|
6279
6417
|
>
|
|
6280
6418
|
> {}
|
|
6281
6419
|
|
|
6420
|
+
/**
|
|
6421
|
+
* Configure the following properties on the date field component.
|
|
6422
|
+
* @publicDocs
|
|
6423
|
+
*/
|
|
6282
6424
|
declare class DateField
|
|
6283
6425
|
extends PreactFieldElement<DateFieldProps['autocomplete']>
|
|
6284
6426
|
implements DateFieldProps
|
|
@@ -6369,6 +6511,10 @@ declare class BaseClass$1 extends PreactCustomElement {
|
|
|
6369
6511
|
/** @private */
|
|
6370
6512
|
[internals$1]: ElementInternals;
|
|
6371
6513
|
}
|
|
6514
|
+
/**
|
|
6515
|
+
* Configure the following properties on the date picker component.
|
|
6516
|
+
* @publicDocs
|
|
6517
|
+
*/
|
|
6372
6518
|
declare class DatePicker extends BaseClass$1 implements DatePickerProps {
|
|
6373
6519
|
accessor defaultView: string;
|
|
6374
6520
|
set view(view: string);
|
|
@@ -6433,6 +6579,10 @@ export interface DividerProps
|
|
|
6433
6579
|
color: Extract<DividerProps$1['color'], 'base' | 'strong'>;
|
|
6434
6580
|
}
|
|
6435
6581
|
|
|
6582
|
+
/**
|
|
6583
|
+
* Configure the following properties on the divider component.
|
|
6584
|
+
* @publicDocs
|
|
6585
|
+
*/
|
|
6436
6586
|
declare class Divider extends PreactCustomElement implements DividerProps {
|
|
6437
6587
|
accessor direction: DividerProps['direction'];
|
|
6438
6588
|
accessor color: DividerProps['color'];
|
|
@@ -6477,6 +6627,7 @@ export interface DropZoneProps
|
|
|
6477
6627
|
/**
|
|
6478
6628
|
* A utility type that replaces occurrences of one type with another within a union type.
|
|
6479
6629
|
* Useful for type transformations where you need to swap out specific types.
|
|
6630
|
+
* @publicDocs
|
|
6480
6631
|
*/
|
|
6481
6632
|
export type ReplaceType<TType, TFrom, TTo> = Exclude<TType, TFrom> | TTo;
|
|
6482
6633
|
|
|
@@ -6490,6 +6641,10 @@ declare class BaseClass extends PreactCustomElement {
|
|
|
6490
6641
|
/** @private */
|
|
6491
6642
|
[internals]: ElementInternals;
|
|
6492
6643
|
}
|
|
6644
|
+
/**
|
|
6645
|
+
* Configure the following properties on the drop zone component.
|
|
6646
|
+
* @publicDocs
|
|
6647
|
+
*/
|
|
6493
6648
|
declare class DropZone extends BaseClass implements DropZoneProps {
|
|
6494
6649
|
accessor accept: DropZoneProps['accept'];
|
|
6495
6650
|
accessor accessibilityLabel: DropZoneProps['accessibilityLabel'];
|
|
@@ -6557,12 +6712,17 @@ export interface DropZoneJSXProps
|
|
|
6557
6712
|
/**
|
|
6558
6713
|
* Represents the props for email input field components.
|
|
6559
6714
|
* Extends `PreactFieldProps` with autocomplete support for email-related fields.
|
|
6715
|
+
* @publicDocs
|
|
6560
6716
|
*/
|
|
6561
6717
|
export type EmailFieldProps = PreactFieldProps<
|
|
6562
6718
|
Required<EmailFieldProps$1>['autocomplete']
|
|
6563
6719
|
> &
|
|
6564
6720
|
Required<Pick<EmailFieldProps$1, 'maxLength' | 'minLength'>>;
|
|
6565
6721
|
|
|
6722
|
+
/**
|
|
6723
|
+
* Configure the following properties on the email field component.
|
|
6724
|
+
* @publicDocs
|
|
6725
|
+
*/
|
|
6566
6726
|
declare class EmailField
|
|
6567
6727
|
extends PreactFieldElement<EmailFieldProps['autocomplete']>
|
|
6568
6728
|
implements EmailFieldProps
|
|
@@ -6598,12 +6758,14 @@ export interface EmailFieldJSXProps
|
|
|
6598
6758
|
|
|
6599
6759
|
/**
|
|
6600
6760
|
* Represents the grid component props with all properties marked as required.
|
|
6761
|
+
* @publicDocs
|
|
6601
6762
|
*/
|
|
6602
6763
|
export type RequiredAlignedProps = Required<GridProps$1>;
|
|
6603
6764
|
/**
|
|
6604
6765
|
* Represents grid props with responsive capabilities for layout properties.
|
|
6605
6766
|
*
|
|
6606
6767
|
* This enables conditional styling based on container queries.
|
|
6768
|
+
* @publicDocs
|
|
6607
6769
|
*/
|
|
6608
6770
|
export type ResponsiveGridProps = MakeResponsivePick<
|
|
6609
6771
|
RequiredAlignedProps,
|
|
@@ -6713,6 +6875,10 @@ export interface GridProps
|
|
|
6713
6875
|
gridTemplateRows: ResponsiveGridProps['gridTemplateRows'];
|
|
6714
6876
|
}
|
|
6715
6877
|
|
|
6878
|
+
/**
|
|
6879
|
+
* Configure the following properties on the grid component.
|
|
6880
|
+
* @publicDocs
|
|
6881
|
+
*/
|
|
6716
6882
|
declare class Grid extends BoxElement implements GridProps {
|
|
6717
6883
|
constructor();
|
|
6718
6884
|
accessor gridTemplateColumns: GridProps['gridTemplateColumns'];
|
|
@@ -6752,6 +6918,7 @@ export interface GridJSXProps
|
|
|
6752
6918
|
|
|
6753
6919
|
/**
|
|
6754
6920
|
* Represents the grid item component props with all properties marked as required.
|
|
6921
|
+
* @publicDocs
|
|
6755
6922
|
*/
|
|
6756
6923
|
export type RequiredGridItemProps = Required<GridItemProps$1>;
|
|
6757
6924
|
export interface GridItemProps
|
|
@@ -6761,6 +6928,12 @@ export interface GridItemProps
|
|
|
6761
6928
|
gridRow: RequiredGridItemProps['gridRow'];
|
|
6762
6929
|
}
|
|
6763
6930
|
|
|
6931
|
+
/**
|
|
6932
|
+
* The grid item component represents a single cell within a grid layout, allowing you to control how content is positioned and sized within the grid. Use grid item as a child of grid to specify column span, row span, and positioning for individual content areas.
|
|
6933
|
+
*
|
|
6934
|
+
* Grid item supports precise placement control through column and row properties, enabling you to create complex layouts where different items occupy varying amounts of space or appear in specific grid positions.
|
|
6935
|
+
* @publicDocs
|
|
6936
|
+
*/
|
|
6764
6937
|
declare class GridItem extends BoxElement implements GridItemProps {
|
|
6765
6938
|
accessor gridColumn: GridItemProps['gridColumn'];
|
|
6766
6939
|
accessor gridRow: GridItemProps['gridRow'];
|
|
@@ -6798,6 +6971,10 @@ export interface HeadingProps
|
|
|
6798
6971
|
>
|
|
6799
6972
|
> {}
|
|
6800
6973
|
|
|
6974
|
+
/**
|
|
6975
|
+
* Configure the following properties on the heading component.
|
|
6976
|
+
* @publicDocs
|
|
6977
|
+
*/
|
|
6801
6978
|
declare class Heading extends PreactCustomElement implements HeadingProps {
|
|
6802
6979
|
accessor accessibilityRole: HeadingProps['accessibilityRole'];
|
|
6803
6980
|
accessor lineClamp: HeadingProps['lineClamp'];
|
|
@@ -6828,6 +7005,10 @@ export interface HeadingJSXProps
|
|
|
6828
7005
|
children?: ComponentChildren;
|
|
6829
7006
|
}
|
|
6830
7007
|
|
|
7008
|
+
/**
|
|
7009
|
+
* Configure the following properties on the icon component.
|
|
7010
|
+
* @publicDocs
|
|
7011
|
+
*/
|
|
6831
7012
|
declare class Icon extends PreactCustomElement implements IconProps {
|
|
6832
7013
|
accessor color: IconProps['color'];
|
|
6833
7014
|
accessor tone: IconProps['tone'];
|
|
@@ -6880,6 +7061,10 @@ export interface ImageProps
|
|
|
6880
7061
|
>
|
|
6881
7062
|
> {}
|
|
6882
7063
|
|
|
7064
|
+
/**
|
|
7065
|
+
* Configure the following properties on the image component.
|
|
7066
|
+
* @publicDocs
|
|
7067
|
+
*/
|
|
6883
7068
|
declare class Image extends PreactCustomElement implements ImageProps {
|
|
6884
7069
|
accessor src: ImageProps['src'];
|
|
6885
7070
|
accessor srcSet: ImageProps['srcSet'];
|
|
@@ -6941,10 +7126,12 @@ export interface ImageJSXProps
|
|
|
6941
7126
|
|
|
6942
7127
|
/**
|
|
6943
7128
|
* Represents the link component props with all properties marked as required.
|
|
7129
|
+
* @publicDocs
|
|
6944
7130
|
*/
|
|
6945
7131
|
export type RequiredLinkProps = Required<LinkProps$1>;
|
|
6946
7132
|
/**
|
|
6947
7133
|
* Represents the base link props with all core properties marked as required.
|
|
7134
|
+
* @publicDocs
|
|
6948
7135
|
*/
|
|
6949
7136
|
export type LinkBaseProps = Required<
|
|
6950
7137
|
Pick<
|
|
@@ -6968,6 +7155,10 @@ declare const Link_base: (abstract new (
|
|
|
6968
7155
|
args_0: RenderImpl,
|
|
6969
7156
|
) => PreactCustomElement & PreactOverlayControlProps) &
|
|
6970
7157
|
Pick<typeof PreactCustomElement, 'prototype' | 'observedAttributes'>;
|
|
7158
|
+
/**
|
|
7159
|
+
* Configure the following properties on the link component.
|
|
7160
|
+
* @publicDocs
|
|
7161
|
+
*/
|
|
6971
7162
|
declare class Link extends Link_base implements LinkProps {
|
|
6972
7163
|
accessor tone: LinkProps['tone'];
|
|
6973
7164
|
accessor accessibilityLabel: LinkProps['accessibilityLabel'];
|
|
@@ -7006,6 +7197,12 @@ export interface LinkJSXProps
|
|
|
7006
7197
|
|
|
7007
7198
|
export interface ListItemProps extends ListItemProps$1 {}
|
|
7008
7199
|
|
|
7200
|
+
/**
|
|
7201
|
+
* The list item component represents a single entry within an ordered list or unordered list. Use list item to structure individual points, steps, or items within a list, with each item automatically receiving appropriate list markers (bullets or numbers) from its parent list.
|
|
7202
|
+
*
|
|
7203
|
+
* List item must be used as a direct child of ordered list or unordered list components. Each list item can contain text, inline formatting, or other components to create rich list content.
|
|
7204
|
+
* @publicDocs
|
|
7205
|
+
*/
|
|
7009
7206
|
declare class ListItem extends PreactCustomElement implements ListItemProps {
|
|
7010
7207
|
constructor();
|
|
7011
7208
|
}
|
|
@@ -7053,6 +7250,7 @@ declare const overlayHideFrameId: unique symbol;
|
|
|
7053
7250
|
/**
|
|
7054
7251
|
* Represents the initialization object for creating a polyfill command event.
|
|
7055
7252
|
* Used for overlay control commands in environments that require polyfills.
|
|
7253
|
+
* @publicDocs
|
|
7056
7254
|
*/
|
|
7057
7255
|
export type PolyfillCommandEventInit = EventInit & {
|
|
7058
7256
|
source: HTMLElement | null | undefined;
|
|
@@ -7061,6 +7259,7 @@ export type PolyfillCommandEventInit = EventInit & {
|
|
|
7061
7259
|
/**
|
|
7062
7260
|
* Represents a polyfill command event for overlay controls.
|
|
7063
7261
|
* Used in environments where native command events are not available.
|
|
7262
|
+
* @publicDocs
|
|
7064
7263
|
*/
|
|
7065
7264
|
export type PolyfillCommandEvent = Event & {
|
|
7066
7265
|
source: PolyfillCommandEventInit['source'];
|
|
@@ -7084,6 +7283,10 @@ declare class PreactOverlayElement extends PreactCustomElement {
|
|
|
7084
7283
|
[overlayHideFrameId]?: number;
|
|
7085
7284
|
}
|
|
7086
7285
|
|
|
7286
|
+
/**
|
|
7287
|
+
* Configure the following properties on the menu component.
|
|
7288
|
+
* @publicDocs
|
|
7289
|
+
*/
|
|
7087
7290
|
declare class Menu extends PreactOverlayElement implements MenuProps {
|
|
7088
7291
|
accessor accessibilityLabel: string;
|
|
7089
7292
|
constructor();
|
|
@@ -7117,6 +7320,7 @@ export interface MenuJSXProps
|
|
|
7117
7320
|
|
|
7118
7321
|
/**
|
|
7119
7322
|
* Represents the modal component props with all properties marked as required.
|
|
7323
|
+
* @publicDocs
|
|
7120
7324
|
*/
|
|
7121
7325
|
export type RequiredAlignedModalProps = Required<ModalProps$1>;
|
|
7122
7326
|
export interface ModalProps
|
|
@@ -7160,6 +7364,7 @@ declare class AddedContext<T> extends EventTarget {
|
|
|
7160
7364
|
/**
|
|
7161
7365
|
* A callback which is provided by a context requester and is called with the value satisfying the request.
|
|
7162
7366
|
* This callback can be called multiple times by context providers as the requested value is changed.
|
|
7367
|
+
* @publicDocs
|
|
7163
7368
|
*/
|
|
7164
7369
|
export type ContextCallback<T> = (value: T) => void;
|
|
7165
7370
|
/**
|
|
@@ -7198,6 +7403,10 @@ declare const abortController: unique symbol;
|
|
|
7198
7403
|
declare const onChildModalChange: unique symbol;
|
|
7199
7404
|
declare const childrenRerenderObserver: unique symbol;
|
|
7200
7405
|
declare const shadowDomRerenderObserver: unique symbol;
|
|
7406
|
+
/**
|
|
7407
|
+
* Configure the following properties on the modal component.
|
|
7408
|
+
* @publicDocs
|
|
7409
|
+
*/
|
|
7201
7410
|
declare class Modal extends PreactOverlayElement implements ModalProps {
|
|
7202
7411
|
accessor accessibilityLabel: ModalProps['accessibilityLabel'];
|
|
7203
7412
|
accessor heading: ModalProps['heading'];
|
|
@@ -7294,6 +7503,7 @@ export interface ModalJSXProps
|
|
|
7294
7503
|
|
|
7295
7504
|
/**
|
|
7296
7505
|
* Represents the money field component props with all properties marked as required.
|
|
7506
|
+
* @publicDocs
|
|
7297
7507
|
*/
|
|
7298
7508
|
export type RequiredMoneyFieldProps = Required<MoneyFieldProps$1>;
|
|
7299
7509
|
export interface MoneyFieldProps
|
|
@@ -7302,6 +7512,10 @@ export interface MoneyFieldProps
|
|
|
7302
7512
|
value: Required<MoneyFieldProps$1>['value'];
|
|
7303
7513
|
}
|
|
7304
7514
|
|
|
7515
|
+
/**
|
|
7516
|
+
* Configure the following properties on the money field component.
|
|
7517
|
+
* @publicDocs
|
|
7518
|
+
*/
|
|
7305
7519
|
declare class MoneyField
|
|
7306
7520
|
extends PreactFieldElement<MoneyFieldProps['autocomplete']>
|
|
7307
7521
|
implements MoneyFieldProps
|
|
@@ -7348,6 +7562,10 @@ export interface NumberFieldProps
|
|
|
7348
7562
|
value: Required<NumberFieldProps$1>['value'];
|
|
7349
7563
|
}
|
|
7350
7564
|
|
|
7565
|
+
/**
|
|
7566
|
+
* Configure the following properties on the number field component.
|
|
7567
|
+
* @publicDocs
|
|
7568
|
+
*/
|
|
7351
7569
|
declare class NumberField
|
|
7352
7570
|
extends PreactFieldElement<NumberFieldProps['autocomplete']>
|
|
7353
7571
|
implements NumberFieldProps
|
|
@@ -7389,6 +7607,10 @@ export interface OptionProps
|
|
|
7389
7607
|
Pick<OptionProps$1, 'disabled' | 'value' | 'selected' | 'defaultSelected'>
|
|
7390
7608
|
> {}
|
|
7391
7609
|
|
|
7610
|
+
/**
|
|
7611
|
+
* Represents a single option within a select component. Use only as a child of `s-select` components.
|
|
7612
|
+
* @publicDocs
|
|
7613
|
+
*/
|
|
7392
7614
|
declare class Option extends PreactCustomElement implements OptionProps {
|
|
7393
7615
|
accessor selected: OptionProps['selected'];
|
|
7394
7616
|
accessor defaultSelected: OptionProps['defaultSelected'];
|
|
@@ -7422,6 +7644,10 @@ export interface OptionJSXProps
|
|
|
7422
7644
|
export interface OptionGroupProps
|
|
7423
7645
|
extends Required<Pick<OptionGroupProps$1, 'disabled' | 'label'>> {}
|
|
7424
7646
|
|
|
7647
|
+
/**
|
|
7648
|
+
* Represents a group of options within a select component. Use only as a child of `s-select` components.
|
|
7649
|
+
* @publicDocs
|
|
7650
|
+
*/
|
|
7425
7651
|
declare class OptionGroup
|
|
7426
7652
|
extends PreactCustomElement
|
|
7427
7653
|
implements OptionGroupProps
|
|
@@ -7456,6 +7682,10 @@ export interface OptionGroupJSXProps
|
|
|
7456
7682
|
|
|
7457
7683
|
export interface OrderedListProps extends OrderedListProps$1 {}
|
|
7458
7684
|
|
|
7685
|
+
/**
|
|
7686
|
+
* Configure the following properties on the ordered list component.
|
|
7687
|
+
* @publicDocs
|
|
7688
|
+
*/
|
|
7459
7689
|
declare class OrderedList
|
|
7460
7690
|
extends PreactCustomElement
|
|
7461
7691
|
implements OrderedListProps
|
|
@@ -7491,6 +7721,10 @@ export interface PageProps
|
|
|
7491
7721
|
inlineSize: Extract<PageProps$1['inlineSize'], 'base' | 'large' | 'small'>;
|
|
7492
7722
|
}
|
|
7493
7723
|
|
|
7724
|
+
/**
|
|
7725
|
+
* Use as the outer wrapper of a page.
|
|
7726
|
+
* @publicDocs
|
|
7727
|
+
*/
|
|
7494
7728
|
declare class Page extends PreactCustomElement implements PageProps {
|
|
7495
7729
|
accessor inlineSize: PageProps['inlineSize'];
|
|
7496
7730
|
accessor heading: PageProps['heading'];
|
|
@@ -7580,6 +7814,10 @@ export interface ParagraphProps
|
|
|
7580
7814
|
color: Extract<ParagraphProps$1['color'], 'base' | 'subdued'>;
|
|
7581
7815
|
}
|
|
7582
7816
|
|
|
7817
|
+
/**
|
|
7818
|
+
* Configure the following properties on the paragraph component.
|
|
7819
|
+
* @publicDocs
|
|
7820
|
+
*/
|
|
7583
7821
|
declare class Paragraph extends PreactCustomElement implements ParagraphProps {
|
|
7584
7822
|
accessor fontVariantNumeric: ParagraphProps['fontVariantNumeric'];
|
|
7585
7823
|
accessor lineClamp: ParagraphProps['lineClamp'];
|
|
@@ -7626,6 +7864,7 @@ export interface ParagraphJSXProps
|
|
|
7626
7864
|
/**
|
|
7627
7865
|
* Represents the props for password input field components.
|
|
7628
7866
|
* Extends `PreactFieldProps` with autocomplete support for password-related fields.
|
|
7867
|
+
* @publicDocs
|
|
7629
7868
|
*/
|
|
7630
7869
|
export type PasswordFieldProps = PreactFieldProps<
|
|
7631
7870
|
Required<PasswordFieldProps$1>['autocomplete']
|
|
@@ -7649,6 +7888,10 @@ export type PasswordFieldProps = PreactFieldProps<
|
|
|
7649
7888
|
>
|
|
7650
7889
|
>;
|
|
7651
7890
|
|
|
7891
|
+
/**
|
|
7892
|
+
* Configure the following properties on the password field component.
|
|
7893
|
+
* @publicDocs
|
|
7894
|
+
*/
|
|
7652
7895
|
declare class PasswordField
|
|
7653
7896
|
extends PreactFieldElement<PasswordFieldProps['autocomplete']>
|
|
7654
7897
|
implements PasswordFieldProps
|
|
@@ -7708,6 +7951,10 @@ declare class PreactPopoverElement<TTagName extends keyof HTMLElementTagNameMap>
|
|
|
7708
7951
|
accessor maxInlineSize: BoxProps['maxInlineSize'];
|
|
7709
7952
|
}
|
|
7710
7953
|
|
|
7954
|
+
/**
|
|
7955
|
+
* Configure the following properties on the popover component.
|
|
7956
|
+
* @publicDocs
|
|
7957
|
+
*/
|
|
7711
7958
|
declare class Popover
|
|
7712
7959
|
extends PreactPopoverElement<typeof tagName$p>
|
|
7713
7960
|
implements PopoverProps
|
|
@@ -7765,6 +8012,10 @@ export interface PopoverJSXProps
|
|
|
7765
8012
|
export interface QueryContainerProps
|
|
7766
8013
|
extends Required<Pick<QueryContainerProps$1, 'id' | 'containerName'>> {}
|
|
7767
8014
|
|
|
8015
|
+
/**
|
|
8016
|
+
* Configure the following properties on the query container component.
|
|
8017
|
+
* @publicDocs
|
|
8018
|
+
*/
|
|
7768
8019
|
declare class QueryContainer
|
|
7769
8020
|
extends PreactCustomElement
|
|
7770
8021
|
implements QueryContainerProps
|
|
@@ -7801,6 +8052,7 @@ export interface QueryContainerJSXProps
|
|
|
7801
8052
|
/**
|
|
7802
8053
|
* Represents the props for search input field components.
|
|
7803
8054
|
* Extends `PreactFieldProps` for search-specific functionality.
|
|
8055
|
+
* @publicDocs
|
|
7804
8056
|
*/
|
|
7805
8057
|
export type SearchFieldProps = PreactFieldProps<
|
|
7806
8058
|
/**
|
|
@@ -7827,6 +8079,10 @@ export type SearchFieldProps = PreactFieldProps<
|
|
|
7827
8079
|
>
|
|
7828
8080
|
>;
|
|
7829
8081
|
|
|
8082
|
+
/**
|
|
8083
|
+
* Configure the following properties on the search field component.
|
|
8084
|
+
* @publicDocs
|
|
8085
|
+
*/
|
|
7830
8086
|
declare class SearchField
|
|
7831
8087
|
extends PreactFieldElement<SearchFieldProps['autocomplete']>
|
|
7832
8088
|
implements SearchFieldProps
|
|
@@ -7861,6 +8117,7 @@ export interface SearchFieldJSXProps
|
|
|
7861
8117
|
|
|
7862
8118
|
/**
|
|
7863
8119
|
* Represents the section component props with all properties marked as required.
|
|
8120
|
+
* @publicDocs
|
|
7864
8121
|
*/
|
|
7865
8122
|
export type RequiredSectionProps = Required<SectionProps$1>;
|
|
7866
8123
|
export interface SectionProps
|
|
@@ -7873,6 +8130,10 @@ export interface SectionProps
|
|
|
7873
8130
|
padding: RequiredSectionProps['padding'];
|
|
7874
8131
|
}
|
|
7875
8132
|
|
|
8133
|
+
/**
|
|
8134
|
+
* Configure the following properties on the section component.
|
|
8135
|
+
* @publicDocs
|
|
8136
|
+
*/
|
|
7876
8137
|
declare class Section extends PreactCustomElement implements SectionProps {
|
|
7877
8138
|
constructor();
|
|
7878
8139
|
/** @private */
|
|
@@ -7928,6 +8189,10 @@ export interface SelectProps
|
|
|
7928
8189
|
declare const usedFirstOptionSymbol: unique symbol;
|
|
7929
8190
|
declare const hasInitialValueSymbol: unique symbol;
|
|
7930
8191
|
|
|
8192
|
+
/**
|
|
8193
|
+
* Configure the following properties on the select component.
|
|
8194
|
+
* @publicDocs
|
|
8195
|
+
*/
|
|
7931
8196
|
declare class Select extends PreactInputElement implements SelectProps {
|
|
7932
8197
|
accessor icon: SelectProps['icon'];
|
|
7933
8198
|
accessor details: SelectProps['details'];
|
|
@@ -8002,6 +8267,10 @@ export interface SpinnerProps
|
|
|
8002
8267
|
size: Extract<SpinnerProps$1['size'], 'large' | 'large-100' | 'base'>;
|
|
8003
8268
|
}
|
|
8004
8269
|
|
|
8270
|
+
/**
|
|
8271
|
+
* Configure the following properties on the spinner component.
|
|
8272
|
+
* @publicDocs
|
|
8273
|
+
*/
|
|
8005
8274
|
declare class Spinner extends PreactCustomElement implements SpinnerProps {
|
|
8006
8275
|
accessor accessibilityLabel: string;
|
|
8007
8276
|
accessor size: SpinnerProps['size'];
|
|
@@ -8027,12 +8296,14 @@ export interface SpinnerJSXProps
|
|
|
8027
8296
|
|
|
8028
8297
|
/**
|
|
8029
8298
|
* Represents the stack component props with all properties marked as required.
|
|
8299
|
+
* @publicDocs
|
|
8030
8300
|
*/
|
|
8031
8301
|
export type AlignedStackProps = Required<StackProps$1>;
|
|
8032
8302
|
/**
|
|
8033
8303
|
* Represents stack props with responsive capabilities for layout properties.
|
|
8034
8304
|
*
|
|
8035
8305
|
* This enables conditional styling based on container queries.
|
|
8306
|
+
* @publicDocs
|
|
8036
8307
|
*/
|
|
8037
8308
|
export type ResponsiveStackProps = MakeResponsivePick<
|
|
8038
8309
|
AlignedStackProps,
|
|
@@ -8113,6 +8384,10 @@ export interface StackProps
|
|
|
8113
8384
|
direction: ResponsiveStackProps['direction'];
|
|
8114
8385
|
}
|
|
8115
8386
|
|
|
8387
|
+
/**
|
|
8388
|
+
* Configure the following properties on the stack component.
|
|
8389
|
+
* @publicDocs
|
|
8390
|
+
*/
|
|
8116
8391
|
declare class Stack extends BoxElement implements StackProps {
|
|
8117
8392
|
constructor();
|
|
8118
8393
|
accessor direction: StackProps['direction'];
|
|
@@ -8150,6 +8425,10 @@ export interface SwitchProps
|
|
|
8150
8425
|
extends PreactCheckboxProps,
|
|
8151
8426
|
Required<Pick<SwitchProps$1, 'labelAccessibilityVisibility'>> {}
|
|
8152
8427
|
|
|
8428
|
+
/**
|
|
8429
|
+
* Configure the following properties on the switch component.
|
|
8430
|
+
* @publicDocs
|
|
8431
|
+
*/
|
|
8153
8432
|
declare class Switch extends PreactCheckboxElement implements SwitchProps {
|
|
8154
8433
|
accessor labelAccessibilityVisibility: SwitchProps['labelAccessibilityVisibility'];
|
|
8155
8434
|
constructor();
|
|
@@ -8198,6 +8477,7 @@ export interface TableProps
|
|
|
8198
8477
|
* - `base`: Standard format for text columns
|
|
8199
8478
|
* - `currency`: Right-aligned format for monetary values
|
|
8200
8479
|
* - `numeric`: Right-aligned format for numeric values
|
|
8480
|
+
* @publicDocs
|
|
8201
8481
|
*/
|
|
8202
8482
|
export type HeaderFormat = Extract<
|
|
8203
8483
|
TableHeaderProps$1['format'],
|
|
@@ -8218,9 +8498,14 @@ declare const tableHeadersSharedDataSymbol: unique symbol;
|
|
|
8218
8498
|
* Represents the actual rendered variant of a table component.
|
|
8219
8499
|
* - `table`: Displays as a traditional table layout.
|
|
8220
8500
|
* - `list`: Displays as a list layout.
|
|
8501
|
+
* @publicDocs
|
|
8221
8502
|
*/
|
|
8222
8503
|
export type ActualTableVariant = 'table' | 'list';
|
|
8223
8504
|
|
|
8505
|
+
/**
|
|
8506
|
+
* Configure the following properties on the table component.
|
|
8507
|
+
* @publicDocs
|
|
8508
|
+
*/
|
|
8224
8509
|
declare class Table extends PreactCustomElement implements TableProps {
|
|
8225
8510
|
accessor variant: TableProps['variant'];
|
|
8226
8511
|
accessor loading: TableProps['loading'];
|
|
@@ -8273,6 +8558,12 @@ export interface TableJSXProps
|
|
|
8273
8558
|
|
|
8274
8559
|
export interface TableBodyProps extends TableBodyProps$1 {}
|
|
8275
8560
|
|
|
8561
|
+
/**
|
|
8562
|
+
* The table body component represents the main content area of a table, containing the data rows. Use table body as a child of table to structure your table data, with each table row within the body representing a single record or entry.
|
|
8563
|
+
*
|
|
8564
|
+
* Table body must contain table row components, which in turn contain table cell components for the actual data values.
|
|
8565
|
+
* @publicDocs
|
|
8566
|
+
*/
|
|
8276
8567
|
declare class TableBody extends PreactCustomElement implements TableBodyProps {
|
|
8277
8568
|
constructor();
|
|
8278
8569
|
}
|
|
@@ -8305,6 +8596,12 @@ export interface TableCellProps extends TableCellProps$1 {}
|
|
|
8305
8596
|
|
|
8306
8597
|
declare const headerFormatSymbol: unique symbol;
|
|
8307
8598
|
|
|
8599
|
+
/**
|
|
8600
|
+
* The table cell component represents a single data cell within a table row. Use table cell as a child of table row to display individual data values, with each cell corresponding to a column in the table.
|
|
8601
|
+
*
|
|
8602
|
+
* Table cell automatically inherits styling and alignment from its parent table structure and supports text content or other inline components.
|
|
8603
|
+
* @publicDocs
|
|
8604
|
+
*/
|
|
8308
8605
|
declare class TableCell extends PreactCustomElement implements TableCellProps {
|
|
8309
8606
|
constructor();
|
|
8310
8607
|
/** @private */
|
|
@@ -8336,6 +8633,12 @@ export interface TableCellJSXProps
|
|
|
8336
8633
|
children?: ComponentChildren;
|
|
8337
8634
|
}
|
|
8338
8635
|
|
|
8636
|
+
/**
|
|
8637
|
+
* The table header component represents a single column header within a table header row. Use table header as a child of table header row to define column headings and optionally enable column sorting.
|
|
8638
|
+
*
|
|
8639
|
+
* Table header provides semantic meaning for screen readers and can include sorting controls when configured. Each header corresponds to a column in the table body.
|
|
8640
|
+
* @publicDocs
|
|
8641
|
+
*/
|
|
8339
8642
|
declare class TableHeader
|
|
8340
8643
|
extends PreactCustomElement
|
|
8341
8644
|
implements TableHeaderProps
|
|
@@ -8370,6 +8673,12 @@ export interface TableHeaderJSXProps
|
|
|
8370
8673
|
|
|
8371
8674
|
export interface TableHeaderRowProps extends TableHeaderRowProps$1 {}
|
|
8372
8675
|
|
|
8676
|
+
/**
|
|
8677
|
+
* The table header row component represents the header row of a table, containing column headings. Use table header row as the first child of table (before table body) to define the table structure and provide column labels.
|
|
8678
|
+
*
|
|
8679
|
+
* Table header row must contain table header components for each column. These headers provide context for the data columns and can support sorting functionality.
|
|
8680
|
+
* @publicDocs
|
|
8681
|
+
*/
|
|
8373
8682
|
declare class TableHeaderRow
|
|
8374
8683
|
extends PreactCustomElement
|
|
8375
8684
|
implements TableHeaderRowProps
|
|
@@ -8408,6 +8717,12 @@ export interface TableHeaderRowJSXProps
|
|
|
8408
8717
|
export interface TableRowProps
|
|
8409
8718
|
extends Pick<TableRowProps$1, 'children' | 'clickDelegate'> {}
|
|
8410
8719
|
|
|
8720
|
+
/**
|
|
8721
|
+
* The table row component represents a single row of data within a table body. Use table row as a child of table body to structure individual records or entries in the table.
|
|
8722
|
+
*
|
|
8723
|
+
* Table row must contain table cell components, with each cell representing a data value for the corresponding column. The number of cells should match the number of headers in the table.
|
|
8724
|
+
* @publicDocs
|
|
8725
|
+
*/
|
|
8411
8726
|
declare class TableRow extends PreactCustomElement implements TableRowProps {
|
|
8412
8727
|
constructor();
|
|
8413
8728
|
accessor clickDelegate: string;
|
|
@@ -8490,6 +8805,10 @@ export interface TextProps
|
|
|
8490
8805
|
>;
|
|
8491
8806
|
}
|
|
8492
8807
|
|
|
8808
|
+
/**
|
|
8809
|
+
* Configure the following properties on the text component.
|
|
8810
|
+
* @publicDocs
|
|
8811
|
+
*/
|
|
8493
8812
|
declare class Text extends PreactCustomElement implements TextProps {
|
|
8494
8813
|
accessor fontVariantNumeric: TextProps['fontVariantNumeric'];
|
|
8495
8814
|
accessor color: TextProps['color'];
|
|
@@ -8545,12 +8864,17 @@ export interface TextJSXProps
|
|
|
8545
8864
|
/**
|
|
8546
8865
|
* Represents the props for textarea components.
|
|
8547
8866
|
* Extends `PreactFieldProps` for multi-line text input functionality.
|
|
8867
|
+
* @publicDocs
|
|
8548
8868
|
*/
|
|
8549
8869
|
export type TextAreaProps = PreactFieldProps<
|
|
8550
8870
|
Required<TextAreaProps$1>['autocomplete']
|
|
8551
8871
|
> &
|
|
8552
8872
|
Required<Pick<TextAreaProps$1, 'maxLength' | 'minLength' | 'rows'>>;
|
|
8553
8873
|
|
|
8874
|
+
/**
|
|
8875
|
+
* Configure the following properties on the text area component.
|
|
8876
|
+
* @publicDocs
|
|
8877
|
+
*/
|
|
8554
8878
|
declare class TextArea
|
|
8555
8879
|
extends PreactFieldElement<TextAreaProps['autocomplete']>
|
|
8556
8880
|
implements TextAreaProps
|
|
@@ -8587,6 +8911,7 @@ export interface TextAreaJSXProps
|
|
|
8587
8911
|
/**
|
|
8588
8912
|
* Represents the props for text input field components.
|
|
8589
8913
|
* Extends `PreactFieldProps` with autocomplete support for text-related fields.
|
|
8914
|
+
* @publicDocs
|
|
8590
8915
|
*/
|
|
8591
8916
|
export type TextFieldProps = PreactFieldProps<
|
|
8592
8917
|
/** @default 'on' */
|
|
@@ -8599,6 +8924,10 @@ export type TextFieldProps = PreactFieldProps<
|
|
|
8599
8924
|
>
|
|
8600
8925
|
>;
|
|
8601
8926
|
|
|
8927
|
+
/**
|
|
8928
|
+
* Configure the following properties on the text field component.
|
|
8929
|
+
* @publicDocs
|
|
8930
|
+
*/
|
|
8602
8931
|
declare class TextField
|
|
8603
8932
|
extends PreactFieldElement<TextFieldProps['autocomplete']>
|
|
8604
8933
|
implements TextFieldProps
|
|
@@ -8658,6 +8987,10 @@ export interface ThumbnailProps
|
|
|
8658
8987
|
>;
|
|
8659
8988
|
}
|
|
8660
8989
|
|
|
8990
|
+
/**
|
|
8991
|
+
* Configure the following properties on the thumbnail component.
|
|
8992
|
+
* @publicDocs
|
|
8993
|
+
*/
|
|
8661
8994
|
declare class Thumbnail extends PreactCustomElement implements ThumbnailProps {
|
|
8662
8995
|
accessor src: ThumbnailProps['src'];
|
|
8663
8996
|
accessor alt: ThumbnailProps['alt'];
|
|
@@ -8693,6 +9026,10 @@ export interface ThumbnailJSXProps
|
|
|
8693
9026
|
|
|
8694
9027
|
export interface TooltipProps extends Required<Pick<TooltipProps$1, 'id'>> {}
|
|
8695
9028
|
|
|
9029
|
+
/**
|
|
9030
|
+
* Configure the following properties on the tooltip component.
|
|
9031
|
+
* @publicDocs
|
|
9032
|
+
*/
|
|
8696
9033
|
declare class Tooltip extends PreactOverlayElement implements TooltipProps {
|
|
8697
9034
|
constructor();
|
|
8698
9035
|
}
|
|
@@ -8725,12 +9062,17 @@ export interface TooltipJSXProps
|
|
|
8725
9062
|
/**
|
|
8726
9063
|
* Represents the props for URL input field components.
|
|
8727
9064
|
* Extends `PreactFieldProps` with autocomplete support for URL-related fields.
|
|
9065
|
+
* @publicDocs
|
|
8728
9066
|
*/
|
|
8729
9067
|
export type URLFieldProps = PreactFieldProps<
|
|
8730
9068
|
Required<URLFieldProps$1>['autocomplete']
|
|
8731
9069
|
> &
|
|
8732
9070
|
Required<Pick<URLFieldProps$1, 'maxLength' | 'minLength'>>;
|
|
8733
9071
|
|
|
9072
|
+
/**
|
|
9073
|
+
* Configure the following properties on the URL field component.
|
|
9074
|
+
* @publicDocs
|
|
9075
|
+
*/
|
|
8734
9076
|
declare class URLField
|
|
8735
9077
|
extends PreactFieldElement<URLFieldProps['autocomplete']>
|
|
8736
9078
|
implements URLFieldProps
|
|
@@ -8766,6 +9108,10 @@ export interface URLFieldJSXProps
|
|
|
8766
9108
|
|
|
8767
9109
|
export interface UnorderedListProps extends UnorderedListProps$1 {}
|
|
8768
9110
|
|
|
9111
|
+
/**
|
|
9112
|
+
* Configure the following properties on the unordered list component.
|
|
9113
|
+
* @publicDocs
|
|
9114
|
+
*/
|
|
8769
9115
|
declare class UnorderedList
|
|
8770
9116
|
extends PreactCustomElement
|
|
8771
9117
|
implements UnorderedListProps
|
|
@@ -8796,6 +9142,10 @@ export interface UnorderedListJSXProps
|
|
|
8796
9142
|
children?: ComponentChildren;
|
|
8797
9143
|
}
|
|
8798
9144
|
|
|
9145
|
+
/**
|
|
9146
|
+
* Configure the following properties on the admin action component.
|
|
9147
|
+
* @publicDocs
|
|
9148
|
+
*/
|
|
8799
9149
|
export interface AdminActionProps
|
|
8800
9150
|
extends Pick<AdminActionProps$1, 'heading' | 'loading'> {}
|
|
8801
9151
|
|
|
@@ -8848,6 +9198,10 @@ declare module 'preact' {
|
|
|
8848
9198
|
}
|
|
8849
9199
|
}
|
|
8850
9200
|
|
|
9201
|
+
/**
|
|
9202
|
+
* Configure the following properties on the admin block component.
|
|
9203
|
+
* @publicDocs
|
|
9204
|
+
*/
|
|
8851
9205
|
export interface AdminBlockProps
|
|
8852
9206
|
extends Pick<AdminBlockProps$1, 'heading' | 'collapsedSummary'> {}
|
|
8853
9207
|
|
|
@@ -8885,6 +9239,10 @@ declare module 'preact' {
|
|
|
8885
9239
|
}
|
|
8886
9240
|
}
|
|
8887
9241
|
|
|
9242
|
+
/**
|
|
9243
|
+
* Configure the following properties on the admin print action component.
|
|
9244
|
+
* @publicDocs
|
|
9245
|
+
*/
|
|
8888
9246
|
export interface AdminPrintActionProps
|
|
8889
9247
|
extends Pick<AdminPrintActionProps$1, 'src'> {}
|
|
8890
9248
|
|
|
@@ -8936,6 +9294,10 @@ export interface FormJSXProps extends Partial<FormProps> {
|
|
|
8936
9294
|
onReset?: ((event: CallbackEvent<typeof tagName$1>) => void) | null;
|
|
8937
9295
|
}
|
|
8938
9296
|
|
|
9297
|
+
/**
|
|
9298
|
+
* Configure the following properties on the form component.
|
|
9299
|
+
* @publicDocs
|
|
9300
|
+
*/
|
|
8939
9301
|
declare class Form extends PreactCustomElement implements FormProps {
|
|
8940
9302
|
constructor();
|
|
8941
9303
|
}
|
|
@@ -8980,10 +9342,15 @@ export interface FunctionSettingsJSXProps
|
|
|
8980
9342
|
/**
|
|
8981
9343
|
* Represents the event type for function settings errors.
|
|
8982
9344
|
* Extracted from the parameters of the `onFunctionSettingsError` callback.
|
|
9345
|
+
* @publicDocs
|
|
8983
9346
|
*/
|
|
8984
9347
|
export type FunctionSettingsErrorEvent = Parameters<
|
|
8985
9348
|
NonNullable<FunctionSettingsProps$1['onError']>
|
|
8986
9349
|
>[0];
|
|
9350
|
+
/**
|
|
9351
|
+
* Configure the following properties on the function settings component.
|
|
9352
|
+
* @publicDocs
|
|
9353
|
+
*/
|
|
8987
9354
|
declare class FunctionSettings
|
|
8988
9355
|
extends PreactCustomElement
|
|
8989
9356
|
implements FunctionSettingsProps
|
|
@@ -9069,6 +9436,9 @@ export {
|
|
|
9069
9436
|
URLField,
|
|
9070
9437
|
UnorderedList,
|
|
9071
9438
|
};
|
|
9439
|
+
/**
|
|
9440
|
+
* @publicDocs
|
|
9441
|
+
*/
|
|
9072
9442
|
export type {
|
|
9073
9443
|
AdminActionJSXProps,
|
|
9074
9444
|
AdminBlockJSXProps,
|
|
@@ -9134,6 +9504,10 @@ export type {
|
|
|
9134
9504
|
UnorderedListJSXProps,
|
|
9135
9505
|
};
|
|
9136
9506
|
|
|
9507
|
+
/**
|
|
9508
|
+
* The avatar component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9509
|
+
* @publicDocs
|
|
9510
|
+
*/
|
|
9137
9511
|
export interface AvatarEvents {
|
|
9138
9512
|
/**
|
|
9139
9513
|
* A callback fired when the avatar image successfully loads.
|
|
@@ -9149,6 +9523,10 @@ export interface AvatarEvents {
|
|
|
9149
9523
|
error: OnErrorEventHandler = null;
|
|
9150
9524
|
}
|
|
9151
9525
|
|
|
9526
|
+
/**
|
|
9527
|
+
* The badge component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9528
|
+
* @publicDocs
|
|
9529
|
+
*/
|
|
9152
9530
|
export interface BadgeSlots {
|
|
9153
9531
|
/**
|
|
9154
9532
|
* The text label displayed within the badge component, typically a short status indicator or category label.
|
|
@@ -9156,6 +9534,10 @@ export interface BadgeSlots {
|
|
|
9156
9534
|
children?: HTMLElement;
|
|
9157
9535
|
}
|
|
9158
9536
|
|
|
9537
|
+
/**
|
|
9538
|
+
* The banner component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9539
|
+
* @publicDocs
|
|
9540
|
+
*/
|
|
9159
9541
|
export interface BannerEvents {
|
|
9160
9542
|
/**
|
|
9161
9543
|
* A callback fired when the banner is dismissed.
|
|
@@ -9167,6 +9549,10 @@ export interface BannerEvents {
|
|
|
9167
9549
|
afterhide: CallbackEventListener<typeof tagName> | null = null;
|
|
9168
9550
|
}
|
|
9169
9551
|
|
|
9552
|
+
/**
|
|
9553
|
+
* The banner component supports slots for additional content placement within the banner. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9554
|
+
* @publicDocs
|
|
9555
|
+
*/
|
|
9170
9556
|
export interface BannerSlots {
|
|
9171
9557
|
/**
|
|
9172
9558
|
* The main message content displayed within the banner component, providing important information or guidance to users.
|
|
@@ -9179,6 +9565,10 @@ export interface BannerSlots {
|
|
|
9179
9565
|
'secondary-actions'?: HTMLElement;
|
|
9180
9566
|
}
|
|
9181
9567
|
|
|
9568
|
+
/**
|
|
9569
|
+
* The box component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9570
|
+
* @publicDocs
|
|
9571
|
+
*/
|
|
9182
9572
|
export interface BoxSlots {
|
|
9183
9573
|
/**
|
|
9184
9574
|
* The content displayed within the box component, which serves as a flexible container for organizing and styling other components.
|
|
@@ -9186,6 +9576,10 @@ export interface BoxSlots {
|
|
|
9186
9576
|
children?: HTMLElement;
|
|
9187
9577
|
}
|
|
9188
9578
|
|
|
9579
|
+
/**
|
|
9580
|
+
* The button component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9581
|
+
* @publicDocs
|
|
9582
|
+
*/
|
|
9189
9583
|
export interface ButtonEvents {
|
|
9190
9584
|
/**
|
|
9191
9585
|
* A callback fired when the button is clicked.
|
|
@@ -9207,6 +9601,10 @@ export interface ButtonEvents {
|
|
|
9207
9601
|
focus: CallbackEventListener<typeof tagName> | null = null;
|
|
9208
9602
|
}
|
|
9209
9603
|
|
|
9604
|
+
/**
|
|
9605
|
+
* The button component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9606
|
+
* @publicDocs
|
|
9607
|
+
*/
|
|
9210
9608
|
export interface ButtonSlots {
|
|
9211
9609
|
/**
|
|
9212
9610
|
* The label text or elements displayed inside the button component, describing the action that will be performed when clicked.
|
|
@@ -9214,6 +9612,10 @@ export interface ButtonSlots {
|
|
|
9214
9612
|
children?: HTMLElement;
|
|
9215
9613
|
}
|
|
9216
9614
|
|
|
9615
|
+
/**
|
|
9616
|
+
* The button group component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9617
|
+
* @publicDocs
|
|
9618
|
+
*/
|
|
9217
9619
|
export interface ButtonGroupSlots {
|
|
9218
9620
|
/**
|
|
9219
9621
|
* The buttons displayed within the button group component, which are arranged together as a cohesive set of related actions.
|
|
@@ -9235,6 +9637,10 @@ export interface ButtonGroupSlots {
|
|
|
9235
9637
|
'secondary-actions'?: HTMLElement;
|
|
9236
9638
|
}
|
|
9237
9639
|
|
|
9640
|
+
/**
|
|
9641
|
+
* The checkbox component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9642
|
+
* @publicDocs
|
|
9643
|
+
*/
|
|
9238
9644
|
export interface CheckboxEvents {
|
|
9239
9645
|
/**
|
|
9240
9646
|
* A callback fired when the checkbox value changes.
|
|
@@ -9250,6 +9656,10 @@ export interface CheckboxEvents {
|
|
|
9250
9656
|
input: CallbackEventListener<'input'>;
|
|
9251
9657
|
}
|
|
9252
9658
|
|
|
9659
|
+
/**
|
|
9660
|
+
* The chip component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9661
|
+
* @publicDocs
|
|
9662
|
+
*/
|
|
9253
9663
|
export interface ChipSlots {
|
|
9254
9664
|
/**
|
|
9255
9665
|
* The text label displayed within the chip component, typically representing a selected filter, tag, or removable item.
|
|
@@ -9261,6 +9671,10 @@ export interface ChipSlots {
|
|
|
9261
9671
|
graphic?: HTMLElement;
|
|
9262
9672
|
}
|
|
9263
9673
|
|
|
9674
|
+
/**
|
|
9675
|
+
* The choice list component supports slots for additional content placement within each choice. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9676
|
+
* @publicDocs
|
|
9677
|
+
*/
|
|
9264
9678
|
export interface ChoiceSlots {
|
|
9265
9679
|
/**
|
|
9266
9680
|
* The label text or elements that identify this selectable choice to users.
|
|
@@ -9281,6 +9695,10 @@ export interface ChoiceSlots {
|
|
|
9281
9695
|
details?: HTMLElement;
|
|
9282
9696
|
}
|
|
9283
9697
|
|
|
9698
|
+
/**
|
|
9699
|
+
* The choice list component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9700
|
+
* @publicDocs
|
|
9701
|
+
*/
|
|
9284
9702
|
export interface ChoiceListEvents {
|
|
9285
9703
|
/**
|
|
9286
9704
|
* A callback fired when the choice list selection changes.
|
|
@@ -9296,6 +9714,10 @@ export interface ChoiceListEvents {
|
|
|
9296
9714
|
input: CallbackEventListener<typeof tagName> | null = null;
|
|
9297
9715
|
}
|
|
9298
9716
|
|
|
9717
|
+
/**
|
|
9718
|
+
* The choice list component supports slots for additional content placement within each choice. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9719
|
+
* @publicDocs
|
|
9720
|
+
*/
|
|
9299
9721
|
export interface ChoiceListSlots {
|
|
9300
9722
|
/**
|
|
9301
9723
|
* The choices a user can select from.
|
|
@@ -9305,6 +9727,10 @@ export interface ChoiceListSlots {
|
|
|
9305
9727
|
children?: HTMLElement;
|
|
9306
9728
|
}
|
|
9307
9729
|
|
|
9730
|
+
/**
|
|
9731
|
+
* The clickable component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9732
|
+
* @publicDocs
|
|
9733
|
+
*/
|
|
9308
9734
|
export interface ClickableEvents {
|
|
9309
9735
|
/**
|
|
9310
9736
|
* A callback fired when the component is clicked.
|
|
@@ -9326,6 +9752,10 @@ export interface ClickableEvents {
|
|
|
9326
9752
|
focus: CallbackEventListener<typeof tagName> | null = null;
|
|
9327
9753
|
}
|
|
9328
9754
|
|
|
9755
|
+
/**
|
|
9756
|
+
* The clickable component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9757
|
+
* @publicDocs
|
|
9758
|
+
*/
|
|
9329
9759
|
export interface ClickableSlots {
|
|
9330
9760
|
/**
|
|
9331
9761
|
* The content displayed within the clickable component, which makes any content interactive and clickable without the semantic meaning of a button or link.
|
|
@@ -9333,6 +9763,10 @@ export interface ClickableSlots {
|
|
|
9333
9763
|
children?: HTMLElement;
|
|
9334
9764
|
}
|
|
9335
9765
|
|
|
9766
|
+
/**
|
|
9767
|
+
* The clickable chip component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9768
|
+
* @publicDocs
|
|
9769
|
+
*/
|
|
9336
9770
|
export interface ClickableChipEvents {
|
|
9337
9771
|
/**
|
|
9338
9772
|
* A callback fired when the chip is clicked.
|
|
@@ -9350,6 +9784,10 @@ export interface ClickableChipEvents {
|
|
|
9350
9784
|
afterhide: CallbackEventListener<typeof tagName> | null = null;
|
|
9351
9785
|
}
|
|
9352
9786
|
|
|
9787
|
+
/**
|
|
9788
|
+
* The clickable chip component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9789
|
+
* @publicDocs
|
|
9790
|
+
*/
|
|
9353
9791
|
export interface ClickableChipSlots {
|
|
9354
9792
|
/**
|
|
9355
9793
|
* The text label displayed within the chip, which represents an interactive filter, tag, or selectable item.
|
|
@@ -9361,6 +9799,10 @@ export interface ClickableChipSlots {
|
|
|
9361
9799
|
graphic?: HTMLElement;
|
|
9362
9800
|
}
|
|
9363
9801
|
|
|
9802
|
+
/**
|
|
9803
|
+
* The color field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9804
|
+
* @publicDocs
|
|
9805
|
+
*/
|
|
9364
9806
|
export interface ColorFieldEvents {
|
|
9365
9807
|
/**
|
|
9366
9808
|
* A callback fired when the color field value changes.
|
|
@@ -9388,6 +9830,10 @@ export interface ColorFieldEvents {
|
|
|
9388
9830
|
focus: CallbackEventListener<'input'>;
|
|
9389
9831
|
}
|
|
9390
9832
|
|
|
9833
|
+
/**
|
|
9834
|
+
* The color picker component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9835
|
+
* @publicDocs
|
|
9836
|
+
*/
|
|
9391
9837
|
export interface ColorPickerEvents {
|
|
9392
9838
|
/**
|
|
9393
9839
|
* A callback fired when the color picker value changes.
|
|
@@ -9403,6 +9849,10 @@ export interface ColorPickerEvents {
|
|
|
9403
9849
|
input: CallbackEventListener<typeof tagName> | null = null;
|
|
9404
9850
|
}
|
|
9405
9851
|
|
|
9852
|
+
/**
|
|
9853
|
+
* The date field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9854
|
+
* @publicDocs
|
|
9855
|
+
*/
|
|
9406
9856
|
export interface DateFieldEvents {
|
|
9407
9857
|
/**
|
|
9408
9858
|
* A callback fired when the date field value changes.
|
|
@@ -9440,6 +9890,10 @@ export interface DateFieldEvents {
|
|
|
9440
9890
|
invalid: CallbackEventListener<typeof tagName> | null = null;
|
|
9441
9891
|
}
|
|
9442
9892
|
|
|
9893
|
+
/**
|
|
9894
|
+
* The date picker component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9895
|
+
* @publicDocs
|
|
9896
|
+
*/
|
|
9443
9897
|
export interface DatePickerEvents {
|
|
9444
9898
|
/**
|
|
9445
9899
|
* A callback fired when the calendar view changes, such as when navigating between months.
|
|
@@ -9471,6 +9925,10 @@ export interface DatePickerEvents {
|
|
|
9471
9925
|
change: CallbackEventListener<typeof tagName> | null = null;
|
|
9472
9926
|
}
|
|
9473
9927
|
|
|
9928
|
+
/**
|
|
9929
|
+
* The drop zone component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9930
|
+
* @publicDocs
|
|
9931
|
+
*/
|
|
9474
9932
|
export interface DropZoneEvents {
|
|
9475
9933
|
/**
|
|
9476
9934
|
* A callback fired when the drop zone value changes.
|
|
@@ -9490,6 +9948,10 @@ export interface DropZoneEvents {
|
|
|
9490
9948
|
droprejected: CallbackEventListener<typeof tagName> = null;
|
|
9491
9949
|
}
|
|
9492
9950
|
|
|
9951
|
+
/**
|
|
9952
|
+
* The drop zone component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9953
|
+
* @publicDocs
|
|
9954
|
+
*/
|
|
9493
9955
|
export interface DropZoneSlots {
|
|
9494
9956
|
/**
|
|
9495
9957
|
* The content to include inside the drop zone container
|
|
@@ -9497,6 +9959,10 @@ export interface DropZoneSlots {
|
|
|
9497
9959
|
children?: HTMLElement;
|
|
9498
9960
|
}
|
|
9499
9961
|
|
|
9962
|
+
/**
|
|
9963
|
+
* The email field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
9964
|
+
* @publicDocs
|
|
9965
|
+
*/
|
|
9500
9966
|
export interface EmailFieldEvents {
|
|
9501
9967
|
/**
|
|
9502
9968
|
* A callback fired when the email field value changes.
|
|
@@ -9524,6 +9990,10 @@ export interface EmailFieldEvents {
|
|
|
9524
9990
|
focus: CallbackEventListener<'input'>;
|
|
9525
9991
|
}
|
|
9526
9992
|
|
|
9993
|
+
/**
|
|
9994
|
+
* The grid component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
9995
|
+
* @publicDocs
|
|
9996
|
+
*/
|
|
9527
9997
|
export interface GridSlots {
|
|
9528
9998
|
/**
|
|
9529
9999
|
* The child elements displayed within the grid component, which are arranged in a flexible grid layout with configurable columns, rows, and spacing.
|
|
@@ -9531,6 +10001,10 @@ export interface GridSlots {
|
|
|
9531
10001
|
children?: HTMLElement;
|
|
9532
10002
|
}
|
|
9533
10003
|
|
|
10004
|
+
/**
|
|
10005
|
+
* The grid item component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10006
|
+
* @publicDocs
|
|
10007
|
+
*/
|
|
9534
10008
|
export interface GridItemSlots {
|
|
9535
10009
|
/**
|
|
9536
10010
|
* The content displayed within the grid item component, which represents a single cell in the grid layout and can span multiple columns or rows.
|
|
@@ -9538,6 +10012,10 @@ export interface GridItemSlots {
|
|
|
9538
10012
|
children?: HTMLElement;
|
|
9539
10013
|
}
|
|
9540
10014
|
|
|
10015
|
+
/**
|
|
10016
|
+
* The heading component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10017
|
+
* @publicDocs
|
|
10018
|
+
*/
|
|
9541
10019
|
export interface HeadingSlots {
|
|
9542
10020
|
/**
|
|
9543
10021
|
* The heading text displayed within the heading component, which provides a title or section header for content.
|
|
@@ -9545,6 +10023,10 @@ export interface HeadingSlots {
|
|
|
9545
10023
|
children?: HTMLElement;
|
|
9546
10024
|
}
|
|
9547
10025
|
|
|
10026
|
+
/**
|
|
10027
|
+
* The image component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10028
|
+
* @publicDocs
|
|
10029
|
+
*/
|
|
9548
10030
|
export interface ImageEvents {
|
|
9549
10031
|
/**
|
|
9550
10032
|
* A callback fired when the image successfully loads.
|
|
@@ -9560,6 +10042,10 @@ export interface ImageEvents {
|
|
|
9560
10042
|
error: OnErrorEventHandler = null;
|
|
9561
10043
|
}
|
|
9562
10044
|
|
|
10045
|
+
/**
|
|
10046
|
+
* The link component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10047
|
+
* @publicDocs
|
|
10048
|
+
*/
|
|
9563
10049
|
export interface LinkEvents {
|
|
9564
10050
|
/**
|
|
9565
10051
|
* A callback fired when the link is clicked.
|
|
@@ -9569,6 +10055,10 @@ export interface LinkEvents {
|
|
|
9569
10055
|
click: CallbackEventListener<typeof tagName> | null = null;
|
|
9570
10056
|
}
|
|
9571
10057
|
|
|
10058
|
+
/**
|
|
10059
|
+
* The link component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10060
|
+
* @publicDocs
|
|
10061
|
+
*/
|
|
9572
10062
|
export interface LinkSlots {
|
|
9573
10063
|
/**
|
|
9574
10064
|
* The text or elements displayed within the link component, which navigates users to a different location when activated.
|
|
@@ -9576,6 +10066,10 @@ export interface LinkSlots {
|
|
|
9576
10066
|
children?: HTMLElement;
|
|
9577
10067
|
}
|
|
9578
10068
|
|
|
10069
|
+
/**
|
|
10070
|
+
* The list item component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10071
|
+
* @publicDocs
|
|
10072
|
+
*/
|
|
9579
10073
|
export interface ListItemSlots {
|
|
9580
10074
|
/**
|
|
9581
10075
|
* The content displayed within the list item, which represents a single entry in an ordered or unordered list.
|
|
@@ -9583,6 +10077,10 @@ export interface ListItemSlots {
|
|
|
9583
10077
|
children?: HTMLElement;
|
|
9584
10078
|
}
|
|
9585
10079
|
|
|
10080
|
+
/**
|
|
10081
|
+
* The menu component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10082
|
+
* @publicDocs
|
|
10083
|
+
*/
|
|
9586
10084
|
export interface MenuSlots {
|
|
9587
10085
|
/**
|
|
9588
10086
|
* The items displayed within the menu. Only accepts button and section components. Use button for individual menu actions and section to group related items.
|
|
@@ -9590,6 +10088,10 @@ export interface MenuSlots {
|
|
|
9590
10088
|
children?: HTMLElement;
|
|
9591
10089
|
}
|
|
9592
10090
|
|
|
10091
|
+
/**
|
|
10092
|
+
* The modal component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10093
|
+
* @publicDocs
|
|
10094
|
+
*/
|
|
9593
10095
|
export interface ModalEvents {
|
|
9594
10096
|
/**
|
|
9595
10097
|
* A callback fired when the modal is hidden.
|
|
@@ -9609,6 +10111,10 @@ export interface ModalEvents {
|
|
|
9609
10111
|
aftershow: CallbackEventListener<typeof tagName> | null = null;
|
|
9610
10112
|
}
|
|
9611
10113
|
|
|
10114
|
+
/**
|
|
10115
|
+
* The modal component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10116
|
+
* @publicDocs
|
|
10117
|
+
*/
|
|
9612
10118
|
export interface ModalSlots {
|
|
9613
10119
|
/**
|
|
9614
10120
|
* The content displayed within the modal component, typically including form fields, information, or interactive elements.
|
|
@@ -9628,6 +10134,10 @@ export interface ModalSlots {
|
|
|
9628
10134
|
'secondary-actions'?: HTMLElement;
|
|
9629
10135
|
}
|
|
9630
10136
|
|
|
10137
|
+
/**
|
|
10138
|
+
* The money field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10139
|
+
* @publicDocs
|
|
10140
|
+
*/
|
|
9631
10141
|
export interface MoneyFieldEvents {
|
|
9632
10142
|
/**
|
|
9633
10143
|
* A callback fired when the money field value changes.
|
|
@@ -9655,6 +10165,10 @@ export interface MoneyFieldEvents {
|
|
|
9655
10165
|
focus: CallbackEventListener<'input'>;
|
|
9656
10166
|
}
|
|
9657
10167
|
|
|
10168
|
+
/**
|
|
10169
|
+
* The number field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10170
|
+
* @publicDocs
|
|
10171
|
+
*/
|
|
9658
10172
|
export interface NumberFieldEvents {
|
|
9659
10173
|
/**
|
|
9660
10174
|
* A callback fired when the number field value changes.
|
|
@@ -9682,6 +10196,10 @@ export interface NumberFieldEvents {
|
|
|
9682
10196
|
focus: CallbackEventListener<'input'>;
|
|
9683
10197
|
}
|
|
9684
10198
|
|
|
10199
|
+
/**
|
|
10200
|
+
* The option component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10201
|
+
* @publicDocs
|
|
10202
|
+
*/
|
|
9685
10203
|
export interface OptionSlots {
|
|
9686
10204
|
/**
|
|
9687
10205
|
* The text or elements displayed as the option label, which identifies the selectable choice to users in a dropdown or selection list.
|
|
@@ -9689,6 +10207,10 @@ export interface OptionSlots {
|
|
|
9689
10207
|
children?: HTMLElement;
|
|
9690
10208
|
}
|
|
9691
10209
|
|
|
10210
|
+
/**
|
|
10211
|
+
* The option group component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10212
|
+
* @publicDocs
|
|
10213
|
+
*/
|
|
9692
10214
|
export interface OptionGroupSlots {
|
|
9693
10215
|
/**
|
|
9694
10216
|
* The selectable options displayed in the dropdown list. Accepts option components for individual selectable items within this group.
|
|
@@ -9696,6 +10218,10 @@ export interface OptionGroupSlots {
|
|
|
9696
10218
|
children?: HTMLElement;
|
|
9697
10219
|
}
|
|
9698
10220
|
|
|
10221
|
+
/**
|
|
10222
|
+
* The ordered list component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10223
|
+
* @publicDocs
|
|
10224
|
+
*/
|
|
9699
10225
|
export interface OrderedListSlots {
|
|
9700
10226
|
/**
|
|
9701
10227
|
* The list entries displayed within the ordered list, where each item is numbered sequentially. Only accepts list item components as children. Each list item represents a single numbered entry in the sequence.
|
|
@@ -9703,6 +10229,10 @@ export interface OrderedListSlots {
|
|
|
9703
10229
|
children?: HTMLElement;
|
|
9704
10230
|
}
|
|
9705
10231
|
|
|
10232
|
+
/**
|
|
10233
|
+
* The page component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10234
|
+
* @publicDocs
|
|
10235
|
+
*/
|
|
9706
10236
|
export interface PageSlots {
|
|
9707
10237
|
/**
|
|
9708
10238
|
* The main page content displayed within the page component, which serves as the primary container for the page's information and interface elements.
|
|
@@ -9735,6 +10265,10 @@ export interface PageSlots {
|
|
|
9735
10265
|
'breadcrumb-actions'?: HTMLElement;
|
|
9736
10266
|
}
|
|
9737
10267
|
|
|
10268
|
+
/**
|
|
10269
|
+
* The paragraph component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10270
|
+
* @publicDocs
|
|
10271
|
+
*/
|
|
9738
10272
|
export interface ParagraphSlots {
|
|
9739
10273
|
/**
|
|
9740
10274
|
* The paragraph text content displayed within the paragraph component, which presents a block of related text with appropriate styling.
|
|
@@ -9742,6 +10276,10 @@ export interface ParagraphSlots {
|
|
|
9742
10276
|
children?: HTMLElement;
|
|
9743
10277
|
}
|
|
9744
10278
|
|
|
10279
|
+
/**
|
|
10280
|
+
* The password field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10281
|
+
* @publicDocs
|
|
10282
|
+
*/
|
|
9745
10283
|
export interface PasswordFieldEvents {
|
|
9746
10284
|
/**
|
|
9747
10285
|
* A callback fired when the password field value changes.
|
|
@@ -9769,6 +10307,10 @@ export interface PasswordFieldEvents {
|
|
|
9769
10307
|
focus: CallbackEventListener<'input'>;
|
|
9770
10308
|
}
|
|
9771
10309
|
|
|
10310
|
+
/**
|
|
10311
|
+
* The popover component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10312
|
+
* @publicDocs
|
|
10313
|
+
*/
|
|
9772
10314
|
export interface PopoverEvents {
|
|
9773
10315
|
/**
|
|
9774
10316
|
* A callback fired when the popover is shown.
|
|
@@ -9796,6 +10338,10 @@ export interface PopoverEvents {
|
|
|
9796
10338
|
aftertoggle: CallbackEventListener<TTagName> | null;
|
|
9797
10339
|
}
|
|
9798
10340
|
|
|
10341
|
+
/**
|
|
10342
|
+
* The popover component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10343
|
+
* @publicDocs
|
|
10344
|
+
*/
|
|
9799
10345
|
export interface PopoverSlots {
|
|
9800
10346
|
/**
|
|
9801
10347
|
* The content displayed within the popover component, which appears in an overlay positioned relative to its trigger element.
|
|
@@ -9803,6 +10349,10 @@ export interface PopoverSlots {
|
|
|
9803
10349
|
children?: HTMLElement;
|
|
9804
10350
|
}
|
|
9805
10351
|
|
|
10352
|
+
/**
|
|
10353
|
+
* The query container component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10354
|
+
* @publicDocs
|
|
10355
|
+
*/
|
|
9806
10356
|
export interface QueryContainerSlots {
|
|
9807
10357
|
/**
|
|
9808
10358
|
* The content displayed within the query container component, which enables container queries for responsive styling based on the container's size rather than the viewport.
|
|
@@ -9810,6 +10360,10 @@ export interface QueryContainerSlots {
|
|
|
9810
10360
|
children?: HTMLElement;
|
|
9811
10361
|
}
|
|
9812
10362
|
|
|
10363
|
+
/**
|
|
10364
|
+
* The search field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10365
|
+
* @publicDocs
|
|
10366
|
+
*/
|
|
9813
10367
|
export interface SearchFieldEvents {
|
|
9814
10368
|
/**
|
|
9815
10369
|
* A callback fired when the search field value changes.
|
|
@@ -9837,6 +10391,10 @@ export interface SearchFieldEvents {
|
|
|
9837
10391
|
focus: CallbackEventListener<'input'>;
|
|
9838
10392
|
}
|
|
9839
10393
|
|
|
10394
|
+
/**
|
|
10395
|
+
* The section component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10396
|
+
* @publicDocs
|
|
10397
|
+
*/
|
|
9840
10398
|
export interface SectionSlots {
|
|
9841
10399
|
/**
|
|
9842
10400
|
* The content displayed within the section component, which groups related elements together in a logical unit with an optional heading.
|
|
@@ -9844,6 +10402,10 @@ export interface SectionSlots {
|
|
|
9844
10402
|
children?: HTMLElement;
|
|
9845
10403
|
}
|
|
9846
10404
|
|
|
10405
|
+
/**
|
|
10406
|
+
* The select component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10407
|
+
* @publicDocs
|
|
10408
|
+
*/
|
|
9847
10409
|
export interface SelectEvents {
|
|
9848
10410
|
/**
|
|
9849
10411
|
* A callback fired when the select value changes.
|
|
@@ -9859,6 +10421,10 @@ export interface SelectEvents {
|
|
|
9859
10421
|
input: CallbackEventListener<'input'>;
|
|
9860
10422
|
}
|
|
9861
10423
|
|
|
10424
|
+
/**
|
|
10425
|
+
* The select component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10426
|
+
* @publicDocs
|
|
10427
|
+
*/
|
|
9862
10428
|
export interface SelectSlots {
|
|
9863
10429
|
/**
|
|
9864
10430
|
* The selectable options displayed in the dropdown list. Accepts option components for individual selectable items, and option group components to organize related options into logical groups with labels.
|
|
@@ -9866,6 +10432,10 @@ export interface SelectSlots {
|
|
|
9866
10432
|
children?: HTMLElement;
|
|
9867
10433
|
}
|
|
9868
10434
|
|
|
10435
|
+
/**
|
|
10436
|
+
* The stack component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10437
|
+
* @publicDocs
|
|
10438
|
+
*/
|
|
9869
10439
|
export interface StackSlots {
|
|
9870
10440
|
/**
|
|
9871
10441
|
* The child elements displayed within the stack component, which are arranged vertically or horizontally with consistent spacing.
|
|
@@ -9873,6 +10443,10 @@ export interface StackSlots {
|
|
|
9873
10443
|
children?: HTMLElement;
|
|
9874
10444
|
}
|
|
9875
10445
|
|
|
10446
|
+
/**
|
|
10447
|
+
* The switch component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10448
|
+
* @publicDocs
|
|
10449
|
+
*/
|
|
9876
10450
|
export interface SwitchEvents {
|
|
9877
10451
|
/**
|
|
9878
10452
|
* A callback fired when the switch value changes.
|
|
@@ -9888,6 +10462,10 @@ export interface SwitchEvents {
|
|
|
9888
10462
|
input: CallbackEventListener<'input'>;
|
|
9889
10463
|
}
|
|
9890
10464
|
|
|
10465
|
+
/**
|
|
10466
|
+
* The table component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10467
|
+
* @publicDocs
|
|
10468
|
+
*/
|
|
9891
10469
|
export interface TableEvents {
|
|
9892
10470
|
/**
|
|
9893
10471
|
* A callback fired when the user navigates to the previous page.
|
|
@@ -9899,6 +10477,10 @@ export interface TableEvents {
|
|
|
9899
10477
|
nextpage: CallbackEventListener<typeof tagName> | null = null;
|
|
9900
10478
|
}
|
|
9901
10479
|
|
|
10480
|
+
/**
|
|
10481
|
+
* The table component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10482
|
+
* @publicDocs
|
|
10483
|
+
*/
|
|
9902
10484
|
export interface TableSlots {
|
|
9903
10485
|
/**
|
|
9904
10486
|
* The table structure defining headers and data rows.
|
|
@@ -9914,6 +10496,10 @@ export interface TableSlots {
|
|
|
9914
10496
|
filters?: HTMLElement;
|
|
9915
10497
|
}
|
|
9916
10498
|
|
|
10499
|
+
/**
|
|
10500
|
+
* The table body component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10501
|
+
* @publicDocs
|
|
10502
|
+
*/
|
|
9917
10503
|
export interface TableBodySlots {
|
|
9918
10504
|
/**
|
|
9919
10505
|
* The data rows displayed in the table body.
|
|
@@ -9923,6 +10509,10 @@ export interface TableBodySlots {
|
|
|
9923
10509
|
children?: HTMLElement;
|
|
9924
10510
|
}
|
|
9925
10511
|
|
|
10512
|
+
/**
|
|
10513
|
+
* The table cell component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10514
|
+
* @publicDocs
|
|
10515
|
+
*/
|
|
9926
10516
|
export interface TableCellSlots {
|
|
9927
10517
|
/**
|
|
9928
10518
|
* The data value displayed in this cell.
|
|
@@ -9932,6 +10522,10 @@ export interface TableCellSlots {
|
|
|
9932
10522
|
children?: HTMLElement;
|
|
9933
10523
|
}
|
|
9934
10524
|
|
|
10525
|
+
/**
|
|
10526
|
+
* The table header component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10527
|
+
* @publicDocs
|
|
10528
|
+
*/
|
|
9935
10529
|
export interface TableHeaderSlots {
|
|
9936
10530
|
/**
|
|
9937
10531
|
* The column heading text.
|
|
@@ -9941,6 +10535,10 @@ export interface TableHeaderSlots {
|
|
|
9941
10535
|
children?: HTMLElement;
|
|
9942
10536
|
}
|
|
9943
10537
|
|
|
10538
|
+
/**
|
|
10539
|
+
* The table header row component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10540
|
+
* @publicDocs
|
|
10541
|
+
*/
|
|
9944
10542
|
export interface TableHeaderRowSlots {
|
|
9945
10543
|
/**
|
|
9946
10544
|
* The column headers displayed in the table header row.
|
|
@@ -9950,6 +10548,10 @@ export interface TableHeaderRowSlots {
|
|
|
9950
10548
|
children?: HTMLElement;
|
|
9951
10549
|
}
|
|
9952
10550
|
|
|
10551
|
+
/**
|
|
10552
|
+
* The table row component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10553
|
+
* @publicDocs
|
|
10554
|
+
*/
|
|
9953
10555
|
export interface TableRowSlots {
|
|
9954
10556
|
/**
|
|
9955
10557
|
* The data cells displayed in this table row.
|
|
@@ -9959,6 +10561,10 @@ export interface TableRowSlots {
|
|
|
9959
10561
|
children?: HTMLElement;
|
|
9960
10562
|
}
|
|
9961
10563
|
|
|
10564
|
+
/**
|
|
10565
|
+
* The text component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10566
|
+
* @publicDocs
|
|
10567
|
+
*/
|
|
9962
10568
|
export interface TextSlots {
|
|
9963
10569
|
/**
|
|
9964
10570
|
* The text content displayed within the text component, which applies semantic meaning and styling appropriate to the specified text type.
|
|
@@ -9966,6 +10572,10 @@ export interface TextSlots {
|
|
|
9966
10572
|
children?: HTMLElement;
|
|
9967
10573
|
}
|
|
9968
10574
|
|
|
10575
|
+
/**
|
|
10576
|
+
* The text area component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10577
|
+
* @publicDocs
|
|
10578
|
+
*/
|
|
9969
10579
|
export interface TextAreaEvents {
|
|
9970
10580
|
/**
|
|
9971
10581
|
* A callback fired when the text area value changes.
|
|
@@ -9993,6 +10603,10 @@ export interface TextAreaEvents {
|
|
|
9993
10603
|
focus: CallbackEventListener<'input'>;
|
|
9994
10604
|
}
|
|
9995
10605
|
|
|
10606
|
+
/**
|
|
10607
|
+
* The text field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10608
|
+
* @publicDocs
|
|
10609
|
+
*/
|
|
9996
10610
|
export interface TextFieldEvents {
|
|
9997
10611
|
/**
|
|
9998
10612
|
* A callback fired when the text field value changes.
|
|
@@ -10020,6 +10634,10 @@ export interface TextFieldEvents {
|
|
|
10020
10634
|
focus: CallbackEventListener<'input'>;
|
|
10021
10635
|
}
|
|
10022
10636
|
|
|
10637
|
+
/**
|
|
10638
|
+
* The text field component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10639
|
+
* @publicDocs
|
|
10640
|
+
*/
|
|
10023
10641
|
export interface TextFieldSlots {
|
|
10024
10642
|
/**
|
|
10025
10643
|
* Additional interactive content displayed within the text field.
|
|
@@ -10029,6 +10647,10 @@ export interface TextFieldSlots {
|
|
|
10029
10647
|
accessory?: HTMLElement;
|
|
10030
10648
|
}
|
|
10031
10649
|
|
|
10650
|
+
/**
|
|
10651
|
+
* The thumbnail component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10652
|
+
* @publicDocs
|
|
10653
|
+
*/
|
|
10032
10654
|
export interface ThumbnailEvents {
|
|
10033
10655
|
/**
|
|
10034
10656
|
* A callback fired when the thumbnail image successfully loads.
|
|
@@ -10044,6 +10666,10 @@ export interface ThumbnailEvents {
|
|
|
10044
10666
|
error: OnErrorEventHandler = null;
|
|
10045
10667
|
}
|
|
10046
10668
|
|
|
10669
|
+
/**
|
|
10670
|
+
* The tooltip component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10671
|
+
* @publicDocs
|
|
10672
|
+
*/
|
|
10047
10673
|
export interface TooltipSlots {
|
|
10048
10674
|
/**
|
|
10049
10675
|
* The informational text or elements displayed within the tooltip overlay, providing helpful context or explanations when users interact with the associated element.
|
|
@@ -10053,6 +10679,10 @@ export interface TooltipSlots {
|
|
|
10053
10679
|
children?: HTMLElement;
|
|
10054
10680
|
}
|
|
10055
10681
|
|
|
10682
|
+
/**
|
|
10683
|
+
* The URL field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10684
|
+
* @publicDocs
|
|
10685
|
+
*/
|
|
10056
10686
|
export interface URLFieldEvents {
|
|
10057
10687
|
/**
|
|
10058
10688
|
* A callback fired when the URL field value changes.
|
|
@@ -10080,6 +10710,10 @@ export interface URLFieldEvents {
|
|
|
10080
10710
|
focus: CallbackEventListener<'input'>;
|
|
10081
10711
|
}
|
|
10082
10712
|
|
|
10713
|
+
/**
|
|
10714
|
+
* The unordered list component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10715
|
+
* @publicDocs
|
|
10716
|
+
*/
|
|
10083
10717
|
export interface UnorderedListSlots {
|
|
10084
10718
|
/**
|
|
10085
10719
|
* The list entries displayed within the unordered list, where each item is marked with a bullet point. Only accepts list item components as children. Each list item represents a single bulleted entry in the list.
|
|
@@ -10087,6 +10721,10 @@ export interface UnorderedListSlots {
|
|
|
10087
10721
|
children?: HTMLElement;
|
|
10088
10722
|
}
|
|
10089
10723
|
|
|
10724
|
+
/**
|
|
10725
|
+
* The admin action component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
|
|
10726
|
+
* @publicDocs
|
|
10727
|
+
*/
|
|
10090
10728
|
export interface AdminActionSlots {
|
|
10091
10729
|
/**
|
|
10092
10730
|
* The main action button or link displayed in the admin action modal.
|
|
@@ -10100,6 +10738,10 @@ export interface AdminActionSlots {
|
|
|
10100
10738
|
'secondary-actions': HTMLElement;
|
|
10101
10739
|
}
|
|
10102
10740
|
|
|
10741
|
+
/**
|
|
10742
|
+
* The form component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10743
|
+
* @publicDocs
|
|
10744
|
+
*/
|
|
10103
10745
|
export interface FormEvents {
|
|
10104
10746
|
/**
|
|
10105
10747
|
* A callback that is run when the form is submitted.
|
|
@@ -10111,6 +10753,10 @@ export interface FormEvents {
|
|
|
10111
10753
|
reset: CallbackEventListener<typeof tagName> | null = null;
|
|
10112
10754
|
}
|
|
10113
10755
|
|
|
10756
|
+
/**
|
|
10757
|
+
* The function settings component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
|
|
10758
|
+
* @publicDocs
|
|
10759
|
+
*/
|
|
10114
10760
|
export interface FunctionSettingsEvents {
|
|
10115
10761
|
/**
|
|
10116
10762
|
* An optional callback function that will be run by the admin when the user
|