@mittwald/flow-react-components 0.2.0-alpha.601 → 0.2.0-alpha.602

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 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.602](https://github.com/mittwald/flow/compare/0.2.0-alpha.601...0.2.0-alpha.602) (2025-12-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **List:** fix vertical alignment in tiles-view ([#2169](https://github.com/mittwald/flow/issues/2169)) ([294cc73](https://github.com/mittwald/flow/commit/294cc73d7ccb66f6de7fab456a4fe693148b2daa))
11
+
6
12
  # [0.2.0-alpha.601](https://github.com/mittwald/flow/compare/0.2.0-alpha.600...0.2.0-alpha.601) (2025-12-15)
7
13
 
8
14
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -223850,110 +223850,6 @@
223850
223850
  }
223851
223851
  }
223852
223852
  },
223853
- {
223854
- "tags": {
223855
- "flr-generate": "all"
223856
- },
223857
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AvatarStack/AvatarStack.tsx",
223858
- "description": "",
223859
- "displayName": "AvatarStack",
223860
- "methods": [],
223861
- "props": {
223862
- "totalCount": {
223863
- "defaultValue": null,
223864
- "description": "The total count of items, as avatars should only be displayed for the first\nview",
223865
- "name": "totalCount",
223866
- "parent": {
223867
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
223868
- "name": "AvatarStackProps"
223869
- },
223870
- "declarations": [
223871
- {
223872
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
223873
- "name": "AvatarStackProps"
223874
- }
223875
- ],
223876
- "required": false,
223877
- "type": {
223878
- "name": "number"
223879
- }
223880
- },
223881
- "onCountPress": {
223882
- "defaultValue": null,
223883
- "description": "The onPress action of the additional items count element",
223884
- "name": "onCountPress",
223885
- "parent": {
223886
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
223887
- "name": "AvatarStackProps"
223888
- },
223889
- "declarations": [
223890
- {
223891
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
223892
- "name": "AvatarStackProps"
223893
- }
223894
- ],
223895
- "required": false,
223896
- "type": {
223897
- "name": "(() => void)"
223898
- }
223899
- },
223900
- "size": {
223901
- "defaultValue": {
223902
- "value": "\"m\""
223903
- },
223904
- "description": "The size of the avatars inside the stack.",
223905
- "name": "size",
223906
- "parent": {
223907
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
223908
- "name": "AvatarStackProps"
223909
- },
223910
- "declarations": [
223911
- {
223912
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
223913
- "name": "AvatarStackProps"
223914
- }
223915
- ],
223916
- "required": false,
223917
- "type": {
223918
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
223919
- }
223920
- },
223921
- "className": {
223922
- "defaultValue": null,
223923
- "description": "The elements class name.",
223924
- "name": "className",
223925
- "parent": {
223926
- "fileName": "components/src/lib/types/props.ts",
223927
- "name": "PropsWithClassName"
223928
- },
223929
- "declarations": [
223930
- {
223931
- "fileName": "components/src/lib/types/props.ts",
223932
- "name": "PropsWithClassName"
223933
- }
223934
- ],
223935
- "required": false,
223936
- "type": {
223937
- "name": "string"
223938
- }
223939
- },
223940
- "children": {
223941
- "defaultValue": null,
223942
- "description": "",
223943
- "name": "children",
223944
- "declarations": [
223945
- {
223946
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
223947
- "name": "TypeLiteral"
223948
- }
223949
- ],
223950
- "required": false,
223951
- "type": {
223952
- "name": "ReactNode"
223953
- }
223954
- }
223955
- }
223956
- },
223957
223853
  {
223958
223854
  "tags": {
223959
223855
  "flr-generate": "all"
@@ -224153,6 +224049,110 @@
224153
224049
  }
224154
224050
  }
224155
224051
  },
224052
+ {
224053
+ "tags": {
224054
+ "flr-generate": "all"
224055
+ },
224056
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AvatarStack/AvatarStack.tsx",
224057
+ "description": "",
224058
+ "displayName": "AvatarStack",
224059
+ "methods": [],
224060
+ "props": {
224061
+ "totalCount": {
224062
+ "defaultValue": null,
224063
+ "description": "The total count of items, as avatars should only be displayed for the first\nview",
224064
+ "name": "totalCount",
224065
+ "parent": {
224066
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224067
+ "name": "AvatarStackProps"
224068
+ },
224069
+ "declarations": [
224070
+ {
224071
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224072
+ "name": "AvatarStackProps"
224073
+ }
224074
+ ],
224075
+ "required": false,
224076
+ "type": {
224077
+ "name": "number"
224078
+ }
224079
+ },
224080
+ "onCountPress": {
224081
+ "defaultValue": null,
224082
+ "description": "The onPress action of the additional items count element",
224083
+ "name": "onCountPress",
224084
+ "parent": {
224085
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224086
+ "name": "AvatarStackProps"
224087
+ },
224088
+ "declarations": [
224089
+ {
224090
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224091
+ "name": "AvatarStackProps"
224092
+ }
224093
+ ],
224094
+ "required": false,
224095
+ "type": {
224096
+ "name": "(() => void)"
224097
+ }
224098
+ },
224099
+ "size": {
224100
+ "defaultValue": {
224101
+ "value": "\"m\""
224102
+ },
224103
+ "description": "The size of the avatars inside the stack.",
224104
+ "name": "size",
224105
+ "parent": {
224106
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224107
+ "name": "AvatarStackProps"
224108
+ },
224109
+ "declarations": [
224110
+ {
224111
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
224112
+ "name": "AvatarStackProps"
224113
+ }
224114
+ ],
224115
+ "required": false,
224116
+ "type": {
224117
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
224118
+ }
224119
+ },
224120
+ "className": {
224121
+ "defaultValue": null,
224122
+ "description": "The elements class name.",
224123
+ "name": "className",
224124
+ "parent": {
224125
+ "fileName": "components/src/lib/types/props.ts",
224126
+ "name": "PropsWithClassName"
224127
+ },
224128
+ "declarations": [
224129
+ {
224130
+ "fileName": "components/src/lib/types/props.ts",
224131
+ "name": "PropsWithClassName"
224132
+ }
224133
+ ],
224134
+ "required": false,
224135
+ "type": {
224136
+ "name": "string"
224137
+ }
224138
+ },
224139
+ "children": {
224140
+ "defaultValue": null,
224141
+ "description": "",
224142
+ "name": "children",
224143
+ "declarations": [
224144
+ {
224145
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
224146
+ "name": "TypeLiteral"
224147
+ }
224148
+ ],
224149
+ "required": false,
224150
+ "type": {
224151
+ "name": "ReactNode"
224152
+ }
224153
+ }
224154
+ }
224155
+ },
224156
224156
  {
224157
224157
  "tags": {
224158
224158
  "flr-generate": "all"
@@ -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/YAxis/YAxis.tsx",
309156
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
309157
309157
  "description": "",
309158
- "displayName": "YAxis",
309158
+ "displayName": "XAxis",
309159
309159
  "methods": [],
309160
309160
  "props": {
309161
309161
  "className": {
@@ -309291,18 +309291,37 @@
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
+ },
309294
309313
  "interval": {
309295
309314
  "defaultValue": null,
309296
309315
  "description": "",
309297
309316
  "name": "interval",
309298
309317
  "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/cartesian/YAxis.d.ts",
309300
- "name": "YAxisProps"
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/XAxis.d.ts",
309319
+ "name": "XAxisProps"
309301
309320
  },
309302
309321
  "declarations": [
309303
309322
  {
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"
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/XAxis.d.ts",
309324
+ "name": "XAxisProps"
309306
309325
  }
309307
309326
  ],
309308
309327
  "required": false,
@@ -309315,13 +309334,13 @@
309315
309334
  "description": "",
309316
309335
  "name": "minTickGap",
309317
309336
  "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/YAxis.d.ts",
309319
- "name": "YAxisProps"
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/XAxis.d.ts",
309338
+ "name": "XAxisProps"
309320
309339
  },
309321
309340
  "declarations": [
309322
309341
  {
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"
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/XAxis.d.ts",
309343
+ "name": "XAxisProps"
309325
309344
  }
309326
309345
  ],
309327
309346
  "required": false,
@@ -309392,9 +309411,9 @@
309392
309411
  "tags": {
309393
309412
  "flr-generate": "all"
309394
309413
  },
309395
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
309414
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
309396
309415
  "description": "",
309397
- "displayName": "XAxis",
309416
+ "displayName": "YAxis",
309398
309417
  "methods": [],
309399
309418
  "props": {
309400
309419
  "className": {
@@ -309535,13 +309554,13 @@
309535
309554
  "description": "",
309536
309555
  "name": "interval",
309537
309556
  "parent": {
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"
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/YAxis.d.ts",
309558
+ "name": "YAxisProps"
309540
309559
  },
309541
309560
  "declarations": [
309542
309561
  {
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"
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/YAxis.d.ts",
309563
+ "name": "YAxisProps"
309545
309564
  }
309546
309565
  ],
309547
309566
  "required": false,
@@ -309554,13 +309573,13 @@
309554
309573
  "description": "",
309555
309574
  "name": "minTickGap",
309556
309575
  "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/XAxis.d.ts",
309558
- "name": "XAxisProps"
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/YAxis.d.ts",
309577
+ "name": "YAxisProps"
309559
309578
  },
309560
309579
  "declarations": [
309561
309580
  {
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"
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/YAxis.d.ts",
309582
+ "name": "YAxisProps"
309564
309583
  }
309565
309584
  ],
309566
309585
  "required": false,
@@ -309624,25 +309643,6 @@
309624
309643
  "type": {
309625
309644
  "name": "((value: any, index: number) => string)"
309626
309645
  }
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
  },