@coinbase/cds-mcp-server 8.33.1 → 8.34.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 (103) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/mcp-docs/mobile/components/Banner.txt +1 -1
  3. package/mcp-docs/mobile/components/Button.txt +2 -2
  4. package/mcp-docs/mobile/components/CellMedia.txt +1 -1
  5. package/mcp-docs/mobile/components/CheckboxCell.txt +1 -1
  6. package/mcp-docs/mobile/components/CheckboxGroup.txt +1 -1
  7. package/mcp-docs/mobile/components/DotSymbol.txt +1 -1
  8. package/mcp-docs/mobile/components/Icon.txt +1 -1
  9. package/mcp-docs/mobile/components/IconButton.txt +1 -1
  10. package/mcp-docs/mobile/components/PeriodSelector.txt +10 -1
  11. package/mcp-docs/mobile/components/PortalProvider.txt +2 -1
  12. package/mcp-docs/mobile/components/RadioCell.txt +1 -1
  13. package/mcp-docs/mobile/components/RadioGroup.txt +9 -28
  14. package/mcp-docs/mobile/components/Select.txt +9 -28
  15. package/mcp-docs/mobile/components/SelectAlpha.txt +38 -0
  16. package/mcp-docs/mobile/components/SelectOption.txt +1 -1
  17. package/mcp-docs/mobile/components/SlideButton.txt +22 -0
  18. package/mcp-docs/mobile/components/SparklineInteractiveHeader.txt +9 -6
  19. package/mcp-docs/mobile/components/TopNavBar.txt +9 -90
  20. package/mcp-docs/web/components/AreaChart.txt +1 -1
  21. package/mcp-docs/web/components/Avatar.txt +1 -1
  22. package/mcp-docs/web/components/AvatarButton.txt +271 -1
  23. package/mcp-docs/web/components/Banner.txt +2 -2
  24. package/mcp-docs/web/components/BarChart.txt +1 -1
  25. package/mcp-docs/web/components/Box.txt +264 -1
  26. package/mcp-docs/web/components/Button.txt +272 -3
  27. package/mcp-docs/web/components/Calendar.txt +1 -1
  28. package/mcp-docs/web/components/Carousel.txt +1 -1
  29. package/mcp-docs/web/components/CartesianChart.txt +1 -1
  30. package/mcp-docs/web/components/CellMedia.txt +1 -1
  31. package/mcp-docs/web/components/Checkbox.txt +2 -2
  32. package/mcp-docs/web/components/CheckboxCell.txt +2 -2
  33. package/mcp-docs/web/components/Chip.txt +1 -1
  34. package/mcp-docs/web/components/Coachmark.txt +1 -1
  35. package/mcp-docs/web/components/ContainedAssetCard.txt +1 -1
  36. package/mcp-docs/web/components/ContentCard.txt +264 -1
  37. package/mcp-docs/web/components/ContentCardBody.txt +264 -1
  38. package/mcp-docs/web/components/ContentCardFooter.txt +264 -1
  39. package/mcp-docs/web/components/ContentCardHeader.txt +263 -1
  40. package/mcp-docs/web/components/ContentCell.txt +260 -1
  41. package/mcp-docs/web/components/DateInput.txt +2 -2
  42. package/mcp-docs/web/components/DatePicker.txt +1 -1
  43. package/mcp-docs/web/components/Divider.txt +1 -1
  44. package/mcp-docs/web/components/DotSymbol.txt +1 -1
  45. package/mcp-docs/web/components/Fallback.txt +264 -1
  46. package/mcp-docs/web/components/FloatingAssetCard.txt +1 -1
  47. package/mcp-docs/web/components/Grid.txt +264 -1
  48. package/mcp-docs/web/components/GridColumn.txt +264 -1
  49. package/mcp-docs/web/components/HStack.txt +264 -1
  50. package/mcp-docs/web/components/Icon.txt +2 -2
  51. package/mcp-docs/web/components/IconButton.txt +272 -2
  52. package/mcp-docs/web/components/InputChip.txt +1 -1
  53. package/mcp-docs/web/components/Interactable.txt +272 -1
  54. package/mcp-docs/web/components/LineChart.txt +1 -1
  55. package/mcp-docs/web/components/Link.txt +271 -1
  56. package/mcp-docs/web/components/ListCell.txt +260 -1
  57. package/mcp-docs/web/components/MediaChip.txt +1 -1
  58. package/mcp-docs/web/components/Modal.txt +1 -1
  59. package/mcp-docs/web/components/ModalBody.txt +2 -2
  60. package/mcp-docs/web/components/ModalFooter.txt +1 -1
  61. package/mcp-docs/web/components/ModalHeader.txt +1 -1
  62. package/mcp-docs/web/components/MultiContentModule.txt +262 -1
  63. package/mcp-docs/web/components/NudgeCard.txt +1 -1
  64. package/mcp-docs/web/components/Overlay.txt +1 -1
  65. package/mcp-docs/web/components/PageFooter.txt +1 -1
  66. package/mcp-docs/web/components/PageHeader.txt +1 -1
  67. package/mcp-docs/web/components/Pagination.txt +1 -1
  68. package/mcp-docs/web/components/PeriodSelector.txt +11 -59
  69. package/mcp-docs/web/components/Point.txt +1 -4
  70. package/mcp-docs/web/components/PortalProvider.txt +2 -0
  71. package/mcp-docs/web/components/Pressable.txt +272 -1
  72. package/mcp-docs/web/components/Radio.txt +2 -2
  73. package/mcp-docs/web/components/RadioCell.txt +2 -2
  74. package/mcp-docs/web/components/RadioGroup.txt +8 -14
  75. package/mcp-docs/web/components/RemoteImage.txt +2 -2
  76. package/mcp-docs/web/components/RollingNumber.txt +263 -1
  77. package/mcp-docs/web/components/SearchInput.txt +2 -2
  78. package/mcp-docs/web/components/SectionHeader.txt +1 -1
  79. package/mcp-docs/web/components/SegmentedTabs.txt +1 -1
  80. package/mcp-docs/web/components/Select.txt +8 -14
  81. package/mcp-docs/web/components/SelectAlpha.txt +41 -0
  82. package/mcp-docs/web/components/SelectChip.txt +1 -1
  83. package/mcp-docs/web/components/Sidebar.txt +2 -2
  84. package/mcp-docs/web/components/SidebarItem.txt +4 -4
  85. package/mcp-docs/web/components/Spacer.txt +264 -1
  86. package/mcp-docs/web/components/SparklineInteractiveHeader.txt +8 -6
  87. package/mcp-docs/web/components/Spinner.txt +1 -1
  88. package/mcp-docs/web/components/Stepper.txt +2 -1
  89. package/mcp-docs/web/components/Switch.txt +2 -2
  90. package/mcp-docs/web/components/TabLabel.txt +2 -2
  91. package/mcp-docs/web/components/Table.txt +1 -1
  92. package/mcp-docs/web/components/TableCaption.txt +1 -1
  93. package/mcp-docs/web/components/TableCell.txt +1 -1
  94. package/mcp-docs/web/components/TableRow.txt +1 -1
  95. package/mcp-docs/web/components/Tabs.txt +1 -1
  96. package/mcp-docs/web/components/Tag.txt +1 -1
  97. package/mcp-docs/web/components/Text.txt +264 -1
  98. package/mcp-docs/web/components/TextInput.txt +3 -3
  99. package/mcp-docs/web/components/ThemeProvider.txt +6 -21
  100. package/mcp-docs/web/components/TileButton.txt +271 -1
  101. package/mcp-docs/web/components/Toast.txt +1 -1
  102. package/mcp-docs/web/components/VStack.txt +264 -1
  103. package/package.json +1 -1
@@ -132,11 +132,70 @@ function Example() {
132
132
 
133
133
  | Prop | Type | Required | Default | Description |
134
134
  | --- | --- | --- | --- | --- |
135
+ | `about` | `string \| undefined` | No | `-` | - |
136
+ | `accessKey` | `string \| undefined` | No | `-` | - |
135
137
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
136
138
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
137
139
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
138
- | `as` | `symbol \| object \| style \| div \| a \| abbr \| address \| area \| article \| aside \| audio \| b \| base \| bdi \| bdo \| big \| blockquote \| body \| br \| button \| canvas \| caption \| center \| cite \| code \| col \| colgroup \| data \| datalist \| dd \| del \| details \| dfn \| dialog \| dl \| dt \| em \| embed \| fieldset \| figcaption \| figure \| footer \| form \| h1 \| h2 \| h3 \| h4 \| h5 \| h6 \| head \| header \| hgroup \| hr \| html \| i \| iframe \| img \| input \| ins \| kbd \| keygen \| label \| legend \| li \| link \| main \| map \| mark \| menu \| menuitem \| meta \| meter \| nav \| noindex \| noscript \| ol \| optgroup \| option \| output \| p \| param \| picture \| pre \| progress \| q \| rp \| rt \| ruby \| s \| samp \| search \| slot \| script \| section \| select \| small \| source \| span \| strong \| sub \| summary \| sup \| table \| template \| tbody \| td \| textarea \| tfoot \| th \| thead \| time \| title \| tr \| track \| u \| ul \| var \| video \| wbr \| webview \| svg \| animate \| animateMotion \| animateTransform \| circle \| clipPath \| defs \| desc \| ellipse \| feBlend \| feColorMatrix \| feComponentTransfer \| feComposite \| feConvolveMatrix \| feDiffuseLighting \| feDisplacementMap \| feDistantLight \| feDropShadow \| feFlood \| feFuncA \| feFuncB \| feFuncG \| feFuncR \| feGaussianBlur \| feImage \| feMerge \| feMergeNode \| feMorphology \| feOffset \| fePointLight \| feSpecularLighting \| feSpotLight \| feTile \| feTurbulence \| filter \| foreignObject \| g \| image \| line \| linearGradient \| marker \| mask \| metadata \| mpath \| path \| pattern \| polygon \| polyline \| radialGradient \| rect \| set \| stop \| switch \| text \| textPath \| tspan \| use \| view \| ComponentClass<any, any> \| FunctionComponent<any>` | No | `-` | - |
140
+ | `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
141
+ | `aria-atomic` | `Booleanish \| undefined` | No | `-` | Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. |
142
+ | `aria-autocomplete` | `none \| list \| inline \| both \| undefined` | No | `-` | Indicates whether inputting text could trigger display of one or more predictions of the users intended value for an input and specifies how predictions would be presented if they are made. |
143
+ | `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
144
+ | `aria-brailleroledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille. |
145
+ | `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
146
+ | `aria-checked` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current checked state of checkboxes, radio buttons, and other widgets. |
147
+ | `aria-colcount` | `number \| undefined` | No | `-` | Defines the total number of columns in a table, grid, or treegrid. |
148
+ | `aria-colindex` | `number \| undefined` | No | `-` | Defines an elements column index or position with respect to the total number of columns within a table, grid, or treegrid. |
149
+ | `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
150
+ | `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
151
+ | `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
152
+ | `aria-current` | `boolean \| true \| false \| page \| step \| location \| date \| time \| undefined` | No | `-` | Indicates the element that represents the current item within a container or set of related elements. |
153
+ | `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
154
+ | `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
155
+ | `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
156
+ | `aria-disabled` | `Booleanish \| undefined` | No | `-` | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
157
+ | `aria-dropeffect` | `none \| link \| copy \| execute \| move \| popup \| undefined` | No | `-` | Indicates what functions can be performed when a dragged object is released on the drop target. |
158
+ | `aria-errormessage` | `string \| undefined` | No | `-` | Identifies the element that provides an error message for the object. |
159
+ | `aria-expanded` | `Booleanish \| undefined` | No | `-` | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
160
+ | `aria-flowto` | `string \| undefined` | No | `-` | Identifies the next element (or elements) in an alternate reading order of content which, at the users discretion, allows assistive technology to override the general default of reading in document source order. |
161
+ | `aria-grabbed` | `Booleanish \| undefined` | No | `-` | Indicates an elements grabbed state in a drag-and-drop operation. |
162
+ | `aria-haspopup` | `boolean \| true \| false \| dialog \| grid \| listbox \| menu \| tree \| undefined` | No | `-` | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. |
163
+ | `aria-hidden` | `Booleanish \| undefined` | No | `-` | Indicates whether the element is exposed to an accessibility API. |
164
+ | `aria-invalid` | `boolean \| true \| false \| grammar \| spelling \| undefined` | No | `-` | Indicates the entered value does not conform to the format expected by the application. |
165
+ | `aria-keyshortcuts` | `string \| undefined` | No | `-` | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
166
+ | `aria-label` | `string \| undefined` | No | `-` | Defines a string value that labels the current element. |
167
+ | `aria-labelledby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that labels the current element. |
168
+ | `aria-level` | `number \| undefined` | No | `-` | Defines the hierarchical level of an element within a structure. |
169
+ | `aria-live` | `off \| assertive \| polite \| undefined` | No | `-` | Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. |
170
+ | `aria-modal` | `Booleanish \| undefined` | No | `-` | Indicates whether an element is modal when displayed. |
171
+ | `aria-multiline` | `Booleanish \| undefined` | No | `-` | Indicates whether a text box accepts multiple lines of input or only a single line. |
172
+ | `aria-multiselectable` | `Booleanish \| undefined` | No | `-` | Indicates that the user may select more than one item from the current selectable descendants. |
173
+ | `aria-orientation` | `horizontal \| vertical \| undefined` | No | `-` | Indicates whether the elements orientation is horizontal, vertical, or unknown/ambiguous. |
174
+ | `aria-owns` | `string \| undefined` | No | `-` | Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. |
175
+ | `aria-placeholder` | `string \| undefined` | No | `-` | Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. |
176
+ | `aria-posinset` | `number \| undefined` | No | `-` | Defines an elements number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. |
177
+ | `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
178
+ | `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
179
+ | `aria-relevant` | `text \| additions \| additions removals \| additions text \| all \| removals \| removals additions \| removals text \| text additions \| text removals \| undefined` | No | `-` | Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. |
180
+ | `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
181
+ | `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
182
+ | `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
183
+ | `aria-rowindex` | `number \| undefined` | No | `-` | Defines an elements row index or position with respect to the total number of rows within a table, grid, or treegrid. |
184
+ | `aria-rowindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-rowindex. |
185
+ | `aria-rowspan` | `number \| undefined` | No | `-` | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
186
+ | `aria-selected` | `Booleanish \| undefined` | No | `-` | Indicates the current selected state of various widgets. |
187
+ | `aria-setsize` | `number \| undefined` | No | `-` | Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. |
188
+ | `aria-sort` | `none \| ascending \| descending \| other \| undefined` | No | `-` | Indicates if items in a table or grid are sorted in ascending or descending order. |
189
+ | `aria-valuemax` | `number \| undefined` | No | `-` | Defines the maximum allowed value for a range widget. |
190
+ | `aria-valuemin` | `number \| undefined` | No | `-` | Defines the minimum allowed value for a range widget. |
191
+ | `aria-valuenow` | `number \| undefined` | No | `-` | Defines the current value for a range widget. |
192
+ | `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
193
+ | `as` | `symbol \| object \| style \| div \| a \| abbr \| address \| area \| article \| aside \| audio \| b \| base \| bdi \| bdo \| big \| blockquote \| body \| br \| button \| canvas \| caption \| center \| cite \| code \| col \| colgroup \| data \| datalist \| dd \| del \| details \| dfn \| dialog \| dl \| dt \| em \| embed \| fieldset \| figcaption \| figure \| footer \| form \| h1 \| h2 \| h3 \| h4 \| h5 \| h6 \| head \| header \| hgroup \| hr \| html \| i \| iframe \| img \| input \| ins \| kbd \| keygen \| label \| legend \| li \| link \| main \| map \| mark \| menu \| menuitem \| meta \| meter \| nav \| noindex \| noscript \| ol \| optgroup \| option \| output \| p \| param \| picture \| pre \| progress \| q \| rp \| rt \| ruby \| s \| samp \| search \| slot \| script \| section \| select \| small \| source \| span \| strong \| sub \| summary \| sup \| table \| template \| tbody \| td \| textarea \| tfoot \| th \| thead \| time \| title \| tr \| track \| u \| ul \| var \| video \| wbr \| webview \| svg \| animate \| animateMotion \| animateTransform \| circle \| clipPath \| defs \| desc \| ellipse \| feBlend \| feColorMatrix \| feComponentTransfer \| feComposite \| feConvolveMatrix \| feDiffuseLighting \| feDisplacementMap \| feDistantLight \| feDropShadow \| feFlood \| feFuncA \| feFuncB \| feFuncG \| feFuncR \| feGaussianBlur \| feImage \| feMerge \| feMergeNode \| feMorphology \| feOffset \| fePointLight \| feSpecularLighting \| feSpotLight \| feTile \| feTurbulence \| filter \| foreignObject \| g \| image \| line \| linearGradient \| marker \| mask \| metadata \| mpath \| path \| pattern \| polygon \| polyline \| radialGradient \| rect \| set \| stop \| switch \| text \| textPath \| tspan \| use \| view \| ComponentClass<any, any> \| FunctionComponent<any>` | No | `div` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
139
194
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
195
+ | `autoCapitalize` | `off \| none \| on \| sentences \| words \| characters \| (string & {}) \| undefined` | No | `-` | - |
196
+ | `autoCorrect` | `string \| undefined` | No | `-` | - |
197
+ | `autoFocus` | `boolean \| undefined` | No | `-` | - |
198
+ | `autoSave` | `string \| undefined` | No | `-` | - |
140
199
  | `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
141
200
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
142
201
  | `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -157,14 +216,26 @@ function Example() {
157
216
  | `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
158
217
  | `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
159
218
  | `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
219
+ | `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | - |
220
+ | `className` | `string \| undefined` | No | `-` | - |
160
221
  | `color` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
161
222
  | `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
162
223
  | `columnMax` | `string \| number` | No | `1fr` | if neither columns or templateColumns are declared, Grid will implicitly lay out grid lines based on available space You can cap the maximum width of each column by passing columnMax |
163
224
  | `columnMin` | `string \| number` | No | `-` | if neither columns or templateColumns are declared, Grid will implicitly lay out tracks based on available space You will need to provide a minimum width for each column via columnMin |
164
225
  | `columns` | `number` | No | `-` | Explicitly declare the number of columns per row columns will divide up the available space within the parent equally |
226
+ | `content` | `string \| undefined` | No | `-` | - |
227
+ | `contentEditable` | `Booleanish \| inherit \| plaintext-only \| undefined` | No | `-` | - |
228
+ | `contextMenu` | `string \| undefined` | No | `-` | - |
165
229
  | `dangerouslySetBackground` | `string` | No | `-` | - |
230
+ | `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
231
+ | `datatype` | `string \| undefined` | No | `-` | - |
232
+ | `defaultChecked` | `boolean \| undefined` | No | `-` | - |
233
+ | `defaultValue` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
234
+ | `dir` | `string \| undefined` | No | `-` | - |
166
235
  | `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `grid` | - |
236
+ | `draggable` | `Booleanish \| undefined` | No | `-` | - |
167
237
  | `elevation` | `0 \| 1 \| 2` | No | `-` | - |
238
+ | `enterKeyHint` | `enter \| done \| go \| next \| previous \| search \| send \| undefined` | No | `-` | - |
168
239
  | `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
169
240
  | `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
170
241
  | `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -191,7 +262,19 @@ function Example() {
191
262
  | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
192
263
  | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
193
264
  | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
265
+ | `hidden` | `boolean \| undefined` | No | `-` | - |
266
+ | `id` | `string \| undefined` | No | `-` | - |
267
+ | `inlist` | `any` | No | `-` | - |
268
+ | `inputMode` | `none \| search \| text \| tel \| url \| email \| numeric \| decimal \| undefined` | No | `-` | Hints at the type of data that might be entered by the user while editing the element or its contents |
269
+ | `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
270
+ | `itemID` | `string \| undefined` | No | `-` | - |
271
+ | `itemProp` | `string \| undefined` | No | `-` | - |
272
+ | `itemRef` | `string \| undefined` | No | `-` | - |
273
+ | `itemScope` | `boolean \| undefined` | No | `-` | - |
274
+ | `itemType` | `string \| undefined` | No | `-` | - |
194
275
  | `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
276
+ | `key` | `Key \| null \| undefined` | No | `-` | - |
277
+ | `lang` | `string \| undefined` | No | `-` | - |
195
278
  | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
196
279
  | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
197
280
  | `margin` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
@@ -205,6 +288,167 @@ function Example() {
205
288
  | `maxWidth` | `ResponsiveProp<MaxWidth<string \| number>>` | No | `-` | - |
206
289
  | `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
207
290
  | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
291
+ | `nonce` | `string \| undefined` | No | `-` | - |
292
+ | `onAbort` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
293
+ | `onAbortCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
294
+ | `onAnimationEnd` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
295
+ | `onAnimationEndCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
296
+ | `onAnimationIteration` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
297
+ | `onAnimationIterationCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
298
+ | `onAnimationStart` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
299
+ | `onAnimationStartCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
300
+ | `onAuxClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
301
+ | `onAuxClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
302
+ | `onBeforeInput` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
303
+ | `onBeforeInputCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
304
+ | `onBlur` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
305
+ | `onBlurCapture` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
306
+ | `onCanPlay` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
307
+ | `onCanPlayCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
308
+ | `onCanPlayThrough` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
309
+ | `onCanPlayThroughCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
310
+ | `onChange` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
311
+ | `onChangeCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
312
+ | `onClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
313
+ | `onClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
314
+ | `onCompositionEnd` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
315
+ | `onCompositionEndCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
316
+ | `onCompositionStart` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
317
+ | `onCompositionStartCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
318
+ | `onCompositionUpdate` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
319
+ | `onCompositionUpdateCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
320
+ | `onContextMenu` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
321
+ | `onContextMenuCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
322
+ | `onCopy` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
323
+ | `onCopyCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
324
+ | `onCut` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
325
+ | `onCutCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
326
+ | `onDoubleClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
327
+ | `onDoubleClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
328
+ | `onDrag` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
329
+ | `onDragCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
330
+ | `onDragEnd` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
331
+ | `onDragEndCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
332
+ | `onDragEnter` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
333
+ | `onDragEnterCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
334
+ | `onDragExit` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
335
+ | `onDragExitCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
336
+ | `onDragLeave` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
337
+ | `onDragLeaveCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
338
+ | `onDragOver` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
339
+ | `onDragOverCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
340
+ | `onDragStart` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
341
+ | `onDragStartCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
342
+ | `onDrop` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
343
+ | `onDropCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
344
+ | `onDurationChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
345
+ | `onDurationChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
346
+ | `onEmptied` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
347
+ | `onEmptiedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
348
+ | `onEncrypted` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
349
+ | `onEncryptedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
350
+ | `onEnded` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
351
+ | `onEndedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
352
+ | `onError` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
353
+ | `onErrorCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
354
+ | `onFocus` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
355
+ | `onFocusCapture` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
356
+ | `onGotPointerCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
357
+ | `onGotPointerCaptureCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
358
+ | `onInput` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
359
+ | `onInputCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
360
+ | `onInvalid` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
361
+ | `onInvalidCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
362
+ | `onKeyDown` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
363
+ | `onKeyDownCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
364
+ | `onKeyPress` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
365
+ | `onKeyPressCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
366
+ | `onKeyUp` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
367
+ | `onKeyUpCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
368
+ | `onLoad` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
369
+ | `onLoadCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
370
+ | `onLoadStart` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
371
+ | `onLoadStartCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
372
+ | `onLoadedData` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
373
+ | `onLoadedDataCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
374
+ | `onLoadedMetadata` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
375
+ | `onLoadedMetadataCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
376
+ | `onLostPointerCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
377
+ | `onLostPointerCaptureCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
378
+ | `onMouseDown` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
379
+ | `onMouseDownCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
380
+ | `onMouseEnter` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
381
+ | `onMouseLeave` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
382
+ | `onMouseMove` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
383
+ | `onMouseMoveCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
384
+ | `onMouseOut` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
385
+ | `onMouseOutCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
386
+ | `onMouseOver` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
387
+ | `onMouseOverCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
388
+ | `onMouseUp` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
389
+ | `onMouseUpCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
390
+ | `onPaste` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
391
+ | `onPasteCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
392
+ | `onPause` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
393
+ | `onPauseCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
394
+ | `onPlay` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
395
+ | `onPlayCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
396
+ | `onPlaying` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
397
+ | `onPlayingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
398
+ | `onPointerCancel` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
399
+ | `onPointerCancelCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
400
+ | `onPointerDown` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
401
+ | `onPointerDownCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
402
+ | `onPointerEnter` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
403
+ | `onPointerLeave` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
404
+ | `onPointerMove` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
405
+ | `onPointerMoveCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
406
+ | `onPointerOut` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
407
+ | `onPointerOutCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
408
+ | `onPointerOver` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
409
+ | `onPointerOverCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
410
+ | `onPointerUp` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
411
+ | `onPointerUpCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
412
+ | `onProgress` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
413
+ | `onProgressCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
414
+ | `onRateChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
415
+ | `onRateChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
416
+ | `onReset` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
417
+ | `onResetCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
418
+ | `onResize` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
419
+ | `onResizeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
420
+ | `onScroll` | `UIEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
421
+ | `onScrollCapture` | `UIEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
422
+ | `onSeeked` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
423
+ | `onSeekedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
424
+ | `onSeeking` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
425
+ | `onSeekingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
426
+ | `onSelect` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
427
+ | `onSelectCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
428
+ | `onStalled` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
429
+ | `onStalledCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
430
+ | `onSubmit` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
431
+ | `onSubmitCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
432
+ | `onSuspend` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
433
+ | `onSuspendCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
434
+ | `onTimeUpdate` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
435
+ | `onTimeUpdateCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
436
+ | `onTouchCancel` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
437
+ | `onTouchCancelCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
438
+ | `onTouchEnd` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
439
+ | `onTouchEndCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
440
+ | `onTouchMove` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
441
+ | `onTouchMoveCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
442
+ | `onTouchStart` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
443
+ | `onTouchStartCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
444
+ | `onTransitionEnd` | `TransitionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
445
+ | `onTransitionEndCapture` | `TransitionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
446
+ | `onVolumeChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
447
+ | `onVolumeChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
448
+ | `onWaiting` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
449
+ | `onWaitingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
450
+ | `onWheel` | `WheelEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
451
+ | `onWheelCapture` | `WheelEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
208
452
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
209
453
  | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
210
454
  | `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
@@ -216,20 +460,39 @@ function Example() {
216
460
  | `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
217
461
  | `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
218
462
  | `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
463
+ | `prefix` | `string \| undefined` | No | `-` | - |
464
+ | `property` | `string \| undefined` | No | `-` | - |
465
+ | `radioGroup` | `string \| undefined` | No | `-` | - |
219
466
  | `ref` | `any` | No | `-` | - |
467
+ | `rel` | `string \| undefined` | No | `-` | - |
468
+ | `resource` | `string \| undefined` | No | `-` | - |
469
+ | `results` | `number \| undefined` | No | `-` | - |
470
+ | `rev` | `string \| undefined` | No | `-` | - |
220
471
  | `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
472
+ | `role` | `AriaRole \| undefined` | No | `-` | - |
221
473
  | `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
222
474
  | `rows` | `number` | No | `-` | - |
475
+ | `security` | `string \| undefined` | No | `-` | - |
476
+ | `slot` | `string \| undefined` | No | `-` | - |
477
+ | `spellCheck` | `Booleanish \| undefined` | No | `-` | - |
223
478
  | `style` | `CSSProperties` | No | `-` | - |
479
+ | `suppressContentEditableWarning` | `boolean \| undefined` | No | `-` | - |
480
+ | `suppressHydrationWarning` | `boolean \| undefined` | No | `-` | - |
481
+ | `tabIndex` | `number \| undefined` | No | `-` | - |
224
482
  | `templateColumns` | `string` | No | `-` | Explicitly declare the width of each column per row, |
225
483
  | `testID` | `string` | No | `-` | Used to locate this element in unit and end-to-end tests. Under the hood, testID translates to data-testid on Web. On Mobile, testID stays the same - testID |
226
484
  | `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
227
485
  | `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
228
486
  | `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
487
+ | `title` | `string \| undefined` | No | `-` | - |
229
488
  | `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
230
489
  | `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
490
+ | `translate` | `yes \| no \| undefined` | No | `-` | - |
491
+ | `typeof` | `string \| undefined` | No | `-` | - |
492
+ | `unselectable` | `off \| on \| undefined` | No | `-` | - |
231
493
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
232
494
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
495
+ | `vocab` | `string \| undefined` | No | `-` | - |
233
496
  | `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
234
497
  | `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
235
498