@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.
Files changed (102) 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/SparklineInteractiveHeader.txt +9 -6
  18. package/mcp-docs/mobile/components/TopNavBar.txt +9 -90
  19. package/mcp-docs/web/components/AreaChart.txt +1 -1
  20. package/mcp-docs/web/components/Avatar.txt +1 -1
  21. package/mcp-docs/web/components/AvatarButton.txt +271 -1
  22. package/mcp-docs/web/components/Banner.txt +2 -2
  23. package/mcp-docs/web/components/BarChart.txt +1 -1
  24. package/mcp-docs/web/components/Box.txt +264 -1
  25. package/mcp-docs/web/components/Button.txt +272 -3
  26. package/mcp-docs/web/components/Calendar.txt +1 -1
  27. package/mcp-docs/web/components/Carousel.txt +1 -1
  28. package/mcp-docs/web/components/CartesianChart.txt +1 -1
  29. package/mcp-docs/web/components/CellMedia.txt +1 -1
  30. package/mcp-docs/web/components/Checkbox.txt +2 -2
  31. package/mcp-docs/web/components/CheckboxCell.txt +2 -2
  32. package/mcp-docs/web/components/Chip.txt +1 -1
  33. package/mcp-docs/web/components/Coachmark.txt +1 -1
  34. package/mcp-docs/web/components/ContainedAssetCard.txt +1 -1
  35. package/mcp-docs/web/components/ContentCard.txt +264 -1
  36. package/mcp-docs/web/components/ContentCardBody.txt +264 -1
  37. package/mcp-docs/web/components/ContentCardFooter.txt +264 -1
  38. package/mcp-docs/web/components/ContentCardHeader.txt +263 -1
  39. package/mcp-docs/web/components/ContentCell.txt +260 -1
  40. package/mcp-docs/web/components/DateInput.txt +2 -2
  41. package/mcp-docs/web/components/DatePicker.txt +1 -1
  42. package/mcp-docs/web/components/Divider.txt +1 -1
  43. package/mcp-docs/web/components/DotSymbol.txt +1 -1
  44. package/mcp-docs/web/components/Fallback.txt +264 -1
  45. package/mcp-docs/web/components/FloatingAssetCard.txt +1 -1
  46. package/mcp-docs/web/components/Grid.txt +264 -1
  47. package/mcp-docs/web/components/GridColumn.txt +264 -1
  48. package/mcp-docs/web/components/HStack.txt +264 -1
  49. package/mcp-docs/web/components/Icon.txt +2 -2
  50. package/mcp-docs/web/components/IconButton.txt +272 -2
  51. package/mcp-docs/web/components/InputChip.txt +1 -1
  52. package/mcp-docs/web/components/Interactable.txt +272 -1
  53. package/mcp-docs/web/components/LineChart.txt +1 -1
  54. package/mcp-docs/web/components/Link.txt +271 -1
  55. package/mcp-docs/web/components/ListCell.txt +260 -1
  56. package/mcp-docs/web/components/MediaChip.txt +1 -1
  57. package/mcp-docs/web/components/Modal.txt +1 -1
  58. package/mcp-docs/web/components/ModalBody.txt +2 -2
  59. package/mcp-docs/web/components/ModalFooter.txt +1 -1
  60. package/mcp-docs/web/components/ModalHeader.txt +1 -1
  61. package/mcp-docs/web/components/MultiContentModule.txt +262 -1
  62. package/mcp-docs/web/components/NudgeCard.txt +1 -1
  63. package/mcp-docs/web/components/Overlay.txt +1 -1
  64. package/mcp-docs/web/components/PageFooter.txt +1 -1
  65. package/mcp-docs/web/components/PageHeader.txt +1 -1
  66. package/mcp-docs/web/components/Pagination.txt +1 -1
  67. package/mcp-docs/web/components/PeriodSelector.txt +11 -59
  68. package/mcp-docs/web/components/Point.txt +1 -4
  69. package/mcp-docs/web/components/PortalProvider.txt +2 -0
  70. package/mcp-docs/web/components/Pressable.txt +272 -1
  71. package/mcp-docs/web/components/Radio.txt +2 -2
  72. package/mcp-docs/web/components/RadioCell.txt +2 -2
  73. package/mcp-docs/web/components/RadioGroup.txt +8 -14
  74. package/mcp-docs/web/components/RemoteImage.txt +2 -2
  75. package/mcp-docs/web/components/RollingNumber.txt +263 -1
  76. package/mcp-docs/web/components/SearchInput.txt +2 -2
  77. package/mcp-docs/web/components/SectionHeader.txt +1 -1
  78. package/mcp-docs/web/components/SegmentedTabs.txt +1 -1
  79. package/mcp-docs/web/components/Select.txt +8 -14
  80. package/mcp-docs/web/components/SelectAlpha.txt +41 -0
  81. package/mcp-docs/web/components/SelectChip.txt +1 -1
  82. package/mcp-docs/web/components/Sidebar.txt +2 -2
  83. package/mcp-docs/web/components/SidebarItem.txt +4 -4
  84. package/mcp-docs/web/components/Spacer.txt +264 -1
  85. package/mcp-docs/web/components/SparklineInteractiveHeader.txt +8 -6
  86. package/mcp-docs/web/components/Spinner.txt +1 -1
  87. package/mcp-docs/web/components/Stepper.txt +2 -1
  88. package/mcp-docs/web/components/Switch.txt +2 -2
  89. package/mcp-docs/web/components/TabLabel.txt +2 -2
  90. package/mcp-docs/web/components/Table.txt +1 -1
  91. package/mcp-docs/web/components/TableCaption.txt +1 -1
  92. package/mcp-docs/web/components/TableCell.txt +1 -1
  93. package/mcp-docs/web/components/TableRow.txt +1 -1
  94. package/mcp-docs/web/components/Tabs.txt +1 -1
  95. package/mcp-docs/web/components/Tag.txt +1 -1
  96. package/mcp-docs/web/components/Text.txt +264 -1
  97. package/mcp-docs/web/components/TextInput.txt +3 -3
  98. package/mcp-docs/web/components/ThemeProvider.txt +6 -21
  99. package/mcp-docs/web/components/TileButton.txt +271 -1
  100. package/mcp-docs/web/components/Toast.txt +1 -1
  101. package/mcp-docs/web/components/VStack.txt +264 -1
  102. package/package.json +1 -1
@@ -124,11 +124,70 @@ In a nutshell, you can reference the following for the most common text semantic
124
124
 
125
125
  | Prop | Type | Required | Default | Description |
126
126
  | --- | --- | --- | --- | --- |
127
+ | `about` | `string \| undefined` | No | `-` | - |
128
+ | `accessKey` | `string \| undefined` | No | `-` | - |
127
129
  | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
128
130
  | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
129
131
  | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
130
- | `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 | `-` | - |
132
+ | `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
133
+ | `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. |
134
+ | `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. |
135
+ | `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
136
+ | `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. |
137
+ | `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
138
+ | `aria-checked` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current checked state of checkboxes, radio buttons, and other widgets. |
139
+ | `aria-colcount` | `number \| undefined` | No | `-` | Defines the total number of columns in a table, grid, or treegrid. |
140
+ | `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. |
141
+ | `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
142
+ | `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
143
+ | `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
144
+ | `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. |
145
+ | `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
146
+ | `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
147
+ | `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
148
+ | `aria-disabled` | `Booleanish \| undefined` | No | `-` | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
149
+ | `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. |
150
+ | `aria-errormessage` | `string \| undefined` | No | `-` | Identifies the element that provides an error message for the object. |
151
+ | `aria-expanded` | `Booleanish \| undefined` | No | `-` | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
152
+ | `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. |
153
+ | `aria-grabbed` | `Booleanish \| undefined` | No | `-` | Indicates an elements grabbed state in a drag-and-drop operation. |
154
+ | `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. |
155
+ | `aria-hidden` | `Booleanish \| undefined` | No | `-` | Indicates whether the element is exposed to an accessibility API. |
156
+ | `aria-invalid` | `boolean \| true \| false \| grammar \| spelling \| undefined` | No | `-` | Indicates the entered value does not conform to the format expected by the application. |
157
+ | `aria-keyshortcuts` | `string \| undefined` | No | `-` | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
158
+ | `aria-label` | `string \| undefined` | No | `-` | Defines a string value that labels the current element. |
159
+ | `aria-labelledby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that labels the current element. |
160
+ | `aria-level` | `number \| undefined` | No | `-` | Defines the hierarchical level of an element within a structure. |
161
+ | `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. |
162
+ | `aria-modal` | `Booleanish \| undefined` | No | `-` | Indicates whether an element is modal when displayed. |
163
+ | `aria-multiline` | `Booleanish \| undefined` | No | `-` | Indicates whether a text box accepts multiple lines of input or only a single line. |
164
+ | `aria-multiselectable` | `Booleanish \| undefined` | No | `-` | Indicates that the user may select more than one item from the current selectable descendants. |
165
+ | `aria-orientation` | `horizontal \| vertical \| undefined` | No | `-` | Indicates whether the elements orientation is horizontal, vertical, or unknown/ambiguous. |
166
+ | `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. |
167
+ | `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. |
168
+ | `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. |
169
+ | `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
170
+ | `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
171
+ | `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. |
172
+ | `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
173
+ | `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
174
+ | `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
175
+ | `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. |
176
+ | `aria-rowindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-rowindex. |
177
+ | `aria-rowspan` | `number \| undefined` | No | `-` | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
178
+ | `aria-selected` | `Booleanish \| undefined` | No | `-` | Indicates the current selected state of various widgets. |
179
+ | `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. |
180
+ | `aria-sort` | `none \| ascending \| descending \| other \| undefined` | No | `-` | Indicates if items in a table or grid are sorted in ascending or descending order. |
181
+ | `aria-valuemax` | `number \| undefined` | No | `-` | Defines the maximum allowed value for a range widget. |
182
+ | `aria-valuemin` | `number \| undefined` | No | `-` | Defines the minimum allowed value for a range widget. |
183
+ | `aria-valuenow` | `number \| undefined` | No | `-` | Defines the current value for a range widget. |
184
+ | `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
185
+ | `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 | `span` | 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. |
131
186
  | `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
187
+ | `autoCapitalize` | `off \| none \| on \| sentences \| words \| characters \| (string & {}) \| undefined` | No | `-` | - |
188
+ | `autoCorrect` | `string \| undefined` | No | `-` | - |
189
+ | `autoFocus` | `boolean \| undefined` | No | `-` | - |
190
+ | `autoSave` | `string \| undefined` | No | `-` | - |
132
191
  | `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 | `-` | - |
133
192
  | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
134
193
  | `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
@@ -149,13 +208,25 @@ In a nutshell, you can reference the following for the most common text semantic
149
208
  | `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
150
209
  | `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
151
210
  | `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
211
+ | `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | - |
212
+ | `className` | `string \| undefined` | No | `-` | - |
152
213
  | `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 | `-` | - |
153
214
  | `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
215
+ | `content` | `string \| undefined` | No | `-` | - |
216
+ | `contentEditable` | `Booleanish \| inherit \| plaintext-only \| undefined` | No | `-` | - |
217
+ | `contextMenu` | `string \| undefined` | No | `-` | - |
154
218
  | `dangerouslySetBackground` | `string` | No | `-` | - |
155
219
  | `dangerouslySetColor` | `string` | No | `-` | - |
220
+ | `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
221
+ | `datatype` | `string \| undefined` | No | `-` | - |
222
+ | `defaultChecked` | `boolean \| undefined` | No | `-` | - |
223
+ | `defaultValue` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
224
+ | `dir` | `string \| undefined` | No | `-` | - |
156
225
  | `disabled` | `boolean` | No | `-` | - |
157
226
  | `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
227
+ | `draggable` | `Booleanish \| undefined` | No | `-` | - |
158
228
  | `elevation` | `0 \| 1 \| 2` | No | `-` | - |
229
+ | `enterKeyHint` | `enter \| done \| go \| next \| previous \| search \| send \| undefined` | No | `-` | - |
159
230
  | `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
160
231
  | `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
161
232
  | `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
@@ -182,7 +253,19 @@ In a nutshell, you can reference the following for the most common text semantic
182
253
  | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
183
254
  | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
184
255
  | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
256
+ | `hidden` | `boolean \| undefined` | No | `-` | - |
257
+ | `id` | `string \| undefined` | No | `-` | - |
258
+ | `inlist` | `any` | No | `-` | - |
259
+ | `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 |
260
+ | `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
261
+ | `itemID` | `string \| undefined` | No | `-` | - |
262
+ | `itemProp` | `string \| undefined` | No | `-` | - |
263
+ | `itemRef` | `string \| undefined` | No | `-` | - |
264
+ | `itemScope` | `boolean \| undefined` | No | `-` | - |
265
+ | `itemType` | `string \| undefined` | No | `-` | - |
185
266
  | `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
267
+ | `key` | `Key \| null \| undefined` | No | `-` | - |
268
+ | `lang` | `string \| undefined` | No | `-` | - |
186
269
  | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
187
270
  | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
188
271
  | `margin` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
@@ -198,7 +281,168 @@ In a nutshell, you can reference the following for the most common text semantic
198
281
  | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
199
282
  | `mono` | `boolean` | No | `-` | Use monospace font family. |
200
283
  | `noWrap` | `boolean` | No | `false` | Set text to be in a single line. |
284
+ | `nonce` | `string \| undefined` | No | `-` | - |
201
285
  | `numberOfLines` | `number` | No | `-` | - |
286
+ | `onAbort` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
287
+ | `onAbortCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
288
+ | `onAnimationEnd` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
289
+ | `onAnimationEndCapture` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
290
+ | `onAnimationIteration` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
291
+ | `onAnimationIterationCapture` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
292
+ | `onAnimationStart` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
293
+ | `onAnimationStartCapture` | `AnimationEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
294
+ | `onAuxClick` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
295
+ | `onAuxClickCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
296
+ | `onBeforeInput` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
297
+ | `onBeforeInputCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
298
+ | `onBlur` | `FocusEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
299
+ | `onBlurCapture` | `FocusEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
300
+ | `onCanPlay` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
301
+ | `onCanPlayCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
302
+ | `onCanPlayThrough` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
303
+ | `onCanPlayThroughCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
304
+ | `onChange` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
305
+ | `onChangeCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
306
+ | `onClick` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
307
+ | `onClickCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
308
+ | `onCompositionEnd` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
309
+ | `onCompositionEndCapture` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
310
+ | `onCompositionStart` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
311
+ | `onCompositionStartCapture` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
312
+ | `onCompositionUpdate` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
313
+ | `onCompositionUpdateCapture` | `CompositionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
314
+ | `onContextMenu` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
315
+ | `onContextMenuCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
316
+ | `onCopy` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
317
+ | `onCopyCapture` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
318
+ | `onCut` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
319
+ | `onCutCapture` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
320
+ | `onDoubleClick` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
321
+ | `onDoubleClickCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
322
+ | `onDrag` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
323
+ | `onDragCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
324
+ | `onDragEnd` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
325
+ | `onDragEndCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
326
+ | `onDragEnter` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
327
+ | `onDragEnterCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
328
+ | `onDragExit` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
329
+ | `onDragExitCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
330
+ | `onDragLeave` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
331
+ | `onDragLeaveCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
332
+ | `onDragOver` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
333
+ | `onDragOverCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
334
+ | `onDragStart` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
335
+ | `onDragStartCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
336
+ | `onDrop` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
337
+ | `onDropCapture` | `DragEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
338
+ | `onDurationChange` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
339
+ | `onDurationChangeCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
340
+ | `onEmptied` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
341
+ | `onEmptiedCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
342
+ | `onEncrypted` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
343
+ | `onEncryptedCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
344
+ | `onEnded` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
345
+ | `onEndedCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
346
+ | `onError` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
347
+ | `onErrorCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
348
+ | `onFocus` | `FocusEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
349
+ | `onFocusCapture` | `FocusEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
350
+ | `onGotPointerCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
351
+ | `onGotPointerCaptureCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
352
+ | `onInput` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
353
+ | `onInputCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
354
+ | `onInvalid` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
355
+ | `onInvalidCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
356
+ | `onKeyDown` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
357
+ | `onKeyDownCapture` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
358
+ | `onKeyPress` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
359
+ | `onKeyPressCapture` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
360
+ | `onKeyUp` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
361
+ | `onKeyUpCapture` | `KeyboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
362
+ | `onLoad` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
363
+ | `onLoadCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
364
+ | `onLoadStart` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
365
+ | `onLoadStartCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
366
+ | `onLoadedData` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
367
+ | `onLoadedDataCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
368
+ | `onLoadedMetadata` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
369
+ | `onLoadedMetadataCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
370
+ | `onLostPointerCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
371
+ | `onLostPointerCaptureCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
372
+ | `onMouseDown` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
373
+ | `onMouseDownCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
374
+ | `onMouseEnter` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
375
+ | `onMouseLeave` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
376
+ | `onMouseMove` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
377
+ | `onMouseMoveCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
378
+ | `onMouseOut` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
379
+ | `onMouseOutCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
380
+ | `onMouseOver` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
381
+ | `onMouseOverCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
382
+ | `onMouseUp` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
383
+ | `onMouseUpCapture` | `MouseEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
384
+ | `onPaste` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
385
+ | `onPasteCapture` | `ClipboardEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
386
+ | `onPause` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
387
+ | `onPauseCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
388
+ | `onPlay` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
389
+ | `onPlayCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
390
+ | `onPlaying` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
391
+ | `onPlayingCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
392
+ | `onPointerCancel` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
393
+ | `onPointerCancelCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
394
+ | `onPointerDown` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
395
+ | `onPointerDownCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
396
+ | `onPointerEnter` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
397
+ | `onPointerLeave` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
398
+ | `onPointerMove` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
399
+ | `onPointerMoveCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
400
+ | `onPointerOut` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
401
+ | `onPointerOutCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
402
+ | `onPointerOver` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
403
+ | `onPointerOverCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
404
+ | `onPointerUp` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
405
+ | `onPointerUpCapture` | `PointerEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
406
+ | `onProgress` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
407
+ | `onProgressCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
408
+ | `onRateChange` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
409
+ | `onRateChangeCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
410
+ | `onReset` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
411
+ | `onResetCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
412
+ | `onResize` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
413
+ | `onResizeCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
414
+ | `onScroll` | `UIEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
415
+ | `onScrollCapture` | `UIEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
416
+ | `onSeeked` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
417
+ | `onSeekedCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
418
+ | `onSeeking` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
419
+ | `onSeekingCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
420
+ | `onSelect` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
421
+ | `onSelectCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
422
+ | `onStalled` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
423
+ | `onStalledCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
424
+ | `onSubmit` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
425
+ | `onSubmitCapture` | `FormEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
426
+ | `onSuspend` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
427
+ | `onSuspendCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
428
+ | `onTimeUpdate` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
429
+ | `onTimeUpdateCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
430
+ | `onTouchCancel` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
431
+ | `onTouchCancelCapture` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
432
+ | `onTouchEnd` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
433
+ | `onTouchEndCapture` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
434
+ | `onTouchMove` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
435
+ | `onTouchMoveCapture` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
436
+ | `onTouchStart` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
437
+ | `onTouchStartCapture` | `TouchEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
438
+ | `onTransitionEnd` | `TransitionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
439
+ | `onTransitionEndCapture` | `TransitionEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
440
+ | `onVolumeChange` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
441
+ | `onVolumeChangeCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
442
+ | `onWaiting` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
443
+ | `onWaitingCapture` | `ReactEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
444
+ | `onWheel` | `WheelEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
445
+ | `onWheelCapture` | `WheelEventHandler<HTMLSpanElement> \| undefined` | No | `-` | - |
202
446
  | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
203
447
  | `overflow` | `clip \| wrap \| truncate \| break` | No | `-` | Set overflow behavior. |
204
448
  | `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
@@ -210,22 +454,41 @@ In a nutshell, you can reference the following for the most common text semantic
210
454
  | `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
211
455
  | `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
212
456
  | `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
457
+ | `prefix` | `string \| undefined` | No | `-` | - |
458
+ | `property` | `string \| undefined` | No | `-` | - |
459
+ | `radioGroup` | `string \| undefined` | No | `-` | - |
213
460
  | `ref` | `any` | No | `-` | - |
461
+ | `rel` | `string \| undefined` | No | `-` | - |
214
462
  | `renderEmptyNode` | `boolean` | No | `-` | - |
463
+ | `resource` | `string \| undefined` | No | `-` | - |
464
+ | `results` | `number \| undefined` | No | `-` | - |
465
+ | `rev` | `string \| undefined` | No | `-` | - |
215
466
  | `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
467
+ | `role` | `AriaRole \| undefined` | No | `-` | - |
216
468
  | `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
469
+ | `security` | `string \| undefined` | No | `-` | - |
217
470
  | `slashedZero` | `boolean` | No | `false` | Use character for number zero with a slash through it to differentiate it from the letter O. |
471
+ | `slot` | `string \| undefined` | No | `-` | - |
472
+ | `spellCheck` | `Booleanish \| undefined` | No | `-` | - |
218
473
  | `style` | `CSSProperties` | No | `-` | - |
474
+ | `suppressContentEditableWarning` | `boolean \| undefined` | No | `-` | - |
475
+ | `suppressHydrationWarning` | `boolean \| undefined` | No | `-` | - |
476
+ | `tabIndex` | `number \| undefined` | No | `-` | - |
219
477
  | `tabularNumbers` | `boolean` | No | `false` | Activates the set of figures where numbers are all of the same size, allowing them to be easily aligned. |
220
478
  | `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 |
221
479
  | `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
222
480
  | `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
223
481
  | `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
482
+ | `title` | `string \| undefined` | No | `-` | - |
224
483
  | `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
225
484
  | `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
485
+ | `translate` | `yes \| no \| undefined` | No | `-` | - |
486
+ | `typeof` | `string \| undefined` | No | `-` | - |
226
487
  | `underline` | `boolean` | No | `false` | Set text decoration to underline. |
488
+ | `unselectable` | `off \| on \| undefined` | No | `-` | - |
227
489
  | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
228
490
  | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
491
+ | `vocab` | `string \| undefined` | No | `-` | - |
229
492
  | `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
230
493
  | `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
231
494
 
@@ -666,7 +666,7 @@ function TextInputKeyboardExample() {
666
666
  | `label` | `string` | No | `-` | Short messageArea indicating purpose of input |
667
667
  | `labelNode` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | React node to render label. Takes precedence over label. |
668
668
  | `labelVariant` | `inside \| outside` | No | `'outside'` | The variant of the label. Only used when compact is not true. |
669
- | `onChange` | `ChangeEventHandler<HTMLInputElement>` | No | `-` | - |
669
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
670
670
  | `onClick` | `(MouseEventHandler<Element> & MouseEventHandler<HTMLInputElement>)` | No | `-` | Callback fired when pressed/clicked |
671
671
  | `placeholder` | `string` | No | `-` | Placeholder text displayed inside of the input. Will be replaced if there is a value. |
672
672
  | `ref` | `((instance: HTMLInputElement \| null) => void) \| RefObject<HTMLInputElement> \| null` | No | `-` | - |
@@ -674,8 +674,8 @@ function TextInputKeyboardExample() {
674
674
  | `suffix` | `string` | No | `-` | Adds suffix text to the end of input |
675
675
  | `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 |
676
676
  | `testIDMap` | `{ start?: string; end?: string \| undefined; label?: string \| undefined; helperText?: string \| undefined; } \| undefined` | No | `-` | Add ability to test individual parts of the input |
677
- | `type` | `number \| color \| button \| search \| time \| image \| text \| hidden \| string & {} \| email \| checkbox \| radio \| tel \| url \| date \| submit \| reset \| datetime-local \| file \| month \| password \| range \| week` | No | `-` | - |
678
- | `value` | `string \| number \| readonly string[]` | No | `-` | - |
677
+ | `type` | `button \| submit \| reset` | No | `-` | - |
678
+ | `value` | `string \| (readonly string[] & string)` | No | `-` | The **value** property of the HTMLInputElement interface represents the current value of the input element as a string. [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/value) |
679
679
  | `variant` | `primary \| secondary \| positive \| negative \| foregroundMuted \| foreground` | No | `foregroundMuted` | Determines the sentiment of the input. Because we allow startContent and endContent to be custom ReactNode, the content placed inside these slots will not change colors according to the variant. You will have to add that yourself |
680
680
  | `width` | `ResponsiveProp<Width<string \| number>>` | No | `100%` | Width of input as a percentage string. |
681
681
 
@@ -174,26 +174,11 @@ The InvertedThemeProvider automatically inherits from its parent theme and flips
174
174
 
175
175
  | Prop | Type | Required | Default | Description |
176
176
  | --- | --- | --- | --- | --- |
177
- | `activeColorScheme` | `light \| dark` | Yes | `-` | The currently active color scheme for the parent ThemeProvider, either light or dark. |
178
- | `avatarSize` | `{ s: number; m: number; l: number; xl: number; xxl: number; xxxl: number; }` | Yes | `-` | The avatar size values. |
179
- | `borderRadius` | `{ 0: number; 100: number; 200: number; 300: number; 400: number; 500: number; 600: number; 700: number; 800: number; 900: number; 1000: number; }` | Yes | `-` | The border radius values. |
180
- | `borderWidth` | `{ 0: number; 100: number; 200: number; 300: number; 400: number; 500: number; }` | Yes | `-` | The border width values. |
181
- | `color` | `{ currentColor: Color; fg: Color; fgMuted: Color; fgInverse: Color; fgPrimary: Color; fgWarning: Color; fgPositive: Color; fgNegative: Color; bg: Color; bgAlternate: Color; bgInverse: Color; bgOverlay: Color; bgElevation1: Color; bgElevation2: Color; bgPrimary: Color; bgPrimaryWash: Color; bgSecondary: Color; bgTertiary: Color; bgSecondaryWash: Color; bgNegative: Color; bgNegativeWash: Color; bgPositive: Color; bgPositiveWash: Color; bgWarning: Color; bgWarningWash: Color; bgLine: Color; bgLineHeavy: Color; bgLineInverse: Color; bgLinePrimary: Color; bgLinePrimarySubtle: Color; accentSubtleRed: Color; accentBoldRed: Color; accentSubtleGreen: Color; accentBoldGreen: Color; accentSubtleBlue: Color; accentBoldBlue: Color; accentSubtlePurple: Color; accentBoldPurple: Color; accentSubtleYellow: Color; accentBoldYellow: Color; accentSubtleGray: Color; accentBoldGray: Color; transparent: Color; }` | Yes | `-` | The light or dark color palette, as appropriate based on the activeColorScheme. |
182
- | `controlSize` | `{ checkboxSize: number; radioSize: number; switchWidth: number; switchHeight: number; switchThumbSize: number; tileSize: number; }` | Yes | `-` | The control size values. |
183
- | `fontFamily` | `{ body: FontFamily; caption: FontFamily; display1: FontFamily; display2: FontFamily; display3: FontFamily; title1: FontFamily; title2: FontFamily; title3: FontFamily; title4: FontFamily; headline: FontFamily; label1: FontFamily; label2: FontFamily; legal: FontFamily; }` | Yes | `-` | The font family values. |
184
- | `fontSize` | `{ body: FontSize<0 \| (string & {})>; caption: FontSize<0 \| (string & {})>; display1: FontSize<0 \| (string & {})>; display2: FontSize<0 \| (string & {})>; display3: FontSize<0 \| (string & {})>; title1: FontSize<0 \| (string & {})>; title2: FontSize<0 \| (string & {})>; title3: FontSize<0 \| (string & {})>; title4: FontSize<0 \| (string & {})>; headline: FontSize<0 \| (string & {})>; label1: FontSize<0 \| (string & {})>; label2: FontSize<0 \| (string & {})>; legal: FontSize<0 \| (string & {})>; }` | Yes | `-` | The font size values. |
185
- | `fontWeight` | `{ body: FontWeight; caption: FontWeight; display1: FontWeight; display2: FontWeight; display3: FontWeight; title1: FontWeight; title2: FontWeight; title3: FontWeight; title4: FontWeight; headline: FontWeight; label1: FontWeight; label2: FontWeight; legal: FontWeight; }` | Yes | `-` | The font weight values. |
186
- | `iconSize` | `{ s: number; xs: number; m: number; l: number; }` | Yes | `-` | The icon size values. |
187
- | `lineHeight` | `{ body: LineHeight<0 \| (string & {})>; caption: LineHeight<0 \| (string & {})>; display1: LineHeight<0 \| (string & {})>; display2: LineHeight<0 \| (string & {})>; display3: LineHeight<0 \| (string & {})>; title1: LineHeight<0 \| (string & {})>; title2: LineHeight<0 \| (string & {})>; title3: LineHeight<0 \| (string & {})>; title4: LineHeight<0 \| (string & {})>; headline: LineHeight<0 \| (string & {})>; label1: LineHeight<0 \| (string & {})>; label2: LineHeight<0 \| (string & {})>; legal: LineHeight<0 \| (string & {})>; }` | Yes | `-` | The line height values. |
188
- | `shadow` | `{ elevation1: BoxShadow; elevation2: BoxShadow; }` | Yes | `-` | The shadow values. |
189
- | `space` | `{ 0: number; 5: number; 10: number; 0.25: number; 0.5: number; 0.75: number; 1: number; 1.5: number; 2: number; 3: number; 4: number; 6: number; 7: number; 8: number; 9: number; }` | Yes | `-` | The space values, used for margin and padding. |
190
- | `spectrum` | `{ blue0: string; blue100: string; blue5: string; blue10: string; blue15: string; blue20: string; blue30: string; blue40: string; blue50: string; blue60: string; blue70: string; blue80: string; blue90: string; green0: string; green100: string; green5: string; green10: string; green15: string; green20: string; green30: string; green40: string; green50: string; green60: string; green70: string; green80: string; green90: string; orange0: string; orange100: string; orange5: string; orange10: string; orange15: string; orange20: string; orange30: string; orange40: string; orange50: string; orange60: string; orange70: string; orange80: string; orange90: string; yellow0: string; yellow100: string; yellow5: string; yellow10: string; yellow15: string; yellow20: string; yellow30: string; yellow40: string; yellow50: string; yellow60: string; yellow70: string; yellow80: string; yellow90: string; gray0: string; gray100: string; gray5: string; gray10: string; gray15: string; gray20: string; gray30: string; gray40: string; gray50: string; gray60: string; gray70: string; gray80: string; gray90: string; indigo0: string; indigo100: string; indigo5: string; indigo10: string; indigo15: string; indigo20: string; indigo30: string; indigo40: string; indigo50: string; indigo60: string; indigo70: string; indigo80: string; indigo90: string; pink0: string; pink100: string; pink5: string; pink10: string; pink15: string; pink20: string; pink30: string; pink40: string; pink50: string; pink60: string; pink70: string; pink80: string; pink90: string; purple0: string; purple100: string; purple5: string; purple10: string; purple15: string; purple20: string; purple30: string; purple40: string; purple50: string; purple60: string; purple70: string; purple80: string; purple90: string; red0: string; red100: string; red5: string; red10: string; red15: string; red20: string; red30: string; red40: string; red50: string; red60: string; red70: string; red80: string; red90: string; teal0: string; teal100: string; teal5: string; teal10: string; teal15: string; teal20: string; teal30: string; teal40: string; teal50: string; teal60: string; teal70: string; teal80: string; teal90: string; chartreuse0: string; chartreuse100: string; chartreuse5: string; chartreuse10: string; chartreuse15: string; chartreuse20: string; chartreuse30: string; chartreuse40: string; chartreuse50: string; chartreuse60: string; chartreuse70: string; chartreuse80: string; chartreuse90: string; }` | Yes | `-` | The light or dark spectrum color values, as appropriate based on the activeColorScheme. |
191
- | `textTransform` | `{ body: TextTransform; caption: TextTransform; display1: TextTransform; display2: TextTransform; display3: TextTransform; title1: TextTransform; title2: TextTransform; title3: TextTransform; title4: TextTransform; headline: TextTransform; label1: TextTransform; label2: TextTransform; legal: TextTransform; }` | Yes | `-` | The text transform values. |
192
- | `darkColor` | `{ currentColor: Color; fg: Color; fgMuted: Color; fgInverse: Color; fgPrimary: Color; fgWarning: Color; fgPositive: Color; fgNegative: Color; bg: Color; bgAlternate: Color; bgInverse: Color; bgOverlay: Color; bgElevation1: Color; bgElevation2: Color; bgPrimary: Color; bgPrimaryWash: Color; bgSecondary: Color; bgTertiary: Color; bgSecondaryWash: Color; bgNegative: Color; bgNegativeWash: Color; bgPositive: Color; bgPositiveWash: Color; bgWarning: Color; bgWarningWash: Color; bgLine: Color; bgLineHeavy: Color; bgLineInverse: Color; bgLinePrimary: Color; bgLinePrimarySubtle: Color; accentSubtleRed: Color; accentBoldRed: Color; accentSubtleGreen: Color; accentBoldGreen: Color; accentSubtleBlue: Color; accentBoldBlue: Color; accentSubtlePurple: Color; accentBoldPurple: Color; accentSubtleYellow: Color; accentBoldYellow: Color; accentSubtleGray: Color; accentBoldGray: Color; transparent: Color; }` | No | `-` | The dark color palette. |
193
- | `darkSpectrum` | `{ blue0: string; blue100: string; blue5: string; blue10: string; blue15: string; blue20: string; blue30: string; blue40: string; blue50: string; blue60: string; blue70: string; blue80: string; blue90: string; green0: string; green100: string; green5: string; green10: string; green15: string; green20: string; green30: string; green40: string; green50: string; green60: string; green70: string; green80: string; green90: string; orange0: string; orange100: string; orange5: string; orange10: string; orange15: string; orange20: string; orange30: string; orange40: string; orange50: string; orange60: string; orange70: string; orange80: string; orange90: string; yellow0: string; yellow100: string; yellow5: string; yellow10: string; yellow15: string; yellow20: string; yellow30: string; yellow40: string; yellow50: string; yellow60: string; yellow70: string; yellow80: string; yellow90: string; gray0: string; gray100: string; gray5: string; gray10: string; gray15: string; gray20: string; gray30: string; gray40: string; gray50: string; gray60: string; gray70: string; gray80: string; gray90: string; indigo0: string; indigo100: string; indigo5: string; indigo10: string; indigo15: string; indigo20: string; indigo30: string; indigo40: string; indigo50: string; indigo60: string; indigo70: string; indigo80: string; indigo90: string; pink0: string; pink100: string; pink5: string; pink10: string; pink15: string; pink20: string; pink30: string; pink40: string; pink50: string; pink60: string; pink70: string; pink80: string; pink90: string; purple0: string; purple100: string; purple5: string; purple10: string; purple15: string; purple20: string; purple30: string; purple40: string; purple50: string; purple60: string; purple70: string; purple80: string; purple90: string; red0: string; red100: string; red5: string; red10: string; red15: string; red20: string; red30: string; red40: string; red50: string; red60: string; red70: string; red80: string; red90: string; teal0: string; teal100: string; teal5: string; teal10: string; teal15: string; teal20: string; teal30: string; teal40: string; teal50: string; teal60: string; teal70: string; teal80: string; teal90: string; chartreuse0: string; chartreuse100: string; chartreuse5: string; chartreuse10: string; chartreuse15: string; chartreuse20: string; chartreuse30: string; chartreuse40: string; chartreuse50: string; chartreuse60: string; chartreuse70: string; chartreuse80: string; chartreuse90: string; }` | No | `-` | The dark spectrum color values. |
194
- | `fontFamilyMono` | `{ body: FontFamily; caption: FontFamily; display1: FontFamily; display2: FontFamily; display3: FontFamily; title1: FontFamily; title2: FontFamily; title3: FontFamily; title4: FontFamily; headline: FontFamily; label1: FontFamily; label2: FontFamily; legal: FontFamily; }` | No | `-` | The font family values for monospace fonts. |
195
- | `id` | `string` | No | `-` | A unique identifier for the theme. Must be a valid CSS class name. |
196
- | `lightColor` | `{ currentColor: Color; fg: Color; fgMuted: Color; fgInverse: Color; fgPrimary: Color; fgWarning: Color; fgPositive: Color; fgNegative: Color; bg: Color; bgAlternate: Color; bgInverse: Color; bgOverlay: Color; bgElevation1: Color; bgElevation2: Color; bgPrimary: Color; bgPrimaryWash: Color; bgSecondary: Color; bgTertiary: Color; bgSecondaryWash: Color; bgNegative: Color; bgNegativeWash: Color; bgPositive: Color; bgPositiveWash: Color; bgWarning: Color; bgWarningWash: Color; bgLine: Color; bgLineHeavy: Color; bgLineInverse: Color; bgLinePrimary: Color; bgLinePrimarySubtle: Color; accentSubtleRed: Color; accentBoldRed: Color; accentSubtleGreen: Color; accentBoldGreen: Color; accentSubtleBlue: Color; accentBoldBlue: Color; accentSubtlePurple: Color; accentBoldPurple: Color; accentSubtleYellow: Color; accentBoldYellow: Color; accentSubtleGray: Color; accentBoldGray: Color; transparent: Color; }` | No | `-` | The light color palette. |
197
- | `lightSpectrum` | `{ blue0: string; blue100: string; blue5: string; blue10: string; blue15: string; blue20: string; blue30: string; blue40: string; blue50: string; blue60: string; blue70: string; blue80: string; blue90: string; green0: string; green100: string; green5: string; green10: string; green15: string; green20: string; green30: string; green40: string; green50: string; green60: string; green70: string; green80: string; green90: string; orange0: string; orange100: string; orange5: string; orange10: string; orange15: string; orange20: string; orange30: string; orange40: string; orange50: string; orange60: string; orange70: string; orange80: string; orange90: string; yellow0: string; yellow100: string; yellow5: string; yellow10: string; yellow15: string; yellow20: string; yellow30: string; yellow40: string; yellow50: string; yellow60: string; yellow70: string; yellow80: string; yellow90: string; gray0: string; gray100: string; gray5: string; gray10: string; gray15: string; gray20: string; gray30: string; gray40: string; gray50: string; gray60: string; gray70: string; gray80: string; gray90: string; indigo0: string; indigo100: string; indigo5: string; indigo10: string; indigo15: string; indigo20: string; indigo30: string; indigo40: string; indigo50: string; indigo60: string; indigo70: string; indigo80: string; indigo90: string; pink0: string; pink100: string; pink5: string; pink10: string; pink15: string; pink20: string; pink30: string; pink40: string; pink50: string; pink60: string; pink70: string; pink80: string; pink90: string; purple0: string; purple100: string; purple5: string; purple10: string; purple15: string; purple20: string; purple30: string; purple40: string; purple50: string; purple60: string; purple70: string; purple80: string; purple90: string; red0: string; red100: string; red5: string; red10: string; red15: string; red20: string; red30: string; red40: string; red50: string; red60: string; red70: string; red80: string; red90: string; teal0: string; teal100: string; teal5: string; teal10: string; teal15: string; teal20: string; teal30: string; teal40: string; teal50: string; teal60: string; teal70: string; teal80: string; teal90: string; chartreuse0: string; chartreuse100: string; chartreuse5: string; chartreuse10: string; chartreuse15: string; chartreuse20: string; chartreuse30: string; chartreuse40: string; chartreuse50: string; chartreuse60: string; chartreuse70: string; chartreuse80: string; chartreuse90: string; }` | No | `-` | The light spectrum color values. |
177
+ | `activeColorScheme` | `light \| dark` | Yes | `-` | - |
178
+ | `theme` | `ThemeConfig` | Yes | `-` | - |
179
+ | `className` | `string` | No | `-` | - |
180
+ | `display` | `grid \| ruby \| table \| string & {} \| -moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item \| run-in \| -ms-flexbox \| -ms-grid \| -webkit-flex \| flow \| ruby-base \| ruby-base-container \| ruby-text \| ruby-text-container \| table-caption \| table-cell \| table-column \| table-column-group \| table-footer-group \| table-header-group \| table-row \| table-row-group \| -ms-inline-flexbox \| -ms-inline-grid \| -webkit-inline-flex \| inline-list-item \| inline-table` | No | `-` | - |
181
+ | `motionFeatures` | `FeatureBundle \| LazyFeatureBundle` | No | `-` | - |
182
+ | `style` | `CSSProperties` | No | `-` | - |
198
183
 
199
184