@shopify/ui-extensions 2025.10.3 → 2025.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ts/surfaces/admin/components/AdminAction.d.ts +1 -1
- package/build/ts/surfaces/admin/components/AdminBlock.d.ts +1 -1
- package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Avatar.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Badge.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Banner.d.ts +6 -2
- package/build/ts/surfaces/admin/components/Box.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Button.d.ts +6 -2
- package/build/ts/surfaces/admin/components/ButtonGroup.d.ts +6 -2
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Chip.d.ts +6 -2
- package/build/ts/surfaces/admin/components/Choice.d.ts +10 -2
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +8 -2
- package/build/ts/surfaces/admin/components/Clickable.d.ts +6 -2
- package/build/ts/surfaces/admin/components/ClickableChip.d.ts +47 -4
- package/build/ts/surfaces/admin/components/ColorField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/ColorPicker.d.ts +1 -1
- package/build/ts/surfaces/admin/components/DateField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/DatePicker.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Divider.d.ts +1 -1
- package/build/ts/surfaces/admin/components/DropZone.d.ts +183 -0
- package/build/ts/surfaces/admin/components/EmailField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
- package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Grid.d.ts +7 -2
- package/build/ts/surfaces/admin/components/GridItem.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Heading.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Icon.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Image.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Link.d.ts +6 -2
- package/build/ts/surfaces/admin/components/ListItem.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Menu.d.ts +9 -2
- package/build/ts/surfaces/admin/components/Modal.d.ts +6 -2
- package/build/ts/surfaces/admin/components/MoneyField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/NumberField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Option.d.ts +7 -2
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +9 -2
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +9 -2
- package/build/ts/surfaces/admin/components/Page.d.ts +6 -2
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +7 -2
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +7 -2
- package/build/ts/surfaces/admin/components/SearchField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Section.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Select.d.ts +8 -2
- package/build/ts/surfaces/admin/components/Spinner.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Stack.d.ts +7 -2
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts +1 -1
- package/build/ts/surfaces/admin/components/StandardComponents.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Switch.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Table.d.ts +6 -2
- package/build/ts/surfaces/admin/components/TableBody.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TableCell.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TableRow.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Text.d.ts +7 -2
- package/build/ts/surfaces/admin/components/TextArea.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TextField.d.ts +7 -2
- package/build/ts/surfaces/admin/components/Thumbnail.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Tooltip.d.ts +9 -2
- package/build/ts/surfaces/admin/components/URLField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +9 -2
- package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +2 -2
- package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/shared.d.ts +31 -4
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +1 -0
- package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +1 -0
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/surfaces/admin/components/AdminAction.d.ts +1 -1
- package/src/surfaces/admin/components/AdminBlock.d.ts +1 -1
- package/src/surfaces/admin/components/AdminPrintAction.d.ts +1 -1
- package/src/surfaces/admin/components/Avatar.d.ts +1 -1
- package/src/surfaces/admin/components/Badge.d.ts +7 -2
- package/src/surfaces/admin/components/Banner.d.ts +6 -2
- package/src/surfaces/admin/components/Box.d.ts +7 -2
- package/src/surfaces/admin/components/Button.d.ts +6 -2
- package/src/surfaces/admin/components/ButtonGroup.d.ts +6 -2
- package/src/surfaces/admin/components/Checkbox/examples/indeterminate-state.jsx +6 -6
- package/src/surfaces/admin/components/Checkbox/examples/validation-example.jsx +3 -3
- package/src/surfaces/admin/components/Checkbox.d.ts +1 -1
- package/src/surfaces/admin/components/Chip.d.ts +6 -2
- package/src/surfaces/admin/components/Choice.d.ts +10 -2
- package/src/surfaces/admin/components/ChoiceList/examples/validation-example.jsx +1 -1
- package/src/surfaces/admin/components/ChoiceList.d.ts +8 -2
- package/src/surfaces/admin/components/Clickable.d.ts +6 -2
- package/src/surfaces/admin/components/ClickableChip.d.ts +47 -4
- package/src/surfaces/admin/components/ColorField/examples/validation-example.jsx +4 -4
- package/src/surfaces/admin/components/ColorField.d.ts +1 -1
- package/src/surfaces/admin/components/ColorPicker.d.ts +1 -1
- package/src/surfaces/admin/components/DateField/examples/validation-example.jsx +3 -3
- package/src/surfaces/admin/components/DateField.d.ts +1 -1
- package/src/surfaces/admin/components/DatePicker/examples/analytics-dashboard.html +1 -1
- package/src/surfaces/admin/components/DatePicker/examples/analytics-dashboard.jsx +3 -3
- package/src/surfaces/admin/components/DatePicker/examples/form-integration.jsx +2 -2
- package/src/surfaces/admin/components/DatePicker.d.ts +1 -1
- package/src/surfaces/admin/components/Divider.d.ts +1 -1
- package/src/surfaces/admin/components/DropZone/examples/default.jsx +3 -3
- package/src/surfaces/admin/components/DropZone.d.ts +183 -0
- package/src/surfaces/admin/components/EmailField/examples/validation-example.jsx +3 -3
- package/src/surfaces/admin/components/EmailField.d.ts +1 -1
- package/src/surfaces/admin/components/Form.d.ts +1 -1
- package/src/surfaces/admin/components/FunctionSettings.d.ts +1 -1
- package/src/surfaces/admin/components/Grid.d.ts +7 -2
- package/src/surfaces/admin/components/GridItem.d.ts +7 -2
- package/src/surfaces/admin/components/Heading.d.ts +7 -2
- package/src/surfaces/admin/components/Icon.d.ts +1 -1
- package/src/surfaces/admin/components/Image.d.ts +1 -1
- package/src/surfaces/admin/components/Link.d.ts +6 -2
- package/src/surfaces/admin/components/ListItem.d.ts +7 -2
- package/src/surfaces/admin/components/Menu/examples/menu-with-links-and-disabled-items.jsx +1 -1
- package/src/surfaces/admin/components/Menu.d.ts +9 -2
- package/src/surfaces/admin/components/Modal/examples/form-modal.html +2 -3
- package/src/surfaces/admin/components/Modal/examples/form-modal.jsx +1 -2
- package/src/surfaces/admin/components/Modal.d.ts +6 -2
- package/src/surfaces/admin/components/MoneyField/examples/basic-field.jsx +1 -1
- package/src/surfaces/admin/components/MoneyField/examples/basic-usage.html +0 -1
- package/src/surfaces/admin/components/MoneyField/examples/basic-usage.jsx +0 -1
- package/src/surfaces/admin/components/MoneyField/examples/currency-formatting-with-form-integration.html +0 -3
- package/src/surfaces/admin/components/MoneyField/examples/currency-formatting-with-form-integration.jsx +4 -7
- package/src/surfaces/admin/components/MoneyField/examples/validation-example.jsx +4 -5
- package/src/surfaces/admin/components/MoneyField/examples/with-validation-limits.html +0 -1
- package/src/surfaces/admin/components/MoneyField/examples/with-validation-limits.jsx +0 -1
- package/src/surfaces/admin/components/MoneyField.d.ts +1 -1
- package/src/surfaces/admin/components/NumberField/examples/basic-usage.jsx +1 -1
- package/src/surfaces/admin/components/NumberField/examples/default.jsx +1 -1
- package/src/surfaces/admin/components/NumberField/examples/multiple-examples.jsx +4 -4
- package/src/surfaces/admin/components/NumberField/examples/with-prefix-and-suffix.jsx +1 -1
- package/src/surfaces/admin/components/NumberField.d.ts +1 -1
- package/src/surfaces/admin/components/Option.d.ts +7 -2
- package/src/surfaces/admin/components/OptionGroup.d.ts +9 -2
- package/src/surfaces/admin/components/OrderedList.d.ts +9 -2
- package/src/surfaces/admin/components/Page/examples/large-inline-size-for-wide-content.jsx +1 -1
- package/src/surfaces/admin/components/Page/examples/page-with-heading.jsx +1 -1
- package/src/surfaces/admin/components/Page/examples/small-inline-size-for-focused-content.jsx +1 -1
- package/src/surfaces/admin/components/Page.d.ts +6 -2
- package/src/surfaces/admin/components/Paragraph.d.ts +7 -2
- package/src/surfaces/admin/components/PasswordField/examples/in-form-layout.html +2 -3
- package/src/surfaces/admin/components/PasswordField/examples/in-form-layout.jsx +2 -3
- package/src/surfaces/admin/components/PasswordField.d.ts +1 -1
- package/src/surfaces/admin/components/Popover/examples/notifications.html +3 -3
- package/src/surfaces/admin/components/Popover/examples/notifications.jsx +3 -3
- package/src/surfaces/admin/components/Popover/examples/table-display-options.html +2 -2
- package/src/surfaces/admin/components/Popover/examples/table-display-options.jsx +3 -7
- package/src/surfaces/admin/components/QueryContainer.d.ts +7 -2
- package/src/surfaces/admin/components/SearchField.d.ts +1 -1
- package/src/surfaces/admin/components/Section.d.ts +7 -2
- package/src/surfaces/admin/components/Select/examples/default.jsx +5 -5
- package/src/surfaces/admin/components/Select.d.ts +8 -2
- package/src/surfaces/admin/components/Spinner.d.ts +1 -1
- package/src/surfaces/admin/components/Stack.d.ts +7 -2
- package/src/surfaces/admin/components/StandardComponents.ts +1 -0
- package/src/surfaces/admin/components/Switch.d.ts +1 -1
- package/src/surfaces/admin/components/Table/examples/default.html +12 -8
- package/src/surfaces/admin/components/Table/examples/default.jsx +13 -9
- package/src/surfaces/admin/components/Table/examples/full-width-product-inventory-table.html +2 -2
- package/src/surfaces/admin/components/Table/examples/full-width-product-inventory-table.jsx +2 -2
- package/src/surfaces/admin/components/Table/examples/{advanced-table-with-all-list-slot-types.html → list-variant.html} +16 -6
- package/src/surfaces/admin/components/Table/examples/{advanced-table-with-all-list-slot-types.jsx → list-variant.jsx} +3 -3
- package/src/surfaces/admin/components/Table/examples/with-loading-state.html +26 -3
- package/src/surfaces/admin/components/Table/examples/with-loading-state.jsx +27 -4
- package/src/surfaces/admin/components/Table/examples/with-pagination.html +1 -1
- package/src/surfaces/admin/components/Table/examples/with-pagination.jsx +1 -1
- package/src/surfaces/admin/components/Table.d.ts +6 -2
- package/src/surfaces/admin/components/TableBody.d.ts +7 -2
- package/src/surfaces/admin/components/TableCell.d.ts +7 -2
- package/src/surfaces/admin/components/TableHeader.d.ts +7 -2
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +7 -2
- package/src/surfaces/admin/components/TableRow.d.ts +7 -2
- package/src/surfaces/admin/components/Text.d.ts +7 -2
- package/src/surfaces/admin/components/TextArea.d.ts +1 -1
- package/src/surfaces/admin/components/TextField/examples/with-accessory.html +2 -4
- package/src/surfaces/admin/components/TextField/examples/with-accessory.jsx +6 -6
- package/src/surfaces/admin/components/TextField.d.ts +7 -2
- package/src/surfaces/admin/components/Thumbnail.d.ts +1 -1
- package/src/surfaces/admin/components/Tooltip.d.ts +9 -2
- package/src/surfaces/admin/components/URLField.d.ts +1 -1
- package/src/surfaces/admin/components/UnorderedList.d.ts +9 -2
- package/src/surfaces/admin/components/patterns/examples/appCard.html +0 -1
- package/src/surfaces/admin/components/patterns/examples/appCard.jsx +0 -1
- package/src/surfaces/admin/components/patterns/examples/details.jsx +20 -28
- package/src/surfaces/admin/components/patterns/examples/emptyState.html +1 -0
- package/src/surfaces/admin/components/patterns/examples/emptyState.jsx +1 -0
- package/src/surfaces/admin/components/patterns/examples/footerHelp.html +3 -0
- package/src/surfaces/admin/components/patterns/examples/footerHelp.jsx +3 -0
- package/src/surfaces/admin/components/patterns/examples/homepage.jsx +22 -35
- package/src/surfaces/admin/components/patterns/examples/index.html +1 -0
- package/src/surfaces/admin/components/patterns/examples/index.jsx +7 -14
- package/src/surfaces/admin/components/patterns/examples/indexTable.html +3 -0
- package/src/surfaces/admin/components/patterns/examples/indexTable.jsx +3 -0
- package/src/surfaces/admin/components/patterns/examples/mediaCard.html +1 -1
- package/src/surfaces/admin/components/patterns/examples/mediaCard.jsx +1 -1
- package/src/surfaces/admin/components/patterns/examples/metricsCard.jsx +1 -1
- package/src/surfaces/admin/components/patterns/examples/resourceList.html +58 -0
- package/src/surfaces/admin/components/patterns/examples/resourceList.jsx +58 -0
- package/src/surfaces/admin/components/patterns/examples/settings.jsx +11 -19
- package/src/surfaces/admin/components/patterns/examples/setupGuide.jsx +1 -3
- package/src/surfaces/admin/components/patterns/index.ab.doc.ts +6 -6
- package/src/surfaces/admin/components/shared.d.ts +31 -4
- package/src/surfaces/admin/components/using-polaris-web-components/examples/html-forms.html +1 -1
- package/src/surfaces/admin/components.d.ts +48 -11
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<s-section padding="none">
|
|
2
|
+
<s-stack gap="small-200">
|
|
3
|
+
<s-grid gridTemplateColumns="1fr auto" gap="base" alignItems="center" paddingInline="base" paddingBlockStart="base">
|
|
4
|
+
<s-grid gridTemplateColumns="1fr auto" gap="small-200" alignItems="center">
|
|
5
|
+
<s-text-field icon="search" placeholder="Filter customers"></s-text-field>
|
|
6
|
+
<s-button commandFor="tagged-with">Tagged with</s-button>
|
|
7
|
+
<s-popover id="tagged-with">
|
|
8
|
+
<s-stack gap="small-200" padding="small-200">
|
|
9
|
+
<s-text-field value="VIP" placeholder="Add tag"></s-text-field>
|
|
10
|
+
<s-link href="">Clear</s-link>
|
|
11
|
+
</s-stack>
|
|
12
|
+
</s-popover>
|
|
13
|
+
</s-grid>
|
|
14
|
+
<s-button variant="secondary">Save</s-button>
|
|
15
|
+
</s-grid>
|
|
16
|
+
|
|
17
|
+
<s-stack direction="inline" gap="small-400" paddingInline="base">
|
|
18
|
+
<s-clickable-chip removable>Tagged with VIP</s-clickable-chip>
|
|
19
|
+
</s-stack>
|
|
20
|
+
|
|
21
|
+
<s-grid gridTemplateColumns="1fr auto" gap="base" alignItems="center" paddingInline="base">
|
|
22
|
+
<s-checkbox label="Showing 2 customers"></s-checkbox>
|
|
23
|
+
<s-select>
|
|
24
|
+
<s-option value="newest">Newest update</s-option>
|
|
25
|
+
<s-option value="oldest">Oldest update</s-option>
|
|
26
|
+
</s-select>
|
|
27
|
+
</s-grid>
|
|
28
|
+
|
|
29
|
+
<s-stack>
|
|
30
|
+
<s-clickable borderStyle="solid none none none" border="base" paddingInline="base" paddingBlock="small">
|
|
31
|
+
<s-grid gridTemplateColumns="1fr auto" gap="base" alignItems="center">
|
|
32
|
+
<s-stack direction="inline" gap="small" alignItems="center">
|
|
33
|
+
<s-checkbox></s-checkbox>
|
|
34
|
+
<s-avatar></s-avatar>
|
|
35
|
+
<s-stack>
|
|
36
|
+
<s-heading>Mae Jemison</s-heading>
|
|
37
|
+
<s-text>Decatur, USA</s-text>
|
|
38
|
+
</s-stack>
|
|
39
|
+
</s-stack>
|
|
40
|
+
<s-button icon="menu-horizontal" variant="tertiary" accessibilityLabel="Actions for Mae Jemison"></s-button>
|
|
41
|
+
</s-grid>
|
|
42
|
+
</s-clickable>
|
|
43
|
+
<s-clickable borderStyle="solid none none none" border="base" paddingInline="base" paddingBlock="small">
|
|
44
|
+
<s-grid gridTemplateColumns="1fr auto" gap="base" alignItems="center">
|
|
45
|
+
<s-stack direction="inline" gap="small" alignItems="center">
|
|
46
|
+
<s-checkbox></s-checkbox>
|
|
47
|
+
<s-avatar></s-avatar>
|
|
48
|
+
<s-stack>
|
|
49
|
+
<s-heading>Ellen Ochoa</s-heading>
|
|
50
|
+
<s-text>Los Angeles, USA</s-text>
|
|
51
|
+
</s-stack>
|
|
52
|
+
</s-stack>
|
|
53
|
+
<s-button icon="menu-horizontal" variant="tertiary" accessibilityLabel="Actions for Ellen Ochoa"></s-button>
|
|
54
|
+
</s-grid>
|
|
55
|
+
</s-clickable>
|
|
56
|
+
</s-stack>
|
|
57
|
+
</s-stack>
|
|
58
|
+
</s-section>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<s-section padding="none">
|
|
2
|
+
<s-stack gap="small-200">
|
|
3
|
+
<s-grid gridTemplateColumns="1fr auto" gap="base" alignItems="center" paddingInline="base" paddingBlockStart="base">
|
|
4
|
+
<s-grid gridTemplateColumns="1fr auto" gap="small-200" alignItems="center">
|
|
5
|
+
<s-text-field icon="search" placeholder="Filter customers"></s-text-field>
|
|
6
|
+
<s-button commandFor="tagged-with">Tagged with</s-button>
|
|
7
|
+
<s-popover id="tagged-with">
|
|
8
|
+
<s-stack gap="small-200" padding="small-200">
|
|
9
|
+
<s-text-field value="VIP" placeholder="Add tag"></s-text-field>
|
|
10
|
+
<s-link href="">Clear</s-link>
|
|
11
|
+
</s-stack>
|
|
12
|
+
</s-popover>
|
|
13
|
+
</s-grid>
|
|
14
|
+
<s-button variant="secondary">Save</s-button>
|
|
15
|
+
</s-grid>
|
|
16
|
+
|
|
17
|
+
<s-stack direction="inline" gap="small-400" paddingInline="base">
|
|
18
|
+
<s-clickable-chip removable>Tagged with VIP</s-clickable-chip>
|
|
19
|
+
</s-stack>
|
|
20
|
+
|
|
21
|
+
<s-grid gridTemplateColumns="1fr auto" gap="base" alignItems="center" paddingInline="base">
|
|
22
|
+
<s-checkbox label="Showing 2 customers"></s-checkbox>
|
|
23
|
+
<s-select>
|
|
24
|
+
<s-option value="newest">Newest update</s-option>
|
|
25
|
+
<s-option value="oldest">Oldest update</s-option>
|
|
26
|
+
</s-select>
|
|
27
|
+
</s-grid>
|
|
28
|
+
|
|
29
|
+
<s-stack>
|
|
30
|
+
<s-clickable borderStyle="solid none none none" border="base" paddingInline="base" paddingBlock="small">
|
|
31
|
+
<s-grid gridTemplateColumns="1fr auto" gap="base" alignItems="center">
|
|
32
|
+
<s-stack direction="inline" gap="small" alignItems="center">
|
|
33
|
+
<s-checkbox></s-checkbox>
|
|
34
|
+
<s-avatar></s-avatar>
|
|
35
|
+
<s-stack>
|
|
36
|
+
<s-heading>Mae Jemison</s-heading>
|
|
37
|
+
<s-text>Decatur, USA</s-text>
|
|
38
|
+
</s-stack>
|
|
39
|
+
</s-stack>
|
|
40
|
+
<s-button icon="menu-horizontal" variant="tertiary" accessibilityLabel="Actions for Mae Jemison"></s-button>
|
|
41
|
+
</s-grid>
|
|
42
|
+
</s-clickable>
|
|
43
|
+
<s-clickable borderStyle="solid none none none" border="base" paddingInline="base" paddingBlock="small">
|
|
44
|
+
<s-grid gridTemplateColumns="1fr auto" gap="base" alignItems="center">
|
|
45
|
+
<s-stack direction="inline" gap="small" alignItems="center">
|
|
46
|
+
<s-checkbox></s-checkbox>
|
|
47
|
+
<s-avatar></s-avatar>
|
|
48
|
+
<s-stack>
|
|
49
|
+
<s-heading>Ellen Ochoa</s-heading>
|
|
50
|
+
<s-text>Los Angeles, USA</s-text>
|
|
51
|
+
</s-stack>
|
|
52
|
+
</s-stack>
|
|
53
|
+
<s-button icon="menu-horizontal" variant="tertiary" accessibilityLabel="Actions for Ellen Ochoa"></s-button>
|
|
54
|
+
</s-grid>
|
|
55
|
+
</s-clickable>
|
|
56
|
+
</s-stack>
|
|
57
|
+
</s-stack>
|
|
58
|
+
</s-section>
|
|
@@ -1,21 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export default function SettingsPage() {
|
|
6
|
-
const handleFormReset = (event) => {
|
|
7
|
-
console.log("Handle discarded changes if necessary");
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
const handleFormSubmit = (event) => {
|
|
1
|
+
<form
|
|
2
|
+
data-save-bar
|
|
3
|
+
onSubmit={(event) => {
|
|
11
4
|
event.preventDefault();
|
|
12
5
|
const formData = new FormData(event.target);
|
|
13
6
|
const formEntries = Object.fromEntries(formData);
|
|
14
7
|
console.log("Form data", formEntries);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
8
|
+
}}
|
|
9
|
+
onReset={(event) => {
|
|
10
|
+
console.log("Handle discarded changes if necessary");
|
|
11
|
+
}}
|
|
12
|
+
>
|
|
19
13
|
<s-page heading="Settings" inlineSize="small">
|
|
20
14
|
{/* === */}
|
|
21
15
|
{/* Store Information */}
|
|
@@ -199,8 +193,6 @@ export default function SettingsPage() {
|
|
|
199
193
|
</s-grid>
|
|
200
194
|
</s-box>
|
|
201
195
|
</s-stack>
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
);
|
|
206
|
-
}
|
|
196
|
+
</s-section>
|
|
197
|
+
</s-page>
|
|
198
|
+
</form>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<s-paragraph>
|
|
24
24
|
Use this personalized guide to get your store ready for sales.
|
|
25
25
|
</s-paragraph>
|
|
26
|
-
<s-paragraph
|
|
26
|
+
<s-paragraph color="subdued">0 out of 3 steps completed</s-paragraph>
|
|
27
27
|
</s-grid>
|
|
28
28
|
<s-box borderRadius="base" border="base" background="base">
|
|
29
29
|
<s-box>
|
|
@@ -79,7 +79,6 @@
|
|
|
79
79
|
<s-box
|
|
80
80
|
padding="small"
|
|
81
81
|
paddingBlockStart="none"
|
|
82
|
-
style="display: none;"
|
|
83
82
|
/>
|
|
84
83
|
</s-box>
|
|
85
84
|
<s-divider />
|
|
@@ -95,7 +94,6 @@
|
|
|
95
94
|
<s-box
|
|
96
95
|
padding="small"
|
|
97
96
|
paddingBlockStart="none"
|
|
98
|
-
style="display: none;"
|
|
99
97
|
/>
|
|
100
98
|
</s-box>
|
|
101
99
|
</s-box>
|
|
@@ -54,15 +54,15 @@ const data: ReferenceEntityTemplateSchema = {
|
|
|
54
54
|
title: 'Index',
|
|
55
55
|
tabs: [
|
|
56
56
|
{
|
|
57
|
-
title: '
|
|
58
|
-
code: './examples/index.jsx',
|
|
59
|
-
language: 'jsx',
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
title: 'HTML',
|
|
57
|
+
title: 'html',
|
|
63
58
|
code: './examples/index.html',
|
|
64
59
|
language: 'html',
|
|
65
60
|
},
|
|
61
|
+
{
|
|
62
|
+
title: 'jsx',
|
|
63
|
+
code: './examples/index.jsx',
|
|
64
|
+
language: 'preview-jsx',
|
|
65
|
+
},
|
|
66
66
|
],
|
|
67
67
|
},
|
|
68
68
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
|
|
3
3
|
/* eslint-disable @typescript-eslint/ban-types */
|
|
4
4
|
|
|
@@ -164,11 +164,11 @@ export interface ExtendableEvent extends Event {
|
|
|
164
164
|
*/
|
|
165
165
|
waitUntil?: (promise: Promise<void>) => void;
|
|
166
166
|
}
|
|
167
|
-
interface AggregateError
|
|
167
|
+
export interface AggregateError<T extends Error> extends Error {
|
|
168
168
|
errors: T[];
|
|
169
169
|
}
|
|
170
170
|
export interface AggregateErrorEvent<T extends Error> extends ErrorEvent {
|
|
171
|
-
error: AggregateError
|
|
171
|
+
error: AggregateError<T>;
|
|
172
172
|
}
|
|
173
173
|
export type SizeKeyword =
|
|
174
174
|
| 'small-500'
|
|
@@ -276,6 +276,7 @@ declare const privateIconArray: readonly [
|
|
|
276
276
|
'arrow-up-right',
|
|
277
277
|
'arrows-in-horizontal',
|
|
278
278
|
'arrows-out-horizontal',
|
|
279
|
+
'asterisk',
|
|
279
280
|
'attachment',
|
|
280
281
|
'automation',
|
|
281
282
|
'backspace',
|
|
@@ -2024,7 +2025,10 @@ interface ClickableProps$1
|
|
|
2024
2025
|
*/
|
|
2025
2026
|
lang?: string;
|
|
2026
2027
|
}
|
|
2027
|
-
interface ClickableChipProps$1
|
|
2028
|
+
interface ClickableChipProps$1
|
|
2029
|
+
extends ChipProps$1,
|
|
2030
|
+
GlobalProps,
|
|
2031
|
+
InteractionProps {
|
|
2028
2032
|
/**
|
|
2029
2033
|
* Callback when the chip is clicked.
|
|
2030
2034
|
*/
|
|
@@ -2033,6 +2037,7 @@ interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
|
|
|
2033
2037
|
* The URL to link to.
|
|
2034
2038
|
*
|
|
2035
2039
|
* - If set, it will navigate to the location specified by `href` after executing the `click` event.
|
|
2040
|
+
* - If a `commandFor` is set, the `command` will be executed instead of the navigation.
|
|
2036
2041
|
*/
|
|
2037
2042
|
href?: string;
|
|
2038
2043
|
/**
|
|
@@ -3103,6 +3108,21 @@ interface NumberFieldProps$1
|
|
|
3103
3108
|
* @default 'decimal'
|
|
3104
3109
|
*/
|
|
3105
3110
|
inputMode?: 'decimal' | 'numeric';
|
|
3111
|
+
/**
|
|
3112
|
+
* Callback when the user has **finished editing** a field, e.g. once they have blurred
|
|
3113
|
+
* the field after changing the value.
|
|
3114
|
+
* Also fired after `onInput` on every step when interacting with the controls or the keyboard up and down arrows.
|
|
3115
|
+
*
|
|
3116
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
|
|
3117
|
+
*/
|
|
3118
|
+
onChange?: (event: Event) => void;
|
|
3119
|
+
/**
|
|
3120
|
+
* Callback when the user makes any changes in the field.
|
|
3121
|
+
* Also fired before `onChange` on every step when interacting with the controls or the keyboard up and down arrows.
|
|
3122
|
+
*
|
|
3123
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event
|
|
3124
|
+
*/
|
|
3125
|
+
onInput?: (event: Event) => void;
|
|
3106
3126
|
}
|
|
3107
3127
|
export type NumberAutocompleteField = ExtractStrict<
|
|
3108
3128
|
AnyAutocompleteField,
|
|
@@ -3808,6 +3828,7 @@ type IconType$1 =
|
|
|
3808
3828
|
| 'arrow-up-right'
|
|
3809
3829
|
| 'arrows-in-horizontal'
|
|
3810
3830
|
| 'arrows-out-horizontal'
|
|
3831
|
+
| 'asterisk'
|
|
3811
3832
|
| 'attachment'
|
|
3812
3833
|
| 'automation'
|
|
3813
3834
|
| 'backspace'
|
|
@@ -3888,6 +3909,7 @@ type IconType$1 =
|
|
|
3888
3909
|
| 'clipboard-check'
|
|
3889
3910
|
| 'clipboard-checklist'
|
|
3890
3911
|
| 'clock'
|
|
3912
|
+
| 'clock-list'
|
|
3891
3913
|
| 'clock-revert'
|
|
3892
3914
|
| 'code'
|
|
3893
3915
|
| 'code-add'
|
|
@@ -4084,6 +4106,7 @@ type IconType$1 =
|
|
|
4084
4106
|
| 'note'
|
|
4085
4107
|
| 'note-add'
|
|
4086
4108
|
| 'notification'
|
|
4109
|
+
| 'number-one'
|
|
4087
4110
|
| 'order'
|
|
4088
4111
|
| 'order-batches'
|
|
4089
4112
|
| 'order-draft'
|
|
@@ -4164,6 +4187,7 @@ type IconType$1 =
|
|
|
4164
4187
|
| 'profile-filled'
|
|
4165
4188
|
| 'question-circle'
|
|
4166
4189
|
| 'question-circle-filled'
|
|
4190
|
+
| 'radio-control'
|
|
4167
4191
|
| 'receipt'
|
|
4168
4192
|
| 'receipt-dollar'
|
|
4169
4193
|
| 'receipt-euro'
|
|
@@ -4274,6 +4298,9 @@ type IconType$1 =
|
|
|
4274
4298
|
| 'unlock'
|
|
4275
4299
|
| 'upload'
|
|
4276
4300
|
| 'variant'
|
|
4301
|
+
| 'variant-list'
|
|
4302
|
+
| 'video'
|
|
4303
|
+
| 'video-list'
|
|
4277
4304
|
| 'view'
|
|
4278
4305
|
| 'viewport-narrow'
|
|
4279
4306
|
| 'viewport-short'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<form onSubmit="{handleSubmit}">
|
|
2
2
|
<s-stack gap="base">
|
|
3
|
-
<s-
|
|
3
|
+
<s-email-field name="email" label="Email" required />
|
|
4
4
|
<s-password-field name="password" label="Password" required />
|
|
5
5
|
<s-button type="submit" variant="primary">Sign in</s-button>
|
|
6
6
|
</s-stack>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** VERSION: 1.
|
|
1
|
+
/** VERSION: 1.25.0 **/
|
|
2
2
|
|
|
3
3
|
/* eslint-disable @typescript-eslint/ban-types */
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -166,11 +166,11 @@ export interface ExtendableEvent extends Event {
|
|
|
166
166
|
*/
|
|
167
167
|
waitUntil?: (promise: Promise<void>) => void;
|
|
168
168
|
}
|
|
169
|
-
interface AggregateError
|
|
169
|
+
export interface AggregateError<T extends Error> extends Error {
|
|
170
170
|
errors: T[];
|
|
171
171
|
}
|
|
172
172
|
export interface AggregateErrorEvent<T extends Error> extends ErrorEvent {
|
|
173
|
-
error: AggregateError
|
|
173
|
+
error: AggregateError<T>;
|
|
174
174
|
}
|
|
175
175
|
export type SizeKeyword =
|
|
176
176
|
| 'small-500'
|
|
@@ -278,6 +278,7 @@ declare const privateIconArray: readonly [
|
|
|
278
278
|
'arrow-up-right',
|
|
279
279
|
'arrows-in-horizontal',
|
|
280
280
|
'arrows-out-horizontal',
|
|
281
|
+
'asterisk',
|
|
281
282
|
'attachment',
|
|
282
283
|
'automation',
|
|
283
284
|
'backspace',
|
|
@@ -2026,7 +2027,10 @@ interface ClickableProps$1
|
|
|
2026
2027
|
*/
|
|
2027
2028
|
lang?: string;
|
|
2028
2029
|
}
|
|
2029
|
-
interface ClickableChipProps$1
|
|
2030
|
+
interface ClickableChipProps$1
|
|
2031
|
+
extends ChipProps$1,
|
|
2032
|
+
GlobalProps,
|
|
2033
|
+
InteractionProps {
|
|
2030
2034
|
/**
|
|
2031
2035
|
* Callback when the chip is clicked.
|
|
2032
2036
|
*/
|
|
@@ -2035,6 +2039,7 @@ interface ClickableChipProps$1 extends ChipProps$1, GlobalProps {
|
|
|
2035
2039
|
* The URL to link to.
|
|
2036
2040
|
*
|
|
2037
2041
|
* - If set, it will navigate to the location specified by `href` after executing the `click` event.
|
|
2042
|
+
* - If a `commandFor` is set, the `command` will be executed instead of the navigation.
|
|
2038
2043
|
*/
|
|
2039
2044
|
href?: string;
|
|
2040
2045
|
/**
|
|
@@ -3105,6 +3110,21 @@ interface NumberFieldProps$1
|
|
|
3105
3110
|
* @default 'decimal'
|
|
3106
3111
|
*/
|
|
3107
3112
|
inputMode?: 'decimal' | 'numeric';
|
|
3113
|
+
/**
|
|
3114
|
+
* Callback when the user has **finished editing** a field, e.g. once they have blurred
|
|
3115
|
+
* the field after changing the value.
|
|
3116
|
+
* Also fired after `onInput` on every step when interacting with the controls or the keyboard up and down arrows.
|
|
3117
|
+
*
|
|
3118
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event
|
|
3119
|
+
*/
|
|
3120
|
+
onChange?: (event: Event) => void;
|
|
3121
|
+
/**
|
|
3122
|
+
* Callback when the user makes any changes in the field.
|
|
3123
|
+
* Also fired before `onChange` on every step when interacting with the controls or the keyboard up and down arrows.
|
|
3124
|
+
*
|
|
3125
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event
|
|
3126
|
+
*/
|
|
3127
|
+
onInput?: (event: Event) => void;
|
|
3108
3128
|
}
|
|
3109
3129
|
export type NumberAutocompleteField = ExtractStrict<
|
|
3110
3130
|
AnyAutocompleteField,
|
|
@@ -3810,6 +3830,7 @@ type IconType$1 =
|
|
|
3810
3830
|
| 'arrow-up-right'
|
|
3811
3831
|
| 'arrows-in-horizontal'
|
|
3812
3832
|
| 'arrows-out-horizontal'
|
|
3833
|
+
| 'asterisk'
|
|
3813
3834
|
| 'attachment'
|
|
3814
3835
|
| 'automation'
|
|
3815
3836
|
| 'backspace'
|
|
@@ -3890,6 +3911,7 @@ type IconType$1 =
|
|
|
3890
3911
|
| 'clipboard-check'
|
|
3891
3912
|
| 'clipboard-checklist'
|
|
3892
3913
|
| 'clock'
|
|
3914
|
+
| 'clock-list'
|
|
3893
3915
|
| 'clock-revert'
|
|
3894
3916
|
| 'code'
|
|
3895
3917
|
| 'code-add'
|
|
@@ -4086,6 +4108,7 @@ type IconType$1 =
|
|
|
4086
4108
|
| 'note'
|
|
4087
4109
|
| 'note-add'
|
|
4088
4110
|
| 'notification'
|
|
4111
|
+
| 'number-one'
|
|
4089
4112
|
| 'order'
|
|
4090
4113
|
| 'order-batches'
|
|
4091
4114
|
| 'order-draft'
|
|
@@ -4166,6 +4189,7 @@ type IconType$1 =
|
|
|
4166
4189
|
| 'profile-filled'
|
|
4167
4190
|
| 'question-circle'
|
|
4168
4191
|
| 'question-circle-filled'
|
|
4192
|
+
| 'radio-control'
|
|
4169
4193
|
| 'receipt'
|
|
4170
4194
|
| 'receipt-dollar'
|
|
4171
4195
|
| 'receipt-euro'
|
|
@@ -4276,6 +4300,9 @@ type IconType$1 =
|
|
|
4276
4300
|
| 'unlock'
|
|
4277
4301
|
| 'upload'
|
|
4278
4302
|
| 'variant'
|
|
4303
|
+
| 'variant-list'
|
|
4304
|
+
| 'video'
|
|
4305
|
+
| 'video-list'
|
|
4279
4306
|
| 'view'
|
|
4280
4307
|
| 'viewport-narrow'
|
|
4281
4308
|
| 'viewport-short'
|
|
@@ -5333,11 +5360,18 @@ export interface ClickableChipProps
|
|
|
5333
5360
|
| 'hidden'
|
|
5334
5361
|
| 'href'
|
|
5335
5362
|
| 'disabled'
|
|
5363
|
+
| 'command'
|
|
5364
|
+
| 'commandFor'
|
|
5365
|
+
| 'interestFor'
|
|
5336
5366
|
>
|
|
5337
5367
|
> {}
|
|
5338
5368
|
|
|
5369
|
+
declare const ClickableChip_base: (abstract new (
|
|
5370
|
+
args_0: RenderImpl,
|
|
5371
|
+
) => PreactCustomElement & PreactOverlayControlProps) &
|
|
5372
|
+
Pick<typeof PreactCustomElement, 'prototype' | 'observedAttributes'>;
|
|
5339
5373
|
declare class ClickableChip
|
|
5340
|
-
extends
|
|
5374
|
+
extends ClickableChip_base
|
|
5341
5375
|
implements ClickableChipProps
|
|
5342
5376
|
{
|
|
5343
5377
|
accessor color: ClickableChipProps['color'];
|
|
@@ -5761,7 +5795,8 @@ declare global {
|
|
|
5761
5795
|
declare module 'preact' {
|
|
5762
5796
|
namespace createElement.JSX {
|
|
5763
5797
|
interface IntrinsicElements {
|
|
5764
|
-
[tagName$I]: DropZoneJSXProps &
|
|
5798
|
+
[tagName$I]: DropZoneJSXProps &
|
|
5799
|
+
PreactBaseElementPropsWithChildren<DropZone>;
|
|
5765
5800
|
}
|
|
5766
5801
|
}
|
|
5767
5802
|
}
|
|
@@ -7604,7 +7639,7 @@ declare module 'preact' {
|
|
|
7604
7639
|
namespace createElement.JSX {
|
|
7605
7640
|
interface IntrinsicElements {
|
|
7606
7641
|
[tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
7607
|
-
|
|
7642
|
+
PreactBaseElementPropsWithChildren<TextField>;
|
|
7608
7643
|
}
|
|
7609
7644
|
}
|
|
7610
7645
|
}
|
|
@@ -8917,14 +8952,16 @@ declare global {
|
|
|
8917
8952
|
declare module 'react' {
|
|
8918
8953
|
namespace JSX {
|
|
8919
8954
|
interface IntrinsicElements {
|
|
8920
|
-
[tagName$I]: DropZoneJSXProps &
|
|
8955
|
+
[tagName$I]: DropZoneJSXProps &
|
|
8956
|
+
ReactBaseElementPropsWithChildren<DropZone>;
|
|
8921
8957
|
}
|
|
8922
8958
|
}
|
|
8923
8959
|
}
|
|
8924
8960
|
declare global {
|
|
8925
8961
|
namespace JSX {
|
|
8926
8962
|
interface IntrinsicElements {
|
|
8927
|
-
[tagName$I]: DropZoneJSXProps &
|
|
8963
|
+
[tagName$I]: DropZoneJSXProps &
|
|
8964
|
+
ReactBaseElementPropsWithChildren<DropZone>;
|
|
8928
8965
|
}
|
|
8929
8966
|
}
|
|
8930
8967
|
}
|
|
@@ -9442,7 +9479,7 @@ declare module 'react' {
|
|
|
9442
9479
|
namespace JSX {
|
|
9443
9480
|
interface IntrinsicElements {
|
|
9444
9481
|
[tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
9445
|
-
|
|
9482
|
+
ReactBaseElementPropsWithChildren<TextField>;
|
|
9446
9483
|
}
|
|
9447
9484
|
}
|
|
9448
9485
|
}
|
|
@@ -9450,7 +9487,7 @@ declare global {
|
|
|
9450
9487
|
namespace JSX {
|
|
9451
9488
|
interface IntrinsicElements {
|
|
9452
9489
|
[tagName$9]: Omit<TextFieldJSXProps, 'accessory'> &
|
|
9453
|
-
|
|
9490
|
+
ReactBaseElementPropsWithChildren<TextField>;
|
|
9454
9491
|
}
|
|
9455
9492
|
}
|
|
9456
9493
|
}
|