@coinbase/cds-mcp-server 8.43.2 → 8.44.0
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 +4 -0
- package/mcp-docs/mobile/components/Alert.txt +1 -0
- package/mcp-docs/mobile/components/AvatarButton.txt +2 -0
- package/mcp-docs/mobile/components/Button.txt +2 -0
- package/mcp-docs/mobile/components/CheckboxCell.txt +2 -0
- package/mcp-docs/mobile/components/Chip.txt +2 -0
- package/mcp-docs/mobile/components/Collapsible.txt +7 -0
- package/mcp-docs/mobile/components/DataCard.txt +2 -0
- package/mcp-docs/mobile/components/Icon.txt +7 -0
- package/mcp-docs/mobile/components/IconButton.txt +2 -0
- package/mcp-docs/mobile/components/InputChip.txt +2 -0
- package/mcp-docs/mobile/components/MediaCard.txt +2 -0
- package/mcp-docs/mobile/components/MediaChip.txt +2 -0
- package/mcp-docs/mobile/components/MessagingCard.txt +2 -0
- package/mcp-docs/mobile/components/Modal.txt +1 -0
- package/mcp-docs/mobile/components/NudgeCard.txt +5 -0
- package/mcp-docs/mobile/components/PageFooter.txt +6 -0
- package/mcp-docs/mobile/components/PageHeader.txt +6 -0
- package/mcp-docs/mobile/components/Pressable.txt +2 -0
- package/mcp-docs/mobile/components/RadioCell.txt +2 -0
- package/mcp-docs/mobile/components/SectionHeader.txt +7 -0
- package/mcp-docs/mobile/components/SelectChip.txt +9 -5
- package/mcp-docs/mobile/components/SlideButton.txt +2 -0
- package/mcp-docs/mobile/components/Spacer.txt +3 -0
- package/mcp-docs/mobile/components/Tray.txt +717 -133
- package/mcp-docs/mobile/components/UpsellCard.txt +1 -0
- package/mcp-docs/mobile/routes.txt +1 -1
- package/mcp-docs/web/components/Alert.txt +1 -0
- package/mcp-docs/web/components/AvatarButton.txt +9 -7
- package/mcp-docs/web/components/Box.txt +6 -6
- package/mcp-docs/web/components/Button.txt +9 -7
- package/mcp-docs/web/components/CheckboxCell.txt +2 -0
- package/mcp-docs/web/components/Chip.txt +2 -0
- package/mcp-docs/web/components/Collapsible.txt +7 -0
- package/mcp-docs/web/components/ContentCard.txt +6 -6
- package/mcp-docs/web/components/ContentCardBody.txt +6 -6
- package/mcp-docs/web/components/ContentCardFooter.txt +6 -6
- package/mcp-docs/web/components/ContentCardHeader.txt +6 -6
- package/mcp-docs/web/components/ContentCell.txt +6 -6
- package/mcp-docs/web/components/DataCard.txt +2 -0
- package/mcp-docs/web/components/Fallback.txt +6 -6
- package/mcp-docs/web/components/FullscreenModal.txt +1 -0
- package/mcp-docs/web/components/FullscreenModalLayout.txt +1 -0
- package/mcp-docs/web/components/Grid.txt +6 -6
- package/mcp-docs/web/components/GridColumn.txt +6 -6
- package/mcp-docs/web/components/HStack.txt +6 -6
- package/mcp-docs/web/components/IconButton.txt +9 -7
- package/mcp-docs/web/components/InputChip.txt +2 -0
- package/mcp-docs/web/components/Interactable.txt +7 -7
- package/mcp-docs/web/components/Link.txt +8 -6
- package/mcp-docs/web/components/ListCell.txt +6 -6
- package/mcp-docs/web/components/MediaCard.txt +2 -0
- package/mcp-docs/web/components/MediaChip.txt +2 -0
- package/mcp-docs/web/components/MessagingCard.txt +2 -0
- package/mcp-docs/web/components/Modal.txt +1 -0
- package/mcp-docs/web/components/MultiContentModule.txt +6 -6
- package/mcp-docs/web/components/PageFooter.txt +6 -0
- package/mcp-docs/web/components/PageHeader.txt +6 -0
- package/mcp-docs/web/components/Pressable.txt +9 -7
- package/mcp-docs/web/components/RadioCell.txt +2 -0
- package/mcp-docs/web/components/RollingNumber.txt +6 -6
- package/mcp-docs/web/components/SelectChip.txt +2 -0
- package/mcp-docs/web/components/SidebarItem.txt +2 -0
- package/mcp-docs/web/components/Spacer.txt +6 -6
- package/mcp-docs/web/components/Text.txt +6 -6
- package/mcp-docs/web/components/TileButton.txt +9 -7
- package/mcp-docs/web/components/Tray.txt +1032 -155
- package/mcp-docs/web/components/UpsellCard.txt +1 -0
- package/mcp-docs/web/components/VStack.txt +6 -6
- package/mcp-docs/web/routes.txt +1 -1
- package/package.json +1 -1
|
@@ -75,7 +75,7 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
|
|
|
75
75
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
76
76
|
| `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
|
|
77
77
|
| `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. |
|
|
78
|
-
| `aria-autocomplete` | `none \|
|
|
78
|
+
| `aria-autocomplete` | `none \| inline \| list \| 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. |
|
|
79
79
|
| `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
|
|
80
80
|
| `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. |
|
|
81
81
|
| `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
|
|
@@ -85,7 +85,7 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
|
|
|
85
85
|
| `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
|
|
86
86
|
| `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
|
|
87
87
|
| `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
|
|
88
|
-
| `aria-current` | `boolean \| time \| true \| false \| page \| step \|
|
|
88
|
+
| `aria-current` | `boolean \| time \| location \| true \| false \| page \| step \| date \| undefined` | No | `-` | Indicates the element that represents the current item within a container or set of related elements. |
|
|
89
89
|
| `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
|
|
90
90
|
| `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
|
|
91
91
|
| `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
|
|
@@ -112,7 +112,7 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
|
|
|
112
112
|
| `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. |
|
|
113
113
|
| `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
|
|
114
114
|
| `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
|
|
115
|
-
| `aria-relevant` | `text \| additions \| additions removals \| additions text \|
|
|
115
|
+
| `aria-relevant` | `text \| all \| additions \| additions removals \| additions text \| 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. |
|
|
116
116
|
| `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
|
|
117
117
|
| `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
|
|
118
118
|
| `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
|
|
@@ -128,7 +128,7 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
|
|
|
128
128
|
| `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
|
|
129
129
|
| `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. |
|
|
130
130
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
131
|
-
| `autoCapitalize` | `
|
|
131
|
+
| `autoCapitalize` | `(string & {}) \| none \| off \| on \| sentences \| words \| characters \| undefined` | No | `-` | - |
|
|
132
132
|
| `autoCorrect` | `string \| undefined` | No | `-` | - |
|
|
133
133
|
| `autoFocus` | `boolean \| undefined` | No | `-` | - |
|
|
134
134
|
| `autoSave` | `string \| undefined` | No | `-` | - |
|
|
@@ -157,7 +157,7 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
|
|
|
157
157
|
| `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 | `-` | - |
|
|
158
158
|
| `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
159
159
|
| `content` | `string \| undefined` | No | `-` | - |
|
|
160
|
-
| `contentEditable` | `
|
|
160
|
+
| `contentEditable` | `inherit \| Booleanish \| plaintext-only \| undefined` | No | `-` | - |
|
|
161
161
|
| `contextMenu` | `string \| undefined` | No | `-` | - |
|
|
162
162
|
| `dangerouslySetBackground` | `string` | No | `-` | - |
|
|
163
163
|
| `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
|
|
@@ -199,7 +199,7 @@ import { Spacer } from '@coinbase/cds-web/layout/Spacer'
|
|
|
199
199
|
| `horizontal` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | Space in the horizontal direction |
|
|
200
200
|
| `id` | `string \| undefined` | No | `-` | - |
|
|
201
201
|
| `inlist` | `any` | No | `-` | - |
|
|
202
|
-
| `inputMode` | `search \| text \| none \|
|
|
202
|
+
| `inputMode` | `search \| text \| none \| email \| tel \| url \| numeric \| decimal \| undefined` | No | `-` | Hints at the type of data that might be entered by the user while editing the element or its contents |
|
|
203
203
|
| `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
|
|
204
204
|
| `itemID` | `string \| undefined` | No | `-` | - |
|
|
205
205
|
| `itemProp` | `string \| undefined` | No | `-` | - |
|
|
@@ -131,7 +131,7 @@ In a nutshell, you can reference the following for the most common text semantic
|
|
|
131
131
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
132
132
|
| `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
|
|
133
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 \|
|
|
134
|
+
| `aria-autocomplete` | `none \| inline \| list \| 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
135
|
| `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
|
|
136
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
137
|
| `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
|
|
@@ -141,7 +141,7 @@ In a nutshell, you can reference the following for the most common text semantic
|
|
|
141
141
|
| `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
|
|
142
142
|
| `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
|
|
143
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 \| time \| true \| false \| page \| step \|
|
|
144
|
+
| `aria-current` | `boolean \| time \| location \| true \| false \| page \| step \| date \| undefined` | No | `-` | Indicates the element that represents the current item within a container or set of related elements. |
|
|
145
145
|
| `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
|
|
146
146
|
| `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
|
|
147
147
|
| `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
|
|
@@ -168,7 +168,7 @@ In a nutshell, you can reference the following for the most common text semantic
|
|
|
168
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
169
|
| `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
|
|
170
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 \|
|
|
171
|
+
| `aria-relevant` | `text \| all \| additions \| additions removals \| additions text \| 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
172
|
| `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
|
|
173
173
|
| `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
|
|
174
174
|
| `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
|
|
@@ -184,7 +184,7 @@ In a nutshell, you can reference the following for the most common text semantic
|
|
|
184
184
|
| `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
|
|
185
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. |
|
|
186
186
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
187
|
-
| `autoCapitalize` | `
|
|
187
|
+
| `autoCapitalize` | `(string & {}) \| none \| off \| on \| sentences \| words \| characters \| undefined` | No | `-` | - |
|
|
188
188
|
| `autoCorrect` | `string \| undefined` | No | `-` | - |
|
|
189
189
|
| `autoFocus` | `boolean \| undefined` | No | `-` | - |
|
|
190
190
|
| `autoSave` | `string \| undefined` | No | `-` | - |
|
|
@@ -213,7 +213,7 @@ In a nutshell, you can reference the following for the most common text semantic
|
|
|
213
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 | `-` | - |
|
|
214
214
|
| `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
215
215
|
| `content` | `string \| undefined` | No | `-` | - |
|
|
216
|
-
| `contentEditable` | `
|
|
216
|
+
| `contentEditable` | `inherit \| Booleanish \| plaintext-only \| undefined` | No | `-` | - |
|
|
217
217
|
| `contextMenu` | `string \| undefined` | No | `-` | - |
|
|
218
218
|
| `dangerouslySetBackground` | `string` | No | `-` | - |
|
|
219
219
|
| `dangerouslySetColor` | `string` | No | `-` | - |
|
|
@@ -256,7 +256,7 @@ In a nutshell, you can reference the following for the most common text semantic
|
|
|
256
256
|
| `hidden` | `boolean \| undefined` | No | `-` | - |
|
|
257
257
|
| `id` | `string \| undefined` | No | `-` | - |
|
|
258
258
|
| `inlist` | `any` | No | `-` | - |
|
|
259
|
-
| `inputMode` | `search \| text \| none \|
|
|
259
|
+
| `inputMode` | `search \| text \| none \| email \| tel \| url \| 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
260
|
| `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
|
|
261
261
|
| `itemID` | `string \| undefined` | No | `-` | - |
|
|
262
262
|
| `itemProp` | `string \| undefined` | No | `-` | - |
|
|
@@ -53,9 +53,10 @@ import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
|
|
|
53
53
|
| `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
54
54
|
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
55
55
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
56
|
+
| `analyticsId` | `string` | No | `-` | - |
|
|
56
57
|
| `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
|
|
57
58
|
| `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. |
|
|
58
|
-
| `aria-autocomplete` | `none \|
|
|
59
|
+
| `aria-autocomplete` | `none \| inline \| list \| 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. |
|
|
59
60
|
| `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
|
|
60
61
|
| `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. |
|
|
61
62
|
| `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
|
|
@@ -65,7 +66,7 @@ import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
|
|
|
65
66
|
| `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
|
|
66
67
|
| `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
|
|
67
68
|
| `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
|
|
68
|
-
| `aria-current` | `boolean \| time \| true \| false \| page \| step \|
|
|
69
|
+
| `aria-current` | `boolean \| time \| location \| true \| false \| page \| step \| date \| undefined` | No | `-` | Indicates the element that represents the current item within a container or set of related elements. |
|
|
69
70
|
| `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
|
|
70
71
|
| `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
|
|
71
72
|
| `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
|
|
@@ -92,7 +93,7 @@ import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
|
|
|
92
93
|
| `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. |
|
|
93
94
|
| `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
|
|
94
95
|
| `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
|
|
95
|
-
| `aria-relevant` | `text \| additions \| additions removals \| additions text \|
|
|
96
|
+
| `aria-relevant` | `text \| all \| additions \| additions removals \| additions text \| 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. |
|
|
96
97
|
| `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
|
|
97
98
|
| `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
|
|
98
99
|
| `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
|
|
@@ -108,7 +109,7 @@ import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
|
|
|
108
109
|
| `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
|
|
109
110
|
| `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 | `button` | 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. |
|
|
110
111
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
111
|
-
| `autoCapitalize` | `
|
|
112
|
+
| `autoCapitalize` | `(string & {}) \| none \| off \| on \| sentences \| words \| characters \| undefined` | No | `-` | - |
|
|
112
113
|
| `autoCorrect` | `string \| undefined` | No | `-` | - |
|
|
113
114
|
| `autoFocus` | `boolean \| undefined` | No | `-` | - |
|
|
114
115
|
| `autoSave` | `string \| undefined` | No | `-` | - |
|
|
@@ -139,7 +140,7 @@ import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
|
|
|
139
140
|
| `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 | `-` | - |
|
|
140
141
|
| `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
141
142
|
| `content` | `string \| undefined` | No | `-` | - |
|
|
142
|
-
| `contentEditable` | `
|
|
143
|
+
| `contentEditable` | `inherit \| Booleanish \| plaintext-only \| undefined` | No | `-` | - |
|
|
143
144
|
| `contextMenu` | `string \| undefined` | No | `-` | - |
|
|
144
145
|
| `count` | `number` | No | `-` | Surfaces a DotCount around the content |
|
|
145
146
|
| `dangerouslySetBackground` | `string` | No | `-` | - |
|
|
@@ -153,6 +154,7 @@ import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
|
|
|
153
154
|
| `draggable` | `Booleanish \| undefined` | No | `-` | - |
|
|
154
155
|
| `elevation` | `0 \| 1 \| 2` | No | `-` | - |
|
|
155
156
|
| `enterKeyHint` | `search \| enter \| done \| go \| next \| previous \| send \| undefined` | No | `-` | - |
|
|
157
|
+
| `eventConfig` | `EventHandlerCustomConfig` | No | `-` | - |
|
|
156
158
|
| `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
|
|
157
159
|
| `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
|
|
158
160
|
| `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
@@ -189,7 +191,7 @@ import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
|
|
|
189
191
|
| `hidden` | `boolean \| undefined` | No | `-` | - |
|
|
190
192
|
| `id` | `string \| undefined` | No | `-` | - |
|
|
191
193
|
| `inlist` | `any` | No | `-` | - |
|
|
192
|
-
| `inputMode` | `search \| text \| none \|
|
|
194
|
+
| `inputMode` | `search \| text \| none \| email \| tel \| url \| numeric \| decimal \| undefined` | No | `-` | Hints at the type of data that might be entered by the user while editing the element or its contents |
|
|
193
195
|
| `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
|
|
194
196
|
| `itemID` | `string \| undefined` | No | `-` | - |
|
|
195
197
|
| `itemProp` | `string \| undefined` | No | `-` | - |
|
|
@@ -415,7 +417,7 @@ import { TileButton } from '@coinbase/cds-web/buttons/TileButton'
|
|
|
415
417
|
| `translate` | `yes \| no \| undefined` | No | `-` | - |
|
|
416
418
|
| `transparentWhileInactive` | `boolean` | No | `-` | Mark the background and border as transparent until the element is interacted with (hovered, pressed, etc). Must be used in conjunction with the pressed prop |
|
|
417
419
|
| `transparentWhilePressed` | `boolean` | No | `-` | Mark the background and border as transparent even while element is interacted with (elevation underlay issue). Must be used in conjunction with the pressed prop |
|
|
418
|
-
| `type` | `button \|
|
|
420
|
+
| `type` | `button \| reset \| submit \| undefined` | No | `-` | - |
|
|
419
421
|
| `typeof` | `string \| undefined` | No | `-` | - |
|
|
420
422
|
| `unselectable` | `off \| on \| undefined` | No | `-` | - |
|
|
421
423
|
| `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
|