@mittwald/flow-react-components 0.2.0-alpha.618 → 0.2.0-alpha.619

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.619](https://github.com/mittwald/flow/compare/0.2.0-alpha.618...0.2.0-alpha.619) (2026-01-06)
7
+
8
+ ### Features
9
+
10
+ * **Modal:** improve open and close animations ([#2231](https://github.com/mittwald/flow/issues/2231)) ([6f20d0d](https://github.com/mittwald/flow/commit/6f20d0d4de20b9028b4a9f8401c847d0fd8e1960))
11
+
6
12
  # [0.2.0-alpha.618](https://github.com/mittwald/flow/compare/0.2.0-alpha.617...0.2.0-alpha.618) (2026-01-05)
7
13
 
8
14
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -288658,85 +288658,49 @@
288658
288658
  "tags": {
288659
288659
  "flr-generate": "all"
288660
288660
  },
288661
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
288661
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
288662
288662
  "description": "",
288663
- "displayName": "TableBody",
288663
+ "displayName": "TableCell",
288664
288664
  "methods": [],
288665
288665
  "props": {
288666
- "renderEmptyState": {
288667
- "defaultValue": null,
288668
- "description": "Provides content to display when there are no items in the list.",
288669
- "name": "renderEmptyState",
288670
- "parent": {
288671
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
288672
- "name": "ListBoxProps"
288673
- },
288674
- "declarations": [
288675
- {
288676
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
288677
- "name": "ListBoxProps"
288678
- }
288679
- ],
288680
- "required": false,
288681
- "type": {
288682
- "name": "((props: ListBoxRenderProps) => ReactNode)"
288683
- }
288684
- },
288685
- "children": {
288666
+ "rowHeader": {
288686
288667
  "defaultValue": null,
288687
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
288688
- "name": "children",
288668
+ "description": "Use cell as row header",
288669
+ "name": "rowHeader",
288689
288670
  "parent": {
288690
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
288691
- "name": "TableProps"
288671
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
288672
+ "name": "TableCellProps"
288692
288673
  },
288693
288674
  "declarations": [
288694
288675
  {
288695
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
288696
- "name": "TableProps"
288676
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
288677
+ "name": "TableCellProps"
288697
288678
  }
288698
288679
  ],
288699
288680
  "required": false,
288700
288681
  "type": {
288701
- "name": "ReactNode"
288682
+ "name": "boolean"
288702
288683
  }
288703
288684
  },
288704
- "items": {
288705
- "defaultValue": null,
288706
- "description": "Item objects in the collection.",
288707
- "name": "items",
288708
- "parent": {
288709
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
288710
- "name": "CollectionBase"
288685
+ "horizontalAlign": {
288686
+ "defaultValue": {
288687
+ "value": "\"start\""
288711
288688
  },
288712
- "declarations": [
288713
- {
288714
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
288715
- "name": "CollectionBase"
288716
- }
288717
- ],
288718
- "required": false,
288719
- "type": {
288720
- "name": "Iterable<object>"
288721
- }
288722
- },
288723
- "dependencies": {
288724
- "defaultValue": null,
288725
- "description": "Values that should invalidate the item cache when using dynamic collections.",
288726
- "name": "dependencies",
288689
+ "description": "Horizontal alignment of the cell content",
288690
+ "name": "horizontalAlign",
288727
288691
  "parent": {
288728
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
288729
- "name": "CollectionProps"
288692
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
288693
+ "name": "TableCellProps"
288730
288694
  },
288731
288695
  "declarations": [
288732
288696
  {
288733
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
288734
- "name": "CollectionProps"
288697
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
288698
+ "name": "TableCellProps"
288735
288699
  }
288736
288700
  ],
288737
288701
  "required": false,
288738
288702
  "type": {
288739
- "name": "readonly any[]"
288703
+ "name": "\"start\" | \"end\" | \"center\""
288740
288704
  }
288741
288705
  },
288742
288706
  "className": {
@@ -288758,25 +288722,6 @@
288758
288722
  "name": "ClassNameOrFunction<TooltipRenderProps>"
288759
288723
  }
288760
288724
  },
288761
- "style": {
288762
- "defaultValue": null,
288763
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
288764
- "name": "style",
288765
- "parent": {
288766
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
288767
- "name": "StyleRenderProps"
288768
- },
288769
- "declarations": [
288770
- {
288771
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
288772
- "name": "StyleRenderProps"
288773
- }
288774
- ],
288775
- "required": false,
288776
- "type": {
288777
- "name": "StyleOrFunction<TooltipRenderProps>"
288778
- }
288779
- },
288780
288725
  "dir": {
288781
288726
  "defaultValue": null,
288782
288727
  "description": "",
@@ -290087,6 +290032,78 @@
290087
290032
  "type": {
290088
290033
  "name": "TransitionEventHandler<HTMLDivElement>"
290089
290034
  }
290035
+ },
290036
+ "id": {
290037
+ "defaultValue": null,
290038
+ "description": "The unique id of the item.",
290039
+ "name": "id",
290040
+ "parent": {
290041
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290042
+ "name": "MenuItemProps"
290043
+ },
290044
+ "declarations": [
290045
+ {
290046
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290047
+ "name": "MenuItemProps"
290048
+ }
290049
+ ],
290050
+ "required": false,
290051
+ "type": {
290052
+ "name": "Key"
290053
+ }
290054
+ },
290055
+ "textValue": {
290056
+ "defaultValue": null,
290057
+ "description": "A string representation of the item's contents, used for features like typeahead.",
290058
+ "name": "textValue",
290059
+ "parent": {
290060
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290061
+ "name": "ListBoxItemProps"
290062
+ },
290063
+ "declarations": [
290064
+ {
290065
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290066
+ "name": "ListBoxItemProps"
290067
+ }
290068
+ ],
290069
+ "required": false,
290070
+ "type": {
290071
+ "name": "string"
290072
+ }
290073
+ },
290074
+ "colSpan": {
290075
+ "defaultValue": null,
290076
+ "description": "Indicates how many columns the data cell spans.",
290077
+ "name": "colSpan",
290078
+ "parent": {
290079
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290080
+ "name": "CellProps"
290081
+ },
290082
+ "declarations": [
290083
+ {
290084
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290085
+ "name": "CellProps"
290086
+ }
290087
+ ],
290088
+ "required": false,
290089
+ "type": {
290090
+ "name": "number"
290091
+ }
290092
+ },
290093
+ "children": {
290094
+ "defaultValue": null,
290095
+ "description": "",
290096
+ "name": "children",
290097
+ "declarations": [
290098
+ {
290099
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
290100
+ "name": "TypeLiteral"
290101
+ }
290102
+ ],
290103
+ "required": false,
290104
+ "type": {
290105
+ "name": "ReactNode"
290106
+ }
290090
290107
  }
290091
290108
  }
290092
290109
  },
@@ -290094,49 +290111,85 @@
290094
290111
  "tags": {
290095
290112
  "flr-generate": "all"
290096
290113
  },
290097
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
290114
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableBody/TableBody.tsx",
290098
290115
  "description": "",
290099
- "displayName": "TableCell",
290116
+ "displayName": "TableBody",
290100
290117
  "methods": [],
290101
290118
  "props": {
290102
- "rowHeader": {
290119
+ "renderEmptyState": {
290103
290120
  "defaultValue": null,
290104
- "description": "Use cell as row header",
290105
- "name": "rowHeader",
290121
+ "description": "Provides content to display when there are no items in the list.",
290122
+ "name": "renderEmptyState",
290106
290123
  "parent": {
290107
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
290108
- "name": "TableCellProps"
290124
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290125
+ "name": "ListBoxProps"
290109
290126
  },
290110
290127
  "declarations": [
290111
290128
  {
290112
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
290113
- "name": "TableCellProps"
290129
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290130
+ "name": "ListBoxProps"
290114
290131
  }
290115
290132
  ],
290116
290133
  "required": false,
290117
290134
  "type": {
290118
- "name": "boolean"
290135
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
290119
290136
  }
290120
290137
  },
290121
- "horizontalAlign": {
290122
- "defaultValue": {
290123
- "value": "\"start\""
290138
+ "children": {
290139
+ "defaultValue": null,
290140
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
290141
+ "name": "children",
290142
+ "parent": {
290143
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290144
+ "name": "TableProps"
290124
290145
  },
290125
- "description": "Horizontal alignment of the cell content",
290126
- "name": "horizontalAlign",
290146
+ "declarations": [
290147
+ {
290148
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290149
+ "name": "TableProps"
290150
+ }
290151
+ ],
290152
+ "required": false,
290153
+ "type": {
290154
+ "name": "ReactNode"
290155
+ }
290156
+ },
290157
+ "items": {
290158
+ "defaultValue": null,
290159
+ "description": "Item objects in the collection.",
290160
+ "name": "items",
290127
290161
  "parent": {
290128
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
290129
- "name": "TableCellProps"
290162
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
290163
+ "name": "CollectionBase"
290130
290164
  },
290131
290165
  "declarations": [
290132
290166
  {
290133
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
290134
- "name": "TableCellProps"
290167
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
290168
+ "name": "CollectionBase"
290135
290169
  }
290136
290170
  ],
290137
290171
  "required": false,
290138
290172
  "type": {
290139
- "name": "\"start\" | \"end\" | \"center\""
290173
+ "name": "Iterable<object>"
290174
+ }
290175
+ },
290176
+ "dependencies": {
290177
+ "defaultValue": null,
290178
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
290179
+ "name": "dependencies",
290180
+ "parent": {
290181
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290182
+ "name": "CollectionProps"
290183
+ },
290184
+ "declarations": [
290185
+ {
290186
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290187
+ "name": "CollectionProps"
290188
+ }
290189
+ ],
290190
+ "required": false,
290191
+ "type": {
290192
+ "name": "readonly any[]"
290140
290193
  }
290141
290194
  },
290142
290195
  "className": {
@@ -290158,6 +290211,25 @@
290158
290211
  "name": "ClassNameOrFunction<TooltipRenderProps>"
290159
290212
  }
290160
290213
  },
290214
+ "style": {
290215
+ "defaultValue": null,
290216
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
290217
+ "name": "style",
290218
+ "parent": {
290219
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290220
+ "name": "StyleRenderProps"
290221
+ },
290222
+ "declarations": [
290223
+ {
290224
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
290225
+ "name": "StyleRenderProps"
290226
+ }
290227
+ ],
290228
+ "required": false,
290229
+ "type": {
290230
+ "name": "StyleOrFunction<TooltipRenderProps>"
290231
+ }
290232
+ },
290161
290233
  "dir": {
290162
290234
  "defaultValue": null,
290163
290235
  "description": "",
@@ -291468,78 +291540,6 @@
291468
291540
  "type": {
291469
291541
  "name": "TransitionEventHandler<HTMLDivElement>"
291470
291542
  }
291471
- },
291472
- "id": {
291473
- "defaultValue": null,
291474
- "description": "The unique id of the item.",
291475
- "name": "id",
291476
- "parent": {
291477
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
291478
- "name": "MenuItemProps"
291479
- },
291480
- "declarations": [
291481
- {
291482
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
291483
- "name": "MenuItemProps"
291484
- }
291485
- ],
291486
- "required": false,
291487
- "type": {
291488
- "name": "Key"
291489
- }
291490
- },
291491
- "textValue": {
291492
- "defaultValue": null,
291493
- "description": "A string representation of the item's contents, used for features like typeahead.",
291494
- "name": "textValue",
291495
- "parent": {
291496
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
291497
- "name": "ListBoxItemProps"
291498
- },
291499
- "declarations": [
291500
- {
291501
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
291502
- "name": "ListBoxItemProps"
291503
- }
291504
- ],
291505
- "required": false,
291506
- "type": {
291507
- "name": "string"
291508
- }
291509
- },
291510
- "colSpan": {
291511
- "defaultValue": null,
291512
- "description": "Indicates how many columns the data cell spans.",
291513
- "name": "colSpan",
291514
- "parent": {
291515
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
291516
- "name": "CellProps"
291517
- },
291518
- "declarations": [
291519
- {
291520
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
291521
- "name": "CellProps"
291522
- }
291523
- ],
291524
- "required": false,
291525
- "type": {
291526
- "name": "number"
291527
- }
291528
- },
291529
- "children": {
291530
- "defaultValue": null,
291531
- "description": "",
291532
- "name": "children",
291533
- "declarations": [
291534
- {
291535
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
291536
- "name": "TypeLiteral"
291537
- }
291538
- ],
291539
- "required": false,
291540
- "type": {
291541
- "name": "ReactNode"
291542
- }
291543
291543
  }
291544
291544
  }
291545
291545
  },
@@ -297989,93 +297989,6 @@
297989
297989
  }
297990
297990
  }
297991
297991
  },
297992
- {
297993
- "tags": {
297994
- "flr-generate": "all"
297995
- },
297996
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
297997
- "description": "",
297998
- "displayName": "DialogTrigger",
297999
- "methods": [],
298000
- "props": {
298001
- "children": {
298002
- "defaultValue": null,
298003
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
298004
- "name": "children",
298005
- "parent": {
298006
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
298007
- "name": "TableProps"
298008
- },
298009
- "declarations": [
298010
- {
298011
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
298012
- "name": "TableProps"
298013
- }
298014
- ],
298015
- "required": false,
298016
- "type": {
298017
- "name": "ReactNode"
298018
- }
298019
- },
298020
- "isOpen": {
298021
- "defaultValue": null,
298022
- "description": "Whether the element is rendered.",
298023
- "name": "isOpen",
298024
- "parent": {
298025
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298026
- "name": "PositionProps"
298027
- },
298028
- "declarations": [
298029
- {
298030
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298031
- "name": "PositionProps"
298032
- }
298033
- ],
298034
- "required": false,
298035
- "type": {
298036
- "name": "boolean"
298037
- }
298038
- },
298039
- "defaultOpen": {
298040
- "defaultValue": null,
298041
- "description": "Whether the overlay is open by default (uncontrolled).",
298042
- "name": "defaultOpen",
298043
- "parent": {
298044
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298045
- "name": "OverlayTriggerProps"
298046
- },
298047
- "declarations": [
298048
- {
298049
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298050
- "name": "OverlayTriggerProps"
298051
- }
298052
- ],
298053
- "required": false,
298054
- "type": {
298055
- "name": "boolean"
298056
- }
298057
- },
298058
- "onOpenChange": {
298059
- "defaultValue": null,
298060
- "description": "Handler that is called when the overlay's open state changes.",
298061
- "name": "onOpenChange",
298062
- "parent": {
298063
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298064
- "name": "OverlayTriggerProps"
298065
- },
298066
- "declarations": [
298067
- {
298068
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298069
- "name": "OverlayTriggerProps"
298070
- }
298071
- ],
298072
- "required": false,
298073
- "type": {
298074
- "name": "((isOpen: boolean) => void)"
298075
- }
298076
- }
298077
- }
298078
- },
298079
297992
  {
298080
297993
  "tags": {
298081
297994
  "flr-generate": "all"
@@ -298260,6 +298173,93 @@
298260
298173
  }
298261
298174
  }
298262
298175
  },
298176
+ {
298177
+ "tags": {
298178
+ "flr-generate": "all"
298179
+ },
298180
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
298181
+ "description": "",
298182
+ "displayName": "DialogTrigger",
298183
+ "methods": [],
298184
+ "props": {
298185
+ "children": {
298186
+ "defaultValue": null,
298187
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
298188
+ "name": "children",
298189
+ "parent": {
298190
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
298191
+ "name": "TableProps"
298192
+ },
298193
+ "declarations": [
298194
+ {
298195
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
298196
+ "name": "TableProps"
298197
+ }
298198
+ ],
298199
+ "required": false,
298200
+ "type": {
298201
+ "name": "ReactNode"
298202
+ }
298203
+ },
298204
+ "isOpen": {
298205
+ "defaultValue": null,
298206
+ "description": "Whether the element is rendered.",
298207
+ "name": "isOpen",
298208
+ "parent": {
298209
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298210
+ "name": "PositionProps"
298211
+ },
298212
+ "declarations": [
298213
+ {
298214
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298215
+ "name": "PositionProps"
298216
+ }
298217
+ ],
298218
+ "required": false,
298219
+ "type": {
298220
+ "name": "boolean"
298221
+ }
298222
+ },
298223
+ "defaultOpen": {
298224
+ "defaultValue": null,
298225
+ "description": "Whether the overlay is open by default (uncontrolled).",
298226
+ "name": "defaultOpen",
298227
+ "parent": {
298228
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298229
+ "name": "OverlayTriggerProps"
298230
+ },
298231
+ "declarations": [
298232
+ {
298233
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298234
+ "name": "OverlayTriggerProps"
298235
+ }
298236
+ ],
298237
+ "required": false,
298238
+ "type": {
298239
+ "name": "boolean"
298240
+ }
298241
+ },
298242
+ "onOpenChange": {
298243
+ "defaultValue": null,
298244
+ "description": "Handler that is called when the overlay's open state changes.",
298245
+ "name": "onOpenChange",
298246
+ "parent": {
298247
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298248
+ "name": "OverlayTriggerProps"
298249
+ },
298250
+ "declarations": [
298251
+ {
298252
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298253
+ "name": "OverlayTriggerProps"
298254
+ }
298255
+ ],
298256
+ "required": false,
298257
+ "type": {
298258
+ "name": "((isOpen: boolean) => void)"
298259
+ }
298260
+ }
298261
+ }
298262
+ },
298263
298263
  {
298264
298264
  "tags": {
298265
298265
  "flr-generate": "all"
@@ -332724,6 +332724,14 @@
332724
332724
  "methods": [],
332725
332725
  "props": {}
332726
332726
  },
332727
+ {
332728
+ "tags": {},
332729
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
332730
+ "description": "",
332731
+ "displayName": "ActiveFilters",
332732
+ "methods": [],
332733
+ "props": {}
332734
+ },
332727
332735
  {
332728
332736
  "tags": {},
332729
332737
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -335078,14 +335086,6 @@
335078
335086
  }
335079
335087
  }
335080
335088
  },
335081
- {
335082
- "tags": {},
335083
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
335084
- "description": "",
335085
- "displayName": "ActiveFilters",
335086
- "methods": [],
335087
- "props": {}
335088
- },
335089
335089
  {
335090
335090
  "tags": {},
335091
335091
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.tsx",