@mittwald/flow-react-components 0.2.0-alpha.282 → 0.2.0-alpha.284
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 +8 -0
- package/dist/assets/doc-properties.json +140 -140
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.284](https://github.com/mittwald/flow/compare/0.2.0-alpha.283...0.2.0-alpha.284) (2025-06-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.283](https://github.com/mittwald/flow/compare/0.2.0-alpha.282...0.2.0-alpha.283) (2025-06-18)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
13
|
+
|
|
6
14
|
# [0.2.0-alpha.282](https://github.com/mittwald/flow/compare/0.2.0-alpha.281...0.2.0-alpha.282) (2025-06-18)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -52652,6 +52652,51 @@
|
|
|
52652
52652
|
}
|
|
52653
52653
|
}
|
|
52654
52654
|
},
|
|
52655
|
+
{
|
|
52656
|
+
"tags": {
|
|
52657
|
+
"flr-generate": "all"
|
|
52658
|
+
},
|
|
52659
|
+
"filePath": "src/components/MessageSeparator/MessageSeparator.tsx",
|
|
52660
|
+
"description": "",
|
|
52661
|
+
"displayName": "MessageSeparator",
|
|
52662
|
+
"methods": [],
|
|
52663
|
+
"props": {
|
|
52664
|
+
"children": {
|
|
52665
|
+
"defaultValue": null,
|
|
52666
|
+
"description": "",
|
|
52667
|
+
"name": "children",
|
|
52668
|
+
"declarations": [
|
|
52669
|
+
{
|
|
52670
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
52671
|
+
"name": "TypeLiteral"
|
|
52672
|
+
}
|
|
52673
|
+
],
|
|
52674
|
+
"required": false,
|
|
52675
|
+
"type": {
|
|
52676
|
+
"name": "ReactNode"
|
|
52677
|
+
}
|
|
52678
|
+
},
|
|
52679
|
+
"className": {
|
|
52680
|
+
"defaultValue": null,
|
|
52681
|
+
"description": "The elements class name.",
|
|
52682
|
+
"name": "className",
|
|
52683
|
+
"parent": {
|
|
52684
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
52685
|
+
"name": "PropsWithClassName"
|
|
52686
|
+
},
|
|
52687
|
+
"declarations": [
|
|
52688
|
+
{
|
|
52689
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
52690
|
+
"name": "PropsWithClassName"
|
|
52691
|
+
}
|
|
52692
|
+
],
|
|
52693
|
+
"required": false,
|
|
52694
|
+
"type": {
|
|
52695
|
+
"name": "string"
|
|
52696
|
+
}
|
|
52697
|
+
}
|
|
52698
|
+
}
|
|
52699
|
+
},
|
|
52655
52700
|
{
|
|
52656
52701
|
"tags": {
|
|
52657
52702
|
"flr-generate": "all",
|
|
@@ -52774,51 +52819,6 @@
|
|
|
52774
52819
|
}
|
|
52775
52820
|
}
|
|
52776
52821
|
},
|
|
52777
|
-
{
|
|
52778
|
-
"tags": {
|
|
52779
|
-
"flr-generate": "all"
|
|
52780
|
-
},
|
|
52781
|
-
"filePath": "src/components/MessageSeparator/MessageSeparator.tsx",
|
|
52782
|
-
"description": "",
|
|
52783
|
-
"displayName": "MessageSeparator",
|
|
52784
|
-
"methods": [],
|
|
52785
|
-
"props": {
|
|
52786
|
-
"children": {
|
|
52787
|
-
"defaultValue": null,
|
|
52788
|
-
"description": "",
|
|
52789
|
-
"name": "children",
|
|
52790
|
-
"declarations": [
|
|
52791
|
-
{
|
|
52792
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
52793
|
-
"name": "TypeLiteral"
|
|
52794
|
-
}
|
|
52795
|
-
],
|
|
52796
|
-
"required": false,
|
|
52797
|
-
"type": {
|
|
52798
|
-
"name": "ReactNode"
|
|
52799
|
-
}
|
|
52800
|
-
},
|
|
52801
|
-
"className": {
|
|
52802
|
-
"defaultValue": null,
|
|
52803
|
-
"description": "The elements class name.",
|
|
52804
|
-
"name": "className",
|
|
52805
|
-
"parent": {
|
|
52806
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
52807
|
-
"name": "PropsWithClassName"
|
|
52808
|
-
},
|
|
52809
|
-
"declarations": [
|
|
52810
|
-
{
|
|
52811
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
52812
|
-
"name": "PropsWithClassName"
|
|
52813
|
-
}
|
|
52814
|
-
],
|
|
52815
|
-
"required": false,
|
|
52816
|
-
"type": {
|
|
52817
|
-
"name": "string"
|
|
52818
|
-
}
|
|
52819
|
-
}
|
|
52820
|
-
}
|
|
52821
|
-
},
|
|
52822
52822
|
{
|
|
52823
52823
|
"tags": {
|
|
52824
52824
|
"flr-generate": "all",
|
|
@@ -169540,23 +169540,23 @@
|
|
|
169540
169540
|
"tags": {
|
|
169541
169541
|
"flr-generate": "all"
|
|
169542
169542
|
},
|
|
169543
|
-
"filePath": "src/components/
|
|
169543
|
+
"filePath": "src/components/ChartLegend/ChartLegend.tsx",
|
|
169544
169544
|
"description": "",
|
|
169545
|
-
"displayName": "
|
|
169545
|
+
"displayName": "ChartLegend",
|
|
169546
169546
|
"methods": [],
|
|
169547
169547
|
"props": {
|
|
169548
|
-
"
|
|
169548
|
+
"className": {
|
|
169549
169549
|
"defaultValue": null,
|
|
169550
169550
|
"description": "",
|
|
169551
|
-
"name": "
|
|
169551
|
+
"name": "className",
|
|
169552
169552
|
"parent": {
|
|
169553
|
-
"fileName": "flow/node_modules/.pnpm
|
|
169554
|
-
"name": "
|
|
169553
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
169554
|
+
"name": "SVGAttributes"
|
|
169555
169555
|
},
|
|
169556
169556
|
"declarations": [
|
|
169557
169557
|
{
|
|
169558
|
-
"fileName": "flow/node_modules/.pnpm
|
|
169559
|
-
"name": "
|
|
169558
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
169559
|
+
"name": "SVGAttributes"
|
|
169560
169560
|
}
|
|
169561
169561
|
],
|
|
169562
169562
|
"required": false,
|
|
@@ -169564,57 +169564,42 @@
|
|
|
169564
169564
|
"name": "string"
|
|
169565
169565
|
}
|
|
169566
169566
|
},
|
|
169567
|
-
"
|
|
169567
|
+
"verticalAlign": {
|
|
169568
169568
|
"defaultValue": null,
|
|
169569
169569
|
"description": "",
|
|
169570
|
-
"name": "
|
|
169571
|
-
"declarations": [
|
|
169572
|
-
{
|
|
169573
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
169574
|
-
"name": "TypeLiteral"
|
|
169575
|
-
}
|
|
169576
|
-
],
|
|
169577
|
-
"required": false,
|
|
169578
|
-
"type": {
|
|
169579
|
-
"name": "AllowInDimension"
|
|
169580
|
-
}
|
|
169581
|
-
},
|
|
169582
|
-
"formatter": {
|
|
169583
|
-
"defaultValue": null,
|
|
169584
|
-
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
169585
|
-
"name": "formatter",
|
|
169570
|
+
"name": "verticalAlign",
|
|
169586
169571
|
"parent": {
|
|
169587
|
-
"fileName": "
|
|
169588
|
-
"name": "
|
|
169572
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
169573
|
+
"name": "InternalProps"
|
|
169589
169574
|
},
|
|
169590
169575
|
"declarations": [
|
|
169591
169576
|
{
|
|
169592
|
-
"fileName": "
|
|
169593
|
-
"name": "
|
|
169577
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
169578
|
+
"name": "InternalProps"
|
|
169594
169579
|
}
|
|
169595
169580
|
],
|
|
169596
169581
|
"required": false,
|
|
169597
169582
|
"type": {
|
|
169598
|
-
"name": "
|
|
169583
|
+
"name": "VerticalAlignmentType"
|
|
169599
169584
|
}
|
|
169600
169585
|
},
|
|
169601
|
-
"
|
|
169586
|
+
"formatter": {
|
|
169602
169587
|
"defaultValue": null,
|
|
169603
|
-
"description": "A formatter function for the
|
|
169604
|
-
"name": "
|
|
169588
|
+
"description": "A formatter function for the texts of the Legend. Can be used for purposes\nlike translations.",
|
|
169589
|
+
"name": "formatter",
|
|
169605
169590
|
"parent": {
|
|
169606
|
-
"fileName": "src/components/
|
|
169607
|
-
"name": "
|
|
169591
|
+
"fileName": "src/components/ChartLegend/ChartLegend.tsx",
|
|
169592
|
+
"name": "WithChartLegendFormatters"
|
|
169608
169593
|
},
|
|
169609
169594
|
"declarations": [
|
|
169610
169595
|
{
|
|
169611
|
-
"fileName": "src/components/
|
|
169612
|
-
"name": "
|
|
169596
|
+
"fileName": "src/components/ChartLegend/ChartLegend.tsx",
|
|
169597
|
+
"name": "WithChartLegendFormatters"
|
|
169613
169598
|
}
|
|
169614
169599
|
],
|
|
169615
169600
|
"required": false,
|
|
169616
169601
|
"type": {
|
|
169617
|
-
"name": "
|
|
169602
|
+
"name": "ChartLegendFormatter"
|
|
169618
169603
|
}
|
|
169619
169604
|
}
|
|
169620
169605
|
}
|
|
@@ -169623,23 +169608,23 @@
|
|
|
169623
169608
|
"tags": {
|
|
169624
169609
|
"flr-generate": "all"
|
|
169625
169610
|
},
|
|
169626
|
-
"filePath": "src/components/
|
|
169611
|
+
"filePath": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
169627
169612
|
"description": "",
|
|
169628
|
-
"displayName": "
|
|
169613
|
+
"displayName": "ChartTooltip",
|
|
169629
169614
|
"methods": [],
|
|
169630
169615
|
"props": {
|
|
169631
|
-
"
|
|
169616
|
+
"wrapperClassName": {
|
|
169632
169617
|
"defaultValue": null,
|
|
169633
169618
|
"description": "",
|
|
169634
|
-
"name": "
|
|
169619
|
+
"name": "wrapperClassName",
|
|
169635
169620
|
"parent": {
|
|
169636
|
-
"fileName": "flow/node_modules/.pnpm
|
|
169637
|
-
"name": "
|
|
169621
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
169622
|
+
"name": "Props"
|
|
169638
169623
|
},
|
|
169639
169624
|
"declarations": [
|
|
169640
169625
|
{
|
|
169641
|
-
"fileName": "flow/node_modules/.pnpm
|
|
169642
|
-
"name": "
|
|
169626
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
169627
|
+
"name": "Props"
|
|
169643
169628
|
}
|
|
169644
169629
|
],
|
|
169645
169630
|
"required": false,
|
|
@@ -169647,42 +169632,57 @@
|
|
|
169647
169632
|
"name": "string"
|
|
169648
169633
|
}
|
|
169649
169634
|
},
|
|
169650
|
-
"
|
|
169635
|
+
"allowEscapeViewBox": {
|
|
169651
169636
|
"defaultValue": null,
|
|
169652
169637
|
"description": "",
|
|
169653
|
-
"name": "
|
|
169654
|
-
"parent": {
|
|
169655
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
169656
|
-
"name": "InternalProps"
|
|
169657
|
-
},
|
|
169638
|
+
"name": "allowEscapeViewBox",
|
|
169658
169639
|
"declarations": [
|
|
169659
169640
|
{
|
|
169660
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/
|
|
169661
|
-
"name": "
|
|
169641
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
169642
|
+
"name": "TypeLiteral"
|
|
169662
169643
|
}
|
|
169663
169644
|
],
|
|
169664
169645
|
"required": false,
|
|
169665
169646
|
"type": {
|
|
169666
|
-
"name": "
|
|
169647
|
+
"name": "AllowInDimension"
|
|
169667
169648
|
}
|
|
169668
169649
|
},
|
|
169669
169650
|
"formatter": {
|
|
169670
169651
|
"defaultValue": null,
|
|
169671
|
-
"description": "A formatter function for the
|
|
169652
|
+
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
169672
169653
|
"name": "formatter",
|
|
169673
169654
|
"parent": {
|
|
169674
|
-
"fileName": "src/components/
|
|
169675
|
-
"name": "
|
|
169655
|
+
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
169656
|
+
"name": "WithTooltipFormatters"
|
|
169676
169657
|
},
|
|
169677
169658
|
"declarations": [
|
|
169678
169659
|
{
|
|
169679
|
-
"fileName": "src/components/
|
|
169680
|
-
"name": "
|
|
169660
|
+
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
169661
|
+
"name": "WithTooltipFormatters"
|
|
169681
169662
|
}
|
|
169682
169663
|
],
|
|
169683
169664
|
"required": false,
|
|
169684
169665
|
"type": {
|
|
169685
|
-
"name": "
|
|
169666
|
+
"name": "TooltipLineFormatter"
|
|
169667
|
+
}
|
|
169668
|
+
},
|
|
169669
|
+
"headingFormatter": {
|
|
169670
|
+
"defaultValue": null,
|
|
169671
|
+
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
169672
|
+
"name": "headingFormatter",
|
|
169673
|
+
"parent": {
|
|
169674
|
+
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
169675
|
+
"name": "WithTooltipFormatters"
|
|
169676
|
+
},
|
|
169677
|
+
"declarations": [
|
|
169678
|
+
{
|
|
169679
|
+
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
169680
|
+
"name": "WithTooltipFormatters"
|
|
169681
|
+
}
|
|
169682
|
+
],
|
|
169683
|
+
"required": false,
|
|
169684
|
+
"type": {
|
|
169685
|
+
"name": "TooltipHeadingFormatter"
|
|
169686
169686
|
}
|
|
169687
169687
|
}
|
|
169688
169688
|
}
|
|
@@ -204226,38 +204226,38 @@
|
|
|
204226
204226
|
"name": "string | number"
|
|
204227
204227
|
}
|
|
204228
204228
|
},
|
|
204229
|
-
"
|
|
204229
|
+
"payload": {
|
|
204230
204230
|
"defaultValue": null,
|
|
204231
|
-
"description": "
|
|
204232
|
-
"name": "
|
|
204231
|
+
"description": "",
|
|
204232
|
+
"name": "payload",
|
|
204233
204233
|
"declarations": [
|
|
204234
|
-
{
|
|
204235
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
204236
|
-
"name": "TypeLiteral"
|
|
204237
|
-
},
|
|
204238
204234
|
{
|
|
204239
204235
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
204240
204236
|
"name": "TypeLiteral"
|
|
204241
204237
|
}
|
|
204242
204238
|
],
|
|
204243
|
-
"required":
|
|
204239
|
+
"required": true,
|
|
204244
204240
|
"type": {
|
|
204245
|
-
"name": "
|
|
204241
|
+
"name": "any[]"
|
|
204246
204242
|
}
|
|
204247
204243
|
},
|
|
204248
|
-
"
|
|
204244
|
+
"active": {
|
|
204249
204245
|
"defaultValue": null,
|
|
204250
|
-
"description": "",
|
|
204251
|
-
"name": "
|
|
204246
|
+
"description": "If true, then Tooltip is always displayed, once an activeIndex is set by mouse over, or programmatically.\nIf false, then Tooltip is never displayed.\nIf active is undefined, Recharts will control when the Tooltip displays. This includes mouse and keyboard controls.",
|
|
204247
|
+
"name": "active",
|
|
204252
204248
|
"declarations": [
|
|
204249
|
+
{
|
|
204250
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
204251
|
+
"name": "TypeLiteral"
|
|
204252
|
+
},
|
|
204253
204253
|
{
|
|
204254
204254
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
204255
204255
|
"name": "TypeLiteral"
|
|
204256
204256
|
}
|
|
204257
204257
|
],
|
|
204258
|
-
"required":
|
|
204258
|
+
"required": false,
|
|
204259
204259
|
"type": {
|
|
204260
|
-
"name": "
|
|
204260
|
+
"name": "boolean"
|
|
204261
204261
|
}
|
|
204262
204262
|
},
|
|
204263
204263
|
"wrapperClassName": {
|
|
@@ -242320,10 +242320,10 @@
|
|
|
242320
242320
|
"name": "VerticalAlignmentType"
|
|
242321
242321
|
}
|
|
242322
242322
|
},
|
|
242323
|
-
"
|
|
242323
|
+
"iconSize": {
|
|
242324
242324
|
"defaultValue": null,
|
|
242325
|
-
"description": "
|
|
242326
|
-
"name": "
|
|
242325
|
+
"description": "",
|
|
242326
|
+
"name": "iconSize",
|
|
242327
242327
|
"parent": {
|
|
242328
242328
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
242329
242329
|
"name": "InternalProps"
|
|
@@ -242336,13 +242336,13 @@
|
|
|
242336
242336
|
],
|
|
242337
242337
|
"required": false,
|
|
242338
242338
|
"type": {
|
|
242339
|
-
"name": "
|
|
242339
|
+
"name": "number"
|
|
242340
242340
|
}
|
|
242341
242341
|
},
|
|
242342
|
-
"
|
|
242342
|
+
"iconType": {
|
|
242343
242343
|
"defaultValue": null,
|
|
242344
242344
|
"description": "",
|
|
242345
|
-
"name": "
|
|
242345
|
+
"name": "iconType",
|
|
242346
242346
|
"parent": {
|
|
242347
242347
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
242348
242348
|
"name": "InternalProps"
|
|
@@ -242355,13 +242355,13 @@
|
|
|
242355
242355
|
],
|
|
242356
242356
|
"required": false,
|
|
242357
242357
|
"type": {
|
|
242358
|
-
"name": "
|
|
242358
|
+
"name": "IconType"
|
|
242359
242359
|
}
|
|
242360
242360
|
},
|
|
242361
|
-
"
|
|
242361
|
+
"layout": {
|
|
242362
242362
|
"defaultValue": null,
|
|
242363
242363
|
"description": "",
|
|
242364
|
-
"name": "
|
|
242364
|
+
"name": "layout",
|
|
242365
242365
|
"parent": {
|
|
242366
242366
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
242367
242367
|
"name": "InternalProps"
|
|
@@ -242374,13 +242374,13 @@
|
|
|
242374
242374
|
],
|
|
242375
242375
|
"required": false,
|
|
242376
242376
|
"type": {
|
|
242377
|
-
"name": "
|
|
242377
|
+
"name": "LayoutType"
|
|
242378
242378
|
}
|
|
242379
242379
|
},
|
|
242380
|
-
"
|
|
242380
|
+
"inactiveColor": {
|
|
242381
242381
|
"defaultValue": null,
|
|
242382
242382
|
"description": "",
|
|
242383
|
-
"name": "
|
|
242383
|
+
"name": "inactiveColor",
|
|
242384
242384
|
"parent": {
|
|
242385
242385
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
242386
242386
|
"name": "InternalProps"
|
|
@@ -242393,13 +242393,13 @@
|
|
|
242393
242393
|
],
|
|
242394
242394
|
"required": false,
|
|
242395
242395
|
"type": {
|
|
242396
|
-
"name": "
|
|
242396
|
+
"name": "string"
|
|
242397
242397
|
}
|
|
242398
242398
|
},
|
|
242399
|
-
"
|
|
242399
|
+
"payload": {
|
|
242400
242400
|
"defaultValue": null,
|
|
242401
|
-
"description": "",
|
|
242402
|
-
"name": "
|
|
242401
|
+
"description": "DefaultLegendContent.payload is omitted from Legend props.\nA custom payload can be passed here if desired or it can be passed from the Legend \"content\" callback.",
|
|
242402
|
+
"name": "payload",
|
|
242403
242403
|
"parent": {
|
|
242404
242404
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
242405
242405
|
"name": "InternalProps"
|
|
@@ -242412,13 +242412,13 @@
|
|
|
242412
242412
|
],
|
|
242413
242413
|
"required": false,
|
|
242414
242414
|
"type": {
|
|
242415
|
-
"name": "
|
|
242415
|
+
"name": "readonly LegendPayload[]"
|
|
242416
242416
|
}
|
|
242417
242417
|
},
|
|
242418
|
-
"
|
|
242418
|
+
"itemSorter": {
|
|
242419
242419
|
"defaultValue": null,
|
|
242420
242420
|
"description": "",
|
|
242421
|
-
"name": "
|
|
242421
|
+
"name": "itemSorter",
|
|
242422
242422
|
"parent": {
|
|
242423
242423
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
242424
242424
|
"name": "InternalProps"
|
|
@@ -242431,7 +242431,7 @@
|
|
|
242431
242431
|
],
|
|
242432
242432
|
"required": false,
|
|
242433
242433
|
"type": {
|
|
242434
|
-
"name": "string"
|
|
242434
|
+
"name": "\"dataKey\" | \"value\" | ((item: LegendPayload) => string | number)"
|
|
242435
242435
|
}
|
|
242436
242436
|
},
|
|
242437
242437
|
"formatter": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.284",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@chakra-ui/live-region": "^2.1.0",
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "^2.1.4",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.284",
|
|
62
62
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
63
63
|
"@react-aria/form": "^3.0.16",
|
|
64
64
|
"@react-aria/utils": "^3.29.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@faker-js/faker": "^9.8.0",
|
|
100
100
|
"@internationalized/date": "^3.8.1",
|
|
101
101
|
"@mittwald/flow-core": "",
|
|
102
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
102
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.284",
|
|
103
103
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
104
104
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
105
105
|
"@mittwald/typescript-config": "",
|
|
@@ -181,5 +181,5 @@
|
|
|
181
181
|
"optional": true
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
|
-
"gitHead": "
|
|
184
|
+
"gitHead": "1bb7e16b400d3884c8eb380a721cf4d90e2bb9de"
|
|
185
185
|
}
|