@shopify/ui-extensions 2025.10.13 → 2025.10.15
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/point-of-sale/types/storage.js +3 -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/point-of-sale/types/storage.mjs +3 -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/point-of-sale/types/storage.esnext +3 -1
- package/build/ts/api.d.ts +23 -26
- package/build/ts/api.d.ts.map +1 -1
- package/build/ts/extension.d.ts +21 -0
- package/build/ts/extension.d.ts.map +1 -1
- package/build/ts/shared.d.ts +73 -16
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/action/action.d.ts +8 -4
- package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/block/block.d.ts +13 -6
- 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 +21 -10
- 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 +32 -0
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.d.ts +5 -1
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +19 -6
- 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/discount-function-settings.d.ts +5 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +22 -4
- 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 +32 -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 +36 -35
- package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/data.d.ts +20 -0
- package/build/ts/surfaces/admin/api/order-routing-rule/data.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/metafields.d.ts +23 -0
- package/build/ts/surfaces/admin/api/order-routing-rule/metafields.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts +6 -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 +45 -16
- 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 +7 -3
- 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 +37 -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 +37 -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 +8 -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 +183 -21
- package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/shared.d.ts +7 -1
- package/build/ts/surfaces/admin/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +9 -1
- 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 +21 -10
- package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/standard/storage.d.ts +21 -27
- package/build/ts/surfaces/admin/api/standard/storage.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/ActionExtensionComponents.d.ts +3 -0
- package/build/ts/surfaces/admin/components/ActionExtensionComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/AdminAction.d.ts +55 -3
- package/build/ts/surfaces/admin/components/AdminBlock.d.ts +51 -1
- package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +47 -1
- package/build/ts/surfaces/admin/components/Avatar.d.ts +110 -10
- package/build/ts/surfaces/admin/components/Badge.d.ts +157 -8
- package/build/ts/surfaces/admin/components/Banner.d.ts +103 -10
- package/build/ts/surfaces/admin/components/BlockExtensionComponents.d.ts +3 -0
- package/build/ts/surfaces/admin/components/BlockExtensionComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Box.d.ts +205 -75
- package/build/ts/surfaces/admin/components/Button.d.ts +246 -16
- package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +96 -11
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +135 -4
- package/build/ts/surfaces/admin/components/Chip.d.ts +2 -4
- package/build/ts/surfaces/admin/components/Choice.d.ts +68 -11
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +104 -6
- package/build/ts/surfaces/admin/components/Clickable.d.ts +142 -41
- package/build/ts/surfaces/admin/components/ClickableChip.d.ts +115 -19
- package/build/ts/surfaces/admin/components/ColorField.d.ts +177 -18
- package/build/ts/surfaces/admin/components/ColorPicker.d.ts +102 -5
- package/build/ts/surfaces/admin/components/DateField.d.ts +197 -22
- package/build/ts/surfaces/admin/components/DatePicker.d.ts +143 -4
- package/build/ts/surfaces/admin/components/Divider.d.ts +90 -6
- package/build/ts/surfaces/admin/components/EmailField.d.ts +161 -7
- package/build/ts/surfaces/admin/components/Form.d.ts +67 -5
- package/build/ts/surfaces/admin/components/FormExtensionComponents.d.ts +3 -0
- package/build/ts/surfaces/admin/components/FormExtensionComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +80 -8
- package/build/ts/surfaces/admin/components/FunctionSettingsComponents.d.ts +3 -0
- package/build/ts/surfaces/admin/components/FunctionSettingsComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Grid.d.ts +249 -69
- package/build/ts/surfaces/admin/components/GridItem.d.ts +212 -33
- package/build/ts/surfaces/admin/components/Heading.d.ts +68 -7
- package/build/ts/surfaces/admin/components/Icon.d.ts +110 -11
- package/build/ts/surfaces/admin/components/Image.d.ts +237 -36
- package/build/ts/surfaces/admin/components/Link.d.ts +78 -16
- package/build/ts/surfaces/admin/components/ListItem.d.ts +59 -7
- package/build/ts/surfaces/admin/components/Menu.d.ts +101 -21
- package/build/ts/surfaces/admin/components/MoneyField.d.ts +160 -7
- package/build/ts/surfaces/admin/components/NumberField.d.ts +172 -7
- package/build/ts/surfaces/admin/components/Option.d.ts +62 -5
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +56 -7
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +57 -9
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +102 -11
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +168 -14
- package/build/ts/surfaces/admin/components/PrintActionExtensionComponents.d.ts +3 -0
- package/build/ts/surfaces/admin/components/PrintActionExtensionComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +65 -7
- package/build/ts/surfaces/admin/components/SearchField.d.ts +150 -4
- package/build/ts/surfaces/admin/components/Section.d.ts +83 -8
- package/build/ts/surfaces/admin/components/Select.d.ts +147 -6
- package/build/ts/surfaces/admin/components/Spinner.d.ts +67 -5
- package/build/ts/surfaces/admin/components/Stack.d.ts +239 -61
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts +3 -0
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Switch.d.ts +124 -4
- package/build/ts/surfaces/admin/components/Table.d.ts +144 -13
- package/build/ts/surfaces/admin/components/TableBody.d.ts +62 -7
- package/build/ts/surfaces/admin/components/TableCell.d.ts +66 -7
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +77 -7
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +62 -7
- package/build/ts/surfaces/admin/components/TableRow.d.ts +65 -7
- package/build/ts/surfaces/admin/components/Text.d.ts +131 -9
- package/build/ts/surfaces/admin/components/TextArea.d.ts +159 -7
- package/build/ts/surfaces/admin/components/TextField.d.ts +172 -19
- package/build/ts/surfaces/admin/components/Thumbnail.d.ts +103 -10
- package/build/ts/surfaces/admin/components/Tooltip.d.ts +98 -21
- package/build/ts/surfaces/admin/components/URLField.d.ts +173 -14
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +57 -9
- package/build/ts/surfaces/admin/components/shared.d.ts +842 -772
- package/build/ts/surfaces/admin/extension-targets.d.ts +85 -169
- package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +1 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +3 -2
- package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +3 -2
- package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +9 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +229 -118
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/docs.d.ts +33 -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 +13 -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 +653 -453
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Announcement.d.ts +43 -13
- package/build/ts/surfaces/checkout/components/Badge.d.ts +47 -6
- package/build/ts/surfaces/checkout/components/Banner.d.ts +67 -12
- package/build/ts/surfaces/checkout/components/Box.d.ts +55 -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 +6 -3
- package/build/ts/surfaces/checkout/components/Choice.d.ts +5 -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 +21 -8
- 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 +37 -13
- package/build/ts/surfaces/checkout/components/DateField.d.ts +36 -15
- package/build/ts/surfaces/checkout/components/DatePicker.d.ts +31 -12
- package/build/ts/surfaces/checkout/components/Details.d.ts +22 -11
- package/build/ts/surfaces/checkout/components/Divider.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/DropZone.d.ts +23 -8
- package/build/ts/surfaces/checkout/components/EmailField.d.ts +42 -12
- package/build/ts/surfaces/checkout/components/Form.d.ts +18 -4
- package/build/ts/surfaces/checkout/components/Grid.d.ts +142 -2
- package/build/ts/surfaces/checkout/components/GridItem.d.ts +60 -2
- package/build/ts/surfaces/checkout/components/Heading.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Icon.d.ts +45 -6
- package/build/ts/surfaces/checkout/components/Image.d.ts +40 -2
- package/build/ts/surfaces/checkout/components/Link.d.ts +17 -6
- package/build/ts/surfaces/checkout/components/ListItem.d.ts +4 -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 +37 -10
- package/build/ts/surfaces/checkout/components/NumberField.d.ts +45 -12
- package/build/ts/surfaces/checkout/components/Option.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/OrderedList.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Paragraph.d.ts +12 -2
- package/build/ts/surfaces/checkout/components/PasswordField.d.ts +42 -12
- package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +12 -3
- package/build/ts/surfaces/checkout/components/PhoneField.d.ts +42 -12
- 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 +21 -3
- package/build/ts/surfaces/checkout/components/Progress.d.ts +29 -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 +60 -2
- package/build/ts/surfaces/checkout/components/Section.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Select.d.ts +35 -7
- package/build/ts/surfaces/checkout/components/Sheet.d.ts +40 -15
- package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +3 -3
- package/build/ts/surfaces/checkout/components/Spinner.d.ts +18 -3
- package/build/ts/surfaces/checkout/components/Stack.d.ts +115 -2
- package/build/ts/surfaces/checkout/components/Summary.d.ts +2 -0
- package/build/ts/surfaces/checkout/components/Switch.d.ts +16 -5
- package/build/ts/surfaces/checkout/components/Text.d.ts +21 -4
- package/build/ts/surfaces/checkout/components/TextArea.d.ts +37 -10
- package/build/ts/surfaces/checkout/components/TextField.d.ts +45 -12
- package/build/ts/surfaces/checkout/components/Time.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/Tooltip.d.ts +21 -4
- package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +4 -3
- package/build/ts/surfaces/checkout/components/UrlField.d.ts +31 -17
- package/build/ts/surfaces/checkout/components/components-shared.d.ts +656 -488
- package/build/ts/surfaces/checkout/components/components.d.ts +462 -358
- 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 +236 -20
- 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 +380 -316
- 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 +131 -127
- 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 +49 -57
- 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 +4 -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 +47 -6
- package/build/ts/surfaces/customer-account/components/Banner.d.ts +67 -12
- package/build/ts/surfaces/customer-account/components/Box.d.ts +55 -2
- package/build/ts/surfaces/customer-account/components/Button.d.ts +27 -6
- package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +42 -5
- package/build/ts/surfaces/customer-account/components/Chip.d.ts +6 -3
- package/build/ts/surfaces/customer-account/components/Choice.d.ts +5 -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 +21 -8
- 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 +37 -13
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/DateField.d.ts +36 -15
- package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +31 -12
- package/build/ts/surfaces/customer-account/components/Details.d.ts +22 -11
- package/build/ts/surfaces/customer-account/components/Divider.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/DropZone.d.ts +23 -8
- package/build/ts/surfaces/customer-account/components/EmailField.d.ts +42 -12
- package/build/ts/surfaces/customer-account/components/Form.d.ts +18 -4
- package/build/ts/surfaces/customer-account/components/Grid.d.ts +142 -2
- package/build/ts/surfaces/customer-account/components/GridItem.d.ts +60 -2
- package/build/ts/surfaces/customer-account/components/Heading.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Icon.d.ts +45 -6
- package/build/ts/surfaces/customer-account/components/Image.d.ts +40 -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 +4 -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 +37 -10
- package/build/ts/surfaces/customer-account/components/NumberField.d.ts +45 -12
- package/build/ts/surfaces/customer-account/components/Option.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Page.d.ts +5 -5
- package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +12 -2
- package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +42 -12
- package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +12 -3
- package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +42 -12
- 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 +21 -3
- package/build/ts/surfaces/customer-account/components/Progress.d.ts +29 -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 +60 -2
- package/build/ts/surfaces/customer-account/components/Section.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Select.d.ts +35 -7
- package/build/ts/surfaces/customer-account/components/Sheet.d.ts +40 -15
- package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +3 -3
- package/build/ts/surfaces/customer-account/components/Spinner.d.ts +18 -3
- package/build/ts/surfaces/customer-account/components/Stack.d.ts +115 -2
- package/build/ts/surfaces/customer-account/components/Summary.d.ts +2 -0
- package/build/ts/surfaces/customer-account/components/Switch.d.ts +16 -5
- package/build/ts/surfaces/customer-account/components/Text.d.ts +21 -4
- package/build/ts/surfaces/customer-account/components/TextArea.d.ts +37 -10
- package/build/ts/surfaces/customer-account/components/TextField.d.ts +45 -12
- package/build/ts/surfaces/customer-account/components/Time.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +21 -4
- package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +4 -3
- package/build/ts/surfaces/customer-account/components/UrlField.d.ts +31 -17
- package/build/ts/surfaces/customer-account/components/components-shared.d.ts +656 -488
- package/build/ts/surfaces/customer-account/components/components.d.ts +462 -358
- package/build/ts/surfaces/customer-account/components/shared.d.ts +23 -2
- package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/shared.ts +23 -5
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +6 -1
- 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/cart-api/cart-api.d.ts +5 -0
- 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/connectivity-api/connectivity-api.d.ts +5 -0
- 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 -1
- 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 -1
- 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 -1
- 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 +5 -0
- 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 +6 -0
- 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 -2
- 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 -2
- 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 -5
- 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 -1
- 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 -1
- 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 +5 -0
- 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 -1
- 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 -1
- package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +5 -1
- 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/EmailField.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/TextArea.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 +11 -11
- 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/event/data/TransactionCompleteData.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/types/storage.d.ts +3 -1
- package/build/ts/surfaces/point-of-sale/types/storage.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -5
- package/src/api.ts +23 -26
- package/src/extension.ts +21 -0
- package/src/shared.ts +72 -16
- package/src/surfaces/admin/api/action/action.ts +8 -4
- package/src/surfaces/admin/api/action/examples/handle-errors.jsx +47 -0
- package/src/surfaces/admin/api/action/examples/process-selected-products.jsx +33 -0
- package/src/surfaces/admin/api/action/examples/select-additional-resources.jsx +46 -0
- package/src/surfaces/admin/api/block/block.ts +13 -6
- package/src/surfaces/admin/api/block/examples/display-product-info.jsx +46 -0
- package/src/surfaces/admin/api/block/examples/navigate-to-action.jsx +50 -0
- package/src/surfaces/admin/api/block/examples/select-related-products.jsx +46 -0
- package/src/surfaces/admin/api/checkout-rules/examples/configure-shipping-restrictions.jsx +52 -0
- package/src/surfaces/admin/api/checkout-rules/examples/load-validation-config.jsx +55 -0
- package/src/surfaces/admin/api/checkout-rules/examples/set-minimum-quantity.jsx +40 -0
- package/src/surfaces/admin/api/checkout-rules/launch-options.ts +22 -10
- package/src/surfaces/admin/api/checkout-rules/metafields.ts +35 -0
- package/src/surfaces/admin/api/checkout-rules/validation-settings.ts +5 -1
- package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +20 -7
- package/src/surfaces/admin/api/customer-segment-template/examples/abandoned-cart-recovery.jsx +30 -0
- package/src/surfaces/admin/api/customer-segment-template/examples/birthday-this-month.jsx +32 -0
- package/src/surfaces/admin/api/customer-segment-template/examples/high-value-customers.jsx +27 -0
- package/src/surfaces/admin/api/discount-function-settings/discount-function-settings.ts +5 -1
- package/src/surfaces/admin/api/discount-function-settings/examples/configure-discount-threshold.jsx +39 -0
- package/src/surfaces/admin/api/discount-function-settings/examples/configure-eligibility-rules.jsx +45 -0
- package/src/surfaces/admin/api/discount-function-settings/examples/load-existing-settings.jsx +45 -0
- package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +22 -4
- package/src/surfaces/admin/api/discount-function-settings/metafields.ts +35 -0
- package/src/surfaces/admin/api/intents/examples/create-article.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-catalog.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-collection.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-customer.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-discount.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-market.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-menu.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-metafield-definition.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-metaobject-definition.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-metaobject.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-page.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/create-product.jsx +37 -0
- package/src/surfaces/admin/api/intents/examples/create-variant.jsx +35 -0
- package/src/surfaces/admin/api/intents/examples/edit-article.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-catalog.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-collection.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-customer.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-discount.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-market.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-menu.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-metafield-definition.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-metaobject-definition.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-metaobject.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-page.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-product.jsx +41 -0
- package/src/surfaces/admin/api/intents/examples/edit-variant.jsx +41 -0
- package/src/surfaces/admin/api/intents/intents.ts +36 -35
- package/src/surfaces/admin/api/order-routing-rule/data.ts +20 -0
- package/src/surfaces/admin/api/order-routing-rule/examples/configure-location-priority.jsx +46 -0
- package/src/surfaces/admin/api/order-routing-rule/examples/remove-deprecated-settings.jsx +35 -0
- package/src/surfaces/admin/api/order-routing-rule/examples/set-routing-criteria.jsx +57 -0
- package/src/surfaces/admin/api/order-routing-rule/metafields.ts +24 -0
- package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts +6 -0
- package/src/surfaces/admin/api/picker/examples/direct-api.jsx +42 -0
- package/src/surfaces/admin/api/picker/examples/disabled.jsx +23 -0
- package/src/surfaces/admin/api/picker/examples/minimal.jsx +37 -0
- package/src/surfaces/admin/api/picker/examples/multiple-limit.jsx +26 -0
- package/src/surfaces/admin/api/picker/examples/multiple-true.jsx +25 -0
- package/src/surfaces/admin/api/picker/examples/preselected.jsx +23 -0
- package/src/surfaces/admin/api/picker/examples/template-picker.jsx +58 -0
- package/src/surfaces/admin/api/picker/picker.ts +47 -16
- package/src/surfaces/admin/api/print-action/examples/custom-product-labels.jsx +47 -0
- package/src/surfaces/admin/api/print-action/examples/generate-packing-slip.jsx +34 -0
- package/src/surfaces/admin/api/print-action/examples/shipping-manifest.jsx +57 -0
- package/src/surfaces/admin/api/print-action/print-action.ts +7 -3
- package/src/surfaces/admin/api/product-configuration/examples/create-variant-component.jsx +56 -0
- package/src/surfaces/admin/api/product-configuration/examples/load-bundle-config.jsx +47 -0
- package/src/surfaces/admin/api/product-configuration/examples/load-variant-bundle-config.jsx +54 -0
- package/src/surfaces/admin/api/product-configuration/examples/navigate-to-component.jsx +27 -0
- package/src/surfaces/admin/api/product-configuration/examples/select-bundle-components.jsx +50 -0
- package/src/surfaces/admin/api/product-configuration/examples/select-variant-components.jsx +50 -0
- package/src/surfaces/admin/api/product-configuration/product-details-configuration.ts +37 -6
- package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts +37 -6
- package/src/surfaces/admin/api/purchase-options-card/examples/manage-subscription.jsx +45 -0
- package/src/surfaces/admin/api/purchase-options-card/examples/remove-from-plan.jsx +44 -0
- package/src/surfaces/admin/api/purchase-options-card/examples/validate-selling-plan.jsx +47 -0
- package/src/surfaces/admin/api/purchase-options-card-action.ts +12 -1
- package/src/surfaces/admin/api/resource-picker/examples/action.jsx +25 -0
- package/src/surfaces/admin/api/resource-picker/examples/collection-picker.jsx +22 -0
- package/src/surfaces/admin/api/resource-picker/examples/filter-query.jsx +22 -0
- package/src/surfaces/admin/api/resource-picker/examples/filters.jsx +27 -0
- package/src/surfaces/admin/api/resource-picker/examples/multiple-limited.jsx +25 -0
- package/src/surfaces/admin/api/resource-picker/examples/multiple-unlimited.jsx +25 -0
- package/src/surfaces/admin/api/resource-picker/examples/product-picker.jsx +22 -0
- package/src/surfaces/admin/api/resource-picker/examples/product-variant-picker.jsx +22 -0
- package/src/surfaces/admin/api/resource-picker/examples/query.jsx +25 -0
- package/src/surfaces/admin/api/resource-picker/examples/selection-ids.jsx +28 -0
- package/src/surfaces/admin/api/resource-picker/examples/selection.jsx +22 -0
- package/src/surfaces/admin/api/resource-picker/resource-picker.ts +183 -21
- package/src/surfaces/admin/api/shared.ts +7 -1
- package/src/surfaces/admin/api/should-render/examples/bulk-selection-check.jsx +8 -0
- package/src/surfaces/admin/api/should-render/examples/check-order-status.jsx +7 -0
- package/src/surfaces/admin/api/should-render/examples/check-product-tag.jsx +7 -0
- package/src/surfaces/admin/api/should-render/should-render.ts +9 -1
- package/src/surfaces/admin/api/standard/examples/authenticate-backend-request.jsx +40 -0
- package/src/surfaces/admin/api/standard/examples/persist-settings.jsx +43 -0
- package/src/surfaces/admin/api/standard/examples/query-and-mutate.jsx +75 -0
- package/src/surfaces/admin/api/standard/standard.ts +21 -10
- package/src/surfaces/admin/api/standard/storage.ts +21 -27
- package/src/surfaces/admin/components/ActionExtensionComponents.ts +3 -0
- package/src/surfaces/admin/components/AdminAction/examples/default.html +5 -0
- 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 +55 -3
- 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 +51 -1
- 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 +47 -1
- package/src/surfaces/admin/components/Avatar.d.ts +110 -10
- package/src/surfaces/admin/components/Badge.d.ts +157 -8
- package/src/surfaces/admin/components/Banner.d.ts +103 -10
- package/src/surfaces/admin/components/BlockExtensionComponents.ts +3 -0
- 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 +205 -75
- 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 +246 -16
- package/src/surfaces/admin/components/ButtonGroup.d.ts +96 -11
- 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 +135 -4
- package/src/surfaces/admin/components/Chip/examples/default.html +1 -1
- package/src/surfaces/admin/components/Chip.d.ts +2 -4
- package/src/surfaces/admin/components/Choice.d.ts +68 -11
- 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 +104 -6
- package/src/surfaces/admin/components/Clickable.d.ts +142 -41
- package/src/surfaces/admin/components/ClickableChip.d.ts +115 -19
- 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 +177 -18
- package/src/surfaces/admin/components/ColorPicker/examples/default.html +1 -1
- package/src/surfaces/admin/components/ColorPicker.d.ts +102 -5
- package/src/surfaces/admin/components/DateField.d.ts +197 -22
- package/src/surfaces/admin/components/DatePicker.d.ts +143 -4
- package/src/surfaces/admin/components/Divider.d.ts +90 -6
- package/src/surfaces/admin/components/DropZone/examples/upload-with-validation.html +42 -0
- package/src/surfaces/admin/components/EmailField/examples/disabled-state.html +5 -0
- package/src/surfaces/admin/components/EmailField.d.ts +161 -7
- 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 +67 -5
- package/src/surfaces/admin/components/FormExtensionComponents.ts +3 -0
- 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 +80 -8
- package/src/surfaces/admin/components/FunctionSettingsComponents.ts +3 -0
- package/src/surfaces/admin/components/Grid.d.ts +249 -69
- package/src/surfaces/admin/components/GridItem.d.ts +212 -33
- package/src/surfaces/admin/components/Heading.d.ts +68 -7
- package/src/surfaces/admin/components/Icon.d.ts +110 -11
- package/src/surfaces/admin/components/Image/examples/basic-usage.html +15 -4
- package/src/surfaces/admin/components/Image.d.ts +237 -36
- package/src/surfaces/admin/components/Link/examples/default.html +1 -1
- package/src/surfaces/admin/components/Link.d.ts +78 -16
- package/src/surfaces/admin/components/ListItem.d.ts +59 -7
- package/src/surfaces/admin/components/Menu/examples/icon-only-trigger.html +13 -0
- package/src/surfaces/admin/components/Menu.d.ts +101 -21
- package/src/surfaces/admin/components/MoneyField/examples/basic-field.html +0 -1
- package/src/surfaces/admin/components/MoneyField.d.ts +160 -7
- package/src/surfaces/admin/components/NumberField/examples/disabled-and-read-only.html +15 -0
- package/src/surfaces/admin/components/NumberField/examples/with-error-state.html +9 -0
- package/src/surfaces/admin/components/NumberField.d.ts +172 -7
- package/src/surfaces/admin/components/Option.d.ts +62 -5
- package/src/surfaces/admin/components/OptionGroup.d.ts +56 -7
- package/src/surfaces/admin/components/OrderedList/examples/default.html +3 -3
- package/src/surfaces/admin/components/OrderedList.d.ts +57 -9
- 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 +102 -11
- package/src/surfaces/admin/components/PasswordField.d.ts +168 -14
- package/src/surfaces/admin/components/PrintActionExtensionComponents.ts +3 -0
- package/src/surfaces/admin/components/QueryContainer.d.ts +65 -7
- package/src/surfaces/admin/components/SearchField.d.ts +150 -4
- package/src/surfaces/admin/components/Section.d.ts +83 -8
- 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 +147 -6
- package/src/surfaces/admin/components/Spinner/examples/spinner-sizes.html +5 -0
- package/src/surfaces/admin/components/Spinner.d.ts +67 -5
- package/src/surfaces/admin/components/Stack.d.ts +239 -61
- package/src/surfaces/admin/components/StandardComponents.ts +3 -0
- 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 +124 -4
- package/src/surfaces/admin/components/Table/examples/with-filters.html +26 -0
- package/src/surfaces/admin/components/Table.d.ts +144 -13
- package/src/surfaces/admin/components/TableBody.d.ts +62 -7
- package/src/surfaces/admin/components/TableCell.d.ts +66 -7
- package/src/surfaces/admin/components/TableHeader.d.ts +77 -7
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +62 -7
- package/src/surfaces/admin/components/TableRow.d.ts +65 -7
- package/src/surfaces/admin/components/Text.d.ts +131 -9
- package/src/surfaces/admin/components/TextArea/examples/disabled-and-read-only.html +15 -0
- package/src/surfaces/admin/components/TextArea.d.ts +159 -7
- package/src/surfaces/admin/components/TextField/examples/disabled-and-read-only.html +13 -0
- package/src/surfaces/admin/components/TextField.d.ts +172 -19
- 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 +103 -10
- 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 +98 -21
- 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 +173 -14
- package/src/surfaces/admin/components/UnorderedList.d.ts +57 -9
- package/src/surfaces/admin/components/shared.d.ts +842 -772
- package/src/surfaces/admin/components.d.ts +3661 -1105
- package/src/surfaces/admin/extension-targets.ts +85 -169
- 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 +229 -118
- package/src/surfaces/checkout/api/docs.ts +33 -2
- package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +13 -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 +655 -456
- package/src/surfaces/checkout/components/Abbreviation.d.ts +4 -3
- package/src/surfaces/checkout/components/Announcement.d.ts +43 -13
- package/src/surfaces/checkout/components/Badge.d.ts +47 -6
- package/src/surfaces/checkout/components/Banner.d.ts +67 -12
- package/src/surfaces/checkout/components/Box.d.ts +55 -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 +6 -3
- package/src/surfaces/checkout/components/Choice.d.ts +5 -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 +21 -8
- 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 +37 -13
- package/src/surfaces/checkout/components/DateField.d.ts +36 -15
- package/src/surfaces/checkout/components/DatePicker.d.ts +31 -12
- package/src/surfaces/checkout/components/Details.d.ts +22 -11
- package/src/surfaces/checkout/components/Divider.d.ts +4 -3
- package/src/surfaces/checkout/components/DropZone.d.ts +23 -8
- package/src/surfaces/checkout/components/EmailField.d.ts +42 -12
- package/src/surfaces/checkout/components/Form.d.ts +18 -4
- package/src/surfaces/checkout/components/Grid.d.ts +142 -2
- package/src/surfaces/checkout/components/GridItem.d.ts +60 -2
- package/src/surfaces/checkout/components/Heading.d.ts +4 -3
- package/src/surfaces/checkout/components/Icon.d.ts +45 -6
- package/src/surfaces/checkout/components/Image.d.ts +40 -2
- package/src/surfaces/checkout/components/Link.d.ts +17 -6
- package/src/surfaces/checkout/components/ListItem.d.ts +4 -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 +37 -10
- package/src/surfaces/checkout/components/NumberField.d.ts +45 -12
- package/src/surfaces/checkout/components/Option.d.ts +4 -3
- package/src/surfaces/checkout/components/OrderedList.d.ts +4 -3
- package/src/surfaces/checkout/components/Paragraph.d.ts +12 -2
- package/src/surfaces/checkout/components/PasswordField.d.ts +42 -12
- package/src/surfaces/checkout/components/PaymentIcon.d.ts +12 -3
- package/src/surfaces/checkout/components/PhoneField.d.ts +42 -12
- 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 +21 -3
- package/src/surfaces/checkout/components/Progress.d.ts +29 -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 +60 -2
- package/src/surfaces/checkout/components/Section.d.ts +4 -3
- package/src/surfaces/checkout/components/Select.d.ts +35 -7
- package/src/surfaces/checkout/components/Sheet.d.ts +40 -15
- package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +3 -3
- package/src/surfaces/checkout/components/Spinner.d.ts +18 -3
- package/src/surfaces/checkout/components/Stack.d.ts +115 -2
- package/src/surfaces/checkout/components/Summary.d.ts +2 -0
- package/src/surfaces/checkout/components/Switch.d.ts +16 -5
- package/src/surfaces/checkout/components/Text.d.ts +21 -4
- package/src/surfaces/checkout/components/TextArea.d.ts +37 -10
- package/src/surfaces/checkout/components/TextField.d.ts +45 -12
- package/src/surfaces/checkout/components/Time.d.ts +4 -3
- package/src/surfaces/checkout/components/Tooltip.d.ts +21 -4
- package/src/surfaces/checkout/components/UnorderedList.d.ts +4 -3
- package/src/surfaces/checkout/components/UrlField.d.ts +31 -17
- package/src/surfaces/checkout/components/components-shared.d.ts +656 -488
- package/src/surfaces/checkout/components/components.d.ts +462 -358
- 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 +241 -22
- package/src/surfaces/customer-account/api/order-status/order-status.ts +387 -316
- package/src/surfaces/customer-account/api/shared.ts +131 -127
- package/src/surfaces/customer-account/api/standard-api/standard-api.ts +49 -57
- 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 +3 -3
- 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 +3 -3
- 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 +5 -5
- 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/customer-account/components/QueryContainer/examples/basic-query-container.example.html +8 -0
- package/src/surfaces/customer-account/components/ScrollBox/examples/basic-scroll-box.example.html +5 -0
- package/src/surfaces/customer-account/components/Section.d.ts +3 -7
- 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/shared.ts +23 -5
- package/src/surfaces/customer-account/components.d.ts +58 -0
- package/src/surfaces/point-of-sale/api/action-api/action-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +5 -0
- 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/connectivity-api/connectivity-api.ts +5 -0
- package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/device-api/device-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +5 -0
- package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +6 -0
- package/src/surfaces/point-of-sale/api/order-api/order-api.ts +4 -2
- package/src/surfaces/point-of-sale/api/pin-pad-api.ts +7 -2
- package/src/surfaces/point-of-sale/api/print-api/print-api.ts +4 -5
- package/src/surfaces/point-of-sale/api/product-api/product-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +5 -0
- package/src/surfaces/point-of-sale/api/session-api/session-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +1 -1
- package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +5 -1
- 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/EmailField.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/TextArea.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 +11 -11
- package/src/surfaces/point-of-sale/components.d.ts +222 -43
- package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +23 -2
- package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +1 -0
- package/src/surfaces/point-of-sale/types/storage.ts +3 -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/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/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/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/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/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/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/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/api/intents/examples/create-article.js +0 -9
- package/src/surfaces/admin/api/intents/examples/create-catalog.js +0 -9
- package/src/surfaces/admin/api/intents/examples/create-collection.js +0 -9
- package/src/surfaces/admin/api/intents/examples/create-customer.js +0 -9
- package/src/surfaces/admin/api/intents/examples/create-discount.js +0 -11
- package/src/surfaces/admin/api/intents/examples/create-market.js +0 -9
- package/src/surfaces/admin/api/intents/examples/create-menu.js +0 -9
- package/src/surfaces/admin/api/intents/examples/create-metafield-definition.js +0 -11
- package/src/surfaces/admin/api/intents/examples/create-metaobject-definition.js +0 -9
- package/src/surfaces/admin/api/intents/examples/create-metaobject.js +0 -11
- package/src/surfaces/admin/api/intents/examples/create-page.js +0 -9
- package/src/surfaces/admin/api/intents/examples/create-product.js +0 -9
- package/src/surfaces/admin/api/intents/examples/create-variant.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-article.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-catalog.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-collection.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-customer.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-discount.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-market.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-menu.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-metafield-definition.js +0 -12
- package/src/surfaces/admin/api/intents/examples/edit-metaobject-definition.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-metaobject.js +0 -12
- package/src/surfaces/admin/api/intents/examples/edit-page.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-product.js +0 -11
- package/src/surfaces/admin/api/intents/examples/edit-variant.js +0 -12
- package/src/surfaces/admin/api/picker/examples/direct-api.js +0 -73
- package/src/surfaces/admin/api/picker/examples/disabled.js +0 -16
- package/src/surfaces/admin/api/picker/examples/minimal.js +0 -16
- package/src/surfaces/admin/api/picker/examples/multiple-limit.js +0 -21
- package/src/surfaces/admin/api/picker/examples/multiple-true.js +0 -21
- package/src/surfaces/admin/api/picker/examples/preselected.js +0 -16
- package/src/surfaces/admin/api/picker/examples/template-picker.js +0 -37
- package/src/surfaces/admin/api/resource-picker/examples/action.js +0 -4
- package/src/surfaces/admin/api/resource-picker/examples/collection-picker.js +0 -1
- package/src/surfaces/admin/api/resource-picker/examples/filter-query.js +0 -6
- package/src/surfaces/admin/api/resource-picker/examples/filters.js +0 -9
- package/src/surfaces/admin/api/resource-picker/examples/multiple-limited.js +0 -4
- package/src/surfaces/admin/api/resource-picker/examples/multiple-unlimited.js +0 -4
- package/src/surfaces/admin/api/resource-picker/examples/product-picker.js +0 -3
- package/src/surfaces/admin/api/resource-picker/examples/product-variant-picker.js +0 -1
- package/src/surfaces/admin/api/resource-picker/examples/query.js +0 -4
- package/src/surfaces/admin/api/resource-picker/examples/selection-ids.js +0 -16
- package/src/surfaces/admin/api/resource-picker/examples/selection.js +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/default.jsx +0 -4
- 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.html +0 -8
- 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/NumberField/examples/basic-usage.html +0 -7
- 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/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/QueryContainer/examples/basic-usage.jsx +0 -17
- package/src/surfaces/admin/components/QueryContainer/examples/default.jsx +0 -8
- 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/basic-usage.jsx +0 -37
- 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
|
@@ -11,9 +11,12 @@
|
|
|
11
11
|
/**
|
|
12
12
|
* TODO: Update `any` type here after this is resolved
|
|
13
13
|
* https://github.com/Shopify/ui-api-design/issues/139
|
|
14
|
+
* @publicDocs
|
|
14
15
|
*/
|
|
15
16
|
export type ComponentChildren = any;
|
|
17
|
+
/** @publicDocs */
|
|
16
18
|
export type StringChildren = string;
|
|
19
|
+
/** @publicDocs */
|
|
17
20
|
export interface GlobalProps {
|
|
18
21
|
/**
|
|
19
22
|
* A unique identifier for the element.
|
|
@@ -36,6 +39,7 @@ interface AbbreviationProps$1 extends GlobalProps {
|
|
|
36
39
|
*/
|
|
37
40
|
title?: string;
|
|
38
41
|
}
|
|
42
|
+
/** @publicDocs */
|
|
39
43
|
export interface ActionSlots {
|
|
40
44
|
/**
|
|
41
45
|
* The primary action to perform, provided as a button or link type element.
|
|
@@ -46,21 +50,22 @@ export interface ActionSlots {
|
|
|
46
50
|
*/
|
|
47
51
|
secondaryActions?: ComponentChildren;
|
|
48
52
|
}
|
|
53
|
+
/** @publicDocs */
|
|
49
54
|
export interface BaseOverlayProps {
|
|
50
55
|
/**
|
|
51
|
-
*
|
|
56
|
+
* A callback fired immediately after the overlay is shown.
|
|
52
57
|
*/
|
|
53
58
|
onShow?: (event: Event) => void;
|
|
54
59
|
/**
|
|
55
|
-
*
|
|
60
|
+
* A callback fired when the overlay is shown, after any show animations have completed.
|
|
56
61
|
*/
|
|
57
62
|
onAfterShow?: (event: Event) => void;
|
|
58
63
|
/**
|
|
59
|
-
*
|
|
64
|
+
* A callback fired immediately after the overlay is hidden.
|
|
60
65
|
*/
|
|
61
66
|
onHide?: (event: Event) => void;
|
|
62
67
|
/**
|
|
63
|
-
*
|
|
68
|
+
* A callback fired when the overlay is hidden, after any hide animations have completed.
|
|
64
69
|
*/
|
|
65
70
|
onAfterHide?: (event: Event) => void;
|
|
66
71
|
}
|
|
@@ -71,73 +76,71 @@ export interface BaseOverlayProps {
|
|
|
71
76
|
* - Components implementing this interface must provide all methods
|
|
72
77
|
* - Unlike props/attributes, methods are not rendered in HTML but are JavaScript APIs
|
|
73
78
|
* - Consumers expect these methods to be consistently available on all instances
|
|
79
|
+
* @publicDocs
|
|
74
80
|
*/
|
|
75
81
|
export interface BaseOverlayMethods {
|
|
76
82
|
/**
|
|
77
|
-
*
|
|
83
|
+
* A method to programmatically show the overlay.
|
|
78
84
|
*
|
|
79
85
|
* @implementation This is a method to be called on the element and not a callback and should hence be camelCase
|
|
80
86
|
*/
|
|
81
87
|
showOverlay: () => void;
|
|
82
88
|
/**
|
|
83
|
-
*
|
|
89
|
+
* A method to programmatically hide the overlay and run any associated hide animations.
|
|
84
90
|
*
|
|
85
91
|
* @implementation This is a method to be called on the element and not a callback and should hence be camelCase
|
|
86
92
|
*/
|
|
87
93
|
hideOverlay: () => void;
|
|
88
94
|
/**
|
|
89
|
-
*
|
|
95
|
+
* A method to programmatically toggle the visibility of the overlay.
|
|
90
96
|
*
|
|
91
97
|
* @implementation This is a method to be called on the element and not a callback and should hence be camelCase
|
|
92
98
|
*/
|
|
93
99
|
toggleOverlay: () => void;
|
|
94
100
|
}
|
|
101
|
+
/** @publicDocs */
|
|
95
102
|
export interface FocusEventProps {
|
|
96
103
|
/**
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event
|
|
104
|
+
* 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).
|
|
100
105
|
*/
|
|
101
106
|
onBlur?: (event: FocusEvent) => void;
|
|
102
107
|
/**
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/focus_event
|
|
108
|
+
* 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).
|
|
106
109
|
*/
|
|
107
110
|
onFocus?: (event: FocusEvent) => void;
|
|
108
111
|
}
|
|
112
|
+
/** @publicDocs */
|
|
109
113
|
export interface ToggleEventProps {
|
|
110
114
|
/**
|
|
111
|
-
*
|
|
115
|
+
* A callback fired when the element state changes, after any toggle animations have finished.
|
|
112
116
|
*
|
|
113
117
|
* - If the element transitioned from hidden to showing, the `oldState` property will be set to `closed` and the
|
|
114
118
|
* `newState` property will be set to `open`.
|
|
115
119
|
* - If the element transitioned from showing to hidden, the `oldState` property will be set to `open` and the
|
|
116
120
|
* `newState` will be `closed`.
|
|
117
121
|
*
|
|
118
|
-
*
|
|
119
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
|
|
122
|
+
* Learn more about [`newState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState) and [`oldState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
|
|
120
123
|
*/
|
|
121
124
|
onAfterToggle?: (event: ToggleEvent$1) => void;
|
|
122
125
|
/**
|
|
123
|
-
*
|
|
126
|
+
* A callback fired immediately when the element state changes, before any animations.
|
|
124
127
|
*
|
|
125
128
|
* - If the element is transitioning from hidden to showing, the `oldState` property will be set to `closed` and the
|
|
126
129
|
* `newState` property will be set to `open`.
|
|
127
|
-
* - If the element is transitioning from showing to hidden, then `oldState` property will be set to `open` and the
|
|
130
|
+
* - If the element is transitioning from showing to hidden, then the `oldState` property will be set to `open` and the
|
|
128
131
|
* `newState` will be `closed`.
|
|
129
132
|
*
|
|
130
|
-
*
|
|
131
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState
|
|
132
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState
|
|
133
|
+
* Learn more about the [`toggle` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/toggle_event), [`newState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/newState), and [`oldState` property](https://developer.mozilla.org/en-US/docs/Web/API/ToggleEvent/oldState).
|
|
133
134
|
*/
|
|
134
135
|
onToggle?: (event: ToggleEvent$1) => void;
|
|
135
136
|
}
|
|
137
|
+
/** @publicDocs */
|
|
136
138
|
export type ToggleState = "open" | "closed";
|
|
137
139
|
interface ToggleEvent$1 extends Event {
|
|
138
140
|
readonly newState: ToggleState;
|
|
139
141
|
readonly oldState: ToggleState;
|
|
140
142
|
}
|
|
143
|
+
/** @publicDocs */
|
|
141
144
|
export interface ExtendableEvent extends Event {
|
|
142
145
|
/**
|
|
143
146
|
* Provide a promise that signals the length, and eventual success or failure of actions relating to the event.
|
|
@@ -164,9 +167,23 @@ interface AnnouncementProps$1 extends GlobalProps, ToggleEventProps {
|
|
|
164
167
|
*/
|
|
165
168
|
dismiss: () => void;
|
|
166
169
|
}
|
|
170
|
+
/**
|
|
171
|
+
* 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.
|
|
172
|
+
* @publicDocs
|
|
173
|
+
*/
|
|
167
174
|
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";
|
|
175
|
+
/**
|
|
176
|
+
* Defines the color intensity or emphasis level for text and UI elements.
|
|
177
|
+
*
|
|
178
|
+
* - `subdued`: Deemphasized color for secondary text, supporting labels, and less critical interface elements.
|
|
179
|
+
* - `base`: Primary color for body text, standard UI elements, and general content with good readability.
|
|
180
|
+
* - `strong`: Emphasized color for headings, key labels, and interactive elements that need prominence.
|
|
181
|
+
* @publicDocs
|
|
182
|
+
*/
|
|
168
183
|
export type ColorKeyword = "subdued" | "base" | "strong";
|
|
184
|
+
/** @publicDocs */
|
|
169
185
|
export type BackgroundColorKeyword = "transparent" | ColorKeyword;
|
|
186
|
+
/** @publicDocs */
|
|
170
187
|
export interface BackgroundProps {
|
|
171
188
|
/**
|
|
172
189
|
* Adjust the background of the element.
|
|
@@ -184,6 +201,7 @@ export interface BackgroundProps {
|
|
|
184
201
|
* In some cases, like for Banner, the tone may also affect the semantic and accessibility treatment of the component.
|
|
185
202
|
*
|
|
186
203
|
* @default 'auto'
|
|
204
|
+
* @publicDocs
|
|
187
205
|
*/
|
|
188
206
|
export type ToneKeyword = "auto" | "neutral" | "info" | "success" | "caution" | "warning" | "critical" | "accent" | "custom";
|
|
189
207
|
declare const privateIconArray: readonly [
|
|
@@ -735,13 +753,38 @@ declare const privateIconArray: readonly [
|
|
|
735
753
|
"x-circle",
|
|
736
754
|
"x-circle-filled"
|
|
737
755
|
];
|
|
756
|
+
/** @publicDocs */
|
|
738
757
|
export type IconType = (typeof privateIconArray)[number];
|
|
739
758
|
/**
|
|
740
759
|
* Like `Extract`, but ensures that the extracted type is a strict subtype of the input type.
|
|
760
|
+
* @publicDocs
|
|
741
761
|
*/
|
|
742
762
|
export type ExtractStrict<T, U extends T> = Extract<T, U>;
|
|
763
|
+
/**
|
|
764
|
+
* 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.
|
|
765
|
+
*
|
|
766
|
+
* - `T`: Single value that applies to all four sides.
|
|
767
|
+
* - `${T} ${T}`: Two values for block axis (top/bottom) and inline axis (left/right).
|
|
768
|
+
* - `${T} ${T} ${T}`: Three values for block-start (top), inline axis (left/right), and block-end (bottom).
|
|
769
|
+
* - `${T} ${T} ${T} ${T}`: Four values for block-start (top), inline-end (right), block-end (bottom), and inline-start (left).
|
|
770
|
+
* @publicDocs
|
|
771
|
+
*/
|
|
743
772
|
export type MaybeAllValuesShorthandProperty<T extends string> = T | `${T} ${T}` | `${T} ${T} ${T}` | `${T} ${T} ${T} ${T}`;
|
|
773
|
+
/**
|
|
774
|
+
* Represents CSS shorthand properties that accept one or two values. Supports specifying the same value for both dimensions or different values.
|
|
775
|
+
*
|
|
776
|
+
* - `T`: Single value that applies to both dimensions.
|
|
777
|
+
* - `${T} ${T}`: Two values for block axis (vertical) and inline axis (horizontal).
|
|
778
|
+
* @publicDocs
|
|
779
|
+
*/
|
|
744
780
|
export type MaybeTwoValuesShorthandProperty<T extends string> = T | `${T} ${T}`;
|
|
781
|
+
/**
|
|
782
|
+
* 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.
|
|
783
|
+
*
|
|
784
|
+
* - `T`: Base value that applies in all conditions.
|
|
785
|
+
* - `@container${string}`: Container query string for conditional responsive styling based on container size.
|
|
786
|
+
* @publicDocs
|
|
787
|
+
*/
|
|
745
788
|
export type MaybeResponsive<T> = T | `@container${string}`;
|
|
746
789
|
/**
|
|
747
790
|
* Prevents widening string literal types in a union to `string`.
|
|
@@ -750,6 +793,7 @@ export type MaybeResponsive<T> = T | `@container${string}`;
|
|
|
750
793
|
* // ^? string
|
|
751
794
|
* type PropName = 'foo' | 'bar' | (string & {})
|
|
752
795
|
* // ^? 'foo' | 'bar' | (string & {})
|
|
796
|
+
* @publicDocs
|
|
753
797
|
*/
|
|
754
798
|
export type AnyString = string & {};
|
|
755
799
|
/**
|
|
@@ -757,6 +801,7 @@ export type AnyString = string & {};
|
|
|
757
801
|
* to have a space or not in the string literal types.
|
|
758
802
|
*
|
|
759
803
|
* For example in the `aspectRatio` property, `16/9` and `16 / 9` are both valid.
|
|
804
|
+
* @publicDocs
|
|
760
805
|
*/
|
|
761
806
|
export type optionalSpace = "" | " ";
|
|
762
807
|
interface BadgeProps$1 extends GlobalProps {
|
|
@@ -868,6 +913,7 @@ interface BannerProps$1 extends GlobalProps, ActionSlots {
|
|
|
868
913
|
*/
|
|
869
914
|
hidden?: boolean;
|
|
870
915
|
}
|
|
916
|
+
/** @publicDocs */
|
|
871
917
|
export interface DisplayProps {
|
|
872
918
|
/**
|
|
873
919
|
* 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).
|
|
@@ -880,134 +926,102 @@ export interface DisplayProps {
|
|
|
880
926
|
*/
|
|
881
927
|
display?: MaybeResponsive<"auto" | "none">;
|
|
882
928
|
}
|
|
929
|
+
/** @publicDocs */
|
|
883
930
|
export interface AccessibilityRoleProps {
|
|
884
931
|
/**
|
|
885
|
-
*
|
|
886
|
-
* the role will be used by assistive technologies to help users
|
|
887
|
-
* navigate the page.
|
|
888
|
-
*
|
|
889
|
-
* @implementation Although, in HTML hosts, this property changes the element used,
|
|
890
|
-
* changing this property must not impact the visual styling of inside or outside of the box.
|
|
932
|
+
* The semantic meaning of the component’s content. When set, assistive technologies use this role to help users navigate the page.
|
|
891
933
|
*
|
|
892
934
|
* @default 'generic'
|
|
893
935
|
*/
|
|
894
936
|
accessibilityRole?: AccessibilityRole;
|
|
895
937
|
}
|
|
896
|
-
export type AccessibilityRole =
|
|
897
938
|
/**
|
|
898
|
-
*
|
|
939
|
+
* The semantic role of a component, used by assistive technologies to convey the element’s purpose to users. Each role maps to a specific HTML element or ARIA role.
|
|
899
940
|
*
|
|
900
|
-
*
|
|
901
|
-
*
|
|
941
|
+
* - `main`: The primary content of the page.
|
|
942
|
+
* - `header`: A page or section header.
|
|
943
|
+
* - `footer`: Information such as copyright, navigation links, and privacy statements.
|
|
944
|
+
* - `section`: A generic section that should have a heading or `accessibilityLabel`.
|
|
945
|
+
* - `aside`: Supporting content related to the main content.
|
|
946
|
+
* - `navigation`: A major group of navigation links.
|
|
947
|
+
* - `ordered-list`: A list of ordered items.
|
|
948
|
+
* - `list-item`: An item inside a list.
|
|
949
|
+
* - `list-item-separator`: A divider between list items.
|
|
950
|
+
* - `unordered-list`: A list of unordered items.
|
|
951
|
+
* - `separator`: A divider that separates sections of content.
|
|
952
|
+
* - `status`: A live region with advisory information that is not urgent.
|
|
953
|
+
* - `alert`: Important, usually time-sensitive information.
|
|
954
|
+
* - `generic`: A nameless container with no semantic meaning (renders a `<div>`).
|
|
955
|
+
* - `presentation`: Strips semantic meaning while keeping visual styling. Synonym for `none`.
|
|
956
|
+
* - `none`: Strips semantic meaning while keeping visual styling. Synonym for `presentation`.
|
|
957
|
+
* @publicDocs
|
|
958
|
+
*/
|
|
959
|
+
export type AccessibilityRole =
|
|
960
|
+
/**
|
|
961
|
+
* The primary content of the page. Learn more about the [`<main>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main).
|
|
902
962
|
*/
|
|
903
963
|
"main"
|
|
904
964
|
/**
|
|
905
|
-
*
|
|
906
|
-
*
|
|
907
|
-
* In an HTML host `header` will render a `<header>` element.
|
|
908
|
-
* 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/main_role) in the MDN web docs.
|
|
965
|
+
* A page or section header. Learn more about the [`<header>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header).
|
|
909
966
|
*/
|
|
910
967
|
| "header"
|
|
911
968
|
/**
|
|
912
|
-
*
|
|
913
|
-
*
|
|
914
|
-
* In an HTML host `footer` will render a `<footer>` element.
|
|
915
|
-
* Learn more about the [`<footer>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/contentinfo_role) in the MDN web docs.
|
|
969
|
+
* Information such as copyright, navigation links, and privacy statements. Learn more about the [`<footer>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer).
|
|
916
970
|
*/
|
|
917
971
|
| "footer"
|
|
918
972
|
/**
|
|
919
|
-
*
|
|
920
|
-
* Sections should always have a `Heading` or an accessible name provided in the `accessibilityLabel` property.
|
|
921
|
-
*
|
|
922
|
-
* In an HTML host `section` will render a `<section>` element.
|
|
923
|
-
* Learn more about the [`<section>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/region_role) in the MDN web docs.
|
|
924
|
-
*
|
|
973
|
+
* A generic section that should have a heading or `accessibilityLabel`. Learn more about the [`<section>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section).
|
|
925
974
|
*/
|
|
926
975
|
| "section"
|
|
927
976
|
/**
|
|
928
|
-
*
|
|
929
|
-
*
|
|
930
|
-
* In an HTML host `aside` will render an `<aside>` element.
|
|
931
|
-
* Learn more about the [`<aside>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/complementary_role) in the MDN web docs.
|
|
977
|
+
* Supporting content related to the main content. Learn more about the [`<aside>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside).
|
|
932
978
|
*/
|
|
933
979
|
| "aside"
|
|
934
980
|
/**
|
|
935
|
-
*
|
|
936
|
-
*
|
|
937
|
-
* In an HTML host `navigation` will render a `<nav>` element.
|
|
938
|
-
* Learn more about the [`<nav>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/navigation_role) in the MDN web docs.
|
|
981
|
+
* A major group of navigation links. Learn more about the [`<nav>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav).
|
|
939
982
|
*/
|
|
940
983
|
| "navigation"
|
|
941
984
|
/**
|
|
942
|
-
*
|
|
943
|
-
*
|
|
944
|
-
* In an HTML host `ordered-list` will render a `<ol>` element.
|
|
945
|
-
* Learn more about the [`<ol>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/list_role) in the MDN web docs.
|
|
985
|
+
* A list of ordered items. Learn more about the [`<ol>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol).
|
|
946
986
|
*/
|
|
947
987
|
| "ordered-list"
|
|
948
988
|
/**
|
|
949
|
-
*
|
|
950
|
-
*
|
|
951
|
-
* In an HTML host `list-item` will render a `<li>` element.
|
|
952
|
-
* Learn more about the [`<li>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listitem_role) in the MDN web docs.
|
|
989
|
+
* An item inside a list. Learn more about the [`<li>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li).
|
|
953
990
|
*/
|
|
954
991
|
| "list-item"
|
|
955
992
|
/**
|
|
956
|
-
*
|
|
957
|
-
*
|
|
958
|
-
* In an HTML host `list-item-separator` will render as `<li role="separator">`.
|
|
959
|
-
* Learn more about the [`<li>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li) and the [`separator` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/separator_role) in the MDN web docs.
|
|
993
|
+
* A divider between list items. Learn more about the [`separator` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/separator_role).
|
|
960
994
|
*/
|
|
961
995
|
| "list-item-separator"
|
|
962
996
|
/**
|
|
963
|
-
*
|
|
964
|
-
*
|
|
965
|
-
* In an HTML host `unordered-list` will render a `<ul>` element.
|
|
966
|
-
* Learn more about the [`<ul>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul) and its [implicit role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/list_role) in the MDN web docs.
|
|
997
|
+
* A list of unordered items. Learn more about the [`<ul>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul).
|
|
967
998
|
*/
|
|
968
999
|
| "unordered-list"
|
|
969
1000
|
/**
|
|
970
|
-
*
|
|
971
|
-
*
|
|
972
|
-
* In an HTML host `separator` will render as `<div role="separator">`.
|
|
973
|
-
* Learn more about the [`separator` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/separator_role) in the MDN web docs.
|
|
1001
|
+
* A divider that separates sections of content. Learn more about the [`separator` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/separator_role).
|
|
974
1002
|
*/
|
|
975
1003
|
| "separator"
|
|
976
1004
|
/**
|
|
977
|
-
*
|
|
978
|
-
*
|
|
979
|
-
* In an HTML host `status` will render as `<div role="status">`.
|
|
980
|
-
* Learn more about the [`status` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/status_role) in the MDN web docs.
|
|
1005
|
+
* A live region with advisory information that is not urgent. Learn more about the [`status` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/status_role).
|
|
981
1006
|
*/
|
|
982
1007
|
| "status"
|
|
983
1008
|
/**
|
|
984
|
-
*
|
|
985
|
-
*
|
|
986
|
-
* In an HTML host `alert` will render as `<div role="alert">`.
|
|
987
|
-
* Learn more about the [`alert` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/alert_role) in the MDN web docs.
|
|
1009
|
+
* Important, usually time-sensitive information. Learn more about the [`alert` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/alert_role).
|
|
988
1010
|
*/
|
|
989
1011
|
| "alert"
|
|
990
1012
|
/**
|
|
991
|
-
*
|
|
992
|
-
*
|
|
993
|
-
* In an HTML host `generic'` will render a `<div>` element.
|
|
994
|
-
* Learn more about the [`generic` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/generic_role) in the MDN web docs.
|
|
1013
|
+
* A nameless container with no semantic meaning (renders a `<div>`). Learn more about the [`generic` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/generic_role).
|
|
995
1014
|
*/
|
|
996
1015
|
| "generic"
|
|
997
1016
|
/**
|
|
998
|
-
*
|
|
999
|
-
*
|
|
1000
|
-
* Synonym for `none`
|
|
1001
|
-
* Learn more about the [`presentation` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/presentation_role) in the MDN web docs.
|
|
1017
|
+
* Strips semantic meaning while keeping visual styling. Synonym for `none`. Learn more about the [`presentation` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/presentation_role).
|
|
1002
1018
|
*/
|
|
1003
1019
|
| "presentation"
|
|
1004
1020
|
/**
|
|
1005
|
-
*
|
|
1006
|
-
*
|
|
1007
|
-
* Synonym for `presentation`
|
|
1008
|
-
* Learn more about the [`none` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/none_role) in the MDN web docs.
|
|
1021
|
+
* Strips semantic meaning while keeping visual styling. Synonym for `presentation`. Learn more about the [`none` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/none_role).
|
|
1009
1022
|
*/
|
|
1010
1023
|
| "none";
|
|
1024
|
+
/** @publicDocs */
|
|
1011
1025
|
export interface AccessibilityVisibilityProps {
|
|
1012
1026
|
/**
|
|
1013
1027
|
* Changes the visibility of the element.
|
|
@@ -1020,6 +1034,7 @@ export interface AccessibilityVisibilityProps {
|
|
|
1020
1034
|
*/
|
|
1021
1035
|
accessibilityVisibility?: "visible" | "hidden" | "exclusive";
|
|
1022
1036
|
}
|
|
1037
|
+
/** @publicDocs */
|
|
1023
1038
|
export interface LabelAccessibilityVisibilityProps {
|
|
1024
1039
|
/**
|
|
1025
1040
|
* Changes the visibility of the component's label.
|
|
@@ -1031,7 +1046,15 @@ export interface LabelAccessibilityVisibilityProps {
|
|
|
1031
1046
|
*/
|
|
1032
1047
|
labelAccessibilityVisibility?: ExtractStrict<AccessibilityVisibilityProps["accessibilityVisibility"], "visible" | "exclusive">;
|
|
1033
1048
|
}
|
|
1049
|
+
/**
|
|
1050
|
+
* Defines the padding size for elements, using the standard size scale or `none` for no padding.
|
|
1051
|
+
*
|
|
1052
|
+
* - `SizeKeyword`: Standard padding sizes from the size scale for consistent spacing.
|
|
1053
|
+
* - `none`: No padding.
|
|
1054
|
+
* @publicDocs
|
|
1055
|
+
*/
|
|
1034
1056
|
export type PaddingKeyword = SizeKeyword | "none";
|
|
1057
|
+
/** @publicDocs */
|
|
1035
1058
|
export interface PaddingProps {
|
|
1036
1059
|
/**
|
|
1037
1060
|
* Adjust the padding of all edges.
|
|
@@ -1107,9 +1130,32 @@ export interface PaddingProps {
|
|
|
1107
1130
|
*/
|
|
1108
1131
|
paddingInlineEnd?: MaybeResponsive<PaddingKeyword | "">;
|
|
1109
1132
|
}
|
|
1133
|
+
/**
|
|
1134
|
+
* Represents size values in pixels, percentages, or zero.
|
|
1135
|
+
*
|
|
1136
|
+
* - `` `${number}px` ``: Absolute size in pixels for fixed dimensions (such as `100px`, `24px`).
|
|
1137
|
+
* - `` `${number}%` ``: Relative size as a percentage of the parent container (such as `50%`, `100%`).
|
|
1138
|
+
* - `0`: Zero size, equivalent to no dimension.
|
|
1139
|
+
* @publicDocs
|
|
1140
|
+
*/
|
|
1110
1141
|
export type SizeUnits = `${number}px` | `${number}%` | `0`;
|
|
1142
|
+
/**
|
|
1143
|
+
* Represents size values that can also be set to `auto` for automatic sizing.
|
|
1144
|
+
*
|
|
1145
|
+
* - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
|
|
1146
|
+
* - `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).
|
|
1147
|
+
* @publicDocs
|
|
1148
|
+
*/
|
|
1111
1149
|
export type SizeUnitsOrAuto = SizeUnits | "auto";
|
|
1150
|
+
/**
|
|
1151
|
+
* Represents size values that can also be set to `none` to remove the size constraint.
|
|
1152
|
+
*
|
|
1153
|
+
* - `SizeUnits`: Specific size values in pixels, percentages, or zero for precise control.
|
|
1154
|
+
* - `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).
|
|
1155
|
+
* @publicDocs
|
|
1156
|
+
*/
|
|
1112
1157
|
export type SizeUnitsOrNone = SizeUnits | "none";
|
|
1158
|
+
/** @publicDocs */
|
|
1113
1159
|
export interface SizingProps {
|
|
1114
1160
|
/**
|
|
1115
1161
|
* Adjust the block size.
|
|
@@ -1160,13 +1206,39 @@ export interface SizingProps {
|
|
|
1160
1206
|
*/
|
|
1161
1207
|
maxInlineSize?: MaybeResponsive<SizeUnitsOrNone>;
|
|
1162
1208
|
}
|
|
1209
|
+
/**
|
|
1210
|
+
* The visual style of a border. Learn more about [border-style](https://developer.mozilla.org/en-US/docs/Web/CSS/border-style).
|
|
1211
|
+
*
|
|
1212
|
+
* - `none`: No border is rendered.
|
|
1213
|
+
* - `solid`: A single continuous line.
|
|
1214
|
+
* - `dashed`: A series of short dashes.
|
|
1215
|
+
* - `dotted`: A series of round dots.
|
|
1216
|
+
* - `auto`: The border style is determined automatically based on the surface's design system.
|
|
1217
|
+
* @publicDocs
|
|
1218
|
+
*/
|
|
1163
1219
|
export type BorderStyleKeyword = "none" | "solid" | "dashed" | "dotted" | "auto";
|
|
1220
|
+
/**
|
|
1221
|
+
* Defines the width of borders, using the standard size scale or `none` for no border.
|
|
1222
|
+
*
|
|
1223
|
+
* - `SizeKeyword`: Standard border widths from the size scale for consistent thickness.
|
|
1224
|
+
* - `none`: No border width (removes the border).
|
|
1225
|
+
* @publicDocs
|
|
1226
|
+
*/
|
|
1164
1227
|
export type BorderSizeKeyword = SizeKeyword | "none";
|
|
1228
|
+
/**
|
|
1229
|
+
* The corner radius of a border, using the design system's `SizeKeyword` scale with additional options:
|
|
1230
|
+
*
|
|
1231
|
+
* - `max`: The maximum possible radius, creating a pill or circular shape.
|
|
1232
|
+
* - `none`: No rounding — corners are sharp (0 radius).
|
|
1233
|
+
* @publicDocs
|
|
1234
|
+
*/
|
|
1165
1235
|
export type BorderRadiusKeyword = SizeKeyword | "max" | "none";
|
|
1166
1236
|
/**
|
|
1167
1237
|
* Represents a shorthand for defining a border. It can be a combination of size, optionally followed by color, optionally followed by style.
|
|
1238
|
+
* @publicDocs
|
|
1168
1239
|
*/
|
|
1169
1240
|
export type BorderShorthand = BorderSizeKeyword | `${BorderSizeKeyword} ${ColorKeyword}` | `${BorderSizeKeyword} ${ColorKeyword} ${BorderStyleKeyword}`;
|
|
1241
|
+
/** @publicDocs */
|
|
1170
1242
|
export interface BorderProps {
|
|
1171
1243
|
/**
|
|
1172
1244
|
* Set the border via the shorthand property.
|
|
@@ -1251,19 +1323,19 @@ export interface BorderProps {
|
|
|
1251
1323
|
*/
|
|
1252
1324
|
borderRadius?: MaybeAllValuesShorthandProperty<BorderRadiusKeyword>;
|
|
1253
1325
|
}
|
|
1326
|
+
/** @publicDocs */
|
|
1254
1327
|
export interface OverflowProps {
|
|
1255
1328
|
/**
|
|
1256
|
-
*
|
|
1329
|
+
* The overflow behavior of the element.
|
|
1257
1330
|
*
|
|
1258
|
-
* - `
|
|
1259
|
-
*
|
|
1260
|
-
* to access the clipped content by dragging or using a scroll wheel on a mouse.
|
|
1261
|
-
* - `visible`: the content that extends beyond the element’s container is visible.
|
|
1331
|
+
* - `visible`: Content that extends beyond the container is visible.
|
|
1332
|
+
* - `hidden`: Content that extends beyond the container is clipped and not scrollable.
|
|
1262
1333
|
*
|
|
1263
1334
|
* @default 'visible'
|
|
1264
1335
|
*/
|
|
1265
1336
|
overflow?: "hidden" | "visible";
|
|
1266
1337
|
}
|
|
1338
|
+
/** @publicDocs */
|
|
1267
1339
|
export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundProps, DisplayProps, SizingProps, PaddingProps, BorderProps, OverflowProps {
|
|
1268
1340
|
/**
|
|
1269
1341
|
* The content of the Box.
|
|
@@ -1277,13 +1349,15 @@ export interface BaseBoxProps extends AccessibilityVisibilityProps, BackgroundPr
|
|
|
1277
1349
|
*/
|
|
1278
1350
|
accessibilityLabel?: string;
|
|
1279
1351
|
}
|
|
1352
|
+
/** @publicDocs */
|
|
1280
1353
|
export interface BaseBoxPropsWithRole extends BaseBoxProps, AccessibilityRoleProps {
|
|
1281
1354
|
}
|
|
1282
1355
|
interface BoxProps$1 extends BaseBoxPropsWithRole, GlobalProps {
|
|
1283
1356
|
}
|
|
1357
|
+
/** @publicDocs */
|
|
1284
1358
|
export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
|
|
1285
1359
|
/**
|
|
1286
|
-
* The
|
|
1360
|
+
* The behavioral type of the button component, which determines what action it performs when activated.
|
|
1287
1361
|
*
|
|
1288
1362
|
* - `submit`: Used to indicate the component acts as a submit button, meaning it submits the closest form.
|
|
1289
1363
|
* - `button`: Used to indicate the component acts as a button, meaning it has no default action.
|
|
@@ -1295,30 +1369,28 @@ export interface ButtonBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1295
1369
|
*/
|
|
1296
1370
|
type?: "submit" | "button" | "reset";
|
|
1297
1371
|
/**
|
|
1298
|
-
*
|
|
1299
|
-
* This will be called before the action indicated by `type`.
|
|
1300
|
-
*
|
|
1301
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
|
|
1372
|
+
* 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).
|
|
1302
1373
|
*/
|
|
1303
1374
|
onClick?: (event: Event) => void;
|
|
1304
1375
|
/**
|
|
1305
|
-
*
|
|
1376
|
+
* Whether the button is disabled, preventing it from being clicked or receiving focus.
|
|
1306
1377
|
*
|
|
1307
1378
|
* @default false
|
|
1308
1379
|
*/
|
|
1309
1380
|
disabled?: boolean;
|
|
1310
1381
|
/**
|
|
1311
|
-
*
|
|
1382
|
+
* Whether the button is in a loading state, which replaces the button content with a loading indicator while a background action is being performed.
|
|
1312
1383
|
*
|
|
1313
|
-
* This also disables the
|
|
1384
|
+
* This also disables the button.
|
|
1314
1385
|
*
|
|
1315
1386
|
* @default false
|
|
1316
1387
|
*/
|
|
1317
1388
|
loading?: boolean;
|
|
1318
1389
|
}
|
|
1390
|
+
/** @publicDocs */
|
|
1319
1391
|
export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
|
|
1320
1392
|
/**
|
|
1321
|
-
* The URL to
|
|
1393
|
+
* The URL to navigate to when clicked. The `click` event fires first, then navigation occurs.
|
|
1322
1394
|
*
|
|
1323
1395
|
* - If set, it will navigate to the location specified by `href` after executing the `click` event.
|
|
1324
1396
|
* - If a `commandFor` is set, the `command` will be executed instead of the navigation.
|
|
@@ -1345,24 +1417,18 @@ export interface LinkBehaviorProps extends InteractionProps, FocusEventProps {
|
|
|
1345
1417
|
*/
|
|
1346
1418
|
download?: string;
|
|
1347
1419
|
/**
|
|
1348
|
-
*
|
|
1349
|
-
* This will be called before navigating to the location specified by `href`.
|
|
1350
|
-
*
|
|
1351
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
|
|
1420
|
+
* 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).
|
|
1352
1421
|
*/
|
|
1353
1422
|
onClick?: (event: Event) => void;
|
|
1354
1423
|
}
|
|
1424
|
+
/** @publicDocs */
|
|
1355
1425
|
export interface InteractionProps {
|
|
1356
1426
|
/**
|
|
1357
|
-
* ID of
|
|
1358
|
-
*
|
|
1359
|
-
* See `command` for how to control the behavior of the target.
|
|
1360
|
-
*
|
|
1361
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor
|
|
1427
|
+
* 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).
|
|
1362
1428
|
*/
|
|
1363
1429
|
commandFor?: string;
|
|
1364
1430
|
/**
|
|
1365
|
-
* Sets the action the `commandFor` should take when this
|
|
1431
|
+
* Sets the action the `commandFor` target should take when this component is activated. Learn more about the [`command` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command).
|
|
1366
1432
|
*
|
|
1367
1433
|
* See the documentation of particular components for the actions they support.
|
|
1368
1434
|
*
|
|
@@ -1373,64 +1439,60 @@ export interface InteractionProps {
|
|
|
1373
1439
|
* - `--copy`: copies the target ClipboardItem.
|
|
1374
1440
|
*
|
|
1375
1441
|
* @default '--auto'
|
|
1376
|
-
*
|
|
1377
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command
|
|
1378
1442
|
*/
|
|
1379
1443
|
command?: "--auto" | "--show" | "--hide" | "--toggle" | "--copy";
|
|
1380
1444
|
/**
|
|
1381
|
-
* ID of
|
|
1445
|
+
* The ID of the component to show when users hover over or focus on this component. Use this to connect interactive components to popovers or tooltips that provide additional context or information.
|
|
1382
1446
|
*/
|
|
1383
1447
|
interestFor?: string;
|
|
1384
1448
|
}
|
|
1449
|
+
/** @publicDocs */
|
|
1385
1450
|
export interface BaseClickableProps extends ButtonBehaviorProps, LinkBehaviorProps {
|
|
1386
1451
|
}
|
|
1387
1452
|
interface ButtonProps$1 extends GlobalProps, BaseClickableProps {
|
|
1388
1453
|
/**
|
|
1389
|
-
* A label that describes the purpose or
|
|
1390
|
-
*
|
|
1391
|
-
* Use this when using only an icon or the Button text is not enough context
|
|
1392
|
-
* for users using assistive technologies.
|
|
1454
|
+
* 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.
|
|
1393
1455
|
*/
|
|
1394
1456
|
accessibilityLabel?: string;
|
|
1395
1457
|
/**
|
|
1396
|
-
* The content
|
|
1458
|
+
* The content displayed within the button component.
|
|
1397
1459
|
*/
|
|
1398
1460
|
children?: ComponentChildren;
|
|
1399
1461
|
/**
|
|
1400
|
-
*
|
|
1462
|
+
* An icon displayed inside the button, typically positioned before the button text.
|
|
1401
1463
|
*
|
|
1402
1464
|
* @default ''
|
|
1403
1465
|
*/
|
|
1404
1466
|
icon?: IconType | AnyString;
|
|
1405
1467
|
/**
|
|
1406
|
-
* The
|
|
1468
|
+
* The inline width of the button component.
|
|
1407
1469
|
*
|
|
1408
1470
|
* - `auto`: the size of the button depends on the surface and context.
|
|
1409
|
-
* - `fill`: the button
|
|
1471
|
+
* - `fill`: the button takes up 100% of the available inline size.
|
|
1410
1472
|
* - `fit-content`: the button will take up the minimum inline-size required to fit its content.
|
|
1411
1473
|
*
|
|
1412
1474
|
* @default 'auto'
|
|
1413
1475
|
*/
|
|
1414
1476
|
inlineSize?: "auto" | "fill" | "fit-content";
|
|
1415
1477
|
/**
|
|
1416
|
-
*
|
|
1478
|
+
* The visual style variant of the button component, which controls its prominence and emphasis.
|
|
1417
1479
|
*
|
|
1418
|
-
* @default 'auto' - the variant is automatically determined by the
|
|
1480
|
+
* @default 'auto' - the variant is automatically determined by the button's context
|
|
1419
1481
|
*/
|
|
1420
1482
|
variant?: "auto" | "primary" | "secondary" | "tertiary";
|
|
1421
1483
|
/**
|
|
1422
|
-
*
|
|
1484
|
+
* The semantic meaning and color treatment of the button.
|
|
1423
1485
|
*
|
|
1424
1486
|
* @default 'auto'
|
|
1425
1487
|
*/
|
|
1426
1488
|
tone?: ToneKeyword;
|
|
1427
1489
|
/**
|
|
1428
|
-
*
|
|
1429
|
-
* It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
|
|
1490
|
+
* 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.
|
|
1430
1491
|
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
|
|
1431
1492
|
*/
|
|
1432
1493
|
lang?: string;
|
|
1433
1494
|
}
|
|
1495
|
+
/** @publicDocs */
|
|
1434
1496
|
export interface BaseInputProps {
|
|
1435
1497
|
/**
|
|
1436
1498
|
* An identifier for the field that is unique within the nearest containing form.
|
|
@@ -1443,9 +1505,10 @@ export interface BaseInputProps {
|
|
|
1443
1505
|
*/
|
|
1444
1506
|
disabled?: boolean;
|
|
1445
1507
|
}
|
|
1508
|
+
/** @publicDocs */
|
|
1446
1509
|
export interface InputProps extends BaseInputProps {
|
|
1447
1510
|
/**
|
|
1448
|
-
* Callback when the user has **finished editing** a field,
|
|
1511
|
+
* Callback when the user has **finished editing** a field, for example, once they have blurred the field.
|
|
1449
1512
|
*
|
|
1450
1513
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
|
|
1451
1514
|
*/
|
|
@@ -1467,6 +1530,7 @@ export interface InputProps extends BaseInputProps {
|
|
|
1467
1530
|
*/
|
|
1468
1531
|
defaultValue?: string;
|
|
1469
1532
|
}
|
|
1533
|
+
/** @publicDocs */
|
|
1470
1534
|
export interface MultipleInputProps extends BaseInputProps {
|
|
1471
1535
|
/**
|
|
1472
1536
|
* Callback when the user has selected option(s).
|
|
@@ -1481,12 +1545,13 @@ export interface MultipleInputProps extends BaseInputProps {
|
|
|
1481
1545
|
*/
|
|
1482
1546
|
onInput?: (event: Event) => void;
|
|
1483
1547
|
/**
|
|
1484
|
-
* An array of
|
|
1548
|
+
* An array of `value` attributes for the currently selected options.
|
|
1485
1549
|
*
|
|
1486
1550
|
* This is a convenience prop for setting the `selected` prop on child options.
|
|
1487
1551
|
*/
|
|
1488
1552
|
values?: string[];
|
|
1489
1553
|
}
|
|
1554
|
+
/** @publicDocs */
|
|
1490
1555
|
export interface FileInputProps extends BaseInputProps {
|
|
1491
1556
|
/**
|
|
1492
1557
|
* Callback when the user has **finished selecting** a file or files.
|
|
@@ -1516,6 +1581,7 @@ export interface FileInputProps extends BaseInputProps {
|
|
|
1516
1581
|
*/
|
|
1517
1582
|
files?: readonly File[];
|
|
1518
1583
|
}
|
|
1584
|
+
/** @publicDocs */
|
|
1519
1585
|
export interface FieldErrorProps {
|
|
1520
1586
|
/**
|
|
1521
1587
|
* Indicate an error to the user. The field will be given a specific stylistic treatment
|
|
@@ -1523,6 +1589,7 @@ export interface FieldErrorProps {
|
|
|
1523
1589
|
*/
|
|
1524
1590
|
error?: string;
|
|
1525
1591
|
}
|
|
1592
|
+
/** @publicDocs */
|
|
1526
1593
|
export interface BasicFieldProps extends FieldErrorProps, LabelAccessibilityVisibilityProps {
|
|
1527
1594
|
/**
|
|
1528
1595
|
* Whether the field needs a value. This requirement adds semantic value
|
|
@@ -1538,6 +1605,7 @@ export interface BasicFieldProps extends FieldErrorProps, LabelAccessibilityVisi
|
|
|
1538
1605
|
*/
|
|
1539
1606
|
label?: string;
|
|
1540
1607
|
}
|
|
1608
|
+
/** @publicDocs */
|
|
1541
1609
|
export interface FieldDetailsProps {
|
|
1542
1610
|
/**
|
|
1543
1611
|
* Additional text to provide context or guidance for the field.
|
|
@@ -1548,12 +1616,14 @@ export interface FieldDetailsProps {
|
|
|
1548
1616
|
*/
|
|
1549
1617
|
details?: string;
|
|
1550
1618
|
}
|
|
1619
|
+
/** @publicDocs */
|
|
1551
1620
|
export interface FieldProps extends BasicFieldProps, InputProps, FocusEventProps, FieldDetailsProps {
|
|
1552
1621
|
/**
|
|
1553
1622
|
* A short hint that describes the expected value of the field.
|
|
1554
1623
|
*/
|
|
1555
1624
|
placeholder?: string;
|
|
1556
1625
|
}
|
|
1626
|
+
/** @publicDocs */
|
|
1557
1627
|
export interface BaseTextFieldProps extends FieldProps {
|
|
1558
1628
|
/**
|
|
1559
1629
|
* The field cannot be edited by the user. It is focusable will be announced by screen readers.
|
|
@@ -1562,6 +1632,7 @@ export interface BaseTextFieldProps extends FieldProps {
|
|
|
1562
1632
|
*/
|
|
1563
1633
|
readOnly?: boolean;
|
|
1564
1634
|
}
|
|
1635
|
+
/** @publicDocs */
|
|
1565
1636
|
export interface FieldDecorationProps {
|
|
1566
1637
|
/**
|
|
1567
1638
|
* A value to be displayed immediately after the editable portion of the field.
|
|
@@ -1601,6 +1672,7 @@ export interface FieldDecorationProps {
|
|
|
1601
1672
|
*/
|
|
1602
1673
|
accessory?: ComponentChildren;
|
|
1603
1674
|
}
|
|
1675
|
+
/** @publicDocs */
|
|
1604
1676
|
export interface NumberConstraintsProps {
|
|
1605
1677
|
/**
|
|
1606
1678
|
* The highest decimal or integer to be accepted for the field.
|
|
@@ -1643,6 +1715,7 @@ export interface NumberConstraintsProps {
|
|
|
1643
1715
|
*/
|
|
1644
1716
|
controls?: "auto" | "stepper" | "none";
|
|
1645
1717
|
}
|
|
1718
|
+
/** @publicDocs */
|
|
1646
1719
|
export interface MinMaxLengthProps {
|
|
1647
1720
|
/**
|
|
1648
1721
|
* Specifies the maximum number of characters allowed.
|
|
@@ -1657,6 +1730,7 @@ export interface MinMaxLengthProps {
|
|
|
1657
1730
|
*/
|
|
1658
1731
|
minLength?: number;
|
|
1659
1732
|
}
|
|
1733
|
+
/** @publicDocs */
|
|
1660
1734
|
export interface BaseSelectableProps {
|
|
1661
1735
|
/**
|
|
1662
1736
|
* A label used for users using assistive technologies like screen readers. When set, any children or `label` supplied will not be announced.
|
|
@@ -1674,6 +1748,7 @@ export interface BaseSelectableProps {
|
|
|
1674
1748
|
*/
|
|
1675
1749
|
value?: string;
|
|
1676
1750
|
}
|
|
1751
|
+
/** @publicDocs */
|
|
1677
1752
|
export interface BaseOptionProps extends BaseSelectableProps {
|
|
1678
1753
|
/**
|
|
1679
1754
|
* Whether the control is active.
|
|
@@ -1690,6 +1765,7 @@ export interface BaseOptionProps extends BaseSelectableProps {
|
|
|
1690
1765
|
*/
|
|
1691
1766
|
defaultSelected?: boolean;
|
|
1692
1767
|
}
|
|
1768
|
+
/** @publicDocs */
|
|
1693
1769
|
export interface BaseCheckableProps extends BaseSelectableProps, InteractionProps {
|
|
1694
1770
|
/**
|
|
1695
1771
|
* Visual content to use as the control label.
|
|
@@ -1761,6 +1837,7 @@ interface CheckboxProps$1 extends GlobalProps, BaseCheckableProps, FieldErrorPro
|
|
|
1761
1837
|
*/
|
|
1762
1838
|
required?: boolean;
|
|
1763
1839
|
}
|
|
1840
|
+
/** @publicDocs */
|
|
1764
1841
|
export interface ChipProps$1 {
|
|
1765
1842
|
/**
|
|
1766
1843
|
* The content of the chip.
|
|
@@ -1773,7 +1850,7 @@ export interface ChipProps$1 {
|
|
|
1773
1850
|
*/
|
|
1774
1851
|
graphic?: ComponentChildren;
|
|
1775
1852
|
/**
|
|
1776
|
-
* A label that describes the purpose or contents of the
|
|
1853
|
+
* A label that describes the purpose or contents of the chip. It will be read to users using assistive technologies such as screen readers.
|
|
1777
1854
|
*/
|
|
1778
1855
|
accessibilityLabel?: string;
|
|
1779
1856
|
/**
|
|
@@ -1871,7 +1948,7 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
|
|
|
1871
1948
|
/**
|
|
1872
1949
|
* Disables the clickable, meaning it cannot be clicked or receive focus.
|
|
1873
1950
|
*
|
|
1874
|
-
* In this state,
|
|
1951
|
+
* In this state, `click` won’t fire.
|
|
1875
1952
|
* If the click event originates from a child element, the event will immediately stop propagating from this element.
|
|
1876
1953
|
*
|
|
1877
1954
|
* However, items within the clickable can still receive focus and be interacted with.
|
|
@@ -1881,8 +1958,7 @@ interface ClickableProps$1 extends GlobalProps, BaseBoxProps, BaseClickableProps
|
|
|
1881
1958
|
*/
|
|
1882
1959
|
disabled?: BaseClickableProps["disabled"];
|
|
1883
1960
|
/**
|
|
1884
|
-
*
|
|
1885
|
-
* It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
|
|
1961
|
+
* 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.
|
|
1886
1962
|
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
|
|
1887
1963
|
*
|
|
1888
1964
|
* @default ''
|
|
@@ -1895,7 +1971,7 @@ interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
|
|
|
1895
1971
|
*/
|
|
1896
1972
|
onClick?: (event: Event) => void;
|
|
1897
1973
|
/**
|
|
1898
|
-
* The URL to
|
|
1974
|
+
* The URL to navigate to when clicked. The `click` event fires first, then navigation occurs.
|
|
1899
1975
|
*
|
|
1900
1976
|
* - If set, it will navigate to the location specified by `href` after executing the `click` event.
|
|
1901
1977
|
*/
|
|
@@ -1955,6 +2031,7 @@ interface ClipboardItemProps$1 extends GlobalProps {
|
|
|
1955
2031
|
*/
|
|
1956
2032
|
onCopyError?: (event: Event) => void;
|
|
1957
2033
|
}
|
|
2034
|
+
/** @publicDocs */
|
|
1958
2035
|
export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteField> {
|
|
1959
2036
|
/**
|
|
1960
2037
|
* A hint as to the intended content of the field.
|
|
@@ -1984,18 +2061,24 @@ export interface AutocompleteProps<AutocompleteField extends AnyAutocompleteFiel
|
|
|
1984
2061
|
*
|
|
1985
2062
|
* Commonly used when there are multiple fields with the same autocomplete needs
|
|
1986
2063
|
* in the same page. For example: 2 shipping address forms in the same page.
|
|
2064
|
+
* @publicDocs
|
|
1987
2065
|
*/
|
|
1988
2066
|
export type AutocompleteSection = `section-${string}`;
|
|
1989
2067
|
/**
|
|
1990
2068
|
* The contact information group the autocomplete data should be sourced from.
|
|
2069
|
+
* @publicDocs
|
|
1991
2070
|
*/
|
|
1992
2071
|
export type AutocompleteGroup = "shipping" | "billing";
|
|
1993
2072
|
/**
|
|
1994
2073
|
* The contact information subgroup the autocomplete data should be sourced from.
|
|
2074
|
+
* @publicDocs
|
|
1995
2075
|
*/
|
|
1996
2076
|
export type AutocompleteAddressGroup = "fax" | "home" | "mobile" | "pager";
|
|
2077
|
+
/** @publicDocs */
|
|
1997
2078
|
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`;
|
|
2079
|
+
/** @publicDocs */
|
|
1998
2080
|
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">;
|
|
2081
|
+
/** @publicDocs */
|
|
1999
2082
|
export type ConsentPolicy = "sms-marketing";
|
|
2000
2083
|
interface ConsentCheckboxProps$1 extends GlobalProps, CheckboxProps$1 {
|
|
2001
2084
|
/**
|
|
@@ -2005,6 +2088,7 @@ interface ConsentCheckboxProps$1 extends GlobalProps, CheckboxProps$1 {
|
|
|
2005
2088
|
*/
|
|
2006
2089
|
policy?: ConsentPolicy;
|
|
2007
2090
|
}
|
|
2091
|
+
/** @publicDocs */
|
|
2008
2092
|
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`>;
|
|
2009
2093
|
interface PhoneFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<FieldDecorationProps, "accessory">, AutocompleteProps<PhoneAutocompleteField> {
|
|
2010
2094
|
/**
|
|
@@ -2058,9 +2142,7 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
|
|
|
2058
2142
|
*/
|
|
2059
2143
|
type?: "single" | "multiple" | "range";
|
|
2060
2144
|
/**
|
|
2061
|
-
*
|
|
2062
|
-
*
|
|
2063
|
-
* A comma-separated list of dates, date ranges. Whitespace is allowed after commas.
|
|
2145
|
+
* Restricts which dates the user can select. Accepts a comma-separated list of dates and date ranges. Whitespace is allowed after commas.
|
|
2064
2146
|
*
|
|
2065
2147
|
* The default `''` allows all dates.
|
|
2066
2148
|
*
|
|
@@ -2111,7 +2193,7 @@ interface DatePickerProps$1 extends GlobalProps, InputProps, FocusEventProps {
|
|
|
2111
2193
|
*/
|
|
2112
2194
|
disallow?: string;
|
|
2113
2195
|
/**
|
|
2114
|
-
*
|
|
2196
|
+
* Restricts which days of the week the user can select. These intersect with the result of `allow` and `disallow`.
|
|
2115
2197
|
*
|
|
2116
2198
|
* A comma-separated list of days. Whitespace is allowed after commas.
|
|
2117
2199
|
*
|
|
@@ -2198,6 +2280,7 @@ interface DateFieldProps$1 extends GlobalProps, BaseTextFieldProps, Pick<DatePic
|
|
|
2198
2280
|
*/
|
|
2199
2281
|
onInvalid?: (event: Event) => void;
|
|
2200
2282
|
}
|
|
2283
|
+
/** @publicDocs */
|
|
2201
2284
|
export type DateAutocompleteField = ExtractStrict<AnyAutocompleteField, "bday" | "bday-day" | "bday-month" | "bday-year" | "cc-expiry" | "cc-expiry-month" | "cc-expiry-year">;
|
|
2202
2285
|
interface DetailsProps$1 extends GlobalProps, ToggleEventProps {
|
|
2203
2286
|
/**
|
|
@@ -2255,7 +2338,7 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps, BasicFieldProps {
|
|
|
2255
2338
|
/**
|
|
2256
2339
|
* A string representing the types of files that are accepted by the drop zone.
|
|
2257
2340
|
* This string is a comma-separated list of unique file type specifiers which can be one of the following:
|
|
2258
|
-
* - A file extension starting with a period (".") character (
|
|
2341
|
+
* - A file extension starting with a period (".") character (such as .jpg, .pdf, .doc)
|
|
2259
2342
|
* - A valid MIME type string with no extensions
|
|
2260
2343
|
*
|
|
2261
2344
|
* If omitted, all file types are accepted.
|
|
@@ -2284,6 +2367,7 @@ interface DropZoneProps$1 extends GlobalProps, FileInputProps, BasicFieldProps {
|
|
|
2284
2367
|
}
|
|
2285
2368
|
interface EmailFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<EmailAutocompleteField> {
|
|
2286
2369
|
}
|
|
2370
|
+
/** @publicDocs */
|
|
2287
2371
|
export type EmailAutocompleteField = ExtractStrict<AnyAutocompleteField, "email" | `${AutocompleteAddressGroup} email`>;
|
|
2288
2372
|
interface FormProps$1 extends GlobalProps {
|
|
2289
2373
|
/**
|
|
@@ -2313,7 +2397,9 @@ interface FormProps$1 extends GlobalProps {
|
|
|
2313
2397
|
*/
|
|
2314
2398
|
onReset?: (event: Event) => void;
|
|
2315
2399
|
}
|
|
2400
|
+
/** @publicDocs */
|
|
2316
2401
|
export type SpacingKeyword = SizeKeyword | "none";
|
|
2402
|
+
/** @publicDocs */
|
|
2317
2403
|
export interface GapProps {
|
|
2318
2404
|
/**
|
|
2319
2405
|
* Adjust spacing between elements.
|
|
@@ -2341,32 +2427,40 @@ export interface GapProps {
|
|
|
2341
2427
|
*/
|
|
2342
2428
|
columnGap?: MaybeResponsive<SpacingKeyword | "">;
|
|
2343
2429
|
}
|
|
2430
|
+
/** @publicDocs */
|
|
2344
2431
|
export type BaselinePosition = "baseline" | "first baseline" | "last baseline";
|
|
2432
|
+
/** @publicDocs */
|
|
2345
2433
|
export type ContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch";
|
|
2434
|
+
/** @publicDocs */
|
|
2346
2435
|
export type ContentPosition = "center" | "start" | "end";
|
|
2436
|
+
/** @publicDocs */
|
|
2347
2437
|
export type OverflowPosition = `unsafe ${ContentPosition}` | `safe ${ContentPosition}`;
|
|
2348
2438
|
/**
|
|
2349
2439
|
* 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.
|
|
2350
2440
|
*
|
|
2351
2441
|
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-items
|
|
2442
|
+
* @publicDocs
|
|
2352
2443
|
*/
|
|
2353
2444
|
export type JustifyItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
|
|
2354
2445
|
/**
|
|
2355
2446
|
* Align items sets the align-self value on all direct children as a group.
|
|
2356
2447
|
*
|
|
2357
2448
|
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
|
|
2449
|
+
* @publicDocs
|
|
2358
2450
|
*/
|
|
2359
2451
|
export type AlignItemsKeyword = "normal" | "stretch" | BaselinePosition | OverflowPosition | ContentPosition;
|
|
2360
2452
|
/**
|
|
2361
2453
|
* 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.
|
|
2362
2454
|
*
|
|
2363
2455
|
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
|
|
2456
|
+
* @publicDocs
|
|
2364
2457
|
*/
|
|
2365
2458
|
export type JustifyContentKeyword = "normal" | ContentDistribution | OverflowPosition | ContentPosition;
|
|
2366
2459
|
/**
|
|
2367
2460
|
*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.
|
|
2368
2461
|
*
|
|
2369
2462
|
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/align-content
|
|
2463
|
+
* @publicDocs
|
|
2370
2464
|
*/
|
|
2371
2465
|
export type AlignContentKeyword = "normal" | BaselinePosition | ContentDistribution | OverflowPosition | ContentPosition;
|
|
2372
2466
|
interface GridProps$1 extends GlobalProps, BaseBoxPropsWithRole, GapProps {
|
|
@@ -2453,6 +2547,7 @@ interface GridItemProps$1 extends GlobalProps, BaseBoxPropsWithRole {
|
|
|
2453
2547
|
*/
|
|
2454
2548
|
gridRow?: `span ${number}` | "auto";
|
|
2455
2549
|
}
|
|
2550
|
+
/** @publicDocs */
|
|
2456
2551
|
export interface BaseTypographyProps {
|
|
2457
2552
|
/**
|
|
2458
2553
|
* Modify the color to be more or less intense.
|
|
@@ -2475,8 +2570,7 @@ export interface BaseTypographyProps {
|
|
|
2475
2570
|
*/
|
|
2476
2571
|
fontVariantNumeric?: "auto" | "normal" | "tabular-nums";
|
|
2477
2572
|
/**
|
|
2478
|
-
*
|
|
2479
|
-
* It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
|
|
2573
|
+
* 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.
|
|
2480
2574
|
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
|
|
2481
2575
|
*
|
|
2482
2576
|
* It is recommended to combine it with the `dir` attribute to ensure the text is rendered correctly if the surrounding content’s direction is different.
|
|
@@ -2487,8 +2581,8 @@ export interface BaseTypographyProps {
|
|
|
2487
2581
|
/**
|
|
2488
2582
|
* Indicates the directionality of the element’s text.
|
|
2489
2583
|
*
|
|
2490
|
-
* - `ltr`: languages written from left to right (
|
|
2491
|
-
* - `rtl`: languages written from right to left (
|
|
2584
|
+
* - `ltr`: languages written from left to right (such as English)
|
|
2585
|
+
* - `rtl`: languages written from right to left (such as Arabic)
|
|
2492
2586
|
* - `auto`: the user agent determines the direction based on the content
|
|
2493
2587
|
* - `''`: direction is inherited from parent elements (equivalent to not setting the attribute)
|
|
2494
2588
|
*
|
|
@@ -2498,6 +2592,7 @@ export interface BaseTypographyProps {
|
|
|
2498
2592
|
*/
|
|
2499
2593
|
dir?: "ltr" | "rtl" | "auto" | "";
|
|
2500
2594
|
}
|
|
2595
|
+
/** @publicDocs */
|
|
2501
2596
|
export interface BlockTypographyProps {
|
|
2502
2597
|
/**
|
|
2503
2598
|
* Truncates the text content to the specified number of lines.
|
|
@@ -2526,7 +2621,7 @@ interface HeadingProps$1 extends GlobalProps, AccessibilityVisibilityProps, Bloc
|
|
|
2526
2621
|
*
|
|
2527
2622
|
* @default 'heading'
|
|
2528
2623
|
*
|
|
2529
|
-
* @implementation The `heading` role doesn
|
|
2624
|
+
* @implementation The `heading` role doesn’t need to be applied if
|
|
2530
2625
|
* the host applies it for you; for example, an HTML host rendering
|
|
2531
2626
|
* an `<h2>` element should not apply the `heading` role.
|
|
2532
2627
|
*/
|
|
@@ -2536,11 +2631,22 @@ interface IconProps$1 extends GlobalProps, Pick<InteractionProps, "interestFor">
|
|
|
2536
2631
|
/**
|
|
2537
2632
|
* Sets the tone of the icon, based on the intention of the information being conveyed.
|
|
2538
2633
|
*
|
|
2634
|
+
* - `'auto'`: Inherits the tone from its parent context.
|
|
2635
|
+
* - `'neutral'`: Standard, non-semantic color for general-purpose icons.
|
|
2636
|
+
* - `'info'`: Informational content.
|
|
2637
|
+
* - `'success'`: Positive outcomes or confirmations.
|
|
2638
|
+
* - `'warning'`: Cautionary messages or alerts.
|
|
2639
|
+
* - `'critical'`: Errors, destructive actions, or urgent warnings.
|
|
2640
|
+
* - `'custom'`: Inherits a custom color from its parent element's CSS.
|
|
2641
|
+
*
|
|
2539
2642
|
* @default 'auto'
|
|
2540
2643
|
*/
|
|
2541
2644
|
tone?: ToneKeyword;
|
|
2542
2645
|
/**
|
|
2543
|
-
*
|
|
2646
|
+
* The color emphasis of the icon.
|
|
2647
|
+
*
|
|
2648
|
+
* - `'base'`: Standard color intensity.
|
|
2649
|
+
* - `'subdued'`: A lighter, less prominent appearance.
|
|
2544
2650
|
*
|
|
2545
2651
|
* @default 'base'
|
|
2546
2652
|
*/
|
|
@@ -2548,148 +2654,115 @@ interface IconProps$1 extends GlobalProps, Pick<InteractionProps, "interestFor">
|
|
|
2548
2654
|
/**
|
|
2549
2655
|
* Adjusts the size of the icon.
|
|
2550
2656
|
*
|
|
2657
|
+
* - `'small-200'`: Extra extra small.
|
|
2658
|
+
* - `'small-100'`: Extra small.
|
|
2659
|
+
* - `'small'`: Small.
|
|
2660
|
+
* - `'base'`: Standard size.
|
|
2661
|
+
* - `'large'`: Large.
|
|
2662
|
+
* - `'large-100'`: Extra large.
|
|
2663
|
+
*
|
|
2551
2664
|
* @default 'base'
|
|
2552
2665
|
*/
|
|
2553
2666
|
size?: SizeKeyword;
|
|
2667
|
+
/**
|
|
2668
|
+
* The type of icon to display. You can specify an icon name from the available icon set, or use an empty string to show no icon.
|
|
2669
|
+
*/
|
|
2554
2670
|
type?: IconType | AnyString;
|
|
2555
2671
|
}
|
|
2672
|
+
/** @publicDocs */
|
|
2556
2673
|
export interface BaseImageProps {
|
|
2557
2674
|
/**
|
|
2558
|
-
*
|
|
2559
|
-
* understand what it is about. It is extremely useful for both users using
|
|
2560
|
-
* assistive technology and sighted users. A well written description
|
|
2561
|
-
* provides people with visual impairments the ability to participate in
|
|
2562
|
-
* consuming non-text content. When a screen readers encounters an `s-image`,
|
|
2563
|
-
* the description is read and announced aloud. If an image fails to load,
|
|
2564
|
-
* potentially due to a poor connection, the `alt` is displayed on
|
|
2565
|
-
* screen instead. This has the benefit of letting a sighted buyer know an
|
|
2566
|
-
* image was meant to load here, but as an alternative, they’re still able to
|
|
2567
|
-
* consume the text content. Read
|
|
2568
|
-
* [considerations when writing alternative text](https://www.shopify.com/ca/blog/image-alt-text#4)
|
|
2569
|
-
* to learn more.
|
|
2675
|
+
* Alternative text that describes the image for screen readers. This text should convey the meaning or content of the image to users who can't see it.
|
|
2570
2676
|
*
|
|
2571
2677
|
* @default `''`
|
|
2572
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt
|
|
2573
2678
|
*/
|
|
2574
2679
|
alt?: string;
|
|
2575
2680
|
/**
|
|
2576
|
-
*
|
|
2577
|
-
*
|
|
2578
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#sizes
|
|
2681
|
+
* The sizes of the image at different viewport widths. Use this with `srcSet` to tell the browser which image to load (for example, `'(max-width: 320px) 280px, 640px'`).
|
|
2579
2682
|
*/
|
|
2580
2683
|
sizes?: string;
|
|
2581
2684
|
/**
|
|
2582
|
-
* The image
|
|
2583
|
-
*
|
|
2584
|
-
* When the image is loading or no `src` is provided, a placeholder will be rendered.
|
|
2585
|
-
*
|
|
2586
|
-
* @implementation Surfaces may choose the style of the placeholder, but the space the image occupies should be
|
|
2587
|
-
* reserved, except in cases where the image area does not have a contextual inline or block size, which should be rare.
|
|
2588
|
-
*
|
|
2589
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#src
|
|
2685
|
+
* The URL of the image to display. You can provide an absolute or relative URL pointing to the image file. When the image is loading or no `src` is provided, a placeholder is rendered in its place.
|
|
2590
2686
|
*/
|
|
2591
2687
|
src?: string;
|
|
2592
2688
|
/**
|
|
2593
|
-
* A set of image
|
|
2594
|
-
*
|
|
2595
|
-
* This overrides the `src` property.
|
|
2596
|
-
*
|
|
2597
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#srcset
|
|
2689
|
+
* A set of source images with different sizes for responsive loading. Use this to provide multiple image sizes for different screen resolutions (for example, `'image-320w.jpg 320w, image-640w.jpg 640w'`). This overrides the `src` property when the browser can match a suitable source.
|
|
2598
2690
|
*/
|
|
2599
2691
|
srcSet?: string;
|
|
2600
2692
|
}
|
|
2601
2693
|
interface ImageProps$1 extends GlobalProps, BaseImageProps, BorderProps {
|
|
2602
2694
|
/**
|
|
2603
|
-
* Sets the semantic meaning of the
|
|
2604
|
-
* the role will be used by assistive technologies to help users
|
|
2605
|
-
* navigate the page.
|
|
2695
|
+
* Sets the semantic meaning of the image content. When set, the role will be used by assistive technologies to help users navigate the page.
|
|
2606
2696
|
*
|
|
2607
|
-
*
|
|
2697
|
+
* - `'img'`: Identifies the element as an image that conveys meaningful information to users.
|
|
2698
|
+
* - `'none'`: Completely hides the element and its content from assistive technologies.
|
|
2699
|
+
* - `'presentation'`: Removes semantic meaning, making the image purely decorative and ignored by screen readers.
|
|
2608
2700
|
*
|
|
2609
|
-
* @
|
|
2610
|
-
* the host applies it for you; for example, an HTML host rendering
|
|
2611
|
-
* an `<img>` element should not apply the `img` role.
|
|
2701
|
+
* @default 'img'
|
|
2612
2702
|
*/
|
|
2613
2703
|
accessibilityRole?: "img" | ExtractStrict<AccessibilityRole, "presentation" | "none">;
|
|
2614
2704
|
/**
|
|
2615
2705
|
* The displayed inline width of the image.
|
|
2616
2706
|
*
|
|
2617
|
-
* - `fill`:
|
|
2618
|
-
* - `auto`:
|
|
2707
|
+
* - `'fill'`: The image takes up 100% of the available inline size.
|
|
2708
|
+
* - `'auto'`: The image is displayed at its natural size.
|
|
2619
2709
|
*
|
|
2620
2710
|
* @default 'fill'
|
|
2621
|
-
*
|
|
2622
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#width
|
|
2623
2711
|
*/
|
|
2624
2712
|
inlineSize?: "fill" | "auto";
|
|
2625
2713
|
/**
|
|
2626
|
-
* The aspect ratio of the image.
|
|
2627
|
-
*
|
|
2628
|
-
* The rendering of the image will depend on the `inlineSize` value:
|
|
2629
|
-
*
|
|
2630
|
-
* - `inlineSize="fill"`: the aspect ratio will be respected and the image will take the necessary space.
|
|
2631
|
-
* - `inlineSize="auto"`: the image will not render until it has loaded and the aspect ratio will be ignored.
|
|
2632
|
-
*
|
|
2633
|
-
* For example, if the value is set as `50 / 100`, the getter returns `50 / 100`.
|
|
2634
|
-
* If the value is set as `0.5`, the getter returns `0.5 / 1`.
|
|
2714
|
+
* The aspect ratio of the image as a width-to-height ratio (for example, `'16/9'` or `'1'`). This helps prevent layout shifts while the image loads.
|
|
2635
2715
|
*
|
|
2636
2716
|
* @default '1/1'
|
|
2637
|
-
*
|
|
2638
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
|
|
2639
2717
|
*/
|
|
2640
2718
|
aspectRatio?: `${number}${optionalSpace}/${optionalSpace}${number}` | `${number}`;
|
|
2641
2719
|
/**
|
|
2642
|
-
*
|
|
2643
|
-
* The image is positioned in the center of the container.
|
|
2720
|
+
* 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).
|
|
2644
2721
|
*
|
|
2645
|
-
*
|
|
2722
|
+
* - `'contain'`: Fits the entire image within the container, preserving aspect ratio. May leave empty space.
|
|
2723
|
+
* - `'cover'`: Fills the container while preserving aspect ratio, cropping the image if needed.
|
|
2646
2724
|
*
|
|
2647
|
-
* @
|
|
2725
|
+
* @default 'contain'
|
|
2648
2726
|
*/
|
|
2649
2727
|
objectFit?: "contain" | "cover";
|
|
2650
2728
|
/**
|
|
2651
|
-
*
|
|
2652
|
-
*
|
|
2653
|
-
* - `
|
|
2729
|
+
* When the image should be loaded.
|
|
2730
|
+
*
|
|
2731
|
+
* - `'eager'`: Loads the image immediately.
|
|
2732
|
+
* - `'lazy'`: Defers loading until the image is near the viewport.
|
|
2654
2733
|
*
|
|
2655
2734
|
* @default 'eager'
|
|
2656
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading
|
|
2657
2735
|
*/
|
|
2658
2736
|
loading?: "eager" | "lazy";
|
|
2659
2737
|
/**
|
|
2660
|
-
*
|
|
2661
|
-
*
|
|
2662
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
|
|
2738
|
+
* A callback that's fired when the image has loaded successfully.
|
|
2663
2739
|
*/
|
|
2664
2740
|
onLoad?: (event: Event) => void;
|
|
2665
2741
|
/**
|
|
2666
|
-
*
|
|
2667
|
-
*
|
|
2668
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
|
|
2742
|
+
* A callback that's fired when the image fails to load.
|
|
2669
2743
|
*/
|
|
2670
2744
|
onError?: (event: Event) => void;
|
|
2671
2745
|
}
|
|
2672
2746
|
interface LinkProps$1 extends GlobalProps, LinkBehaviorProps {
|
|
2673
2747
|
/**
|
|
2674
|
-
* The content of the
|
|
2748
|
+
* The content of the link.
|
|
2675
2749
|
*/
|
|
2676
2750
|
children?: ComponentChildren;
|
|
2677
2751
|
/**
|
|
2678
|
-
* Sets the tone of the
|
|
2752
|
+
* Sets the tone of the link, based on the intention of the information being conveyed.
|
|
2679
2753
|
*
|
|
2680
2754
|
* @default 'auto'
|
|
2681
2755
|
*/
|
|
2682
2756
|
tone?: ToneKeyword;
|
|
2683
2757
|
/**
|
|
2684
|
-
* A label that describes the purpose or contents of the
|
|
2758
|
+
* A label that describes the purpose or contents of the link. It will be read to users using assistive technologies such as screen readers.
|
|
2685
2759
|
*
|
|
2686
2760
|
* Use this when using only an icon or the content of the link is not enough context
|
|
2687
2761
|
* for users using assistive technologies.
|
|
2688
2762
|
*/
|
|
2689
2763
|
accessibilityLabel?: string;
|
|
2690
2764
|
/**
|
|
2691
|
-
*
|
|
2692
|
-
* It will allow assistive technologies such as screen readers to invoke the correct pronunciation.
|
|
2765
|
+
* 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.
|
|
2693
2766
|
* [Reference of values](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) ("subtag" label)
|
|
2694
2767
|
*/
|
|
2695
2768
|
lang?: string;
|
|
@@ -2703,170 +2776,196 @@ interface ListItemProps$1 extends GlobalProps {
|
|
|
2703
2776
|
interface MapProps$1 extends GlobalProps, SizingProps {
|
|
2704
2777
|
/**
|
|
2705
2778
|
* A valid API key for the map service provider.
|
|
2706
|
-
*
|
|
2707
|
-
* 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.
|
|
2708
2779
|
*/
|
|
2709
2780
|
apiKey?: string;
|
|
2710
2781
|
/**
|
|
2711
|
-
*
|
|
2782
|
+
* The latitude of the map's center point, in degrees.
|
|
2712
2783
|
*
|
|
2713
2784
|
* @default 0
|
|
2714
2785
|
*/
|
|
2715
2786
|
latitude?: number;
|
|
2716
2787
|
/**
|
|
2717
|
-
*
|
|
2788
|
+
* The longitude of the map's center point, in degrees.
|
|
2718
2789
|
*
|
|
2719
2790
|
* @default 0
|
|
2720
2791
|
*/
|
|
2721
2792
|
longitude?: number;
|
|
2722
2793
|
/**
|
|
2723
|
-
* A label that describes the purpose or contents of the map.
|
|
2724
|
-
*
|
|
2725
|
-
* When set, it will be announced to users using assistive technologies and will provide them with more context.
|
|
2794
|
+
* A label that describes the purpose or contents of the map. When set, it will be announced to users using assistive technologies.
|
|
2726
2795
|
*/
|
|
2727
2796
|
accessibilityLabel?: string;
|
|
2728
2797
|
/**
|
|
2729
|
-
* The initial
|
|
2730
|
-
*
|
|
2731
|
-
* Valid zoom values are numbers from zero up to 18.
|
|
2732
|
-
* Larger zoom values correspond to a higher resolution.
|
|
2798
|
+
* The initial zoom level of the map. Valid values are numbers from 0 to 18.
|
|
2733
2799
|
*
|
|
2734
2800
|
* @default 4
|
|
2735
2801
|
*/
|
|
2736
2802
|
zoom?: number;
|
|
2737
2803
|
/**
|
|
2738
|
-
* The maximum zoom level
|
|
2739
|
-
*
|
|
2740
|
-
* Valid zoom values are numbers from zero up to 18.
|
|
2804
|
+
* The maximum zoom level the user can reach on the map. Valid values are numbers from 0 to 18.
|
|
2741
2805
|
*
|
|
2742
2806
|
* @default 18
|
|
2743
2807
|
*/
|
|
2744
2808
|
maxZoom?: number;
|
|
2745
2809
|
/**
|
|
2746
|
-
* The minimum zoom level
|
|
2747
|
-
*
|
|
2748
|
-
* Valid zoom values are numbers from zero up to 18.
|
|
2810
|
+
* The minimum zoom level the user can reach on the map. Valid values are numbers from 0 to 18.
|
|
2749
2811
|
*
|
|
2750
2812
|
* @default 0
|
|
2751
2813
|
*/
|
|
2752
2814
|
minZoom?: number;
|
|
2753
2815
|
/**
|
|
2754
|
-
*
|
|
2816
|
+
* A callback that's fired when the visible map boundaries change.
|
|
2755
2817
|
*/
|
|
2756
2818
|
onBoundsChange?: (event: MapBoundsChangeEvent) => void;
|
|
2757
2819
|
/**
|
|
2758
|
-
*
|
|
2820
|
+
* A callback that's fired when the map view changes, such as when the user pans or zooms.
|
|
2759
2821
|
*/
|
|
2760
2822
|
onViewChange?: (event: MapViewChangeEvent) => void;
|
|
2761
2823
|
/**
|
|
2762
|
-
*
|
|
2824
|
+
* A callback that's fired when the user clicks on the map.
|
|
2763
2825
|
*/
|
|
2764
2826
|
onClick?: (event: MapClickEvent) => void;
|
|
2765
2827
|
/**
|
|
2766
|
-
*
|
|
2828
|
+
* A callback that's fired when the user double-clicks on the map.
|
|
2767
2829
|
*/
|
|
2768
2830
|
onDblClick?: (event: MapDblClickEvent) => void;
|
|
2769
2831
|
}
|
|
2832
|
+
/**
|
|
2833
|
+
* A geographic coordinate pair representing a location on the map.
|
|
2834
|
+
*/
|
|
2770
2835
|
interface Location$1 {
|
|
2836
|
+
/**
|
|
2837
|
+
* The latitude of the location in degrees.
|
|
2838
|
+
*/
|
|
2771
2839
|
latitude?: number;
|
|
2840
|
+
/**
|
|
2841
|
+
* The longitude of the location in degrees.
|
|
2842
|
+
*/
|
|
2772
2843
|
longitude?: number;
|
|
2773
2844
|
}
|
|
2845
|
+
/**
|
|
2846
|
+
* The geographic boundaries of a visible map area.
|
|
2847
|
+
* @publicDocs
|
|
2848
|
+
*/
|
|
2774
2849
|
export interface Bounds {
|
|
2850
|
+
/**
|
|
2851
|
+
* The north-east corner of the bounded area.
|
|
2852
|
+
*/
|
|
2775
2853
|
northEast?: Location$1;
|
|
2854
|
+
/**
|
|
2855
|
+
* The south-west corner of the bounded area.
|
|
2856
|
+
*/
|
|
2776
2857
|
southWest?: Location$1;
|
|
2777
2858
|
}
|
|
2859
|
+
/**
|
|
2860
|
+
* The event data for map view changes.
|
|
2861
|
+
* @publicDocs
|
|
2862
|
+
*/
|
|
2778
2863
|
export interface MapViewChangeEvent extends Event {
|
|
2864
|
+
/**
|
|
2865
|
+
* The geographic location of the new map center.
|
|
2866
|
+
*/
|
|
2779
2867
|
location?: Location$1;
|
|
2868
|
+
/**
|
|
2869
|
+
* The current zoom level of the map after the view change.
|
|
2870
|
+
*/
|
|
2780
2871
|
zoom?: number;
|
|
2781
2872
|
}
|
|
2873
|
+
/**
|
|
2874
|
+
* The event data for map bounds changes.
|
|
2875
|
+
* @publicDocs
|
|
2876
|
+
*/
|
|
2782
2877
|
export interface MapBoundsChangeEvent extends Event {
|
|
2878
|
+
/**
|
|
2879
|
+
* The geographic boundaries of the visible map area after the change.
|
|
2880
|
+
*/
|
|
2783
2881
|
bounds?: Bounds;
|
|
2784
2882
|
}
|
|
2883
|
+
/**
|
|
2884
|
+
* The event data for map click events.
|
|
2885
|
+
* @publicDocs
|
|
2886
|
+
*/
|
|
2785
2887
|
export interface MapClickEvent extends Event {
|
|
2888
|
+
/**
|
|
2889
|
+
* The geographic location of the click.
|
|
2890
|
+
*/
|
|
2786
2891
|
location?: Location$1;
|
|
2787
2892
|
}
|
|
2893
|
+
/**
|
|
2894
|
+
* The event data for map double-click events.
|
|
2895
|
+
* @publicDocs
|
|
2896
|
+
*/
|
|
2788
2897
|
export interface MapDblClickEvent extends Event {
|
|
2898
|
+
/**
|
|
2899
|
+
* The geographic location of the double-click.
|
|
2900
|
+
*/
|
|
2789
2901
|
location?: Location$1;
|
|
2790
2902
|
}
|
|
2791
2903
|
interface MapMarkerProps$1 extends GlobalProps, InteractionProps, Pick<SizingProps, "blockSize" | "inlineSize"> {
|
|
2792
2904
|
/**
|
|
2793
|
-
*
|
|
2905
|
+
* The latitude of the marker location, in degrees.
|
|
2794
2906
|
*
|
|
2795
2907
|
* @default 0
|
|
2796
2908
|
*/
|
|
2797
2909
|
latitude?: number;
|
|
2798
2910
|
/**
|
|
2799
|
-
*
|
|
2911
|
+
* The longitude of the marker location, in degrees.
|
|
2800
2912
|
*
|
|
2801
2913
|
* @default 0
|
|
2802
2914
|
*/
|
|
2803
2915
|
longitude?: number;
|
|
2804
2916
|
/**
|
|
2805
|
-
* A label that describes the purpose of the marker. When set,
|
|
2806
|
-
* it will be announced to users using assistive technologies and will
|
|
2807
|
-
* provide them with more context.
|
|
2917
|
+
* A label that describes the purpose of the marker. When set, it will be announced to users using assistive technologies.
|
|
2808
2918
|
*/
|
|
2809
2919
|
accessibilityLabel?: string;
|
|
2810
2920
|
/**
|
|
2811
|
-
*
|
|
2921
|
+
* Whether the marker can be grouped into clusters when zoomed out.
|
|
2812
2922
|
*
|
|
2813
2923
|
* @default false
|
|
2814
2924
|
*/
|
|
2815
2925
|
clusterable?: boolean;
|
|
2816
2926
|
/**
|
|
2817
|
-
* The graphic to use as the marker.
|
|
2818
|
-
*
|
|
2819
|
-
* If unset, it will default to the provider’s default marker.
|
|
2927
|
+
* The graphic to use as the marker. If unset, the default marker from the map provider is used.
|
|
2820
2928
|
*/
|
|
2821
2929
|
graphic?: ComponentChildren;
|
|
2822
2930
|
/**
|
|
2823
|
-
*
|
|
2824
|
-
*
|
|
2825
|
-
* It does not trigger a click event on the map itself.
|
|
2931
|
+
* A callback that's fired when the marker is clicked. This does not trigger a click event on the map.
|
|
2826
2932
|
*/
|
|
2827
2933
|
onClick?: (event: Event) => void;
|
|
2828
2934
|
}
|
|
2829
2935
|
interface ModalProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ActionSlots {
|
|
2830
2936
|
/**
|
|
2831
|
-
* A label that describes the purpose of the modal. When set,
|
|
2832
|
-
* it will be announced to users using assistive technologies and will
|
|
2833
|
-
* provide them with more context.
|
|
2834
|
-
*
|
|
2835
|
-
* This overrides the `heading` prop for screen readers.
|
|
2937
|
+
* 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.
|
|
2836
2938
|
*/
|
|
2837
2939
|
accessibilityLabel?: string;
|
|
2838
2940
|
/**
|
|
2839
|
-
* A title that describes the content of the
|
|
2840
|
-
*
|
|
2941
|
+
* A title that describes the content of the modal.
|
|
2841
2942
|
*/
|
|
2842
2943
|
heading?: string;
|
|
2843
2944
|
/**
|
|
2844
|
-
* Adjust the padding around the
|
|
2845
|
-
*
|
|
2846
|
-
* `base`: applies padding that is appropriate for the element.
|
|
2945
|
+
* Adjust the padding around the modal content.
|
|
2847
2946
|
*
|
|
2848
|
-
* `
|
|
2849
|
-
* to the edge of the
|
|
2850
|
-
* to bring back the desired padding for the rest of the content.
|
|
2947
|
+
* - `base`: Applies padding that is appropriate for the element.
|
|
2948
|
+
* - `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.
|
|
2851
2949
|
*
|
|
2852
2950
|
* @default 'base'
|
|
2853
2951
|
*/
|
|
2854
2952
|
padding?: "base" | "none";
|
|
2855
2953
|
/**
|
|
2856
|
-
* Adjust the size of the
|
|
2954
|
+
* Adjust the size of the modal.
|
|
2857
2955
|
*
|
|
2858
|
-
* `max`:
|
|
2956
|
+
* `max`: Expands the modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
|
|
2859
2957
|
*
|
|
2860
2958
|
* @default 'base'
|
|
2861
2959
|
*/
|
|
2862
2960
|
size?: SizeKeyword | "max";
|
|
2863
2961
|
/**
|
|
2864
|
-
* The content of the
|
|
2962
|
+
* The content of the modal.
|
|
2865
2963
|
*/
|
|
2866
2964
|
children?: ComponentChildren;
|
|
2867
2965
|
}
|
|
2868
2966
|
interface MoneyFieldProps$1 extends GlobalProps, BaseTextFieldProps, NumberConstraintsProps, AutocompleteProps<MoneyAutocompleteField> {
|
|
2869
2967
|
}
|
|
2968
|
+
/** @publicDocs */
|
|
2870
2969
|
export type MoneyAutocompleteField = ExtractStrict<AnyAutocompleteField, "transaction-amount">;
|
|
2871
2970
|
interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, AutocompleteProps<NumberAutocompleteField>, NumberConstraintsProps, FieldDecorationProps {
|
|
2872
2971
|
/**
|
|
@@ -2877,6 +2976,7 @@ interface NumberFieldProps$1 extends GlobalProps, BaseTextFieldProps, Autocomple
|
|
|
2877
2976
|
*/
|
|
2878
2977
|
inputMode?: "decimal" | "numeric";
|
|
2879
2978
|
}
|
|
2979
|
+
/** @publicDocs */
|
|
2880
2980
|
export type NumberAutocompleteField = ExtractStrict<AnyAutocompleteField, "one-time-code" | "cc-number" | "cc-csc">;
|
|
2881
2981
|
interface OptionProps$1 extends GlobalProps, BaseOptionProps {
|
|
2882
2982
|
/**
|
|
@@ -2900,6 +3000,7 @@ interface ParagraphProps$1 extends GlobalProps, BaseTypographyProps, BlockTypogr
|
|
|
2900
3000
|
*/
|
|
2901
3001
|
type?: ParagraphType;
|
|
2902
3002
|
}
|
|
3003
|
+
/** @publicDocs */
|
|
2903
3004
|
export type ParagraphType =
|
|
2904
3005
|
/**
|
|
2905
3006
|
* Indicate the text is a structural grouping of related content.
|
|
@@ -2920,27 +3021,25 @@ export type ParagraphType =
|
|
|
2920
3021
|
| "small";
|
|
2921
3022
|
interface PasswordFieldProps$1 extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<PasswordAutocompleteField> {
|
|
2922
3023
|
}
|
|
3024
|
+
/** @publicDocs */
|
|
2923
3025
|
export type PasswordAutocompleteField = ExtractStrict<AnyAutocompleteField, "new-password" | "current-password">;
|
|
2924
3026
|
interface PaymentIconProps$1 extends GlobalProps {
|
|
2925
3027
|
/**
|
|
2926
|
-
* The
|
|
3028
|
+
* The name of the payment method icon to display.
|
|
2927
3029
|
*
|
|
2928
3030
|
* @default ''
|
|
2929
3031
|
*/
|
|
2930
3032
|
type?: PaymentIconName | AnyString;
|
|
2931
3033
|
/**
|
|
2932
|
-
* A label that describes the purpose or contents of the icon.
|
|
2933
|
-
*
|
|
2934
|
-
* When set, it will be announced to users using assistive technologies and will provide them with more context.
|
|
2935
|
-
* This should only be used if the icon requires an alternative internationalised label
|
|
2936
|
-
* or if it is otherwise inappropriate to make use of the default label included with the icon.
|
|
3034
|
+
* A label that describes the purpose or contents of the payment icon. When set, it will be announced to users using assistive technologies.
|
|
2937
3035
|
*/
|
|
2938
3036
|
accessibilityLabel?: string;
|
|
2939
3037
|
}
|
|
3038
|
+
/** @publicDocs */
|
|
2940
3039
|
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";
|
|
2941
3040
|
interface PopoverProps$1 extends GlobalProps, BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, SizingProps {
|
|
2942
3041
|
/**
|
|
2943
|
-
* The content
|
|
3042
|
+
* The content displayed within the popover, which appears in an overlay positioned relative to its trigger element.
|
|
2944
3043
|
*/
|
|
2945
3044
|
children?: ComponentChildren;
|
|
2946
3045
|
}
|
|
@@ -2962,25 +3061,28 @@ interface PressButtonProps$1 extends GlobalProps, Pick<ButtonProps$1, "accessibi
|
|
|
2962
3061
|
}
|
|
2963
3062
|
interface ProductThumbnailProps$1 extends GlobalProps, BaseImageProps {
|
|
2964
3063
|
/**
|
|
2965
|
-
*
|
|
3064
|
+
* The quantity badge displayed on the product thumbnail.
|
|
2966
3065
|
*/
|
|
2967
3066
|
totalItems?: number;
|
|
2968
3067
|
/**
|
|
2969
|
-
* Adjusts the size the product thumbnail image.
|
|
3068
|
+
* Adjusts the size of the product thumbnail image.
|
|
3069
|
+
*
|
|
3070
|
+
* - `'small-200'`: Extra extra small.
|
|
3071
|
+
* - `'small-100'`: Extra small.
|
|
3072
|
+
* - `'small'`: Small.
|
|
3073
|
+
* - `'base'`: Standard size.
|
|
3074
|
+
* - `'large'`: Large.
|
|
3075
|
+
* - `'large-100'`: Extra large.
|
|
2970
3076
|
*
|
|
2971
3077
|
* @default 'base'
|
|
2972
3078
|
*/
|
|
2973
3079
|
size?: SizeKeyword;
|
|
2974
3080
|
/**
|
|
2975
|
-
*
|
|
2976
|
-
*
|
|
2977
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onload
|
|
3081
|
+
* A callback that's fired when the thumbnail image has loaded successfully.
|
|
2978
3082
|
*/
|
|
2979
3083
|
onLoad?: (event: Event) => void;
|
|
2980
3084
|
/**
|
|
2981
|
-
*
|
|
2982
|
-
*
|
|
2983
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
|
|
3085
|
+
* A callback that's fired when the thumbnail image fails to load.
|
|
2984
3086
|
*/
|
|
2985
3087
|
onError?: (event: Event) => void;
|
|
2986
3088
|
}
|
|
@@ -3002,7 +3104,7 @@ interface ProgressProps$1 extends GlobalProps {
|
|
|
3002
3104
|
/**
|
|
3003
3105
|
* Specifies how much of the task has been completed.
|
|
3004
3106
|
*
|
|
3005
|
-
* It must be a valid floating point number between 0 and `max`, or between 0 and 1 if `max` is omitted.
|
|
3107
|
+
* It must be a valid floating point number between `0` and `max`, or between `0` and `1` if `max` is omitted.
|
|
3006
3108
|
* If there is no value attribute, the progress bar is indeterminate;
|
|
3007
3109
|
* this indicates that an activity is ongoing with no indication of how long it is expected to take.
|
|
3008
3110
|
*
|
|
@@ -3016,7 +3118,7 @@ interface ProgressProps$1 extends GlobalProps {
|
|
|
3016
3118
|
/**
|
|
3017
3119
|
* This attribute describes how much work the task indicated by the progress element requires.
|
|
3018
3120
|
*
|
|
3019
|
-
* The `max` attribute, if present, must have a value greater than 0 and be a valid floating point number.
|
|
3121
|
+
* The `max` attribute, if present, must have a value greater than `0` and be a valid floating point number.
|
|
3020
3122
|
*
|
|
3021
3123
|
* @default 1
|
|
3022
3124
|
*
|
|
@@ -3026,46 +3128,39 @@ interface ProgressProps$1 extends GlobalProps {
|
|
|
3026
3128
|
}
|
|
3027
3129
|
interface QRCodeProps$1 extends GlobalProps {
|
|
3028
3130
|
/**
|
|
3029
|
-
*
|
|
3131
|
+
* The border style of the QR code.
|
|
3030
3132
|
*
|
|
3031
|
-
* `base`:
|
|
3032
|
-
* `none`:
|
|
3133
|
+
* - `'base'`: Applies a standard border.
|
|
3134
|
+
* - `'none'`: Removes the border.
|
|
3033
3135
|
*
|
|
3034
3136
|
* @default 'base'
|
|
3035
3137
|
*/
|
|
3036
3138
|
border?: "base" | "none";
|
|
3037
3139
|
/**
|
|
3038
|
-
* The
|
|
3039
|
-
* Specific string formatting can trigger actions on the user's device when scanned, like opening geolocation
|
|
3040
|
-
* coordinates on a map, opening a preferred app or app store entry, preparing an email, text message, and more.
|
|
3140
|
+
* The data to encode in the QR code. This can be any string, such as a URL, email address, or plain text. When scanned, specific string formats can trigger device actions like opening a link, preparing an email, or launching an app.
|
|
3041
3141
|
*/
|
|
3042
3142
|
content?: string;
|
|
3043
3143
|
/**
|
|
3044
3144
|
* The displayed size of the QR code.
|
|
3045
3145
|
*
|
|
3046
|
-
* `fill`:
|
|
3047
|
-
* `base`:
|
|
3146
|
+
* - `'fill'`: The QR code takes up 100% of the available inline size and maintains a 1:1 aspect ratio.
|
|
3147
|
+
* - `'base'`: The QR code is displayed at its default size.
|
|
3048
3148
|
*
|
|
3049
3149
|
* @default 'base'
|
|
3050
3150
|
*/
|
|
3051
3151
|
size?: "base" | "fill";
|
|
3052
3152
|
/**
|
|
3053
|
-
* A label that describes the purpose or contents of the QR code. When set,
|
|
3054
|
-
* it will be announced to users using assistive technologies and will
|
|
3055
|
-
* provide more context about what the QR code may do when scanned.
|
|
3153
|
+
* A label that describes the purpose or contents of the QR code. When set, it will be announced to users using assistive technologies.
|
|
3056
3154
|
*
|
|
3057
3155
|
* @default 'QR code' (translated to the user's locale)
|
|
3058
3156
|
*/
|
|
3059
3157
|
accessibilityLabel?: string;
|
|
3060
3158
|
/**
|
|
3061
|
-
*
|
|
3062
|
-
* If an error occurs, the QR code and its child elements will not be displayed.
|
|
3159
|
+
* A callback that's fired when the conversion of `content` to a QR code fails. If an error occurs, the QR code and its child elements will not be displayed.
|
|
3063
3160
|
*/
|
|
3064
3161
|
onError?: (event: Event) => void;
|
|
3065
3162
|
/**
|
|
3066
|
-
* URL of an image to
|
|
3067
|
-
* This is useful for branding or to indicate to the user what scanning the QR code will do.
|
|
3068
|
-
* By default, no image is displayed.
|
|
3163
|
+
* URL of an image to display in the center of the QR code, typically used for branding or to indicate what scanning the code will do.
|
|
3069
3164
|
*/
|
|
3070
3165
|
logo?: string;
|
|
3071
3166
|
}
|
|
@@ -3089,6 +3184,7 @@ interface QueryContainerProps$1 extends GlobalProps {
|
|
|
3089
3184
|
*/
|
|
3090
3185
|
containerName?: string;
|
|
3091
3186
|
}
|
|
3187
|
+
/** @publicDocs */
|
|
3092
3188
|
export type OverflowKeyword = "auto" | "hidden";
|
|
3093
3189
|
interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "overflow"> {
|
|
3094
3190
|
/**
|
|
@@ -3109,19 +3205,19 @@ interface ScrollBoxProps$1 extends GlobalProps, Omit<BaseBoxPropsWithRole, "over
|
|
|
3109
3205
|
}
|
|
3110
3206
|
interface SectionProps$1 extends GlobalProps, ActionSlots {
|
|
3111
3207
|
/**
|
|
3112
|
-
* The content of the
|
|
3208
|
+
* The content of the section.
|
|
3113
3209
|
*/
|
|
3114
3210
|
children?: ComponentChildren;
|
|
3115
3211
|
/**
|
|
3116
3212
|
* A label used to describe the section that will be announced by assistive technologies.
|
|
3117
3213
|
*
|
|
3118
|
-
* When no `heading` property is provided or included as a
|
|
3119
|
-
* `accessibilityLabel` to describe the
|
|
3214
|
+
* When no `heading` property is provided or included as a child of the section, you **must** provide an
|
|
3215
|
+
* `accessibilityLabel` to describe the section. This is important as it allows assistive technologies to provide
|
|
3120
3216
|
* the right context to users.
|
|
3121
3217
|
*/
|
|
3122
3218
|
accessibilityLabel?: string;
|
|
3123
3219
|
/**
|
|
3124
|
-
* A title
|
|
3220
|
+
* 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.
|
|
3125
3221
|
*/
|
|
3126
3222
|
heading?: string;
|
|
3127
3223
|
/**
|
|
@@ -3129,8 +3225,8 @@ interface SectionProps$1 extends GlobalProps, ActionSlots {
|
|
|
3129
3225
|
*
|
|
3130
3226
|
* - `base`: applies padding that is appropriate for the element. Note that it may result in no padding if
|
|
3131
3227
|
* this is the right design decision in a particular context.
|
|
3132
|
-
* - `none`: removes all padding from the element. This can be useful when elements inside the
|
|
3133
|
-
* to the edge of the
|
|
3228
|
+
* - `none`: removes all padding from the element. This can be useful when elements inside the section need to span
|
|
3229
|
+
* to the edge of the section. For example, a full-width image. In this case, rely on `s-box` with a padding of 'base'
|
|
3134
3230
|
* to bring back the desired padding for the rest of the content.
|
|
3135
3231
|
*
|
|
3136
3232
|
* @default 'base'
|
|
@@ -3147,28 +3243,15 @@ interface SelectProps$1 extends GlobalProps, AutocompleteProps<AnyAutocompleteFi
|
|
|
3147
3243
|
}
|
|
3148
3244
|
interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEventProps, GlobalProps, ActionSlots {
|
|
3149
3245
|
/**
|
|
3150
|
-
* A label that describes the purpose of the sheet. When set,
|
|
3151
|
-
* it will be announced to users using assistive technologies and will
|
|
3152
|
-
* provide them with more context.
|
|
3153
|
-
*
|
|
3154
|
-
* This overrides the `heading` prop for screen readers.
|
|
3246
|
+
* 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.
|
|
3155
3247
|
*/
|
|
3156
3248
|
accessibilityLabel?: string;
|
|
3157
3249
|
/**
|
|
3158
|
-
* The content of the
|
|
3250
|
+
* The content of the sheet.
|
|
3159
3251
|
*/
|
|
3160
3252
|
children?: ComponentChildren;
|
|
3161
3253
|
/**
|
|
3162
|
-
*
|
|
3163
|
-
* This property is necessary in some cases, but its usage is generally discouraged due to potential negative impacts on user experience.
|
|
3164
|
-
*
|
|
3165
|
-
* Developers should:
|
|
3166
|
-
* - Only set this property to true when there are vitally important behaviors of the application that depend on the user interacting with the sheet.
|
|
3167
|
-
* - 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.
|
|
3168
|
-
*
|
|
3169
|
-
* This property is useful for when the Sheet needs to be rendered on the page load and not triggered by a user action.
|
|
3170
|
-
* The property should only take effect when the `Sheet` is rendered for the first time.
|
|
3171
|
-
* To toggle the Sheet after it has been rendered, use the `ui.showOverlay()` method instead.
|
|
3254
|
+
* 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.
|
|
3172
3255
|
*
|
|
3173
3256
|
* @default false
|
|
3174
3257
|
*/
|
|
@@ -3180,12 +3263,8 @@ interface SheetProps$1 extends BaseOverlayProps, BaseOverlayMethods, ToggleEvent
|
|
|
3180
3263
|
/**
|
|
3181
3264
|
* Adjust the padding of all edges.
|
|
3182
3265
|
*
|
|
3183
|
-
* `base`:
|
|
3184
|
-
*
|
|
3185
|
-
*
|
|
3186
|
-
* `none`: removes all padding from the element. This can be useful when elements inside the Sheet need to span
|
|
3187
|
-
* to the edge of the Sheet. For example, a full-width image. In this case, rely on `Box` with a padding of 'base'
|
|
3188
|
-
* to bring back the desired padding for the rest of the content.
|
|
3266
|
+
* - `base`: Applies padding that is appropriate for the element. Note that it may result in no padding if Shopify believes this is the right design decision in a particular context.
|
|
3267
|
+
* - `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.
|
|
3189
3268
|
*
|
|
3190
3269
|
* @default 'base'
|
|
3191
3270
|
*/
|
|
@@ -3288,6 +3367,7 @@ interface TextProps$1 extends GlobalProps, AccessibilityVisibilityProps, BaseTyp
|
|
|
3288
3367
|
*/
|
|
3289
3368
|
type?: TextType;
|
|
3290
3369
|
}
|
|
3370
|
+
/** @publicDocs */
|
|
3291
3371
|
export type TextType =
|
|
3292
3372
|
/**
|
|
3293
3373
|
* Indicate the text is contact information. Typically used for addresses.
|
|
@@ -3398,14 +3478,16 @@ interface TimeProps$1 extends GlobalProps {
|
|
|
3398
3478
|
}
|
|
3399
3479
|
interface TooltipProps$1 extends GlobalProps {
|
|
3400
3480
|
/**
|
|
3401
|
-
* The
|
|
3481
|
+
* The text or elements displayed inside the tooltip popup.
|
|
3402
3482
|
*/
|
|
3403
3483
|
children?: ComponentChildren;
|
|
3404
3484
|
}
|
|
3405
3485
|
interface UnorderedListProps$1 extends GlobalProps {
|
|
3406
3486
|
}
|
|
3487
|
+
/** @publicDocs */
|
|
3407
3488
|
export interface URLFieldProps extends GlobalProps, BaseTextFieldProps, MinMaxLengthProps, AutocompleteProps<URLAutocompleteField> {
|
|
3408
3489
|
}
|
|
3490
|
+
/** @publicDocs */
|
|
3409
3491
|
export type URLAutocompleteField = ExtractStrict<AnyAutocompleteField, "url" | "photo" | "impp" | `${AutocompleteAddressGroup} impp`>;
|
|
3410
3492
|
|
|
3411
3493
|
|
|
@@ -3419,21 +3501,33 @@ type ReducedBorderSizeKeyword = Extract<BorderSizeKeyword, 'none' | 'base' | 'la
|
|
|
3419
3501
|
type ReducedColorKeyword = Extract<ColorKeyword, 'base'>;
|
|
3420
3502
|
type BorderShorthand = ReducedBorderSizeKeyword | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword}` | `${ReducedBorderSizeKeyword} ${ReducedColorKeyword} ${BorderStyleKeyword}`;
|
|
3421
3503
|
/**
|
|
3422
|
-
*
|
|
3504
|
+
* The base properties for elements that don't have children, providing essential attributes like keys and refs for component management.
|
|
3423
3505
|
*/
|
|
3424
3506
|
interface BaseElementProps<TClass = HTMLElement> {
|
|
3507
|
+
/**
|
|
3508
|
+
* A unique identifier for this element within its parent. Used by the rendering engine for efficient reconciliation when lists change.
|
|
3509
|
+
*/
|
|
3425
3510
|
key?: preact.Key;
|
|
3511
|
+
/**
|
|
3512
|
+
* A reference to the underlying DOM element, typically created using `useRef()`. This allows you to access and manipulate the DOM element directly in your component logic.
|
|
3513
|
+
*/
|
|
3426
3514
|
ref?: preact.Ref<TClass>;
|
|
3515
|
+
/**
|
|
3516
|
+
* Assigns this element to a named slot in a parent component that uses slot-based composition patterns.
|
|
3517
|
+
*/
|
|
3427
3518
|
slot?: Lowercase<string>;
|
|
3428
3519
|
}
|
|
3429
3520
|
/**
|
|
3430
|
-
*
|
|
3521
|
+
* The base properties for elements that have children, extending `BaseElementProps` with children support.
|
|
3431
3522
|
*/
|
|
3432
3523
|
interface BaseElementPropsWithChildren<TClass = HTMLElement> extends BaseElementProps<TClass> {
|
|
3524
|
+
/**
|
|
3525
|
+
* The child elements to render within this component.
|
|
3526
|
+
*/
|
|
3433
3527
|
children?: preact.ComponentChildren;
|
|
3434
3528
|
}
|
|
3435
3529
|
/**
|
|
3436
|
-
*
|
|
3530
|
+
* The complete list of [icon names](https://github.com/Shopify/ui-api-design/blob/main/packages/ui-api-design/src/components/Icon/Icon.ts#L10) available in checkout and customer account surfaces. These icons are drawn from Shopify's design system and cover common UI patterns like navigation, status indicators, actions, and commerce concepts.
|
|
3437
3531
|
*
|
|
3438
3532
|
* @see https://github.com/Shopify/ui-api-design/blob/main/packages/ui-api-design/src/components/Icon/Icon.ts#L10
|
|
3439
3533
|
*/
|
|
@@ -4173,7 +4267,21 @@ declare module 'preact' {
|
|
|
4173
4267
|
|
|
4174
4268
|
declare const tagName$v = "s-map-marker";
|
|
4175
4269
|
interface MapMarkerElementProps extends Pick<MapMarkerProps$1, 'accessibilityLabel' | 'blockSize' | 'command' | 'commandFor' | 'clusterable' | 'inlineSize' | 'latitude' | 'longitude'> {
|
|
4270
|
+
/**
|
|
4271
|
+
* Sets the action the `commandFor` target should take when this component is activated. Learn more about the [`command` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command).
|
|
4272
|
+
*
|
|
4273
|
+
* - `--auto`: a default action for the target component.
|
|
4274
|
+
* - `--show`: shows the target component.
|
|
4275
|
+
* - `--hide`: hides the target component.
|
|
4276
|
+
* - `--toggle`: toggles the target component.
|
|
4277
|
+
*
|
|
4278
|
+
* @default '--auto'
|
|
4279
|
+
*/
|
|
4176
4280
|
command?: Extract<MapMarkerProps$1['command'], '--auto' | '--show' | '--hide' | '--toggle'>;
|
|
4281
|
+
/**
|
|
4282
|
+
* 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).
|
|
4283
|
+
*/
|
|
4284
|
+
commandFor?: MapMarkerProps$1['commandFor'];
|
|
4177
4285
|
}
|
|
4178
4286
|
interface MapMarkerEvents extends Pick<MapMarkerProps$1, 'onClick'> {
|
|
4179
4287
|
}
|
|
@@ -4223,6 +4331,18 @@ declare module 'preact' {
|
|
|
4223
4331
|
|
|
4224
4332
|
declare const tagName$t = "s-modal";
|
|
4225
4333
|
interface ModalElementProps extends Pick<ModalProps$1, 'accessibilityLabel' | 'heading' | 'id' | 'padding' | 'size'> {
|
|
4334
|
+
/**
|
|
4335
|
+
* The size of the modal.
|
|
4336
|
+
*
|
|
4337
|
+
* - `'base'`: The default size, suitable for most use cases.
|
|
4338
|
+
* - `'small'`: A compact modal for simple confirmations or short messages.
|
|
4339
|
+
* - `'small-100'`: The smallest modal size.
|
|
4340
|
+
* - `'large'`: A large modal for complex content or forms.
|
|
4341
|
+
* - `'large-100'`: The largest fixed-size modal, providing maximum room for content.
|
|
4342
|
+
* - `'max'`: Expands the modal to its maximum size as defined by the host application, on both the horizontal and vertical axes.
|
|
4343
|
+
*
|
|
4344
|
+
* @default 'base'
|
|
4345
|
+
*/
|
|
4226
4346
|
size?: Extract<ModalProps$1['size'], 'small-100' | 'small' | 'base' | 'large-100' | 'large' | 'max'>;
|
|
4227
4347
|
}
|
|
4228
4348
|
interface ModalEvents extends Pick<ModalProps$1, 'onAfterHide' | 'onAfterShow' | 'onHide' | 'onShow'> {
|
|
@@ -4411,49 +4531,37 @@ declare module 'preact' {
|
|
|
4411
4531
|
declare const tagName$l = "s-popover";
|
|
4412
4532
|
interface PopoverElementProps extends Pick<PopoverProps$1, 'id'> {
|
|
4413
4533
|
/**
|
|
4414
|
-
*
|
|
4415
|
-
*
|
|
4416
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/block-size
|
|
4534
|
+
* The block size of the popover (height in horizontal writing modes). Learn more about the [block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/block-size).
|
|
4417
4535
|
*
|
|
4418
4536
|
* @default 'auto'
|
|
4419
4537
|
*/
|
|
4420
4538
|
blockSize?: SizeUnitsOrAuto;
|
|
4421
4539
|
/**
|
|
4422
|
-
*
|
|
4423
|
-
*
|
|
4424
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/inline-size
|
|
4540
|
+
* The inline size of the popover (width in horizontal writing modes). Learn more about the [inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/inline-size).
|
|
4425
4541
|
*
|
|
4426
4542
|
* @default 'auto'
|
|
4427
4543
|
*/
|
|
4428
4544
|
inlineSize?: SizeUnitsOrAuto;
|
|
4429
4545
|
/**
|
|
4430
|
-
*
|
|
4431
|
-
*
|
|
4432
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size
|
|
4546
|
+
* The maximum block size of the popover. Constrains the popover's height to prevent it from exceeding this value. Learn more about the [max-block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/max-block-size).
|
|
4433
4547
|
*
|
|
4434
4548
|
* @default 'none'
|
|
4435
4549
|
*/
|
|
4436
4550
|
maxBlockSize?: SizeUnitsOrNone;
|
|
4437
4551
|
/**
|
|
4438
|
-
*
|
|
4439
|
-
*
|
|
4440
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size
|
|
4552
|
+
* The maximum inline size of the popover. Constrains the popover's width to prevent it from exceeding this value. Learn more about the [max-inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/max-inline-size).
|
|
4441
4553
|
*
|
|
4442
4554
|
* @default 'none'
|
|
4443
4555
|
*/
|
|
4444
4556
|
maxInlineSize?: SizeUnitsOrNone;
|
|
4445
4557
|
/**
|
|
4446
|
-
*
|
|
4447
|
-
*
|
|
4448
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size
|
|
4558
|
+
* The minimum block size of the popover. Ensures the popover maintains at least this height. Learn more about the [min-block-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/min-block-size).
|
|
4449
4559
|
*
|
|
4450
4560
|
* @default '0'
|
|
4451
4561
|
*/
|
|
4452
4562
|
minBlockSize?: SizeUnits;
|
|
4453
4563
|
/**
|
|
4454
|
-
*
|
|
4455
|
-
*
|
|
4456
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size
|
|
4564
|
+
* The minimum inline size of the popover. Ensures the popover maintains at least this width. Learn more about the [min-inline-size property](https://developer.mozilla.org/en-US/docs/Web/CSS/min-inline-size).
|
|
4457
4565
|
*
|
|
4458
4566
|
* @default '0'
|
|
4459
4567
|
*/
|
|
@@ -4655,11 +4763,7 @@ declare module 'preact' {
|
|
|
4655
4763
|
declare const tagName$c = "s-sheet";
|
|
4656
4764
|
interface SheetElementProps extends Pick<SheetProps$1, 'defaultOpen' | 'heading' | 'id'> {
|
|
4657
4765
|
/**
|
|
4658
|
-
* A label that describes the purpose of the
|
|
4659
|
-
* it will be announced to users using assistive technologies and will
|
|
4660
|
-
* provide them with more context.
|
|
4661
|
-
*
|
|
4662
|
-
* This overrides the `heading` prop for screen readers.
|
|
4766
|
+
* 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.
|
|
4663
4767
|
*/
|
|
4664
4768
|
accessibilityLabel?: string;
|
|
4665
4769
|
}
|