@coinbase/cds-mcp-server 8.21.8 → 8.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/mcp-docs/mobile/components/AreaChart.txt +39 -37
- package/mcp-docs/mobile/components/Avatar.txt +18 -18
- package/mcp-docs/mobile/components/AvatarButton.txt +19 -19
- package/mcp-docs/mobile/components/Banner.txt +62 -23
- package/mcp-docs/mobile/components/BarChart.txt +37 -35
- package/mcp-docs/mobile/components/Box.txt +18 -18
- package/mcp-docs/mobile/components/BrowserBar.txt +18 -18
- package/mcp-docs/mobile/components/Button.txt +19 -19
- package/mcp-docs/mobile/components/Carousel.txt +18 -18
- package/mcp-docs/mobile/components/CartesianChart.txt +75 -44
- package/mcp-docs/mobile/components/CheckboxCell.txt +19 -19
- package/mcp-docs/mobile/components/Chip.txt +20 -20
- package/mcp-docs/mobile/components/Coachmark.txt +18 -18
- package/mcp-docs/mobile/components/ContentCard.txt +18 -18
- package/mcp-docs/mobile/components/ContentCardBody.txt +18 -18
- package/mcp-docs/mobile/components/ContentCardFooter.txt +18 -18
- package/mcp-docs/mobile/components/ContentCardHeader.txt +18 -18
- package/mcp-docs/mobile/components/ContentCell.txt +18 -18
- package/mcp-docs/mobile/components/ControlGroup.txt +18 -18
- package/mcp-docs/mobile/components/DatePicker.txt +1 -1
- package/mcp-docs/mobile/components/Divider.txt +18 -18
- package/mcp-docs/mobile/components/DotCount.txt +1 -1
- package/mcp-docs/mobile/components/DotSymbol.txt +2 -2
- package/mcp-docs/mobile/components/Fallback.txt +18 -18
- package/mcp-docs/mobile/components/HStack.txt +18 -18
- package/mcp-docs/mobile/components/Icon.txt +6 -0
- package/mcp-docs/mobile/components/IconButton.txt +19 -19
- package/mcp-docs/mobile/components/InputChip.txt +20 -20
- package/mcp-docs/mobile/components/Interactable.txt +19 -19
- package/mcp-docs/mobile/components/LineChart.txt +1608 -898
- package/mcp-docs/mobile/components/Link.txt +18 -18
- package/mcp-docs/mobile/components/ListCell.txt +37 -19
- package/mcp-docs/mobile/components/Lottie.txt +18 -18
- package/mcp-docs/mobile/components/MediaChip.txt +20 -20
- package/mcp-docs/mobile/components/MultiContentModule.txt +18 -18
- package/mcp-docs/mobile/components/NavigationTitle.txt +18 -18
- package/mcp-docs/mobile/components/NavigationTitleSelect.txt +18 -18
- package/mcp-docs/mobile/components/Numpad.txt +18 -18
- package/mcp-docs/mobile/components/Overlay.txt +18 -18
- package/mcp-docs/mobile/components/PageFooter.txt +17 -17
- package/mcp-docs/mobile/components/PageHeader.txt +17 -17
- package/mcp-docs/mobile/components/PeriodSelector.txt +26 -26
- package/mcp-docs/mobile/components/Point.txt +203 -98
- package/mcp-docs/mobile/components/Pressable.txt +19 -19
- package/mcp-docs/mobile/components/ProgressBar.txt +1 -1
- package/mcp-docs/mobile/components/ProgressBarWithFixedLabels.txt +1 -1
- package/mcp-docs/mobile/components/ProgressBarWithFloatLabel.txt +1 -1
- package/mcp-docs/mobile/components/ProgressCircle.txt +1 -1
- package/mcp-docs/mobile/components/RadioCell.txt +19 -19
- package/mcp-docs/mobile/components/ReferenceLine.txt +197 -54
- package/mcp-docs/mobile/components/RollingNumber.txt +18 -18
- package/mcp-docs/mobile/components/Scrubber.txt +597 -79
- package/mcp-docs/mobile/components/SegmentedTabs.txt +18 -18
- package/mcp-docs/mobile/components/SelectAlpha.txt +1 -1
- package/mcp-docs/mobile/components/SelectChip.txt +20 -20
- package/mcp-docs/mobile/components/SlideButton.txt +19 -19
- package/mcp-docs/mobile/components/Spacer.txt +6 -6
- package/mcp-docs/mobile/components/SparklineInteractive.txt +3 -3
- package/mcp-docs/mobile/components/Spinner.txt +1 -1
- package/mcp-docs/mobile/components/Stepper.txt +18 -18
- package/mcp-docs/mobile/components/TabLabel.txt +18 -18
- package/mcp-docs/mobile/components/TabNavigation.txt +18 -18
- package/mcp-docs/mobile/components/TabbedChips.txt +18 -18
- package/mcp-docs/mobile/components/TabbedChipsAlpha.txt +1 -1
- package/mcp-docs/mobile/components/Tabs.txt +18 -18
- package/mcp-docs/mobile/components/Tag.txt +18 -18
- package/mcp-docs/mobile/components/Text.txt +18 -18
- package/mcp-docs/mobile/components/Toast.txt +18 -18
- package/mcp-docs/mobile/components/Tooltip.txt +17 -1
- package/mcp-docs/mobile/components/TopNavBar.txt +18 -18
- package/mcp-docs/mobile/components/VStack.txt +18 -18
- package/mcp-docs/mobile/components/XAxis.txt +86 -24
- package/mcp-docs/mobile/components/YAxis.txt +75 -17
- package/mcp-docs/mobile/routes.txt +1 -1
- package/mcp-docs/web/components/AreaChart.txt +523 -301
- package/mcp-docs/web/components/Avatar.txt +27 -27
- package/mcp-docs/web/components/AvatarButton.txt +28 -28
- package/mcp-docs/web/components/Banner.txt +71 -32
- package/mcp-docs/web/components/BarChart.txt +182 -313
- package/mcp-docs/web/components/Box.txt +28 -28
- package/mcp-docs/web/components/Button.txt +28 -28
- package/mcp-docs/web/components/Calendar.txt +27 -27
- package/mcp-docs/web/components/Carousel.txt +27 -27
- package/mcp-docs/web/components/CartesianChart.txt +62 -309
- package/mcp-docs/web/components/CheckboxCell.txt +25 -25
- package/mcp-docs/web/components/Chip.txt +27 -27
- package/mcp-docs/web/components/Coachmark.txt +27 -27
- package/mcp-docs/web/components/ContainedAssetCard.txt +27 -27
- package/mcp-docs/web/components/ContentCard.txt +28 -28
- package/mcp-docs/web/components/ContentCardBody.txt +28 -28
- package/mcp-docs/web/components/ContentCardFooter.txt +28 -28
- package/mcp-docs/web/components/ContentCardHeader.txt +28 -28
- package/mcp-docs/web/components/ContentCell.txt +28 -28
- package/mcp-docs/web/components/ControlGroup.txt +27 -27
- package/mcp-docs/web/components/Divider.txt +27 -27
- package/mcp-docs/web/components/Fallback.txt +28 -28
- package/mcp-docs/web/components/FloatingAssetCard.txt +27 -27
- package/mcp-docs/web/components/Grid.txt +28 -28
- package/mcp-docs/web/components/GridColumn.txt +27 -27
- package/mcp-docs/web/components/HStack.txt +28 -28
- package/mcp-docs/web/components/Icon.txt +27 -27
- package/mcp-docs/web/components/IconButton.txt +28 -28
- package/mcp-docs/web/components/InputChip.txt +27 -27
- package/mcp-docs/web/components/Interactable.txt +28 -28
- package/mcp-docs/web/components/LineChart.txt +1598 -1116
- package/mcp-docs/web/components/Link.txt +28 -28
- package/mcp-docs/web/components/ListCell.txt +48 -30
- package/mcp-docs/web/components/Lottie.txt +27 -27
- package/mcp-docs/web/components/MediaChip.txt +27 -27
- package/mcp-docs/web/components/Modal.txt +27 -27
- package/mcp-docs/web/components/ModalBody.txt +27 -27
- package/mcp-docs/web/components/ModalFooter.txt +27 -27
- package/mcp-docs/web/components/ModalHeader.txt +27 -27
- package/mcp-docs/web/components/MultiContentModule.txt +28 -28
- package/mcp-docs/web/components/NavigationBar.txt +5 -5
- package/mcp-docs/web/components/NudgeCard.txt +27 -27
- package/mcp-docs/web/components/Overlay.txt +27 -27
- package/mcp-docs/web/components/PageFooter.txt +26 -26
- package/mcp-docs/web/components/PageHeader.txt +26 -26
- package/mcp-docs/web/components/Pagination.txt +27 -27
- package/mcp-docs/web/components/PeriodSelector.txt +49 -49
- package/mcp-docs/web/components/Point.txt +228 -79
- package/mcp-docs/web/components/Pressable.txt +28 -28
- package/mcp-docs/web/components/RadioCell.txt +25 -25
- package/mcp-docs/web/components/ReferenceLine.txt +208 -60
- package/mcp-docs/web/components/RemoteImage.txt +26 -26
- package/mcp-docs/web/components/RollingNumber.txt +28 -28
- package/mcp-docs/web/components/Scrubber.txt +463 -68
- package/mcp-docs/web/components/SectionHeader.txt +27 -27
- package/mcp-docs/web/components/SegmentedTabs.txt +27 -27
- package/mcp-docs/web/components/SelectChip.txt +27 -27
- package/mcp-docs/web/components/SelectOption.txt +27 -27
- package/mcp-docs/web/components/Sidebar.txt +27 -27
- package/mcp-docs/web/components/SidebarItem.txt +27 -27
- package/mcp-docs/web/components/Spacer.txt +34 -34
- package/mcp-docs/web/components/SparklineInteractive.txt +1 -1
- package/mcp-docs/web/components/Spinner.txt +27 -27
- package/mcp-docs/web/components/Stepper.txt +27 -27
- package/mcp-docs/web/components/TabLabel.txt +27 -27
- package/mcp-docs/web/components/TabNavigation.txt +26 -26
- package/mcp-docs/web/components/TabbedChips.txt +26 -26
- package/mcp-docs/web/components/TabbedChipsAlpha.txt +1 -1
- package/mcp-docs/web/components/Tabs.txt +27 -27
- package/mcp-docs/web/components/Tag.txt +27 -27
- package/mcp-docs/web/components/Text.txt +28 -28
- package/mcp-docs/web/components/TileButton.txt +28 -28
- package/mcp-docs/web/components/Toast.txt +27 -27
- package/mcp-docs/web/components/Tooltip.txt +17 -1
- package/mcp-docs/web/components/VStack.txt +28 -28
- package/mcp-docs/web/components/XAxis.txt +86 -22
- package/mcp-docs/web/components/YAxis.txt +133 -89
- package/package.json +1 -1
|
@@ -27,7 +27,6 @@ CartesianChart is a customizable, SVG based component that can be used to displa
|
|
|
27
27
|
data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
|
|
28
28
|
},
|
|
29
29
|
]}
|
|
30
|
-
curve="monotone"
|
|
31
30
|
showYAxis
|
|
32
31
|
yAxis={{
|
|
33
32
|
showGrid: true,
|
|
@@ -60,7 +59,6 @@ CartesianChart is a customizable, SVG based component that can be used to displa
|
|
|
60
59
|
data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
|
|
61
60
|
},
|
|
62
61
|
]}
|
|
63
|
-
curve="monotone"
|
|
64
62
|
showYAxis
|
|
65
63
|
showArea
|
|
66
64
|
yAxis={{
|
|
@@ -137,8 +135,8 @@ function ForecastedPrice() {
|
|
|
137
135
|
}}
|
|
138
136
|
>
|
|
139
137
|
<ForecastRect startIndex={7} endIndex={13} />
|
|
140
|
-
<Area seriesId="variance" type="solid"
|
|
141
|
-
<Line seriesId="prices"
|
|
138
|
+
<Area seriesId="variance" type="solid" fillOpacity={0.3} />
|
|
139
|
+
<Line seriesId="prices" />
|
|
142
140
|
</CartesianChart>
|
|
143
141
|
);
|
|
144
142
|
}
|
|
@@ -222,7 +220,7 @@ You can provide a `stackId` to stack series together.
|
|
|
222
220
|
color: 'var(--color-accentBoldPurple)',
|
|
223
221
|
},
|
|
224
222
|
]}
|
|
225
|
-
|
|
223
|
+
|
|
226
224
|
showYAxis
|
|
227
225
|
yAxis={{
|
|
228
226
|
showGrid: true,
|
|
@@ -292,7 +290,7 @@ const formatPrice = useCallback((dataIndex: number) => {
|
|
|
292
290
|
},
|
|
293
291
|
]}
|
|
294
292
|
yAxis={{ domainLimit: 'strict' }}
|
|
295
|
-
|
|
293
|
+
|
|
296
294
|
showArea
|
|
297
295
|
style={{ border: '2px solid var(--color-fgPrimary)' }}
|
|
298
296
|
/>
|
|
@@ -310,7 +308,7 @@ const formatPrice = useCallback((dataIndex: number) => {
|
|
|
310
308
|
},
|
|
311
309
|
]}
|
|
312
310
|
yAxis={{ domainLimit: 'strict' }}
|
|
313
|
-
|
|
311
|
+
|
|
314
312
|
showArea
|
|
315
313
|
style={{ border: '2px solid var(--color-fgPrimary)' }}
|
|
316
314
|
>
|
|
@@ -329,7 +327,7 @@ const formatPrice = useCallback((dataIndex: number) => {
|
|
|
329
327
|
},
|
|
330
328
|
]}
|
|
331
329
|
yAxis={{ domainLimit: 'strict' }}
|
|
332
|
-
|
|
330
|
+
|
|
333
331
|
showArea
|
|
334
332
|
style={{ border: '2px solid var(--color-fgPrimary)' }}
|
|
335
333
|
>
|
|
@@ -366,7 +364,7 @@ function Scrubbing() {
|
|
|
366
364
|
data: [10, 22, 29, 45, 98, 45, 22, 52, 21, 4, 68, 20, 21, 58],
|
|
367
365
|
},
|
|
368
366
|
]}
|
|
369
|
-
|
|
367
|
+
|
|
370
368
|
showYAxis
|
|
371
369
|
showArea
|
|
372
370
|
yAxis={{
|
|
@@ -496,7 +494,7 @@ function PriceWithVolume() {
|
|
|
496
494
|
>
|
|
497
495
|
<YAxis axisId="price" showGrid tickLabelFormatter={formatPriceInThousands} width={48} GridLineComponent={ThinSolidLine} />
|
|
498
496
|
<BarPlot seriesIds={['volume']} />
|
|
499
|
-
<Line seriesId="prices"
|
|
497
|
+
<Line seriesId="prices" showArea />
|
|
500
498
|
<Scrubber seriesIds={['prices']} />
|
|
501
499
|
</CartesianChart>
|
|
502
500
|
</VStack>
|
|
@@ -606,7 +604,6 @@ function EarningsHistory() {
|
|
|
606
604
|
return (
|
|
607
605
|
<VStack gap={0.5}>
|
|
608
606
|
<CartesianChart
|
|
609
|
-
overflow="visible"
|
|
610
607
|
animate={false}
|
|
611
608
|
height={250}
|
|
612
609
|
padding={0}
|
|
@@ -680,7 +677,7 @@ function TradingTrends() {
|
|
|
680
677
|
<XAxis />
|
|
681
678
|
<ReferenceLine LineComponent={ThickSolidLine} dataY={0} yAxisId="profit" stroke="rgb(var(--gray15))" />
|
|
682
679
|
<BarPlot seriesIds={['gains', 'losses']} />
|
|
683
|
-
<Line seriesId="revenue"
|
|
680
|
+
<Line seriesId="revenue" showArea />
|
|
684
681
|
</CartesianChart>
|
|
685
682
|
);
|
|
686
683
|
}
|
|
@@ -690,32 +687,13 @@ function TradingTrends() {
|
|
|
690
687
|
|
|
691
688
|
| Prop | Type | Required | Default | Description |
|
|
692
689
|
| --- | --- | --- | --- | --- |
|
|
693
|
-
| `
|
|
694
|
-
| `
|
|
695
|
-
| `
|
|
696
|
-
| `alignContent` | `ResponsiveProp<center \| end \| normal \| start \| flex-start \| flex-end \| space-between \| space-around \| space-evenly \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
697
|
-
| `alignItems` | `ResponsiveProp<center \| end \| normal \| start \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| self-start \| self-end>` | No | `-` | - |
|
|
698
|
-
| `alignSelf` | `ResponsiveProp<center \| end \| normal \| auto \| start \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| self-start \| self-end>` | No | `-` | - |
|
|
699
|
-
| `alignmentBaseline` | `alphabetic \| hanging \| ideographic \| mathematical \| inherit \| auto \| baseline \| before-edge \| text-before-edge \| middle \| central \| after-edge \| text-after-edge` | No | `-` | - |
|
|
700
|
-
| `allowReorder` | `no \| yes` | No | `-` | - |
|
|
701
|
-
| `alphabetic` | `string \| number` | No | `-` | - |
|
|
702
|
-
| `amplitude` | `string \| number` | No | `-` | - |
|
|
690
|
+
| `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| space-between \| space-around \| space-evenly \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
691
|
+
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| self-start \| self-end>` | No | `-` | - |
|
|
692
|
+
| `alignSelf` | `ResponsiveProp<center \| auto \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| self-start \| self-end>` | No | `-` | - |
|
|
703
693
|
| `animate` | `boolean` | No | `true` | Whether to animate the chart. |
|
|
704
|
-
| `
|
|
705
|
-
| `
|
|
706
|
-
| `ascent` | `string \| number` | No | `-` | - |
|
|
707
|
-
| `aspectRatio` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
|
|
708
|
-
| `attributeName` | `string` | No | `-` | - |
|
|
709
|
-
| `attributeType` | `string` | No | `-` | - |
|
|
710
|
-
| `autoReverse` | `false \| true \| true \| false` | No | `-` | - |
|
|
711
|
-
| `azimuth` | `string \| number` | No | `-` | - |
|
|
694
|
+
| `as` | `div` | No | `-` | - |
|
|
695
|
+
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
712
696
|
| `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 | `-` | - |
|
|
713
|
-
| `baseFrequency` | `string \| number` | No | `-` | - |
|
|
714
|
-
| `baseProfile` | `string \| number` | No | `-` | - |
|
|
715
|
-
| `baselineShift` | `string \| number` | No | `-` | - |
|
|
716
|
-
| `bbox` | `string \| number` | No | `-` | - |
|
|
717
|
-
| `begin` | `string \| number` | No | `-` | - |
|
|
718
|
-
| `bias` | `string \| number` | No | `-` | - |
|
|
719
697
|
| `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
|
|
720
698
|
| `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
|
|
721
699
|
| `borderBottomWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
|
|
@@ -735,310 +713,85 @@ function TradingTrends() {
|
|
|
735
713
|
| `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
|
|
736
714
|
| `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
|
|
737
715
|
| `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
|
|
738
|
-
| `
|
|
739
|
-
| `calcMode` | `string \| number` | No | `-` | - |
|
|
740
|
-
| `capHeight` | `string \| number` | No | `-` | - |
|
|
741
|
-
| `className` | `string` | No | `-` | - |
|
|
742
|
-
| `clip` | `string \| number` | No | `-` | - |
|
|
743
|
-
| `clipPath` | `string` | No | `-` | - |
|
|
744
|
-
| `clipPathUnits` | `string \| number` | No | `-` | - |
|
|
745
|
-
| `clipRule` | `string \| number` | No | `-` | - |
|
|
716
|
+
| `classNames` | `{ root?: string; chart?: string \| undefined; } \| undefined` | No | `-` | Custom class names for the component. |
|
|
746
717
|
| `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 | `-` | - |
|
|
747
|
-
| `
|
|
748
|
-
| `colorInterpolationFilters` | `inherit \| auto \| sRGB \| linearRGB` | No | `-` | - |
|
|
749
|
-
| `colorProfile` | `string \| number` | No | `-` | - |
|
|
750
|
-
| `colorRendering` | `string \| number` | No | `-` | - |
|
|
751
|
-
| `columnGap` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
752
|
-
| `contentScriptType` | `string \| number` | No | `-` | - |
|
|
753
|
-
| `contentStyleType` | `string \| number` | No | `-` | - |
|
|
754
|
-
| `crossOrigin` | ` \| anonymous \| use-credentials` | No | `-` | - |
|
|
755
|
-
| `cursor` | `string \| number` | No | `-` | - |
|
|
756
|
-
| `cx` | `string \| number` | No | `-` | - |
|
|
757
|
-
| `cy` | `string \| number` | No | `-` | - |
|
|
758
|
-
| `d` | `string` | No | `-` | - |
|
|
718
|
+
| `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
759
719
|
| `dangerouslySetBackground` | `string` | No | `-` | - |
|
|
760
|
-
| `
|
|
761
|
-
| `descent` | `string \| number` | No | `-` | - |
|
|
762
|
-
| `diffuseConstant` | `string \| number` | No | `-` | - |
|
|
763
|
-
| `direction` | `string \| number` | No | `-` | - |
|
|
764
|
-
| `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
|
|
765
|
-
| `divisor` | `string \| number` | No | `-` | - |
|
|
766
|
-
| `dominantBaseline` | `string \| number` | No | `-` | - |
|
|
767
|
-
| `dur` | `string \| number` | No | `-` | - |
|
|
768
|
-
| `dx` | `string \| number` | No | `-` | - |
|
|
769
|
-
| `dy` | `string \| number` | No | `-` | - |
|
|
770
|
-
| `edgeMode` | `string \| number` | No | `-` | - |
|
|
720
|
+
| `display` | `ResponsiveProp<grid \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| revert \| list-item>` | No | `-` | - |
|
|
771
721
|
| `elevation` | `0 \| 1 \| 2` | No | `-` | - |
|
|
772
|
-
| `enableBackground` | `string \| number` | No | `-` | - |
|
|
773
722
|
| `enableScrubbing` | `boolean` | No | `-` | Enables scrubbing interactions. When true, allows scrubbing and makes scrubber components interactive. |
|
|
774
|
-
| `end` | `string \| number` | No | `-` | - |
|
|
775
|
-
| `exponent` | `string \| number` | No | `-` | - |
|
|
776
|
-
| `externalResourcesRequired` | `false \| true \| true \| false` | No | `-` | - |
|
|
777
|
-
| `fill` | `string` | No | `-` | - |
|
|
778
|
-
| `fillOpacity` | `string \| number` | No | `-` | - |
|
|
779
|
-
| `fillRule` | `inherit \| nonzero \| evenodd` | No | `-` | - |
|
|
780
|
-
| `filter` | `string` | No | `-` | - |
|
|
781
|
-
| `filterRes` | `string \| number` | No | `-` | - |
|
|
782
|
-
| `filterUnits` | `string \| number` | No | `-` | - |
|
|
783
723
|
| `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
|
|
784
724
|
| `flexDirection` | `ResponsiveProp<row \| row-reverse \| column \| column-reverse>` | No | `-` | - |
|
|
785
|
-
| `flexGrow` |
|
|
786
|
-
| `flexShrink` |
|
|
725
|
+
| `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
726
|
+
| `flexShrink` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
787
727
|
| `flexWrap` | `ResponsiveProp<nowrap \| wrap \| wrap-reverse>` | No | `-` | - |
|
|
788
|
-
| `floodColor` | `string \| number` | No | `-` | - |
|
|
789
|
-
| `floodOpacity` | `string \| number` | No | `-` | - |
|
|
790
|
-
| `focusable` | `auto \| Booleanish` | No | `-` | - |
|
|
791
728
|
| `font` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
|
|
792
729
|
| `fontFamily` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
|
|
793
|
-
| `fontSize` | `ResponsiveProp<
|
|
794
|
-
| `
|
|
795
|
-
| `
|
|
796
|
-
| `
|
|
797
|
-
| `
|
|
798
|
-
| `fontWeight` | `ResponsiveProp<FontWeight \| inherit>` | No | `-` | - |
|
|
799
|
-
| `format` | `string \| number` | No | `-` | - |
|
|
800
|
-
| `fr` | `string \| number` | No | `-` | - |
|
|
801
|
-
| `from` | `string \| number` | No | `-` | - |
|
|
802
|
-
| `fx` | `string \| number` | No | `-` | - |
|
|
803
|
-
| `fy` | `string \| number` | No | `-` | - |
|
|
804
|
-
| `g1` | `string \| number` | No | `-` | - |
|
|
805
|
-
| `g2` | `string \| number` | No | `-` | - |
|
|
806
|
-
| `gap` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
807
|
-
| `glyphName` | `string \| number` | No | `-` | - |
|
|
808
|
-
| `glyphOrientationHorizontal` | `string \| number` | No | `-` | - |
|
|
809
|
-
| `glyphOrientationVertical` | `string \| number` | No | `-` | - |
|
|
810
|
-
| `glyphRef` | `string \| number` | No | `-` | - |
|
|
811
|
-
| `gradientTransform` | `string` | No | `-` | - |
|
|
812
|
-
| `gradientUnits` | `string` | No | `-` | - |
|
|
813
|
-
| `grid` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
|
|
814
|
-
| `gridArea` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
|
|
730
|
+
| `fontSize` | `ResponsiveProp<inherit \| FontSize>` | No | `-` | - |
|
|
731
|
+
| `fontWeight` | `ResponsiveProp<inherit \| FontWeight>` | No | `-` | - |
|
|
732
|
+
| `gap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
733
|
+
| `grid` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
734
|
+
| `gridArea` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
815
735
|
| `gridAutoColumns` | `ResponsiveProp<GridAutoColumns<string \| number>>` | No | `-` | - |
|
|
816
|
-
| `gridAutoFlow` |
|
|
736
|
+
| `gridAutoFlow` | `inherit \| revert \| row \| column \| -moz-initial \| initial \| revert-layer \| unset \| dense` | No | `-` | - |
|
|
817
737
|
| `gridAutoRows` | `ResponsiveProp<GridAutoRows<string \| number>>` | No | `-` | - |
|
|
818
|
-
| `gridColumn` |
|
|
819
|
-
| `gridColumnEnd` |
|
|
820
|
-
| `gridColumnStart` |
|
|
821
|
-
| `gridRow` |
|
|
822
|
-
| `gridRowEnd` |
|
|
823
|
-
| `gridRowStart` |
|
|
824
|
-
| `gridTemplate` |
|
|
825
|
-
| `gridTemplateAreas` |
|
|
738
|
+
| `gridColumn` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
739
|
+
| `gridColumnEnd` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
740
|
+
| `gridColumnStart` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
741
|
+
| `gridRow` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
742
|
+
| `gridRowEnd` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
743
|
+
| `gridRowStart` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
744
|
+
| `gridTemplate` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
745
|
+
| `gridTemplateAreas` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
826
746
|
| `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
|
|
827
747
|
| `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
|
|
828
|
-
| `hanging` | `string \| number` | No | `-` | - |
|
|
829
748
|
| `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
|
|
830
|
-
| `horizAdvX` | `string \| number` | No | `-` | - |
|
|
831
|
-
| `horizOriginX` | `string \| number` | No | `-` | - |
|
|
832
|
-
| `href` | `string` | No | `-` | - |
|
|
833
|
-
| `id` | `string` | No | `-` | - |
|
|
834
|
-
| `ideographic` | `string \| number` | No | `-` | - |
|
|
835
|
-
| `imageRendering` | `string \| number` | No | `-` | - |
|
|
836
|
-
| `in` | `string` | No | `-` | - |
|
|
837
|
-
| `in2` | `string \| number` | No | `-` | - |
|
|
838
749
|
| `inset` | `number \| Partial<ChartInset>` | No | `-` | Inset around the entire chart (outside the axes). |
|
|
839
|
-
| `
|
|
840
|
-
| `justifyContent` | `ResponsiveProp<left \| right \| center \| end \| normal \| start \| flex-start \| flex-end \| space-between \| space-around \| space-evenly \| stretch>` | No | `-` | - |
|
|
841
|
-
| `k` | `string \| number` | No | `-` | - |
|
|
842
|
-
| `k1` | `string \| number` | No | `-` | - |
|
|
843
|
-
| `k2` | `string \| number` | No | `-` | - |
|
|
844
|
-
| `k3` | `string \| number` | No | `-` | - |
|
|
845
|
-
| `k4` | `string \| number` | No | `-` | - |
|
|
846
|
-
| `kernelMatrix` | `string \| number` | No | `-` | - |
|
|
847
|
-
| `kernelUnitLength` | `string \| number` | No | `-` | - |
|
|
848
|
-
| `kerning` | `string \| number` | No | `-` | - |
|
|
750
|
+
| `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| space-between \| space-around \| space-evenly \| stretch>` | No | `-` | - |
|
|
849
751
|
| `key` | `Key \| null` | No | `-` | - |
|
|
850
|
-
| `keyPoints` | `string \| number` | No | `-` | - |
|
|
851
|
-
| `keySplines` | `string \| number` | No | `-` | - |
|
|
852
|
-
| `keyTimes` | `string \| number` | No | `-` | - |
|
|
853
|
-
| `lang` | `string` | No | `-` | - |
|
|
854
752
|
| `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
|
|
855
|
-
| `
|
|
856
|
-
| `
|
|
857
|
-
| `
|
|
858
|
-
| `
|
|
859
|
-
| `
|
|
860
|
-
| `
|
|
861
|
-
| `
|
|
862
|
-
| `
|
|
863
|
-
| `marginEnd` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
|
|
864
|
-
| `marginStart` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
|
|
865
|
-
| `marginTop` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
|
|
866
|
-
| `marginX` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
|
|
867
|
-
| `marginY` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
|
|
868
|
-
| `markerEnd` | `string` | No | `-` | - |
|
|
869
|
-
| `markerHeight` | `string \| number` | No | `-` | - |
|
|
870
|
-
| `markerMid` | `string` | No | `-` | - |
|
|
871
|
-
| `markerStart` | `string` | No | `-` | - |
|
|
872
|
-
| `markerUnits` | `string \| number` | No | `-` | - |
|
|
873
|
-
| `markerWidth` | `string \| number` | No | `-` | - |
|
|
874
|
-
| `mask` | `string` | No | `-` | - |
|
|
875
|
-
| `maskContentUnits` | `string \| number` | No | `-` | - |
|
|
876
|
-
| `maskUnits` | `string \| number` | No | `-` | - |
|
|
877
|
-
| `mathematical` | `string \| number` | No | `-` | - |
|
|
878
|
-
| `max` | `string \| number` | No | `-` | - |
|
|
753
|
+
| `lineHeight` | `ResponsiveProp<inherit \| LineHeight>` | No | `-` | - |
|
|
754
|
+
| `margin` | `ResponsiveProp<0 \| -1 \| -2 \| -0.25 \| -0.5 \| -0.75 \| -1.5 \| -3 \| -4 \| -5 \| -6 \| -7 \| -8 \| -9 \| -10>` | No | `-` | - |
|
|
755
|
+
| `marginBottom` | `ResponsiveProp<0 \| -1 \| -2 \| -0.25 \| -0.5 \| -0.75 \| -1.5 \| -3 \| -4 \| -5 \| -6 \| -7 \| -8 \| -9 \| -10>` | No | `-` | - |
|
|
756
|
+
| `marginEnd` | `ResponsiveProp<0 \| -1 \| -2 \| -0.25 \| -0.5 \| -0.75 \| -1.5 \| -3 \| -4 \| -5 \| -6 \| -7 \| -8 \| -9 \| -10>` | No | `-` | - |
|
|
757
|
+
| `marginStart` | `ResponsiveProp<0 \| -1 \| -2 \| -0.25 \| -0.5 \| -0.75 \| -1.5 \| -3 \| -4 \| -5 \| -6 \| -7 \| -8 \| -9 \| -10>` | No | `-` | - |
|
|
758
|
+
| `marginTop` | `ResponsiveProp<0 \| -1 \| -2 \| -0.25 \| -0.5 \| -0.75 \| -1.5 \| -3 \| -4 \| -5 \| -6 \| -7 \| -8 \| -9 \| -10>` | No | `-` | - |
|
|
759
|
+
| `marginX` | `ResponsiveProp<0 \| -1 \| -2 \| -0.25 \| -0.5 \| -0.75 \| -1.5 \| -3 \| -4 \| -5 \| -6 \| -7 \| -8 \| -9 \| -10>` | No | `-` | - |
|
|
760
|
+
| `marginY` | `ResponsiveProp<0 \| -1 \| -2 \| -0.25 \| -0.5 \| -0.75 \| -1.5 \| -3 \| -4 \| -5 \| -6 \| -7 \| -8 \| -9 \| -10>` | No | `-` | - |
|
|
879
761
|
| `maxHeight` | `ResponsiveProp<MaxHeight<string \| number>>` | No | `-` | - |
|
|
880
762
|
| `maxWidth` | `ResponsiveProp<MaxWidth<string \| number>>` | No | `-` | - |
|
|
881
|
-
| `media` | `string` | No | `-` | - |
|
|
882
|
-
| `method` | `string` | No | `-` | - |
|
|
883
|
-
| `min` | `string \| number` | No | `-` | - |
|
|
884
763
|
| `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
|
|
885
764
|
| `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
|
|
886
|
-
| `
|
|
887
|
-
| `name` | `string` | No | `-` | - |
|
|
888
|
-
| `numOctaves` | `string \| number` | No | `-` | - |
|
|
889
|
-
| `offset` | `string \| number` | No | `-` | - |
|
|
890
|
-
| `onChange` | `FormEventHandler<SVGSVGElement>` | No | `-` | - |
|
|
765
|
+
| `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
|
|
891
766
|
| `onScrubberPositionChange` | `((index: number) => void) \| undefined` | No | `-` | Callback fired when the scrubber position changes. Receives the dataIndex of the scrubber or undefined when not scrubbing. |
|
|
892
|
-
| `opacity` |
|
|
893
|
-
| `
|
|
894
|
-
| `
|
|
895
|
-
| `
|
|
896
|
-
| `
|
|
897
|
-
| `
|
|
898
|
-
| `
|
|
899
|
-
| `
|
|
900
|
-
| `
|
|
901
|
-
| `padding` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
902
|
-
| `paddingBottom` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
903
|
-
| `paddingEnd` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
904
|
-
| `paddingStart` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
905
|
-
| `paddingTop` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
906
|
-
| `paddingX` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
907
|
-
| `paddingY` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
908
|
-
| `paintOrder` | `string \| number` | No | `-` | - |
|
|
909
|
-
| `panose1` | `string \| number` | No | `-` | - |
|
|
910
|
-
| `path` | `string` | No | `-` | - |
|
|
911
|
-
| `pathLength` | `string \| number` | No | `-` | - |
|
|
912
|
-
| `patternContentUnits` | `string` | No | `-` | - |
|
|
913
|
-
| `patternTransform` | `string \| number` | No | `-` | - |
|
|
914
|
-
| `patternUnits` | `string` | No | `-` | - |
|
|
767
|
+
| `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
768
|
+
| `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
|
|
769
|
+
| `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
770
|
+
| `paddingBottom` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
771
|
+
| `paddingEnd` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
772
|
+
| `paddingStart` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
773
|
+
| `paddingTop` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
774
|
+
| `paddingX` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
775
|
+
| `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
915
776
|
| `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
|
|
916
|
-
| `pointerEvents` | `string \| number` | No | `-` | - |
|
|
917
|
-
| `points` | `string` | No | `-` | - |
|
|
918
|
-
| `pointsAtX` | `string \| number` | No | `-` | - |
|
|
919
|
-
| `pointsAtY` | `string \| number` | No | `-` | - |
|
|
920
|
-
| `pointsAtZ` | `string \| number` | No | `-` | - |
|
|
921
777
|
| `position` | `ResponsiveProp<static \| relative \| absolute \| fixed \| sticky>` | No | `-` | - |
|
|
922
|
-
| `preserveAlpha` | `false \| true \| true \| false` | No | `-` | - |
|
|
923
|
-
| `preserveAspectRatio` | `string` | No | `-` | - |
|
|
924
|
-
| `primitiveUnits` | `string \| number` | No | `-` | - |
|
|
925
|
-
| `r` | `string \| number` | No | `-` | - |
|
|
926
|
-
| `radius` | `string \| number` | No | `-` | - |
|
|
927
778
|
| `ref` | `((instance: SVGSVGElement \| null) => void) \| RefObject<SVGSVGElement> \| null` | No | `-` | - |
|
|
928
|
-
| `refX` | `string \| number` | No | `-` | - |
|
|
929
|
-
| `refY` | `string \| number` | No | `-` | - |
|
|
930
|
-
| `renderingIntent` | `string \| number` | No | `-` | - |
|
|
931
|
-
| `repeatCount` | `string \| number` | No | `-` | - |
|
|
932
|
-
| `repeatDur` | `string \| number` | No | `-` | - |
|
|
933
|
-
| `requiredExtensions` | `string \| number` | No | `-` | - |
|
|
934
|
-
| `requiredFeatures` | `string \| number` | No | `-` | - |
|
|
935
|
-
| `restart` | `string \| number` | No | `-` | - |
|
|
936
|
-
| `result` | `string` | No | `-` | - |
|
|
937
779
|
| `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
|
|
938
|
-
| `
|
|
939
|
-
| `rotate` | `string \| number` | No | `-` | - |
|
|
940
|
-
| `rowGap` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
|
|
941
|
-
| `rx` | `string \| number` | No | `-` | - |
|
|
942
|
-
| `ry` | `string \| number` | No | `-` | - |
|
|
943
|
-
| `scale` | `string \| number` | No | `-` | - |
|
|
944
|
-
| `seed` | `string \| number` | No | `-` | - |
|
|
780
|
+
| `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
945
781
|
| `series` | `Series[]` | No | `-` | Configuration objects that define how to visualize the data. Each series contains its own data array. |
|
|
946
|
-
| `
|
|
947
|
-
| `
|
|
948
|
-
| `spacing` | `string \| number` | No | `-` | - |
|
|
949
|
-
| `specularConstant` | `string \| number` | No | `-` | - |
|
|
950
|
-
| `specularExponent` | `string \| number` | No | `-` | - |
|
|
951
|
-
| `speed` | `string \| number` | No | `-` | - |
|
|
952
|
-
| `spreadMethod` | `string` | No | `-` | - |
|
|
953
|
-
| `startOffset` | `string \| number` | No | `-` | - |
|
|
954
|
-
| `stdDeviation` | `string \| number` | No | `-` | - |
|
|
955
|
-
| `stemh` | `string \| number` | No | `-` | - |
|
|
956
|
-
| `stemv` | `string \| number` | No | `-` | - |
|
|
957
|
-
| `stitchTiles` | `string \| number` | No | `-` | - |
|
|
958
|
-
| `stopColor` | `string` | No | `-` | - |
|
|
959
|
-
| `stopOpacity` | `string \| number` | No | `-` | - |
|
|
960
|
-
| `strikethroughPosition` | `string \| number` | No | `-` | - |
|
|
961
|
-
| `strikethroughThickness` | `string \| number` | No | `-` | - |
|
|
962
|
-
| `string` | `string \| number` | No | `-` | - |
|
|
963
|
-
| `stroke` | `string` | No | `-` | - |
|
|
964
|
-
| `strokeDasharray` | `string \| number` | No | `-` | - |
|
|
965
|
-
| `strokeDashoffset` | `string \| number` | No | `-` | - |
|
|
966
|
-
| `strokeLinecap` | `inherit \| butt \| round \| square` | No | `-` | - |
|
|
967
|
-
| `strokeLinejoin` | `inherit \| round \| miter \| bevel` | No | `-` | - |
|
|
968
|
-
| `strokeMiterlimit` | `string \| number` | No | `-` | - |
|
|
969
|
-
| `strokeOpacity` | `string \| number` | No | `-` | - |
|
|
970
|
-
| `strokeWidth` | `string \| number` | No | `-` | - |
|
|
971
|
-
| `style` | `CSSProperties` | No | `-` | - |
|
|
972
|
-
| `suppressHydrationWarning` | `boolean` | No | `-` | - |
|
|
973
|
-
| `surfaceScale` | `string \| number` | No | `-` | - |
|
|
974
|
-
| `systemLanguage` | `string \| number` | No | `-` | - |
|
|
975
|
-
| `tabIndex` | `number` | No | `-` | - |
|
|
976
|
-
| `tableValues` | `string \| number` | No | `-` | - |
|
|
977
|
-
| `target` | `string` | No | `-` | - |
|
|
978
|
-
| `targetX` | `string \| number` | No | `-` | - |
|
|
979
|
-
| `targetY` | `string \| number` | No | `-` | - |
|
|
782
|
+
| `style` | `CSSProperties` | No | `-` | Custom styles for the root element. |
|
|
783
|
+
| `styles` | `{ root?: CSSProperties; chart?: CSSProperties \| undefined; } \| undefined` | No | `-` | Custom styles for the component. |
|
|
980
784
|
| `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 |
|
|
981
|
-
| `textAlign` | `ResponsiveProp<center \|
|
|
982
|
-
| `textAnchor` | `string` | No | `-` | - |
|
|
785
|
+
| `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
|
|
983
786
|
| `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
|
|
984
|
-
| `
|
|
985
|
-
| `textRendering` | `string \| number` | No | `-` | - |
|
|
986
|
-
| `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
|
|
987
|
-
| `to` | `string \| number` | No | `-` | - |
|
|
787
|
+
| `textTransform` | `ResponsiveProp<none \| uppercase \| lowercase \| capitalize>` | No | `-` | - |
|
|
988
788
|
| `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
|
|
989
|
-
| `transform` |
|
|
990
|
-
| `
|
|
991
|
-
| `
|
|
992
|
-
| `u2` | `string \| number` | No | `-` | - |
|
|
993
|
-
| `underlinePosition` | `string \| number` | No | `-` | - |
|
|
994
|
-
| `underlineThickness` | `string \| number` | No | `-` | - |
|
|
995
|
-
| `unicode` | `string \| number` | No | `-` | - |
|
|
996
|
-
| `unicodeBidi` | `string \| number` | No | `-` | - |
|
|
997
|
-
| `unicodeRange` | `string \| number` | No | `-` | - |
|
|
998
|
-
| `unitsPerEm` | `string \| number` | No | `-` | - |
|
|
999
|
-
| `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
|
|
1000
|
-
| `vAlphabetic` | `string \| number` | No | `-` | - |
|
|
1001
|
-
| `vHanging` | `string \| number` | No | `-` | - |
|
|
1002
|
-
| `vIdeographic` | `string \| number` | No | `-` | - |
|
|
1003
|
-
| `vMathematical` | `string \| number` | No | `-` | - |
|
|
1004
|
-
| `values` | `string` | No | `-` | - |
|
|
1005
|
-
| `vectorEffect` | `string \| number` | No | `-` | - |
|
|
1006
|
-
| `version` | `string` | No | `-` | - |
|
|
1007
|
-
| `vertAdvY` | `string \| number` | No | `-` | - |
|
|
1008
|
-
| `vertOriginX` | `string \| number` | No | `-` | - |
|
|
1009
|
-
| `vertOriginY` | `string \| number` | No | `-` | - |
|
|
1010
|
-
| `viewBox` | `string` | No | `-` | - |
|
|
1011
|
-
| `viewTarget` | `string \| number` | No | `-` | - |
|
|
1012
|
-
| `visibility` | `ResponsiveProp<visible \| hidden>` | No | `-` | - |
|
|
789
|
+
| `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
790
|
+
| `userSelect` | `ResponsiveProp<text \| none \| all \| auto>` | No | `-` | - |
|
|
791
|
+
| `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
|
|
1013
792
|
| `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
|
|
1014
|
-
| `widths` | `string \| number` | No | `-` | - |
|
|
1015
|
-
| `wordSpacing` | `string \| number` | No | `-` | - |
|
|
1016
|
-
| `writingMode` | `string \| number` | No | `-` | - |
|
|
1017
|
-
| `x` | `string \| number` | No | `-` | - |
|
|
1018
|
-
| `x1` | `string \| number` | No | `-` | - |
|
|
1019
|
-
| `x2` | `string \| number` | No | `-` | - |
|
|
1020
793
|
| `xAxis` | `Partial<Omit<AxisConfigProps, id>>` | No | `-` | Configuration for x-axis. |
|
|
1021
|
-
| `
|
|
1022
|
-
| `
|
|
1023
|
-
| `xlinkActuate` | `string` | No | `-` | - |
|
|
1024
|
-
| `xlinkArcrole` | `string` | No | `-` | - |
|
|
1025
|
-
| `xlinkHref` | `string` | No | `-` | - |
|
|
1026
|
-
| `xlinkRole` | `string` | No | `-` | - |
|
|
1027
|
-
| `xlinkShow` | `string` | No | `-` | - |
|
|
1028
|
-
| `xlinkTitle` | `string` | No | `-` | - |
|
|
1029
|
-
| `xlinkType` | `string` | No | `-` | - |
|
|
1030
|
-
| `xmlBase` | `string` | No | `-` | - |
|
|
1031
|
-
| `xmlLang` | `string` | No | `-` | - |
|
|
1032
|
-
| `xmlSpace` | `string` | No | `-` | - |
|
|
1033
|
-
| `xmlns` | `string` | No | `-` | - |
|
|
1034
|
-
| `xmlnsXlink` | `string` | No | `-` | - |
|
|
1035
|
-
| `y` | `string \| number` | No | `-` | - |
|
|
1036
|
-
| `y1` | `string \| number` | No | `-` | - |
|
|
1037
|
-
| `y2` | `string \| number` | No | `-` | - |
|
|
1038
|
-
| `yAxis` | `Partial<Omit<AxisConfigProps, data>> \| Partial<Omit<AxisConfigProps, data>>[]` | No | `-` | Configuration for y-axis(es). First defined axis becomes default. |
|
|
1039
|
-
| `yChannelSelector` | `string` | No | `-` | - |
|
|
1040
|
-
| `z` | `string \| number` | No | `-` | - |
|
|
1041
|
-
| `zIndex` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
|
|
1042
|
-
| `zoomAndPan` | `string` | No | `-` | - |
|
|
794
|
+
| `yAxis` | `Partial<Omit<AxisConfigProps, data>> \| Partial<Omit<AxisConfigProps, data>>[]` | No | `-` | Configuration for y-axis(es). Can be a single config or array of configs. |
|
|
795
|
+
| `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
1043
796
|
|
|
1044
797
|
|
|
@@ -86,7 +86,7 @@ function CustomCheckboxCellExample() {
|
|
|
86
86
|
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
87
87
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
88
88
|
| `as` | `label` | No | `-` | - |
|
|
89
|
-
| `aspectRatio` |
|
|
89
|
+
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
90
90
|
| `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 | `-` | Background color of the overlay (element being interacted with). |
|
|
91
91
|
| `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
|
|
92
92
|
| `block` | `boolean` | No | `-` | Set element to block and expand to 100% width. |
|
|
@@ -122,28 +122,28 @@ function CustomCheckboxCellExample() {
|
|
|
122
122
|
| `elevation` | `0 \| 1 \| 2` | No | `-` | - |
|
|
123
123
|
| `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
|
|
124
124
|
| `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
|
|
125
|
-
| `flexGrow` |
|
|
126
|
-
| `flexShrink` |
|
|
125
|
+
| `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
126
|
+
| `flexShrink` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
127
127
|
| `flexWrap` | `ResponsiveProp<nowrap \| wrap \| wrap-reverse>` | No | `-` | - |
|
|
128
128
|
| `focusable` | `boolean` | No | `-` | - |
|
|
129
129
|
| `font` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
|
|
130
130
|
| `fontFamily` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
|
|
131
131
|
| `fontSize` | `ResponsiveProp<FontSize \| inherit>` | No | `-` | - |
|
|
132
132
|
| `fontWeight` | `ResponsiveProp<FontWeight \| inherit>` | No | `-` | - |
|
|
133
|
-
| `gap` | `0 \|
|
|
134
|
-
| `grid` |
|
|
135
|
-
| `gridArea` |
|
|
133
|
+
| `gap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
134
|
+
| `grid` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
135
|
+
| `gridArea` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
136
136
|
| `gridAutoColumns` | `ResponsiveProp<GridAutoColumns<string \| number>>` | No | `-` | - |
|
|
137
|
-
| `gridAutoFlow` |
|
|
137
|
+
| `gridAutoFlow` | `inherit \| revert \| row \| column \| -moz-initial \| initial \| revert-layer \| unset \| dense` | No | `-` | - |
|
|
138
138
|
| `gridAutoRows` | `ResponsiveProp<GridAutoRows<string \| number>>` | No | `-` | - |
|
|
139
|
-
| `gridColumn` |
|
|
140
|
-
| `gridColumnEnd` |
|
|
141
|
-
| `gridColumnStart` |
|
|
142
|
-
| `gridRow` |
|
|
143
|
-
| `gridRowEnd` |
|
|
144
|
-
| `gridRowStart` |
|
|
145
|
-
| `gridTemplate` |
|
|
146
|
-
| `gridTemplateAreas` |
|
|
139
|
+
| `gridColumn` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
140
|
+
| `gridColumnEnd` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
141
|
+
| `gridColumnStart` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
142
|
+
| `gridRow` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
143
|
+
| `gridRowEnd` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
144
|
+
| `gridRowStart` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
145
|
+
| `gridTemplate` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
146
|
+
| `gridTemplateAreas` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
147
147
|
| `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
|
|
148
148
|
| `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
|
|
149
149
|
| `height` | `((Height<string \| number> \| { base?: Height<string \| number>; phone?: Height<string \| number> \| undefined; tablet?: Height<string \| number> \| undefined; desktop?: Height<string \| number> \| undefined; }) & (string \| number)) \| undefined` | No | `-` | - |
|
|
@@ -166,15 +166,15 @@ function CustomCheckboxCellExample() {
|
|
|
166
166
|
| `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
|
|
167
167
|
| `noScaleOnPress` | `boolean` | No | `-` | Dont scale element on press. |
|
|
168
168
|
| `onChange` | `((inputChangeEvent: ChangeEvent<HTMLInputElement>) => void)` | No | `-` | - |
|
|
169
|
-
| `opacity` |
|
|
169
|
+
| `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
170
170
|
| `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
|
|
171
|
-
| `padding` | `0 \|
|
|
172
|
-
| `paddingBottom` | `0 \|
|
|
173
|
-
| `paddingEnd` | `0 \|
|
|
174
|
-
| `paddingStart` | `0 \|
|
|
175
|
-
| `paddingTop` | `0 \|
|
|
176
|
-
| `paddingX` | `0 \|
|
|
177
|
-
| `paddingY` | `0 \|
|
|
171
|
+
| `padding` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
172
|
+
| `paddingBottom` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
173
|
+
| `paddingEnd` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
174
|
+
| `paddingStart` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
175
|
+
| `paddingTop` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
176
|
+
| `paddingX` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
177
|
+
| `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
178
178
|
| `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
|
|
179
179
|
| `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
|
|
180
180
|
| `pressed` | `boolean` | No | `-` | Is the element being pressed. Primarily a mobile feature, but can be used on the web. |
|
|
@@ -189,7 +189,7 @@ function CustomCheckboxCellExample() {
|
|
|
189
189
|
| `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
|
|
190
190
|
| `titleId` | `string` | No | `-` | Custom ID for the title element. If not provided, a unique ID will be generated. |
|
|
191
191
|
| `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
|
|
192
|
-
| `transform` |
|
|
192
|
+
| `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
193
193
|
| `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 |
|
|
194
194
|
| `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 |
|
|
195
195
|
| `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 | `-` | - |
|
|
@@ -197,6 +197,6 @@ function CustomCheckboxCellExample() {
|
|
|
197
197
|
| `value` | `string` | No | `-` | Value of the option. Useful for multiple choice. |
|
|
198
198
|
| `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
|
|
199
199
|
| `width` | `((Width<string \| number> \| { base?: Width<string \| number>; phone?: Width<string \| number> \| undefined; tablet?: Width<string \| number> \| undefined; desktop?: Width<string \| number> \| undefined; }) & (string \| number)) \| undefined` | No | `-` | - |
|
|
200
|
-
| `zIndex` |
|
|
200
|
+
| `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
201
201
|
|
|
202
202
|
|