@coinbase/cds-mcp-server 8.34.0 → 8.34.2
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/CHANGELOG.md +8 -0
- package/mcp-docs/mobile/components/Banner.txt +1 -1
- package/mcp-docs/mobile/components/Button.txt +2 -2
- package/mcp-docs/mobile/components/CellMedia.txt +1 -1
- package/mcp-docs/mobile/components/CheckboxCell.txt +1 -1
- package/mcp-docs/mobile/components/CheckboxGroup.txt +1 -1
- package/mcp-docs/mobile/components/DotSymbol.txt +1 -1
- package/mcp-docs/mobile/components/Icon.txt +1 -1
- package/mcp-docs/mobile/components/IconButton.txt +1 -1
- package/mcp-docs/mobile/components/PeriodSelector.txt +10 -1
- package/mcp-docs/mobile/components/PortalProvider.txt +2 -1
- package/mcp-docs/mobile/components/RadioCell.txt +1 -1
- package/mcp-docs/mobile/components/RadioGroup.txt +9 -28
- package/mcp-docs/mobile/components/Select.txt +9 -28
- package/mcp-docs/mobile/components/SelectAlpha.txt +38 -0
- package/mcp-docs/mobile/components/SelectOption.txt +1 -1
- package/mcp-docs/mobile/components/SparklineInteractiveHeader.txt +9 -6
- package/mcp-docs/mobile/components/TopNavBar.txt +9 -90
- package/mcp-docs/web/components/AreaChart.txt +1 -1
- package/mcp-docs/web/components/Avatar.txt +1 -1
- package/mcp-docs/web/components/AvatarButton.txt +271 -1
- package/mcp-docs/web/components/Banner.txt +2 -2
- package/mcp-docs/web/components/BarChart.txt +1 -1
- package/mcp-docs/web/components/Box.txt +264 -1
- package/mcp-docs/web/components/Button.txt +272 -3
- package/mcp-docs/web/components/Calendar.txt +1 -1
- package/mcp-docs/web/components/Carousel.txt +1 -1
- package/mcp-docs/web/components/CartesianChart.txt +1 -1
- package/mcp-docs/web/components/CellMedia.txt +1 -1
- package/mcp-docs/web/components/Checkbox.txt +2 -2
- package/mcp-docs/web/components/CheckboxCell.txt +2 -2
- package/mcp-docs/web/components/Chip.txt +1 -1
- package/mcp-docs/web/components/Coachmark.txt +1 -1
- package/mcp-docs/web/components/ContainedAssetCard.txt +1 -1
- package/mcp-docs/web/components/ContentCard.txt +264 -1
- package/mcp-docs/web/components/ContentCardBody.txt +264 -1
- package/mcp-docs/web/components/ContentCardFooter.txt +264 -1
- package/mcp-docs/web/components/ContentCardHeader.txt +263 -1
- package/mcp-docs/web/components/ContentCell.txt +260 -1
- package/mcp-docs/web/components/DateInput.txt +2 -2
- package/mcp-docs/web/components/DatePicker.txt +1 -1
- package/mcp-docs/web/components/Divider.txt +1 -1
- package/mcp-docs/web/components/DotSymbol.txt +1 -1
- package/mcp-docs/web/components/Fallback.txt +264 -1
- package/mcp-docs/web/components/FloatingAssetCard.txt +1 -1
- package/mcp-docs/web/components/Grid.txt +264 -1
- package/mcp-docs/web/components/GridColumn.txt +264 -1
- package/mcp-docs/web/components/HStack.txt +264 -1
- package/mcp-docs/web/components/Icon.txt +2 -2
- package/mcp-docs/web/components/IconButton.txt +272 -2
- package/mcp-docs/web/components/InputChip.txt +1 -1
- package/mcp-docs/web/components/Interactable.txt +272 -1
- package/mcp-docs/web/components/LineChart.txt +1 -1
- package/mcp-docs/web/components/Link.txt +271 -1
- package/mcp-docs/web/components/ListCell.txt +260 -1
- package/mcp-docs/web/components/MediaChip.txt +1 -1
- package/mcp-docs/web/components/Modal.txt +1 -1
- package/mcp-docs/web/components/ModalBody.txt +2 -2
- package/mcp-docs/web/components/ModalFooter.txt +1 -1
- package/mcp-docs/web/components/ModalHeader.txt +1 -1
- package/mcp-docs/web/components/MultiContentModule.txt +262 -1
- package/mcp-docs/web/components/NudgeCard.txt +1 -1
- package/mcp-docs/web/components/Overlay.txt +1 -1
- package/mcp-docs/web/components/PageFooter.txt +1 -1
- package/mcp-docs/web/components/PageHeader.txt +1 -1
- package/mcp-docs/web/components/Pagination.txt +1 -1
- package/mcp-docs/web/components/PeriodSelector.txt +11 -59
- package/mcp-docs/web/components/Point.txt +1 -4
- package/mcp-docs/web/components/PortalProvider.txt +2 -0
- package/mcp-docs/web/components/Pressable.txt +272 -1
- package/mcp-docs/web/components/Radio.txt +2 -2
- package/mcp-docs/web/components/RadioCell.txt +2 -2
- package/mcp-docs/web/components/RadioGroup.txt +8 -14
- package/mcp-docs/web/components/RemoteImage.txt +2 -2
- package/mcp-docs/web/components/RollingNumber.txt +263 -1
- package/mcp-docs/web/components/SearchInput.txt +2 -2
- package/mcp-docs/web/components/SectionHeader.txt +1 -1
- package/mcp-docs/web/components/SegmentedTabs.txt +1 -1
- package/mcp-docs/web/components/Select.txt +8 -14
- package/mcp-docs/web/components/SelectAlpha.txt +41 -0
- package/mcp-docs/web/components/SelectChip.txt +1 -1
- package/mcp-docs/web/components/Sidebar.txt +2 -2
- package/mcp-docs/web/components/SidebarItem.txt +4 -4
- package/mcp-docs/web/components/Spacer.txt +264 -1
- package/mcp-docs/web/components/SparklineInteractiveHeader.txt +8 -6
- package/mcp-docs/web/components/Spinner.txt +1 -1
- package/mcp-docs/web/components/Stepper.txt +2 -1
- package/mcp-docs/web/components/Switch.txt +2 -2
- package/mcp-docs/web/components/TabLabel.txt +2 -2
- package/mcp-docs/web/components/Table.txt +1 -1
- package/mcp-docs/web/components/TableCaption.txt +1 -1
- package/mcp-docs/web/components/TableCell.txt +1 -1
- package/mcp-docs/web/components/TableRow.txt +1 -1
- package/mcp-docs/web/components/Tabs.txt +1 -1
- package/mcp-docs/web/components/Tag.txt +1 -1
- package/mcp-docs/web/components/Text.txt +264 -1
- package/mcp-docs/web/components/TextInput.txt +3 -3
- package/mcp-docs/web/components/ThemeProvider.txt +6 -21
- package/mcp-docs/web/components/TileButton.txt +271 -1
- package/mcp-docs/web/components/Toast.txt +1 -1
- package/mcp-docs/web/components/VStack.txt +264 -1
- package/package.json +1 -1
|
@@ -115,11 +115,70 @@ By default GridColumn is not accessibility aware as it renders a standard `div`.
|
|
|
115
115
|
|
|
116
116
|
| Prop | Type | Required | Default | Description |
|
|
117
117
|
| --- | --- | --- | --- | --- |
|
|
118
|
+
| `about` | `string \| undefined` | No | `-` | - |
|
|
119
|
+
| `accessKey` | `string \| undefined` | No | `-` | - |
|
|
118
120
|
| `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
119
121
|
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
120
122
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
121
|
-
| `
|
|
123
|
+
| `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
|
|
124
|
+
| `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. |
|
|
125
|
+
| `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. |
|
|
126
|
+
| `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
|
|
127
|
+
| `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. |
|
|
128
|
+
| `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
|
|
129
|
+
| `aria-checked` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current checked state of checkboxes, radio buttons, and other widgets. |
|
|
130
|
+
| `aria-colcount` | `number \| undefined` | No | `-` | Defines the total number of columns in a table, grid, or treegrid. |
|
|
131
|
+
| `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. |
|
|
132
|
+
| `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
|
|
133
|
+
| `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
|
|
134
|
+
| `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
|
|
135
|
+
| `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. |
|
|
136
|
+
| `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
|
|
137
|
+
| `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
|
|
138
|
+
| `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
|
|
139
|
+
| `aria-disabled` | `Booleanish \| undefined` | No | `-` | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
|
|
140
|
+
| `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. |
|
|
141
|
+
| `aria-errormessage` | `string \| undefined` | No | `-` | Identifies the element that provides an error message for the object. |
|
|
142
|
+
| `aria-expanded` | `Booleanish \| undefined` | No | `-` | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
|
|
143
|
+
| `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. |
|
|
144
|
+
| `aria-grabbed` | `Booleanish \| undefined` | No | `-` | Indicates an elements grabbed state in a drag-and-drop operation. |
|
|
145
|
+
| `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. |
|
|
146
|
+
| `aria-hidden` | `Booleanish \| undefined` | No | `-` | Indicates whether the element is exposed to an accessibility API. |
|
|
147
|
+
| `aria-invalid` | `boolean \| true \| false \| grammar \| spelling \| undefined` | No | `-` | Indicates the entered value does not conform to the format expected by the application. |
|
|
148
|
+
| `aria-keyshortcuts` | `string \| undefined` | No | `-` | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
|
|
149
|
+
| `aria-label` | `string \| undefined` | No | `-` | Defines a string value that labels the current element. |
|
|
150
|
+
| `aria-labelledby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that labels the current element. |
|
|
151
|
+
| `aria-level` | `number \| undefined` | No | `-` | Defines the hierarchical level of an element within a structure. |
|
|
152
|
+
| `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. |
|
|
153
|
+
| `aria-modal` | `Booleanish \| undefined` | No | `-` | Indicates whether an element is modal when displayed. |
|
|
154
|
+
| `aria-multiline` | `Booleanish \| undefined` | No | `-` | Indicates whether a text box accepts multiple lines of input or only a single line. |
|
|
155
|
+
| `aria-multiselectable` | `Booleanish \| undefined` | No | `-` | Indicates that the user may select more than one item from the current selectable descendants. |
|
|
156
|
+
| `aria-orientation` | `horizontal \| vertical \| undefined` | No | `-` | Indicates whether the elements orientation is horizontal, vertical, or unknown/ambiguous. |
|
|
157
|
+
| `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. |
|
|
158
|
+
| `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. |
|
|
159
|
+
| `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. |
|
|
160
|
+
| `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
|
|
161
|
+
| `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
|
|
162
|
+
| `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. |
|
|
163
|
+
| `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
|
|
164
|
+
| `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
|
|
165
|
+
| `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
|
|
166
|
+
| `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. |
|
|
167
|
+
| `aria-rowindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-rowindex. |
|
|
168
|
+
| `aria-rowspan` | `number \| undefined` | No | `-` | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
|
|
169
|
+
| `aria-selected` | `Booleanish \| undefined` | No | `-` | Indicates the current selected state of various widgets. |
|
|
170
|
+
| `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. |
|
|
171
|
+
| `aria-sort` | `none \| ascending \| descending \| other \| undefined` | No | `-` | Indicates if items in a table or grid are sorted in ascending or descending order. |
|
|
172
|
+
| `aria-valuemax` | `number \| undefined` | No | `-` | Defines the maximum allowed value for a range widget. |
|
|
173
|
+
| `aria-valuemin` | `number \| undefined` | No | `-` | Defines the minimum allowed value for a range widget. |
|
|
174
|
+
| `aria-valuenow` | `number \| undefined` | No | `-` | Defines the current value for a range widget. |
|
|
175
|
+
| `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
|
|
176
|
+
| `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. |
|
|
122
177
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
178
|
+
| `autoCapitalize` | `off \| none \| on \| sentences \| words \| characters \| (string & {}) \| undefined` | No | `-` | - |
|
|
179
|
+
| `autoCorrect` | `string \| undefined` | No | `-` | - |
|
|
180
|
+
| `autoFocus` | `boolean \| undefined` | No | `-` | - |
|
|
181
|
+
| `autoSave` | `string \| undefined` | No | `-` | - |
|
|
123
182
|
| `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 | `-` | - |
|
|
124
183
|
| `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
|
|
125
184
|
| `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
|
|
@@ -140,14 +199,26 @@ By default GridColumn is not accessibility aware as it renders a standard `div`.
|
|
|
140
199
|
| `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
|
|
141
200
|
| `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
|
|
142
201
|
| `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
|
|
202
|
+
| `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | - |
|
|
203
|
+
| `className` | `string \| undefined` | No | `-` | - |
|
|
143
204
|
| `colEnd` | `number \| auto` | No | `'auto' (span 1, eg: the next grid line over from colStart)` | - |
|
|
144
205
|
| `colSpan` | `number` | No | `-` | Number of grid lines you want the GridColumn to span |
|
|
145
206
|
| `colStart` | `number \| auto` | No | `'auto' (automatically placed with a span of 1)` | - |
|
|
146
207
|
| `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 | `-` | - |
|
|
147
208
|
| `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
209
|
+
| `content` | `string \| undefined` | No | `-` | - |
|
|
210
|
+
| `contentEditable` | `Booleanish \| inherit \| plaintext-only \| undefined` | No | `-` | - |
|
|
211
|
+
| `contextMenu` | `string \| undefined` | No | `-` | - |
|
|
148
212
|
| `dangerouslySetBackground` | `string` | No | `-` | - |
|
|
213
|
+
| `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
|
|
214
|
+
| `datatype` | `string \| undefined` | No | `-` | - |
|
|
215
|
+
| `defaultChecked` | `boolean \| undefined` | No | `-` | - |
|
|
216
|
+
| `defaultValue` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
|
|
217
|
+
| `dir` | `string \| undefined` | No | `-` | - |
|
|
149
218
|
| `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
|
|
219
|
+
| `draggable` | `Booleanish \| undefined` | No | `-` | - |
|
|
150
220
|
| `elevation` | `0 \| 1 \| 2` | No | `-` | - |
|
|
221
|
+
| `enterKeyHint` | `enter \| done \| go \| next \| previous \| search \| send \| undefined` | No | `-` | - |
|
|
151
222
|
| `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
|
|
152
223
|
| `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
|
|
153
224
|
| `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
@@ -174,7 +245,19 @@ By default GridColumn is not accessibility aware as it renders a standard `div`.
|
|
|
174
245
|
| `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
|
|
175
246
|
| `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
|
|
176
247
|
| `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
|
|
248
|
+
| `hidden` | `boolean \| undefined` | No | `-` | - |
|
|
249
|
+
| `id` | `string \| undefined` | No | `-` | - |
|
|
250
|
+
| `inlist` | `any` | No | `-` | - |
|
|
251
|
+
| `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 |
|
|
252
|
+
| `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
|
|
253
|
+
| `itemID` | `string \| undefined` | No | `-` | - |
|
|
254
|
+
| `itemProp` | `string \| undefined` | No | `-` | - |
|
|
255
|
+
| `itemRef` | `string \| undefined` | No | `-` | - |
|
|
256
|
+
| `itemScope` | `boolean \| undefined` | No | `-` | - |
|
|
257
|
+
| `itemType` | `string \| undefined` | No | `-` | - |
|
|
177
258
|
| `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
259
|
+
| `key` | `Key \| null \| undefined` | No | `-` | - |
|
|
260
|
+
| `lang` | `string \| undefined` | No | `-` | - |
|
|
178
261
|
| `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
|
|
179
262
|
| `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
|
|
180
263
|
| `margin` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
|
|
@@ -188,6 +271,167 @@ By default GridColumn is not accessibility aware as it renders a standard `div`.
|
|
|
188
271
|
| `maxWidth` | `ResponsiveProp<MaxWidth<string \| number>>` | No | `-` | - |
|
|
189
272
|
| `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
|
|
190
273
|
| `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
|
|
274
|
+
| `nonce` | `string \| undefined` | No | `-` | - |
|
|
275
|
+
| `onAbort` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
276
|
+
| `onAbortCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
277
|
+
| `onAnimationEnd` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
278
|
+
| `onAnimationEndCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
279
|
+
| `onAnimationIteration` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
280
|
+
| `onAnimationIterationCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
281
|
+
| `onAnimationStart` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
282
|
+
| `onAnimationStartCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
283
|
+
| `onAuxClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
284
|
+
| `onAuxClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
285
|
+
| `onBeforeInput` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
286
|
+
| `onBeforeInputCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
287
|
+
| `onBlur` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
288
|
+
| `onBlurCapture` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
289
|
+
| `onCanPlay` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
290
|
+
| `onCanPlayCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
291
|
+
| `onCanPlayThrough` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
292
|
+
| `onCanPlayThroughCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
293
|
+
| `onChange` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
294
|
+
| `onChangeCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
295
|
+
| `onClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
296
|
+
| `onClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
297
|
+
| `onCompositionEnd` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
298
|
+
| `onCompositionEndCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
299
|
+
| `onCompositionStart` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
300
|
+
| `onCompositionStartCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
301
|
+
| `onCompositionUpdate` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
302
|
+
| `onCompositionUpdateCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
303
|
+
| `onContextMenu` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
304
|
+
| `onContextMenuCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
305
|
+
| `onCopy` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
306
|
+
| `onCopyCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
307
|
+
| `onCut` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
308
|
+
| `onCutCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
309
|
+
| `onDoubleClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
310
|
+
| `onDoubleClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
311
|
+
| `onDrag` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
312
|
+
| `onDragCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
313
|
+
| `onDragEnd` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
314
|
+
| `onDragEndCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
315
|
+
| `onDragEnter` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
316
|
+
| `onDragEnterCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
317
|
+
| `onDragExit` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
318
|
+
| `onDragExitCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
319
|
+
| `onDragLeave` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
320
|
+
| `onDragLeaveCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
321
|
+
| `onDragOver` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
322
|
+
| `onDragOverCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
323
|
+
| `onDragStart` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
324
|
+
| `onDragStartCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
325
|
+
| `onDrop` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
326
|
+
| `onDropCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
327
|
+
| `onDurationChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
328
|
+
| `onDurationChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
329
|
+
| `onEmptied` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
330
|
+
| `onEmptiedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
331
|
+
| `onEncrypted` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
332
|
+
| `onEncryptedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
333
|
+
| `onEnded` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
334
|
+
| `onEndedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
335
|
+
| `onError` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
336
|
+
| `onErrorCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
337
|
+
| `onFocus` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
338
|
+
| `onFocusCapture` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
339
|
+
| `onGotPointerCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
340
|
+
| `onGotPointerCaptureCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
341
|
+
| `onInput` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
342
|
+
| `onInputCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
343
|
+
| `onInvalid` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
344
|
+
| `onInvalidCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
345
|
+
| `onKeyDown` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
346
|
+
| `onKeyDownCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
347
|
+
| `onKeyPress` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
348
|
+
| `onKeyPressCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
349
|
+
| `onKeyUp` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
350
|
+
| `onKeyUpCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
351
|
+
| `onLoad` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
352
|
+
| `onLoadCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
353
|
+
| `onLoadStart` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
354
|
+
| `onLoadStartCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
355
|
+
| `onLoadedData` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
356
|
+
| `onLoadedDataCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
357
|
+
| `onLoadedMetadata` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
358
|
+
| `onLoadedMetadataCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
359
|
+
| `onLostPointerCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
360
|
+
| `onLostPointerCaptureCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
361
|
+
| `onMouseDown` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
362
|
+
| `onMouseDownCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
363
|
+
| `onMouseEnter` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
364
|
+
| `onMouseLeave` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
365
|
+
| `onMouseMove` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
366
|
+
| `onMouseMoveCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
367
|
+
| `onMouseOut` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
368
|
+
| `onMouseOutCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
369
|
+
| `onMouseOver` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
370
|
+
| `onMouseOverCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
371
|
+
| `onMouseUp` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
372
|
+
| `onMouseUpCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
373
|
+
| `onPaste` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
374
|
+
| `onPasteCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
375
|
+
| `onPause` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
376
|
+
| `onPauseCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
377
|
+
| `onPlay` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
378
|
+
| `onPlayCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
379
|
+
| `onPlaying` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
380
|
+
| `onPlayingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
381
|
+
| `onPointerCancel` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
382
|
+
| `onPointerCancelCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
383
|
+
| `onPointerDown` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
384
|
+
| `onPointerDownCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
385
|
+
| `onPointerEnter` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
386
|
+
| `onPointerLeave` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
387
|
+
| `onPointerMove` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
388
|
+
| `onPointerMoveCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
389
|
+
| `onPointerOut` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
390
|
+
| `onPointerOutCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
391
|
+
| `onPointerOver` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
392
|
+
| `onPointerOverCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
393
|
+
| `onPointerUp` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
394
|
+
| `onPointerUpCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
395
|
+
| `onProgress` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
396
|
+
| `onProgressCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
397
|
+
| `onRateChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
398
|
+
| `onRateChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
399
|
+
| `onReset` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
400
|
+
| `onResetCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
401
|
+
| `onResize` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
402
|
+
| `onResizeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
403
|
+
| `onScroll` | `UIEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
404
|
+
| `onScrollCapture` | `UIEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
405
|
+
| `onSeeked` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
406
|
+
| `onSeekedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
407
|
+
| `onSeeking` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
408
|
+
| `onSeekingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
409
|
+
| `onSelect` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
410
|
+
| `onSelectCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
411
|
+
| `onStalled` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
412
|
+
| `onStalledCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
413
|
+
| `onSubmit` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
414
|
+
| `onSubmitCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
415
|
+
| `onSuspend` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
416
|
+
| `onSuspendCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
417
|
+
| `onTimeUpdate` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
418
|
+
| `onTimeUpdateCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
419
|
+
| `onTouchCancel` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
420
|
+
| `onTouchCancelCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
421
|
+
| `onTouchEnd` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
422
|
+
| `onTouchEndCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
423
|
+
| `onTouchMove` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
424
|
+
| `onTouchMoveCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
425
|
+
| `onTouchStart` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
426
|
+
| `onTouchStartCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
427
|
+
| `onTransitionEnd` | `TransitionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
428
|
+
| `onTransitionEndCapture` | `TransitionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
429
|
+
| `onVolumeChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
430
|
+
| `onVolumeChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
431
|
+
| `onWaiting` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
432
|
+
| `onWaitingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
433
|
+
| `onWheel` | `WheelEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
434
|
+
| `onWheelCapture` | `WheelEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
191
435
|
| `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
192
436
|
| `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
|
|
193
437
|
| `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
@@ -199,18 +443,37 @@ By default GridColumn is not accessibility aware as it renders a standard `div`.
|
|
|
199
443
|
| `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
200
444
|
| `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
|
|
201
445
|
| `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
|
|
446
|
+
| `prefix` | `string \| undefined` | No | `-` | - |
|
|
447
|
+
| `property` | `string \| undefined` | No | `-` | - |
|
|
448
|
+
| `radioGroup` | `string \| undefined` | No | `-` | - |
|
|
202
449
|
| `ref` | `any` | No | `-` | - |
|
|
450
|
+
| `rel` | `string \| undefined` | No | `-` | - |
|
|
451
|
+
| `resource` | `string \| undefined` | No | `-` | - |
|
|
452
|
+
| `results` | `number \| undefined` | No | `-` | - |
|
|
453
|
+
| `rev` | `string \| undefined` | No | `-` | - |
|
|
203
454
|
| `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
|
|
455
|
+
| `role` | `AriaRole \| undefined` | No | `-` | - |
|
|
204
456
|
| `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
457
|
+
| `security` | `string \| undefined` | No | `-` | - |
|
|
458
|
+
| `slot` | `string \| undefined` | No | `-` | - |
|
|
459
|
+
| `spellCheck` | `Booleanish \| undefined` | No | `-` | - |
|
|
205
460
|
| `style` | `CSSProperties` | No | `-` | - |
|
|
461
|
+
| `suppressContentEditableWarning` | `boolean \| undefined` | No | `-` | - |
|
|
462
|
+
| `suppressHydrationWarning` | `boolean \| undefined` | No | `-` | - |
|
|
463
|
+
| `tabIndex` | `number \| undefined` | No | `-` | - |
|
|
206
464
|
| `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 |
|
|
207
465
|
| `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
|
|
208
466
|
| `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
|
|
209
467
|
| `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
|
|
468
|
+
| `title` | `string \| undefined` | No | `-` | - |
|
|
210
469
|
| `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
|
|
211
470
|
| `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
471
|
+
| `translate` | `yes \| no \| undefined` | No | `-` | - |
|
|
472
|
+
| `typeof` | `string \| undefined` | No | `-` | - |
|
|
473
|
+
| `unselectable` | `off \| on \| undefined` | No | `-` | - |
|
|
212
474
|
| `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
|
|
213
475
|
| `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
|
|
476
|
+
| `vocab` | `string \| undefined` | No | `-` | - |
|
|
214
477
|
| `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
|
|
215
478
|
| `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
216
479
|
|