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