@shopify/ui-extensions 2025.10.0-rc.7 → 2025.10.0-rc.8
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/Badge.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Banner.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Box.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Button.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Checkbox.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Choice.d.ts +1 -1
- package/build/ts/surfaces/admin/components/ChoiceList.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Clickable.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/EmailField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Form.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Grid.d.ts +1 -1
- package/build/ts/surfaces/admin/components/GridItem.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Heading.d.ts +1 -1
- 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 +1 -1
- package/build/ts/surfaces/admin/components/ListItem.d.ts +1 -1
- 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 +1 -1
- package/build/ts/surfaces/admin/components/OptionGroup.d.ts +1 -1
- package/build/ts/surfaces/admin/components/OrderedList.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Page.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Paragraph.d.ts +1 -1
- package/build/ts/surfaces/admin/components/PasswordField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/QueryContainer.d.ts +1 -1
- package/build/ts/surfaces/admin/components/SearchField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Section.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Select.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Spinner.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Stack.d.ts +1 -1
- 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.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableBody.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableCell.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableHeader.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TableRow.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Text.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TextArea.d.ts +1 -1
- package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/Thumbnail.d.ts +133 -0
- package/build/ts/surfaces/admin/components/URLField.d.ts +1 -1
- package/build/ts/surfaces/admin/components/UnorderedList.d.ts +1 -1
- package/build/ts/surfaces/admin/components/shared.d.ts +25 -1
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.abandoned-checkout-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.catalog-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.catalog-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.collection-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.collection-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.collection-index.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.company-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.company-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.company-location-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.customer-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.customer-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.customer-index.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.customer-index.selection-action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.customer-segment-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.customers.segmentation-templates.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.discount-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.discount-details.function-settings.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.discount-index.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.draft-order-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.draft-order-index.selection-action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.gift-card-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.order-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.order-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.order-details.print-action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.order-fulfilled-card.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.order-index.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.configuration.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.print-action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-details.reorder.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-index.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-purchase-option.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.block.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-variant-details.configuration.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.product-variant-purchase-option.action.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.settings.internal-order-routing-rule.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.settings.order-routing-rule.render.d.ts +54 -1
- package/build/ts/surfaces/admin/targets/admin.settings.validation.render.d.ts +54 -1
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +4 -0
- package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +1 -0
- package/build/ts/surfaces/customer-account/components/Avatar.d.ts +66 -0
- package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/StandardComponents.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/targets/customer-account.footer.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-index.block.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.block.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-item.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.cart-line-list.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.customer-information.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.fulfillment-details.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.payment-details.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.return-details.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order-status.unfulfilled-items.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.menu-item.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order.action.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.order.page.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.page.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.addresses.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.block.render.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-details.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-addresses.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-payment.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.company-location-staff.render-after.d.ts +61 -0
- package/build/ts/surfaces/customer-account/targets/customer-account.profile.payment.render-after.d.ts +61 -0
- 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/Badge.d.ts +1 -1
- package/src/surfaces/admin/components/Banner.d.ts +1 -1
- package/src/surfaces/admin/components/Box.d.ts +1 -1
- package/src/surfaces/admin/components/Button.d.ts +1 -1
- package/src/surfaces/admin/components/Checkbox.d.ts +1 -1
- package/src/surfaces/admin/components/Choice.d.ts +1 -1
- package/src/surfaces/admin/components/ChoiceList.d.ts +1 -1
- package/src/surfaces/admin/components/Clickable.d.ts +1 -1
- 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/EmailField.d.ts +1 -1
- package/src/surfaces/admin/components/Form.d.ts +1 -1
- package/src/surfaces/admin/components/Grid.d.ts +1 -1
- package/src/surfaces/admin/components/GridItem.d.ts +1 -1
- package/src/surfaces/admin/components/Heading.d.ts +1 -1
- 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 +1 -1
- package/src/surfaces/admin/components/ListItem.d.ts +1 -1
- package/src/surfaces/admin/components/MoneyField.d.ts +1 -1
- package/src/surfaces/admin/components/NumberField.d.ts +1 -1
- package/src/surfaces/admin/components/Option.d.ts +1 -1
- package/src/surfaces/admin/components/OptionGroup.d.ts +1 -1
- package/src/surfaces/admin/components/OrderedList.d.ts +1 -1
- package/src/surfaces/admin/components/Page.d.ts +1 -1
- package/src/surfaces/admin/components/Paragraph.d.ts +1 -1
- package/src/surfaces/admin/components/PasswordField.d.ts +1 -1
- package/src/surfaces/admin/components/QueryContainer.d.ts +1 -1
- package/src/surfaces/admin/components/SearchField.d.ts +1 -1
- package/src/surfaces/admin/components/Section.d.ts +1 -1
- package/src/surfaces/admin/components/Select.d.ts +1 -1
- package/src/surfaces/admin/components/Spinner.d.ts +1 -1
- package/src/surfaces/admin/components/Stack.d.ts +1 -1
- 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.d.ts +1 -1
- package/src/surfaces/admin/components/TableBody.d.ts +1 -1
- package/src/surfaces/admin/components/TableCell.d.ts +1 -1
- package/src/surfaces/admin/components/TableHeader.d.ts +1 -1
- package/src/surfaces/admin/components/TableHeaderRow.d.ts +1 -1
- package/src/surfaces/admin/components/TableRow.d.ts +1 -1
- package/src/surfaces/admin/components/Text.d.ts +1 -1
- package/src/surfaces/admin/components/TextArea.d.ts +1 -1
- package/src/surfaces/admin/components/TextField.d.ts +1 -1
- package/src/surfaces/admin/components/Thumbnail.d.ts +133 -0
- package/src/surfaces/admin/components/URLField.d.ts +1 -1
- package/src/surfaces/admin/components/UnorderedList.d.ts +1 -1
- package/src/surfaces/admin/components/shared.d.ts +25 -1
- package/src/surfaces/admin/components.d.ts +672 -202
- package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-js.example.ts +9 -0
- package/src/surfaces/customer-account/components/Avatar/examples/basic-Avatar-preact.example.tsx +9 -0
- package/src/surfaces/customer-account/components/Avatar.d.ts +66 -0
- package/src/surfaces/customer-account/components/StandardComponents.ts +1 -0
- package/src/surfaces/customer-account/components.d.ts +67 -0
|
@@ -191,6 +191,58 @@ export interface UnorderedListProps extends UnorderedListProps$1 {
|
|
|
191
191
|
declare const UnorderedListtagName = 's-unordered-list';
|
|
192
192
|
declare const UnorderedListBaseClass: typeof globalThis.HTMLElement;
|
|
193
193
|
|
|
194
|
+
declare module 'preact' {
|
|
195
|
+
namespace createElement.JSX {
|
|
196
|
+
interface IntrinsicElements {
|
|
197
|
+
[ThumbnailtagName]: ThumbnailJSXProps & ThumbnailPreactBaseElementProps<Thumbnail>;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
declare global {
|
|
203
|
+
interface HTMLElementTagNameMap {
|
|
204
|
+
[ThumbnailtagName]: Thumbnail;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface ThumbnailJSXProps extends Partial<ThumbnailProps>, Pick<ThumbnailProps$1, 'id'> {
|
|
209
|
+
onLoad?: ((event: CallbackEvent<typeof ThumbnailtagName>) => void) | null;
|
|
210
|
+
onError?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface ThumbnailClickOptions {
|
|
214
|
+
/**
|
|
215
|
+
* The event you want to influence the synthetic click.
|
|
216
|
+
*/
|
|
217
|
+
sourceEvent?: ThumbnailActivationEventEsque;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export interface ThumbnailActivationEventEsque {
|
|
221
|
+
shiftKey: boolean;
|
|
222
|
+
metaKey: boolean;
|
|
223
|
+
ctrlKey: boolean;
|
|
224
|
+
button: number;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
export interface ThumbnailPreactBaseElementProps<TClass extends HTMLElement> {
|
|
228
|
+
/** Assigns a unique key to this element. */
|
|
229
|
+
key?: preact.Key;
|
|
230
|
+
/** Assigns a ref (generally from `useRef()`) to this element. */
|
|
231
|
+
ref?: preact.Ref<TClass>;
|
|
232
|
+
/** Assigns this element to a parent's slot. */
|
|
233
|
+
slot?: Lowercase<string>;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export interface ThumbnailProps extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
|
|
237
|
+
size: Extract<
|
|
238
|
+
ThumbnailProps$1['size'],
|
|
239
|
+
'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
|
|
240
|
+
>;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
declare const ThumbnailtagName = 's-thumbnail';
|
|
244
|
+
declare const ThumbnailBaseClass: typeof globalThis.HTMLElement;
|
|
245
|
+
|
|
194
246
|
declare module 'preact' {
|
|
195
247
|
namespace createElement.JSX {
|
|
196
248
|
interface IntrinsicElements {
|
|
@@ -3519,7 +3571,7 @@ import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/a
|
|
|
3519
3571
|
import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
|
|
3520
3572
|
import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
|
|
3521
3573
|
import { Select } from "../../../../../src/surfaces/admin/components/Select";
|
|
3522
|
-
import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3574
|
+
import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, ThumbnailProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3523
3575
|
import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
|
|
3524
3576
|
import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
|
|
3525
3577
|
import { Table } from "../../../../../src/surfaces/admin/components/Table";
|
|
@@ -3530,6 +3582,7 @@ import { TableHeaderRow } from "../../../../../src/surfaces/admin/components/Tab
|
|
|
3530
3582
|
import { TableRow } from "../../../../../src/surfaces/admin/components/TableRow";
|
|
3531
3583
|
import { TextArea, TextAreaProps } from "../../../../../src/surfaces/admin/components/TextArea";
|
|
3532
3584
|
import { TextField, TextFieldProps } from "../../../../../src/surfaces/admin/components/TextField";
|
|
3585
|
+
import { Thumbnail } from "../../../../../src/surfaces/admin/components/Thumbnail";
|
|
3533
3586
|
import { UnorderedList } from "../../../../../src/surfaces/admin/components/UnorderedList";
|
|
3534
3587
|
import { URLField, URLFieldProps } from "../../../../../src/surfaces/admin/components/URLField";
|
|
3535
3588
|
import type { ExtensionTargets } from '../extension-targets';
|
|
@@ -150,6 +150,58 @@ export interface UnorderedListProps extends UnorderedListProps$1 {
|
|
|
150
150
|
declare const UnorderedListtagName = 's-unordered-list';
|
|
151
151
|
declare const UnorderedListBaseClass: typeof globalThis.HTMLElement;
|
|
152
152
|
|
|
153
|
+
declare module 'preact' {
|
|
154
|
+
namespace createElement.JSX {
|
|
155
|
+
interface IntrinsicElements {
|
|
156
|
+
[ThumbnailtagName]: ThumbnailJSXProps & ThumbnailPreactBaseElementProps<Thumbnail>;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
declare global {
|
|
162
|
+
interface HTMLElementTagNameMap {
|
|
163
|
+
[ThumbnailtagName]: Thumbnail;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface ThumbnailJSXProps extends Partial<ThumbnailProps>, Pick<ThumbnailProps$1, 'id'> {
|
|
168
|
+
onLoad?: ((event: CallbackEvent<typeof ThumbnailtagName>) => void) | null;
|
|
169
|
+
onError?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface ThumbnailClickOptions {
|
|
173
|
+
/**
|
|
174
|
+
* The event you want to influence the synthetic click.
|
|
175
|
+
*/
|
|
176
|
+
sourceEvent?: ThumbnailActivationEventEsque;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
export interface ThumbnailActivationEventEsque {
|
|
180
|
+
shiftKey: boolean;
|
|
181
|
+
metaKey: boolean;
|
|
182
|
+
ctrlKey: boolean;
|
|
183
|
+
button: number;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface ThumbnailPreactBaseElementProps<TClass extends HTMLElement> {
|
|
187
|
+
/** Assigns a unique key to this element. */
|
|
188
|
+
key?: preact.Key;
|
|
189
|
+
/** Assigns a ref (generally from `useRef()`) to this element. */
|
|
190
|
+
ref?: preact.Ref<TClass>;
|
|
191
|
+
/** Assigns this element to a parent's slot. */
|
|
192
|
+
slot?: Lowercase<string>;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface ThumbnailProps extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
|
|
196
|
+
size: Extract<
|
|
197
|
+
ThumbnailProps$1['size'],
|
|
198
|
+
'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
|
|
199
|
+
>;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
declare const ThumbnailtagName = 's-thumbnail';
|
|
203
|
+
declare const ThumbnailBaseClass: typeof globalThis.HTMLElement;
|
|
204
|
+
|
|
153
205
|
declare module 'preact' {
|
|
154
206
|
namespace createElement.JSX {
|
|
155
207
|
interface IntrinsicElements {
|
|
@@ -3477,7 +3529,7 @@ import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/a
|
|
|
3477
3529
|
import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
|
|
3478
3530
|
import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
|
|
3479
3531
|
import { Select } from "../../../../../src/surfaces/admin/components/Select";
|
|
3480
|
-
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3532
|
+
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, ThumbnailProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3481
3533
|
import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
|
|
3482
3534
|
import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
|
|
3483
3535
|
import { Table } from "../../../../../src/surfaces/admin/components/Table";
|
|
@@ -3488,6 +3540,7 @@ import { TableHeaderRow } from "../../../../../src/surfaces/admin/components/Tab
|
|
|
3488
3540
|
import { TableRow } from "../../../../../src/surfaces/admin/components/TableRow";
|
|
3489
3541
|
import { TextArea, TextAreaProps } from "../../../../../src/surfaces/admin/components/TextArea";
|
|
3490
3542
|
import { TextField, TextFieldProps } from "../../../../../src/surfaces/admin/components/TextField";
|
|
3543
|
+
import { Thumbnail } from "../../../../../src/surfaces/admin/components/Thumbnail";
|
|
3491
3544
|
import { UnorderedList } from "../../../../../src/surfaces/admin/components/UnorderedList";
|
|
3492
3545
|
import { URLField, URLFieldProps } from "../../../../../src/surfaces/admin/components/URLField";
|
|
3493
3546
|
import type { ExtensionTargets } from '../extension-targets';
|
|
@@ -191,6 +191,58 @@ export interface UnorderedListProps extends UnorderedListProps$1 {
|
|
|
191
191
|
declare const UnorderedListtagName = 's-unordered-list';
|
|
192
192
|
declare const UnorderedListBaseClass: typeof globalThis.HTMLElement;
|
|
193
193
|
|
|
194
|
+
declare module 'preact' {
|
|
195
|
+
namespace createElement.JSX {
|
|
196
|
+
interface IntrinsicElements {
|
|
197
|
+
[ThumbnailtagName]: ThumbnailJSXProps & ThumbnailPreactBaseElementProps<Thumbnail>;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
declare global {
|
|
203
|
+
interface HTMLElementTagNameMap {
|
|
204
|
+
[ThumbnailtagName]: Thumbnail;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface ThumbnailJSXProps extends Partial<ThumbnailProps>, Pick<ThumbnailProps$1, 'id'> {
|
|
209
|
+
onLoad?: ((event: CallbackEvent<typeof ThumbnailtagName>) => void) | null;
|
|
210
|
+
onError?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface ThumbnailClickOptions {
|
|
214
|
+
/**
|
|
215
|
+
* The event you want to influence the synthetic click.
|
|
216
|
+
*/
|
|
217
|
+
sourceEvent?: ThumbnailActivationEventEsque;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export interface ThumbnailActivationEventEsque {
|
|
221
|
+
shiftKey: boolean;
|
|
222
|
+
metaKey: boolean;
|
|
223
|
+
ctrlKey: boolean;
|
|
224
|
+
button: number;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
export interface ThumbnailPreactBaseElementProps<TClass extends HTMLElement> {
|
|
228
|
+
/** Assigns a unique key to this element. */
|
|
229
|
+
key?: preact.Key;
|
|
230
|
+
/** Assigns a ref (generally from `useRef()`) to this element. */
|
|
231
|
+
ref?: preact.Ref<TClass>;
|
|
232
|
+
/** Assigns this element to a parent's slot. */
|
|
233
|
+
slot?: Lowercase<string>;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export interface ThumbnailProps extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
|
|
237
|
+
size: Extract<
|
|
238
|
+
ThumbnailProps$1['size'],
|
|
239
|
+
'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
|
|
240
|
+
>;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
declare const ThumbnailtagName = 's-thumbnail';
|
|
244
|
+
declare const ThumbnailBaseClass: typeof globalThis.HTMLElement;
|
|
245
|
+
|
|
194
246
|
declare module 'preact' {
|
|
195
247
|
namespace createElement.JSX {
|
|
196
248
|
interface IntrinsicElements {
|
|
@@ -3519,7 +3571,7 @@ import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/a
|
|
|
3519
3571
|
import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
|
|
3520
3572
|
import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
|
|
3521
3573
|
import { Select } from "../../../../../src/surfaces/admin/components/Select";
|
|
3522
|
-
import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3574
|
+
import { AdminBlockProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, ThumbnailProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3523
3575
|
import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
|
|
3524
3576
|
import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
|
|
3525
3577
|
import { Table } from "../../../../../src/surfaces/admin/components/Table";
|
|
@@ -3530,6 +3582,7 @@ import { TableHeaderRow } from "../../../../../src/surfaces/admin/components/Tab
|
|
|
3530
3582
|
import { TableRow } from "../../../../../src/surfaces/admin/components/TableRow";
|
|
3531
3583
|
import { TextArea, TextAreaProps } from "../../../../../src/surfaces/admin/components/TextArea";
|
|
3532
3584
|
import { TextField, TextFieldProps } from "../../../../../src/surfaces/admin/components/TextField";
|
|
3585
|
+
import { Thumbnail } from "../../../../../src/surfaces/admin/components/Thumbnail";
|
|
3533
3586
|
import { UnorderedList } from "../../../../../src/surfaces/admin/components/UnorderedList";
|
|
3534
3587
|
import { URLField, URLFieldProps } from "../../../../../src/surfaces/admin/components/URLField";
|
|
3535
3588
|
import type { ExtensionTargets } from '../extension-targets';
|
|
@@ -150,6 +150,58 @@ export interface UnorderedListProps extends UnorderedListProps$1 {
|
|
|
150
150
|
declare const UnorderedListtagName = 's-unordered-list';
|
|
151
151
|
declare const UnorderedListBaseClass: typeof globalThis.HTMLElement;
|
|
152
152
|
|
|
153
|
+
declare module 'preact' {
|
|
154
|
+
namespace createElement.JSX {
|
|
155
|
+
interface IntrinsicElements {
|
|
156
|
+
[ThumbnailtagName]: ThumbnailJSXProps & ThumbnailPreactBaseElementProps<Thumbnail>;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
declare global {
|
|
162
|
+
interface HTMLElementTagNameMap {
|
|
163
|
+
[ThumbnailtagName]: Thumbnail;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface ThumbnailJSXProps extends Partial<ThumbnailProps>, Pick<ThumbnailProps$1, 'id'> {
|
|
168
|
+
onLoad?: ((event: CallbackEvent<typeof ThumbnailtagName>) => void) | null;
|
|
169
|
+
onError?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface ThumbnailClickOptions {
|
|
173
|
+
/**
|
|
174
|
+
* The event you want to influence the synthetic click.
|
|
175
|
+
*/
|
|
176
|
+
sourceEvent?: ThumbnailActivationEventEsque;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
export interface ThumbnailActivationEventEsque {
|
|
180
|
+
shiftKey: boolean;
|
|
181
|
+
metaKey: boolean;
|
|
182
|
+
ctrlKey: boolean;
|
|
183
|
+
button: number;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface ThumbnailPreactBaseElementProps<TClass extends HTMLElement> {
|
|
187
|
+
/** Assigns a unique key to this element. */
|
|
188
|
+
key?: preact.Key;
|
|
189
|
+
/** Assigns a ref (generally from `useRef()`) to this element. */
|
|
190
|
+
ref?: preact.Ref<TClass>;
|
|
191
|
+
/** Assigns this element to a parent's slot. */
|
|
192
|
+
slot?: Lowercase<string>;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface ThumbnailProps extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
|
|
196
|
+
size: Extract<
|
|
197
|
+
ThumbnailProps$1['size'],
|
|
198
|
+
'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
|
|
199
|
+
>;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
declare const ThumbnailtagName = 's-thumbnail';
|
|
203
|
+
declare const ThumbnailBaseClass: typeof globalThis.HTMLElement;
|
|
204
|
+
|
|
153
205
|
declare module 'preact' {
|
|
154
206
|
namespace createElement.JSX {
|
|
155
207
|
interface IntrinsicElements {
|
|
@@ -3477,7 +3529,7 @@ import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/a
|
|
|
3477
3529
|
import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
|
|
3478
3530
|
import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
|
|
3479
3531
|
import { Select } from "../../../../../src/surfaces/admin/components/Select";
|
|
3480
|
-
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3532
|
+
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, ThumbnailProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3481
3533
|
import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
|
|
3482
3534
|
import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
|
|
3483
3535
|
import { Table } from "../../../../../src/surfaces/admin/components/Table";
|
|
@@ -3488,6 +3540,7 @@ import { TableHeaderRow } from "../../../../../src/surfaces/admin/components/Tab
|
|
|
3488
3540
|
import { TableRow } from "../../../../../src/surfaces/admin/components/TableRow";
|
|
3489
3541
|
import { TextArea, TextAreaProps } from "../../../../../src/surfaces/admin/components/TextArea";
|
|
3490
3542
|
import { TextField, TextFieldProps } from "../../../../../src/surfaces/admin/components/TextField";
|
|
3543
|
+
import { Thumbnail } from "../../../../../src/surfaces/admin/components/Thumbnail";
|
|
3491
3544
|
import { UnorderedList } from "../../../../../src/surfaces/admin/components/UnorderedList";
|
|
3492
3545
|
import { URLField, URLFieldProps } from "../../../../../src/surfaces/admin/components/URLField";
|
|
3493
3546
|
import type { ExtensionTargets } from '../extension-targets';
|
|
@@ -150,6 +150,58 @@ export interface UnorderedListProps extends UnorderedListProps$1 {
|
|
|
150
150
|
declare const UnorderedListtagName = 's-unordered-list';
|
|
151
151
|
declare const UnorderedListBaseClass: typeof globalThis.HTMLElement;
|
|
152
152
|
|
|
153
|
+
declare module 'preact' {
|
|
154
|
+
namespace createElement.JSX {
|
|
155
|
+
interface IntrinsicElements {
|
|
156
|
+
[ThumbnailtagName]: ThumbnailJSXProps & ThumbnailPreactBaseElementProps<Thumbnail>;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
declare global {
|
|
162
|
+
interface HTMLElementTagNameMap {
|
|
163
|
+
[ThumbnailtagName]: Thumbnail;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface ThumbnailJSXProps extends Partial<ThumbnailProps>, Pick<ThumbnailProps$1, 'id'> {
|
|
168
|
+
onLoad?: ((event: CallbackEvent<typeof ThumbnailtagName>) => void) | null;
|
|
169
|
+
onError?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface ThumbnailClickOptions {
|
|
173
|
+
/**
|
|
174
|
+
* The event you want to influence the synthetic click.
|
|
175
|
+
*/
|
|
176
|
+
sourceEvent?: ThumbnailActivationEventEsque;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
export interface ThumbnailActivationEventEsque {
|
|
180
|
+
shiftKey: boolean;
|
|
181
|
+
metaKey: boolean;
|
|
182
|
+
ctrlKey: boolean;
|
|
183
|
+
button: number;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface ThumbnailPreactBaseElementProps<TClass extends HTMLElement> {
|
|
187
|
+
/** Assigns a unique key to this element. */
|
|
188
|
+
key?: preact.Key;
|
|
189
|
+
/** Assigns a ref (generally from `useRef()`) to this element. */
|
|
190
|
+
ref?: preact.Ref<TClass>;
|
|
191
|
+
/** Assigns this element to a parent's slot. */
|
|
192
|
+
slot?: Lowercase<string>;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface ThumbnailProps extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
|
|
196
|
+
size: Extract<
|
|
197
|
+
ThumbnailProps$1['size'],
|
|
198
|
+
'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
|
|
199
|
+
>;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
declare const ThumbnailtagName = 's-thumbnail';
|
|
203
|
+
declare const ThumbnailBaseClass: typeof globalThis.HTMLElement;
|
|
204
|
+
|
|
153
205
|
declare module 'preact' {
|
|
154
206
|
namespace createElement.JSX {
|
|
155
207
|
interface IntrinsicElements {
|
|
@@ -3477,7 +3529,7 @@ import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/a
|
|
|
3477
3529
|
import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
|
|
3478
3530
|
import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
|
|
3479
3531
|
import { Select } from "../../../../../src/surfaces/admin/components/Select";
|
|
3480
|
-
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3532
|
+
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, ThumbnailProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3481
3533
|
import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
|
|
3482
3534
|
import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
|
|
3483
3535
|
import { Table } from "../../../../../src/surfaces/admin/components/Table";
|
|
@@ -3488,6 +3540,7 @@ import { TableHeaderRow } from "../../../../../src/surfaces/admin/components/Tab
|
|
|
3488
3540
|
import { TableRow } from "../../../../../src/surfaces/admin/components/TableRow";
|
|
3489
3541
|
import { TextArea, TextAreaProps } from "../../../../../src/surfaces/admin/components/TextArea";
|
|
3490
3542
|
import { TextField, TextFieldProps } from "../../../../../src/surfaces/admin/components/TextField";
|
|
3543
|
+
import { Thumbnail } from "../../../../../src/surfaces/admin/components/Thumbnail";
|
|
3491
3544
|
import { UnorderedList } from "../../../../../src/surfaces/admin/components/UnorderedList";
|
|
3492
3545
|
import { URLField, URLFieldProps } from "../../../../../src/surfaces/admin/components/URLField";
|
|
3493
3546
|
import type { ExtensionTargets } from '../extension-targets';
|
|
@@ -150,6 +150,58 @@ export interface UnorderedListProps extends UnorderedListProps$1 {
|
|
|
150
150
|
declare const UnorderedListtagName = 's-unordered-list';
|
|
151
151
|
declare const UnorderedListBaseClass: typeof globalThis.HTMLElement;
|
|
152
152
|
|
|
153
|
+
declare module 'preact' {
|
|
154
|
+
namespace createElement.JSX {
|
|
155
|
+
interface IntrinsicElements {
|
|
156
|
+
[ThumbnailtagName]: ThumbnailJSXProps & ThumbnailPreactBaseElementProps<Thumbnail>;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
declare global {
|
|
162
|
+
interface HTMLElementTagNameMap {
|
|
163
|
+
[ThumbnailtagName]: Thumbnail;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface ThumbnailJSXProps extends Partial<ThumbnailProps>, Pick<ThumbnailProps$1, 'id'> {
|
|
168
|
+
onLoad?: ((event: CallbackEvent<typeof ThumbnailtagName>) => void) | null;
|
|
169
|
+
onError?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface ThumbnailClickOptions {
|
|
173
|
+
/**
|
|
174
|
+
* The event you want to influence the synthetic click.
|
|
175
|
+
*/
|
|
176
|
+
sourceEvent?: ThumbnailActivationEventEsque;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
export interface ThumbnailActivationEventEsque {
|
|
180
|
+
shiftKey: boolean;
|
|
181
|
+
metaKey: boolean;
|
|
182
|
+
ctrlKey: boolean;
|
|
183
|
+
button: number;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface ThumbnailPreactBaseElementProps<TClass extends HTMLElement> {
|
|
187
|
+
/** Assigns a unique key to this element. */
|
|
188
|
+
key?: preact.Key;
|
|
189
|
+
/** Assigns a ref (generally from `useRef()`) to this element. */
|
|
190
|
+
ref?: preact.Ref<TClass>;
|
|
191
|
+
/** Assigns this element to a parent's slot. */
|
|
192
|
+
slot?: Lowercase<string>;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface ThumbnailProps extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
|
|
196
|
+
size: Extract<
|
|
197
|
+
ThumbnailProps$1['size'],
|
|
198
|
+
'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
|
|
199
|
+
>;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
declare const ThumbnailtagName = 's-thumbnail';
|
|
203
|
+
declare const ThumbnailBaseClass: typeof globalThis.HTMLElement;
|
|
204
|
+
|
|
153
205
|
declare module 'preact' {
|
|
154
206
|
namespace createElement.JSX {
|
|
155
207
|
interface IntrinsicElements {
|
|
@@ -3477,7 +3529,7 @@ import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/a
|
|
|
3477
3529
|
import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
|
|
3478
3530
|
import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
|
|
3479
3531
|
import { Select } from "../../../../../src/surfaces/admin/components/Select";
|
|
3480
|
-
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3532
|
+
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, ThumbnailProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3481
3533
|
import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
|
|
3482
3534
|
import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
|
|
3483
3535
|
import { Table } from "../../../../../src/surfaces/admin/components/Table";
|
|
@@ -3488,6 +3540,7 @@ import { TableHeaderRow } from "../../../../../src/surfaces/admin/components/Tab
|
|
|
3488
3540
|
import { TableRow } from "../../../../../src/surfaces/admin/components/TableRow";
|
|
3489
3541
|
import { TextArea, TextAreaProps } from "../../../../../src/surfaces/admin/components/TextArea";
|
|
3490
3542
|
import { TextField, TextFieldProps } from "../../../../../src/surfaces/admin/components/TextField";
|
|
3543
|
+
import { Thumbnail } from "../../../../../src/surfaces/admin/components/Thumbnail";
|
|
3491
3544
|
import { UnorderedList } from "../../../../../src/surfaces/admin/components/UnorderedList";
|
|
3492
3545
|
import { URLField, URLFieldProps } from "../../../../../src/surfaces/admin/components/URLField";
|
|
3493
3546
|
import type { ExtensionTargets } from '../extension-targets';
|
|
@@ -100,6 +100,58 @@ export interface UnorderedListProps extends UnorderedListProps$1 {
|
|
|
100
100
|
declare const UnorderedListtagName = 's-unordered-list';
|
|
101
101
|
declare const UnorderedListBaseClass: typeof globalThis.HTMLElement;
|
|
102
102
|
|
|
103
|
+
declare module 'preact' {
|
|
104
|
+
namespace createElement.JSX {
|
|
105
|
+
interface IntrinsicElements {
|
|
106
|
+
[ThumbnailtagName]: ThumbnailJSXProps & ThumbnailPreactBaseElementProps<Thumbnail>;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
declare global {
|
|
112
|
+
interface HTMLElementTagNameMap {
|
|
113
|
+
[ThumbnailtagName]: Thumbnail;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface ThumbnailJSXProps extends Partial<ThumbnailProps>, Pick<ThumbnailProps$1, 'id'> {
|
|
118
|
+
onLoad?: ((event: CallbackEvent<typeof ThumbnailtagName>) => void) | null;
|
|
119
|
+
onError?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export interface ThumbnailClickOptions {
|
|
123
|
+
/**
|
|
124
|
+
* The event you want to influence the synthetic click.
|
|
125
|
+
*/
|
|
126
|
+
sourceEvent?: ThumbnailActivationEventEsque;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface ThumbnailActivationEventEsque {
|
|
130
|
+
shiftKey: boolean;
|
|
131
|
+
metaKey: boolean;
|
|
132
|
+
ctrlKey: boolean;
|
|
133
|
+
button: number;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export interface ThumbnailPreactBaseElementProps<TClass extends HTMLElement> {
|
|
137
|
+
/** Assigns a unique key to this element. */
|
|
138
|
+
key?: preact.Key;
|
|
139
|
+
/** Assigns a ref (generally from `useRef()`) to this element. */
|
|
140
|
+
ref?: preact.Ref<TClass>;
|
|
141
|
+
/** Assigns this element to a parent's slot. */
|
|
142
|
+
slot?: Lowercase<string>;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export interface ThumbnailProps extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
|
|
146
|
+
size: Extract<
|
|
147
|
+
ThumbnailProps$1['size'],
|
|
148
|
+
'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
|
|
149
|
+
>;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
declare const ThumbnailtagName = 's-thumbnail';
|
|
153
|
+
declare const ThumbnailBaseClass: typeof globalThis.HTMLElement;
|
|
154
|
+
|
|
103
155
|
declare module 'preact' {
|
|
104
156
|
namespace createElement.JSX {
|
|
105
157
|
interface IntrinsicElements {
|
|
@@ -3426,7 +3478,7 @@ import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/a
|
|
|
3426
3478
|
import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
|
|
3427
3479
|
import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
|
|
3428
3480
|
import { Select } from "../../../../../src/surfaces/admin/components/Select";
|
|
3429
|
-
import { BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3481
|
+
import { BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, ThumbnailProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3430
3482
|
import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
|
|
3431
3483
|
import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
|
|
3432
3484
|
import { Table } from "../../../../../src/surfaces/admin/components/Table";
|
|
@@ -3437,6 +3489,7 @@ import { TableHeaderRow } from "../../../../../src/surfaces/admin/components/Tab
|
|
|
3437
3489
|
import { TableRow } from "../../../../../src/surfaces/admin/components/TableRow";
|
|
3438
3490
|
import { TextArea, TextAreaProps } from "../../../../../src/surfaces/admin/components/TextArea";
|
|
3439
3491
|
import { TextField, TextFieldProps } from "../../../../../src/surfaces/admin/components/TextField";
|
|
3492
|
+
import { Thumbnail } from "../../../../../src/surfaces/admin/components/Thumbnail";
|
|
3440
3493
|
import { UnorderedList } from "../../../../../src/surfaces/admin/components/UnorderedList";
|
|
3441
3494
|
import { URLField, URLFieldProps } from "../../../../../src/surfaces/admin/components/URLField";
|
|
3442
3495
|
import type { ExtensionTargets } from '../extension-targets';
|
|
@@ -150,6 +150,58 @@ export interface UnorderedListProps extends UnorderedListProps$1 {
|
|
|
150
150
|
declare const UnorderedListtagName = 's-unordered-list';
|
|
151
151
|
declare const UnorderedListBaseClass: typeof globalThis.HTMLElement;
|
|
152
152
|
|
|
153
|
+
declare module 'preact' {
|
|
154
|
+
namespace createElement.JSX {
|
|
155
|
+
interface IntrinsicElements {
|
|
156
|
+
[ThumbnailtagName]: ThumbnailJSXProps & ThumbnailPreactBaseElementProps<Thumbnail>;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
declare global {
|
|
162
|
+
interface HTMLElementTagNameMap {
|
|
163
|
+
[ThumbnailtagName]: Thumbnail;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface ThumbnailJSXProps extends Partial<ThumbnailProps>, Pick<ThumbnailProps$1, 'id'> {
|
|
168
|
+
onLoad?: ((event: CallbackEvent<typeof ThumbnailtagName>) => void) | null;
|
|
169
|
+
onError?: ((event: CallbackEvent<typeof tagName>) => void) | null;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface ThumbnailClickOptions {
|
|
173
|
+
/**
|
|
174
|
+
* The event you want to influence the synthetic click.
|
|
175
|
+
*/
|
|
176
|
+
sourceEvent?: ThumbnailActivationEventEsque;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
export interface ThumbnailActivationEventEsque {
|
|
180
|
+
shiftKey: boolean;
|
|
181
|
+
metaKey: boolean;
|
|
182
|
+
ctrlKey: boolean;
|
|
183
|
+
button: number;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface ThumbnailPreactBaseElementProps<TClass extends HTMLElement> {
|
|
187
|
+
/** Assigns a unique key to this element. */
|
|
188
|
+
key?: preact.Key;
|
|
189
|
+
/** Assigns a ref (generally from `useRef()`) to this element. */
|
|
190
|
+
ref?: preact.Ref<TClass>;
|
|
191
|
+
/** Assigns this element to a parent's slot. */
|
|
192
|
+
slot?: Lowercase<string>;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface ThumbnailProps extends Required<Pick<ThumbnailProps$1, 'src' | 'alt'>> {
|
|
196
|
+
size: Extract<
|
|
197
|
+
ThumbnailProps$1['size'],
|
|
198
|
+
'small-200' | 'small-100' | 'small' | 'base' | 'large' | 'large-100'
|
|
199
|
+
>;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
declare const ThumbnailtagName = 's-thumbnail';
|
|
203
|
+
declare const ThumbnailBaseClass: typeof globalThis.HTMLElement;
|
|
204
|
+
|
|
153
205
|
declare module 'preact' {
|
|
154
206
|
namespace createElement.JSX {
|
|
155
207
|
interface IntrinsicElements {
|
|
@@ -3477,7 +3529,7 @@ import { PasswordField, PasswordFieldProps } from "../../../../../src/surfaces/a
|
|
|
3477
3529
|
import { QueryContainer } from "../../../../../src/surfaces/admin/components/QueryContainer";
|
|
3478
3530
|
import { RequiredSectionProps, Section } from "../../../../../src/surfaces/admin/components/Section";
|
|
3479
3531
|
import { Select } from "../../../../../src/surfaces/admin/components/Select";
|
|
3480
|
-
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3532
|
+
import { AdminActionProps$1, BadgeProps$1, BannerProps$1, BoxProps$1, ButtonProps$1, CheckboxProps$1, ChoiceListProps$1, ChoiceProps$1, ClickableProps$1, ComponentChild, DatePickerProps$1, DividerProps$1, EmailFieldProps$1, GridItemProps$1, GridProps$1, HeadingProps$1, IconProps$1, IconType, ImageProps$1, InteractionProps, LinkProps$1, ListItemProps$1, MaybeAllValuesShorthandProperty, MoneyFieldProps$1, NumberFieldProps$1, OptionGroupProps$1, OptionProps$1, OrderedListProps$1, ParagraphProps$1, PasswordFieldProps$1, QueryContainerProps$1, SectionProps$1, SelectProps$1, SpinnerProps$1, StackProps$1, TableBodyProps$1, TableCellProps$1, TableHeaderProps$1, TableHeaderRowProps$1, TableProps$1, TableRowProps$1, TextAreaProps$1, TextFieldProps$1, TextProps$1, ThumbnailProps$1, URLFieldProps$1, UnorderedListProps$1 } from "../../../../../src/surfaces/admin/components/shared";
|
|
3481
3533
|
import { Spinner } from "../../../../../src/surfaces/admin/components/Spinner";
|
|
3482
3534
|
import { AlignedStackProps, ResponsiveStackProps, Stack } from "../../../../../src/surfaces/admin/components/Stack";
|
|
3483
3535
|
import { Table } from "../../../../../src/surfaces/admin/components/Table";
|
|
@@ -3488,6 +3540,7 @@ import { TableHeaderRow } from "../../../../../src/surfaces/admin/components/Tab
|
|
|
3488
3540
|
import { TableRow } from "../../../../../src/surfaces/admin/components/TableRow";
|
|
3489
3541
|
import { TextArea, TextAreaProps } from "../../../../../src/surfaces/admin/components/TextArea";
|
|
3490
3542
|
import { TextField, TextFieldProps } from "../../../../../src/surfaces/admin/components/TextField";
|
|
3543
|
+
import { Thumbnail } from "../../../../../src/surfaces/admin/components/Thumbnail";
|
|
3491
3544
|
import { UnorderedList } from "../../../../../src/surfaces/admin/components/UnorderedList";
|
|
3492
3545
|
import { URLField, URLFieldProps } from "../../../../../src/surfaces/admin/components/URLField";
|
|
3493
3546
|
import type { ExtensionTargets } from '../extension-targets';
|