@shopify/ui-extensions 2026.4.0 → 2026.4.1

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.
Files changed (174) hide show
  1. package/build/ts/surfaces/admin/api/generated/generated.d.ts +62 -0
  2. package/build/ts/surfaces/admin/api/generated/generated.d.ts.map +1 -0
  3. package/build/ts/surfaces/admin/api.d.ts +1 -0
  4. package/build/ts/surfaces/admin/api.d.ts.map +1 -1
  5. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -1
  6. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +2 -2
  7. package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +1 -4
  8. package/build/ts/surfaces/checkout/components/Announcement.d.ts +2 -6
  9. package/build/ts/surfaces/checkout/components/Badge.d.ts +1 -3
  10. package/build/ts/surfaces/checkout/components/Banner.d.ts +2 -6
  11. package/build/ts/surfaces/checkout/components/Box.d.ts +1 -3
  12. package/build/ts/surfaces/checkout/components/Button.d.ts +2 -8
  13. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +2 -9
  14. package/build/ts/surfaces/checkout/components/Chip.d.ts +3 -11
  15. package/build/ts/surfaces/checkout/components/Choice.d.ts +2 -8
  16. package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +2 -9
  17. package/build/ts/surfaces/checkout/components/Clickable.d.ts +2 -8
  18. package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +4 -15
  19. package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +2 -8
  20. package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +8 -9
  21. package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +9 -14
  22. package/build/ts/surfaces/checkout/components/DateField.d.ts +2 -9
  23. package/build/ts/surfaces/checkout/components/DatePicker.d.ts +2 -9
  24. package/build/ts/surfaces/checkout/components/Details.d.ts +7 -16
  25. package/build/ts/surfaces/checkout/components/DropZone.d.ts +2 -9
  26. package/build/ts/surfaces/checkout/components/EmailField.d.ts +3 -14
  27. package/build/ts/surfaces/checkout/components/Form.d.ts +2 -9
  28. package/build/ts/surfaces/checkout/components/Grid.d.ts +1 -3
  29. package/build/ts/surfaces/checkout/components/GridItem.d.ts +1 -3
  30. package/build/ts/surfaces/checkout/components/Heading.d.ts +1 -4
  31. package/build/ts/surfaces/checkout/components/Link.d.ts +2 -8
  32. package/build/ts/surfaces/checkout/components/ListItem.d.ts +1 -4
  33. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +3 -6
  34. package/build/ts/surfaces/checkout/components/MoneyField.d.ts +2 -9
  35. package/build/ts/surfaces/checkout/components/NumberField.d.ts +3 -14
  36. package/build/ts/surfaces/checkout/components/Option.d.ts +1 -4
  37. package/build/ts/surfaces/checkout/components/OrderedList.d.ts +1 -4
  38. package/build/ts/surfaces/checkout/components/Paragraph.d.ts +12 -4
  39. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +3 -14
  40. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +3 -14
  41. package/build/ts/surfaces/checkout/components/PressButton.d.ts +2 -8
  42. package/build/ts/surfaces/checkout/components/Progress.d.ts +3 -5
  43. package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +1 -3
  44. package/build/ts/surfaces/checkout/components/Select.d.ts +2 -9
  45. package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +1 -4
  46. package/build/ts/surfaces/checkout/components/Spinner.d.ts +1 -3
  47. package/build/ts/surfaces/checkout/components/Stack.d.ts +1 -3
  48. package/build/ts/surfaces/checkout/components/Summary.d.ts +1 -4
  49. package/build/ts/surfaces/checkout/components/Switch.d.ts +2 -9
  50. package/build/ts/surfaces/checkout/components/Text.d.ts +18 -5
  51. package/build/ts/surfaces/checkout/components/TextArea.d.ts +2 -9
  52. package/build/ts/surfaces/checkout/components/TextField.d.ts +3 -14
  53. package/build/ts/surfaces/checkout/components/Time.d.ts +1 -4
  54. package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +1 -4
  55. package/build/ts/surfaces/checkout/components/UrlField.d.ts +3 -14
  56. package/build/ts/surfaces/checkout/components/components-shared.d.ts +126 -127
  57. package/build/ts/surfaces/checkout/components/components.d.ts +9 -11
  58. package/build/ts/surfaces/customer-account/api/docs.d.ts +10 -16
  59. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  60. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +7 -9
  61. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  62. package/build/ts/surfaces/customer-account/api/shared.d.ts +1 -2
  63. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  64. package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +1 -4
  65. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +2 -6
  66. package/build/ts/surfaces/customer-account/components/Badge.d.ts +1 -3
  67. package/build/ts/surfaces/customer-account/components/Banner.d.ts +2 -6
  68. package/build/ts/surfaces/customer-account/components/Box.d.ts +1 -3
  69. package/build/ts/surfaces/customer-account/components/Button.d.ts +2 -8
  70. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +2 -9
  71. package/build/ts/surfaces/customer-account/components/Chip.d.ts +3 -11
  72. package/build/ts/surfaces/customer-account/components/Choice.d.ts +2 -8
  73. package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +2 -9
  74. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +2 -8
  75. package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +4 -15
  76. package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +2 -8
  77. package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +8 -9
  78. package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +9 -14
  79. package/build/ts/surfaces/customer-account/components/DateField.d.ts +2 -9
  80. package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +2 -9
  81. package/build/ts/surfaces/customer-account/components/Details.d.ts +7 -16
  82. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +2 -9
  83. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +3 -14
  84. package/build/ts/surfaces/customer-account/components/Form.d.ts +2 -9
  85. package/build/ts/surfaces/customer-account/components/Grid.d.ts +1 -3
  86. package/build/ts/surfaces/customer-account/components/GridItem.d.ts +1 -3
  87. package/build/ts/surfaces/customer-account/components/Heading.d.ts +1 -4
  88. package/build/ts/surfaces/customer-account/components/Link.d.ts +2 -8
  89. package/build/ts/surfaces/customer-account/components/ListItem.d.ts +1 -4
  90. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +3 -6
  91. package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +2 -9
  92. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +3 -14
  93. package/build/ts/surfaces/customer-account/components/Option.d.ts +1 -4
  94. package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +1 -4
  95. package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +12 -4
  96. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +3 -14
  97. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +3 -14
  98. package/build/ts/surfaces/customer-account/components/PressButton.d.ts +2 -8
  99. package/build/ts/surfaces/customer-account/components/Progress.d.ts +3 -5
  100. package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +1 -3
  101. package/build/ts/surfaces/customer-account/components/Select.d.ts +2 -9
  102. package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +1 -4
  103. package/build/ts/surfaces/customer-account/components/Spinner.d.ts +1 -3
  104. package/build/ts/surfaces/customer-account/components/Stack.d.ts +1 -3
  105. package/build/ts/surfaces/customer-account/components/Summary.d.ts +1 -4
  106. package/build/ts/surfaces/customer-account/components/Switch.d.ts +2 -9
  107. package/build/ts/surfaces/customer-account/components/Text.d.ts +18 -5
  108. package/build/ts/surfaces/customer-account/components/TextArea.d.ts +2 -9
  109. package/build/ts/surfaces/customer-account/components/TextField.d.ts +3 -14
  110. package/build/ts/surfaces/customer-account/components/Time.d.ts +1 -4
  111. package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +1 -4
  112. package/build/ts/surfaces/customer-account/components/UrlField.d.ts +3 -14
  113. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +126 -127
  114. package/build/ts/surfaces/customer-account/components/components.d.ts +9 -11
  115. package/build/tsconfig.tsbuildinfo +1 -1
  116. package/package.json +1 -1
  117. package/src/surfaces/admin/api/generated/generated.ts +76 -0
  118. package/src/surfaces/admin/api.ts +6 -0
  119. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
  120. package/src/surfaces/checkout/api/standard/standard.ts +2 -2
  121. package/src/surfaces/checkout/components/Abbreviation.d.ts +1 -4
  122. package/src/surfaces/checkout/components/Announcement.d.ts +2 -6
  123. package/src/surfaces/checkout/components/Badge.d.ts +1 -3
  124. package/src/surfaces/checkout/components/Banner.d.ts +2 -6
  125. package/src/surfaces/checkout/components/Box.d.ts +1 -3
  126. package/src/surfaces/checkout/components/Button.d.ts +2 -8
  127. package/src/surfaces/checkout/components/Checkbox.d.ts +2 -9
  128. package/src/surfaces/checkout/components/Chip.d.ts +3 -11
  129. package/src/surfaces/checkout/components/Choice.d.ts +2 -8
  130. package/src/surfaces/checkout/components/ChoiceList.d.ts +2 -9
  131. package/src/surfaces/checkout/components/Clickable.d.ts +2 -8
  132. package/src/surfaces/checkout/components/ClickableChip.d.ts +4 -15
  133. package/src/surfaces/checkout/components/ClipboardItem.d.ts +2 -8
  134. package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +8 -9
  135. package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +9 -14
  136. package/src/surfaces/checkout/components/DateField.d.ts +2 -9
  137. package/src/surfaces/checkout/components/DatePicker.d.ts +2 -9
  138. package/src/surfaces/checkout/components/Details.d.ts +7 -16
  139. package/src/surfaces/checkout/components/DropZone.d.ts +2 -9
  140. package/src/surfaces/checkout/components/EmailField.d.ts +3 -14
  141. package/src/surfaces/checkout/components/Form.d.ts +2 -9
  142. package/src/surfaces/checkout/components/Grid.d.ts +1 -3
  143. package/src/surfaces/checkout/components/GridItem.d.ts +1 -3
  144. package/src/surfaces/checkout/components/Heading.d.ts +1 -4
  145. package/src/surfaces/checkout/components/Link.d.ts +2 -8
  146. package/src/surfaces/checkout/components/ListItem.d.ts +1 -4
  147. package/src/surfaces/checkout/components/MapMarker.d.ts +3 -6
  148. package/src/surfaces/checkout/components/MoneyField.d.ts +2 -9
  149. package/src/surfaces/checkout/components/NumberField.d.ts +3 -14
  150. package/src/surfaces/checkout/components/Option.d.ts +1 -4
  151. package/src/surfaces/checkout/components/OrderedList.d.ts +1 -4
  152. package/src/surfaces/checkout/components/Paragraph.d.ts +12 -4
  153. package/src/surfaces/checkout/components/PasswordField.d.ts +3 -14
  154. package/src/surfaces/checkout/components/PhoneField.d.ts +3 -14
  155. package/src/surfaces/checkout/components/PressButton.d.ts +2 -8
  156. package/src/surfaces/checkout/components/Progress.d.ts +3 -5
  157. package/src/surfaces/checkout/components/ScrollBox.d.ts +1 -3
  158. package/src/surfaces/checkout/components/Select.d.ts +2 -9
  159. package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +1 -4
  160. package/src/surfaces/checkout/components/Spinner.d.ts +1 -3
  161. package/src/surfaces/checkout/components/Stack.d.ts +1 -3
  162. package/src/surfaces/checkout/components/Summary.d.ts +1 -4
  163. package/src/surfaces/checkout/components/Switch.d.ts +2 -9
  164. package/src/surfaces/checkout/components/Text.d.ts +18 -5
  165. package/src/surfaces/checkout/components/TextArea.d.ts +2 -9
  166. package/src/surfaces/checkout/components/TextField.d.ts +3 -14
  167. package/src/surfaces/checkout/components/Time.d.ts +1 -4
  168. package/src/surfaces/checkout/components/UnorderedList.d.ts +1 -4
  169. package/src/surfaces/checkout/components/UrlField.d.ts +3 -14
  170. package/src/surfaces/checkout/components/components-shared.d.ts +126 -127
  171. package/src/surfaces/checkout/components/components.d.ts +9 -11
  172. package/src/surfaces/customer-account/api/docs.ts +10 -16
  173. package/src/surfaces/customer-account/api/order-status/order-status.ts +7 -9
  174. package/src/surfaces/customer-account/api/shared.ts +1 -2
@@ -38,10 +38,7 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
38
38
  }) | null;
39
39
 
40
40
  declare const tagName = "s-email-field";
41
- /**
42
- * Configure the following properties on the email field component.
43
- * @publicDocs
44
- */
41
+ /** @publicDocs */
45
42
  export interface EmailFieldElementProps extends Pick<EmailFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'maxLength' | 'minLength' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'name' | 'readOnly' | 'required' | 'value'> {
46
43
  /**
47
44
  * @deprecated Use `label` instead.
@@ -51,11 +48,7 @@ export interface EmailFieldElementProps extends Pick<EmailFieldProps$1, 'autocom
51
48
  }
52
49
  export interface EmailFieldEvents extends Pick<EmailFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
53
50
  }
54
- /**
55
- * The email field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
56
- *
57
- * @publicDocs
58
- */
51
+ /** @publicDocs */
59
52
  export interface EmailFieldElementEvents {
60
53
  /**
61
54
  * A callback fired when the email field loses focus.
@@ -82,11 +75,7 @@ export interface EmailFieldElementEvents {
82
75
  */
83
76
  input?: CallbackEventListener<typeof tagName>;
84
77
  }
85
- /**
86
- * The email field component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
87
- *
88
- * @publicDocs
89
- */
78
+ /** @publicDocs */
90
79
  export interface EmailFieldElementSlots {
91
80
  /**
92
81
  * Additional interactive content displayed within the field. Accepts button and clickable components with text content only. Other component types or complex layouts are not supported.
@@ -38,10 +38,7 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
38
38
  }) | null;
39
39
 
40
40
  declare const tagName = "s-form";
41
- /**
42
- * Configure the following properties on the form component.
43
- * @publicDocs
44
- */
41
+ /** @publicDocs */
45
42
  export interface FormElementProps extends Pick<FormProps$1, 'disabled' | 'id'> {
46
43
  }
47
44
  export interface FormEvents extends Pick<FormProps$1, 'onSubmit'> {
@@ -50,11 +47,7 @@ export interface FormEvents extends Pick<FormProps$1, 'onSubmit'> {
50
47
  */
51
48
  onSubmit?: () => void;
52
49
  }
53
- /**
54
- * The form component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
55
- *
56
- * @publicDocs
57
- */
50
+ /** @publicDocs */
58
51
  export interface FormElementEvents {
59
52
  /**
60
53
  * A callback fired when the form is submitted.
@@ -102,9 +102,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
102
102
  }
103
103
 
104
104
  declare const tagName = "s-grid";
105
- /**
106
- * @publicDocs
107
- */
105
+ /** @publicDocs */
108
106
  export interface GridElementProps extends Pick<GridProps$1, 'accessibilityLabel' | 'accessibilityRole' | 'accessibilityVisibility' | 'alignContent' | 'alignItems' | 'background' | 'blockSize' | 'border' | 'borderColor' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'columnGap' | 'display' | 'gap' | 'gridTemplateColumns' | 'gridTemplateRows' | 'id' | 'inlineSize' | 'justifyContent' | 'justifyItems' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart' | 'placeContent' | 'placeItems' | 'rowGap'> {
109
107
  /**
110
108
  * Controls how the grid's rows are distributed along the block (column) axis when there is extra space. Set to an empty string to use the default.
@@ -46,9 +46,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
46
46
  }
47
47
 
48
48
  declare const tagName = "s-grid-item";
49
- /**
50
- * @publicDocs
51
- */
49
+ /** @publicDocs */
52
50
  export interface GridItemElementProps extends Pick<GridItemProps$1, 'accessibilityLabel' | 'accessibilityRole' | 'accessibilityVisibility' | 'background' | 'blockSize' | 'border' | 'borderColor' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'display' | 'gridColumn' | 'gridRow' | 'id' | 'inlineSize' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart'> {
53
51
  /**
54
52
  * The background color of the grid item.
@@ -26,10 +26,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
26
26
  }
27
27
 
28
28
  declare const tagName = "s-heading";
29
- /**
30
- * The element props interface for the Heading component.
31
- * @publicDocs
32
- */
29
+ /** @publicDocs */
33
30
  export interface HeadingElementProps extends Pick<HeadingProps$1, 'accessibilityRole' | 'id'> {
34
31
  }
35
32
  export interface HeadingElement extends HeadingElementProps, Omit<HTMLElement, 'id'> {
@@ -38,20 +38,14 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
38
38
  }) | null;
39
39
 
40
40
  declare const tagName = "s-link";
41
- /**
42
- * Configure the following properties on the link component.
43
- * @publicDocs
44
- */
41
+ /** @publicDocs */
45
42
  export interface LinkElementProps extends Pick<LinkProps$1, 'accessibilityLabel' | 'command' | 'commandFor' | 'href' | 'id' | 'interestFor' | 'lang' | 'target' | 'tone'> {
46
43
  target?: Extract<LinkProps$1['target'], 'auto' | '_blank'>;
47
44
  tone?: Extract<LinkProps$1['tone'], 'auto' | 'neutral'>;
48
45
  }
49
46
  export interface LinkEvents extends Pick<LinkProps$1, 'onClick'> {
50
47
  }
51
- /**
52
- * The link component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
53
- * @publicDocs
54
- */
48
+ /** @publicDocs */
55
49
  export interface LinkElementEvents {
56
50
  /**
57
51
  * A callback fired when the link is clicked, before navigating to the location specified by `href`.
@@ -26,10 +26,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
26
26
  }
27
27
 
28
28
  declare const tagName = "s-list-item";
29
- /**
30
- * The element props interface for the ListItem component.
31
- * @publicDocs
32
- */
29
+ /** @publicDocs */
33
30
  export interface ListItemElementProps extends Pick<ListItemProps$1, 'id'> {
34
31
  }
35
32
  export interface ListItemElement extends ListItemElementProps, Omit<HTMLElement, 'id'> {
@@ -41,7 +41,7 @@ declare const tagName = "s-map-marker";
41
41
  /** @publicDocs */
42
42
  export interface MapMarkerElementProps extends Pick<MapMarkerProps$1, 'accessibilityLabel' | 'blockSize' | 'command' | 'commandFor' | 'clusterable' | 'inlineSize' | 'latitude' | 'longitude'> {
43
43
  /**
44
- * Sets the action the `commandFor` target should take when this marker is activated. See the documentation of particular components for the actions they support. Learn more about the [`command` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command).
44
+ * Sets the action the `commandFor` target should take when this component is activated. Learn more about the [`command` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#command).
45
45
  *
46
46
  * - `--auto`: a default action for the target component.
47
47
  * - `--show`: shows the target component.
@@ -52,7 +52,7 @@ export interface MapMarkerElementProps extends Pick<MapMarkerProps$1, 'accessibi
52
52
  */
53
53
  command?: Extract<MapMarkerProps$1['command'], '--auto' | '--show' | '--hide' | '--toggle'>;
54
54
  /**
55
- * The ID of a component that should respond to activations (for example, clicks) on this component. Refer to the `command` property for how to control the behavior of the target. Learn more about the [`commandfor` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor).
55
+ * The ID of the component to control when this component is activated. Pair with the `command` property to specify what action to perform on the target component. Learn more about the [`commandFor` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#commandfor).
56
56
  */
57
57
  commandFor?: MapMarkerProps$1['commandFor'];
58
58
  }
@@ -68,10 +68,7 @@ export interface MapMarkerElementEvents {
68
68
  */
69
69
  click?: CallbackEventListener<typeof tagName>;
70
70
  }
71
- /**
72
- * The named slots for the map marker component. Slots allow you to insert custom content into specific areas of the marker.
73
- * @publicDocs
74
- */
71
+ /** @publicDocs */
75
72
  export interface MapMarkerElementSlots {
76
73
  /**
77
74
  * A custom graphic element to use as the marker. If not provided, the map provider’s default marker pin is displayed.
@@ -32,19 +32,12 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
32
32
  }) | null;
33
33
 
34
34
  declare const tagName = "s-money-field";
35
- /**
36
- * Configure the following properties on the money field component.
37
- * @publicDocs
38
- */
35
+ /** @publicDocs */
39
36
  export interface MoneyFieldElementProps extends Pick<MoneyFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'max' | 'min' | 'name' | 'readOnly' | 'required' | 'step' | 'value'> {
40
37
  }
41
38
  export interface MoneyFieldEvents extends Pick<MoneyFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
42
39
  }
43
- /**
44
- * The money field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
45
- *
46
- * @publicDocs
47
- */
40
+ /** @publicDocs */
48
41
  export interface MoneyFieldElementEvents {
49
42
  /**
50
43
  * A callback fired when the money field loses focus.
@@ -68,10 +68,7 @@ declare module 'preact' {
68
68
  }
69
69
 
70
70
  declare const tagName = "s-number-field";
71
- /**
72
- * Configure the following properties on the number field component.
73
- * @publicDocs
74
- */
71
+ /** @publicDocs */
75
72
  export interface NumberFieldElementProps extends Pick<NumberFieldProps$1, 'autocomplete' | 'controls' | 'defaultValue' | 'disabled' | 'error' | 'icon' | 'inputMode' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'max' | 'min' | 'name' | 'prefix' | 'readOnly' | 'required' | 'step' | 'suffix' | 'value'> {
76
73
  icon?: IconProps['type'];
77
74
  /**
@@ -82,11 +79,7 @@ export interface NumberFieldElementProps extends Pick<NumberFieldProps$1, 'autoc
82
79
  }
83
80
  export interface NumberFieldEvents extends Pick<NumberFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
84
81
  }
85
- /**
86
- * The number field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
87
- *
88
- * @publicDocs
89
- */
82
+ /** @publicDocs */
90
83
  export interface NumberFieldElementEvents {
91
84
  /**
92
85
  * A callback fired when the number field loses focus.
@@ -113,11 +106,7 @@ export interface NumberFieldElementEvents {
113
106
  */
114
107
  input?: CallbackEventListener<typeof tagName>;
115
108
  }
116
- /**
117
- * The number field component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
118
- *
119
- * @publicDocs
120
- */
109
+ /** @publicDocs */
121
110
  export interface NumberFieldElementSlots {
122
111
  /**
123
112
  * Additional interactive content displayed within the field. Accepts button and clickable components with text content only. Other component types or complex layouts are not supported.
@@ -26,10 +26,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
26
26
  }
27
27
 
28
28
  declare const tagName = "s-option";
29
- /**
30
- * Configure the following properties on the option component.
31
- * @publicDocs
32
- */
29
+ /** @publicDocs */
33
30
  export interface OptionElementProps extends Pick<OptionProps$1, 'accessibilityLabel' | 'defaultSelected' | 'disabled' | 'id' | 'selected' | 'value'> {
34
31
  }
35
32
  export interface OptionElement extends OptionElementProps, Omit<HTMLElement, 'id'> {
@@ -26,10 +26,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
26
26
  }
27
27
 
28
28
  declare const tagName = "s-ordered-list";
29
- /**
30
- * The element props interface for the OrderedList component.
31
- * @publicDocs
32
- */
29
+ /** @publicDocs */
33
30
  export interface OrderedListElementProps extends OrderedListProps$1 {
34
31
  }
35
32
  export interface OrderedListElement extends OrderedListElementProps, Omit<HTMLElement, 'id'> {
@@ -26,13 +26,21 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
26
26
  }
27
27
 
28
28
  declare const tagName = "s-paragraph";
29
- /**
30
- * The element props interface for the Paragraph component.
31
- * @publicDocs
32
- */
29
+ /** @publicDocs */
33
30
  export interface ParagraphElementProps extends Pick<ParagraphProps$1, 'accessibilityVisibility' | 'color' | 'dir' | 'id' | 'lang' | 'tone' | 'type'> {
34
31
  color?: Extract<ParagraphProps$1['color'], 'subdued' | 'base'>;
35
32
  tone?: Extract<ParagraphProps$1['tone'], 'auto' | 'info' | 'success' | 'warning' | 'critical' | 'neutral' | 'custom'>;
33
+ /**
34
+ * The semantic type and styling treatment for the paragraph content.
35
+ *
36
+ * Other presentation properties on `s-paragraph` override the default styling.
37
+ *
38
+ * - `paragraph`: A semantic type that indicates the text is a structural grouping of related content.
39
+ * - `small`: A semantic type that indicates the text is considered less important than the main content, but is still necessary for the reader to understand.
40
+ *
41
+ * @default 'paragraph'
42
+ */
43
+ type?: Extract<ParagraphProps$1['type'], 'paragraph' | 'small'>;
36
44
  }
37
45
  export interface ParagraphElement extends ParagraphElementProps, Omit<HTMLElement, 'id' | 'dir' | 'lang'> {
38
46
  }
@@ -38,19 +38,12 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
38
38
  }) | null;
39
39
 
40
40
  declare const tagName = "s-password-field";
41
- /**
42
- * Configure the following properties on the password field component.
43
- * @publicDocs
44
- */
41
+ /** @publicDocs */
45
42
  export interface PasswordFieldElementProps extends Pick<PasswordFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'maxLength' | 'minLength' | 'name' | 'readOnly' | 'required' | 'value'> {
46
43
  }
47
44
  export interface PasswordFieldEvents extends Pick<PasswordFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
48
45
  }
49
- /**
50
- * The password field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
51
- *
52
- * @publicDocs
53
- */
46
+ /** @publicDocs */
54
47
  export interface PasswordFieldElementEvents {
55
48
  /**
56
49
  * A callback fired when the password field loses focus.
@@ -77,11 +70,7 @@ export interface PasswordFieldElementEvents {
77
70
  */
78
71
  input?: CallbackEventListener<typeof tagName>;
79
72
  }
80
- /**
81
- * The password field component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
82
- *
83
- * @publicDocs
84
- */
73
+ /** @publicDocs */
85
74
  export interface PasswordFieldElementSlots {
86
75
  /**
87
76
  * Additional interactive content displayed within the field. Accepts button and clickable components with text content only. Other component types or complex layouts are not supported.
@@ -38,10 +38,7 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
38
38
  }) | null;
39
39
 
40
40
  declare const tagName = "s-phone-field";
41
- /**
42
- * Configure the following properties on the phone field component.
43
- * @publicDocs
44
- */
41
+ /** @publicDocs */
45
42
  export interface PhoneFieldElementProps extends Pick<PhoneFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'name' | 'readOnly' | 'required' | 'value' | 'type'> {
46
43
  /**
47
44
  * @deprecated Use `label` instead.
@@ -51,11 +48,7 @@ export interface PhoneFieldElementProps extends Pick<PhoneFieldProps$1, 'autocom
51
48
  }
52
49
  export interface PhoneFieldEvents extends Pick<PhoneFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
53
50
  }
54
- /**
55
- * The phone field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
56
- *
57
- * @publicDocs
58
- */
51
+ /** @publicDocs */
59
52
  export interface PhoneFieldElementEvents {
60
53
  /**
61
54
  * A callback fired when the phone field loses focus.
@@ -82,11 +75,7 @@ export interface PhoneFieldElementEvents {
82
75
  */
83
76
  input?: CallbackEventListener<typeof tagName>;
84
77
  }
85
- /**
86
- * The phone field component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
87
- *
88
- * @publicDocs
89
- */
78
+ /** @publicDocs */
90
79
  export interface PhoneFieldElementSlots {
91
80
  /**
92
81
  * Additional interactive content displayed within the field. Accepts button and clickable components with text content only. Other component types or complex layouts are not supported.
@@ -38,18 +38,12 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
38
38
  }) | null;
39
39
 
40
40
  declare const tagName = "s-press-button";
41
- /**
42
- * Configure the following properties on the press button component.
43
- * @publicDocs
44
- */
41
+ /** @publicDocs */
45
42
  export interface PressButtonElementProps extends Pick<PressButtonProps$1, 'accessibilityLabel' | 'id' | 'inlineSize' | 'lang' | 'disabled' | 'loading' | 'pressed' | 'defaultPressed'> {
46
43
  }
47
44
  export interface PressButtonEvents extends Pick<PressButtonProps$1, 'onClick' | 'onBlur' | 'onFocus'> {
48
45
  }
49
- /**
50
- * The press button component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
51
- * @publicDocs
52
- */
46
+ /** @publicDocs */
53
47
  export interface PressButtonElementEvents {
54
48
  /**
55
49
  * A callback fired when the button is clicked.
@@ -20,16 +20,14 @@ export interface BaseElementProps<TClass = HTMLElement> {
20
20
  }
21
21
 
22
22
  declare const tagName = "s-progress";
23
- /**
24
- * @publicDocs
25
- */
23
+ /** @publicDocs */
26
24
  export interface ProgressElementProps extends Pick<ProgressProps$1, 'accessibilityLabel' | 'id' | 'max' | 'tone' | 'value'> {
27
25
  /**
28
26
  * A label announced by assistive technologies that describes what is progressing. Use this to provide context about the ongoing task, such as "Loading order details" or "Uploading file".
29
27
  */
30
28
  accessibilityLabel?: ProgressProps$1['accessibilityLabel'];
31
29
  /**
32
- * The total amount of work the task requires. Must be a value greater than 0 and a valid floating point number.
30
+ * The total amount of work the task requires. Must be a value greater than `0` and a valid floating point number.
33
31
  *
34
32
  * Learn more about the [max attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#max).
35
33
  *
@@ -46,7 +44,7 @@ export interface ProgressElementProps extends Pick<ProgressProps$1, 'accessibili
46
44
  */
47
45
  tone?: Extract<ProgressProps$1['tone'], 'auto' | 'critical'>;
48
46
  /**
49
- * How much of the task has been completed. Must be a valid floating point number between 0 and `max`, or between 0 and 1 if `max` is omitted. When no value is set, the progress bar is indeterminate, indicating an ongoing activity with no estimated completion time.
47
+ * How much of the task has been completed. Must be a valid floating point number between `0` and `max`, or between `0` and `1` if `max` is omitted. When no value is set, the progress bar is indeterminate, indicating an ongoing activity with no estimated completion time.
50
48
  *
51
49
  * Learn more about the [value attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#value).
52
50
  */
@@ -46,9 +46,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
46
46
  }
47
47
 
48
48
  declare const tagName = "s-scroll-box";
49
- /**
50
- * @publicDocs
51
- */
49
+ /** @publicDocs */
52
50
  export interface ScrollBoxElementProps extends Pick<ScrollBoxProps$1, 'accessibilityLabel' | 'accessibilityRole' | 'accessibilityVisibility' | 'background' | 'blockSize' | 'border' | 'borderColor' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'display' | 'id' | 'inlineSize' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart'> {
53
51
  /**
54
52
  * The background color of the scroll box.
@@ -38,19 +38,12 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
38
38
  }) | null;
39
39
 
40
40
  declare const tagName = "s-select";
41
- /**
42
- * Configure the following properties on the select component.
43
- * @publicDocs
44
- */
41
+ /** @publicDocs */
45
42
  export interface SelectElementProps extends Pick<SelectProps$1, 'autocomplete' | 'disabled' | 'error' | 'id' | 'label' | 'name' | 'placeholder' | 'required' | 'value'> {
46
43
  }
47
44
  export interface SelectEvents extends Pick<SelectProps$1, 'onBlur' | 'onChange' | 'onFocus'> {
48
45
  }
49
- /**
50
- * The select component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
51
- *
52
- * @publicDocs
53
- */
46
+ /** @publicDocs */
54
47
  export interface SelectElementEvents {
55
48
  /**
56
49
  * A callback fired when the select loses focus.
@@ -20,10 +20,7 @@ export interface BaseElementProps<TClass = HTMLElement> {
20
20
  }
21
21
 
22
22
  declare const tagName = "s-skeleton-paragraph";
23
- /**
24
- * The element props interface for the SkeletonParagraph component.
25
- * @publicDocs
26
- */
23
+ /** @publicDocs */
27
24
  export interface SkeletonParagraphElementProps extends SkeletonParagraphProps$1 {
28
25
  }
29
26
  export interface SkeletonParagraphElement extends SkeletonParagraphElementProps, Omit<HTMLElement, 'id'> {
@@ -20,9 +20,7 @@ export interface BaseElementProps<TClass = HTMLElement> {
20
20
  }
21
21
 
22
22
  declare const tagName = "s-spinner";
23
- /**
24
- * @publicDocs
25
- */
23
+ /** @publicDocs */
26
24
  export interface SpinnerElementProps extends SpinnerProps$1 {
27
25
  /**
28
26
  * A label that describes the purpose of the spinner for assistive technologies like screen readers. Provide an `accessibilityLabel` when there is no visible text that conveys a loading state.
@@ -46,9 +46,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
46
46
  }
47
47
 
48
48
  declare const tagName = "s-stack";
49
- /**
50
- * @publicDocs
51
- */
49
+ /** @publicDocs */
52
50
  export interface StackElementProps extends Pick<StackProps$1, 'accessibilityLabel' | 'accessibilityRole' | 'alignContent' | 'alignItems' | 'background' | 'blockSize' | 'border' | 'borderRadius' | 'borderStyle' | 'borderWidth' | 'columnGap' | 'direction' | 'display' | 'gap' | 'id' | 'inlineSize' | 'justifyContent' | 'maxBlockSize' | 'maxInlineSize' | 'minBlockSize' | 'minInlineSize' | 'overflow' | 'padding' | 'paddingBlock' | 'paddingBlockEnd' | 'paddingBlockStart' | 'paddingInline' | 'paddingInlineEnd' | 'paddingInlineStart' | 'rowGap'> {
53
51
  /**
54
52
  * The semantic meaning of the stack's content, used by assistive technologies.
@@ -11,10 +11,7 @@
11
11
  import type {SummaryProps$1} from './components-shared.d.ts';
12
12
 
13
13
  declare const tagName = "s-summary";
14
- /**
15
- * The element props interface for the Summary component.
16
- * @publicDocs
17
- */
14
+ /** @publicDocs */
18
15
  export interface SummaryElementProps extends Pick<SummaryProps$1, 'id'> {
19
16
  }
20
17
  export interface SummaryElement extends SummaryElementProps, Omit<HTMLElement, 'id'> {
@@ -32,20 +32,13 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
32
32
  }) | null;
33
33
 
34
34
  declare const tagName = "s-switch";
35
- /**
36
- * Configure the following properties on the switch component.
37
- * @publicDocs
38
- */
35
+ /** @publicDocs */
39
36
  export interface SwitchElementProps extends Pick<SwitchProps$1, 'accessibilityLabel' | 'checked' | 'command' | 'commandFor' | 'defaultChecked' | 'disabled' | 'id' | 'label' | 'name' | 'value'> {
40
37
  command?: Extract<SwitchProps$1['command'], '--auto' | '--show' | '--hide' | '--toggle'>;
41
38
  }
42
39
  export interface SwitchEvents extends Pick<SwitchProps$1, 'onChange'> {
43
40
  }
44
- /**
45
- * The switch component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
46
- *
47
- * @publicDocs
48
- */
41
+ /** @publicDocs */
49
42
  export interface SwitchElementEvents {
50
43
  /**
51
44
  * A callback fired when the switch value changes.
@@ -26,14 +26,27 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
26
26
  }
27
27
 
28
28
  declare const tagName = "s-text";
29
- /**
30
- * The element props interface for the Text component.
31
- * @publicDocs
32
- */
29
+ /** @publicDocs */
33
30
  export interface TextElementProps extends Pick<TextProps$1, 'accessibilityVisibility' | 'color' | 'dir' | 'display' | 'id' | 'lang' | 'tone' | 'type'> {
34
31
  color?: Extract<TextProps$1['color'], 'subdued' | 'base'>;
35
32
  tone?: Extract<TextProps$1['tone'], 'auto' | 'neutral' | 'info' | 'success' | 'warning' | 'critical' | 'custom'>;
36
- type?: Extract<TextProps$1['type'], 'address' | 'redundant' | 'mark' | 'emphasis' | 'offset' | 'small' | 'strong' | 'generic'>;
33
+ /**
34
+ * The semantic type and styling treatment for the text content.
35
+ *
36
+ * Other presentation properties on `s-text` override the default styling.
37
+ *
38
+ * - `address`: A semantic type that indicates the text is contact information. Typically used for addresses.
39
+ * - `redundant`: A semantic type that indicates the text is no longer accurate or no longer relevant. One such use-case is discounted prices.
40
+ * - `mark`: A semantic type that indicates the text is marked or highlighted and relevant to the user's current action.
41
+ * - `emphasis`: A semantic type that indicates emphatic stress. Typically for words that have a stressed emphasis compared to surrounding text.
42
+ * - `offset`: A semantic type that indicates an offset from the normal prose of the text.
43
+ * - `strong`: A semantic type that indicates strong importance, seriousness, or urgency.
44
+ * - `small`: A semantic type that indicates the text is considered less important than the main content, but is still necessary for the reader to understand.
45
+ * - `generic`: No additional semantics or styling is applied.
46
+ *
47
+ * @default 'generic'
48
+ */
49
+ type?: Extract<TextProps$1['type'], 'address' | 'redundant' | 'mark' | 'emphasis' | 'offset' | 'strong' | 'small' | 'generic'>;
37
50
  }
38
51
  export interface TextElement extends TextElementProps, Omit<HTMLElement, 'id' | 'dir' | 'lang'> {
39
52
  }
@@ -32,10 +32,7 @@ export type CallbackEventListener<TTagName extends keyof HTMLElementTagNameMap,
32
32
  }) | null;
33
33
 
34
34
  declare const tagName = "s-text-area";
35
- /**
36
- * Configure the following properties on the text area component.
37
- * @publicDocs
38
- */
35
+ /** @publicDocs */
39
36
  export interface TextAreaElementProps extends Pick<TextAreaProps$1, 'id' | 'label' | 'name' | 'required' | 'value' | 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'readOnly' | 'rows' | 'maxLength' | 'minLength' | 'labelAccessibilityVisibility'> {
40
37
  /**
41
38
  * @deprecated Use `label` instead.
@@ -45,11 +42,7 @@ export interface TextAreaElementProps extends Pick<TextAreaProps$1, 'id' | 'labe
45
42
  }
46
43
  export interface TextAreaEvents extends Pick<TextAreaProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
47
44
  }
48
- /**
49
- * The text area component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
50
- *
51
- * @publicDocs
52
- */
45
+ /** @publicDocs */
53
46
  export interface TextAreaElementEvents {
54
47
  /**
55
48
  * A callback fired when the text area loses focus.
@@ -68,10 +68,7 @@ declare module 'preact' {
68
68
  }
69
69
 
70
70
  declare const tagName = "s-text-field";
71
- /**
72
- * Configure the following properties on the text field component.
73
- * @publicDocs
74
- */
71
+ /** @publicDocs */
75
72
  export interface TextFieldElementProps extends Pick<TextFieldProps$1, 'autocomplete' | 'defaultValue' | 'disabled' | 'error' | 'icon' | 'id' | 'label' | 'labelAccessibilityVisibility' | 'maxLength' | 'minLength' | 'name' | 'prefix' | 'readOnly' | 'required' | 'suffix' | 'value'> {
76
73
  icon?: IconProps['type'];
77
74
  /**
@@ -82,11 +79,7 @@ export interface TextFieldElementProps extends Pick<TextFieldProps$1, 'autocompl
82
79
  }
83
80
  export interface TextFieldEvents extends Pick<TextFieldProps$1, 'onBlur' | 'onChange' | 'onFocus' | 'onInput'> {
84
81
  }
85
- /**
86
- * The text field component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).
87
- *
88
- * @publicDocs
89
- */
82
+ /** @publicDocs */
90
83
  export interface TextFieldElementEvents {
91
84
  /**
92
85
  * A callback fired when the text field loses focus.
@@ -113,11 +106,7 @@ export interface TextFieldElementEvents {
113
106
  */
114
107
  input?: CallbackEventListener<typeof tagName>;
115
108
  }
116
- /**
117
- * The text field component supports slots for additional content placement within the component. Learn more about [using slots](/docs/api/polaris/using-polaris-web-components#slots).
118
- *
119
- * @publicDocs
120
- */
109
+ /** @publicDocs */
121
110
  export interface TextFieldElementSlots {
122
111
  /**
123
112
  * Additional interactive content displayed within the field. Accepts button and clickable components with text content only. Other component types or complex layouts are not supported.
@@ -26,10 +26,7 @@ export interface BaseElementPropsWithChildren<TClass = HTMLElement> extends Base
26
26
  }
27
27
 
28
28
  declare const tagName = "s-time";
29
- /**
30
- * The element props interface for the Time component.
31
- * @publicDocs
32
- */
29
+ /** @publicDocs */
33
30
  export interface TimeElementProps extends Pick<TimeProps$1, 'dateTime' | 'id'> {
34
31
  }
35
32
  export interface TimeElement extends TimeElementProps, Omit<HTMLElement, 'id'> {