@mittwald/flow-react-components 0.2.0-alpha.674 → 0.2.0-alpha.676
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/dist/assets/doc-properties.json +132 -132
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +36 -188
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
- package/dist/js/components/src/components/CartesianChart/CartesianChart.module.scss.mjs +4 -2
- package/dist/js/components/src/components/CartesianChart/CartesianChart.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/CartesianChart/hooks/useChartClipRect.mjs +71 -0
- package/dist/js/components/src/components/CartesianChart/hooks/useChartClipRect.mjs.map +1 -0
- package/dist/js/components/src/components/TextArea/TextArea.mjs +3 -2
- package/dist/js/components/src/components/TextArea/TextArea.mjs.map +1 -1
- package/dist/js/components/src/components/TextField/TextField.mjs +3 -2
- package/dist/js/components/src/components/TextField/TextField.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +2 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/CartesianChart/CartesianChart.d.ts +6 -5
- package/dist/types/components/CartesianChart/CartesianChart.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/hooks/useChartClipRect.d.ts +2 -0
- package/dist/types/components/CartesianChart/hooks/useChartClipRect.d.ts.map +1 -0
- package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/types/components/TextField/TextField.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.676](https://github.com/mittwald/flow/compare/0.2.0-alpha.675...0.2.0-alpha.676) (2026-02-10)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **TextField:** fix cursor position ([#2312](https://github.com/mittwald/flow/issues/2312)) ([3d564d0](https://github.com/mittwald/flow/commit/3d564d0fc5a91222a9fc4e10e8ab99804ddec4d3))
|
|
11
|
+
|
|
12
|
+
# [0.2.0-alpha.675](https://github.com/mittwald/flow/compare/0.2.0-alpha.674...0.2.0-alpha.675) (2026-02-10)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **CartesianChart:** refactor chart ([#2309](https://github.com/mittwald/flow/issues/2309)) ([dbf2adb](https://github.com/mittwald/flow/commit/dbf2adbc9f230af565e6603b9f2e2fae8bb715a6))
|
|
17
|
+
|
|
6
18
|
# [0.2.0-alpha.674](https://github.com/mittwald/flow/compare/0.2.0-alpha.673...0.2.0-alpha.674) (2026-02-10)
|
|
7
19
|
|
|
8
20
|
### Features
|
|
@@ -219689,7 +219689,7 @@
|
|
|
219689
219689
|
],
|
|
219690
219690
|
"required": false,
|
|
219691
219691
|
"type": {
|
|
219692
|
-
"name": "
|
|
219692
|
+
"name": "ReactNode"
|
|
219693
219693
|
}
|
|
219694
219694
|
},
|
|
219695
219695
|
"flexGrow": {
|
|
@@ -222180,7 +222180,7 @@
|
|
|
222180
222180
|
},
|
|
222181
222181
|
{
|
|
222182
222182
|
"tags": {},
|
|
222183
|
-
"filePath": "
|
|
222183
|
+
"filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
|
|
222184
222184
|
"description": "",
|
|
222185
222185
|
"displayName": "BrowserOnly",
|
|
222186
222186
|
"methods": [],
|
|
@@ -222206,7 +222206,7 @@
|
|
|
222206
222206
|
"tags": {
|
|
222207
222207
|
"flr-generate": "all"
|
|
222208
222208
|
},
|
|
222209
|
-
"filePath": "
|
|
222209
|
+
"filePath": "src/components/Breadcrumb/Breadcrumb.tsx",
|
|
222210
222210
|
"description": "",
|
|
222211
222211
|
"displayName": "Breadcrumb",
|
|
222212
222212
|
"methods": [],
|
|
@@ -222218,12 +222218,12 @@
|
|
|
222218
222218
|
"description": "The color of the breadcrumb.",
|
|
222219
222219
|
"name": "color",
|
|
222220
222220
|
"parent": {
|
|
222221
|
-
"fileName": "
|
|
222221
|
+
"fileName": "src/components/Breadcrumb/Breadcrumb.tsx",
|
|
222222
222222
|
"name": "BreadcrumbProps"
|
|
222223
222223
|
},
|
|
222224
222224
|
"declarations": [
|
|
222225
222225
|
{
|
|
222226
|
-
"fileName": "
|
|
222226
|
+
"fileName": "src/components/Breadcrumb/Breadcrumb.tsx",
|
|
222227
222227
|
"name": "BreadcrumbProps"
|
|
222228
222228
|
}
|
|
222229
222229
|
],
|
|
@@ -223794,7 +223794,7 @@
|
|
|
223794
223794
|
"tags": {
|
|
223795
223795
|
"flr-generate": "all"
|
|
223796
223796
|
},
|
|
223797
|
-
"filePath": "
|
|
223797
|
+
"filePath": "src/components/BigNumber/BigNumber.tsx",
|
|
223798
223798
|
"description": "",
|
|
223799
223799
|
"displayName": "BigNumber",
|
|
223800
223800
|
"methods": [],
|
|
@@ -224038,7 +224038,7 @@
|
|
|
224038
224038
|
"tags": {
|
|
224039
224039
|
"flr-generate": "all"
|
|
224040
224040
|
},
|
|
224041
|
-
"filePath": "
|
|
224041
|
+
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
224042
224042
|
"description": "",
|
|
224043
224043
|
"displayName": "AvatarStack",
|
|
224044
224044
|
"methods": [],
|
|
@@ -224048,12 +224048,12 @@
|
|
|
224048
224048
|
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
224049
224049
|
"name": "totalCount",
|
|
224050
224050
|
"parent": {
|
|
224051
|
-
"fileName": "
|
|
224051
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
224052
224052
|
"name": "AvatarStackProps"
|
|
224053
224053
|
},
|
|
224054
224054
|
"declarations": [
|
|
224055
224055
|
{
|
|
224056
|
-
"fileName": "
|
|
224056
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
224057
224057
|
"name": "AvatarStackProps"
|
|
224058
224058
|
}
|
|
224059
224059
|
],
|
|
@@ -224067,12 +224067,12 @@
|
|
|
224067
224067
|
"description": "The onPress action of the additional items count element",
|
|
224068
224068
|
"name": "onCountPress",
|
|
224069
224069
|
"parent": {
|
|
224070
|
-
"fileName": "
|
|
224070
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
224071
224071
|
"name": "AvatarStackProps"
|
|
224072
224072
|
},
|
|
224073
224073
|
"declarations": [
|
|
224074
224074
|
{
|
|
224075
|
-
"fileName": "
|
|
224075
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
224076
224076
|
"name": "AvatarStackProps"
|
|
224077
224077
|
}
|
|
224078
224078
|
],
|
|
@@ -224088,12 +224088,12 @@
|
|
|
224088
224088
|
"description": "The size of the avatars inside the stack.",
|
|
224089
224089
|
"name": "size",
|
|
224090
224090
|
"parent": {
|
|
224091
|
-
"fileName": "
|
|
224091
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
224092
224092
|
"name": "AvatarStackProps"
|
|
224093
224093
|
},
|
|
224094
224094
|
"declarations": [
|
|
224095
224095
|
{
|
|
224096
|
-
"fileName": "
|
|
224096
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
224097
224097
|
"name": "AvatarStackProps"
|
|
224098
224098
|
}
|
|
224099
224099
|
],
|
|
@@ -239642,87 +239642,6 @@
|
|
|
239642
239642
|
}
|
|
239643
239643
|
}
|
|
239644
239644
|
},
|
|
239645
|
-
{
|
|
239646
|
-
"tags": {},
|
|
239647
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
|
|
239648
|
-
"description": "",
|
|
239649
|
-
"displayName": "Activity",
|
|
239650
|
-
"methods": [],
|
|
239651
|
-
"props": {
|
|
239652
|
-
"isActive": {
|
|
239653
|
-
"defaultValue": null,
|
|
239654
|
-
"description": "",
|
|
239655
|
-
"name": "isActive",
|
|
239656
|
-
"parent": {
|
|
239657
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239658
|
-
"name": "ActivityProps"
|
|
239659
|
-
},
|
|
239660
|
-
"declarations": [
|
|
239661
|
-
{
|
|
239662
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239663
|
-
"name": "ActivityProps"
|
|
239664
|
-
}
|
|
239665
|
-
],
|
|
239666
|
-
"required": false,
|
|
239667
|
-
"type": {
|
|
239668
|
-
"name": "boolean"
|
|
239669
|
-
}
|
|
239670
|
-
},
|
|
239671
|
-
"inactiveDelay": {
|
|
239672
|
-
"defaultValue": null,
|
|
239673
|
-
"description": "",
|
|
239674
|
-
"name": "inactiveDelay",
|
|
239675
|
-
"parent": {
|
|
239676
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239677
|
-
"name": "ActivityProps"
|
|
239678
|
-
},
|
|
239679
|
-
"declarations": [
|
|
239680
|
-
{
|
|
239681
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239682
|
-
"name": "ActivityProps"
|
|
239683
|
-
}
|
|
239684
|
-
],
|
|
239685
|
-
"required": false,
|
|
239686
|
-
"type": {
|
|
239687
|
-
"name": "number"
|
|
239688
|
-
}
|
|
239689
|
-
},
|
|
239690
|
-
"forceCustomActivity": {
|
|
239691
|
-
"defaultValue": null,
|
|
239692
|
-
"description": "@internal",
|
|
239693
|
-
"name": "forceCustomActivity",
|
|
239694
|
-
"parent": {
|
|
239695
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239696
|
-
"name": "ActivityProps"
|
|
239697
|
-
},
|
|
239698
|
-
"declarations": [
|
|
239699
|
-
{
|
|
239700
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239701
|
-
"name": "ActivityProps"
|
|
239702
|
-
}
|
|
239703
|
-
],
|
|
239704
|
-
"required": false,
|
|
239705
|
-
"type": {
|
|
239706
|
-
"name": "boolean"
|
|
239707
|
-
}
|
|
239708
|
-
},
|
|
239709
|
-
"children": {
|
|
239710
|
-
"defaultValue": null,
|
|
239711
|
-
"description": "",
|
|
239712
|
-
"name": "children",
|
|
239713
|
-
"declarations": [
|
|
239714
|
-
{
|
|
239715
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
239716
|
-
"name": "TypeLiteral"
|
|
239717
|
-
}
|
|
239718
|
-
],
|
|
239719
|
-
"required": false,
|
|
239720
|
-
"type": {
|
|
239721
|
-
"name": "ReactNode"
|
|
239722
|
-
}
|
|
239723
|
-
}
|
|
239724
|
-
}
|
|
239725
|
-
},
|
|
239726
239645
|
{
|
|
239727
239646
|
"tags": {
|
|
239728
239647
|
"flr-generate": "all"
|
|
@@ -239865,6 +239784,87 @@
|
|
|
239865
239784
|
}
|
|
239866
239785
|
}
|
|
239867
239786
|
},
|
|
239787
|
+
{
|
|
239788
|
+
"tags": {},
|
|
239789
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
|
|
239790
|
+
"description": "",
|
|
239791
|
+
"displayName": "Activity",
|
|
239792
|
+
"methods": [],
|
|
239793
|
+
"props": {
|
|
239794
|
+
"isActive": {
|
|
239795
|
+
"defaultValue": null,
|
|
239796
|
+
"description": "",
|
|
239797
|
+
"name": "isActive",
|
|
239798
|
+
"parent": {
|
|
239799
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239800
|
+
"name": "ActivityProps"
|
|
239801
|
+
},
|
|
239802
|
+
"declarations": [
|
|
239803
|
+
{
|
|
239804
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239805
|
+
"name": "ActivityProps"
|
|
239806
|
+
}
|
|
239807
|
+
],
|
|
239808
|
+
"required": false,
|
|
239809
|
+
"type": {
|
|
239810
|
+
"name": "boolean"
|
|
239811
|
+
}
|
|
239812
|
+
},
|
|
239813
|
+
"inactiveDelay": {
|
|
239814
|
+
"defaultValue": null,
|
|
239815
|
+
"description": "",
|
|
239816
|
+
"name": "inactiveDelay",
|
|
239817
|
+
"parent": {
|
|
239818
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239819
|
+
"name": "ActivityProps"
|
|
239820
|
+
},
|
|
239821
|
+
"declarations": [
|
|
239822
|
+
{
|
|
239823
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239824
|
+
"name": "ActivityProps"
|
|
239825
|
+
}
|
|
239826
|
+
],
|
|
239827
|
+
"required": false,
|
|
239828
|
+
"type": {
|
|
239829
|
+
"name": "number"
|
|
239830
|
+
}
|
|
239831
|
+
},
|
|
239832
|
+
"forceCustomActivity": {
|
|
239833
|
+
"defaultValue": null,
|
|
239834
|
+
"description": "@internal",
|
|
239835
|
+
"name": "forceCustomActivity",
|
|
239836
|
+
"parent": {
|
|
239837
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239838
|
+
"name": "ActivityProps"
|
|
239839
|
+
},
|
|
239840
|
+
"declarations": [
|
|
239841
|
+
{
|
|
239842
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
239843
|
+
"name": "ActivityProps"
|
|
239844
|
+
}
|
|
239845
|
+
],
|
|
239846
|
+
"required": false,
|
|
239847
|
+
"type": {
|
|
239848
|
+
"name": "boolean"
|
|
239849
|
+
}
|
|
239850
|
+
},
|
|
239851
|
+
"children": {
|
|
239852
|
+
"defaultValue": null,
|
|
239853
|
+
"description": "",
|
|
239854
|
+
"name": "children",
|
|
239855
|
+
"declarations": [
|
|
239856
|
+
{
|
|
239857
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
239858
|
+
"name": "TypeLiteral"
|
|
239859
|
+
}
|
|
239860
|
+
],
|
|
239861
|
+
"required": false,
|
|
239862
|
+
"type": {
|
|
239863
|
+
"name": "ReactNode"
|
|
239864
|
+
}
|
|
239865
|
+
}
|
|
239866
|
+
}
|
|
239867
|
+
},
|
|
239868
239868
|
{
|
|
239869
239869
|
"tags": {},
|
|
239870
239870
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
@@ -299726,6 +299726,34 @@
|
|
|
299726
299726
|
}
|
|
299727
299727
|
}
|
|
299728
299728
|
},
|
|
299729
|
+
{
|
|
299730
|
+
"tags": {},
|
|
299731
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
299732
|
+
"description": "",
|
|
299733
|
+
"displayName": "PopoverTip",
|
|
299734
|
+
"methods": [],
|
|
299735
|
+
"props": {
|
|
299736
|
+
"className": {
|
|
299737
|
+
"defaultValue": null,
|
|
299738
|
+
"description": "The elements class name.",
|
|
299739
|
+
"name": "className",
|
|
299740
|
+
"parent": {
|
|
299741
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
299742
|
+
"name": "PropsWithClassName"
|
|
299743
|
+
},
|
|
299744
|
+
"declarations": [
|
|
299745
|
+
{
|
|
299746
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
299747
|
+
"name": "PropsWithClassName"
|
|
299748
|
+
}
|
|
299749
|
+
],
|
|
299750
|
+
"required": false,
|
|
299751
|
+
"type": {
|
|
299752
|
+
"name": "string"
|
|
299753
|
+
}
|
|
299754
|
+
}
|
|
299755
|
+
}
|
|
299756
|
+
},
|
|
299729
299757
|
{
|
|
299730
299758
|
"tags": {
|
|
299731
299759
|
"flr-generate": "all"
|
|
@@ -299904,34 +299932,6 @@
|
|
|
299904
299932
|
}
|
|
299905
299933
|
}
|
|
299906
299934
|
},
|
|
299907
|
-
{
|
|
299908
|
-
"tags": {},
|
|
299909
|
-
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
299910
|
-
"description": "",
|
|
299911
|
-
"displayName": "PopoverTip",
|
|
299912
|
-
"methods": [],
|
|
299913
|
-
"props": {
|
|
299914
|
-
"className": {
|
|
299915
|
-
"defaultValue": null,
|
|
299916
|
-
"description": "The elements class name.",
|
|
299917
|
-
"name": "className",
|
|
299918
|
-
"parent": {
|
|
299919
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
299920
|
-
"name": "PropsWithClassName"
|
|
299921
|
-
},
|
|
299922
|
-
"declarations": [
|
|
299923
|
-
{
|
|
299924
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
299925
|
-
"name": "PropsWithClassName"
|
|
299926
|
-
}
|
|
299927
|
-
],
|
|
299928
|
-
"required": false,
|
|
299929
|
-
"type": {
|
|
299930
|
-
"name": "string"
|
|
299931
|
-
}
|
|
299932
|
-
}
|
|
299933
|
-
}
|
|
299934
|
-
},
|
|
299935
299935
|
{
|
|
299936
299936
|
"tags": {
|
|
299937
299937
|
"internal": ""
|
|
@@ -311474,7 +311474,7 @@
|
|
|
311474
311474
|
"tags": {
|
|
311475
311475
|
"flr-generate": "all"
|
|
311476
311476
|
},
|
|
311477
|
-
"filePath": "
|
|
311477
|
+
"filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
311478
311478
|
"description": "",
|
|
311479
311479
|
"displayName": "YAxis",
|
|
311480
311480
|
"methods": [],
|
|
@@ -311713,7 +311713,7 @@
|
|
|
311713
311713
|
"tags": {
|
|
311714
311714
|
"flr-generate": "all"
|
|
311715
311715
|
},
|
|
311716
|
-
"filePath": "
|
|
311716
|
+
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
311717
311717
|
"description": "",
|
|
311718
311718
|
"displayName": "XAxis",
|
|
311719
311719
|
"methods": [],
|
|
@@ -311971,7 +311971,7 @@
|
|
|
311971
311971
|
"tags": {
|
|
311972
311972
|
"flr-generate": "all"
|
|
311973
311973
|
},
|
|
311974
|
-
"filePath": "
|
|
311974
|
+
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
311975
311975
|
"description": "",
|
|
311976
311976
|
"displayName": "Line",
|
|
311977
311977
|
"methods": [],
|
|
@@ -311983,12 +311983,12 @@
|
|
|
311983
311983
|
"description": "The color of the line.",
|
|
311984
311984
|
"name": "color",
|
|
311985
311985
|
"parent": {
|
|
311986
|
-
"fileName": "
|
|
311986
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
311987
311987
|
"name": "LineProps"
|
|
311988
311988
|
},
|
|
311989
311989
|
"declarations": [
|
|
311990
311990
|
{
|
|
311991
|
-
"fileName": "
|
|
311991
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
311992
311992
|
"name": "LineProps"
|
|
311993
311993
|
}
|
|
311994
311994
|
],
|
|
@@ -312140,7 +312140,7 @@
|
|
|
312140
312140
|
"tags": {
|
|
312141
312141
|
"internal": ""
|
|
312142
312142
|
},
|
|
312143
|
-
"filePath": "
|
|
312143
|
+
"filePath": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
|
|
312144
312144
|
"description": "",
|
|
312145
312145
|
"displayName": "TooltipLegendItem",
|
|
312146
312146
|
"methods": [],
|
|
@@ -312150,12 +312150,12 @@
|
|
|
312150
312150
|
"description": "",
|
|
312151
312151
|
"name": "item",
|
|
312152
312152
|
"parent": {
|
|
312153
|
-
"fileName": "
|
|
312153
|
+
"fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
|
|
312154
312154
|
"name": "LegendItemLabelProps"
|
|
312155
312155
|
},
|
|
312156
312156
|
"declarations": [
|
|
312157
312157
|
{
|
|
312158
|
-
"fileName": "
|
|
312158
|
+
"fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
|
|
312159
312159
|
"name": "LegendItemLabelProps"
|
|
312160
312160
|
}
|
|
312161
312161
|
],
|
|
@@ -312169,12 +312169,12 @@
|
|
|
312169
312169
|
"description": "",
|
|
312170
312170
|
"name": "index",
|
|
312171
312171
|
"parent": {
|
|
312172
|
-
"fileName": "
|
|
312172
|
+
"fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
|
|
312173
312173
|
"name": "LegendItemLabelProps"
|
|
312174
312174
|
},
|
|
312175
312175
|
"declarations": [
|
|
312176
312176
|
{
|
|
312177
|
-
"fileName": "
|
|
312177
|
+
"fileName": "src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.tsx",
|
|
312178
312178
|
"name": "LegendItemLabelProps"
|
|
312179
312179
|
}
|
|
312180
312180
|
],
|