@mittwald/flow-react-components 0.2.0-alpha.602 → 0.2.0-alpha.603
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 +6 -0
- package/dist/assets/doc-properties.json +39 -39
- package/dist/css/all.css +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.603](https://github.com/mittwald/flow/compare/0.2.0-alpha.602...0.2.0-alpha.603) (2025-12-18)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **List:** fix table hover color ([#2210](https://github.com/mittwald/flow/issues/2210)) ([f8efc33](https://github.com/mittwald/flow/commit/f8efc337fb4d544a356ddd182ff3db6cb364c5d8))
|
|
11
|
+
|
|
6
12
|
# [0.2.0-alpha.602](https://github.com/mittwald/flow/compare/0.2.0-alpha.601...0.2.0-alpha.602) (2025-12-17)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
|
@@ -309153,9 +309153,9 @@
|
|
|
309153
309153
|
"tags": {
|
|
309154
309154
|
"flr-generate": "all"
|
|
309155
309155
|
},
|
|
309156
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/
|
|
309156
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
|
|
309157
309157
|
"description": "",
|
|
309158
|
-
"displayName": "
|
|
309158
|
+
"displayName": "YAxis",
|
|
309159
309159
|
"methods": [],
|
|
309160
309160
|
"props": {
|
|
309161
309161
|
"className": {
|
|
@@ -309291,37 +309291,18 @@
|
|
|
309291
309291
|
"name": "boolean"
|
|
309292
309292
|
}
|
|
309293
309293
|
},
|
|
309294
|
-
"allowDataOverflow": {
|
|
309295
|
-
"defaultValue": null,
|
|
309296
|
-
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
|
|
309297
|
-
"name": "allowDataOverflow",
|
|
309298
|
-
"parent": {
|
|
309299
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
309300
|
-
"name": "BaseAxisProps"
|
|
309301
|
-
},
|
|
309302
|
-
"declarations": [
|
|
309303
|
-
{
|
|
309304
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
309305
|
-
"name": "BaseAxisProps"
|
|
309306
|
-
}
|
|
309307
|
-
],
|
|
309308
|
-
"required": false,
|
|
309309
|
-
"type": {
|
|
309310
|
-
"name": "boolean"
|
|
309311
|
-
}
|
|
309312
|
-
},
|
|
309313
309294
|
"interval": {
|
|
309314
309295
|
"defaultValue": null,
|
|
309315
309296
|
"description": "",
|
|
309316
309297
|
"name": "interval",
|
|
309317
309298
|
"parent": {
|
|
309318
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
309319
|
-
"name": "
|
|
309299
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
309300
|
+
"name": "YAxisProps"
|
|
309320
309301
|
},
|
|
309321
309302
|
"declarations": [
|
|
309322
309303
|
{
|
|
309323
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
309324
|
-
"name": "
|
|
309304
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
309305
|
+
"name": "YAxisProps"
|
|
309325
309306
|
}
|
|
309326
309307
|
],
|
|
309327
309308
|
"required": false,
|
|
@@ -309334,13 +309315,13 @@
|
|
|
309334
309315
|
"description": "",
|
|
309335
309316
|
"name": "minTickGap",
|
|
309336
309317
|
"parent": {
|
|
309337
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
309338
|
-
"name": "
|
|
309318
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
309319
|
+
"name": "YAxisProps"
|
|
309339
309320
|
},
|
|
309340
309321
|
"declarations": [
|
|
309341
309322
|
{
|
|
309342
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
309343
|
-
"name": "
|
|
309323
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
|
|
309324
|
+
"name": "YAxisProps"
|
|
309344
309325
|
}
|
|
309345
309326
|
],
|
|
309346
309327
|
"required": false,
|
|
@@ -309411,9 +309392,9 @@
|
|
|
309411
309392
|
"tags": {
|
|
309412
309393
|
"flr-generate": "all"
|
|
309413
309394
|
},
|
|
309414
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/
|
|
309395
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
309415
309396
|
"description": "",
|
|
309416
|
-
"displayName": "
|
|
309397
|
+
"displayName": "XAxis",
|
|
309417
309398
|
"methods": [],
|
|
309418
309399
|
"props": {
|
|
309419
309400
|
"className": {
|
|
@@ -309554,13 +309535,13 @@
|
|
|
309554
309535
|
"description": "",
|
|
309555
309536
|
"name": "interval",
|
|
309556
309537
|
"parent": {
|
|
309557
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
309558
|
-
"name": "
|
|
309538
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
309539
|
+
"name": "XAxisProps"
|
|
309559
309540
|
},
|
|
309560
309541
|
"declarations": [
|
|
309561
309542
|
{
|
|
309562
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
309563
|
-
"name": "
|
|
309543
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
309544
|
+
"name": "XAxisProps"
|
|
309564
309545
|
}
|
|
309565
309546
|
],
|
|
309566
309547
|
"required": false,
|
|
@@ -309573,13 +309554,13 @@
|
|
|
309573
309554
|
"description": "",
|
|
309574
309555
|
"name": "minTickGap",
|
|
309575
309556
|
"parent": {
|
|
309576
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
309577
|
-
"name": "
|
|
309557
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
309558
|
+
"name": "XAxisProps"
|
|
309578
309559
|
},
|
|
309579
309560
|
"declarations": [
|
|
309580
309561
|
{
|
|
309581
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/
|
|
309582
|
-
"name": "
|
|
309562
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
309563
|
+
"name": "XAxisProps"
|
|
309583
309564
|
}
|
|
309584
309565
|
],
|
|
309585
309566
|
"required": false,
|
|
@@ -309643,6 +309624,25 @@
|
|
|
309643
309624
|
"type": {
|
|
309644
309625
|
"name": "((value: any, index: number) => string)"
|
|
309645
309626
|
}
|
|
309627
|
+
},
|
|
309628
|
+
"allowDataOverflow": {
|
|
309629
|
+
"defaultValue": null,
|
|
309630
|
+
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
|
|
309631
|
+
"name": "allowDataOverflow",
|
|
309632
|
+
"parent": {
|
|
309633
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
309634
|
+
"name": "BaseAxisProps"
|
|
309635
|
+
},
|
|
309636
|
+
"declarations": [
|
|
309637
|
+
{
|
|
309638
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
309639
|
+
"name": "BaseAxisProps"
|
|
309640
|
+
}
|
|
309641
|
+
],
|
|
309642
|
+
"required": false,
|
|
309643
|
+
"type": {
|
|
309644
|
+
"name": "boolean"
|
|
309645
|
+
}
|
|
309646
309646
|
}
|
|
309647
309647
|
}
|
|
309648
309648
|
},
|