@shopify/ui-extensions 2026.1.2 → 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 +3 -10
- package/build/cjs/surfaces/checkout/style/style.js +1 -0
- package/build/cjs/surfaces/customer-account/preact/metafield.js +1 -0
- package/build/cjs/surfaces/customer-account/preact/metafields.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 +3 -10
- package/build/esm/surfaces/checkout/style/style.mjs +1 -0
- package/build/esm/surfaces/customer-account/preact/metafield.mjs +1 -0
- package/build/esm/surfaces/customer-account/preact/metafields.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 +3 -10
- package/build/esnext/surfaces/checkout/style/style.esnext +1 -0
- package/build/esnext/surfaces/customer-account/preact/metafield.esnext +1 -0
- package/build/esnext/surfaces/customer-account/preact/metafields.esnext +1 -0
- package/build/esnext/surfaces/point-of-sale/types/storage.esnext +1 -1
- package/build/ts/shared.d.ts +33 -13
- 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 +3 -8
- 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/ActionExtensionComponents.d.ts +1 -1
- package/build/ts/surfaces/admin/components/AdminAction.d.ts +122 -12
- package/build/ts/surfaces/admin/components/AdminBlock.d.ts +118 -9
- package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +114 -9
- package/build/ts/surfaces/admin/components/Avatar.d.ts +177 -13
- package/build/ts/surfaces/admin/components/Badge.d.ts +207 -24
- package/build/ts/surfaces/admin/components/Banner.d.ts +175 -19
- package/build/ts/surfaces/admin/components/BlockExtensionComponents.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Box.d.ts +277 -78
- package/build/ts/surfaces/admin/components/Button.d.ts +333 -56
- package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +149 -28
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +207 -9
- package/build/ts/surfaces/admin/components/Chip.d.ts +11 -4
- package/build/ts/surfaces/admin/components/Choice.d.ts +140 -27
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +175 -15
- package/build/ts/surfaces/admin/components/Clickable.d.ts +252 -48
- package/build/ts/surfaces/admin/components/ClickableChip.d.ts +190 -30
- package/build/ts/surfaces/admin/components/ColorField.d.ts +252 -23
- package/build/ts/surfaces/admin/components/ColorPicker.d.ts +172 -13
- package/build/ts/surfaces/admin/components/DateField.d.ts +269 -27
- package/build/ts/surfaces/admin/components/DatePicker.d.ts +213 -12
- package/build/ts/surfaces/admin/components/Divider.d.ts +157 -13
- package/build/ts/surfaces/admin/components/DropZone.d.ts +18 -0
- package/build/ts/surfaces/admin/components/EmailField.d.ts +234 -12
- package/build/ts/surfaces/admin/components/Form.d.ts +138 -10
- package/build/ts/surfaces/admin/components/FormExtensionComponents.d.ts +1 -1
- package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +154 -9
- package/build/ts/surfaces/admin/components/FunctionSettingsComponents.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Grid.d.ts +329 -73
- package/build/ts/surfaces/admin/components/GridItem.d.ts +291 -37
- package/build/ts/surfaces/admin/components/Heading.d.ts +139 -29
- package/build/ts/surfaces/admin/components/Icon.d.ts +147 -27
- package/build/ts/surfaces/admin/components/Image.d.ts +311 -36
- package/build/ts/surfaces/admin/components/Link.d.ts +175 -39
- package/build/ts/surfaces/admin/components/ListItem.d.ts +130 -16
- package/build/ts/surfaces/admin/components/Menu.d.ts +174 -29
- package/build/ts/surfaces/admin/components/Modal.d.ts +27 -0
- package/build/ts/surfaces/admin/components/MoneyField.d.ts +234 -12
- package/build/ts/surfaces/admin/components/NumberField.d.ts +245 -12
- package/build/ts/surfaces/admin/components/Option.d.ts +133 -14
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +127 -16
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +128 -18
- package/build/ts/surfaces/admin/components/Page.d.ts +9 -0
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +173 -38
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +241 -19
- package/build/ts/surfaces/admin/components/PrintActionExtensionComponents.d.ts +1 -1
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +138 -18
- package/build/ts/surfaces/admin/components/SearchField.d.ts +227 -18
- package/build/ts/surfaces/admin/components/Section.d.ts +155 -26
- package/build/ts/surfaces/admin/components/Select.d.ts +223 -33
- package/build/ts/surfaces/admin/components/Spinner.d.ts +137 -13
- package/build/ts/surfaces/admin/components/Stack.d.ts +319 -65
- package/build/ts/surfaces/admin/components/Switch.d.ts +199 -17
- package/build/ts/surfaces/admin/components/Table.d.ts +255 -18
- package/build/ts/surfaces/admin/components/TableBody.d.ts +133 -16
- package/build/ts/surfaces/admin/components/TableCell.d.ts +137 -12
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +149 -16
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +133 -16
- package/build/ts/surfaces/admin/components/TableRow.d.ts +136 -16
- package/build/ts/surfaces/admin/components/Text.d.ts +203 -38
- package/build/ts/surfaces/admin/components/TextArea.d.ts +232 -12
- package/build/ts/surfaces/admin/components/TextField.d.ts +248 -38
- package/build/ts/surfaces/admin/components/Thumbnail.d.ts +170 -13
- package/build/ts/surfaces/admin/components/Tooltip.d.ts +171 -29
- package/build/ts/surfaces/admin/components/URLField.d.ts +246 -19
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +128 -18
- package/build/ts/surfaces/admin/components/shared.d.ts +1112 -931
- package/build/ts/surfaces/admin/extension-targets.d.ts +6 -6
- 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 -2
- 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 -453
- 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 +9 -11
- 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 +383 -315
- 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 +154 -143
- 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 +63 -69
- 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/customer-account/preact/metafield.d.ts +1 -0
- package/build/ts/surfaces/customer-account/preact/metafield.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/preact/metafields.d.ts +1 -0
- package/build/ts/surfaces/customer-account/preact/metafields.d.ts.map +1 -1
- 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 +7 -4
- 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/components/Button.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/ChoiceList.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/EmptyState.d.ts +2 -2
- package/build/ts/surfaces/point-of-sale/components/Link.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/Stack.d.ts +10 -10
- package/build/ts/surfaces/point-of-sale/components/Text.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/TextField.d.ts +1 -1
- package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +55 -55
- package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts +2 -2
- package/build/ts/surfaces/point-of-sale/event/data/BaseData.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts +23 -2
- package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.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 +34 -13
- 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 +3 -8
- 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/examples/custom-product-labels.jsx +17 -14
- package/src/surfaces/admin/api/print-action/examples/generate-packing-slip.jsx +18 -12
- package/src/surfaces/admin/api/print-action/examples/shipping-manifest.jsx +11 -12
- 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/ActionExtensionComponents.ts +1 -1
- package/src/surfaces/admin/components/{ButtonGroup/examples/default.jsx → AdminAction/examples/default.html} +3 -2
- package/src/surfaces/admin/components/AdminAction/examples/destructive-action.html +10 -0
- package/src/surfaces/admin/components/AdminAction/examples/loading-state.html +5 -0
- package/src/surfaces/admin/components/AdminAction/examples/with-form-content.html +8 -0
- package/src/surfaces/admin/components/AdminAction/examples/with-resource-details.html +15 -0
- package/src/surfaces/admin/components/AdminAction.d.ts +122 -12
- package/src/surfaces/admin/components/AdminBlock/examples/default.html +3 -0
- package/src/surfaces/admin/components/AdminBlock/examples/with-actions.html +14 -0
- package/src/surfaces/admin/components/AdminBlock/examples/with-badges.html +14 -0
- package/src/surfaces/admin/components/AdminBlock/examples/with-collapsed-summary.html +7 -0
- package/src/surfaces/admin/components/AdminBlock/examples/with-data-table.html +21 -0
- package/src/surfaces/admin/components/AdminBlock.d.ts +118 -9
- package/src/surfaces/admin/components/AdminPrintAction/examples/default.html +1 -0
- package/src/surfaces/admin/components/AdminPrintAction/examples/dynamic-url.html +1 -0
- package/src/surfaces/admin/components/AdminPrintAction/examples/pdf-source.html +1 -0
- package/src/surfaces/admin/components/AdminPrintAction.d.ts +114 -9
- package/src/surfaces/admin/components/Avatar.d.ts +177 -13
- package/src/surfaces/admin/components/Badge.d.ts +207 -24
- package/src/surfaces/admin/components/Banner.d.ts +175 -19
- package/src/surfaces/admin/components/BlockExtensionComponents.ts +1 -1
- package/src/surfaces/admin/components/Box/examples/accessible-status-messages.html +8 -14
- package/src/surfaces/admin/components/Box/examples/screen-reader-only-content.html +3 -0
- package/src/surfaces/admin/components/Box.d.ts +277 -78
- package/src/surfaces/admin/components/Button/examples/component-interactions.html +8 -6
- package/src/surfaces/admin/components/Button/examples/icon-only-button.html +17 -1
- package/src/surfaces/admin/components/Button.d.ts +333 -56
- package/src/surfaces/admin/components/ButtonGroup.d.ts +149 -28
- package/src/surfaces/admin/components/Checkbox/examples/indeterminate-state.html +10 -0
- package/src/surfaces/admin/components/Checkbox/examples/validation-example.html +9 -0
- package/src/surfaces/admin/components/Checkbox.d.ts +207 -9
- package/src/surfaces/admin/components/Chip/examples/default.html +1 -1
- package/src/surfaces/admin/components/Chip.d.ts +11 -4
- package/src/surfaces/admin/components/Choice.d.ts +140 -27
- package/src/surfaces/admin/components/ChoiceList/examples/disabled-state.html +5 -0
- package/src/surfaces/admin/components/ChoiceList/examples/with-error-state.html +2 -3
- package/src/surfaces/admin/components/ChoiceList.d.ts +175 -15
- package/src/surfaces/admin/components/Clickable.d.ts +252 -48
- package/src/surfaces/admin/components/ClickableChip.d.ts +190 -30
- package/src/surfaces/admin/components/ColorField/examples/default.html +4 -1
- package/src/surfaces/admin/components/ColorField/examples/validation-example.html +12 -0
- package/src/surfaces/admin/components/ColorField.d.ts +252 -23
- package/src/surfaces/admin/components/ColorPicker/examples/default.html +1 -1
- package/src/surfaces/admin/components/ColorPicker.d.ts +172 -13
- package/src/surfaces/admin/components/DateField.d.ts +269 -27
- package/src/surfaces/admin/components/DatePicker.d.ts +213 -12
- package/src/surfaces/admin/components/Divider.d.ts +157 -13
- package/src/surfaces/admin/components/DropZone/examples/upload-with-validation.html +42 -0
- package/src/surfaces/admin/components/DropZone.d.ts +18 -0
- package/src/surfaces/admin/components/EmailField/examples/disabled-state.html +5 -0
- package/src/surfaces/admin/components/EmailField.d.ts +234 -12
- package/src/surfaces/admin/components/Form/examples/default.html +1 -1
- package/src/surfaces/admin/components/Form/examples/with-choice-fields.html +12 -0
- package/src/surfaces/admin/components/Form/examples/with-multiple-fields.html +12 -0
- package/src/surfaces/admin/components/Form/examples/with-sections.html +21 -0
- package/src/surfaces/admin/components/Form/examples/with-validation.html +7 -0
- package/src/surfaces/admin/components/Form.d.ts +138 -10
- package/src/surfaces/admin/components/FormExtensionComponents.ts +1 -1
- package/src/surfaces/admin/components/FunctionSettings/examples/default.html +9 -0
- package/src/surfaces/admin/components/FunctionSettings/examples/with-multiple-settings.html +16 -0
- package/src/surfaces/admin/components/FunctionSettings/examples/with-select-options.html +10 -0
- package/src/surfaces/admin/components/FunctionSettings/examples/with-toggle.html +13 -0
- package/src/surfaces/admin/components/FunctionSettings/examples/with-validation.html +23 -0
- package/src/surfaces/admin/components/FunctionSettings.d.ts +154 -9
- package/src/surfaces/admin/components/FunctionSettingsComponents.ts +1 -1
- package/src/surfaces/admin/components/Grid.d.ts +329 -73
- package/src/surfaces/admin/components/GridItem.d.ts +291 -37
- package/src/surfaces/admin/components/Heading.d.ts +139 -29
- package/src/surfaces/admin/components/Icon.d.ts +147 -27
- package/src/surfaces/admin/components/Image/examples/basic-usage.html +15 -4
- package/src/surfaces/admin/components/Image.d.ts +311 -36
- package/src/surfaces/admin/components/Link/examples/default.html +1 -1
- package/src/surfaces/admin/components/Link.d.ts +175 -39
- package/src/surfaces/admin/components/ListItem.d.ts +130 -16
- package/src/surfaces/admin/components/Menu/examples/{menu-with-icons.html → icon-only-trigger.html} +7 -2
- package/src/surfaces/admin/components/Menu.d.ts +174 -29
- package/src/surfaces/admin/components/Modal/examples/delete-with-async-handling.html +28 -0
- package/src/surfaces/admin/components/Modal.d.ts +27 -0
- package/src/surfaces/admin/components/MoneyField/examples/basic-field.html +0 -1
- package/src/surfaces/admin/components/MoneyField.d.ts +234 -12
- package/src/surfaces/admin/components/NumberField/examples/disabled-and-read-only.html +15 -0
- package/src/surfaces/admin/components/NumberField/examples/{basic-usage.html → with-error-state.html} +3 -1
- package/src/surfaces/admin/components/NumberField.d.ts +245 -12
- package/src/surfaces/admin/components/Option.d.ts +133 -14
- package/src/surfaces/admin/components/OptionGroup.d.ts +127 -16
- package/src/surfaces/admin/components/OrderedList/examples/default.html +3 -3
- package/src/surfaces/admin/components/OrderedList.d.ts +128 -18
- package/src/surfaces/admin/components/Page/examples/edit-page-with-all-slots.html +36 -0
- package/src/surfaces/admin/components/Page.d.ts +9 -0
- package/src/surfaces/admin/components/Paragraph/examples/subdued-color.html +3 -0
- package/src/surfaces/admin/components/Paragraph/examples/with-tone-and-color.html +13 -1
- package/src/surfaces/admin/components/Paragraph.d.ts +173 -38
- package/src/surfaces/admin/components/PasswordField.d.ts +241 -19
- package/src/surfaces/admin/components/Popover/examples/filter-with-apply-and-clear.html +35 -0
- package/src/surfaces/admin/components/PrintActionExtensionComponents.ts +1 -1
- package/src/surfaces/admin/components/QueryContainer.d.ts +138 -18
- package/src/surfaces/admin/components/SearchField.d.ts +227 -18
- package/src/surfaces/admin/components/Section.d.ts +155 -26
- package/src/surfaces/admin/components/Select/examples/with-error-state.html +2 -2
- package/src/surfaces/admin/components/Select/examples/with-option-groups.html +4 -4
- package/src/surfaces/admin/components/Select.d.ts +223 -33
- package/src/surfaces/admin/components/Spinner/examples/spinner-sizes.html +5 -0
- package/src/surfaces/admin/components/Spinner.d.ts +137 -13
- package/src/surfaces/admin/components/Stack.d.ts +319 -65
- package/src/surfaces/admin/components/Switch/examples/disabled-switch.html +2 -2
- package/src/surfaces/admin/components/Switch/examples/form-integration.html +15 -12
- package/src/surfaces/admin/components/Switch/examples/hidden-label-for-accessibility.html +1 -1
- package/src/surfaces/admin/components/Switch/examples/settings-panel-with-stack.html +1 -1
- package/src/surfaces/admin/components/Switch/examples/with-details-and-error.html +1 -1
- package/src/surfaces/admin/components/Switch.d.ts +199 -17
- package/src/surfaces/admin/components/Table/examples/{basic-usage.jsx → with-filters.html} +2 -13
- package/src/surfaces/admin/components/Table.d.ts +255 -18
- package/src/surfaces/admin/components/TableBody.d.ts +133 -16
- package/src/surfaces/admin/components/TableCell.d.ts +137 -12
- package/src/surfaces/admin/components/TableHeader.d.ts +149 -16
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +133 -16
- package/src/surfaces/admin/components/TableRow.d.ts +136 -16
- package/src/surfaces/admin/components/Text.d.ts +203 -38
- package/src/surfaces/admin/components/TextArea/examples/disabled-and-read-only.html +15 -0
- package/src/surfaces/admin/components/TextArea.d.ts +232 -12
- package/src/surfaces/admin/components/TextField/examples/disabled-and-read-only.html +13 -0
- package/src/surfaces/admin/components/TextField.d.ts +248 -38
- package/src/surfaces/admin/components/Thumbnail/examples/default.html +1 -1
- package/src/surfaces/admin/components/Thumbnail/examples/different-sizes.html +3 -3
- package/src/surfaces/admin/components/Thumbnail/examples/with-event-handling.html +22 -9
- package/src/surfaces/admin/components/Thumbnail.d.ts +170 -13
- package/src/surfaces/admin/components/Tooltip/examples/basic-usage.html +2 -4
- package/src/surfaces/admin/components/Tooltip/examples/keyboard-shortcut.html +2 -0
- package/src/surfaces/admin/components/Tooltip/examples/with-icon-button.html +3 -5
- package/src/surfaces/admin/components/Tooltip.d.ts +171 -29
- package/src/surfaces/admin/components/URLField/examples/default.html +2 -2
- package/src/surfaces/admin/components/URLField/examples/with-default-value.html +5 -7
- package/src/surfaces/admin/components/URLField.d.ts +246 -19
- package/src/surfaces/admin/components/UnorderedList.d.ts +128 -18
- package/src/surfaces/admin/components/patterns/examples/accountConnection-modal.html +54 -0
- package/src/surfaces/admin/components/patterns/examples/accountConnection-modal.jsx +54 -0
- package/src/surfaces/admin/components/patterns/examples/accountConnection-toast.html +25 -0
- package/src/surfaces/admin/components/patterns/examples/accountConnection-toast.jsx +27 -0
- package/src/surfaces/admin/components/patterns/examples/appCard-nav.html +29 -0
- package/src/surfaces/admin/components/patterns/examples/appCard-nav.jsx +29 -0
- package/src/surfaces/admin/components/patterns/examples/calloutCard-nav.html +35 -0
- package/src/surfaces/admin/components/patterns/examples/calloutCard-nav.jsx +37 -0
- package/src/surfaces/admin/components/patterns/examples/calloutCard-toast.html +41 -0
- package/src/surfaces/admin/components/patterns/examples/calloutCard-toast.jsx +41 -0
- package/src/surfaces/admin/components/patterns/examples/details-modal.html +36 -0
- package/src/surfaces/admin/components/patterns/examples/details-modal.jsx +39 -0
- package/src/surfaces/admin/components/patterns/examples/details-save-bar.html +21 -0
- package/src/surfaces/admin/components/patterns/examples/details-save-bar.jsx +31 -0
- package/src/surfaces/admin/components/patterns/examples/details.html +8 -3
- package/src/surfaces/admin/components/patterns/examples/details.jsx +238 -242
- package/src/surfaces/admin/components/patterns/examples/emptyState-intents.html +39 -0
- package/src/surfaces/admin/components/patterns/examples/emptyState-intents.jsx +41 -0
- package/src/surfaces/admin/components/patterns/examples/emptyState-nav.html +16 -0
- package/src/surfaces/admin/components/patterns/examples/emptyState-nav.jsx +16 -0
- package/src/surfaces/admin/components/patterns/examples/homepage.html +6 -1
- package/src/surfaces/admin/components/patterns/examples/homepage.jsx +7 -0
- package/src/surfaces/admin/components/patterns/examples/index-intents.html +39 -0
- package/src/surfaces/admin/components/patterns/examples/index-intents.jsx +41 -0
- package/src/surfaces/admin/components/patterns/examples/index.html +12 -7
- package/src/surfaces/admin/components/patterns/examples/index.jsx +13 -6
- package/src/surfaces/admin/components/patterns/examples/indexTable-bulk-selection.html +109 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable-bulk-selection.jsx +131 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable-nav.html +85 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable-nav.jsx +85 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable-pagination.html +74 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable-pagination.jsx +85 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable-toast.html +119 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable-toast.jsx +126 -0
- package/src/surfaces/admin/components/patterns/examples/interstitialNav.html +8 -8
- package/src/surfaces/admin/components/patterns/examples/interstitialNav.jsx +7 -7
- package/src/surfaces/admin/components/patterns/examples/mediaCard-intents.html +31 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard-intents.jsx +33 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard-modal.html +56 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard-modal.jsx +62 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard-share.html +43 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard-share.jsx +43 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard-toast.html +36 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard-toast.jsx +36 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard.html +25 -23
- package/src/surfaces/admin/components/patterns/examples/mediaCard.jsx +29 -27
- package/src/surfaces/admin/components/patterns/examples/metricsCard-nav.html +51 -0
- package/src/surfaces/admin/components/patterns/examples/metricsCard-nav.jsx +51 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList-modal.html +78 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList-modal.jsx +82 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList-nav.html +54 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList-nav.jsx +54 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList-picker.html +58 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList-picker.jsx +59 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList-toast.html +67 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList-toast.jsx +77 -0
- package/src/surfaces/admin/components/patterns/examples/settings-modal.html +45 -0
- package/src/surfaces/admin/components/patterns/examples/settings-modal.jsx +53 -0
- package/src/surfaces/admin/components/patterns/examples/settings-toast.html +37 -0
- package/src/surfaces/admin/components/patterns/examples/settings-toast.jsx +33 -0
- package/src/surfaces/admin/components/patterns/examples/settings.html +31 -1
- package/src/surfaces/admin/components/patterns/examples/settings.jsx +31 -0
- package/src/surfaces/admin/components/patterns/examples/setupGuide-nav.html +89 -0
- package/src/surfaces/admin/components/patterns/examples/setupGuide-nav.jsx +93 -0
- package/src/surfaces/admin/components/patterns/examples/setupGuide-toast.html +94 -0
- package/src/surfaces/admin/components/patterns/examples/setupGuide-toast.jsx +103 -0
- package/src/surfaces/admin/components/patterns/examples/setupGuide.html +90 -40
- package/src/surfaces/admin/components/patterns/examples/setupGuide.jsx +81 -9
- package/src/surfaces/admin/components/shared.d.ts +1112 -931
- package/src/surfaces/admin/components.d.ts +3902 -2272
- package/src/surfaces/admin/extension-targets.ts +6 -6
- 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 -2
- 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 -456
- 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 +9 -11
- 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 +390 -315
- package/src/surfaces/customer-account/api/shared.ts +155 -143
- package/src/surfaces/customer-account/api/standard-api/standard-api.ts +63 -69
- package/src/surfaces/customer-account/components/Abbreviation/examples/basic-abbreviation.example.html +1 -0
- package/src/surfaces/customer-account/components/Announcement/examples/basic-announcement.example.html +16 -0
- package/src/surfaces/customer-account/components/Avatar.d.ts +44 -14
- package/src/surfaces/customer-account/components/Badge/examples/basic-badge.example.html +3 -0
- package/src/surfaces/customer-account/components/Banner/examples/basic-banner.example.html +1 -0
- package/src/surfaces/customer-account/components/Box/examples/basic-box.example.html +11 -0
- package/src/surfaces/customer-account/components/Button/examples/basic-button.example.html +2 -0
- package/src/surfaces/customer-account/components/ButtonGroup.d.ts +12 -4
- package/src/surfaces/customer-account/components/Checkbox/examples/basic-checkbox.example.html +1 -0
- package/src/surfaces/customer-account/components/Chip/examples/basic-chip.example.html +1 -0
- package/src/surfaces/customer-account/components/ChoiceList/examples/basic-choice-list.example.html +7 -0
- package/src/surfaces/customer-account/components/ChoiceList/examples/block-choice-variant.example.html +47 -0
- package/src/surfaces/customer-account/components/ChoiceList/examples/grid-choice-variant.example.html +5 -0
- package/src/surfaces/customer-account/components/ChoiceList/examples/inline-choice-variant.example.html +6 -0
- package/src/surfaces/customer-account/components/ChoiceList/examples/list-choice-variant.example.html +5 -0
- package/src/surfaces/customer-account/components/Clickable/examples/basic-clickable.example.html +3 -0
- package/src/surfaces/customer-account/components/ClickableChip/examples/basic-clickable-chip.example.html +1 -0
- package/src/surfaces/customer-account/components/ClipboardItem/examples/basic-clipboard-item.example.html +2 -0
- package/src/surfaces/customer-account/components/ConsentCheckbox/examples/basic-consent-checkbox.example.html +5 -0
- package/src/surfaces/customer-account/components/ConsentPhoneField/examples/basic-consent-phone-field.example.html +5 -0
- package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +12 -4
- package/src/surfaces/customer-account/components/DateField/examples/basic-date-field.example.html +1 -0
- package/src/surfaces/customer-account/components/DatePicker/examples/basic-date-picker.example.html +1 -0
- package/src/surfaces/customer-account/components/Details/examples/basic-details.example.html +6 -0
- package/src/surfaces/customer-account/components/DropZone/examples/basic-drop-zone.example.html +1 -0
- package/src/surfaces/customer-account/components/EmailField/examples/basic-email-field.example.html +1 -0
- package/src/surfaces/customer-account/components/Form/examples/basic-form.example.html +4 -0
- package/src/surfaces/customer-account/components/Grid/examples/basic-grid.example.html +11 -0
- package/src/surfaces/customer-account/components/Heading/examples/basic-heading.example.html +1 -0
- package/src/surfaces/customer-account/components/Icon/examples/basic-icon.example.html +4 -0
- package/src/surfaces/customer-account/components/Image/examples/basic-image.example.html +1 -0
- package/src/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
- package/src/surfaces/customer-account/components/Link/examples/basic-link.example.html +1 -0
- package/src/surfaces/customer-account/components/Map/examples/basic-map.example.html +3 -0
- package/src/surfaces/customer-account/components/Map/examples/map-marker-graphic.example.html +14 -0
- package/src/surfaces/customer-account/components/Map/examples/map-marker-popover.example.html +14 -0
- package/src/surfaces/customer-account/components/Menu.d.ts +1 -1
- package/src/surfaces/customer-account/components/Modal/examples/basic-modal.example.html +20 -0
- package/src/surfaces/customer-account/components/MoneyField/examples/basic-money-field.example.html +1 -0
- package/src/surfaces/customer-account/components/NumberField/examples/basic-number-field.example.html +8 -0
- package/src/surfaces/customer-account/components/OrderedList/examples/basic-ordered-list.example.html +5 -0
- package/src/surfaces/customer-account/components/Page.d.ts +14 -6
- package/src/surfaces/customer-account/components/Paragraph/examples/basic-paragraph.example.html +1 -0
- package/src/surfaces/customer-account/components/PasswordField/examples/basic-password-field.example.html +1 -0
- package/src/surfaces/customer-account/components/PaymentIcon/examples/basic-payment-icon.example.html +7 -0
- package/src/surfaces/customer-account/components/PhoneField/examples/basic-phone-field.example.html +2 -0
- package/src/surfaces/customer-account/components/Popover/examples/basic-popover.example.html +7 -0
- package/src/surfaces/customer-account/components/PressButton/examples/basic-press-button.example.html +1 -0
- package/src/surfaces/customer-account/components/ProductThumbnail/examples/basic-product-thumbnail.example.html +4 -0
- package/src/surfaces/customer-account/components/Progress/examples/basic-progress.example.html +1 -0
- package/src/surfaces/customer-account/components/QRCode/examples/basic-qr-code.example.html +4 -0
- package/src/surfaces/{admin/components/QueryContainer/examples/default.jsx → customer-account/components/QueryContainer/examples/basic-query-container.example.html} +3 -3
- package/src/surfaces/customer-account/components/ScrollBox/examples/basic-scroll-box.example.html +5 -0
- package/src/surfaces/customer-account/components/Section.d.ts +12 -8
- package/src/surfaces/customer-account/components/Select/examples/basic-select.example.html +5 -0
- package/src/surfaces/customer-account/components/Sheet/examples/basic-sheet.example.html +5 -0
- package/src/surfaces/customer-account/components/SkeletonParagraph/examples/basic-skeleton-paragraph.example.html +2 -0
- package/src/surfaces/customer-account/components/Spinner/examples/basic-spinner.example.html +1 -0
- package/src/surfaces/customer-account/components/Stack/examples/basic-stack.example.html +22 -0
- package/src/surfaces/customer-account/components/Switch/examples/basic-switch.example.html +1 -0
- package/src/surfaces/customer-account/components/Text/examples/basic-text.example.html +3 -0
- package/src/surfaces/customer-account/components/TextArea/examples/basic-text-area.example.html +5 -0
- package/src/surfaces/customer-account/components/TextField/examples/basic-text-field.example.html +4 -0
- package/src/surfaces/customer-account/components/Time/examples/basic-time.example.html +1 -0
- package/src/surfaces/customer-account/components/Tooltip/examples/basic-tooltip.example.html +9 -0
- package/src/surfaces/customer-account/components/URLField/examples/basic-url-field.example.html +1 -0
- package/src/surfaces/customer-account/components/UnorderedList/examples/basic-unordered-list.example.html +5 -0
- 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/customer-account/preact/metafield.ts +1 -0
- package/src/surfaces/customer-account/preact/metafields.ts +1 -0
- 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 +7 -4
- 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/Button.d.ts +1 -1
- package/src/surfaces/point-of-sale/components/ChoiceList.d.ts +1 -1
- package/src/surfaces/point-of-sale/components/EmptyState.d.ts +2 -2
- package/src/surfaces/point-of-sale/components/Link.d.ts +1 -1
- package/src/surfaces/point-of-sale/components/Stack.d.ts +10 -10
- package/src/surfaces/point-of-sale/components/Text.d.ts +1 -1
- package/src/surfaces/point-of-sale/components/TextField.d.ts +1 -1
- package/src/surfaces/point-of-sale/components/components-shared.d.ts +55 -55
- package/src/surfaces/point-of-sale/components.d.ts +440 -110
- package/src/surfaces/point-of-sale/event/data/BaseData.ts +6 -2
- package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +23 -2
- 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 -32
- 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/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/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/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/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/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/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/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/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 -180
- 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 -12
- package/src/docs/shared/components/Badge.ts +0 -12
- package/src/docs/shared/components/Banner.ts +0 -12
- package/src/docs/shared/components/Box.ts +0 -12
- package/src/docs/shared/components/Button.ts +0 -12
- package/src/docs/shared/components/ButtonGroup.ts +0 -11
- package/src/docs/shared/components/Checkbox.ts +0 -12
- package/src/docs/shared/components/Chip.ts +0 -12
- package/src/docs/shared/components/Choice.ts +0 -12
- package/src/docs/shared/components/ChoiceList.ts +0 -12
- package/src/docs/shared/components/Clickable.ts +0 -12
- package/src/docs/shared/components/ClickableChip.ts +0 -12
- package/src/docs/shared/components/ClipboardItem.ts +0 -12
- package/src/docs/shared/components/ColorField.ts +0 -12
- package/src/docs/shared/components/ColorPicker.ts +0 -11
- 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 -11
- package/src/docs/shared/components/DatePicker.ts +0 -11
- package/src/docs/shared/components/Details.ts +0 -12
- package/src/docs/shared/components/Divider.ts +0 -12
- package/src/docs/shared/components/DropZone.ts +0 -12
- package/src/docs/shared/components/EmailField.ts +0 -12
- package/src/docs/shared/components/Form.ts +0 -12
- package/src/docs/shared/components/FunctionSettings.ts +0 -28
- package/src/docs/shared/components/Grid.ts +0 -12
- package/src/docs/shared/components/GridItem.ts +0 -11
- package/src/docs/shared/components/Heading.ts +0 -12
- package/src/docs/shared/components/Icon.ts +0 -12
- package/src/docs/shared/components/Image.ts +0 -12
- package/src/docs/shared/components/Link.ts +0 -12
- package/src/docs/shared/components/ListItem.ts +0 -12
- 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 -12
- package/src/docs/shared/components/Modal.ts +0 -12
- package/src/docs/shared/components/MoneyField.ts +0 -12
- package/src/docs/shared/components/NumberField.ts +0 -12
- 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 -12
- package/src/docs/shared/components/Page.ts +0 -12
- package/src/docs/shared/components/Paragraph.ts +0 -12
- package/src/docs/shared/components/PasswordField.ts +0 -11
- 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 -12
- 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 -12
- package/src/docs/shared/components/Select.ts +0 -12
- 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 -12
- package/src/docs/shared/components/Stack.ts +0 -12
- package/src/docs/shared/components/Summary.ts +0 -12
- package/src/docs/shared/components/Switch.ts +0 -11
- package/src/docs/shared/components/Table.ts +0 -12
- package/src/docs/shared/components/TableBody.ts +0 -12
- package/src/docs/shared/components/TableCell.ts +0 -11
- package/src/docs/shared/components/TableHeader.ts +0 -11
- package/src/docs/shared/components/TableHeaderRow.ts +0 -12
- package/src/docs/shared/components/TableRow.ts +0 -11
- package/src/docs/shared/components/Text.ts +0 -12
- package/src/docs/shared/components/TextArea.ts +0 -12
- package/src/docs/shared/components/TextField.ts +0 -12
- package/src/docs/shared/components/Thumbnail.ts +0 -12
- package/src/docs/shared/components/Time.ts +0 -12
- package/src/docs/shared/components/Tooltip.ts +0 -12
- package/src/docs/shared/components/URLField.ts +0 -12
- package/src/docs/shared/components/UnorderedList.ts +0 -12
- package/src/docs/shared/components/index.ts +0 -52
- package/src/docs/shared/docs-type.ts +0 -7
- package/src/surfaces/admin/components/AdminAction/examples/default.tsx +0 -15
- package/src/surfaces/admin/components/AdminBlock/examples/default.tsx +0 -1
- package/src/surfaces/admin/components/AdminPrintAction/examples/default.tsx +0 -9
- package/src/surfaces/admin/components/Avatar/examples/basic-usage.jsx +0 -1
- package/src/surfaces/admin/components/Avatar/examples/color-consistency-demo.jsx +0 -7
- package/src/surfaces/admin/components/Avatar/examples/default-avatar-no-props.jsx +0 -1
- package/src/surfaces/admin/components/Avatar/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/Avatar/examples/error-handling-example.jsx +0 -5
- package/src/surfaces/admin/components/Avatar/examples/fulfillment-partner-avatars.jsx +0 -14
- package/src/surfaces/admin/components/Avatar/examples/in-customer-list-context.jsx +0 -24
- package/src/surfaces/admin/components/Avatar/examples/long-initials-handling.jsx +0 -5
- package/src/surfaces/admin/components/Avatar/examples/size-variations.jsx +0 -7
- package/src/surfaces/admin/components/Avatar/examples/staff-member-profiles.jsx +0 -10
- package/src/surfaces/admin/components/Avatar/examples/with-image-source-and-fallback.jsx +0 -6
- package/src/surfaces/admin/components/Avatar/examples/with-section-component.jsx +0 -17
- package/src/surfaces/admin/components/Badge/examples/default.jsx +0 -8
- package/src/surfaces/admin/components/Badge/examples/different-sizes-for-emphasis.jsx +0 -4
- package/src/surfaces/admin/components/Badge/examples/order-status-badges.html +0 -6
- package/src/surfaces/admin/components/Badge/examples/order-status-badges.jsx +0 -6
- package/src/surfaces/admin/components/Badge/examples/status-indicators-with-icons.jsx +0 -21
- package/src/surfaces/admin/components/Badge/examples/within-table-context.jsx +0 -18
- package/src/surfaces/admin/components/Banner/examples/basic-information-banner.html +0 -3
- package/src/surfaces/admin/components/Banner/examples/basic-information-banner.jsx +0 -3
- package/src/surfaces/admin/components/Banner/examples/critical-banner-with-clear-next-steps.jsx +0 -18
- package/src/surfaces/admin/components/Banner/examples/default.jsx +0 -3
- package/src/surfaces/admin/components/Banner/examples/dismissible-success-banner.jsx +0 -3
- package/src/surfaces/admin/components/Banner/examples/info-banner-with-clear-value-proposition.html +0 -14
- package/src/surfaces/admin/components/Banner/examples/info-banner-with-clear-value-proposition.jsx +0 -14
- package/src/surfaces/admin/components/Banner/examples/warning-banner-with-specific-actions.jsx +0 -18
- package/src/surfaces/admin/components/Box/examples/accessible-status-messages.jsx +0 -14
- package/src/surfaces/admin/components/Box/examples/basic-container.html +0 -9
- package/src/surfaces/admin/components/Box/examples/basic-container.jsx +0 -9
- package/src/surfaces/admin/components/Box/examples/complex-merchant-dashboard-layout.jsx +0 -34
- package/src/surfaces/admin/components/Box/examples/default.jsx +0 -7
- package/src/surfaces/admin/components/Box/examples/responsive-shipping-notice.jsx +0 -10
- package/src/surfaces/admin/components/Button/examples/basic-usage.jsx +0 -1
- package/src/surfaces/admin/components/Button/examples/bulk-actions.html +0 -4
- package/src/surfaces/admin/components/Button/examples/bulk-actions.jsx +0 -6
- package/src/surfaces/admin/components/Button/examples/component-interactions.jsx +0 -7
- package/src/surfaces/admin/components/Button/examples/default.jsx +0 -4
- package/src/surfaces/admin/components/Button/examples/delete-confirmation.jsx +0 -6
- package/src/surfaces/admin/components/Button/examples/form-states.jsx +0 -6
- package/src/surfaces/admin/components/Button/examples/icon-only-button.jsx +0 -1
- package/src/surfaces/admin/components/Button/examples/link-buttons.jsx +0 -9
- package/src/surfaces/admin/components/Button/examples/loading-state-for-merchant-actions.jsx +0 -11
- package/src/surfaces/admin/components/Button/examples/navigation-to-admin-sections.html +0 -2
- package/src/surfaces/admin/components/Button/examples/navigation-to-admin-sections.jsx +0 -3
- package/src/surfaces/admin/components/Button/examples/product-save-form.html +0 -4
- package/src/surfaces/admin/components/Button/examples/product-save-form.jsx +0 -6
- package/src/surfaces/admin/components/Button/examples/tones.jsx +0 -5
- package/src/surfaces/admin/components/Button/examples/toolbar-icon-buttons.html +0 -17
- package/src/surfaces/admin/components/Button/examples/toolbar-icon-buttons.jsx +0 -17
- package/src/surfaces/admin/components/Button/examples/variants.jsx +0 -6
- package/src/surfaces/admin/components/Button/examples/with-icon.jsx +0 -1
- package/src/surfaces/admin/components/ButtonGroup/examples/basic-usage.html +0 -4
- package/src/surfaces/admin/components/ButtonGroup/examples/basic-usage.jsx +0 -6
- package/src/surfaces/admin/components/ButtonGroup/examples/bulk-actions-in-data-tables.jsx +0 -7
- package/src/surfaces/admin/components/ButtonGroup/examples/destructive-actions-pattern.jsx +0 -6
- package/src/surfaces/admin/components/ButtonGroup/examples/form-action-buttons.html +0 -4
- package/src/surfaces/admin/components/ButtonGroup/examples/form-action-buttons.jsx +0 -6
- package/src/surfaces/admin/components/ButtonGroup/examples/segmented-appearance.jsx +0 -5
- package/src/surfaces/admin/components/ButtonGroup/examples/toolbar-buttons-with-icons.jsx +0 -11
- package/src/surfaces/admin/components/Checkbox/examples/default.jsx +0 -4
- package/src/surfaces/admin/components/Checkbox/examples/disabled-state.jsx +0 -5
- package/src/surfaces/admin/components/Checkbox/examples/error-state.jsx +0 -4
- package/src/surfaces/admin/components/Checkbox/examples/help-text.html +0 -4
- package/src/surfaces/admin/components/Checkbox/examples/help-text.jsx +0 -4
- package/src/surfaces/admin/components/Checkbox/examples/indeterminate-state.jsx +0 -21
- package/src/surfaces/admin/components/Checkbox/examples/settings-group.jsx +0 -12
- package/src/surfaces/admin/components/Checkbox/examples/validation-example.jsx +0 -20
- package/src/surfaces/admin/components/Chip/examples/basic-usage.html +0 -3
- package/src/surfaces/admin/components/Chip/examples/basic-usage.jsx +0 -3
- package/src/surfaces/admin/components/Chip/examples/color-variants.jsx +0 -12
- package/src/surfaces/admin/components/Chip/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/Chip/examples/product-status.html +0 -8
- package/src/surfaces/admin/components/Chip/examples/product-status.jsx +0 -12
- package/src/surfaces/admin/components/Chip/examples/text-truncation.jsx +0 -12
- package/src/surfaces/admin/components/Chip/examples/with-icon-graphic.jsx +0 -4
- package/src/surfaces/admin/components/ChoiceList/examples/basic-usage.jsx +0 -7
- package/src/surfaces/admin/components/ChoiceList/examples/default.jsx +0 -16
- package/src/surfaces/admin/components/ChoiceList/examples/multiple-choices-with-details.html +0 -18
- package/src/surfaces/admin/components/ChoiceList/examples/multiple-choices-with-details.jsx +0 -18
- package/src/surfaces/admin/components/ChoiceList/examples/multiple-selections.jsx +0 -15
- package/src/surfaces/admin/components/ChoiceList/examples/validation-example.jsx +0 -20
- package/src/surfaces/admin/components/ChoiceList/examples/with-error-state.jsx +0 -8
- package/src/surfaces/admin/components/Clickable/examples/accessibility-with-aria-attributes.jsx +0 -8
- package/src/surfaces/admin/components/Clickable/examples/basic-button-usage.html +0 -1
- package/src/surfaces/admin/components/Clickable/examples/basic-button-usage.jsx +0 -3
- package/src/surfaces/admin/components/Clickable/examples/default.jsx +0 -12
- package/src/surfaces/admin/components/Clickable/examples/disabled-link-with-aria.jsx +0 -7
- package/src/surfaces/admin/components/Clickable/examples/form-submit-button.jsx +0 -3
- package/src/surfaces/admin/components/Clickable/examples/link-mode.jsx +0 -3
- package/src/surfaces/admin/components/Clickable/examples/section-with-clickable-action.jsx +0 -9
- package/src/surfaces/admin/components/ClickableChip/examples/as-a-link.jsx +0 -8
- package/src/surfaces/admin/components/ClickableChip/examples/basic-usage.jsx +0 -17
- package/src/surfaces/admin/components/ClickableChip/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/ClickableChip/examples/disabled-state.jsx +0 -7
- package/src/surfaces/admin/components/ClickableChip/examples/multiple-chips-with-proper-spacing.html +0 -17
- package/src/surfaces/admin/components/ClickableChip/examples/multiple-chips-with-proper-spacing.jsx +0 -17
- package/src/surfaces/admin/components/ClickableChip/examples/with-icon-and-remove-button.jsx +0 -8
- package/src/surfaces/admin/components/ColorField/examples/basic-usage-required.jsx +0 -3
- package/src/surfaces/admin/components/ColorField/examples/basic-usage-web-component.jsx +0 -3
- package/src/surfaces/admin/components/ColorField/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/ColorField/examples/form-integration.jsx +0 -28
- package/src/surfaces/admin/components/ColorField/examples/read-only-state.jsx +0 -3
- package/src/surfaces/admin/components/ColorField/examples/validation-example.jsx +0 -21
- package/src/surfaces/admin/components/ColorField/examples/with-alpha-transparency.jsx +0 -7
- package/src/surfaces/admin/components/ColorField/examples/with-error-state.jsx +0 -9
- package/src/surfaces/admin/components/ColorField/examples/with-help-text.jsx +0 -7
- package/src/surfaces/admin/components/ColorField/examples/with-placeholder.html +0 -7
- package/src/surfaces/admin/components/ColorField/examples/with-placeholder.jsx +0 -7
- package/src/surfaces/admin/components/ColorPicker/examples/basic-usage.html +0 -3
- package/src/surfaces/admin/components/ColorPicker/examples/basic-usage.jsx +0 -3
- package/src/surfaces/admin/components/ColorPicker/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/ColorPicker/examples/with-alpha-transparency.jsx +0 -7
- package/src/surfaces/admin/components/DateField/examples/basic-usage.jsx +0 -5
- package/src/surfaces/admin/components/DateField/examples/date-fields-with-validation.html +0 -29
- package/src/surfaces/admin/components/DateField/examples/date-fields-with-validation.jsx +0 -29
- package/src/surfaces/admin/components/DateField/examples/date-range-selection.jsx +0 -19
- package/src/surfaces/admin/components/DateField/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/DateField/examples/disabled-and-read-only-states.jsx +0 -15
- package/src/surfaces/admin/components/DateField/examples/form-integration.jsx +0 -27
- package/src/surfaces/admin/components/DateField/examples/validation-example.jsx +0 -20
- package/src/surfaces/admin/components/DateField/examples/with-date-restrictions.jsx +0 -6
- package/src/surfaces/admin/components/DateField/examples/with-default-value.jsx +0 -5
- package/src/surfaces/admin/components/DateField/examples/with-error-state.jsx +0 -5
- package/src/surfaces/admin/components/DateField/examples/with-specific-allowed-dates.jsx +0 -6
- package/src/surfaces/admin/components/DatePicker/examples/analytics-dashboard.jsx +0 -35
- package/src/surfaces/admin/components/DatePicker/examples/default.jsx +0 -5
- package/src/surfaces/admin/components/DatePicker/examples/form-integration.jsx +0 -28
- package/src/surfaces/admin/components/DatePicker/examples/single-date-selection.jsx +0 -6
- package/src/surfaces/admin/components/DatePicker/examples/with-date-restrictions.jsx +0 -7
- package/src/surfaces/admin/components/Divider/examples/basic-usage.jsx +0 -1
- package/src/surfaces/admin/components/Divider/examples/custom-color.jsx +0 -1
- package/src/surfaces/admin/components/Divider/examples/custom-direction.jsx +0 -5
- package/src/surfaces/admin/components/Divider/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/Divider/examples/organizing-settings-panels.html +0 -9
- package/src/surfaces/admin/components/Divider/examples/organizing-settings-panels.jsx +0 -9
- package/src/surfaces/admin/components/Divider/examples/separating-content-sections.html +0 -13
- package/src/surfaces/admin/components/Divider/examples/separating-content-sections.jsx +0 -13
- package/src/surfaces/admin/components/Divider/examples/separating-form-sections.jsx +0 -7
- package/src/surfaces/admin/components/Divider/examples/visual-breaks-in-section-layouts.html +0 -12
- package/src/surfaces/admin/components/Divider/examples/visual-breaks-in-section-layouts.jsx +0 -12
- package/src/surfaces/admin/components/DropZone/examples/basic-usage.jsx +0 -1
- package/src/surfaces/admin/components/DropZone/examples/default.jsx +0 -9
- package/src/surfaces/admin/components/DropZone/examples/disabled-state.jsx +0 -1
- package/src/surfaces/admin/components/DropZone/examples/file-type-restrictions.jsx +0 -5
- package/src/surfaces/admin/components/DropZone/examples/image-upload.jsx +0 -1
- package/src/surfaces/admin/components/DropZone/examples/required-field.jsx +0 -1
- package/src/surfaces/admin/components/DropZone/examples/with-accessibility-options.jsx +0 -6
- package/src/surfaces/admin/components/DropZone/examples/with-error-state.jsx +0 -4
- package/src/surfaces/admin/components/EmailField/examples/basic-usage.html +0 -3
- package/src/surfaces/admin/components/EmailField/examples/basic-usage.jsx +0 -3
- package/src/surfaces/admin/components/EmailField/examples/default.jsx +0 -5
- package/src/surfaces/admin/components/EmailField/examples/optional-field-with-placeholder.html +0 -7
- package/src/surfaces/admin/components/EmailField/examples/optional-field-with-placeholder.jsx +0 -7
- package/src/surfaces/admin/components/EmailField/examples/read-only-display.jsx +0 -7
- package/src/surfaces/admin/components/EmailField/examples/validation-example.jsx +0 -21
- package/src/surfaces/admin/components/EmailField/examples/with-error-and-help-text.jsx +0 -8
- package/src/surfaces/admin/components/EmailField/examples/with-length-constraints.jsx +0 -8
- package/src/surfaces/admin/components/Form/examples/default.jsx +0 -6
- package/src/surfaces/admin/components/FunctionSettings/examples/default.tsx +0 -38
- package/src/surfaces/admin/components/Grid/examples/basic-two-column-layout.jsx +0 -12
- package/src/surfaces/admin/components/Grid/examples/col-span-layouts.jsx +0 -34
- package/src/surfaces/admin/components/Grid/examples/default.jsx +0 -15
- package/src/surfaces/admin/components/Grid/examples/mobile-first-responsive-grid.jsx +0 -53
- package/src/surfaces/admin/components/Heading/examples/basic-heading.html +0 -1
- package/src/surfaces/admin/components/Heading/examples/basic-heading.jsx +0 -1
- package/src/surfaces/admin/components/Heading/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/Heading/examples/heading-with-custom-accessibility.jsx +0 -3
- package/src/surfaces/admin/components/Heading/examples/heading-with-line-clamping.jsx +0 -5
- package/src/surfaces/admin/components/Heading/examples/heading-within-section-hierarchy.jsx +0 -12
- package/src/surfaces/admin/components/Icon/examples/basic-usage.jsx +0 -7
- package/src/surfaces/admin/components/Icon/examples/default.jsx +0 -6
- package/src/surfaces/admin/components/Icon/examples/in-badge-components.jsx +0 -8
- package/src/surfaces/admin/components/Icon/examples/in-button-components.jsx +0 -8
- package/src/surfaces/admin/components/Icon/examples/small-size.jsx +0 -1
- package/src/surfaces/admin/components/Icon/examples/subdued-color.jsx +0 -1
- package/src/surfaces/admin/components/Icon/examples/with-id-property.jsx +0 -1
- package/src/surfaces/admin/components/Icon/examples/with-interest-relationship.jsx +0 -6
- package/src/surfaces/admin/components/Icon/examples/with-semantic-tone.jsx +0 -6
- package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
- package/src/surfaces/admin/components/Image/examples/auto-sized-image.html +0 -5
- package/src/surfaces/admin/components/Image/examples/auto-sized-image.jsx +0 -5
- package/src/surfaces/admin/components/Image/examples/basic-usage.jsx +0 -1
- package/src/surfaces/admin/components/Image/examples/decorative-image.jsx +0 -6
- package/src/surfaces/admin/components/Image/examples/default.jsx +0 -6
- package/src/surfaces/admin/components/Image/examples/responsive-images-with-srcset.jsx +0 -9
- package/src/surfaces/admin/components/Image/examples/responsive-layout-with-aspect-ratio.jsx +0 -7
- package/src/surfaces/admin/components/Image/examples/with-border-styling.jsx +0 -12
- package/src/surfaces/admin/components/Image/examples/within-layout-components.jsx +0 -26
- package/src/surfaces/admin/components/Link/examples/basic-links-in-paragraph.jsx +0 -3
- package/src/surfaces/admin/components/Link/examples/critical-context-links.html +0 -3
- package/src/surfaces/admin/components/Link/examples/critical-context-links.jsx +0 -3
- package/src/surfaces/admin/components/Link/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/Link/examples/download-links.jsx +0 -3
- package/src/surfaces/admin/components/Link/examples/external-links.jsx +0 -5
- package/src/surfaces/admin/components/Link/examples/links-in-banner-context.html +0 -5
- package/src/surfaces/admin/components/Link/examples/links-in-banner-context.jsx +0 -5
- package/src/surfaces/admin/components/Link/examples/links-in-banner.jsx +0 -5
- package/src/surfaces/admin/components/Link/examples/links-in-box-container.jsx +0 -5
- package/src/surfaces/admin/components/Link/examples/links-in-subdued-paragraph.html +0 -3
- package/src/surfaces/admin/components/Link/examples/links-in-subdued-paragraph.jsx +0 -3
- package/src/surfaces/admin/components/Link/examples/links-with-auto-tone.html +0 -3
- package/src/surfaces/admin/components/Link/examples/links-with-auto-tone.jsx +0 -3
- package/src/surfaces/admin/components/Link/examples/links-with-different-tones.jsx +0 -25
- package/src/surfaces/admin/components/Link/examples/links-with-language-attribute.jsx +0 -3
- package/src/surfaces/admin/components/Menu/examples/basic-menu.html +0 -7
- package/src/surfaces/admin/components/Menu/examples/basic-menu.jsx +0 -9
- package/src/surfaces/admin/components/Menu/examples/customer-actions-menu.jsx +0 -18
- package/src/surfaces/admin/components/Menu/examples/default.jsx +0 -11
- package/src/surfaces/admin/components/Menu/examples/menu-with-icons.jsx +0 -14
- package/src/surfaces/admin/components/Menu/examples/menu-with-links-and-disabled-items.jsx +0 -13
- package/src/surfaces/admin/components/Menu/examples/menu-with-sections.jsx +0 -15
- package/src/surfaces/admin/components/Menu/examples/settings-menu.jsx +0 -19
- package/src/surfaces/admin/components/Modal/examples/basic-modal.jsx +0 -15
- package/src/surfaces/admin/components/Modal/examples/confirmation-modal-with-actions.jsx +0 -30
- package/src/surfaces/admin/components/Modal/examples/default.jsx +0 -19
- package/src/surfaces/admin/components/Modal/examples/different-modal-sizes.jsx +0 -65
- package/src/surfaces/admin/components/Modal/examples/form-modal.jsx +0 -52
- package/src/surfaces/admin/components/Modal/examples/modal-without-padding.jsx +0 -20
- package/src/surfaces/admin/components/NumberField/examples/basic-usage.jsx +0 -7
- package/src/surfaces/admin/components/NumberField/examples/default.jsx +0 -8
- package/src/surfaces/admin/components/NumberField/examples/multiple-examples.html +0 -29
- package/src/surfaces/admin/components/NumberField/examples/multiple-examples.jsx +0 -29
- package/src/surfaces/admin/components/NumberField/examples/with-prefix-and-suffix.jsx +0 -9
- package/src/surfaces/admin/components/OrderedList/examples/basic-usage.html +0 -5
- package/src/surfaces/admin/components/OrderedList/examples/basic-usage.jsx +0 -5
- package/src/surfaces/admin/components/OrderedList/examples/default.jsx +0 -5
- package/src/surfaces/admin/components/OrderedList/examples/fulfillment-process.html +0 -18
- package/src/surfaces/admin/components/OrderedList/examples/fulfillment-process.jsx +0 -18
- package/src/surfaces/admin/components/OrderedList/examples/order-processing-steps.html +0 -8
- package/src/surfaces/admin/components/OrderedList/examples/order-processing-steps.jsx +0 -8
- package/src/surfaces/admin/components/OrderedList/examples/product-setup-instructions.jsx +0 -13
- package/src/surfaces/admin/components/Page/examples/default.jsx +0 -5
- package/src/surfaces/admin/components/Page/examples/large-inline-size-for-wide-content.jsx +0 -33
- package/src/surfaces/admin/components/Page/examples/page-with-breadcrumbs-and-title.jsx +0 -7
- package/src/surfaces/admin/components/Page/examples/page-with-heading.jsx +0 -5
- package/src/surfaces/admin/components/Page/examples/page-with-secondary-actions.jsx +0 -8
- package/src/surfaces/admin/components/Page/examples/small-inline-size-for-focused-content.jsx +0 -9
- package/src/surfaces/admin/components/Paragraph/examples/admin-ui-patterns.html +0 -21
- package/src/surfaces/admin/components/Paragraph/examples/admin-ui-patterns.jsx +0 -21
- package/src/surfaces/admin/components/Paragraph/examples/basic-usage.html +0 -3
- package/src/surfaces/admin/components/Paragraph/examples/basic-usage.jsx +0 -3
- package/src/surfaces/admin/components/Paragraph/examples/default.jsx +0 -4
- package/src/surfaces/admin/components/Paragraph/examples/line-clamping.jsx +0 -8
- package/src/surfaces/admin/components/Paragraph/examples/rtl-support.jsx +0 -3
- package/src/surfaces/admin/components/Paragraph/examples/screen-reader-text.jsx +0 -3
- package/src/surfaces/admin/components/Paragraph/examples/tabular-numbers.jsx +0 -3
- package/src/surfaces/admin/components/Paragraph/examples/with-tone-and-color.jsx +0 -9
- package/src/surfaces/admin/components/Popover/examples/default.jsx +0 -10
- package/src/surfaces/admin/components/Popover/examples/inventory-stock-details.jsx +0 -37
- package/src/surfaces/admin/components/Popover/examples/notifications.jsx +0 -30
- package/src/surfaces/admin/components/Popover/examples/table-display-options.jsx +0 -29
- package/src/surfaces/admin/components/QueryContainer/examples/basic-usage.jsx +0 -17
- package/src/surfaces/admin/components/SearchField/examples/basic-usage.html +0 -5
- package/src/surfaces/admin/components/SearchField/examples/basic-usage.jsx +0 -5
- package/src/surfaces/admin/components/SearchField/examples/default.jsx +0 -5
- package/src/surfaces/admin/components/SearchField/examples/disabled-state.jsx +0 -6
- package/src/surfaces/admin/components/SearchField/examples/with-character-limits.jsx +0 -7
- package/src/surfaces/admin/components/SearchField/examples/with-error-state.jsx +0 -6
- package/src/surfaces/admin/components/Section/examples/default.jsx +0 -3
- package/src/surfaces/admin/components/Section/examples/full-width-content-layout.jsx +0 -18
- package/src/surfaces/admin/components/Section/examples/nested-sections-with-visual-level-differences.jsx +0 -23
- package/src/surfaces/admin/components/Section/examples/section-with-accessibility-label.jsx +0 -13
- package/src/surfaces/admin/components/Section/examples/top-level-section-with-form-elements.jsx +0 -5
- package/src/surfaces/admin/components/Spinner/examples/basic-usage.html +0 -1
- package/src/surfaces/admin/components/Spinner/examples/basic-usage.jsx +0 -1
- package/src/surfaces/admin/components/Spinner/examples/default.jsx +0 -1
- package/src/surfaces/admin/components/Spinner/examples/inline-loading-with-text.jsx +0 -4
- package/src/surfaces/admin/components/Spinner/examples/loading-state-in-section.jsx +0 -4
- package/src/surfaces/admin/components/Stack/examples/basic-block-stack-vertical.html +0 -5
- package/src/surfaces/admin/components/Stack/examples/basic-block-stack-vertical.jsx +0 -5
- package/src/surfaces/admin/components/Stack/examples/custom-alignment.jsx +0 -5
- package/src/surfaces/admin/components/Stack/examples/custom-spacing.jsx +0 -18
- package/src/surfaces/admin/components/Stack/examples/default.jsx +0 -6
- package/src/surfaces/admin/components/Stack/examples/inline-stack-horizontal.jsx +0 -5
- package/src/surfaces/admin/components/Stack/examples/responsive-stack-with-container-queries.jsx +0 -23
- package/src/surfaces/admin/components/Table/examples/default.jsx +0 -30
- package/src/surfaces/admin/components/Table/examples/full-width-product-inventory-table.html +0 -65
- package/src/surfaces/admin/components/Table/examples/full-width-product-inventory-table.jsx +0 -65
- package/src/surfaces/admin/components/Table/examples/list-variant.jsx +0 -44
- package/src/surfaces/admin/components/Table/examples/with-loading-state.jsx +0 -40
- package/src/surfaces/admin/components/Table/examples/with-pagination.jsx +0 -27
- package/src/surfaces/admin/components/Text/examples/accessibility-hidden-text.jsx +0 -3
- package/src/surfaces/admin/components/Text/examples/basic-usage.html +0 -3
- package/src/surfaces/admin/components/Text/examples/basic-usage.jsx +0 -3
- package/src/surfaces/admin/components/Text/examples/default.jsx +0 -4
- package/src/surfaces/admin/components/Text/examples/interest-for-association.jsx +0 -8
- package/src/surfaces/admin/components/Text/examples/right-to-left-text.jsx +0 -3
- package/src/surfaces/admin/components/Text/examples/semantic-address.jsx +0 -3
- package/src/surfaces/admin/components/Text/examples/status-tones.jsx +0 -5
- package/src/surfaces/admin/components/Text/examples/strong-text.html +0 -3
- package/src/surfaces/admin/components/Text/examples/strong-text.jsx +0 -3
- package/src/surfaces/admin/components/Text/examples/subdued-color.jsx +0 -3
- package/src/surfaces/admin/components/Text/examples/tabular-numbers.jsx +0 -3
- package/src/surfaces/admin/components/TextArea/examples/basic-usage.jsx +0 -5
- package/src/surfaces/admin/components/TextArea/examples/default.jsx +0 -5
- package/src/surfaces/admin/components/TextArea/examples/error-state.jsx +0 -8
- package/src/surfaces/admin/components/TextArea/examples/product-care-instructions.html +0 -7
- package/src/surfaces/admin/components/TextArea/examples/product-care-instructions.jsx +0 -7
- package/src/surfaces/admin/components/TextArea/examples/seo-meta-description-with-character-limit.jsx +0 -8
- package/src/surfaces/admin/components/TextField/examples/basic-usage.html +0 -1
- package/src/surfaces/admin/components/TextField/examples/basic-usage.jsx +0 -1
- package/src/surfaces/admin/components/TextField/examples/default.jsx +0 -5
- package/src/surfaces/admin/components/TextField/examples/required-field-with-validation.html +0 -1
- package/src/surfaces/admin/components/TextField/examples/required-field-with-validation.jsx +0 -1
- package/src/surfaces/admin/components/TextField/examples/specific-error-messages-for-merchant-context.jsx +0 -16
- package/src/surfaces/admin/components/TextField/examples/with-accessory.jsx +0 -6
- package/src/surfaces/admin/components/TextField/examples/with-icon.jsx +0 -5
- package/src/surfaces/admin/components/TextField/examples/with-prefix-and-suffix.jsx +0 -11
- package/src/surfaces/admin/components/Thumbnail/examples/basic-usage.html +0 -5
- package/src/surfaces/admin/components/Thumbnail/examples/basic-usage.jsx +0 -5
- package/src/surfaces/admin/components/Thumbnail/examples/default.jsx +0 -4
- package/src/surfaces/admin/components/Thumbnail/examples/different-sizes.jsx +0 -17
- package/src/surfaces/admin/components/Thumbnail/examples/empty-state.jsx +0 -1
- package/src/surfaces/admin/components/Thumbnail/examples/with-event-handling.jsx +0 -13
- package/src/surfaces/admin/components/Tooltip/examples/basic-usage.jsx +0 -6
- package/src/surfaces/admin/components/Tooltip/examples/default.jsx +0 -6
- package/src/surfaces/admin/components/Tooltip/examples/with-icon-button.jsx +0 -8
- package/src/surfaces/admin/components/UnorderedList/examples/default.jsx +0 -5
- package/src/surfaces/admin/components/UnorderedList/examples/store-setup-checklist.jsx +0 -24
- package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -80
- package/src/surfaces/admin/docs-types.ts +0 -45
- package/src/surfaces/checkout/helper.docs.ts +0 -166
- /package/src/surfaces/admin/components/Button/examples/{basic-usage.html → basic-button.html} +0 -0
- /package/src/surfaces/{admin/components/Divider/examples/basic-usage.html → customer-account/components/Divider/examples/basic-divider.example.html} +0 -0
|
@@ -9,31 +9,31 @@
|
|
|
9
9
|
/**
|
|
10
10
|
* TODO: Update `any` type here after this is resolved
|
|
11
11
|
* https://github.com/Shopify/ui-api-design/issues/139
|
|
12
|
+
* @publicDocs
|
|
12
13
|
*/
|
|
13
14
|
export type ComponentChildren = any;
|
|
15
|
+
/** @publicDocs */
|
|
14
16
|
export type StringChildren = string;
|
|
17
|
+
/** @publicDocs */
|
|
15
18
|
export interface GlobalProps {
|
|
16
19
|
/**
|
|
17
|
-
* A unique identifier for the element.
|
|
20
|
+
* A unique identifier for the element. Use this to reference the element in JavaScript, link labels to form controls, or target specific elements for styling or scripting.
|
|
18
21
|
*/
|
|
19
22
|
id?: string;
|
|
20
23
|
}
|
|
21
24
|
interface AbbreviationProps$1 extends GlobalProps {
|
|
22
25
|
/**
|
|
23
|
-
* The content
|
|
26
|
+
* The abbreviated text content displayed within the abbreviation component. Pair with the `title` attribute to provide the full expansion for accessibility.
|
|
24
27
|
*/
|
|
25
28
|
children?: ComponentChildren;
|
|
26
29
|
/**
|
|
27
|
-
* Defines the full expansion of the abbreviation or acronym.
|
|
28
|
-
*
|
|
29
|
-
* Helps user agents and users understand the meaning of the abbreviated text.
|
|
30
|
+
* Defines the full expansion of the abbreviation or acronym, helping user agents and users understand the meaning of the abbreviated text. Learn more about the [abbreviation element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr).
|
|
30
31
|
*
|
|
31
32
|
* @default ''
|
|
32
|
-
*
|
|
33
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr
|
|
34
33
|
*/
|
|
35
34
|
title?: string;
|
|
36
35
|
}
|
|
36
|
+
/** @publicDocs */
|
|
37
37
|
export interface ActionSlots {
|
|
38
38
|
/**
|
|
39
39
|
* The primary action to perform, provided as a button or link type element.
|
|
@@ -44,21 +44,22 @@ export interface ActionSlots {
|
|
|
44
44
|
*/
|
|
45
45
|
secondaryActions?: ComponentChildren;
|
|
46
46
|
}
|
|
47
|
+
/** @publicDocs */
|
|
47
48
|
export interface BaseOverlayProps {
|
|
48
49
|
/**
|
|
49
|
-
*
|
|
50
|
+
* A callback fired immediately after the overlay is shown.
|
|
50
51
|
*/
|
|
51
52
|
onShow?: (event: Event) => void;
|
|
52
53
|
/**
|
|
53
|
-
*
|
|
54
|
+
* A callback fired when the overlay is shown, after any show animations have completed.
|
|
54
55
|
*/
|
|
55
56
|
onAfterShow?: (event: Event) => void;
|
|
56
57
|
/**
|
|
57
|
-
*
|
|
58
|
+
* A callback fired immediately after the overlay is hidden.
|
|
58
59
|
*/
|
|
59
60
|
onHide?: (event: Event) => void;
|
|
60
61
|
/**
|
|
61
|
-
*
|
|
62
|
+
* A callback fired when the overlay is hidden, after any hide animations have completed.
|
|
62
63
|
*/
|
|
63
64
|
onAfterHide?: (event: Event) => void;
|
|
64
65
|
}
|
|
@@ -69,73 +70,71 @@ export interface BaseOverlayProps {
|
|
|
69
70
|
* - Components implementing this interface must provide all methods
|
|
70
71
|
* - Unlike props/attributes, methods are not rendered in HTML but are JavaScript APIs
|
|
71
72
|
* - Consumers expect these methods to be consistently available on all instances
|
|
73
|
+
* @publicDocs
|
|
72
74
|
*/
|
|
73
75
|
export interface BaseOverlayMethods {
|
|
74
76
|
/**
|
|
75
|
-
*
|
|
77
|
+
* A method to programmatically show the overlay.
|
|
76
78
|
*
|
|
77
79
|
* @implementation This is a method to be called on the element and not a callback and should hence be camelCase
|
|
78
80
|
*/
|
|
79
81
|
showOverlay: () => void;
|
|
80
82
|
/**
|
|
81
|
-
*
|
|
83
|
+
* A method to programmatically hide the overlay and run any associated hide animations.
|
|
82
84
|
*
|
|
83
85
|
* @implementation This is a method to be called on the element and not a callback and should hence be camelCase
|
|
84
86
|
*/
|
|
85
87
|
hideOverlay: () => void;
|
|
86
88
|
/**
|
|
87
|
-
*
|
|
89
|
+
* A method to programmatically toggle the visibility of the overlay.
|
|
88
90
|
*
|
|
89
91
|
* @implementation This is a method to be called on the element and not a callback and should hence be camelCase
|
|
90
92
|
*/
|
|
91
93
|
toggleOverlay: () => void;
|
|
92
94
|
}
|
|
95
|
+
/** @publicDocs */
|
|
93
96
|
export interface FocusEventProps {
|
|
94
97
|
/**
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
|
|
98
|
+
* A callback fired when the element loses focus. Learn more about the [blur event](https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event).
|
|
98
99
|
*/
|
|
99
100
|
onBlur?: (event: FocusEvent) => void;
|
|
100
101
|
/**
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
|
|
102
|
+
* A callback fired when the element receives focus. Learn more about the [focus event](https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event).
|
|
104
103
|
*/
|
|
105
104
|
onFocus?: (event: FocusEvent) => void;
|
|
106
105
|
}
|
|
106
|
+
/** @publicDocs */
|
|
107
107
|
export interface ToggleEventProps {
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* A callback fired when the element state changes, after any toggle animations have finished.
|
|
110
110
|
*
|
|
111
111
|
* - If the element transitioned from hidden to showing, the `oldState` property will be set to `closed` and the
|
|
112
112
|
* `newState` property will be set to `open`.
|
|
113
113
|
* - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
|
|
114
114
|
* `newState` will be `closed`.
|
|
115
115
|
*
|
|
116
|
-
*
|
|
117
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
|
|
116
|
+
* Learn more about the [`newState`](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState) and [`oldState`](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState) properties.
|
|
118
117
|
*/
|
|
119
118
|
onAfterToggle?: (event: ToggleEvent$1) => void;
|
|
120
119
|
/**
|
|
121
|
-
*
|
|
120
|
+
* A callback fired immediately when the element state changes, before any animations.
|
|
122
121
|
*
|
|
123
122
|
* - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
|
|
124
123
|
* `newState` property will be set to `open`.
|
|
125
|
-
* - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
|
|
124
|
+
* - If the element is transitioning from showing to hidden, then the `oldState` property will be set to `open` and the
|
|
126
125
|
* `newState` will be `closed`.
|
|
127
126
|
*
|
|
128
|
-
*
|
|
129
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
|
|
130
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
|
|
127
|
+
* Learn more about the [`toggle` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event), and the [`newState`](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState) and [`oldState`](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState) properties.
|
|
131
128
|
*/
|
|
132
129
|
onToggle?: (event: ToggleEvent$1) => void;
|
|
133
130
|
}
|
|
131
|
+
/** @publicDocs */
|
|
134
132
|
export type ToggleState = "open" | "closed";
|
|
135
133
|
interface ToggleEvent$1 extends Event {
|
|
136
134
|
readonly newState: ToggleState;
|
|
137
135
|
readonly oldState: ToggleState;
|
|
138
136
|
}
|
|
137
|
+
/** @publicDocs */
|
|
139
138
|
export interface ExtendableEvent extends Event {
|
|
140
139
|
/**
|
|
141
140
|
* Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
|
|
@@ -162,13 +161,32 @@ interface AnnouncementProps$1 extends GlobalProps, ToggleEventProps {
|
|
|
162
161
|
*/
|
|
163
162
|
dismiss: () => void;
|
|
164
163
|
}
|
|
164
|
+
/**
|
|
165
|
+
* The design system's size scale, used to control the dimensions of components like avatars, icons, and thumbnails. Values range from `"small-500"` (smallest) through `"base"` (standard) to `"large-500"` (largest). Not all components support every size — check the component's `size` property type for its available options.
|
|
166
|
+
* @publicDocs
|
|
167
|
+
*/
|
|
165
168
|
export type SizeKeyword = "small-500" | "small-400" | "small-300" | "small-200" | "small-100" | "small" | "base" | "large" | "large-100" | "large-200" | "large-300" | "large-400" | "large-500";
|
|
169
|
+
/**
|
|
170
|
+
* Defines the color intensity or emphasis level for text and UI elements.
|
|
171
|
+
*
|
|
172
|
+
* - `subdued`: Deemphasized color for secondary text, supporting labels, and less critical interface elements.
|
|
173
|
+
* - `base`: Primary color for body text, standard UI elements, and general content with good readability.
|
|
174
|
+
* - `strong`: Emphasized color for headings, key labels, and interactive elements that need prominence.
|
|
175
|
+
* @publicDocs
|
|
176
|
+
*/
|
|
166
177
|
export type ColorKeyword = "subdued" | "base" | "strong";
|
|
178
|
+
/** @publicDocs */
|
|
167
179
|
export type BackgroundColorKeyword = "transparent" | ColorKeyword;
|
|
180
|
+
/** @publicDocs */
|
|
168
181
|
export interface BackgroundProps {
|
|
169
182
|
/**
|
|
170
183
|
* Adjust the background of the element.
|
|
171
184
|
*
|
|
185
|
+
* - `'transparent'`: No visible background.
|
|
186
|
+
* - `'subdued'`: A subtle, low-emphasis background.
|
|
187
|
+
* - `'base'`: The standard background color.
|
|
188
|
+
* - `'strong'`: A high-emphasis background for prominence.
|
|
189
|
+
*
|
|
172
190
|
* @default 'transparent'
|
|
173
191
|
*/
|
|
174
192
|
background?: BackgroundColorKeyword;
|
|
@@ -182,6 +200,7 @@ export interface BackgroundProps {
|
|
|
182
200
|
* In some cases, like for Banner, the tone may also affect the semantic and accessibility treatment of the component.
|
|
183
201
|
*
|
|
184
202
|
* @default 'auto'
|
|
203
|
+
* @publicDocs
|
|
185
204
|
*/
|
|
186
205
|
export type ToneKeyword = "auto" | "neutral" | "info" | "success" | "caution" | "warning" | "critical" | "accent" | "custom";
|
|
187
206
|
declare const privateIconArray: readonly [
|
|
@@ -733,13 +752,38 @@ declare const privateIconArray: readonly [
|
|
|
733
752
|
"x-circle",
|
|
734
753
|
"x-circle-filled"
|
|
735
754
|
];
|
|
755
|
+
/** @publicDocs */
|
|
736
756
|
export type IconType = (typeof privateIconArray)[number];
|
|
737
757
|
/**
|
|
738
758
|
* Like `Extract`, but ensures that the extracted type is a strict subtype of the input type.
|
|
759
|
+
* @publicDocs
|
|
739
760
|
*/
|
|
740
761
|
export type ExtractStrict<T, U extends T> = Extract<T, U>;
|
|
762
|
+
/**
|
|
763
|
+
* Represents CSS shorthand properties that accept one to four values, following the [CSS shorthand syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box). Supports specifying values for all four sides: top, right, bottom, and left.
|
|
764
|
+
*
|
|
765
|
+
* - `T`: Single value that applies to all four sides.
|
|
766
|
+
* - `${T} ${T}`: Two values for block axis (top/bottom) and inline axis (left/right).
|
|
767
|
+
* - `${T} ${T} ${T}`: Three values for block-start (top), inline axis (left/right), and block-end (bottom).
|
|
768
|
+
* - `${T} ${T} ${T} ${T}`: Four values for block-start (top), inline-end (right), block-end (bottom), and inline-start (left).
|
|
769
|
+
* @publicDocs
|
|
770
|
+
*/
|
|
741
771
|
export type MaybeAllValuesShorthandProperty<T extends string> = T | `${T} ${T}` | `${T} ${T} ${T}` | `${T} ${T} ${T} ${T}`;
|
|
772
|
+
/**
|
|
773
|
+
* Represents CSS shorthand properties that accept one or two values. Supports specifying the same value for both dimensions or different values.
|
|
774
|
+
*
|
|
775
|
+
* - `T`: Single value that applies to both dimensions.
|
|
776
|
+
* - `${T} ${T}`: Two values for block axis (vertical) and inline axis (horizontal).
|
|
777
|
+
* @publicDocs
|
|
778
|
+
*/
|
|
742
779
|
export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
|
|
780
|
+
/**
|
|
781
|
+
* Makes a property responsive by allowing it to be set conditionally based on container query conditions. The value can be either a base value or a container query string.
|
|
782
|
+
*
|
|
783
|
+
* - `T`: Base value that applies in all conditions.
|
|
784
|
+
* - `@container${string}`: Container query string for conditional responsive styling based on container size.
|
|
785
|
+
* @publicDocs
|
|
786
|
+
*/
|
|
743
787
|
export type MaybeResponsive<T> = T | `@container${string}`;
|
|
744
788
|
/**
|
|
745
789
|
* Prevents widening string literal types in a union to `string`.
|
|
@@ -748,6 +792,7 @@ export type MaybeResponsive<T> = T | `@container${string}`;
|
|
|
748
792
|
* // ^? string
|
|
749
793
|
* type PropName = 'foo' | 'bar' | (string & {})
|
|
750
794
|
* // ^? 'foo' | 'bar' | (string & {})
|
|
795
|
+
* @publicDocs
|
|
751
796
|
*/
|
|
752
797
|
export type AnyString = string & {};
|
|
753
798
|
/**
|
|
@@ -755,6 +800,7 @@ export type AnyString = string & {};
|
|
|
755
800
|
* to have a space or not in the string literal types.
|
|
756
801
|
*
|
|
757
802
|
* For example in the `aspectRatio` property, `16/9` and `16 / 9` are both valid.
|
|
803
|
+
* @publicDocs
|
|
758
804
|
*/
|
|
759
805
|
export type optionalSpace = "" | " ";
|
|
760
806
|
interface BadgeProps$1 extends GlobalProps {
|
|
@@ -777,6 +823,8 @@ interface BadgeProps$1 extends GlobalProps {
|
|
|
777
823
|
/**
|
|
778
824
|
* The type of icon to be displayed in the badge.
|
|
779
825
|
*
|
|
826
|
+
* Always positioned relative to the text content. Independent positioning isn't supported.
|
|
827
|
+
*
|
|
780
828
|
* @default ''
|
|
781
829
|
*/
|
|
782
830
|
icon?: IconType | AnyString;
|
|
@@ -866,6 +914,7 @@ interface BannerProps$1 extends GlobalProps, ActionSlots {
|
|
|
866
914
|
*/
|
|
867
915
|
hidden?: boolean;
|
|
868
916
|
}
|
|
917
|
+
/** @publicDocs */
|
|
869
918
|
export interface DisplayProps {
|
|
870
919
|
/**
|
|
871
920
|
* Sets the outer display type of the component. The outer type sets a component’s participation in [flow layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flow_layout).
|
|
@@ -873,11 +922,13 @@ export interface DisplayProps {
|
|
|
873
922
|
* - `auto`: the component’s initial value. The actual value depends on the component and context.
|
|
874
923
|
* - `none`: hides the component from display and removes it from the accessibility tree, making it invisible to screen readers.
|
|
875
924
|
*
|
|
876
|
-
*
|
|
925
|
+
* Learn more about the [display property](https://developer.mozilla.org/en-US/docs/Web/CSS/display).
|
|
926
|
+
*
|
|
877
927
|
* @default 'auto'
|
|
878
928
|
*/
|
|
879
929
|
display?: MaybeResponsive<"auto" | "none">;
|
|
880
930
|
}
|
|
931
|
+
/** @publicDocs */
|
|
881
932
|
export interface AccessibilityRoleProps {
|
|
882
933
|
/**
|
|
883
934
|
* Sets the semantic meaning of the component’s content. When set,
|
|
@@ -891,6 +942,7 @@ export interface AccessibilityRoleProps {
|
|
|
891
942
|
*/
|
|
892
943
|
accessibilityRole?: AccessibilityRole;
|
|
893
944
|
}
|
|
945
|
+
/** @publicDocs */
|
|
894
946
|
export type AccessibilityRole =
|
|
895
947
|
/**
|
|
896
948
|
* Used to indicate the primary content.
|
|
@@ -903,7 +955,7 @@ export type AccessibilityRole =
|
|
|
903
955
|
* Used to indicate the component is a header.
|
|
904
956
|
*
|
|
905
957
|
* In an HTML host `header` will render a `<header>` element.
|
|
906
|
-
* Learn more about the [`<header>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/
|
|
958
|
+
* Learn more about the [`<header>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/banner_role) in the MDN web docs.
|
|
907
959
|
*/
|
|
908
960
|
| "header"
|
|
909
961
|
/**
|
|
@@ -1006,176 +1058,225 @@ export type AccessibilityRole =
|
|
|
1006
1058
|
* Learn more about the [`none` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/none_role) in the MDN web docs.
|
|
1007
1059
|
*/
|
|
1008
1060
|
| "none";
|
|
1061
|
+
/** @publicDocs */
|
|
1009
1062
|
export interface AccessibilityVisibilityProps {
|
|
1010
1063
|
/**
|
|
1011
|
-
*
|
|
1064
|
+
* Controls how the element is exposed to sighted users and to assistive technologies such as screen readers.
|
|
1012
1065
|
*
|
|
1013
|
-
* - `visible`:
|
|
1014
|
-
* - `hidden`:
|
|
1015
|
-
* - `exclusive`:
|
|
1066
|
+
* - `visible`: The element is visible to all users (both sighted users and screen readers).
|
|
1067
|
+
* - `hidden`: The element is visually visible but hidden from screen readers. Use this for decorative elements that don't provide meaningful information.
|
|
1068
|
+
* - `exclusive`: The element is visually hidden but announced by screen readers. Use this for screen-reader-only content like skip links or additional context.
|
|
1016
1069
|
*
|
|
1017
1070
|
* @default 'visible'
|
|
1018
1071
|
*/
|
|
1019
1072
|
accessibilityVisibility?: "visible" | "hidden" | "exclusive";
|
|
1020
1073
|
}
|
|
1074
|
+
/** @publicDocs */
|
|
1021
1075
|
export interface LabelAccessibilityVisibilityProps {
|
|
1022
1076
|
/**
|
|
1023
|
-
*
|
|
1077
|
+
* Controls whether the label is visible to all users or only to screen readers.
|
|
1024
1078
|
*
|
|
1025
|
-
* - `visible`:
|
|
1026
|
-
* - `exclusive`:
|
|
1079
|
+
* - `visible`: The label is shown to everyone.
|
|
1080
|
+
* - `exclusive`: The label is visually hidden but still announced by screen readers.
|
|
1027
1081
|
*
|
|
1028
1082
|
* @default 'visible'
|
|
1029
1083
|
*/
|
|
1030
1084
|
labelAccessibilityVisibility?: ExtractStrict<AccessibilityVisibilityProps["accessibilityVisibility"], "visible" | "exclusive">;
|
|
1031
1085
|
}
|
|
1086
|
+
/**
|
|
1087
|
+
* Defines the padding size for elements, using the standard size scale or `none` for no padding.
|
|
1088
|
+
*
|
|
1089
|
+
* - `SizeKeyword`: Standard padding sizes from the size scale for consistent spacing.
|
|
1090
|
+
* - `none`: No padding.
|
|
1091
|
+
* @publicDocs
|
|
1092
|
+
*/
|
|
1032
1093
|
export type PaddingKeyword = SizeKeyword | "none";
|
|
1094
|
+
/** @publicDocs */
|
|
1033
1095
|
export interface PaddingProps {
|
|
1034
1096
|
/**
|
|
1035
|
-
*
|
|
1097
|
+
* The padding applied to all edges of the component.
|
|
1036
1098
|
*
|
|
1037
|
-
* [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box)
|
|
1038
|
-
*
|
|
1099
|
+
* Supports [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) using flow-relative values:
|
|
1100
|
+
* - 1 value applies to all sides
|
|
1101
|
+
* - 2 values apply to block (top/bottom) and inline (left/right)
|
|
1102
|
+
* - 3 values apply to block-start (top), inline (left/right), and block-end (bottom)
|
|
1103
|
+
* - 4 values apply to block-start (top), inline-end (right), block-end (bottom), and inline-start (left)
|
|
1039
1104
|
*
|
|
1040
|
-
*
|
|
1041
|
-
* - 3 values: `block-start inline block-end`
|
|
1042
|
-
* - 2 values: `block inline`
|
|
1043
|
-
*
|
|
1044
|
-
* For example:
|
|
1045
|
-
* - `large` means block-start, inline-end, block-end and inline-start paddings are `large`.
|
|
1046
|
-
* - `large none` means block-start and block-end paddings are `large`, inline-start and inline-end paddings are `none`.
|
|
1047
|
-
* - `large none large` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `none`.
|
|
1048
|
-
* - `large none large small` means block-start padding is `large`, inline-end padding is `none`, block-end padding is `large` and inline-start padding is `small`.
|
|
1105
|
+
* **Examples:** `base`, `large none`, `base large-100 base small`
|
|
1049
1106
|
*
|
|
1050
|
-
*
|
|
1107
|
+
* Use `auto` to inherit padding from the nearest container with removed padding.
|
|
1051
1108
|
*
|
|
1052
1109
|
* @default 'none'
|
|
1053
1110
|
*/
|
|
1054
1111
|
padding?: MaybeResponsive<MaybeAllValuesShorthandProperty<PaddingKeyword>>;
|
|
1055
1112
|
/**
|
|
1056
|
-
*
|
|
1113
|
+
* The block-direction padding (top and bottom in horizontal writing modes).
|
|
1114
|
+
*
|
|
1115
|
+
* Accepts a single value for both sides or two space-separated values for block-start and block-end.
|
|
1057
1116
|
*
|
|
1058
|
-
*
|
|
1117
|
+
* **Example:** `large none` applies `large` to the top and `none` to the bottom.
|
|
1059
1118
|
*
|
|
1060
|
-
*
|
|
1119
|
+
* Overrides the block value from `padding`.
|
|
1061
1120
|
*
|
|
1062
1121
|
* @default '' - meaning no override
|
|
1063
1122
|
*/
|
|
1064
1123
|
paddingBlock?: MaybeResponsive<MaybeTwoValuesShorthandProperty<PaddingKeyword> | "">;
|
|
1065
1124
|
/**
|
|
1066
|
-
*
|
|
1125
|
+
* The block-start padding (top in horizontal writing modes).
|
|
1067
1126
|
*
|
|
1068
|
-
*
|
|
1127
|
+
* Overrides the block-start value from `paddingBlock`.
|
|
1069
1128
|
*
|
|
1070
1129
|
* @default '' - meaning no override
|
|
1071
1130
|
*/
|
|
1072
1131
|
paddingBlockStart?: MaybeResponsive<PaddingKeyword | "">;
|
|
1073
1132
|
/**
|
|
1074
|
-
*
|
|
1133
|
+
* The block-end padding (bottom in horizontal writing modes).
|
|
1075
1134
|
*
|
|
1076
|
-
*
|
|
1135
|
+
* Overrides the block-end value from `paddingBlock`.
|
|
1077
1136
|
*
|
|
1078
1137
|
* @default '' - meaning no override
|
|
1079
1138
|
*/
|
|
1080
1139
|
paddingBlockEnd?: MaybeResponsive<PaddingKeyword | "">;
|
|
1081
1140
|
/**
|
|
1082
|
-
*
|
|
1141
|
+
* The inline-direction padding (left and right in horizontal writing modes).
|
|
1083
1142
|
*
|
|
1084
|
-
* -
|
|
1143
|
+
* Accepts a single value for both sides or two space-separated values for inline-start and inline-end.
|
|
1085
1144
|
*
|
|
1086
|
-
*
|
|
1145
|
+
* **Example:** `large none` applies `large` to the left and `none` to the right.
|
|
1146
|
+
*
|
|
1147
|
+
* Overrides the inline value from `padding`.
|
|
1087
1148
|
*
|
|
1088
1149
|
* @default '' - meaning no override
|
|
1089
1150
|
*/
|
|
1090
1151
|
paddingInline?: MaybeResponsive<MaybeTwoValuesShorthandProperty<PaddingKeyword> | "">;
|
|
1091
1152
|
/**
|
|
1092
|
-
*
|
|
1153
|
+
* The inline-start padding (left in LTR writing modes, right in RTL).
|
|
1093
1154
|
*
|
|
1094
|
-
*
|
|
1155
|
+
* Overrides the inline-start value from `paddingInline`.
|
|
1095
1156
|
*
|
|
1096
1157
|
* @default '' - meaning no override
|
|
1097
1158
|
*/
|
|
1098
1159
|
paddingInlineStart?: MaybeResponsive<PaddingKeyword | "">;
|
|
1099
1160
|
/**
|
|
1100
|
-
*
|
|
1161
|
+
* The inline-end padding (right in LTR writing modes, left in RTL).
|
|
1101
1162
|
*
|
|
1102
|
-
*
|
|
1163
|
+
* Overrides the inline-end value from `paddingInline`.
|
|
1103
1164
|
*
|
|
1104
1165
|
* @default '' - meaning no override
|
|
1105
1166
|
*/
|
|
1106
1167
|
paddingInlineEnd?: MaybeResponsive<PaddingKeyword | "">;
|
|
1107
1168
|
}
|
|
1169
|
+
/**
|
|
1170
|
+
* Represents size values in pixels, percentages, or zero.
|
|
1171
|
+
*
|
|
1172
|
+
* - `` `${number}px` ``: Absolute size in pixels for fixed dimensions (such as `100px`, `24px`).
|
|
1173
|
+
* - `` `${number}%` ``: Relative size as a percentage of the parent container (such as `50%`, `100%`).
|
|
1174
|
+
* - `0`: Zero size, equivalent to no dimension.
|
|
1175
|
+
* @publicDocs
|
|
1176
|
+
*/
|
|
1108
1177
|
export type SizeUnits = `${number}px` | `${number}%` | `0`;
|
|
1178
|
+
/**
|
|
1179
|
+
* Represents size values that can also be set to `auto` for automatic sizing.
|
|
1180
|
+
*
|
|
1181
|
+
* - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
|
|
1182
|
+
* - `auto`: Automatically sizes based on content and layout constraints. Learn more about the [auto value](https://developer.mozilla.org/en-US/docs/Web/CSS/width#auto).
|
|
1183
|
+
* @publicDocs
|
|
1184
|
+
*/
|
|
1109
1185
|
export type SizeUnitsOrAuto = SizeUnits | "auto";
|
|
1186
|
+
/**
|
|
1187
|
+
* Represents size values that can also be set to `none` to remove the size constraint.
|
|
1188
|
+
*
|
|
1189
|
+
* - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
|
|
1190
|
+
* - `none`: No size constraint, allowing unlimited growth. Learn more about the [none value](https://developer.mozilla.org/en-US/docs/Web/CSS/max-width#none).
|
|
1191
|
+
* @publicDocs
|
|
1192
|
+
*/
|
|
1110
1193
|
export type SizeUnitsOrNone = SizeUnits | "none";
|
|
1194
|
+
/** @publicDocs */
|
|
1111
1195
|
export interface SizingProps {
|
|
1112
1196
|
/**
|
|
1113
|
-
*
|
|
1197
|
+
* The block size of the element (height in horizontal writing modes). Learn more about the [block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/block-size).
|
|
1114
1198
|
*
|
|
1115
|
-
*
|
|
1199
|
+
* - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
|
|
1200
|
+
* - `auto`: Automatically sizes based on content and layout constraints.
|
|
1116
1201
|
*
|
|
1117
1202
|
* @default 'auto'
|
|
1118
1203
|
*/
|
|
1119
1204
|
blockSize?: MaybeResponsive<SizeUnitsOrAuto>;
|
|
1120
1205
|
/**
|
|
1121
|
-
*
|
|
1122
|
-
*
|
|
1123
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size
|
|
1206
|
+
* The minimum block size of the element (minimum height in horizontal writing modes). Learn more about the [min-block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size).
|
|
1124
1207
|
*
|
|
1125
1208
|
* @default '0'
|
|
1126
1209
|
*/
|
|
1127
1210
|
minBlockSize?: MaybeResponsive<SizeUnits>;
|
|
1128
1211
|
/**
|
|
1129
|
-
*
|
|
1130
|
-
*
|
|
1131
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size
|
|
1212
|
+
* The maximum block size of the element (maximum height in horizontal writing modes). Learn more about the [max-block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size).
|
|
1132
1213
|
*
|
|
1133
1214
|
* @default 'none'
|
|
1134
1215
|
*/
|
|
1135
1216
|
maxBlockSize?: MaybeResponsive<SizeUnitsOrNone>;
|
|
1136
1217
|
/**
|
|
1137
|
-
*
|
|
1218
|
+
* The inline size of the element (width in horizontal writing modes). Learn more about the [inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/inline-size).
|
|
1138
1219
|
*
|
|
1139
|
-
*
|
|
1220
|
+
* - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
|
|
1221
|
+
* - `auto`: Automatically sizes based on content and layout constraints.
|
|
1140
1222
|
*
|
|
1141
1223
|
* @default 'auto'
|
|
1142
1224
|
*/
|
|
1143
1225
|
inlineSize?: MaybeResponsive<SizeUnitsOrAuto>;
|
|
1144
1226
|
/**
|
|
1145
|
-
*
|
|
1146
|
-
*
|
|
1147
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size
|
|
1227
|
+
* The minimum inline size of the element (minimum width in horizontal writing modes). Learn more about the [min-inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size).
|
|
1148
1228
|
*
|
|
1149
1229
|
* @default '0'
|
|
1150
1230
|
*/
|
|
1151
1231
|
minInlineSize?: MaybeResponsive<SizeUnits>;
|
|
1152
1232
|
/**
|
|
1153
|
-
*
|
|
1154
|
-
*
|
|
1155
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size
|
|
1233
|
+
* The maximum inline size of the element (maximum width in horizontal writing modes). Learn more about the [max-inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size).
|
|
1156
1234
|
*
|
|
1157
1235
|
* @default 'none'
|
|
1158
1236
|
*/
|
|
1159
1237
|
maxInlineSize?: MaybeResponsive<SizeUnitsOrNone>;
|
|
1160
1238
|
}
|
|
1239
|
+
/**
|
|
1240
|
+
* The visual style of a border. Learn more about [border-style](https://developer.mozilla.org/en-US/docs/Web/CSS/border-style).
|
|
1241
|
+
*
|
|
1242
|
+
* - `"none"`: No border is rendered.
|
|
1243
|
+
* - `"solid"`: A single continuous line.
|
|
1244
|
+
* - `"dashed"`: A series of short dashes.
|
|
1245
|
+
* - `"dotted"`: A series of round dots.
|
|
1246
|
+
* - `"auto"`: The border style is determined automatically based on the surface's design system.
|
|
1247
|
+
* @publicDocs
|
|
1248
|
+
*/
|
|
1161
1249
|
export type BorderStyleKeyword = "none" | "solid" | "dashed" | "dotted" | "auto";
|
|
1250
|
+
/**
|
|
1251
|
+
* Defines the width of borders, using the standard size scale or `none` for no border.
|
|
1252
|
+
*
|
|
1253
|
+
* - `SizeKeyword`: Standard border widths from the size scale for consistent thickness.
|
|
1254
|
+
* - `none`: No border width (removes the border).
|
|
1255
|
+
* @publicDocs
|
|
1256
|
+
*/
|
|
1162
1257
|
export type BorderSizeKeyword = SizeKeyword | "none";
|
|
1258
|
+
/**
|
|
1259
|
+
* The corner radius of a border, using the design system's `SizeKeyword` scale with additional options:
|
|
1260
|
+
*
|
|
1261
|
+
* - `"max"`: The maximum possible radius, creating a pill or circular shape.
|
|
1262
|
+
* - `"none"`: No rounding — corners are sharp (0 radius).
|
|
1263
|
+
* @publicDocs
|
|
1264
|
+
*/
|
|
1163
1265
|
export type BorderRadiusKeyword = SizeKeyword | "max" | "none";
|
|
1164
1266
|
/**
|
|
1165
1267
|
* Represents a shorthand for defining a border. It can be a combination of size, optionally followed by color, optionally followed by style.
|
|
1268
|
+
* @publicDocs
|
|
1166
1269
|
*/
|
|
1167
1270
|
export type BorderShorthand = BorderSizeKeyword | `${BorderSizeKeyword} ${ColorKeyword}` | `${BorderSizeKeyword} ${ColorKeyword} ${BorderStyleKeyword}`;
|
|
1271
|
+
/** @publicDocs */
|
|
1168
1272
|
export interface BorderProps {
|
|
1169
1273
|
/**
|
|
1170
|
-
*
|
|
1171
|
-
*
|
|
1172
|
-
* This can be a size, optionally followed by a color, optionally followed by a style.
|
|
1173
|
-
*
|
|
1174
|
-
* If the color is not specified, it will be `base`.
|
|
1274
|
+
* Applies a border using shorthand syntax to specify width, color, and style in a single property.
|
|
1175
1275
|
*
|
|
1176
|
-
*
|
|
1276
|
+
* Accepts a size value, optionally followed by a color, optionally followed by a style.
|
|
1277
|
+
* Omitted values use defaults: color defaults to `base`, style defaults to `auto`.
|
|
1177
1278
|
*
|
|
1178
|
-
*
|
|
1279
|
+
* Individual properties (`borderWidth`, `borderStyle`, `borderColor`) can override values set here.
|
|
1179
1280
|
*
|
|
1180
1281
|
* @example
|
|
1181
1282
|
* // The following are equivalent:
|
|
@@ -1186,82 +1287,72 @@ export interface BorderProps {
|
|
|
1186
1287
|
*/
|
|
1187
1288
|
border?: BorderShorthand;
|
|
1188
1289
|
/**
|
|
1189
|
-
*
|
|
1190
|
-
*
|
|
1191
|
-
* If set, it takes precedence over the `border` property's width.
|
|
1192
|
-
*
|
|
1193
|
-
* Like CSS, up to 4 values can be specified.
|
|
1194
|
-
*
|
|
1195
|
-
* If one value is specified, it applies to all sides.
|
|
1290
|
+
* Controls the thickness of the border on all sides. When set, this overrides the width value specified in the `border` property.
|
|
1196
1291
|
*
|
|
1197
|
-
*
|
|
1198
|
-
*
|
|
1199
|
-
*
|
|
1200
|
-
*
|
|
1201
|
-
*
|
|
1292
|
+
* Supports [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) for specifying different widths per side:
|
|
1293
|
+
* - One value: applies to all sides
|
|
1294
|
+
* - Two values: applies to block sides (top/bottom) and inline sides (left/right) respectively
|
|
1295
|
+
* - Three values: applies to block-start (top), inline sides (left/right), and block-end (bottom) respectively
|
|
1296
|
+
* - Four values: applies to block-start (top), inline-end (right), block-end (bottom), and inline-start (left) respectively
|
|
1202
1297
|
*
|
|
1203
1298
|
* @default '' - meaning no override
|
|
1204
1299
|
*/
|
|
1205
1300
|
borderWidth?: MaybeAllValuesShorthandProperty<BorderSizeKeyword> | "";
|
|
1206
1301
|
/**
|
|
1207
|
-
*
|
|
1208
|
-
*
|
|
1209
|
-
* If set, it takes precedence over the `border` property's style.
|
|
1210
|
-
*
|
|
1211
|
-
* Like CSS, up to 4 values can be specified.
|
|
1302
|
+
* Controls the visual style of the border on all sides, such as solid, dashed, or dotted.
|
|
1212
1303
|
*
|
|
1213
|
-
*
|
|
1304
|
+
* When set, this overrides the style value specified in the `border` property.
|
|
1214
1305
|
*
|
|
1215
|
-
*
|
|
1216
|
-
*
|
|
1217
|
-
*
|
|
1218
|
-
*
|
|
1219
|
-
*
|
|
1306
|
+
* Supports [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) for specifying different styles per side:
|
|
1307
|
+
* - One value: applies to all sides
|
|
1308
|
+
* - Two values: applies to block sides (top/bottom) and inline sides (left/right) respectively
|
|
1309
|
+
* - Three values: applies to block-start (top), inline sides (left/right), and block-end (bottom) respectively
|
|
1310
|
+
* - Four values: applies to block-start (top), inline-end (right), block-end (bottom), and inline-start (left) respectively
|
|
1220
1311
|
*
|
|
1221
1312
|
* @default '' - meaning no override
|
|
1222
1313
|
*/
|
|
1223
1314
|
borderStyle?: MaybeAllValuesShorthandProperty<BorderStyleKeyword> | "";
|
|
1224
1315
|
/**
|
|
1225
|
-
*
|
|
1316
|
+
* Controls the color of the border using the design system's color scale.
|
|
1226
1317
|
*
|
|
1227
|
-
*
|
|
1318
|
+
* When set, this overrides the color value specified in the `border` property.
|
|
1319
|
+
* Choose from `subdued`, `base`, or `strong` to match the visual emphasis needed.
|
|
1228
1320
|
*
|
|
1229
1321
|
* @default '' - meaning no override
|
|
1230
1322
|
*/
|
|
1231
1323
|
borderColor?: ColorKeyword | "";
|
|
1232
1324
|
/**
|
|
1233
|
-
*
|
|
1234
|
-
*
|
|
1235
|
-
* [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) is
|
|
1236
|
-
* supported. Note that, contrary to the CSS, it uses flow-relative values and the order is:
|
|
1325
|
+
* Controls the roundedness of the element's corners using the design system's radius scale.
|
|
1237
1326
|
*
|
|
1238
|
-
* -
|
|
1239
|
-
* -
|
|
1240
|
-
* -
|
|
1327
|
+
* Supports [1-to-4-value syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box) using flow-relative values:
|
|
1328
|
+
* - One value: applies to all corners
|
|
1329
|
+
* - Two values: applies to start corners (top-left & bottom-right) and end corners (top-right & bottom-left) respectively
|
|
1330
|
+
* - Three values: applies to start-start (top-left), end corners (top-right & bottom-left), and end-end (bottom-right) respectively
|
|
1331
|
+
* - Four values: applies to start-start (top-left), start-end (top-right), end-end (bottom-right), and end-start (bottom-left) respectively
|
|
1241
1332
|
*
|
|
1242
|
-
*
|
|
1243
|
-
* - `small-100
|
|
1244
|
-
* - `small-100 none
|
|
1245
|
-
* - `small-100 none large-100
|
|
1246
|
-
* - `small-100 none large-100
|
|
1333
|
+
* Examples:
|
|
1334
|
+
* - `small-100`: All corners have `small-100` radius
|
|
1335
|
+
* - `small-100 none`: Top-left and bottom-right are `small-100`, top-right and bottom-left are `none`
|
|
1336
|
+
* - `small-100 none large-100`: Top-left is `small-100`, top-right and bottom-left are `none`, bottom-right is `large-100`
|
|
1337
|
+
* - `small-100 none large-100 base`: Each corner has its specified radius value
|
|
1247
1338
|
*
|
|
1248
1339
|
* @defaultValue 'none'
|
|
1249
1340
|
*/
|
|
1250
1341
|
borderRadius?: MaybeAllValuesShorthandProperty<BorderRadiusKeyword>;
|
|
1251
1342
|
}
|
|
1343
|
+
/** @publicDocs */
|
|
1252
1344
|
export interface OverflowProps {
|
|
1253
1345
|
/**
|
|
1254
1346
|
* Sets the overflow behavior of the element.
|
|
1255
1347
|
*
|
|
1256
|
-
* - `
|
|
1257
|
-
* The element will not be scrollable and
|
|
1258
|
-
* to access the clipped content by dragging or using a scroll wheel on a mouse.
|
|
1259
|
-
* - `visible`: the content that extends beyond the element’s container is visible.
|
|
1348
|
+
* - `visible`: The content that extends beyond the element’s container is visible.
|
|
1349
|
+
* - `hidden`: Clips the content when it is larger than the element’s container. The element will not be scrollable and users will not be able to access the clipped content by dragging or using a scroll wheel on a mouse.
|
|
1260
1350
|
*
|
|
1261
1351
|
* @default 'visible'
|
|
1262
1352
|
*/
|
|
1263
1353
|
overflow?: "hidden" | "visible";
|
|
1264
1354
|
}
|
|
1355
|
+
/** @publicDocs */
|
|
1265
1356
|
export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundProps, DisplayProps, SizingProps, PaddingProps, BorderProps, OverflowProps {
|
|
1266
1357
|
/**
|
|
1267
1358
|
* The content of the Box.
|
|
@@ -1275,17 +1366,19 @@ export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundPr
|
|
|
1275
1366
|
*/
|
|
1276
1367
|
accessibilityLabel?: string;
|
|
1277
1368
|
}
|
|
1369
|
+
/** @publicDocs */
|
|
1278
1370
|
export interface BaseBoxPropsWithRole extends BaseBoxProps, AccessibilityRoleProps {
|
|
1279
1371
|
}
|
|
1280
1372
|
interface BoxProps$1 extends BaseBoxPropsWithRole, GlobalProps {
|
|
1281
1373
|
}
|
|
1374
|
+
/** @publicDocs */
|
|
1282
1375
|
export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
|
|
1283
1376
|
/**
|
|
1284
|
-
* The
|
|
1377
|
+
* The behavioral type of the button component, which determines what action it performs when activated.
|
|
1285
1378
|
*
|
|
1286
|
-
* - `submit`:
|
|
1287
|
-
* - `button`:
|
|
1288
|
-
* - `reset`:
|
|
1379
|
+
* - `submit`: Submits the closest form.
|
|
1380
|
+
* - `button`: Performs no default action when activated.
|
|
1381
|
+
* - `reset`: Resets the closest form (returning fields to their default values).
|
|
1289
1382
|
*
|
|
1290
1383
|
* This property is ignored if the component supports `href` or `commandFor`/`command` and one of them is set.
|
|
1291
1384
|
*
|
|
@@ -1293,30 +1386,28 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1293
1386
|
*/
|
|
1294
1387
|
type?: "submit" | "button" | "reset";
|
|
1295
1388
|
/**
|
|
1296
|
-
*
|
|
1297
|
-
* This will be called before the action indicated by `type`.
|
|
1298
|
-
*
|
|
1299
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
|
|
1389
|
+
* A callback fired when the button is activated, before performing the action indicated by `type`. Learn more about the [click event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event).
|
|
1300
1390
|
*/
|
|
1301
1391
|
onClick?: (event: Event) => void;
|
|
1302
1392
|
/**
|
|
1303
|
-
*
|
|
1393
|
+
* Whether the button is disabled, preventing it from being clicked or receiving focus.
|
|
1304
1394
|
*
|
|
1305
1395
|
* @default false
|
|
1306
1396
|
*/
|
|
1307
1397
|
disabled?: boolean;
|
|
1308
1398
|
/**
|
|
1309
|
-
*
|
|
1399
|
+
* Whether the button is in a loading state, which replaces the button content with a loading indicator while a background action is being performed.
|
|
1310
1400
|
*
|
|
1311
|
-
* This also disables the
|
|
1401
|
+
* This also disables the button.
|
|
1312
1402
|
*
|
|
1313
1403
|
* @default false
|
|
1314
1404
|
*/
|
|
1315
1405
|
loading?: boolean;
|
|
1316
1406
|
}
|
|
1407
|
+
/** @publicDocs */
|
|
1317
1408
|
export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
|
|
1318
1409
|
/**
|
|
1319
|
-
* The URL to
|
|
1410
|
+
* The URL to navigate to when clicked. The `click` event fires first, then navigation occurs.
|
|
1320
1411
|
*
|
|
1321
1412
|
* - If set, it will navigate to the location specified by `href` after executing the `click` event.
|
|
1322
1413
|
* - If a `commandFor` is set, the `command` will be executed instead of the navigation.
|
|
@@ -1327,7 +1418,8 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1327
1418
|
*
|
|
1328
1419
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target
|
|
1329
1420
|
*
|
|
1330
|
-
*
|
|
1421
|
+
* - `auto`: Opens the URL using a target automatically determined based on the origin of the URL.
|
|
1422
|
+
* - `_blank`: Opens the URL in a new browsing context.
|
|
1331
1423
|
*
|
|
1332
1424
|
* @implementation Surfaces can set specific rules on how they handle each URL.
|
|
1333
1425
|
* @implementation It’s expected that the behavior of `auto` is as `_self` except in specific cases.
|
|
@@ -1343,115 +1435,117 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1343
1435
|
*/
|
|
1344
1436
|
download?: string;
|
|
1345
1437
|
/**
|
|
1346
|
-
*
|
|
1347
|
-
* This will be called before navigating to the location specified by `href`.
|
|
1348
|
-
*
|
|
1349
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
|
|
1438
|
+
* A callback fired when the link is activated, before navigating to the location specified by `href`. Learn more about the [click event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event).
|
|
1350
1439
|
*/
|
|
1351
1440
|
onClick?: (event: Event) => void;
|
|
1352
1441
|
}
|
|
1442
|
+
/** @publicDocs */
|
|
1353
1443
|
export interface InteractionProps {
|
|
1354
1444
|
/**
|
|
1355
|
-
* ID of
|
|
1445
|
+
* 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).
|
|
1356
1446
|
*
|
|
1357
|
-
*
|
|
1358
|
-
*
|
|
1359
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor
|
|
1447
|
+
* When both `commandFor` and `href` are set, `commandFor` takes precedence. The command runs and the link doesn't navigate.
|
|
1360
1448
|
*/
|
|
1361
1449
|
commandFor?: string;
|
|
1362
1450
|
/**
|
|
1363
|
-
* Sets the action the `commandFor` should take when this
|
|
1451
|
+
* Sets the action the `commandFor` target should take when this component is activated.
|
|
1364
1452
|
*
|
|
1365
|
-
*
|
|
1453
|
+
* - `--auto`: Performs the default action for the target component.
|
|
1454
|
+
* - `--show`: Displays the target component.
|
|
1455
|
+
* - `--hide`: Conceals the target component.
|
|
1456
|
+
* - `--toggle`: Alternates the target component.
|
|
1457
|
+
* - `--copy`: Copies the target ClipboardItem.
|
|
1366
1458
|
*
|
|
1367
|
-
*
|
|
1368
|
-
* - `--show`: shows the target component.
|
|
1369
|
-
* - `--hide`: hides the target component.
|
|
1370
|
-
* - `--toggle`: toggles the target component.
|
|
1371
|
-
* - `--copy`: copies the target ClipboardItem.
|
|
1459
|
+
* Learn more about the [`command` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command).
|
|
1372
1460
|
*
|
|
1373
1461
|
* @default '--auto'
|
|
1374
|
-
*
|
|
1375
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
|
|
1376
1462
|
*/
|
|
1377
1463
|
command?: "--auto" | "--show" | "--hide" | "--toggle" | "--copy";
|
|
1378
1464
|
/**
|
|
1379
|
-
* ID of
|
|
1465
|
+
* The ID of the component to show when users hover over or focus on this component. Pair with a target component that supports interest-based interactions. Learn more about the [interestFor attribute](https://open-ui.org/components/interest-invokers.explainer/#the-pitch-in-code).
|
|
1380
1466
|
*/
|
|
1381
1467
|
interestFor?: string;
|
|
1382
1468
|
}
|
|
1469
|
+
/** @publicDocs */
|
|
1383
1470
|
export interface BaseClickableProps extends ButtonBehaviorProps, LinkBehaviorProps {
|
|
1384
1471
|
}
|
|
1385
1472
|
interface ButtonProps$1 extends GlobalProps, BaseClickableProps {
|
|
1386
1473
|
/**
|
|
1387
|
-
* A label that describes the purpose or
|
|
1388
|
-
*
|
|
1389
|
-
* Use this when using only an icon or the Button text is not enough context
|
|
1390
|
-
* for users using assistive technologies.
|
|
1474
|
+
* A label that describes the purpose or content of the button for users of assistive technologies such as screen readers. Use this when the visible content alone doesn't provide enough context.
|
|
1391
1475
|
*/
|
|
1392
1476
|
accessibilityLabel?: string;
|
|
1393
1477
|
/**
|
|
1394
|
-
* The content
|
|
1478
|
+
* The content displayed within the button component.
|
|
1395
1479
|
*/
|
|
1396
1480
|
children?: ComponentChildren;
|
|
1397
1481
|
/**
|
|
1398
|
-
*
|
|
1482
|
+
* An icon displayed inside the button, typically positioned before the button text.
|
|
1399
1483
|
*
|
|
1400
1484
|
* @default ''
|
|
1401
1485
|
*/
|
|
1402
1486
|
icon?: IconType | AnyString;
|
|
1403
1487
|
/**
|
|
1404
|
-
* The
|
|
1488
|
+
* The inline width of the button component.
|
|
1405
1489
|
*
|
|
1406
|
-
* - `auto`:
|
|
1407
|
-
* - `fill`:
|
|
1408
|
-
* - `fit-content`:
|
|
1490
|
+
* - `auto`: The size depends on the surface and context.
|
|
1491
|
+
* - `fill`: The button takes up 100% of the available inline size.
|
|
1492
|
+
* - `fit-content`: The button takes up the minimum inline-size required to fit its content.
|
|
1409
1493
|
*
|
|
1410
1494
|
* @default 'auto'
|
|
1411
1495
|
*/
|
|
1412
1496
|
inlineSize?: "auto" | "fill" | "fit-content";
|
|
1413
1497
|
/**
|
|
1414
|
-
*
|
|
1498
|
+
* The visual style variant of the button component, which controls its prominence and emphasis.
|
|
1499
|
+
*
|
|
1500
|
+
* - `'auto'`: Automatically determined by the button's context.
|
|
1501
|
+
* - `'primary'`: High-emphasis style for the main action.
|
|
1502
|
+
* - `'secondary'`: Medium-emphasis style for supporting actions.
|
|
1503
|
+
* - `'tertiary'`: Low-emphasis style for less prominent actions.
|
|
1415
1504
|
*
|
|
1416
|
-
* @default 'auto'
|
|
1505
|
+
* @default 'auto'
|
|
1417
1506
|
*/
|
|
1418
1507
|
variant?: "auto" | "primary" | "secondary" | "tertiary";
|
|
1419
1508
|
/**
|
|
1420
|
-
*
|
|
1509
|
+
* The semantic meaning and color treatment of the button.
|
|
1510
|
+
*
|
|
1511
|
+
* - `'auto'`: Automatically determined based on context.
|
|
1512
|
+
* - `'neutral'`: General information without specific intent.
|
|
1513
|
+
* - `'critical'`: Urgent problems or destructive actions.
|
|
1421
1514
|
*
|
|
1422
1515
|
* @default 'auto'
|
|
1423
1516
|
*/
|
|
1424
1517
|
tone?: ToneKeyword;
|
|
1425
1518
|
/**
|
|
1426
|
-
*
|
|
1427
|
-
*
|
|
1428
|
-
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
|
|
1519
|
+
* The language of the button's text content. Use this when the button text is in a different language than the rest of the page, so assistive technologies can invoke the correct pronunciation.
|
|
1520
|
+
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) (`Subtag` label)
|
|
1429
1521
|
*/
|
|
1430
1522
|
lang?: string;
|
|
1431
1523
|
}
|
|
1524
|
+
/** @publicDocs */
|
|
1432
1525
|
export interface BaseInputProps {
|
|
1433
1526
|
/**
|
|
1434
|
-
*
|
|
1527
|
+
* The name attribute for the field, used to identify the field's value when the form is submitted. Must be unique within the nearest containing form.
|
|
1435
1528
|
*/
|
|
1436
1529
|
name?: string;
|
|
1437
1530
|
/**
|
|
1438
|
-
*
|
|
1531
|
+
* Whether the field is disabled, preventing any user interaction.
|
|
1439
1532
|
*
|
|
1440
1533
|
* @default false
|
|
1441
1534
|
*/
|
|
1442
1535
|
disabled?: boolean;
|
|
1443
1536
|
}
|
|
1537
|
+
/** @publicDocs */
|
|
1444
1538
|
export interface InputProps extends BaseInputProps {
|
|
1445
1539
|
/**
|
|
1446
|
-
*
|
|
1540
|
+
* A callback fired when the user has **finished editing** a field, such as when they blur the field or press Enter.
|
|
1447
1541
|
*
|
|
1448
1542
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
|
|
1449
1543
|
*/
|
|
1450
1544
|
onChange?: (event: Event) => void;
|
|
1451
1545
|
/**
|
|
1452
|
-
*
|
|
1546
|
+
* A callback fired when the user makes any changes in the field, such as typing a character.
|
|
1453
1547
|
*
|
|
1454
|
-
*
|
|
1548
|
+
* Learn more about the [input event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).
|
|
1455
1549
|
*/
|
|
1456
1550
|
onInput?: (event: Event) => void;
|
|
1457
1551
|
/**
|
|
@@ -1459,39 +1553,43 @@ export interface InputProps extends BaseInputProps {
|
|
|
1459
1553
|
*/
|
|
1460
1554
|
value?: string;
|
|
1461
1555
|
/**
|
|
1462
|
-
* The
|
|
1556
|
+
* The initial value of the field when it first loads. Unlike `placeholder`, this is a real value that the user can edit and that gets submitted with the form. Once the user starts typing, their input replaces this value.
|
|
1463
1557
|
*
|
|
1464
1558
|
* @implementation `defaultValue` reflects to the `value` attribute.
|
|
1465
1559
|
*/
|
|
1466
1560
|
defaultValue?: string;
|
|
1467
1561
|
}
|
|
1562
|
+
/** @publicDocs */
|
|
1468
1563
|
export interface MultipleInputProps extends BaseInputProps {
|
|
1469
1564
|
/**
|
|
1470
|
-
*
|
|
1565
|
+
* A callback fired when the user has selected one or more options.
|
|
1471
1566
|
*
|
|
1472
|
-
*
|
|
1567
|
+
* Learn more about the [change event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event).
|
|
1473
1568
|
*/
|
|
1474
1569
|
onChange?: (event: Event) => void;
|
|
1475
1570
|
/**
|
|
1476
|
-
*
|
|
1571
|
+
* A callback fired when the user selects or deselects options.
|
|
1477
1572
|
*
|
|
1478
|
-
*
|
|
1573
|
+
* Learn more about the [input event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).
|
|
1479
1574
|
*/
|
|
1480
1575
|
onInput?: (event: Event) => void;
|
|
1481
1576
|
/**
|
|
1482
|
-
* An array of
|
|
1577
|
+
* An array of `value` attributes for the currently selected options.
|
|
1483
1578
|
*
|
|
1484
1579
|
* This is a convenience prop for setting the `selected` prop on child options.
|
|
1580
|
+
*
|
|
1581
|
+
* Form data captures the selected value strings only. Complex nested content inside choices is for display purposes and isn't included in form submissions.
|
|
1485
1582
|
*/
|
|
1486
1583
|
values?: string[];
|
|
1487
1584
|
}
|
|
1585
|
+
/** @publicDocs */
|
|
1488
1586
|
export interface FileInputProps extends BaseInputProps {
|
|
1489
1587
|
/**
|
|
1490
|
-
*
|
|
1588
|
+
* A callback fired when the user has finished selecting one or more files.
|
|
1491
1589
|
*/
|
|
1492
1590
|
onChange?: (event: Event) => void;
|
|
1493
1591
|
/**
|
|
1494
|
-
*
|
|
1592
|
+
* A callback fired when the user makes any changes to the file selection.
|
|
1495
1593
|
*/
|
|
1496
1594
|
onInput?: (event: Event) => void;
|
|
1497
1595
|
/**
|
|
@@ -1514,13 +1612,14 @@ export interface FileInputProps extends BaseInputProps {
|
|
|
1514
1612
|
*/
|
|
1515
1613
|
files?: readonly File[];
|
|
1516
1614
|
}
|
|
1615
|
+
/** @publicDocs */
|
|
1517
1616
|
export interface FieldErrorProps {
|
|
1518
1617
|
/**
|
|
1519
|
-
*
|
|
1520
|
-
* to communicate problems that have to be resolved immediately.
|
|
1618
|
+
* An error message displayed below the field to indicate validation problems. When set, the field is styled with error indicators and the message is announced to screen readers.
|
|
1521
1619
|
*/
|
|
1522
1620
|
error?: string;
|
|
1523
1621
|
}
|
|
1622
|
+
/** @publicDocs */
|
|
1524
1623
|
export interface BasicFieldProps extends FieldErrorProps, LabelAccessibilityVisibilityProps {
|
|
1525
1624
|
/**
|
|
1526
1625
|
* Whether the field needs a value. This requirement adds semantic value
|
|
@@ -1532,10 +1631,11 @@ export interface BasicFieldProps extends FieldErrorProps, LabelAccessibilityVisi
|
|
|
1532
1631
|
*/
|
|
1533
1632
|
required?: boolean;
|
|
1534
1633
|
/**
|
|
1535
|
-
*
|
|
1634
|
+
* The text displayed as the field label, which identifies the purpose of the field to users. This label is associated with the field for accessibility and helps users understand what information to provide.
|
|
1536
1635
|
*/
|
|
1537
1636
|
label?: string;
|
|
1538
1637
|
}
|
|
1638
|
+
/** @publicDocs */
|
|
1539
1639
|
export interface FieldDetailsProps {
|
|
1540
1640
|
/**
|
|
1541
1641
|
* Additional text to provide context or guidance for the field.
|
|
@@ -1546,27 +1646,30 @@ export interface FieldDetailsProps {
|
|
|
1546
1646
|
*/
|
|
1547
1647
|
details?: string;
|
|
1548
1648
|
}
|
|
1649
|
+
/** @publicDocs */
|
|
1549
1650
|
export interface FieldProps extends BasicFieldProps, InputProps, FocusEventProps, FieldDetailsProps {
|
|
1550
1651
|
/**
|
|
1551
|
-
*
|
|
1652
|
+
* The placeholder text displayed in the field when it's empty, providing a hint about the expected input format or value.
|
|
1552
1653
|
*/
|
|
1553
1654
|
placeholder?: string;
|
|
1554
1655
|
}
|
|
1656
|
+
/** @publicDocs */
|
|
1555
1657
|
export interface BaseTextFieldProps extends FieldProps {
|
|
1556
1658
|
/**
|
|
1557
|
-
*
|
|
1659
|
+
* Whether the field is read-only and can't be edited. Read-only fields remain focusable and their content is announced by screen readers.
|
|
1558
1660
|
*
|
|
1559
1661
|
* @default false
|
|
1560
1662
|
*/
|
|
1561
1663
|
readOnly?: boolean;
|
|
1562
1664
|
}
|
|
1665
|
+
/** @publicDocs */
|
|
1563
1666
|
export interface FieldDecorationProps {
|
|
1564
1667
|
/**
|
|
1565
1668
|
* A value to be displayed immediately after the editable portion of the field.
|
|
1566
1669
|
*
|
|
1567
1670
|
* This is useful for displaying an implied part of the value, such as "@shopify.com", or "%".
|
|
1568
1671
|
*
|
|
1569
|
-
* This
|
|
1672
|
+
* This can't be edited by the user, and it isn't included in the value of the field.
|
|
1570
1673
|
*
|
|
1571
1674
|
* It may not be displayed until the user has interacted with the input.
|
|
1572
1675
|
* For example, an inline label may take the place of the suffix until the user focuses the input.
|
|
@@ -1579,7 +1682,7 @@ export interface FieldDecorationProps {
|
|
|
1579
1682
|
*
|
|
1580
1683
|
* This is useful for displaying an implied part of the value, such as "https://" or "+353".
|
|
1581
1684
|
*
|
|
1582
|
-
* This
|
|
1685
|
+
* This can't be edited by the user, and it isn't included in the value of the field.
|
|
1583
1686
|
*
|
|
1584
1687
|
* It may not be displayed until the user has interacted with the input.
|
|
1585
1688
|
* For example, an inline label may take the place of the prefix until the user focuses the input.
|
|
@@ -1599,6 +1702,7 @@ export interface FieldDecorationProps {
|
|
|
1599
1702
|
*/
|
|
1600
1703
|
accessory?: ComponentChildren;
|
|
1601
1704
|
}
|
|
1705
|
+
/** @publicDocs */
|
|
1602
1706
|
export interface NumberConstraintsProps {
|
|
1603
1707
|
/**
|
|
1604
1708
|
* The highest decimal or integer to be accepted for the field.
|
|
@@ -1641,6 +1745,7 @@ export interface NumberConstraintsProps {
|
|
|
1641
1745
|
*/
|
|
1642
1746
|
controls?: "auto" | "stepper" | "none";
|
|
1643
1747
|
}
|
|
1748
|
+
/** @publicDocs */
|
|
1644
1749
|
export interface MinMaxLengthProps {
|
|
1645
1750
|
/**
|
|
1646
1751
|
* Specifies the maximum number of characters allowed.
|
|
@@ -1649,12 +1754,13 @@ export interface MinMaxLengthProps {
|
|
|
1649
1754
|
*/
|
|
1650
1755
|
maxLength?: number;
|
|
1651
1756
|
/**
|
|
1652
|
-
* Specifies the
|
|
1757
|
+
* Specifies the minimum number of characters allowed.
|
|
1653
1758
|
*
|
|
1654
1759
|
* @default 0
|
|
1655
1760
|
*/
|
|
1656
1761
|
minLength?: number;
|
|
1657
1762
|
}
|
|
1763
|
+
/** @publicDocs */
|
|
1658
1764
|
export interface BaseSelectableProps {
|
|
1659
1765
|
/**
|
|
1660
1766
|
* A label used for users using assistive technologies like screen readers. When set, any children or `label` supplied will not be announced.
|
|
@@ -1662,7 +1768,7 @@ export interface BaseSelectableProps {
|
|
|
1662
1768
|
*/
|
|
1663
1769
|
accessibilityLabel?: string;
|
|
1664
1770
|
/**
|
|
1665
|
-
*
|
|
1771
|
+
* Whether the control is disabled, preventing any user interaction.
|
|
1666
1772
|
*
|
|
1667
1773
|
* @default false
|
|
1668
1774
|
*/
|
|
@@ -1672,15 +1778,16 @@ export interface BaseSelectableProps {
|
|
|
1672
1778
|
*/
|
|
1673
1779
|
value?: string;
|
|
1674
1780
|
}
|
|
1781
|
+
/** @publicDocs */
|
|
1675
1782
|
export interface BaseOptionProps extends BaseSelectableProps {
|
|
1676
1783
|
/**
|
|
1677
|
-
* Whether the control is
|
|
1784
|
+
* Whether the control is currently selected.
|
|
1678
1785
|
*
|
|
1679
1786
|
* @default false
|
|
1680
1787
|
*/
|
|
1681
1788
|
selected?: boolean;
|
|
1682
1789
|
/**
|
|
1683
|
-
* Whether the control is
|
|
1790
|
+
* Whether the control is selected by default.
|
|
1684
1791
|
*
|
|
1685
1792
|
* @implementation `defaultSelected` reflects to the `selected` attribute.
|
|
1686
1793
|
*
|
|
@@ -1688,19 +1795,20 @@ export interface BaseOptionProps extends BaseSelectableProps {
|
|
|
1688
1795
|
*/
|
|
1689
1796
|
defaultSelected?: boolean;
|
|
1690
1797
|
}
|
|
1798
|
+
/** @publicDocs */
|
|
1691
1799
|
export interface BaseCheckableProps extends BaseSelectableProps, InteractionProps {
|
|
1692
1800
|
/**
|
|
1693
|
-
*
|
|
1801
|
+
* The text displayed as the control label, which identifies the purpose of the control to users. This label is associated with the control for accessibility.
|
|
1694
1802
|
*/
|
|
1695
1803
|
label?: string;
|
|
1696
1804
|
/**
|
|
1697
|
-
* Whether the control is
|
|
1805
|
+
* Whether the control is currently checked.
|
|
1698
1806
|
*
|
|
1699
1807
|
* @default false
|
|
1700
1808
|
*/
|
|
1701
1809
|
checked?: boolean;
|
|
1702
1810
|
/**
|
|
1703
|
-
* Whether the control is
|
|
1811
|
+
* Whether the control is checked by default.
|
|
1704
1812
|
*
|
|
1705
1813
|
* @implementation `defaultChecked` reflects to the `checked` attribute.
|
|
1706
1814
|
*
|
|
@@ -1708,8 +1816,7 @@ export interface BaseCheckableProps extends BaseSelectableProps, InteractionProp
|
|
|
1708
1816
|
*/
|
|
1709
1817
|
defaultChecked?: boolean;
|
|
1710
1818
|
/**
|
|
1711
|
-
*
|
|
1712
|
-
* containing `Form` component.
|
|
1819
|
+
* The name attribute for the control, used to identify its value when the form is submitted. Must be unique within the nearest containing form.
|
|
1713
1820
|
*/
|
|
1714
1821
|
name?: string;
|
|
1715
1822
|
/**
|
|
@@ -1755,27 +1862,34 @@ interface CheckboxProps$1 extends GlobalProps, BaseCheckableProps, FieldErrorPro
|
|
|
1755
1862
|
* If you want to present an error when this field is empty, you can do
|
|
1756
1863
|
* so with the `error` property.
|
|
1757
1864
|
*
|
|
1865
|
+
* Adds semantic meaning for accessibility. Doesn't trigger automatic validation or display an error. Implement validation logic yourself and use the `error` prop to show results.
|
|
1866
|
+
*
|
|
1758
1867
|
* @default false
|
|
1759
1868
|
*/
|
|
1760
1869
|
required?: boolean;
|
|
1761
1870
|
}
|
|
1871
|
+
/** @publicDocs */
|
|
1762
1872
|
export interface ChipProps$1 {
|
|
1763
1873
|
/**
|
|
1764
|
-
* The content
|
|
1874
|
+
* The text content displayed within the chip.
|
|
1765
1875
|
*/
|
|
1766
1876
|
children?: ComponentChildren;
|
|
1767
1877
|
/**
|
|
1768
|
-
* The graphic
|
|
1878
|
+
* The graphic element (typically an icon) displayed inside the chip.
|
|
1769
1879
|
*
|
|
1770
1880
|
* @implementation Only `s-icon` is supported.
|
|
1771
1881
|
*/
|
|
1772
1882
|
graphic?: ComponentChildren;
|
|
1773
1883
|
/**
|
|
1774
|
-
* A label that describes the purpose or
|
|
1884
|
+
* A label that describes the purpose or content of the component for assistive technologies like screen readers. Use this to provide additional context when the visible content alone doesn't clearly convey the component's purpose.
|
|
1775
1885
|
*/
|
|
1776
1886
|
accessibilityLabel?: string;
|
|
1777
1887
|
/**
|
|
1778
|
-
*
|
|
1888
|
+
* The color emphasis level that controls visual intensity.
|
|
1889
|
+
*
|
|
1890
|
+
* - `subdued`: Deemphasized color for secondary text, supporting labels, and less critical interface elements.
|
|
1891
|
+
* - `base`: Primary color for body text, standard UI elements, and general content with good readability.
|
|
1892
|
+
* - `strong`: Emphasized color for headings, key labels, and interactive elements that need prominence.
|
|
1779
1893
|
*
|
|
1780
1894
|
* @default 'base'
|
|
1781
1895
|
*/
|
|
@@ -1806,13 +1920,13 @@ interface ChoiceProps$1 extends GlobalProps, BaseOptionProps {
|
|
|
1806
1920
|
*/
|
|
1807
1921
|
details?: ComponentChildren;
|
|
1808
1922
|
/**
|
|
1809
|
-
*
|
|
1923
|
+
* Whether this choice is associated with the error state of the parent choice list. When `true`, the choice is visually marked as having an error.
|
|
1810
1924
|
*
|
|
1811
1925
|
* @default false
|
|
1812
1926
|
*/
|
|
1813
1927
|
error?: boolean;
|
|
1814
1928
|
/**
|
|
1815
|
-
*
|
|
1929
|
+
* Additional text or elements displayed below the choice label, providing extra context or detail to help users make a selection.
|
|
1816
1930
|
*/
|
|
1817
1931
|
secondaryContent?: ComponentChildren;
|
|
1818
1932
|
/**
|
|
@@ -1836,7 +1950,7 @@ interface ChoiceListProps$1 extends GlobalProps, Pick<BasicFieldProps, "label" |
|
|
|
1836
1950
|
*/
|
|
1837
1951
|
children?: ComponentChildren;
|
|
1838
1952
|
/**
|
|
1839
|
-
*
|
|
1953
|
+
* Whether the field is disabled, preventing any user interaction.
|
|
1840
1954
|
*
|
|
1841
1955
|
* `disabled` on any child choices is ignored when this is true.
|
|
1842
1956
|
*
|
|
@@ -1852,6 +1966,8 @@ interface ChoiceListProps$1 extends GlobalProps, Pick<BasicFieldProps, "label" |
|
|
|
1852
1966
|
* - `block`: The choices are displayed on the block axis.
|
|
1853
1967
|
* - `grid`: The choices are displayed in a grid.
|
|
1854
1968
|
*
|
|
1969
|
+
* The selected content slot is supported only in the default (stacked) variant. `inline` and `grid` ignore it.
|
|
1970
|
+
*
|
|
1855
1971
|
* @implementation The `block`, `inline` and `grid` variants are more suitable for button looking choices, but it's at the
|
|
1856
1972
|
* discretion of each surface.
|
|
1857
1973
|
*
|
|
@@ -1869,7 +1985,7 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
|
|
|
1869
1985
|
/**
|
|
1870
1986
|
* Disables the clickable, meaning it cannot be clicked or receive focus.
|
|
1871
1987
|
*
|
|
1872
|
-
* In this state,
|
|
1988
|
+
* In this state, the `click` event will not fire.
|
|
1873
1989
|
* If the click event originates from a child element, the event will immediately stop propagating from this element.
|
|
1874
1990
|
*
|
|
1875
1991
|
* However, items within the clickable can still receive focus and be interacted with.
|
|
@@ -1879,9 +1995,8 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
|
|
|
1879
1995
|
*/
|
|
1880
1996
|
disabled?: BaseClickableProps["disabled"];
|
|
1881
1997
|
/**
|
|
1882
|
-
*
|
|
1883
|
-
*
|
|
1884
|
-
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
|
|
1998
|
+
* The language of the button's text content. Use this when the button text is in a different language than the rest of the page, so assistive technologies can invoke the correct pronunciation.
|
|
1999
|
+
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) (`Subtag` label)
|
|
1885
2000
|
*
|
|
1886
2001
|
* @default ''
|
|
1887
2002
|
*/
|
|
@@ -1889,23 +2004,21 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
|
|
|
1889
2004
|
}
|
|
1890
2005
|
interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
|
|
1891
2006
|
/**
|
|
1892
|
-
*
|
|
2007
|
+
* A callback fired when the chip is clicked. Learn more about the [click event](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event).
|
|
1893
2008
|
*/
|
|
1894
2009
|
onClick?: (event: Event) => void;
|
|
1895
2010
|
/**
|
|
1896
|
-
* The URL to link to.
|
|
1897
|
-
*
|
|
1898
|
-
* - If set, it will navigate to the location specified by `href` after executing the `click` event.
|
|
2011
|
+
* The URL to link to. When set, the chip navigates to the specified location after the `click` event fires.
|
|
1899
2012
|
*/
|
|
1900
2013
|
href?: string;
|
|
1901
2014
|
/**
|
|
1902
|
-
* Whether the chip
|
|
2015
|
+
* Whether the chip displays a remove button, allowing users to dismiss it. When `true`, clicking the remove button fires the `remove` event.
|
|
1903
2016
|
*
|
|
1904
2017
|
* @default false
|
|
1905
2018
|
*/
|
|
1906
2019
|
removable?: boolean;
|
|
1907
2020
|
/**
|
|
1908
|
-
*
|
|
2021
|
+
* A callback fired when the chip is removed by the user clicking the remove button.
|
|
1909
2022
|
*/
|
|
1910
2023
|
onRemove?: (event: Event) => void;
|
|
1911
2024
|
/**
|
|
@@ -1917,11 +2030,13 @@ interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
|
|
|
1917
2030
|
*
|
|
1918
2031
|
* If the chip is not `removable`, it can still be hidden by setting this property.
|
|
1919
2032
|
*
|
|
2033
|
+
* When using the `removable` variant, keep `hidden` synced with your app state. If `hidden` isn't updated after the chip is removed, the chip can become permanently hidden.
|
|
2034
|
+
*
|
|
1920
2035
|
* @default false
|
|
1921
2036
|
*/
|
|
1922
2037
|
hidden?: boolean;
|
|
1923
2038
|
/**
|
|
1924
|
-
*
|
|
2039
|
+
* A callback fired when the chip has fully hidden after a removal animation.
|
|
1925
2040
|
*
|
|
1926
2041
|
* The `hidden` property will be `true` when this event fires.
|
|
1927
2042
|
*
|
|
@@ -1931,7 +2046,7 @@ interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
|
|
|
1931
2046
|
*/
|
|
1932
2047
|
onAfterHide?: (event: Event) => void;
|
|
1933
2048
|
/**
|
|
1934
|
-
* Disables the chip,
|
|
2049
|
+
* Disables the chip, preventing all user interaction including clicks and removal. Disabled chips are visually dimmed to indicate they are not interactive.
|
|
1935
2050
|
*
|
|
1936
2051
|
* @default false
|
|
1937
2052
|
*/
|
|
@@ -1941,6 +2056,8 @@ interface ClipboardItemProps$1 extends GlobalProps {
|
|
|
1941
2056
|
/**
|
|
1942
2057
|
* Plain text to be written to the clipboard.
|
|
1943
2058
|
*
|
|
2059
|
+
* Rich text, HTML, and binary content aren't supported.
|
|
2060
|
+
*
|
|
1944
2061
|
* @default ''
|
|
1945
2062
|
*/
|
|
1946
2063
|
text?: string;
|
|
@@ -1953,9 +2070,10 @@ interface ClipboardItemProps$1 extends GlobalProps {
|
|
|
1953
2070
|
*/
|
|
1954
2071
|
onCopyError?: (event: Event) => void;
|
|
1955
2072
|
}
|
|
2073
|
+
/** @publicDocs */
|
|
1956
2074
|
export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteField> {
|
|
1957
2075
|
/**
|
|
1958
|
-
* A hint
|
|
2076
|
+
* A hint about the intended content of the field for browser autofill.
|
|
1959
2077
|
*
|
|
1960
2078
|
* When set to `on` (the default), this property indicates that the field should support
|
|
1961
2079
|
* autofill, but you do not have any more semantic information on the intended
|
|
@@ -1982,35 +2100,47 @@ export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteFiel
|
|
|
1982
2100
|
*
|
|
1983
2101
|
* Commonly used when there are multiple fields with the same autocomplete needs
|
|
1984
2102
|
* in the same page. For example: 2 shipping address forms in the same page.
|
|
2103
|
+
* @publicDocs
|
|
1985
2104
|
*/
|
|
1986
2105
|
export type AutocompleteSection = `section-${string}`;
|
|
1987
2106
|
/**
|
|
1988
2107
|
* The contact information group the autocomplete data should be sourced from.
|
|
2108
|
+
* @publicDocs
|
|
1989
2109
|
*/
|
|
1990
2110
|
export type AutocompleteGroup = "shipping" | "billing";
|
|
1991
2111
|
/**
|
|
1992
2112
|
* The contact information subgroup the autocomplete data should be sourced from.
|
|
2113
|
+
* @publicDocs
|
|
1993
2114
|
*/
|
|
1994
2115
|
export type AutocompleteAddressGroup = "fax" | "home" | "mobile" | "pager";
|
|
2116
|
+
/** @publicDocs */
|
|
1995
2117
|
export type AnyAutocompleteField = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "current-password" | "email" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "new-password" | "nickname" | "one-time-code" | "organization-title" | "organization" | "photo" | "postal-code" | "sex" | "street-address" | "transaction-amount" | "transaction-currency" | "url" | "username" | "bday-day" | "bday-month" | "bday-year" | "bday" | "cc-additional-name" | "cc-expiry-month" | "cc-expiry-year" | "cc-expiry" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-csc" | "cc-type" | `${AutocompleteAddressGroup} email` | "impp" | `${AutocompleteAddressGroup} impp` | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`;
|
|
2118
|
+
/** @publicDocs */
|
|
1996
2119
|
export type TextAutocompleteField = ExtractStrict<AnyAutocompleteField, "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "country-name" | "country" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | "name" | "nickname" | "one-time-code" | "organization-title" | "organization" | "postal-code" | "sex" | "street-address" | "transaction-currency" | "username" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-type">;
|
|
2120
|
+
/**
|
|
2121
|
+
* The policy for which buyer consent is being collected. Used by the [consent checkbox](/docs/api/{API_NAME}/{API_VERSION}/web-components/forms/consent-checkbox) and [consent phone field](/docs/api/{API_NAME}/{API_VERSION}/web-components/forms/consent-phone-field) components to identify the type of marketing permission requested.
|
|
2122
|
+
* @publicDocs
|
|
2123
|
+
*/
|
|
1997
2124
|
export type ConsentPolicy = "sms-marketing";
|
|
1998
2125
|
interface ConsentCheckboxProps$1 extends GlobalProps, CheckboxProps$1 {
|
|
1999
2126
|
/**
|
|
2000
2127
|
* The policy for which user consent is being collected for.
|
|
2001
2128
|
*
|
|
2002
2129
|
* `sms-marketing`: Represents the policy for SMS marketing consent.
|
|
2130
|
+
*
|
|
2131
|
+
* Only `sms-marketing` is supported. Other consent policy types aren't available through this component.
|
|
2003
2132
|
*/
|
|
2004
2133
|
policy?: ConsentPolicy;
|
|
2005
2134
|
}
|
|
2135
|
+
/** @publicDocs */
|
|
2006
2136
|
export type PhoneAutocompleteField = ExtractStrict<AnyAutocompleteField, "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local-prefix" | "tel-local-suffix" | "tel-local" | "tel-national" | `${AutocompleteAddressGroup} tel` | `${AutocompleteAddressGroup} tel-area-code` | `${AutocompleteAddressGroup} tel-country-code` | `${AutocompleteAddressGroup} tel-extension` | `${AutocompleteAddressGroup} tel-local-prefix` | `${AutocompleteAddressGroup} tel-local-suffix` | `${AutocompleteAddressGroup} tel-local` | `${AutocompleteAddressGroup} tel-national`>;
|
|
2007
2137
|
interface PhoneFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<FieldDecorationProps, "accessory">, AutocompleteProps<PhoneAutocompleteField> {
|
|
2008
2138
|
/**
|
|
2009
|
-
* The type of number to collect.
|
|
2139
|
+
* The type of phone number to collect. Specific styling may be applied to each type to provide extra guidance to users. No additional validation is performed based on the type.
|
|
2010
2140
|
*
|
|
2011
|
-
*
|
|
2141
|
+
* Styling hint for the input keyboard. Doesn't validate the phone number format. Implement validation in your extension and use the `error` prop to show results.
|
|
2012
2142
|
*
|
|
2013
|
-
* @default ''
|
|
2143
|
+
* @default ''
|
|
2014
2144
|
*/
|
|
2015
2145
|
type?: "mobile" | "";
|
|
2016
2146
|
}
|
|
@@ -2019,6 +2149,8 @@ interface ConsentPhoneFieldProps$1 extends GlobalProps, PhoneFieldProps$1 {
|
|
|
2019
2149
|
* The policy for which user consent is being collected for.
|
|
2020
2150
|
*
|
|
2021
2151
|
* `sms-marketing`: Represents the policy for SMS marketing consent.
|
|
2152
|
+
*
|
|
2153
|
+
* Only `sms-marketing` is supported.
|
|
2022
2154
|
*/
|
|
2023
2155
|
policy?: ConsentPolicy;
|
|
2024
2156
|
}
|
|
@@ -2056,9 +2188,7 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
|
|
|
2056
2188
|
*/
|
|
2057
2189
|
type?: "single" | "multiple" | "range";
|
|
2058
2190
|
/**
|
|
2059
|
-
*
|
|
2060
|
-
*
|
|
2061
|
-
* A comma-separated list of dates, date ranges. Whitespace is allowed after commas.
|
|
2191
|
+
* Restricts which dates the user can select. Accepts a comma-separated list of dates and date ranges. Whitespace is allowed after commas.
|
|
2062
2192
|
*
|
|
2063
2193
|
* The default `''` allows all dates.
|
|
2064
2194
|
*
|
|
@@ -2074,6 +2204,8 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
|
|
|
2074
2204
|
* So `--2024` is equivalent to `--2024-12-31`.
|
|
2075
2205
|
* - Whitespace is allowed either side of `--`.
|
|
2076
2206
|
*
|
|
2207
|
+
* Comma-separated list of allowed dates in `YYYY-MM-DD` format.
|
|
2208
|
+
*
|
|
2077
2209
|
* @default ""
|
|
2078
2210
|
*
|
|
2079
2211
|
* @example
|
|
@@ -2101,6 +2233,8 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
|
|
|
2101
2233
|
* So `--2024` is equivalent to `--2024-12-31`.
|
|
2102
2234
|
* - Whitespace is allowed either side of `--`.
|
|
2103
2235
|
*
|
|
2236
|
+
* Comma-separated list of disallowed dates in `YYYY-MM-DD` format.
|
|
2237
|
+
*
|
|
2104
2238
|
* @default ""
|
|
2105
2239
|
*
|
|
2106
2240
|
* @example
|
|
@@ -2109,7 +2243,7 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
|
|
|
2109
2243
|
*/
|
|
2110
2244
|
disallow?: string;
|
|
2111
2245
|
/**
|
|
2112
|
-
*
|
|
2246
|
+
* Restricts which days of the week the user can select. Only dates that fall on an allowed day AND pass the `allow`/`disallow` filters are selectable. For example, setting `allowedDays` to `'mon, wed, fri'` with `allow` set to `'2024-06'` restricts selection to Mondays, Wednesdays, and Fridays in June 2024.
|
|
2113
2247
|
*
|
|
2114
2248
|
* A comma-separated list of days. Whitespace is allowed after commas.
|
|
2115
2249
|
*
|
|
@@ -2165,6 +2299,8 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
|
|
|
2165
2299
|
* - If `type="multiple"`, this is a comma-separated list of dates in `YYYY-MM-DD` format.
|
|
2166
2300
|
* - If `type="range"`, this is a range in `YYYY-MM-DD--YYYY-MM-DD` format. The range is inclusive.
|
|
2167
2301
|
*
|
|
2302
|
+
* Single dates use ISO 8601 format (`YYYY-MM-DD`); ranges use `YYYY-MM-DD--YYYY-MM-DD`. Locale-specific formats aren't supported.
|
|
2303
|
+
*
|
|
2168
2304
|
* @default ""
|
|
2169
2305
|
*/
|
|
2170
2306
|
value?: string;
|
|
@@ -2189,47 +2325,42 @@ interface DateFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<DatePic
|
|
|
2189
2325
|
*
|
|
2190
2326
|
* Disallowed dates are considered invalid.
|
|
2191
2327
|
*
|
|
2192
|
-
*
|
|
2193
|
-
*
|
|
2194
|
-
* The field is **not** validated on every change to the input. Once the buyer has signalled that
|
|
2328
|
+
* This callback fires only when the user finishes editing the date, right after the `change` callback.
|
|
2329
|
+
* The field isn’t validated on every change to the input. Once the user has signalled that
|
|
2195
2330
|
* they have finished editing the field (typically, by blurring the field), the field gets validated and the callback is run if the value is invalid.
|
|
2196
2331
|
*/
|
|
2197
2332
|
onInvalid?: (event: Event) => void;
|
|
2198
2333
|
}
|
|
2334
|
+
/** @publicDocs */
|
|
2199
2335
|
export type DateAutocompleteField = ExtractStrict<AnyAutocompleteField, "bday" | "bday-day" | "bday-month" | "bday-year" | "cc-expiry" | "cc-expiry-month" | "cc-expiry-year">;
|
|
2200
2336
|
interface DetailsProps$1 extends GlobalProps, ToggleEventProps {
|
|
2201
2337
|
/**
|
|
2202
|
-
* The content
|
|
2203
|
-
*
|
|
2204
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
|
|
2338
|
+
* The content displayed within the collapsible details section. This can include any elements that should be shown or hidden when the details component is toggled. Learn more about the [details element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details).
|
|
2205
2339
|
*/
|
|
2206
2340
|
children?: ComponentChildren;
|
|
2207
2341
|
/**
|
|
2208
|
-
*
|
|
2209
|
-
*
|
|
2210
|
-
* This can be used to create multiple named disclosure boxes that where only one can be open at a time.
|
|
2342
|
+
* The `name` attribute for the element. Use this to create multiple named disclosure groups where only one can be open at a time.
|
|
2211
2343
|
*
|
|
2212
|
-
*
|
|
2344
|
+
* Learn more about [multiple named disclosure boxes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#multiple_named_disclosure_boxes).
|
|
2213
2345
|
*/
|
|
2214
2346
|
name?: string;
|
|
2215
2347
|
/**
|
|
2216
|
-
* Whether the element is open.
|
|
2217
|
-
*
|
|
2218
|
-
* This does not reflect to any attribute.
|
|
2348
|
+
* Whether the element is currently open. Use this for controlled component patterns where your application manages the open state directly. This does not reflect to any attribute.
|
|
2219
2349
|
*
|
|
2220
2350
|
* @default false
|
|
2221
2351
|
*/
|
|
2222
2352
|
open?: boolean;
|
|
2223
2353
|
/**
|
|
2224
|
-
*
|
|
2225
|
-
*
|
|
2226
|
-
* This reflects to the `open` attribute.
|
|
2354
|
+
* Whether the element should be open when it first renders. This reflects to the `open` attribute and only takes effect on the initial render.
|
|
2227
2355
|
*
|
|
2228
2356
|
* @default false
|
|
2229
2357
|
*/
|
|
2230
2358
|
defaultOpen?: boolean;
|
|
2231
2359
|
/**
|
|
2232
|
-
*
|
|
2360
|
+
* The transition style used when toggling between open and closed states.
|
|
2361
|
+
*
|
|
2362
|
+
* - `none`: Switches states immediately without animation.
|
|
2363
|
+
* - `auto`: Uses the default animated transition.
|
|
2233
2364
|
*
|
|
2234
2365
|
* @default 'auto'
|
|
2235
2366
|
*/
|
|
@@ -2239,6 +2370,8 @@ interface DividerProps$1 extends GlobalProps {
|
|
|
2239
2370
|
/**
|
|
2240
2371
|
* Specify the direction of the divider. This uses [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).
|
|
2241
2372
|
*
|
|
2373
|
+
* Vertical dividers (`'block'` direction) require a parent with a defined height to render visibly.
|
|
2374
|
+
*
|
|
2242
2375
|
* @default 'inline'
|
|
2243
2376
|
*/
|
|
2244
2377
|
direction?: "inline" | "block";
|
|
@@ -2253,7 +2386,7 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps, BasicFieldProps {
|
|
|
2253
2386
|
/**
|
|
2254
2387
|
* A string representing the types of files that are accepted by the drop zone.
|
|
2255
2388
|
* This string is a comma-separated list of unique file type specifiers which can be one of the following:
|
|
2256
|
-
* - A file extension starting with a period (".") character (
|
|
2389
|
+
* - A file extension starting with a period (".") character (such as .jpg, .pdf, .doc)
|
|
2257
2390
|
* - A valid MIME type string with no extensions
|
|
2258
2391
|
*
|
|
2259
2392
|
* If omitted, all file types are accepted.
|
|
@@ -2280,8 +2413,12 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps, BasicFieldProps {
|
|
|
2280
2413
|
*/
|
|
2281
2414
|
onDropRejected?: (event: Event) => void;
|
|
2282
2415
|
}
|
|
2416
|
+
/**
|
|
2417
|
+
* Doesn't perform automatic format validation. Implement validation logic yourself and use the `error` prop to display results.
|
|
2418
|
+
*/
|
|
2283
2419
|
interface EmailFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<EmailAutocompleteField> {
|
|
2284
2420
|
}
|
|
2421
|
+
/** @publicDocs */
|
|
2285
2422
|
export type EmailAutocompleteField = ExtractStrict<AnyAutocompleteField, "email" | `${AutocompleteAddressGroup} email`>;
|
|
2286
2423
|
interface FormProps$1 extends GlobalProps {
|
|
2287
2424
|
/**
|
|
@@ -2311,7 +2448,9 @@ interface FormProps$1 extends GlobalProps {
|
|
|
2311
2448
|
*/
|
|
2312
2449
|
onReset?: (event: Event) => void;
|
|
2313
2450
|
}
|
|
2451
|
+
/** @publicDocs */
|
|
2314
2452
|
export type SpacingKeyword = SizeKeyword | "none";
|
|
2453
|
+
/** @publicDocs */
|
|
2315
2454
|
export interface GapProps {
|
|
2316
2455
|
/**
|
|
2317
2456
|
* Adjust spacing between elements.
|
|
@@ -2339,32 +2478,40 @@ export interface GapProps {
|
|
|
2339
2478
|
*/
|
|
2340
2479
|
columnGap?: MaybeResponsive<SpacingKeyword | "">;
|
|
2341
2480
|
}
|
|
2481
|
+
/** @publicDocs */
|
|
2342
2482
|
export type BaselinePosition = "baseline" | "first baseline" | "last baseline";
|
|
2483
|
+
/** @publicDocs */
|
|
2343
2484
|
export type ContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch";
|
|
2485
|
+
/** @publicDocs */
|
|
2344
2486
|
export type ContentPosition = "center" | "start" | "end";
|
|
2487
|
+
/** @publicDocs */
|
|
2345
2488
|
export type OverflowPosition = `unsafe ${ContentPosition}` | `safe ${ContentPosition}`;
|
|
2346
2489
|
/**
|
|
2347
2490
|
* 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.
|
|
2348
2491
|
*
|
|
2349
2492
|
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
|
|
2493
|
+
* @publicDocs
|
|
2350
2494
|
*/
|
|
2351
2495
|
export type JustifyItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
|
|
2352
2496
|
/**
|
|
2353
2497
|
* Align items sets the align-self value on all direct children as a group.
|
|
2354
2498
|
*
|
|
2355
2499
|
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
|
|
2500
|
+
* @publicDocs
|
|
2356
2501
|
*/
|
|
2357
2502
|
export type AlignItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
|
|
2358
2503
|
/**
|
|
2359
2504
|
* 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.
|
|
2360
2505
|
*
|
|
2361
2506
|
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
|
|
2507
|
+
* @publicDocs
|
|
2362
2508
|
*/
|
|
2363
2509
|
export type JustifyContentKeyword = "normal" | ContentDistribution | OverflowPosition | ContentPosition;
|
|
2364
2510
|
/**
|
|
2365
2511
|
*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.
|
|
2366
2512
|
*
|
|
2367
2513
|
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
|
|
2514
|
+
* @publicDocs
|
|
2368
2515
|
*/
|
|
2369
2516
|
export type AlignContentKeyword = "normal" | BaselinePosition | ContentDistribution | OverflowPosition | ContentPosition;
|
|
2370
2517
|
interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
|
|
@@ -2451,23 +2598,34 @@ interface GridItemProps$1 extends GlobalProps, BaseBoxPropsWithRole {
|
|
|
2451
2598
|
*/
|
|
2452
2599
|
gridRow?: `span ${number}` | "auto";
|
|
2453
2600
|
}
|
|
2601
|
+
/** @publicDocs */
|
|
2454
2602
|
export interface BaseTypographyProps {
|
|
2455
2603
|
/**
|
|
2456
|
-
*
|
|
2604
|
+
* The color emphasis level that controls visual intensity.
|
|
2605
|
+
*
|
|
2606
|
+
* - `subdued`: Deemphasized color for secondary text, supporting labels, and less critical interface elements.
|
|
2607
|
+
* - `base`: Primary color for body text, standard UI elements, and general content with good readability.
|
|
2608
|
+
* - `strong`: Emphasized color for headings, key labels, and interactive elements that need prominence.
|
|
2457
2609
|
*
|
|
2458
2610
|
* @default 'base'
|
|
2459
2611
|
*/
|
|
2460
2612
|
color?: ColorKeyword;
|
|
2461
2613
|
/**
|
|
2462
|
-
*
|
|
2614
|
+
* The semantic meaning and color treatment of the component.
|
|
2615
|
+
*
|
|
2616
|
+
* - `auto`: Automatically determined based on context.
|
|
2617
|
+
* - `neutral`: General information without specific intent.
|
|
2618
|
+
* - `info`: Informational content or helpful tips.
|
|
2619
|
+
* - `success`: Positive outcomes or successful states.
|
|
2620
|
+
* - `warning`: Important warnings about potential issues.
|
|
2621
|
+
* - `critical`: Urgent problems or destructive actions.
|
|
2622
|
+
* - `custom`: Custom styling controlled by your theme.
|
|
2463
2623
|
*
|
|
2464
2624
|
* @default 'auto'
|
|
2465
2625
|
*/
|
|
2466
2626
|
tone?: ToneKeyword;
|
|
2467
2627
|
/**
|
|
2468
|
-
* Set the numeric properties of the font.
|
|
2469
|
-
*
|
|
2470
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric
|
|
2628
|
+
* Set the numeric properties of the font. Learn more about the [font-variant-numeric property](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric).
|
|
2471
2629
|
*
|
|
2472
2630
|
* @default 'auto' - inherit from the parent element
|
|
2473
2631
|
*/
|
|
@@ -2485,22 +2643,21 @@ export interface BaseTypographyProps {
|
|
|
2485
2643
|
/**
|
|
2486
2644
|
* Indicates the directionality of the element’s text.
|
|
2487
2645
|
*
|
|
2488
|
-
* - `ltr`: languages written from left to right (
|
|
2489
|
-
* - `rtl`: languages written from right to left (
|
|
2490
|
-
* - `auto`:
|
|
2491
|
-
* - `
|
|
2646
|
+
* - `ltr`: The languages written from left to right (such as English).
|
|
2647
|
+
* - `rtl`: The languages written from right to left (such as Arabic).
|
|
2648
|
+
* - `auto`: The user agent determines the direction based on the content.
|
|
2649
|
+
* - `""`: The direction is inherited from parent elements (equivalent to not setting the attribute).
|
|
2492
2650
|
*
|
|
2493
|
-
*
|
|
2651
|
+
* Learn more about the [dir attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir).
|
|
2494
2652
|
*
|
|
2495
2653
|
* @default ''
|
|
2496
2654
|
*/
|
|
2497
2655
|
dir?: "ltr" | "rtl" | "auto" | "";
|
|
2498
2656
|
}
|
|
2657
|
+
/** @publicDocs */
|
|
2499
2658
|
export interface BlockTypographyProps {
|
|
2500
2659
|
/**
|
|
2501
|
-
* Truncates the text content to the specified number of lines.
|
|
2502
|
-
*
|
|
2503
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp
|
|
2660
|
+
* Truncates the text content to the specified number of lines. Learn more about the [-webkit-line-clamp property](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp).
|
|
2504
2661
|
*
|
|
2505
2662
|
* @default Infinity - no truncation is applied
|
|
2506
2663
|
*/
|
|
@@ -2508,7 +2665,7 @@ export interface BlockTypographyProps {
|
|
|
2508
2665
|
}
|
|
2509
2666
|
interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, BlockTypographyProps {
|
|
2510
2667
|
/**
|
|
2511
|
-
* The
|
|
2668
|
+
* The heading text displayed within the heading component, which provides a title or section header for content.
|
|
2512
2669
|
*/
|
|
2513
2670
|
children?: ComponentChildren;
|
|
2514
2671
|
/**
|
|
@@ -2530,94 +2687,111 @@ interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, Bloc
|
|
|
2530
2687
|
*/
|
|
2531
2688
|
accessibilityRole?: "heading" | ExtractStrict<AccessibilityRole, "presentation" | "none">;
|
|
2532
2689
|
}
|
|
2690
|
+
/**
|
|
2691
|
+
* The shared properties for the icon component. An icon displays a graphical symbol with configurable appearance, color, and semantic meaning.
|
|
2692
|
+
*/
|
|
2533
2693
|
interface IconProps$1 extends GlobalProps, Pick<InteractionProps, "interestFor"> {
|
|
2534
2694
|
/**
|
|
2535
|
-
*
|
|
2695
|
+
* The semantic meaning and color treatment of the icon.
|
|
2696
|
+
*
|
|
2697
|
+
* - `'info'`: Informational content or helpful tips.
|
|
2698
|
+
* - `'auto'`: Automatically determined based on context.
|
|
2699
|
+
* - `'neutral'`: General information without specific intent.
|
|
2700
|
+
* - `'success'`: Positive outcomes or successful states.
|
|
2701
|
+
* - `'warning'`: Important warnings about potential issues.
|
|
2702
|
+
* - `'critical'`: Urgent problems or destructive actions.
|
|
2703
|
+
* - `'custom'`: Inherits a custom color from its parent element's CSS.
|
|
2536
2704
|
*
|
|
2537
2705
|
* @default 'auto'
|
|
2538
2706
|
*/
|
|
2539
2707
|
tone?: ToneKeyword;
|
|
2540
2708
|
/**
|
|
2541
|
-
*
|
|
2709
|
+
* The color intensity of the icon. Use `'subdued'` for less intense, or `'base'` for standard coloring.
|
|
2542
2710
|
*
|
|
2543
2711
|
* @default 'base'
|
|
2544
2712
|
*/
|
|
2545
2713
|
color?: ColorKeyword;
|
|
2546
2714
|
/**
|
|
2547
|
-
*
|
|
2715
|
+
* The size of the icon.
|
|
2716
|
+
*
|
|
2717
|
+
* - `'base'`: Default size that works well for most use cases.
|
|
2718
|
+
* - `'small'`: Small icon for inline use within text or compact UI elements.
|
|
2719
|
+
* - `'small-200'`: Extra small icon for the most compact contexts.
|
|
2720
|
+
* - `'small-100'`: Small icon suitable for tight or dense layouts.
|
|
2721
|
+
* - `'large'`: Large icon for emphasis or prominent display.
|
|
2722
|
+
* - `'large-100'`: Extra large icon for maximum visual impact.
|
|
2548
2723
|
*
|
|
2549
2724
|
* @default 'base'
|
|
2550
2725
|
*/
|
|
2551
2726
|
size?: SizeKeyword;
|
|
2727
|
+
/**
|
|
2728
|
+
* The icon to display. Can be any icon name from the icon library or a custom string identifier.
|
|
2729
|
+
*/
|
|
2552
2730
|
type?: IconType | AnyString;
|
|
2553
2731
|
}
|
|
2732
|
+
/**
|
|
2733
|
+
* The shared base properties for image-based components. These properties are common to all components that display images, including the image and product thumbnail components. Properties include `alt` for accessibility text, `src` for the image URL, `sizes` for responsive sizing hints, and `srcSet` for multiple image sources.
|
|
2734
|
+
* @publicDocs
|
|
2735
|
+
*/
|
|
2554
2736
|
export interface BaseImageProps {
|
|
2555
2737
|
/**
|
|
2556
|
-
*
|
|
2557
|
-
*
|
|
2558
|
-
*
|
|
2559
|
-
*
|
|
2560
|
-
*
|
|
2561
|
-
*
|
|
2562
|
-
*
|
|
2563
|
-
*
|
|
2564
|
-
*
|
|
2565
|
-
*
|
|
2566
|
-
*
|
|
2567
|
-
*
|
|
2568
|
-
*
|
|
2569
|
-
* @default
|
|
2570
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt
|
|
2738
|
+
* Alternative text that describes the image for accessibility.
|
|
2739
|
+
*
|
|
2740
|
+
* Provides a text description of the image for users with assistive technology
|
|
2741
|
+
* and serves as a fallback when the image fails to load. A well-written description
|
|
2742
|
+
* enables people with visual impairments to understand non-text content.
|
|
2743
|
+
*
|
|
2744
|
+
* When a screen reader encounters an image, it reads this description aloud.
|
|
2745
|
+
* When an image fails to load, this text displays on screen, helping all users
|
|
2746
|
+
* understand what content was intended.
|
|
2747
|
+
*
|
|
2748
|
+
* Learn more about [writing effective alt text](https://www.shopify.com/ca/blog/image-alt-text#4)
|
|
2749
|
+
* and the [alt attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt).
|
|
2750
|
+
*
|
|
2751
|
+
* @default ''
|
|
2571
2752
|
*/
|
|
2572
2753
|
alt?: string;
|
|
2573
2754
|
/**
|
|
2574
|
-
* A set of media conditions and their corresponding sizes.
|
|
2575
|
-
*
|
|
2576
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#sizes
|
|
2755
|
+
* A set of media conditions and their corresponding sizes. Learn more about the [sizes attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#sizes).
|
|
2577
2756
|
*/
|
|
2578
2757
|
sizes?: string;
|
|
2579
2758
|
/**
|
|
2580
2759
|
* The image source (either a remote URL or a local file resource).
|
|
2581
2760
|
*
|
|
2582
|
-
* When the image is loading or no `src` is provided, a placeholder
|
|
2583
|
-
*
|
|
2584
|
-
* @implementation Surfaces may choose the style of the placeholder, but the space the image occupies should be
|
|
2585
|
-
* reserved, except in cases where the image area does not have a contextual inline or block size, which should be rare.
|
|
2586
|
-
*
|
|
2587
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src
|
|
2761
|
+
* When the image is loading or no `src` is provided, a placeholder is rendered.
|
|
2762
|
+
* Learn more about the [src attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src).
|
|
2588
2763
|
*/
|
|
2589
2764
|
src?: string;
|
|
2590
2765
|
/**
|
|
2591
|
-
* A set of image sources and their width or pixel density descriptors.
|
|
2592
|
-
*
|
|
2593
|
-
* This overrides the `src` property.
|
|
2594
|
-
*
|
|
2595
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#srcset
|
|
2766
|
+
* A set of image sources and their width or pixel density descriptors. Learn more about the [srcset attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#srcset). This overrides the `src` property.
|
|
2596
2767
|
*/
|
|
2597
2768
|
srcSet?: string;
|
|
2598
2769
|
}
|
|
2770
|
+
/**
|
|
2771
|
+
* The shared properties for the image component. An image displays pictures with configurable sizing, loading behavior, and borders.
|
|
2772
|
+
*/
|
|
2599
2773
|
interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
|
|
2600
2774
|
/**
|
|
2601
|
-
* Sets the semantic meaning of the
|
|
2775
|
+
* Sets the semantic meaning of the image content. When set,
|
|
2602
2776
|
* the role will be used by assistive technologies to help users
|
|
2603
2777
|
* navigate the page.
|
|
2604
2778
|
*
|
|
2605
|
-
*
|
|
2779
|
+
* - `'img'`: Identifies the element as an image that conveys meaningful information to users.
|
|
2780
|
+
* - `'none'`: Completely hides the element and its content from assistive technologies.
|
|
2781
|
+
* - `'presentation'`: Removes semantic meaning, making the image purely decorative and ignored by screen readers.
|
|
2606
2782
|
*
|
|
2607
|
-
* @
|
|
2608
|
-
* the host applies it for you; for example, an HTML host rendering
|
|
2609
|
-
* an `<img>` element should not apply the `img` role.
|
|
2783
|
+
* @default 'img'
|
|
2610
2784
|
*/
|
|
2611
2785
|
accessibilityRole?: "img" | ExtractStrict<AccessibilityRole, "presentation" | "none">;
|
|
2612
2786
|
/**
|
|
2613
|
-
* The
|
|
2787
|
+
* The inline width (horizontal size) of the image.
|
|
2614
2788
|
*
|
|
2615
|
-
* - `fill`:
|
|
2616
|
-
* - `auto`:
|
|
2789
|
+
* - `'fill'`: The image takes up 100% of the available inline space.
|
|
2790
|
+
* - `'auto'`: The image is displayed at its natural size.
|
|
2617
2791
|
*
|
|
2618
|
-
*
|
|
2792
|
+
* Learn more about the [width attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#width).
|
|
2619
2793
|
*
|
|
2620
|
-
* @
|
|
2794
|
+
* @default 'fill'
|
|
2621
2795
|
*/
|
|
2622
2796
|
inlineSize?: "fill" | "auto";
|
|
2623
2797
|
/**
|
|
@@ -2628,243 +2802,265 @@ interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
|
|
|
2628
2802
|
* - `inlineSize="fill"`: the aspect ratio will be respected and the image will take the necessary space.
|
|
2629
2803
|
* - `inlineSize="auto"`: the image will not render until it has loaded and the aspect ratio will be ignored.
|
|
2630
2804
|
*
|
|
2631
|
-
*
|
|
2632
|
-
* If the value is set as `0.5`, the getter returns `0.5 / 1`.
|
|
2805
|
+
* Learn more about the [aspect-ratio property](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio).
|
|
2633
2806
|
*
|
|
2634
2807
|
* @default '1/1'
|
|
2635
|
-
*
|
|
2636
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
|
|
2637
2808
|
*/
|
|
2638
2809
|
aspectRatio?: `${number}${optionalSpace}/${optionalSpace}${number}` | `${number}`;
|
|
2639
2810
|
/**
|
|
2640
|
-
*
|
|
2641
|
-
* The image is positioned in the center of the container.
|
|
2811
|
+
* How the image should be resized to fit its container. The image is positioned in the center of the container. Learn more about the [object-fit property](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit).
|
|
2642
2812
|
*
|
|
2643
|
-
*
|
|
2813
|
+
* - `'contain'`: Fits the entire image within the container, preserving aspect ratio. May leave empty space.
|
|
2814
|
+
* - `'cover'`: Fills the container while preserving aspect ratio, cropping the image if needed.
|
|
2644
2815
|
*
|
|
2645
|
-
* @
|
|
2816
|
+
* @default 'contain'
|
|
2646
2817
|
*/
|
|
2647
2818
|
objectFit?: "contain" | "cover";
|
|
2648
2819
|
/**
|
|
2649
2820
|
* Determines the loading behavior of the image:
|
|
2650
|
-
* - `eager`: Immediately loads the image, irrespective of its position within the visible viewport.
|
|
2651
|
-
* - `lazy`: Delays loading the image until it approaches a specified distance from the viewport.
|
|
2821
|
+
* - `'eager'`: Immediately loads the image, irrespective of its position within the visible viewport.
|
|
2822
|
+
* - `'lazy'`: Delays loading the image until it approaches a specified distance from the viewport.
|
|
2823
|
+
*
|
|
2824
|
+
* Learn more about the [loading attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading).
|
|
2652
2825
|
*
|
|
2653
2826
|
* @default 'eager'
|
|
2654
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading
|
|
2655
2827
|
*/
|
|
2656
2828
|
loading?: "eager" | "lazy";
|
|
2657
2829
|
/**
|
|
2658
|
-
*
|
|
2659
|
-
*
|
|
2660
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
|
|
2830
|
+
* A callback fired when the image loads successfully. Learn more about the [load event](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload).
|
|
2661
2831
|
*/
|
|
2662
2832
|
onLoad?: (event: Event) => void;
|
|
2663
2833
|
/**
|
|
2664
|
-
*
|
|
2665
|
-
*
|
|
2666
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
|
|
2834
|
+
* A callback fired when the image fails to load. Learn more about the [error event](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror).
|
|
2667
2835
|
*/
|
|
2668
2836
|
onError?: (event: Event) => void;
|
|
2669
2837
|
}
|
|
2670
2838
|
interface LinkProps$1 extends GlobalProps, LinkBehaviorProps {
|
|
2671
2839
|
/**
|
|
2672
|
-
* The content of the
|
|
2840
|
+
* The content of the link.
|
|
2673
2841
|
*/
|
|
2674
2842
|
children?: ComponentChildren;
|
|
2675
2843
|
/**
|
|
2676
|
-
* Sets the tone of the
|
|
2844
|
+
* Sets the tone of the link, based on the intention of the information being conveyed.
|
|
2845
|
+
*
|
|
2846
|
+
* - `'auto'`: Automatically determined based on context.
|
|
2847
|
+
* - `'neutral'`: Removes the default link color, inheriting the surrounding text style.
|
|
2677
2848
|
*
|
|
2678
2849
|
* @default 'auto'
|
|
2679
2850
|
*/
|
|
2680
2851
|
tone?: ToneKeyword;
|
|
2681
2852
|
/**
|
|
2682
|
-
* A label that describes the purpose or contents of the
|
|
2853
|
+
* A label that describes the purpose or contents of the link. It will be read to users using assistive technologies such as screen readers.
|
|
2683
2854
|
*
|
|
2684
2855
|
* Use this when using only an icon or the content of the link is not enough context
|
|
2685
2856
|
* for users using assistive technologies.
|
|
2686
2857
|
*/
|
|
2687
2858
|
accessibilityLabel?: string;
|
|
2688
2859
|
/**
|
|
2689
|
-
*
|
|
2690
|
-
*
|
|
2691
|
-
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
|
|
2860
|
+
* The language of the button's text content. Use this when the button text is in a different language than the rest of the page, so assistive technologies can invoke the correct pronunciation.
|
|
2861
|
+
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) (`Subtag` label)
|
|
2692
2862
|
*/
|
|
2693
2863
|
lang?: string;
|
|
2694
2864
|
}
|
|
2695
2865
|
interface ListItemProps$1 extends GlobalProps {
|
|
2696
2866
|
/**
|
|
2697
|
-
* The content
|
|
2867
|
+
* The content displayed within the list item, which represents a single entry in an ordered or unordered list.
|
|
2698
2868
|
*/
|
|
2699
2869
|
children?: ComponentChildren;
|
|
2700
2870
|
}
|
|
2701
2871
|
interface MapProps$1 extends GlobalProps, SizingProps {
|
|
2702
2872
|
/**
|
|
2703
|
-
* A valid API key for the map service provider.
|
|
2704
|
-
*
|
|
2705
|
-
* The map service provider may require an API key. Without an API key the map could be hidden or render in a limited developer mode.
|
|
2873
|
+
* A valid API key for the map service provider. This key is required to load and render the map tiles. Obtain a key from a supported provider such as [Google Maps Platform](https://developers.google.com/maps/documentation/javascript/get-api-key).
|
|
2706
2874
|
*/
|
|
2707
2875
|
apiKey?: string;
|
|
2708
2876
|
/**
|
|
2709
|
-
*
|
|
2877
|
+
* The latitude of the map's center point, in degrees. Valid values range from -90 (South Pole) to 90 (North Pole).
|
|
2710
2878
|
*
|
|
2711
2879
|
* @default 0
|
|
2712
2880
|
*/
|
|
2713
2881
|
latitude?: number;
|
|
2714
2882
|
/**
|
|
2715
|
-
*
|
|
2883
|
+
* The longitude of the map's center point, in degrees. Valid values range from -180 (west) to 180 (east).
|
|
2716
2884
|
*
|
|
2717
2885
|
* @default 0
|
|
2718
2886
|
*/
|
|
2719
2887
|
longitude?: number;
|
|
2720
2888
|
/**
|
|
2721
|
-
* A label that describes the purpose or contents of the map.
|
|
2722
|
-
*
|
|
2723
|
-
* When set, it will be announced to users using assistive technologies and will provide them with more context.
|
|
2889
|
+
* A label that describes the purpose or contents of the map for accessibility. When set, it will be announced to users using assistive technologies such as screen readers, providing context about what the map displays.
|
|
2724
2890
|
*/
|
|
2725
2891
|
accessibilityLabel?: string;
|
|
2726
2892
|
/**
|
|
2727
|
-
* The initial
|
|
2728
|
-
*
|
|
2729
|
-
* Valid zoom values are numbers from zero up to 18.
|
|
2730
|
-
* Larger zoom values correspond to a higher resolution.
|
|
2893
|
+
* The initial zoom level of the map. Valid values are numbers from 0 (fully zoomed out, world view) to 18 (fully zoomed in, street level).
|
|
2731
2894
|
*
|
|
2732
2895
|
* @default 4
|
|
2733
2896
|
*/
|
|
2734
2897
|
zoom?: number;
|
|
2735
2898
|
/**
|
|
2736
|
-
* The maximum zoom level
|
|
2737
|
-
*
|
|
2738
|
-
* Valid zoom values are numbers from zero up to 18.
|
|
2899
|
+
* The maximum zoom level the user can reach on the map. Valid values are numbers from 0 (world view) to 18 (street level). Use this to prevent users from zooming in beyond a useful level of detail.
|
|
2739
2900
|
*
|
|
2740
2901
|
* @default 18
|
|
2741
2902
|
*/
|
|
2742
2903
|
maxZoom?: number;
|
|
2743
2904
|
/**
|
|
2744
|
-
* The minimum zoom level
|
|
2745
|
-
*
|
|
2746
|
-
* Valid zoom values are numbers from zero up to 18.
|
|
2905
|
+
* The minimum zoom level the user can reach on the map. Valid values are numbers from 0 (world view) to 18 (street level). Use this to prevent users from zooming out beyond a useful level of context.
|
|
2747
2906
|
*
|
|
2748
2907
|
* @default 0
|
|
2749
2908
|
*/
|
|
2750
2909
|
minZoom?: number;
|
|
2751
2910
|
/**
|
|
2752
|
-
*
|
|
2911
|
+
* A callback fired when the visible map boundaries change, such as after a pan or zoom completes.
|
|
2753
2912
|
*/
|
|
2754
2913
|
onBoundsChange?: (event: MapBoundsChangeEvent) => void;
|
|
2755
2914
|
/**
|
|
2756
|
-
*
|
|
2915
|
+
* A callback fired when the map view changes, such as when the user pans or zooms. Provides the new center location and zoom level.
|
|
2757
2916
|
*/
|
|
2758
2917
|
onViewChange?: (event: MapViewChangeEvent) => void;
|
|
2759
2918
|
/**
|
|
2760
|
-
*
|
|
2919
|
+
* A callback fired when the user clicks on the map. Provides the geographic location of the click.
|
|
2761
2920
|
*/
|
|
2762
2921
|
onClick?: (event: MapClickEvent) => void;
|
|
2763
2922
|
/**
|
|
2764
|
-
*
|
|
2923
|
+
* A callback fired when the user double-clicks on the map. Provides the geographic location of the double-click.
|
|
2765
2924
|
*/
|
|
2766
2925
|
onDblClick?: (event: MapDblClickEvent) => void;
|
|
2767
2926
|
}
|
|
2927
|
+
/**
|
|
2928
|
+
* A geographic coordinate pair representing a location on the map, defined by latitude and longitude values.
|
|
2929
|
+
*/
|
|
2768
2930
|
interface Location$1 {
|
|
2931
|
+
/**
|
|
2932
|
+
* The latitude of the location in degrees. Valid values range from -90 (South Pole) to 90 (North Pole).
|
|
2933
|
+
*/
|
|
2769
2934
|
latitude?: number;
|
|
2935
|
+
/**
|
|
2936
|
+
* The longitude of the location in degrees. Valid values range from -180 (west) to 180 (east).
|
|
2937
|
+
*/
|
|
2770
2938
|
longitude?: number;
|
|
2771
2939
|
}
|
|
2940
|
+
/**
|
|
2941
|
+
* The geographic boundaries of a visible map area, defined by its north-east and south-west corners. Used by `MapBoundsChangeEvent` to report the currently visible map region.
|
|
2942
|
+
* @publicDocs
|
|
2943
|
+
*/
|
|
2772
2944
|
export interface Bounds {
|
|
2945
|
+
/**
|
|
2946
|
+
* The north-east corner of the bounded area, representing the top-right of the visible map region.
|
|
2947
|
+
*/
|
|
2773
2948
|
northEast?: Location$1;
|
|
2949
|
+
/**
|
|
2950
|
+
* The south-west corner of the bounded area, representing the bottom-left of the visible map region.
|
|
2951
|
+
*/
|
|
2774
2952
|
southWest?: Location$1;
|
|
2775
2953
|
}
|
|
2954
|
+
/**
|
|
2955
|
+
* The event data provided when the map view changes, such as after the user pans or zooms. Contains the new center location and zoom level.
|
|
2956
|
+
* @publicDocs
|
|
2957
|
+
*/
|
|
2776
2958
|
export interface MapViewChangeEvent extends Event {
|
|
2959
|
+
/**
|
|
2960
|
+
* The geographic location of the new map center after the view change.
|
|
2961
|
+
*/
|
|
2777
2962
|
location?: Location$1;
|
|
2963
|
+
/**
|
|
2964
|
+
* The current zoom level of the map after the view change, as a number from 0 (world view) to 18 (street level).
|
|
2965
|
+
*/
|
|
2778
2966
|
zoom?: number;
|
|
2779
2967
|
}
|
|
2968
|
+
/**
|
|
2969
|
+
* The event data provided when the visible map boundaries change, such as after a pan or zoom completes. Contains the new geographic bounds of the visible area.
|
|
2970
|
+
* @publicDocs
|
|
2971
|
+
*/
|
|
2780
2972
|
export interface MapBoundsChangeEvent extends Event {
|
|
2973
|
+
/**
|
|
2974
|
+
* The geographic boundaries of the currently visible map area, defined by its north-east and south-west corners.
|
|
2975
|
+
*/
|
|
2781
2976
|
bounds?: Bounds;
|
|
2782
2977
|
}
|
|
2978
|
+
/**
|
|
2979
|
+
* The event data provided when the user clicks on the map. Contains the geographic location of the click.
|
|
2980
|
+
* @publicDocs
|
|
2981
|
+
*/
|
|
2783
2982
|
export interface MapClickEvent extends Event {
|
|
2983
|
+
/**
|
|
2984
|
+
* The geographic location on the map where the click occurred, as a latitude/longitude coordinate pair.
|
|
2985
|
+
*/
|
|
2784
2986
|
location?: Location$1;
|
|
2785
2987
|
}
|
|
2988
|
+
/**
|
|
2989
|
+
* The event data provided when the user double-clicks on the map. Contains the geographic location of the double-click.
|
|
2990
|
+
* @publicDocs
|
|
2991
|
+
*/
|
|
2786
2992
|
export interface MapDblClickEvent extends Event {
|
|
2993
|
+
/**
|
|
2994
|
+
* The geographic location on the map where the double-click occurred, as a latitude/longitude coordinate pair.
|
|
2995
|
+
*/
|
|
2787
2996
|
location?: Location$1;
|
|
2788
2997
|
}
|
|
2789
2998
|
interface MapMarkerProps$1 extends GlobalProps, InteractionProps, Pick<SizingProps, "blockSize" | "inlineSize"> {
|
|
2790
2999
|
/**
|
|
2791
|
-
*
|
|
3000
|
+
* The latitude of the marker’s position in degrees. Valid values range from -90 (South Pole) to 90 (North Pole).
|
|
2792
3001
|
*
|
|
2793
3002
|
* @default 0
|
|
2794
3003
|
*/
|
|
2795
3004
|
latitude?: number;
|
|
2796
3005
|
/**
|
|
2797
|
-
*
|
|
3006
|
+
* The longitude of the marker’s position in degrees. Valid values range from -180 (west) to 180 (east).
|
|
2798
3007
|
*
|
|
2799
3008
|
* @default 0
|
|
2800
3009
|
*/
|
|
2801
3010
|
longitude?: number;
|
|
2802
3011
|
/**
|
|
2803
|
-
* A label that describes the purpose of the marker. When set,
|
|
2804
|
-
* it will be announced to users using assistive technologies and will
|
|
2805
|
-
* provide them with more context.
|
|
3012
|
+
* A label that describes the purpose or location of the marker for accessibility. When set, it will be announced to users using assistive technologies such as screen readers, providing context about what the marker represents.
|
|
2806
3013
|
*/
|
|
2807
3014
|
accessibilityLabel?: string;
|
|
2808
3015
|
/**
|
|
2809
|
-
*
|
|
3016
|
+
* Whether the marker can be grouped into clusters when the map is zoomed out. Clustering helps reduce visual clutter when many markers are close together at low zoom levels.
|
|
2810
3017
|
*
|
|
2811
3018
|
* @default false
|
|
2812
3019
|
*/
|
|
2813
3020
|
clusterable?: boolean;
|
|
2814
3021
|
/**
|
|
2815
|
-
*
|
|
2816
|
-
*
|
|
2817
|
-
* If unset, it will default to the provider’s default marker.
|
|
3022
|
+
* A custom graphic element to use as the marker. If not provided, the map provider’s default marker pin is displayed.
|
|
2818
3023
|
*/
|
|
2819
3024
|
graphic?: ComponentChildren;
|
|
2820
3025
|
/**
|
|
2821
|
-
*
|
|
2822
|
-
*
|
|
2823
|
-
* It does not trigger a click event on the map itself.
|
|
3026
|
+
* A callback fired when the user clicks on the marker. This event does not propagate to the parent map — only the marker receives the click.
|
|
2824
3027
|
*/
|
|
2825
3028
|
onClick?: (event: Event) => void;
|
|
2826
3029
|
}
|
|
2827
3030
|
interface ModalProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ActionSlots {
|
|
2828
3031
|
/**
|
|
2829
|
-
* A label that describes the purpose of the modal. When set,
|
|
2830
|
-
* it will be announced to users using assistive technologies and will
|
|
2831
|
-
* provide them with more context.
|
|
2832
|
-
*
|
|
2833
|
-
* This overrides the `heading` prop for screen readers.
|
|
3032
|
+
* A label that describes the purpose of the modal, announced by assistive technologies. When set, screen readers will use this label instead of the `heading` to describe the modal.
|
|
2834
3033
|
*/
|
|
2835
3034
|
accessibilityLabel?: string;
|
|
2836
3035
|
/**
|
|
2837
|
-
* A title that describes the content of the
|
|
2838
|
-
*
|
|
3036
|
+
* A title that describes the content of the modal.
|
|
2839
3037
|
*/
|
|
2840
3038
|
heading?: string;
|
|
2841
3039
|
/**
|
|
2842
|
-
* Adjust the padding around the
|
|
2843
|
-
*
|
|
2844
|
-
* `base`: applies padding that is appropriate for the element.
|
|
3040
|
+
* Adjust the padding around the modal content.
|
|
2845
3041
|
*
|
|
2846
|
-
* `
|
|
2847
|
-
* to the edge of the
|
|
2848
|
-
* to bring back the desired padding for the rest of the content.
|
|
3042
|
+
* - `base`: Applies padding that is appropriate for the element.
|
|
3043
|
+
* - `none`: Removes all padding from the element. This can be useful when elements inside the modal need to span to the edge of the modal. For example, a full-width image. In this case, rely on box with a padding of `base` to bring back the desired padding for the rest of the content.
|
|
2849
3044
|
*
|
|
2850
3045
|
* @default 'base'
|
|
2851
3046
|
*/
|
|
2852
3047
|
padding?: "base" | "none";
|
|
2853
3048
|
/**
|
|
2854
|
-
* Adjust the size of the
|
|
3049
|
+
* Adjust the size of the modal.
|
|
2855
3050
|
*
|
|
2856
|
-
* `max`:
|
|
3051
|
+
* `max`: Expands the modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
|
|
2857
3052
|
*
|
|
2858
3053
|
* @default 'base'
|
|
2859
3054
|
*/
|
|
2860
3055
|
size?: SizeKeyword | "max";
|
|
2861
3056
|
/**
|
|
2862
|
-
* The content of the
|
|
3057
|
+
* The content of the modal.
|
|
2863
3058
|
*/
|
|
2864
3059
|
children?: ComponentChildren;
|
|
2865
3060
|
}
|
|
2866
3061
|
interface MoneyFieldProps$1 extends GlobalProps, BaseTextFieldProps, NumberConstraintsProps, AutocompleteProps<MoneyAutocompleteField> {
|
|
2867
3062
|
}
|
|
3063
|
+
/** @publicDocs */
|
|
2868
3064
|
export type MoneyAutocompleteField = ExtractStrict<AnyAutocompleteField, "transaction-amount">;
|
|
2869
3065
|
interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, AutocompleteProps<NumberAutocompleteField>, NumberConstraintsProps, FieldDecorationProps {
|
|
2870
3066
|
/**
|
|
@@ -2875,6 +3071,7 @@ interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, Autocomple
|
|
|
2875
3071
|
*/
|
|
2876
3072
|
inputMode?: "decimal" | "numeric";
|
|
2877
3073
|
}
|
|
3074
|
+
/** @publicDocs */
|
|
2878
3075
|
export type NumberAutocompleteField = ExtractStrict<AnyAutocompleteField, "one-time-code" | "cc-number" | "cc-csc">;
|
|
2879
3076
|
interface OptionProps$1 extends GlobalProps, BaseOptionProps {
|
|
2880
3077
|
/**
|
|
@@ -2886,11 +3083,11 @@ interface OrderedListProps$1 extends GlobalProps {
|
|
|
2886
3083
|
}
|
|
2887
3084
|
interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypographyProps, AccessibilityVisibilityProps {
|
|
2888
3085
|
/**
|
|
2889
|
-
* The content
|
|
3086
|
+
* The paragraph text content displayed within the paragraph component, which presents a block of related text with appropriate styling.
|
|
2890
3087
|
*/
|
|
2891
3088
|
children?: ComponentChildren;
|
|
2892
3089
|
/**
|
|
2893
|
-
*
|
|
3090
|
+
* The semantic type and styling treatment for the paragraph content.
|
|
2894
3091
|
*
|
|
2895
3092
|
* Other presentation properties on `s-paragraph` override the default styling.
|
|
2896
3093
|
*
|
|
@@ -2898,47 +3095,51 @@ interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypogr
|
|
|
2898
3095
|
*/
|
|
2899
3096
|
type?: ParagraphType;
|
|
2900
3097
|
}
|
|
3098
|
+
/** @publicDocs */
|
|
2901
3099
|
export type ParagraphType =
|
|
2902
3100
|
/**
|
|
2903
|
-
*
|
|
3101
|
+
* A semantic type that indicates the text is a structural grouping of related content.
|
|
2904
3102
|
*
|
|
2905
|
-
* In an HTML host, the text will be rendered in an `<p>` element.
|
|
2906
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p
|
|
3103
|
+
* In an HTML host, the text will be rendered in an `<p>` element. Learn more about the [p element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p).
|
|
2907
3104
|
*/
|
|
2908
3105
|
"paragraph"
|
|
2909
3106
|
/**
|
|
2910
|
-
*
|
|
3107
|
+
* A semantic type that indicates the text is considered less important than the main content, but is still necessary for the reader to understand.
|
|
3108
|
+
*
|
|
2911
3109
|
* It can be used for secondary content but also for disclaimers, terms and conditions, or legal information.
|
|
2912
3110
|
*
|
|
2913
3111
|
* Surfaces should apply a smaller font size than the default size.
|
|
2914
3112
|
*
|
|
2915
|
-
* In an HTML host, the text will be rendered in a `<small>` element.
|
|
2916
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small
|
|
3113
|
+
* In an HTML host, the text will be rendered in a `<small>` element. Learn more about the [small element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small).
|
|
2917
3114
|
*/
|
|
2918
3115
|
| "small";
|
|
2919
3116
|
interface PasswordFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<PasswordAutocompleteField> {
|
|
2920
3117
|
}
|
|
3118
|
+
/** @publicDocs */
|
|
2921
3119
|
export type PasswordAutocompleteField = ExtractStrict<AnyAutocompleteField, "new-password" | "current-password">;
|
|
3120
|
+
/**
|
|
3121
|
+
* The shared properties for the payment icon component. A payment icon displays a recognizable icon for a payment method, such as Visa, Mastercard, or PayPal.
|
|
3122
|
+
*/
|
|
2922
3123
|
interface PaymentIconProps$1 extends GlobalProps {
|
|
2923
3124
|
/**
|
|
2924
|
-
* The
|
|
3125
|
+
* The payment method to display. Specify a payment method name from the available set (for example, `'visa'`, `'mastercard'`, or `'paypal'`), or use an empty string to show no icon.
|
|
2925
3126
|
*
|
|
2926
3127
|
* @default ''
|
|
2927
3128
|
*/
|
|
2928
3129
|
type?: PaymentIconName | AnyString;
|
|
2929
3130
|
/**
|
|
2930
|
-
* A label that describes the
|
|
2931
|
-
*
|
|
2932
|
-
* When set, it will be announced to users using assistive technologies and will provide them with more context.
|
|
2933
|
-
* This should only be used if the icon requires an alternative internationalised label
|
|
2934
|
-
* or if it is otherwise inappropriate to make use of the default label included with the icon.
|
|
3131
|
+
* A label that describes the payment icon for accessibility. When set, it will be announced to users using assistive technologies such as screen readers, providing context about which payment method the icon represents.
|
|
2935
3132
|
*/
|
|
2936
3133
|
accessibilityLabel?: string;
|
|
2937
3134
|
}
|
|
3135
|
+
/**
|
|
3136
|
+
* The recognized payment method identifiers used by the `PaymentIcon` component. Each value maps to a branded icon for a specific payment provider, card network, digital wallet, or buy-now-pay-later service. Pass one of these names as the `type` property of `PaymentIcon` to display the corresponding icon — for example, `"visa"`, `"apple-pay"`, or `"afterpay"`.
|
|
3137
|
+
* @publicDocs
|
|
3138
|
+
*/
|
|
2938
3139
|
export type PaymentIconName = "abn" | "acima-leasing" | "acuotaz" | "ada" | "addi" | "adyen" | "aeropay" | "affin-bank" | "affirm" | "aftee" | "afterpay-paynl-version" | "afterpay" | "airtel-money" | "airteltigo-mobile-money" | "aktia" | "akulaku-paylater" | "akulaku" | "alandsbanken" | "alfamart" | "alfamidi" | "alipay-hk" | "alipay-paynl-version" | "alipay" | "alliance-bank" | "alma" | "aman" | "amazon" | "ambank" | "american-express" | "amex" | "ansa-stored-value" | "ansa" | "anyday" | "apecoin" | "aplazo" | "apple-pay" | "aqsat" | "arbitrum" | "arhaus" | "arvato" | "ashley-plcc" | "ask" | "astrapay" | "atm-bersama" | "atobaraidotcom" | "atome" | "atone" | "atrato" | "au-kantan-kessai" | "au-pay" | "authorize-net" | "avalanche" | "axs" | "bancnet" | "banco-azteca" | "bancomat" | "bancontact" | "bangkok-bank" | "bank-islam" | "bank-muamalat" | "bank-rakyat" | "barclays" | "base" | "bbva-cie" | "bc-card" | "bca-klikpay" | "bca" | "bdo" | "belfius" | "benefit" | "best-buy-card" | "biercheque-paynl-version" | "bigc" | "billease" | "biller-paynl-version" | "billie" | "billink-method" | "billink" | "bitcoin-cash" | "bitcoin" | "bizum" | "blik" | "bnbchain" | "bni" | "bnp" | "bogus-app-coin" | "bogus" | "boleto" | "boodil" | "boost" | "bpi" | "braintree" | "bread-pay" | "bread" | "bri-direct-debit" | "bri" | "brimo" | "bsi" | "bsn" | "bss" | "busd" | "careem-pay" | "cartes-bancaires" | "cash-app-pay" | "cash" | "cashew" | "cashinvoice-latin-america" | "catch-payments" | "cebuana" | "cembrapay" | "centi" | "cetelem" | "checkout-finance" | "chinabank" | "cimb-clicks" | "cimb" | "circle-k" | "citadele" | "citi-pay" | "clave-telered" | "clearpay" | "clerq" | "cleverpay" | "clip" | "cliq" | "codensa" | "coinsph" | "collector-bank" | "coop" | "coppel-pay" | "credit-agricole" | "credit-key" | "creditclick-paynl-version" | "credix" | "cuotas" | "d-barai" | "dai" | "daily-yamazaki" | "dan-dan" | "dana" | "danamon-online" | "dankort" | "danske-bank" | "dappmx" | "dash" | "daviplata" | "de-cadeaukaart" | "depay" | "deutsche-bank" | "dinacard" | "diners-club" | "direct-bank-transfer-latin-america" | "directa24" | "directpay" | "discover" | "divido" | "dnb" | "docomo-barai" | "dogecoin" | "dropp" | "duitnow" | "duologi" | "dwolla" | "easywallet" | "ebucks" | "echelon-financing" | "ecpay" | "edenred" | "efecty" | "eft-secure" | "eftpos-au" | "eghl" | "elo" | "elv" | "empty" | "enets" | "eos" | "epayments" | "epospay" | "eps" | "erste" | "escrowcom" | "esr-paymentslip-switzerland" | "ethereum" | "etihad-guest-pay" | "etika" | "ewallet-indonesia" | "ewallet-philippines" | "ewallet-southkorea" | "facebook-pay" | "fairstone-payments" | "fam" | "familymart" | "fantom" | "farmlands" | "fashion-giftcard-paynlversion" | "fashioncheque" | "favepay" | "fawry" | "finloup" | "fintecture" | "fintoc" | "flexiti" | "float-payments" | "flying-blue-plus" | "forbrugsforeningen" | "forsa" | "fortiva" | "fps" | "fpx" | "freecharge" | "freedompay" | "futurepay-mytab" | "gcash" | "generalfinancing" | "generic" | "genoapay" | "gezondheidsbon-paynl-version" | "giftcard" | "giropay" | "givacard" | "glbe-paypal" | "glbe-plus" | "gmo-atokara" | "gmo-bank-transfer" | "gmo-postpay" | "gmo-virtualaccount" | "gnosis" | "google-pay" | "google-wallet" | "gopay" | "grabpay" | "grailpay" | "gusd" | "hana-card" | "handelsbanken" | "happy-pay" | "hello-clever" | "heylight" | "hitrustpay-transfer" | "home-credit" | "hong-leong-bank" | "hong-leong-connect" | "hsbc" | "huis-tuin-cadeau" | "humm" | "hyper" | "hypercard" | "hypercash" | "hyundai-card" | "ibexpay" | "ideal" | "in3-via-ideal" | "in3" | "inbank" | "indomaret" | "ing-homepay" | "interac" | "ivy" | "iwocapay-pay-later" | "jcb" | "jenius" | "jko" | "jousto" | "kakao-pay" | "kakebaraidotcom" | "kasikornbank" | "kasssh" | "katapult" | "kb-card" | "kbc-cbc" | "kcp-credit-card" | "kfast" | "khqr" | "klarna-pay-later" | "klarna-pay-now" | "klarna-slice-it" | "klarna" | "knaken-settle" | "knet" | "koalafi" | "koin" | "krediidipank" | "kredivo" | "krungsri" | "krungthai-bank" | "kueski-pay" | "kunst-en-cultuur-cadeaukaart" | "kuwait-finance-house" | "land-bank" | "laser" | "latitude-creditline-au" | "latitude-gem-au" | "latitude-gem-nz" | "latitude-go-au" | "latitudepay" | "lawson" | "laybuy-heart" | "laybuy" | "lbc" | "lhv" | "line-pay" | "linkaja" | "linkpay" | "litecoin" | "lku" | "lloyds" | "lotte-card" | "lpb" | "luminor" | "lunch-check" | "lydia" | "mach" | "mada" | "maestro" | "mandiri" | "mash" | "master" | "mastercard" | "masterpass" | "maxima" | "maya-bank" | "maya" | "maybank-qrpay" | "maybank" | "maybankm2u" | "mb-way" | "mb" | "mcash" | "medicinos-bankas" | "meeza" | "mercado-credito" | "mercado-pago" | "merpay" | "meta-pay" | "metro-bank" | "military-starcard" | "minicuotas" | "ministop" | "mobicred" | "mobikwik" | "mobilepay" | "mode" | "mokka" | "momopay" | "mondido" | "monero" | "monzo" | "mpesa" | "mtn-mobile-money" | "multisafepay" | "mybank" | "myfatoorah" | "n26" | "naps" | "nationale-bioscoopbon" | "nationale-entertainmentcard" | "natwest" | "naver-pay" | "nelo" | "nequi" | "netbanking" | "neteller" | "nh-card" | "nordea" | "notyd" | "novuna" | "npatobarai" | "npkakebarai" | "oca" | "ocbc-bank" | "octo-clicks" | "octopus" | "offline-bank-transfer-latin-america" | "ola-money" | "omannet" | "omasp" | "oney" | "online-banking" | "online-banktransfer" | "op" | "opay" | "openpay" | "optimism" | "orange-mobile-money" | "overstock-citicobrand" | "overstock-citiplcc" | "ovo" | "oxxo" | "ozow" | "pagoefectivo" | "paid" | "paidy" | "palawa" | "palawan" | "pastpay" | "pay-after-delivery-instalments" | "pay-by-bank-us" | "pay-by-bank" | "pay-easy" | "pay-pay" | "paybylink" | "paycash" | "payco" | "payconiq" | "payd" | "payfast-instant-eft" | "payflex" | "payid" | "payitmonthly" | "payjustnow" | "paymark-online-eftpos" | "paymaya" | "payme" | "paynow-mbank" | "paynow" | "payoo-qr" | "payoo" | "paypal" | "payplan" | "paypo" | "payrexx-bank-transfer" | "payright" | "paysafecard-paynl-version" | "paysafecard" | "paysafecash" | "paysera" | "paysquad" | "paytm" | "payto" | "paytomorrow" | "payu" | "payzapp" | "pei" | "perlasfinance" | "permata" | "pf-pay" | "pivo" | "pix" | "podium-cadeaukaart" | "pointspay" | "poli" | "polygon" | "poppankki" | "postfinance-card" | "postfinance-efinance" | "postpay" | "powered-by-ansa-stored-value" | "powered-by-ansa" | "powerpay" | "pps" | "prepaysolutions" | "progressive-leasing" | "przelew24" | "przelewy24-paynl-version" | "przelewy24" | "pse" | "public-bank" | "publicbank-pbe" | "qasitli" | "qliro" | "qr-promptpay" | "qris" | "qrph" | "rabbit-line-pay" | "rabobank" | "rakuten-pay" | "rapid-transfer" | "ratepay" | "raty-pekao" | "rcbc" | "rcs" | "reka" | "resolve-pay" | "revolut" | "rhb-bank" | "rhb-now" | "rietumu" | "riverty-paynl-version" | "riverty" | "rupay" | "saastopankki" | "sadad" | "sam" | "samsung-card" | "samsung-pay" | "santander" | "satisfi" | "satispay" | "sbpl" | "scalapay" | "scream-truck-wallet" | "scream-truck" | "seb" | "seicomart" | "sepa-bank-transfer" | "sepa-direct-debit" | "sequra" | "seven-eleven" | "sezzle" | "shib" | "shinhan-card" | "shop-pay" | "shopeepay" | "shopify-pay" | "siam-commercial" | "siauliu-bankas" | "siirto" | "sika-fsa" | "sika-hsa" | "sika" | "simpl" | "simple-pay" | "sinpe-movil" | "sistecredito" | "skeps" | "skrill-digital-wallet" | "slice-fnbo" | "smartpay" | "snap-checkout" | "snapmint" | "societe-generale" | "sofort" | "softbank" | "solana-pay-helio" | "solana-pay" | "solana" | "souhoola" | "spankki" | "sparkasse" | "spei" | "splitit" | "spotii" | "spraypay" | "standard-chartered" | "stc-pay" | "stoov" | "store-credit" | "stripe" | "sunkus" | "super-payments" | "svea-b2b-faktura" | "svea-b2b-invoice" | "svea-checkout" | "svea-credit-account" | "svea-delbetalning" | "svea-faktura" | "svea-invoice" | "svea-lasku" | "svea-ostukonto" | "svea-part-payment" | "svea-yrityslasku" | "sveaeramaksu" | "swedbank" | "swiftpay" | "swish" | "swissbilling" | "sympl" | "synchrony-pay" | "synchrony" | "tabby" | "tabit" | "taly" | "tamara" | "tandympayment" | "tasa-cero" | "tbi-bank" | "tcf" | "tendopay" | "tensile" | "tesco-lotus" | "thanachart-bank" | "timepayment" | "tiptop" | "todopay" | "toss" | "touch-n-go" | "tpay" | "trevipay" | "truelayer" | "truemoney-pay" | "trustly" | "twig-pay" | "twint" | "twoinvoice" | "uae-visa" | "uangme" | "ubp" | "underpay" | "unionpay" | "unipay" | "uob-ez-pay" | "uob-thai" | "uob" | "upi" | "urbo" | "urpay" | "usdc" | "usdp" | "v-pay" | "valu" | "venmo" | "ventipay" | "venus-plcc" | "viabill" | "vipps" | "visa-electron" | "visa" | "volksbank" | "volt" | "vvv-cadeaukaart-paynl-version" | "vvv-giftcard" | "waave-pay-by-bank" | "wallet" | "walley" | "wbtc" | "webshop-giftcard" | "wechat-pay" | "wechat-paynl-version" | "wegetfinancing" | "whish-checkout" | "whish-pay" | "wise" | "wissel" | "world-chain" | "xrp" | "yape" | "yappy" | "ymobile" | "younited-pay" | "zalopay" | "zapper" | "zingala" | "zinia" | "zip" | "zoodpay" | "zulily-credit-card" | "zustaina";
|
|
2939
3140
|
interface PopoverProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, SizingProps {
|
|
2940
3141
|
/**
|
|
2941
|
-
* The content
|
|
3142
|
+
* The content displayed within the popover, which appears in an overlay positioned relative to its trigger element.
|
|
2942
3143
|
*/
|
|
2943
3144
|
children?: ComponentChildren;
|
|
2944
3145
|
}
|
|
@@ -2958,27 +3159,30 @@ interface PressButtonProps$1 extends GlobalProps, Pick<ButtonProps$1, "accessibi
|
|
|
2958
3159
|
*/
|
|
2959
3160
|
defaultPressed?: boolean;
|
|
2960
3161
|
}
|
|
3162
|
+
/**
|
|
3163
|
+
* The shared properties for the product thumbnail component. A product thumbnail displays a small preview image representing a product. Properties include `src` for the image URL, `alt` for accessibility text, `size` for controlling the thumbnail dimensions, and `totalItems` for displaying a quantity badge.
|
|
3164
|
+
*/
|
|
2961
3165
|
interface ProductThumbnailProps$1 extends GlobalProps, BaseImageProps {
|
|
2962
3166
|
/**
|
|
2963
|
-
*
|
|
3167
|
+
* The total number of items that the product thumbnail represents. When this value exceeds 1, the component displays a badge showing the count, useful for representing bundled products or quantities.
|
|
2964
3168
|
*/
|
|
2965
3169
|
totalItems?: number;
|
|
2966
3170
|
/**
|
|
2967
|
-
*
|
|
3171
|
+
* The size of the product thumbnail image.
|
|
3172
|
+
*
|
|
3173
|
+
* - `'base'`: Default size that works well in most contexts.
|
|
3174
|
+
* - `'small'`: Small thumbnail, good for secondary contexts or tight layouts.
|
|
3175
|
+
* - `'small-100'`: Extra small thumbnail for compact displays or dense lists.
|
|
2968
3176
|
*
|
|
2969
3177
|
* @default 'base'
|
|
2970
3178
|
*/
|
|
2971
3179
|
size?: SizeKeyword;
|
|
2972
3180
|
/**
|
|
2973
|
-
*
|
|
2974
|
-
*
|
|
2975
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
|
|
3181
|
+
* A callback fired when the product thumbnail image loads successfully. Learn more about the [load event](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload).
|
|
2976
3182
|
*/
|
|
2977
3183
|
onLoad?: (event: Event) => void;
|
|
2978
3184
|
/**
|
|
2979
|
-
*
|
|
2980
|
-
*
|
|
2981
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
|
|
3185
|
+
* A callback fired when the product thumbnail image fails to load. Learn more about the [error event](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror).
|
|
2982
3186
|
*/
|
|
2983
3187
|
onError?: (event: Event) => void;
|
|
2984
3188
|
}
|
|
@@ -3000,7 +3204,7 @@ interface ProgressProps$1 extends GlobalProps {
|
|
|
3000
3204
|
/**
|
|
3001
3205
|
* Specifies how much of the task has been completed.
|
|
3002
3206
|
*
|
|
3003
|
-
* It must be a valid floating point number between 0 and `max`, or between 0 and 1 if `max` is omitted.
|
|
3207
|
+
* It must be a valid floating point number between `0` and `max`, or between `0` and `1` if `max` is omitted.
|
|
3004
3208
|
* If there is no value attribute, the progress bar is indeterminate;
|
|
3005
3209
|
* this indicates that an activity is ongoing with no indication of how long it is expected to take.
|
|
3006
3210
|
*
|
|
@@ -3014,7 +3218,7 @@ interface ProgressProps$1 extends GlobalProps {
|
|
|
3014
3218
|
/**
|
|
3015
3219
|
* This attribute describes how much work the task indicated by the progress element requires.
|
|
3016
3220
|
*
|
|
3017
|
-
* The `max` attribute, if present, must have a value greater than 0 and be a valid floating point number.
|
|
3221
|
+
* The `max` attribute, if present, must have a value greater than `0` and be a valid floating point number.
|
|
3018
3222
|
*
|
|
3019
3223
|
* @default 1
|
|
3020
3224
|
*
|
|
@@ -3022,48 +3226,44 @@ interface ProgressProps$1 extends GlobalProps {
|
|
|
3022
3226
|
*/
|
|
3023
3227
|
max?: number;
|
|
3024
3228
|
}
|
|
3229
|
+
/**
|
|
3230
|
+
* The shared properties for the QR code component. A QR code generates and displays a scannable matrix barcode from a given string. Properties include `content` for the data to encode, `size` for display dimensions, `border` for visual framing, and `logo` for branding.
|
|
3231
|
+
*/
|
|
3025
3232
|
interface QRCodeProps$1 extends GlobalProps {
|
|
3026
3233
|
/**
|
|
3027
|
-
*
|
|
3234
|
+
* Whether to display a border around the QR code.
|
|
3028
3235
|
*
|
|
3029
|
-
* `base`:
|
|
3030
|
-
* `none`:
|
|
3236
|
+
* - `'base'`: Applies a standard border to frame the QR code.
|
|
3237
|
+
* - `'none'`: Removes the border for seamless integration with the surrounding layout.
|
|
3031
3238
|
*
|
|
3032
3239
|
* @default 'base'
|
|
3033
3240
|
*/
|
|
3034
3241
|
border?: "base" | "none";
|
|
3035
3242
|
/**
|
|
3036
|
-
* The content to be encoded in the QR code,
|
|
3037
|
-
* Specific string formatting can trigger actions on the user's device when scanned, like opening geolocation
|
|
3038
|
-
* coordinates on a map, opening a preferred app or app store entry, preparing an email, text message, and more.
|
|
3243
|
+
* The content to be encoded in the QR code, such as a URL, email address, or plain text. When scanned, the user's device will process this content — typically by opening a URL in a browser or prompting an action based on the content type.
|
|
3039
3244
|
*/
|
|
3040
3245
|
content?: string;
|
|
3041
3246
|
/**
|
|
3042
3247
|
* The displayed size of the QR code.
|
|
3043
3248
|
*
|
|
3044
|
-
* `
|
|
3045
|
-
* `
|
|
3249
|
+
* - `'base'`: The QR code is displayed at its default fixed size.
|
|
3250
|
+
* - `'fill'`: The QR code takes up 100% of the available inline size, useful for responsive layouts.
|
|
3046
3251
|
*
|
|
3047
3252
|
* @default 'base'
|
|
3048
3253
|
*/
|
|
3049
3254
|
size?: "base" | "fill";
|
|
3050
3255
|
/**
|
|
3051
|
-
* A label that describes the purpose or contents of the QR code. When set,
|
|
3052
|
-
* it will be announced to users using assistive technologies and will
|
|
3053
|
-
* provide more context about what the QR code may do when scanned.
|
|
3256
|
+
* A label that describes the purpose or contents of the QR code for accessibility. When set, it will be announced to users using assistive technologies such as screen readers.
|
|
3054
3257
|
*
|
|
3055
3258
|
* @default 'QR code' (translated to the user's locale)
|
|
3056
3259
|
*/
|
|
3057
3260
|
accessibilityLabel?: string;
|
|
3058
3261
|
/**
|
|
3059
|
-
*
|
|
3060
|
-
* If an error occurs, the QR code and its child elements will not be displayed.
|
|
3262
|
+
* A callback fired when the conversion of `content` to a QR code fails. This can happen when the content is too long or contains unsupported characters.
|
|
3061
3263
|
*/
|
|
3062
3264
|
onError?: (event: Event) => void;
|
|
3063
3265
|
/**
|
|
3064
|
-
* URL of an image to
|
|
3065
|
-
* This is useful for branding or to indicate to the user what scanning the QR code will do.
|
|
3066
|
-
* By default, no image is displayed.
|
|
3266
|
+
* The URL of an image to display in the center of the QR code, typically used for branding. The image should be small enough not to interfere with the QR code's scannability.
|
|
3067
3267
|
*/
|
|
3068
3268
|
logo?: string;
|
|
3069
3269
|
}
|
|
@@ -3087,6 +3287,7 @@ interface QueryContainerProps$1 extends GlobalProps {
|
|
|
3087
3287
|
*/
|
|
3088
3288
|
containerName?: string;
|
|
3089
3289
|
}
|
|
3290
|
+
/** @publicDocs */
|
|
3090
3291
|
export type OverflowKeyword = "auto" | "hidden";
|
|
3091
3292
|
interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "overflow"> {
|
|
3092
3293
|
/**
|
|
@@ -3107,19 +3308,19 @@ interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "over
|
|
|
3107
3308
|
}
|
|
3108
3309
|
interface SectionProps$1 extends GlobalProps, ActionSlots {
|
|
3109
3310
|
/**
|
|
3110
|
-
* The content of the
|
|
3311
|
+
* The content of the section.
|
|
3111
3312
|
*/
|
|
3112
3313
|
children?: ComponentChildren;
|
|
3113
3314
|
/**
|
|
3114
3315
|
* A label used to describe the section that will be announced by assistive technologies.
|
|
3115
3316
|
*
|
|
3116
|
-
* When no `heading` property is provided or included as a
|
|
3117
|
-
* `accessibilityLabel` to describe the
|
|
3317
|
+
* When no `heading` property is provided or included as a child of the section, you **must** provide an
|
|
3318
|
+
* `accessibilityLabel` to describe the section. This is important as it allows assistive technologies to provide
|
|
3118
3319
|
* the right context to users.
|
|
3119
3320
|
*/
|
|
3120
3321
|
accessibilityLabel?: string;
|
|
3121
3322
|
/**
|
|
3122
|
-
* A title
|
|
3323
|
+
* A title displayed at the top of the section. When provided, it serves as both a visible heading and the accessible name for the section. If omitted, you must provide an `accessibilityLabel` instead.
|
|
3123
3324
|
*/
|
|
3124
3325
|
heading?: string;
|
|
3125
3326
|
/**
|
|
@@ -3127,8 +3328,8 @@ interface SectionProps$1 extends GlobalProps, ActionSlots {
|
|
|
3127
3328
|
*
|
|
3128
3329
|
* - `base`: applies padding that is appropriate for the element. Note that it may result in no padding if
|
|
3129
3330
|
* this is the right design decision in a particular context.
|
|
3130
|
-
* - `none`: removes all padding from the element. This can be useful when elements inside the
|
|
3131
|
-
* to the edge of the
|
|
3331
|
+
* - `none`: removes all padding from the element. This can be useful when elements inside the section need to span
|
|
3332
|
+
* to the edge of the section. For example, a full-width image. In this case, rely on `s-box` with a padding of 'base'
|
|
3132
3333
|
* to bring back the desired padding for the rest of the content.
|
|
3133
3334
|
*
|
|
3134
3335
|
* @default 'base'
|
|
@@ -3145,28 +3346,15 @@ interface SelectProps$1 extends GlobalProps, AutocompleteProps<AnyAutocompleteFi
|
|
|
3145
3346
|
}
|
|
3146
3347
|
interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, GlobalProps, ActionSlots {
|
|
3147
3348
|
/**
|
|
3148
|
-
* A label that describes the purpose of the sheet. When set,
|
|
3149
|
-
* it will be announced to users using assistive technologies and will
|
|
3150
|
-
* provide them with more context.
|
|
3151
|
-
*
|
|
3152
|
-
* This overrides the `heading` prop for screen readers.
|
|
3349
|
+
* A label that describes the purpose of the sheet, announced by assistive technologies. When set, screen readers will use this label instead of the `heading` to describe the sheet.
|
|
3153
3350
|
*/
|
|
3154
3351
|
accessibilityLabel?: string;
|
|
3155
3352
|
/**
|
|
3156
|
-
* The content of the
|
|
3353
|
+
* The content of the sheet.
|
|
3157
3354
|
*/
|
|
3158
3355
|
children?: ComponentChildren;
|
|
3159
3356
|
/**
|
|
3160
|
-
*
|
|
3161
|
-
* This property is necessary in some cases, but its usage is generally discouraged due to potential negative impacts on user experience.
|
|
3162
|
-
*
|
|
3163
|
-
* Developers should:
|
|
3164
|
-
* - Only set this property to true when there are vitally important behaviors of the application that depend on the user interacting with the sheet.
|
|
3165
|
-
* - Make every effort to conditionally hide the sheet based on the state of checkout. An explicit example is custom privacy consent, where the sheet should only be displayed when consent is necessary and has not yet been explicitly given by the user.
|
|
3166
|
-
*
|
|
3167
|
-
* This property is useful for when the Sheet needs to be rendered on the page load and not triggered by a user action.
|
|
3168
|
-
* The property should only take effect when the `Sheet` is rendered for the first time.
|
|
3169
|
-
* To toggle the Sheet after it has been rendered, use the `ui.showOverlay()` method instead.
|
|
3357
|
+
* Whether the sheet should be open when it first renders. Use sparingly — only when the user must interact with the sheet before proceeding (for example, a privacy consent prompt). Only takes effect on the initial render.
|
|
3170
3358
|
*
|
|
3171
3359
|
* @default false
|
|
3172
3360
|
*/
|
|
@@ -3178,12 +3366,8 @@ interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEvent
|
|
|
3178
3366
|
/**
|
|
3179
3367
|
* Adjust the padding of all edges.
|
|
3180
3368
|
*
|
|
3181
|
-
* `base`:
|
|
3182
|
-
*
|
|
3183
|
-
*
|
|
3184
|
-
* `none`: removes all padding from the element. This can be useful when elements inside the Sheet need to span
|
|
3185
|
-
* to the edge of the Sheet. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
|
|
3186
|
-
* to bring back the desired padding for the rest of the content.
|
|
3369
|
+
* - `base`: Applies padding that is appropriate for the element. This might result in no padding if Shopify determines that is the right design decision for a particular context.
|
|
3370
|
+
* - `none`: Removes all padding from the element. This can be useful when elements inside the sheet need to span to the edge of the sheet. For example, a full-width image. In this case, rely on box with a padding of `base` to bring back the desired padding for the rest of the content.
|
|
3187
3371
|
*
|
|
3188
3372
|
* @default 'base'
|
|
3189
3373
|
*/
|
|
@@ -3256,12 +3440,10 @@ interface StackProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
|
|
|
3256
3440
|
}
|
|
3257
3441
|
interface SummaryProps$1 extends GlobalProps {
|
|
3258
3442
|
/**
|
|
3259
|
-
* The
|
|
3260
|
-
*
|
|
3261
|
-
* Interactive content is disallowed. For example, you can use a `<Text>` element for extra formatting but
|
|
3262
|
-
* elements like buttons and fields are not allowed.
|
|
3443
|
+
* The text or elements displayed as the summary label for the collapsible details section.
|
|
3263
3444
|
*
|
|
3264
|
-
*
|
|
3445
|
+
* Interactive content is disallowed. For example, you can use an `s-text` element for extra formatting but
|
|
3446
|
+
* elements like buttons and fields are not allowed. Learn more about the [summary element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary).
|
|
3265
3447
|
*
|
|
3266
3448
|
* @implementation Surfaces may apply styling to this element. An icon suggesting the state (open or closed) of the
|
|
3267
3449
|
* details element is recommended.
|
|
@@ -3274,21 +3456,22 @@ interface SwitchProps$1 extends GlobalProps, BaseCheckableProps, BasicFieldProps
|
|
|
3274
3456
|
}
|
|
3275
3457
|
interface TextProps$1 extends GlobalProps, AccessibilityVisibilityProps, BaseTypographyProps, DisplayProps, Pick<InteractionProps, "interestFor"> {
|
|
3276
3458
|
/**
|
|
3277
|
-
* The content
|
|
3459
|
+
* The text content displayed within the text component, which applies semantic meaning and styling appropriate to the specified text type.
|
|
3278
3460
|
*/
|
|
3279
3461
|
children?: ComponentChildren;
|
|
3280
3462
|
/**
|
|
3281
|
-
*
|
|
3463
|
+
* The semantic type and styling treatment for the text content.
|
|
3282
3464
|
*
|
|
3283
|
-
* Other presentation properties on
|
|
3465
|
+
* Other presentation properties on `s-text` override the default styling.
|
|
3284
3466
|
*
|
|
3285
3467
|
* @default 'generic'
|
|
3286
3468
|
*/
|
|
3287
3469
|
type?: TextType;
|
|
3288
3470
|
}
|
|
3471
|
+
/** @publicDocs */
|
|
3289
3472
|
export type TextType =
|
|
3290
3473
|
/**
|
|
3291
|
-
*
|
|
3474
|
+
* A semantic type that indicates the text is contact information. Typically used for addresses.
|
|
3292
3475
|
*
|
|
3293
3476
|
* This must have `inline` layout (despite the default being `block` in HTML hosts).
|
|
3294
3477
|
*
|
|
@@ -3298,65 +3481,60 @@ export type TextType =
|
|
|
3298
3481
|
*
|
|
3299
3482
|
* @implementation vertical alignment should be `baseline` (`vertical-align: baseline`)
|
|
3300
3483
|
*
|
|
3301
|
-
*
|
|
3484
|
+
* Learn more about the [address element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address).
|
|
3302
3485
|
*/
|
|
3303
3486
|
"address"
|
|
3304
3487
|
/**
|
|
3305
|
-
*
|
|
3488
|
+
* A semantic type that indicates the text is no longer accurate or no longer relevant. One such use-case is discounted prices.
|
|
3306
3489
|
*
|
|
3307
3490
|
* Surfaces should apply styling to this type to suggest its content no longer applies.
|
|
3308
3491
|
*
|
|
3309
|
-
* In an HTML host, the text will be rendered in a `<s>` element.
|
|
3310
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/s
|
|
3492
|
+
* In an HTML host, the text will be rendered in a `<s>` element. Learn more about the [s element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/s).
|
|
3311
3493
|
*/
|
|
3312
3494
|
| "redundant"
|
|
3313
3495
|
/**
|
|
3314
|
-
*
|
|
3496
|
+
* A semantic type that indicates the text is marked or highlighted and relevant to the user’s current action.
|
|
3315
3497
|
* One such use-case is to indicate the characters that matched a search query.
|
|
3316
3498
|
*
|
|
3317
3499
|
* Surfaces should apply styling to this type to draw attention to the content.
|
|
3318
3500
|
*
|
|
3319
|
-
* In an HTML host, the text will be rendered in a `<mark>` element.
|
|
3320
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark
|
|
3501
|
+
* In an HTML host, the text will be rendered in a `<mark>` element. Learn more about the [mark element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark).
|
|
3321
3502
|
*/
|
|
3322
3503
|
| "mark"
|
|
3323
3504
|
/**
|
|
3324
|
-
*
|
|
3505
|
+
* A semantic type that indicates emphatic stress. Typically for words that have a stressed emphasis compared to surrounding text.
|
|
3325
3506
|
*
|
|
3326
3507
|
* Surfaces should apply styling to this type to distinguish it from surrounding text. Italicization is a common choice, but not required.
|
|
3327
3508
|
*
|
|
3328
|
-
* In an HTML host, the text will be rendered in an `<em>` element.
|
|
3329
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/em
|
|
3509
|
+
* In an HTML host, the text will be rendered in an `<em>` element. Learn more about the [em element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/em).
|
|
3330
3510
|
*/
|
|
3331
3511
|
| "emphasis"
|
|
3332
3512
|
/**
|
|
3333
|
-
*
|
|
3334
|
-
*
|
|
3335
|
-
* instead of representing its semantic meaning.
|
|
3513
|
+
* A semantic type that indicates an offset from the normal prose of the text.
|
|
3514
|
+
*
|
|
3515
|
+
* Typically used to indicate a foreign word, fictional character thoughts, or when the text refers to the definition of a word instead of representing its semantic meaning.
|
|
3336
3516
|
*
|
|
3337
3517
|
* Surfaces should italicize this content by default.
|
|
3338
3518
|
*
|
|
3339
|
-
* In an HTML host, the text will be rendered in a `<i>` tag.
|
|
3340
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i
|
|
3519
|
+
* In an HTML host, the text will be rendered in a `<i>` tag. Learn more about the [i element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i).
|
|
3341
3520
|
*/
|
|
3342
3521
|
| "offset"
|
|
3343
3522
|
/**
|
|
3344
|
-
*
|
|
3523
|
+
* A semantic type that indicates strong importance, seriousness, or urgency.
|
|
3345
3524
|
*
|
|
3346
3525
|
* Surfaces should render this content bold by default.
|
|
3347
3526
|
*
|
|
3348
|
-
* In an HTML host, the text will be rendered in a `<strong>` tag.
|
|
3349
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong
|
|
3527
|
+
* In an HTML host, the text will be rendered in a `<strong>` tag. Learn more about the [strong element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong).
|
|
3350
3528
|
*/
|
|
3351
3529
|
| "strong"
|
|
3352
3530
|
/**
|
|
3353
|
-
*
|
|
3531
|
+
* A semantic type that indicates the text is considered less important than the main content, but is still necessary for the reader to understand.
|
|
3532
|
+
*
|
|
3354
3533
|
* It can be used for secondary content but also for disclaimers, terms and conditions, or legal information.
|
|
3355
3534
|
*
|
|
3356
3535
|
* Surfaces should apply a smaller font size than the default size.
|
|
3357
3536
|
*
|
|
3358
|
-
* In an HTML host, the text will be rendered in a `<small>` element.
|
|
3359
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small
|
|
3537
|
+
* In an HTML host, the text will be rendered in a `<small>` element. Learn more about the [small element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small).
|
|
3360
3538
|
*/
|
|
3361
3539
|
| "small"
|
|
3362
3540
|
/**
|
|
@@ -3364,8 +3542,7 @@ export type TextType =
|
|
|
3364
3542
|
*
|
|
3365
3543
|
* Surfaces must not apply any default styling to this type.
|
|
3366
3544
|
*
|
|
3367
|
-
* In an HTML host, the text will be rendered in a `<span>` tag.
|
|
3368
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span
|
|
3545
|
+
* In an HTML host, the text will be rendered in a `<span>` tag. Learn more about the [span element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span).
|
|
3369
3546
|
*/
|
|
3370
3547
|
| "generic";
|
|
3371
3548
|
interface TextAreaProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<TextAutocompleteField> {
|
|
@@ -3380,15 +3557,13 @@ interface TextFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLength
|
|
|
3380
3557
|
}
|
|
3381
3558
|
interface TimeProps$1 extends GlobalProps {
|
|
3382
3559
|
/**
|
|
3383
|
-
* The content
|
|
3560
|
+
* The text content displayed within the time component, representing a human-readable date or time value.
|
|
3384
3561
|
*/
|
|
3385
3562
|
children?: ComponentChildren;
|
|
3386
3563
|
/**
|
|
3387
|
-
*
|
|
3388
|
-
*
|
|
3389
|
-
* It must be a [valid date string](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/time#valid_datetime_values).
|
|
3564
|
+
* The machine-readable date and/or time value for the element. Use this to provide a datetime string that browsers, search engines, and assistive technologies can parse for improved semantics and functionality.
|
|
3390
3565
|
*
|
|
3391
|
-
*
|
|
3566
|
+
* The value must be a [valid datetime string](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/time#valid_datetime_values), such as `2024-01-15`, `14:30`, or `2024-01-15T14:30:00`.
|
|
3392
3567
|
*
|
|
3393
3568
|
* @default ''
|
|
3394
3569
|
*/
|
|
@@ -3396,14 +3571,16 @@ interface TimeProps$1 extends GlobalProps {
|
|
|
3396
3571
|
}
|
|
3397
3572
|
interface TooltipProps$1 extends GlobalProps {
|
|
3398
3573
|
/**
|
|
3399
|
-
* The
|
|
3574
|
+
* The text or elements displayed inside the tooltip popup.
|
|
3400
3575
|
*/
|
|
3401
3576
|
children?: ComponentChildren;
|
|
3402
3577
|
}
|
|
3403
3578
|
interface UnorderedListProps$1 extends GlobalProps {
|
|
3404
3579
|
}
|
|
3580
|
+
/** @publicDocs */
|
|
3405
3581
|
export interface URLFieldProps extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<URLAutocompleteField> {
|
|
3406
3582
|
}
|
|
3583
|
+
/** @publicDocs */
|
|
3407
3584
|
export type URLAutocompleteField = ExtractStrict<AnyAutocompleteField, "url" | "photo" | "impp" | `${AutocompleteAddressGroup} impp`>;
|
|
3408
3585
|
|
|
3409
3586
|
|