@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.
Files changed (153) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/mcp-docs/mobile/components/AreaChart.txt +39 -37
  3. package/mcp-docs/mobile/components/Avatar.txt +18 -18
  4. package/mcp-docs/mobile/components/AvatarButton.txt +19 -19
  5. package/mcp-docs/mobile/components/Banner.txt +62 -23
  6. package/mcp-docs/mobile/components/BarChart.txt +37 -35
  7. package/mcp-docs/mobile/components/Box.txt +18 -18
  8. package/mcp-docs/mobile/components/BrowserBar.txt +18 -18
  9. package/mcp-docs/mobile/components/Button.txt +19 -19
  10. package/mcp-docs/mobile/components/Carousel.txt +18 -18
  11. package/mcp-docs/mobile/components/CartesianChart.txt +75 -44
  12. package/mcp-docs/mobile/components/CheckboxCell.txt +19 -19
  13. package/mcp-docs/mobile/components/Chip.txt +20 -20
  14. package/mcp-docs/mobile/components/Coachmark.txt +18 -18
  15. package/mcp-docs/mobile/components/ContentCard.txt +18 -18
  16. package/mcp-docs/mobile/components/ContentCardBody.txt +18 -18
  17. package/mcp-docs/mobile/components/ContentCardFooter.txt +18 -18
  18. package/mcp-docs/mobile/components/ContentCardHeader.txt +18 -18
  19. package/mcp-docs/mobile/components/ContentCell.txt +18 -18
  20. package/mcp-docs/mobile/components/ControlGroup.txt +18 -18
  21. package/mcp-docs/mobile/components/DatePicker.txt +1 -1
  22. package/mcp-docs/mobile/components/Divider.txt +18 -18
  23. package/mcp-docs/mobile/components/DotCount.txt +1 -1
  24. package/mcp-docs/mobile/components/DotSymbol.txt +2 -2
  25. package/mcp-docs/mobile/components/Fallback.txt +18 -18
  26. package/mcp-docs/mobile/components/HStack.txt +18 -18
  27. package/mcp-docs/mobile/components/Icon.txt +6 -0
  28. package/mcp-docs/mobile/components/IconButton.txt +19 -19
  29. package/mcp-docs/mobile/components/InputChip.txt +20 -20
  30. package/mcp-docs/mobile/components/Interactable.txt +19 -19
  31. package/mcp-docs/mobile/components/LineChart.txt +1608 -898
  32. package/mcp-docs/mobile/components/Link.txt +18 -18
  33. package/mcp-docs/mobile/components/ListCell.txt +37 -19
  34. package/mcp-docs/mobile/components/Lottie.txt +18 -18
  35. package/mcp-docs/mobile/components/MediaChip.txt +20 -20
  36. package/mcp-docs/mobile/components/MultiContentModule.txt +18 -18
  37. package/mcp-docs/mobile/components/NavigationTitle.txt +18 -18
  38. package/mcp-docs/mobile/components/NavigationTitleSelect.txt +18 -18
  39. package/mcp-docs/mobile/components/Numpad.txt +18 -18
  40. package/mcp-docs/mobile/components/Overlay.txt +18 -18
  41. package/mcp-docs/mobile/components/PageFooter.txt +17 -17
  42. package/mcp-docs/mobile/components/PageHeader.txt +17 -17
  43. package/mcp-docs/mobile/components/PeriodSelector.txt +26 -26
  44. package/mcp-docs/mobile/components/Point.txt +203 -98
  45. package/mcp-docs/mobile/components/Pressable.txt +19 -19
  46. package/mcp-docs/mobile/components/ProgressBar.txt +1 -1
  47. package/mcp-docs/mobile/components/ProgressBarWithFixedLabels.txt +1 -1
  48. package/mcp-docs/mobile/components/ProgressBarWithFloatLabel.txt +1 -1
  49. package/mcp-docs/mobile/components/ProgressCircle.txt +1 -1
  50. package/mcp-docs/mobile/components/RadioCell.txt +19 -19
  51. package/mcp-docs/mobile/components/ReferenceLine.txt +197 -54
  52. package/mcp-docs/mobile/components/RollingNumber.txt +18 -18
  53. package/mcp-docs/mobile/components/Scrubber.txt +597 -79
  54. package/mcp-docs/mobile/components/SegmentedTabs.txt +18 -18
  55. package/mcp-docs/mobile/components/SelectAlpha.txt +1 -1
  56. package/mcp-docs/mobile/components/SelectChip.txt +20 -20
  57. package/mcp-docs/mobile/components/SlideButton.txt +19 -19
  58. package/mcp-docs/mobile/components/Spacer.txt +6 -6
  59. package/mcp-docs/mobile/components/SparklineInteractive.txt +3 -3
  60. package/mcp-docs/mobile/components/Spinner.txt +1 -1
  61. package/mcp-docs/mobile/components/Stepper.txt +18 -18
  62. package/mcp-docs/mobile/components/TabLabel.txt +18 -18
  63. package/mcp-docs/mobile/components/TabNavigation.txt +18 -18
  64. package/mcp-docs/mobile/components/TabbedChips.txt +18 -18
  65. package/mcp-docs/mobile/components/TabbedChipsAlpha.txt +1 -1
  66. package/mcp-docs/mobile/components/Tabs.txt +18 -18
  67. package/mcp-docs/mobile/components/Tag.txt +18 -18
  68. package/mcp-docs/mobile/components/Text.txt +18 -18
  69. package/mcp-docs/mobile/components/Toast.txt +18 -18
  70. package/mcp-docs/mobile/components/Tooltip.txt +17 -1
  71. package/mcp-docs/mobile/components/TopNavBar.txt +18 -18
  72. package/mcp-docs/mobile/components/VStack.txt +18 -18
  73. package/mcp-docs/mobile/components/XAxis.txt +86 -24
  74. package/mcp-docs/mobile/components/YAxis.txt +75 -17
  75. package/mcp-docs/mobile/routes.txt +1 -1
  76. package/mcp-docs/web/components/AreaChart.txt +523 -301
  77. package/mcp-docs/web/components/Avatar.txt +27 -27
  78. package/mcp-docs/web/components/AvatarButton.txt +28 -28
  79. package/mcp-docs/web/components/Banner.txt +71 -32
  80. package/mcp-docs/web/components/BarChart.txt +182 -313
  81. package/mcp-docs/web/components/Box.txt +28 -28
  82. package/mcp-docs/web/components/Button.txt +28 -28
  83. package/mcp-docs/web/components/Calendar.txt +27 -27
  84. package/mcp-docs/web/components/Carousel.txt +27 -27
  85. package/mcp-docs/web/components/CartesianChart.txt +62 -309
  86. package/mcp-docs/web/components/CheckboxCell.txt +25 -25
  87. package/mcp-docs/web/components/Chip.txt +27 -27
  88. package/mcp-docs/web/components/Coachmark.txt +27 -27
  89. package/mcp-docs/web/components/ContainedAssetCard.txt +27 -27
  90. package/mcp-docs/web/components/ContentCard.txt +28 -28
  91. package/mcp-docs/web/components/ContentCardBody.txt +28 -28
  92. package/mcp-docs/web/components/ContentCardFooter.txt +28 -28
  93. package/mcp-docs/web/components/ContentCardHeader.txt +28 -28
  94. package/mcp-docs/web/components/ContentCell.txt +28 -28
  95. package/mcp-docs/web/components/ControlGroup.txt +27 -27
  96. package/mcp-docs/web/components/Divider.txt +27 -27
  97. package/mcp-docs/web/components/Fallback.txt +28 -28
  98. package/mcp-docs/web/components/FloatingAssetCard.txt +27 -27
  99. package/mcp-docs/web/components/Grid.txt +28 -28
  100. package/mcp-docs/web/components/GridColumn.txt +27 -27
  101. package/mcp-docs/web/components/HStack.txt +28 -28
  102. package/mcp-docs/web/components/Icon.txt +27 -27
  103. package/mcp-docs/web/components/IconButton.txt +28 -28
  104. package/mcp-docs/web/components/InputChip.txt +27 -27
  105. package/mcp-docs/web/components/Interactable.txt +28 -28
  106. package/mcp-docs/web/components/LineChart.txt +1598 -1116
  107. package/mcp-docs/web/components/Link.txt +28 -28
  108. package/mcp-docs/web/components/ListCell.txt +48 -30
  109. package/mcp-docs/web/components/Lottie.txt +27 -27
  110. package/mcp-docs/web/components/MediaChip.txt +27 -27
  111. package/mcp-docs/web/components/Modal.txt +27 -27
  112. package/mcp-docs/web/components/ModalBody.txt +27 -27
  113. package/mcp-docs/web/components/ModalFooter.txt +27 -27
  114. package/mcp-docs/web/components/ModalHeader.txt +27 -27
  115. package/mcp-docs/web/components/MultiContentModule.txt +28 -28
  116. package/mcp-docs/web/components/NavigationBar.txt +5 -5
  117. package/mcp-docs/web/components/NudgeCard.txt +27 -27
  118. package/mcp-docs/web/components/Overlay.txt +27 -27
  119. package/mcp-docs/web/components/PageFooter.txt +26 -26
  120. package/mcp-docs/web/components/PageHeader.txt +26 -26
  121. package/mcp-docs/web/components/Pagination.txt +27 -27
  122. package/mcp-docs/web/components/PeriodSelector.txt +49 -49
  123. package/mcp-docs/web/components/Point.txt +228 -79
  124. package/mcp-docs/web/components/Pressable.txt +28 -28
  125. package/mcp-docs/web/components/RadioCell.txt +25 -25
  126. package/mcp-docs/web/components/ReferenceLine.txt +208 -60
  127. package/mcp-docs/web/components/RemoteImage.txt +26 -26
  128. package/mcp-docs/web/components/RollingNumber.txt +28 -28
  129. package/mcp-docs/web/components/Scrubber.txt +463 -68
  130. package/mcp-docs/web/components/SectionHeader.txt +27 -27
  131. package/mcp-docs/web/components/SegmentedTabs.txt +27 -27
  132. package/mcp-docs/web/components/SelectChip.txt +27 -27
  133. package/mcp-docs/web/components/SelectOption.txt +27 -27
  134. package/mcp-docs/web/components/Sidebar.txt +27 -27
  135. package/mcp-docs/web/components/SidebarItem.txt +27 -27
  136. package/mcp-docs/web/components/Spacer.txt +34 -34
  137. package/mcp-docs/web/components/SparklineInteractive.txt +1 -1
  138. package/mcp-docs/web/components/Spinner.txt +27 -27
  139. package/mcp-docs/web/components/Stepper.txt +27 -27
  140. package/mcp-docs/web/components/TabLabel.txt +27 -27
  141. package/mcp-docs/web/components/TabNavigation.txt +26 -26
  142. package/mcp-docs/web/components/TabbedChips.txt +26 -26
  143. package/mcp-docs/web/components/TabbedChipsAlpha.txt +1 -1
  144. package/mcp-docs/web/components/Tabs.txt +27 -27
  145. package/mcp-docs/web/components/Tag.txt +27 -27
  146. package/mcp-docs/web/components/Text.txt +28 -28
  147. package/mcp-docs/web/components/TileButton.txt +28 -28
  148. package/mcp-docs/web/components/Toast.txt +27 -27
  149. package/mcp-docs/web/components/Tooltip.txt +17 -1
  150. package/mcp-docs/web/components/VStack.txt +28 -28
  151. package/mcp-docs/web/components/XAxis.txt +86 -22
  152. package/mcp-docs/web/components/YAxis.txt +133 -89
  153. 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" curve="monotone" fillOpacity={0.3} />
141
- <Line seriesId="prices" curve="monotone" />
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
- curve="monotone"
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
- curve="monotone"
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
- curve="monotone"
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
- curve="monotone"
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
- curve="monotone"
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" curve="monotone" showArea />
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" curve="monotone" showArea />
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
- | `accentHeight` | `string \| number` | No | `-` | - |
694
- | `accumulate` | `none \| sum` | No | `-` | - |
695
- | `additive` | `sum \| replace` | No | `-` | - |
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
- | `arabicForm` | `initial \| medial \| terminal \| isolated` | No | `-` | - |
705
- | `as` | `svg` | No | `-` | - |
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
- | `by` | `string \| number` | No | `-` | - |
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
- | `colorInterpolation` | `string \| number` | No | `-` | - |
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
- | `decelerate` | `string \| number` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
786
- | `flexShrink` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
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<FontSize \| inherit>` | No | `-` | - |
794
- | `fontSizeAdjust` | `string \| number` | No | `-` | - |
795
- | `fontStretch` | `string \| number` | No | `-` | - |
796
- | `fontStyle` | `string \| number` | No | `-` | - |
797
- | `fontVariant` | `string \| number` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| row \| column \| dense` | No | `-` | - |
736
+ | `gridAutoFlow` | `inherit \| revert \| row \| column \| -moz-initial \| initial \| revert-layer \| unset \| dense` | No | `-` | - |
817
737
  | `gridAutoRows` | `ResponsiveProp<GridAutoRows<string \| number>>` | No | `-` | - |
818
- | `gridColumn` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
819
- | `gridColumnEnd` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
820
- | `gridColumnStart` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
821
- | `gridRow` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
822
- | `gridRowEnd` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
823
- | `gridRowStart` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
824
- | `gridTemplate` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
825
- | `gridTemplateAreas` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
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
- | `intercept` | `string \| number` | No | `-` | - |
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
- | `lengthAdjust` | `string \| number` | No | `-` | - |
856
- | `letterSpacing` | `string \| number` | No | `-` | - |
857
- | `lightingColor` | `string \| number` | No | `-` | - |
858
- | `limitingConeAngle` | `string \| number` | No | `-` | - |
859
- | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
860
- | `local` | `string \| number` | No | `-` | - |
861
- | `margin` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
862
- | `marginBottom` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
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
- | `mode` | `string \| number` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
893
- | `operator` | `string \| number` | No | `-` | - |
894
- | `order` | `string \| number` | No | `-` | - |
895
- | `orient` | `string \| number` | No | `-` | - |
896
- | `orientation` | `string \| number` | No | `-` | - |
897
- | `origin` | `string \| number` | No | `-` | - |
898
- | `overflow` | `ResponsiveProp<clip \| auto \| visible \| hidden \| scroll>` | No | `-` | - |
899
- | `overlinePosition` | `string \| number` | No | `-` | - |
900
- | `overlineThickness` | `string \| number` | No | `-` | - |
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
- | `role` | `grid \| article \| button \| dialog \| figure \| form \| img \| link \| main \| menu \| menuitem \| option \| search \| table \| switch \| string & {} \| none \| row \| alert \| alertdialog \| application \| banner \| cell \| checkbox \| columnheader \| combobox \| complementary \| contentinfo \| definition \| directory \| document \| feed \| gridcell \| group \| heading \| list \| listbox \| listitem \| log \| marquee \| math \| menubar \| menuitemcheckbox \| menuitemradio \| navigation \| note \| presentation \| progressbar \| radio \| radiogroup \| region \| rowgroup \| rowheader \| scrollbar \| searchbox \| separator \| slider \| spinbutton \| status \| tab \| tablist \| tabpanel \| term \| textbox \| timer \| toolbar \| tooltip \| tree \| treegrid \| treeitem` | No | `-` | - |
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
- | `shapeRendering` | `string \| number` | No | `-` | - |
947
- | `slope` | `string \| number` | No | `-` | - |
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 \| end \| start \| justify>` | No | `-` | - |
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
- | `textLength` | `string \| number` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
990
- | `type` | `string` | No | `-` | - |
991
- | `u1` | `string \| number` | No | `-` | - |
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
- | `xChannelSelector` | `string` | No | `-` | - |
1022
- | `xHeight` | `string \| number` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
126
- | `flexShrink` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
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 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
134
- | `grid` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
135
- | `gridArea` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| row \| column \| dense` | No | `-` | - |
137
+ | `gridAutoFlow` | `inherit \| revert \| row \| column \| -moz-initial \| initial \| revert-layer \| unset \| dense` | No | `-` | - |
138
138
  | `gridAutoRows` | `ResponsiveProp<GridAutoRows<string \| number>>` | No | `-` | - |
139
- | `gridColumn` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
140
- | `gridColumnEnd` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
141
- | `gridColumnStart` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
142
- | `gridRow` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
143
- | `gridRowEnd` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
144
- | `gridRowStart` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
145
- | `gridTemplate` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
146
- | `gridTemplateAreas` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
169
+ | `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
170
170
  | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
171
- | `padding` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
172
- | `paddingBottom` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
173
- | `paddingEnd` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
174
- | `paddingStart` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
175
- | `paddingTop` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
176
- | `paddingX` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
177
- | `paddingY` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
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` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
200
+ | `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
201
201
 
202
202