@mittwald/flow-react-components 0.2.0-alpha.624 → 0.2.0-alpha.626

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.
Files changed (59) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/assets/doc-properties.json +1068 -916
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/_virtual/_.locale.json@24b745a6ce9353be513d1f98e927d8d3.mjs +10 -8
  5. package/dist/js/_virtual/_.locale.json@24b745a6ce9353be513d1f98e927d8d3.mjs.map +1 -1
  6. package/dist/js/components/src/components/AlertBadge/AlertBadge.mjs +1 -1
  7. package/dist/js/components/src/components/AlertBadge/AlertBadge.mjs.map +1 -1
  8. package/dist/js/components/src/components/AlertIcon/AlertIcon.mjs +3 -1
  9. package/dist/js/components/src/components/AlertIcon/AlertIcon.mjs.map +1 -1
  10. package/dist/js/components/src/components/AlertText/AlertText.mjs +21 -0
  11. package/dist/js/components/src/components/AlertText/AlertText.mjs.map +1 -0
  12. package/dist/js/components/src/components/AlertText/AlertText.module.scss.mjs +21 -0
  13. package/dist/js/components/src/components/AlertText/AlertText.module.scss.mjs.map +1 -0
  14. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +1 -0
  15. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
  16. package/dist/js/components/src/components/FieldError/FieldError.mjs +3 -9
  17. package/dist/js/components/src/components/FieldError/FieldError.mjs.map +1 -1
  18. package/dist/js/components/src/components/Heading/Heading.mjs +5 -0
  19. package/dist/js/components/src/components/Heading/Heading.mjs.map +1 -1
  20. package/dist/js/components/src/components/Icon/Icon.mjs.map +1 -1
  21. package/dist/js/components/src/components/Icon/Icon.module.scss.mjs +4 -2
  22. package/dist/js/components/src/components/Icon/Icon.module.scss.mjs.map +1 -1
  23. package/dist/js/components/src/components/Icon/components/icons/IconUnavailable.mjs +14 -0
  24. package/dist/js/components/src/components/Icon/components/icons/IconUnavailable.mjs.map +1 -0
  25. package/dist/js/components/src/components/propTypes/index.mjs +1 -0
  26. package/dist/js/components/src/components/propTypes/index.mjs.map +1 -1
  27. package/dist/js/default.mjs +2 -0
  28. package/dist/js/default.mjs.map +1 -1
  29. package/dist/js/flr-universal.mjs +2 -0
  30. package/dist/js/flr-universal.mjs.map +1 -1
  31. package/dist/types/components/AlertBadge/AlertBadge.d.ts +1 -1
  32. package/dist/types/components/AlertBadge/AlertBadge.d.ts.map +1 -1
  33. package/dist/types/components/AlertIcon/AlertIcon.d.ts +1 -3
  34. package/dist/types/components/AlertIcon/AlertIcon.d.ts.map +1 -1
  35. package/dist/types/components/AlertIcon/stories/Default.stories.d.ts +1 -0
  36. package/dist/types/components/AlertIcon/stories/Default.stories.d.ts.map +1 -1
  37. package/dist/types/components/AlertText/AlertText.d.ts +10 -0
  38. package/dist/types/components/AlertText/AlertText.d.ts.map +1 -0
  39. package/dist/types/components/AlertText/index.d.ts +4 -0
  40. package/dist/types/components/AlertText/index.d.ts.map +1 -0
  41. package/dist/types/components/AlertText/stories/Default.stories.d.ts +13 -0
  42. package/dist/types/components/AlertText/stories/Default.stories.d.ts.map +1 -0
  43. package/dist/types/components/AlertText/view.d.ts +8 -0
  44. package/dist/types/components/AlertText/view.d.ts.map +1 -0
  45. package/dist/types/components/FieldError/FieldError.d.ts.map +1 -1
  46. package/dist/types/components/Heading/Heading.d.ts.map +1 -1
  47. package/dist/types/components/Icon/Icon.d.ts +3 -2
  48. package/dist/types/components/Icon/Icon.d.ts.map +1 -1
  49. package/dist/types/components/Icon/components/icons/IconUnavailable.d.ts +5 -0
  50. package/dist/types/components/Icon/components/icons/IconUnavailable.d.ts.map +1 -0
  51. package/dist/types/components/Icon/components/icons/index.d.ts +1 -0
  52. package/dist/types/components/Icon/components/icons/index.d.ts.map +1 -1
  53. package/dist/types/components/propTypes/index.d.ts +2 -0
  54. package/dist/types/components/propTypes/index.d.ts.map +1 -1
  55. package/dist/types/components/public.d.ts +1 -0
  56. package/dist/types/components/public.d.ts.map +1 -1
  57. package/dist/types/views/AlertTextView.d.ts +5 -0
  58. package/dist/types/views/AlertTextView.d.ts.map +1 -0
  59. package/package.json +4 -4
@@ -84064,6 +84064,25 @@
84064
84064
  "name": "\"light\" | \"dark\" | \"default\""
84065
84065
  }
84066
84066
  },
84067
+ "status": {
84068
+ "defaultValue": null,
84069
+ "description": "",
84070
+ "name": "status",
84071
+ "parent": {
84072
+ "fileName": "components/src/components/Icon/Icon.tsx",
84073
+ "name": "IconProps"
84074
+ },
84075
+ "declarations": [
84076
+ {
84077
+ "fileName": "components/src/components/Icon/Icon.tsx",
84078
+ "name": "IconProps"
84079
+ }
84080
+ ],
84081
+ "required": false,
84082
+ "type": {
84083
+ "name": "Status | \"unavailable\""
84084
+ }
84085
+ },
84067
84086
  "size": {
84068
84087
  "defaultValue": {
84069
84088
  "value": "\"m\""
@@ -93299,21 +93318,6 @@
93299
93318
  "type": {
93300
93319
  "name": "Key | null"
93301
93320
  }
93302
- },
93303
- "status": {
93304
- "defaultValue": null,
93305
- "description": "The elements status",
93306
- "name": "status",
93307
- "declarations": [
93308
- {
93309
- "fileName": "components/src/lib/types/props.ts",
93310
- "name": "TypeLiteral"
93311
- }
93312
- ],
93313
- "required": false,
93314
- "type": {
93315
- "name": "Status"
93316
- }
93317
93321
  }
93318
93322
  }
93319
93323
  },
@@ -123475,6 +123479,25 @@
123475
123479
  "displayName": "Icon",
123476
123480
  "methods": [],
123477
123481
  "props": {
123482
+ "status": {
123483
+ "defaultValue": null,
123484
+ "description": "",
123485
+ "name": "status",
123486
+ "parent": {
123487
+ "fileName": "components/src/components/Icon/Icon.tsx",
123488
+ "name": "IconProps"
123489
+ },
123490
+ "declarations": [
123491
+ {
123492
+ "fileName": "components/src/components/Icon/Icon.tsx",
123493
+ "name": "IconProps"
123494
+ }
123495
+ ],
123496
+ "required": false,
123497
+ "type": {
123498
+ "name": "Status | \"unavailable\""
123499
+ }
123500
+ },
123478
123501
  "size": {
123479
123502
  "defaultValue": {
123480
123503
  "value": "\"m\""
@@ -132729,21 +132752,6 @@
132729
132752
  "type": {
132730
132753
  "name": "Key | null"
132731
132754
  }
132732
- },
132733
- "status": {
132734
- "defaultValue": null,
132735
- "description": "The elements status",
132736
- "name": "status",
132737
- "declarations": [
132738
- {
132739
- "fileName": "components/src/lib/types/props.ts",
132740
- "name": "TypeLiteral"
132741
- }
132742
- ],
132743
- "required": false,
132744
- "type": {
132745
- "name": "Status"
132746
- }
132747
132755
  }
132748
132756
  }
132749
132757
  },
@@ -184470,123 +184478,28 @@
184470
184478
  },
184471
184479
  {
184472
184480
  "tags": {},
184473
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
184481
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateInput/DateInput.tsx",
184474
184482
  "description": "",
184475
- "displayName": "CountryOptions",
184483
+ "displayName": "DateInput",
184476
184484
  "methods": [],
184477
184485
  "props": {
184478
- "filterBy": {
184479
- "defaultValue": null,
184480
- "description": "",
184481
- "name": "filterBy",
184482
- "parent": {
184483
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
184484
- "name": "CountryOptionsProps"
184485
- },
184486
- "declarations": [
184487
- {
184488
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
184489
- "name": "CountryOptionsProps"
184490
- }
184491
- ],
184492
- "required": false,
184493
- "type": {
184494
- "name": "CountryFilterFn"
184495
- }
184496
- },
184497
- "sortBy": {
184486
+ "ref": {
184498
184487
  "defaultValue": null,
184499
184488
  "description": "",
184500
- "name": "sortBy",
184501
- "parent": {
184502
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
184503
- "name": "CountryOptionsProps"
184504
- },
184505
- "declarations": [
184506
- {
184507
- "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
184508
- "name": "CountryOptionsProps"
184509
- }
184510
- ],
184511
- "required": false,
184512
- "type": {
184513
- "name": "CountrySortFn"
184514
- }
184515
- },
184516
- "aria-label": {
184517
- "defaultValue": null,
184518
- "description": "Defines a string value that labels the current element.",
184519
- "name": "aria-label",
184520
- "parent": {
184521
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
184522
- "name": "AriaLabelingProps"
184523
- },
184524
- "declarations": [
184525
- {
184526
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
184527
- "name": "AriaLabelingProps"
184528
- }
184529
- ],
184530
- "required": false,
184531
- "type": {
184532
- "name": "string"
184533
- }
184534
- },
184535
- "aria-labelledby": {
184536
- "defaultValue": null,
184537
- "description": "Identifies the element (or elements) that labels the current element.",
184538
- "name": "aria-labelledby",
184539
- "parent": {
184540
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
184541
- "name": "AriaLabelingProps"
184542
- },
184543
- "declarations": [
184544
- {
184545
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
184546
- "name": "AriaLabelingProps"
184547
- }
184548
- ],
184549
- "required": false,
184550
- "type": {
184551
- "name": "string"
184552
- }
184553
- },
184554
- "aria-describedby": {
184555
- "defaultValue": null,
184556
- "description": "Identifies the element (or elements) that describes the object.",
184557
- "name": "aria-describedby",
184558
- "parent": {
184559
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
184560
- "name": "AriaLabelingProps"
184561
- },
184562
- "declarations": [
184563
- {
184564
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
184565
- "name": "AriaLabelingProps"
184566
- }
184567
- ],
184568
- "required": false,
184569
- "type": {
184570
- "name": "string"
184571
- }
184572
- },
184573
- "aria-details": {
184574
- "defaultValue": null,
184575
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
184576
- "name": "aria-details",
184489
+ "name": "ref",
184577
184490
  "parent": {
184578
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
184579
- "name": "AriaLabelingProps"
184491
+ "fileName": "components/src/components/DateInput/DateInput.tsx",
184492
+ "name": "DateInputProps"
184580
184493
  },
184581
184494
  "declarations": [
184582
184495
  {
184583
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
184584
- "name": "AriaLabelingProps"
184496
+ "fileName": "components/src/components/DateInput/DateInput.tsx",
184497
+ "name": "DateInputProps"
184585
184498
  }
184586
184499
  ],
184587
184500
  "required": false,
184588
184501
  "type": {
184589
- "name": "string"
184502
+ "name": "Ref<HTMLSpanElement | null>"
184590
184503
  }
184591
184504
  },
184592
184505
  "className": {
@@ -185938,101 +185851,6 @@
185938
185851
  "name": "TransitionEventHandler<HTMLDivElement>"
185939
185852
  }
185940
185853
  },
185941
- "autoFocus": {
185942
- "defaultValue": null,
185943
- "description": "Whether to auto focus the listbox or an option.",
185944
- "name": "autoFocus",
185945
- "parent": {
185946
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
185947
- "name": "ListBoxProps"
185948
- },
185949
- "declarations": [
185950
- {
185951
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
185952
- "name": "ListBoxProps"
185953
- }
185954
- ],
185955
- "required": false,
185956
- "type": {
185957
- "name": "boolean | FocusStrategy"
185958
- }
185959
- },
185960
- "onFocus": {
185961
- "defaultValue": null,
185962
- "description": "Handler that is called when the element receives focus.",
185963
- "name": "onFocus",
185964
- "parent": {
185965
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
185966
- "name": "FocusEvents"
185967
- },
185968
- "declarations": [
185969
- {
185970
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
185971
- "name": "FocusEvents"
185972
- }
185973
- ],
185974
- "required": false,
185975
- "type": {
185976
- "name": "((e: FocusEvent<Element, Element>) => void)"
185977
- }
185978
- },
185979
- "onBlur": {
185980
- "defaultValue": null,
185981
- "description": "Handler that is called when the element loses focus.",
185982
- "name": "onBlur",
185983
- "parent": {
185984
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
185985
- "name": "FocusEvents"
185986
- },
185987
- "declarations": [
185988
- {
185989
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
185990
- "name": "FocusEvents"
185991
- }
185992
- ],
185993
- "required": false,
185994
- "type": {
185995
- "name": "((e: FocusEvent<Element, Element>) => void)"
185996
- }
185997
- },
185998
- "onFocusChange": {
185999
- "defaultValue": null,
186000
- "description": "Handler that is called when the element's focus status changes.",
186001
- "name": "onFocusChange",
186002
- "parent": {
186003
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
186004
- "name": "FocusEvents"
186005
- },
186006
- "declarations": [
186007
- {
186008
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
186009
- "name": "FocusEvents"
186010
- }
186011
- ],
186012
- "required": false,
186013
- "type": {
186014
- "name": "((isFocused: boolean) => void)"
186015
- }
186016
- },
186017
- "id": {
186018
- "defaultValue": null,
186019
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
186020
- "name": "id",
186021
- "parent": {
186022
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
186023
- "name": "DOMProps"
186024
- },
186025
- "declarations": [
186026
- {
186027
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
186028
- "name": "DOMProps"
186029
- }
186030
- ],
186031
- "required": false,
186032
- "type": {
186033
- "name": "string"
186034
- }
186035
- },
186036
185854
  "slot": {
186037
185855
  "defaultValue": null,
186038
185856
  "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
@@ -186051,474 +185869,128 @@
186051
185869
  "type": {
186052
185870
  "name": "string | null"
186053
185871
  }
186054
- },
186055
- "items": {
186056
- "defaultValue": null,
186057
- "description": "Item objects in the collection.",
186058
- "name": "items",
186059
- "parent": {
186060
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
186061
- "name": "CollectionBase"
186062
- },
186063
- "declarations": [
186064
- {
186065
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
186066
- "name": "CollectionBase"
186067
- }
186068
- ],
186069
- "required": false,
186070
- "type": {
186071
- "name": "Iterable<object>"
186072
- }
186073
- },
186074
- "disallowEmptySelection": {
186075
- "defaultValue": null,
186076
- "description": "Whether the collection allows empty selection.",
186077
- "name": "disallowEmptySelection",
186078
- "parent": {
186079
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186080
- "name": "MultipleSelection"
186081
- },
186082
- "declarations": [
186083
- {
186084
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186085
- "name": "MultipleSelection"
186086
- }
186087
- ],
186088
- "required": false,
186089
- "type": {
186090
- "name": "boolean"
186091
- }
186092
- },
186093
- "onSelectionChange": {
186094
- "defaultValue": null,
186095
- "description": "Handler that is called when the selection changes.",
186096
- "name": "onSelectionChange",
186097
- "parent": {
186098
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186099
- "name": "MultipleSelection"
186100
- },
186101
- "declarations": [
186102
- {
186103
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186104
- "name": "MultipleSelection"
186105
- }
186106
- ],
186107
- "required": false,
186108
- "type": {
186109
- "name": "((keys: Selection) => void)"
186110
- }
186111
- },
186112
- "disabledKeys": {
186113
- "defaultValue": null,
186114
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
186115
- "name": "disabledKeys",
186116
- "parent": {
186117
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
186118
- "name": "CollectionBase"
186119
- },
186120
- "declarations": [
186121
- {
186122
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
186123
- "name": "CollectionBase"
186124
- }
186125
- ],
186126
- "required": false,
186127
- "type": {
186128
- "name": "Iterable<Key>"
186129
- }
186130
- },
186131
- "orientation": {
186132
- "defaultValue": {
186133
- "value": "'vertical'"
186134
- },
186135
- "description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
186136
- "name": "orientation",
186137
- "parent": {
186138
- "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",
186139
- "name": "ListBoxProps"
186140
- },
186141
- "declarations": [
186142
- {
186143
- "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",
186144
- "name": "ListBoxProps"
186145
- }
186146
- ],
186147
- "required": false,
186148
- "type": {
186149
- "name": "Orientation"
186150
- }
186151
- },
186152
- "escapeKeyBehavior": {
186153
- "defaultValue": {
186154
- "value": "'clearSelection'"
186155
- },
186156
- "description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
186157
- "name": "escapeKeyBehavior",
186158
- "parent": {
186159
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186160
- "name": "AriaListBoxPropsBase"
186161
- },
186162
- "declarations": [
186163
- {
186164
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186165
- "name": "AriaListBoxPropsBase"
186166
- }
186167
- ],
186168
- "required": false,
186169
- "type": {
186170
- "name": "\"none\" | \"clearSelection\""
186171
- }
186172
- },
186173
- "shouldSelectOnPressUp": {
186174
- "defaultValue": null,
186175
- "description": "Whether selection should occur on press up instead of press down.",
186176
- "name": "shouldSelectOnPressUp",
186177
- "parent": {
186178
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186179
- "name": "AriaListBoxProps"
186180
- },
186181
- "declarations": [
186182
- {
186183
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186184
- "name": "AriaListBoxProps"
186185
- }
186186
- ],
186187
- "required": false,
186188
- "type": {
186189
- "name": "boolean"
186190
- }
186191
- },
186192
- "selectionMode": {
186193
- "defaultValue": null,
186194
- "description": "The type of selection that is allowed in the collection.",
186195
- "name": "selectionMode",
186196
- "parent": {
186197
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186198
- "name": "MultipleSelection"
186199
- },
186200
- "declarations": [
186201
- {
186202
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186203
- "name": "MultipleSelection"
186204
- }
186205
- ],
186206
- "required": false,
186207
- "type": {
186208
- "name": "SelectionMode"
186209
- }
186210
- },
186211
- "selectedKeys": {
186212
- "defaultValue": null,
186213
- "description": "The currently selected keys in the collection (controlled).",
186214
- "name": "selectedKeys",
186215
- "parent": {
186216
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186217
- "name": "MultipleSelection"
186218
- },
186219
- "declarations": [
186220
- {
186221
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186222
- "name": "MultipleSelection"
186223
- }
186224
- ],
186225
- "required": false,
186226
- "type": {
186227
- "name": "\"all\" | Iterable<Key>"
186228
- }
186229
- },
186230
- "defaultSelectedKeys": {
186231
- "defaultValue": null,
186232
- "description": "The initial selected keys in the collection (uncontrolled).",
186233
- "name": "defaultSelectedKeys",
186234
- "parent": {
186235
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186236
- "name": "MultipleSelection"
186237
- },
186238
- "declarations": [
186239
- {
186240
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
186241
- "name": "MultipleSelection"
186242
- }
186243
- ],
186244
- "required": false,
186245
- "type": {
186246
- "name": "\"all\" | Iterable<Key>"
186247
- }
186248
- },
186249
- "selectionBehavior": {
186250
- "defaultValue": {
186251
- "value": "\"toggle\""
186252
- },
186253
- "description": "How multiple selection should behave in the collection.",
186254
- "name": "selectionBehavior",
186255
- "parent": {
186256
- "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",
186257
- "name": "TableProps"
186258
- },
186259
- "declarations": [
186260
- {
186261
- "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",
186262
- "name": "TableProps"
186263
- }
186264
- ],
186265
- "required": false,
186266
- "type": {
186267
- "name": "SelectionBehavior"
186268
- }
186269
- },
186270
- "dragAndDropHooks": {
186271
- "defaultValue": null,
186272
- "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
186273
- "name": "dragAndDropHooks",
186274
- "parent": {
186275
- "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",
186276
- "name": "TableProps"
186277
- },
186278
- "declarations": [
186279
- {
186280
- "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",
186281
- "name": "TableProps"
186282
- }
186283
- ],
186284
- "required": false,
186285
- "type": {
186286
- "name": "DragAndDropHooks<object>"
186287
- }
186288
- },
186289
- "layout": {
186290
- "defaultValue": {
186291
- "value": "'stack'"
186292
- },
186293
- "description": "Whether the items are arranged in a stack or grid.",
186294
- "name": "layout",
186295
- "parent": {
186296
- "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",
186297
- "name": "ListBoxProps"
186298
- },
186299
- "declarations": [
186300
- {
186301
- "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",
186302
- "name": "ListBoxProps"
186303
- }
186304
- ],
186305
- "required": false,
186306
- "type": {
186307
- "name": "\"grid\" | \"stack\""
186308
- }
186309
- },
186310
- "renderEmptyState": {
186311
- "defaultValue": null,
186312
- "description": "Provides content to display when there are no items in the list.",
186313
- "name": "renderEmptyState",
186314
- "parent": {
186315
- "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",
186316
- "name": "ListBoxProps"
186317
- },
186318
- "declarations": [
186319
- {
186320
- "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",
186321
- "name": "ListBoxProps"
186322
- }
186323
- ],
186324
- "required": false,
186325
- "type": {
186326
- "name": "((props: ListBoxRenderProps) => ReactNode)"
186327
- }
186328
- },
186329
- "onAction": {
186330
- "defaultValue": null,
186331
- "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
186332
- "name": "onAction",
186333
- "parent": {
186334
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186335
- "name": "AriaListBoxProps"
186336
- },
186337
- "declarations": [
186338
- {
186339
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186340
- "name": "AriaListBoxProps"
186341
- }
186342
- ],
186343
- "required": false,
186344
- "type": {
186345
- "name": "((key: Key) => void)"
186346
- }
186347
- },
186348
- "shouldFocusOnHover": {
186349
- "defaultValue": null,
186350
- "description": "Whether options should be focused when the user hovers over them.",
186351
- "name": "shouldFocusOnHover",
186352
- "parent": {
186353
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186354
- "name": "AriaListBoxProps"
186355
- },
186356
- "declarations": [
186357
- {
186358
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186359
- "name": "AriaListBoxProps"
186360
- }
186361
- ],
186362
- "required": false,
186363
- "type": {
186364
- "name": "boolean"
186365
- }
186366
- },
186367
- "shouldFocusWrap": {
186368
- "defaultValue": null,
186369
- "description": "Whether focus should wrap around when the end/start is reached.",
186370
- "name": "shouldFocusWrap",
186371
- "parent": {
186372
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186373
- "name": "ListBoxProps"
186374
- },
186375
- "declarations": [
186376
- {
186377
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
186378
- "name": "ListBoxProps"
186379
- }
186380
- ],
186381
- "required": false,
186382
- "type": {
186383
- "name": "boolean"
186384
- }
186385
- },
186386
- "dependencies": {
185872
+ }
185873
+ }
185874
+ },
185875
+ {
185876
+ "tags": {},
185877
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CountryOptions/CountryOptions.tsx",
185878
+ "description": "",
185879
+ "displayName": "CountryOptions",
185880
+ "methods": [],
185881
+ "props": {
185882
+ "filterBy": {
186387
185883
  "defaultValue": null,
186388
- "description": "Values that should invalidate the item cache when using dynamic collections.",
186389
- "name": "dependencies",
185884
+ "description": "",
185885
+ "name": "filterBy",
186390
185886
  "parent": {
186391
- "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",
186392
- "name": "CollectionProps"
185887
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185888
+ "name": "CountryOptionsProps"
186393
185889
  },
186394
185890
  "declarations": [
186395
185891
  {
186396
- "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",
186397
- "name": "CollectionProps"
186398
- }
186399
- ],
186400
- "required": false,
186401
- "type": {
186402
- "name": "readonly any[]"
186403
- }
186404
- },
186405
- "children": {
186406
- "defaultValue": null,
186407
- "description": "",
186408
- "name": "children",
186409
- "declarations": [
186410
- {
186411
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
186412
- "name": "TypeLiteral"
185892
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185893
+ "name": "CountryOptionsProps"
186413
185894
  }
186414
185895
  ],
186415
185896
  "required": false,
186416
185897
  "type": {
186417
- "name": "ReactNode"
185898
+ "name": "CountryFilterFn"
186418
185899
  }
186419
185900
  },
186420
- "wrapWith": {
185901
+ "sortBy": {
186421
185902
  "defaultValue": null,
186422
185903
  "description": "",
186423
- "name": "wrapWith",
185904
+ "name": "sortBy",
186424
185905
  "parent": {
186425
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
186426
- "name": "FlowComponentProps"
185906
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185907
+ "name": "CountryOptionsProps"
186427
185908
  },
186428
185909
  "declarations": [
186429
185910
  {
186430
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
186431
- "name": "FlowComponentProps"
185911
+ "fileName": "components/src/components/CountryOptions/CountryOptions.tsx",
185912
+ "name": "CountryOptionsProps"
186432
185913
  }
186433
185914
  ],
186434
185915
  "required": false,
186435
185916
  "type": {
186436
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
185917
+ "name": "CountrySortFn"
186437
185918
  }
186438
185919
  },
186439
- "tunnelId": {
185920
+ "aria-label": {
186440
185921
  "defaultValue": null,
186441
- "description": "@internal",
186442
- "name": "tunnelId",
185922
+ "description": "Defines a string value that labels the current element.",
185923
+ "name": "aria-label",
186443
185924
  "parent": {
186444
- "fileName": "components/src/lib/types/props.ts",
186445
- "name": "PropsWithTunnel"
185925
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
185926
+ "name": "AriaLabelingProps"
186446
185927
  },
186447
185928
  "declarations": [
186448
185929
  {
186449
- "fileName": "components/src/lib/types/props.ts",
186450
- "name": "PropsWithTunnel"
185930
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
185931
+ "name": "AriaLabelingProps"
186451
185932
  }
186452
185933
  ],
186453
185934
  "required": false,
186454
185935
  "type": {
186455
- "name": "string | null"
185936
+ "name": "string"
186456
185937
  }
186457
185938
  },
186458
- "ref": {
185939
+ "aria-labelledby": {
186459
185940
  "defaultValue": null,
186460
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
186461
- "name": "ref",
185941
+ "description": "Identifies the element (or elements) that labels the current element.",
185942
+ "name": "aria-labelledby",
186462
185943
  "parent": {
186463
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
186464
- "name": "RefAttributes"
185944
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
185945
+ "name": "AriaLabelingProps"
186465
185946
  },
186466
185947
  "declarations": [
186467
185948
  {
186468
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
186469
- "name": "RefAttributes"
185949
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
185950
+ "name": "AriaLabelingProps"
186470
185951
  }
186471
185952
  ],
186472
185953
  "required": false,
186473
185954
  "type": {
186474
- "name": "Ref<HTMLSpanElement>"
185955
+ "name": "string"
186475
185956
  }
186476
185957
  },
186477
- "key": {
185958
+ "aria-describedby": {
186478
185959
  "defaultValue": null,
186479
- "description": "",
186480
- "name": "key",
185960
+ "description": "Identifies the element (or elements) that describes the object.",
185961
+ "name": "aria-describedby",
186481
185962
  "parent": {
186482
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
186483
- "name": "Attributes"
185963
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
185964
+ "name": "AriaLabelingProps"
186484
185965
  },
186485
185966
  "declarations": [
186486
185967
  {
186487
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
186488
- "name": "Attributes"
185968
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
185969
+ "name": "AriaLabelingProps"
186489
185970
  }
186490
185971
  ],
186491
185972
  "required": false,
186492
185973
  "type": {
186493
- "name": "Key | null"
185974
+ "name": "string"
186494
185975
  }
186495
- }
186496
- }
186497
- },
186498
- {
186499
- "tags": {},
186500
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateInput/DateInput.tsx",
186501
- "description": "",
186502
- "displayName": "DateInput",
186503
- "methods": [],
186504
- "props": {
186505
- "ref": {
185976
+ },
185977
+ "aria-details": {
186506
185978
  "defaultValue": null,
186507
- "description": "",
186508
- "name": "ref",
185979
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
185980
+ "name": "aria-details",
186509
185981
  "parent": {
186510
- "fileName": "components/src/components/DateInput/DateInput.tsx",
186511
- "name": "DateInputProps"
185982
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
185983
+ "name": "AriaLabelingProps"
186512
185984
  },
186513
185985
  "declarations": [
186514
185986
  {
186515
- "fileName": "components/src/components/DateInput/DateInput.tsx",
186516
- "name": "DateInputProps"
185987
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
185988
+ "name": "AriaLabelingProps"
186517
185989
  }
186518
185990
  ],
186519
185991
  "required": false,
186520
185992
  "type": {
186521
- "name": "Ref<HTMLSpanElement | null>"
185993
+ "name": "string"
186522
185994
  }
186523
185995
  },
186524
185996
  "className": {
@@ -187870,6 +187342,101 @@
187870
187342
  "name": "TransitionEventHandler<HTMLDivElement>"
187871
187343
  }
187872
187344
  },
187345
+ "autoFocus": {
187346
+ "defaultValue": null,
187347
+ "description": "Whether to auto focus the listbox or an option.",
187348
+ "name": "autoFocus",
187349
+ "parent": {
187350
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187351
+ "name": "ListBoxProps"
187352
+ },
187353
+ "declarations": [
187354
+ {
187355
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187356
+ "name": "ListBoxProps"
187357
+ }
187358
+ ],
187359
+ "required": false,
187360
+ "type": {
187361
+ "name": "boolean | FocusStrategy"
187362
+ }
187363
+ },
187364
+ "onFocus": {
187365
+ "defaultValue": null,
187366
+ "description": "Handler that is called when the element receives focus.",
187367
+ "name": "onFocus",
187368
+ "parent": {
187369
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
187370
+ "name": "FocusEvents"
187371
+ },
187372
+ "declarations": [
187373
+ {
187374
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
187375
+ "name": "FocusEvents"
187376
+ }
187377
+ ],
187378
+ "required": false,
187379
+ "type": {
187380
+ "name": "((e: FocusEvent<Element, Element>) => void)"
187381
+ }
187382
+ },
187383
+ "onBlur": {
187384
+ "defaultValue": null,
187385
+ "description": "Handler that is called when the element loses focus.",
187386
+ "name": "onBlur",
187387
+ "parent": {
187388
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
187389
+ "name": "FocusEvents"
187390
+ },
187391
+ "declarations": [
187392
+ {
187393
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
187394
+ "name": "FocusEvents"
187395
+ }
187396
+ ],
187397
+ "required": false,
187398
+ "type": {
187399
+ "name": "((e: FocusEvent<Element, Element>) => void)"
187400
+ }
187401
+ },
187402
+ "onFocusChange": {
187403
+ "defaultValue": null,
187404
+ "description": "Handler that is called when the element's focus status changes.",
187405
+ "name": "onFocusChange",
187406
+ "parent": {
187407
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
187408
+ "name": "FocusEvents"
187409
+ },
187410
+ "declarations": [
187411
+ {
187412
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
187413
+ "name": "FocusEvents"
187414
+ }
187415
+ ],
187416
+ "required": false,
187417
+ "type": {
187418
+ "name": "((isFocused: boolean) => void)"
187419
+ }
187420
+ },
187421
+ "id": {
187422
+ "defaultValue": null,
187423
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
187424
+ "name": "id",
187425
+ "parent": {
187426
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
187427
+ "name": "DOMProps"
187428
+ },
187429
+ "declarations": [
187430
+ {
187431
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
187432
+ "name": "DOMProps"
187433
+ }
187434
+ ],
187435
+ "required": false,
187436
+ "type": {
187437
+ "name": "string"
187438
+ }
187439
+ },
187873
187440
  "slot": {
187874
187441
  "defaultValue": null,
187875
187442
  "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
@@ -187888,6 +187455,447 @@
187888
187455
  "type": {
187889
187456
  "name": "string | null"
187890
187457
  }
187458
+ },
187459
+ "items": {
187460
+ "defaultValue": null,
187461
+ "description": "Item objects in the collection.",
187462
+ "name": "items",
187463
+ "parent": {
187464
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
187465
+ "name": "CollectionBase"
187466
+ },
187467
+ "declarations": [
187468
+ {
187469
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
187470
+ "name": "CollectionBase"
187471
+ }
187472
+ ],
187473
+ "required": false,
187474
+ "type": {
187475
+ "name": "Iterable<object>"
187476
+ }
187477
+ },
187478
+ "disallowEmptySelection": {
187479
+ "defaultValue": null,
187480
+ "description": "Whether the collection allows empty selection.",
187481
+ "name": "disallowEmptySelection",
187482
+ "parent": {
187483
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187484
+ "name": "MultipleSelection"
187485
+ },
187486
+ "declarations": [
187487
+ {
187488
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187489
+ "name": "MultipleSelection"
187490
+ }
187491
+ ],
187492
+ "required": false,
187493
+ "type": {
187494
+ "name": "boolean"
187495
+ }
187496
+ },
187497
+ "onSelectionChange": {
187498
+ "defaultValue": null,
187499
+ "description": "Handler that is called when the selection changes.",
187500
+ "name": "onSelectionChange",
187501
+ "parent": {
187502
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187503
+ "name": "MultipleSelection"
187504
+ },
187505
+ "declarations": [
187506
+ {
187507
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187508
+ "name": "MultipleSelection"
187509
+ }
187510
+ ],
187511
+ "required": false,
187512
+ "type": {
187513
+ "name": "((keys: Selection) => void)"
187514
+ }
187515
+ },
187516
+ "disabledKeys": {
187517
+ "defaultValue": null,
187518
+ "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
187519
+ "name": "disabledKeys",
187520
+ "parent": {
187521
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
187522
+ "name": "CollectionBase"
187523
+ },
187524
+ "declarations": [
187525
+ {
187526
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/collections.d.ts",
187527
+ "name": "CollectionBase"
187528
+ }
187529
+ ],
187530
+ "required": false,
187531
+ "type": {
187532
+ "name": "Iterable<Key>"
187533
+ }
187534
+ },
187535
+ "orientation": {
187536
+ "defaultValue": {
187537
+ "value": "'vertical'"
187538
+ },
187539
+ "description": "The primary orientation of the items. Usually this is the\ndirection that the collection scrolls.",
187540
+ "name": "orientation",
187541
+ "parent": {
187542
+ "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",
187543
+ "name": "ListBoxProps"
187544
+ },
187545
+ "declarations": [
187546
+ {
187547
+ "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",
187548
+ "name": "ListBoxProps"
187549
+ }
187550
+ ],
187551
+ "required": false,
187552
+ "type": {
187553
+ "name": "Orientation"
187554
+ }
187555
+ },
187556
+ "escapeKeyBehavior": {
187557
+ "defaultValue": {
187558
+ "value": "'clearSelection'"
187559
+ },
187560
+ "description": "Whether pressing the escape key should clear selection in the listbox or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
187561
+ "name": "escapeKeyBehavior",
187562
+ "parent": {
187563
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187564
+ "name": "AriaListBoxPropsBase"
187565
+ },
187566
+ "declarations": [
187567
+ {
187568
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187569
+ "name": "AriaListBoxPropsBase"
187570
+ }
187571
+ ],
187572
+ "required": false,
187573
+ "type": {
187574
+ "name": "\"none\" | \"clearSelection\""
187575
+ }
187576
+ },
187577
+ "shouldSelectOnPressUp": {
187578
+ "defaultValue": null,
187579
+ "description": "Whether selection should occur on press up instead of press down.",
187580
+ "name": "shouldSelectOnPressUp",
187581
+ "parent": {
187582
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187583
+ "name": "AriaListBoxProps"
187584
+ },
187585
+ "declarations": [
187586
+ {
187587
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187588
+ "name": "AriaListBoxProps"
187589
+ }
187590
+ ],
187591
+ "required": false,
187592
+ "type": {
187593
+ "name": "boolean"
187594
+ }
187595
+ },
187596
+ "selectionMode": {
187597
+ "defaultValue": null,
187598
+ "description": "The type of selection that is allowed in the collection.",
187599
+ "name": "selectionMode",
187600
+ "parent": {
187601
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187602
+ "name": "MultipleSelection"
187603
+ },
187604
+ "declarations": [
187605
+ {
187606
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187607
+ "name": "MultipleSelection"
187608
+ }
187609
+ ],
187610
+ "required": false,
187611
+ "type": {
187612
+ "name": "SelectionMode"
187613
+ }
187614
+ },
187615
+ "selectedKeys": {
187616
+ "defaultValue": null,
187617
+ "description": "The currently selected keys in the collection (controlled).",
187618
+ "name": "selectedKeys",
187619
+ "parent": {
187620
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187621
+ "name": "MultipleSelection"
187622
+ },
187623
+ "declarations": [
187624
+ {
187625
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187626
+ "name": "MultipleSelection"
187627
+ }
187628
+ ],
187629
+ "required": false,
187630
+ "type": {
187631
+ "name": "\"all\" | Iterable<Key>"
187632
+ }
187633
+ },
187634
+ "defaultSelectedKeys": {
187635
+ "defaultValue": null,
187636
+ "description": "The initial selected keys in the collection (uncontrolled).",
187637
+ "name": "defaultSelectedKeys",
187638
+ "parent": {
187639
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187640
+ "name": "MultipleSelection"
187641
+ },
187642
+ "declarations": [
187643
+ {
187644
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
187645
+ "name": "MultipleSelection"
187646
+ }
187647
+ ],
187648
+ "required": false,
187649
+ "type": {
187650
+ "name": "\"all\" | Iterable<Key>"
187651
+ }
187652
+ },
187653
+ "selectionBehavior": {
187654
+ "defaultValue": {
187655
+ "value": "\"toggle\""
187656
+ },
187657
+ "description": "How multiple selection should behave in the collection.",
187658
+ "name": "selectionBehavior",
187659
+ "parent": {
187660
+ "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",
187661
+ "name": "TableProps"
187662
+ },
187663
+ "declarations": [
187664
+ {
187665
+ "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",
187666
+ "name": "TableProps"
187667
+ }
187668
+ ],
187669
+ "required": false,
187670
+ "type": {
187671
+ "name": "SelectionBehavior"
187672
+ }
187673
+ },
187674
+ "dragAndDropHooks": {
187675
+ "defaultValue": null,
187676
+ "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
187677
+ "name": "dragAndDropHooks",
187678
+ "parent": {
187679
+ "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",
187680
+ "name": "TableProps"
187681
+ },
187682
+ "declarations": [
187683
+ {
187684
+ "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",
187685
+ "name": "TableProps"
187686
+ }
187687
+ ],
187688
+ "required": false,
187689
+ "type": {
187690
+ "name": "DragAndDropHooks<object>"
187691
+ }
187692
+ },
187693
+ "layout": {
187694
+ "defaultValue": {
187695
+ "value": "'stack'"
187696
+ },
187697
+ "description": "Whether the items are arranged in a stack or grid.",
187698
+ "name": "layout",
187699
+ "parent": {
187700
+ "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",
187701
+ "name": "ListBoxProps"
187702
+ },
187703
+ "declarations": [
187704
+ {
187705
+ "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",
187706
+ "name": "ListBoxProps"
187707
+ }
187708
+ ],
187709
+ "required": false,
187710
+ "type": {
187711
+ "name": "\"grid\" | \"stack\""
187712
+ }
187713
+ },
187714
+ "renderEmptyState": {
187715
+ "defaultValue": null,
187716
+ "description": "Provides content to display when there are no items in the list.",
187717
+ "name": "renderEmptyState",
187718
+ "parent": {
187719
+ "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",
187720
+ "name": "ListBoxProps"
187721
+ },
187722
+ "declarations": [
187723
+ {
187724
+ "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",
187725
+ "name": "ListBoxProps"
187726
+ }
187727
+ ],
187728
+ "required": false,
187729
+ "type": {
187730
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
187731
+ }
187732
+ },
187733
+ "onAction": {
187734
+ "defaultValue": null,
187735
+ "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
187736
+ "name": "onAction",
187737
+ "parent": {
187738
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187739
+ "name": "AriaListBoxProps"
187740
+ },
187741
+ "declarations": [
187742
+ {
187743
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187744
+ "name": "AriaListBoxProps"
187745
+ }
187746
+ ],
187747
+ "required": false,
187748
+ "type": {
187749
+ "name": "((key: Key) => void)"
187750
+ }
187751
+ },
187752
+ "shouldFocusOnHover": {
187753
+ "defaultValue": null,
187754
+ "description": "Whether options should be focused when the user hovers over them.",
187755
+ "name": "shouldFocusOnHover",
187756
+ "parent": {
187757
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187758
+ "name": "AriaListBoxProps"
187759
+ },
187760
+ "declarations": [
187761
+ {
187762
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187763
+ "name": "AriaListBoxProps"
187764
+ }
187765
+ ],
187766
+ "required": false,
187767
+ "type": {
187768
+ "name": "boolean"
187769
+ }
187770
+ },
187771
+ "shouldFocusWrap": {
187772
+ "defaultValue": null,
187773
+ "description": "Whether focus should wrap around when the end/start is reached.",
187774
+ "name": "shouldFocusWrap",
187775
+ "parent": {
187776
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187777
+ "name": "ListBoxProps"
187778
+ },
187779
+ "declarations": [
187780
+ {
187781
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187782
+ "name": "ListBoxProps"
187783
+ }
187784
+ ],
187785
+ "required": false,
187786
+ "type": {
187787
+ "name": "boolean"
187788
+ }
187789
+ },
187790
+ "dependencies": {
187791
+ "defaultValue": null,
187792
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
187793
+ "name": "dependencies",
187794
+ "parent": {
187795
+ "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",
187796
+ "name": "CollectionProps"
187797
+ },
187798
+ "declarations": [
187799
+ {
187800
+ "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",
187801
+ "name": "CollectionProps"
187802
+ }
187803
+ ],
187804
+ "required": false,
187805
+ "type": {
187806
+ "name": "readonly any[]"
187807
+ }
187808
+ },
187809
+ "children": {
187810
+ "defaultValue": null,
187811
+ "description": "",
187812
+ "name": "children",
187813
+ "declarations": [
187814
+ {
187815
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
187816
+ "name": "TypeLiteral"
187817
+ }
187818
+ ],
187819
+ "required": false,
187820
+ "type": {
187821
+ "name": "ReactNode"
187822
+ }
187823
+ },
187824
+ "wrapWith": {
187825
+ "defaultValue": null,
187826
+ "description": "",
187827
+ "name": "wrapWith",
187828
+ "parent": {
187829
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
187830
+ "name": "FlowComponentProps"
187831
+ },
187832
+ "declarations": [
187833
+ {
187834
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
187835
+ "name": "FlowComponentProps"
187836
+ }
187837
+ ],
187838
+ "required": false,
187839
+ "type": {
187840
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
187841
+ }
187842
+ },
187843
+ "tunnelId": {
187844
+ "defaultValue": null,
187845
+ "description": "@internal",
187846
+ "name": "tunnelId",
187847
+ "parent": {
187848
+ "fileName": "components/src/lib/types/props.ts",
187849
+ "name": "PropsWithTunnel"
187850
+ },
187851
+ "declarations": [
187852
+ {
187853
+ "fileName": "components/src/lib/types/props.ts",
187854
+ "name": "PropsWithTunnel"
187855
+ }
187856
+ ],
187857
+ "required": false,
187858
+ "type": {
187859
+ "name": "string | null"
187860
+ }
187861
+ },
187862
+ "ref": {
187863
+ "defaultValue": null,
187864
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
187865
+ "name": "ref",
187866
+ "parent": {
187867
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
187868
+ "name": "RefAttributes"
187869
+ },
187870
+ "declarations": [
187871
+ {
187872
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
187873
+ "name": "RefAttributes"
187874
+ }
187875
+ ],
187876
+ "required": false,
187877
+ "type": {
187878
+ "name": "Ref<HTMLSpanElement>"
187879
+ }
187880
+ },
187881
+ "key": {
187882
+ "defaultValue": null,
187883
+ "description": "",
187884
+ "name": "key",
187885
+ "parent": {
187886
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
187887
+ "name": "Attributes"
187888
+ },
187889
+ "declarations": [
187890
+ {
187891
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
187892
+ "name": "Attributes"
187893
+ }
187894
+ ],
187895
+ "required": false,
187896
+ "type": {
187897
+ "name": "Key | null"
187898
+ }
187891
187899
  }
187892
187900
  }
187893
187901
  },
@@ -224716,24 +224724,168 @@
224716
224724
  "tags": {
224717
224725
  "flr-generate": "all"
224718
224726
  },
224719
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertIcon/AlertIcon.tsx",
224727
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
224720
224728
  "description": "",
224721
- "displayName": "AlertIcon",
224729
+ "displayName": "AlertText",
224722
224730
  "methods": [],
224723
224731
  "props": {
224724
224732
  "status": {
224725
224733
  "defaultValue": null,
224726
- "description": "The elements status",
224734
+ "description": "",
224727
224735
  "name": "status",
224736
+ "parent": {
224737
+ "fileName": "components/src/components/AlertText/AlertText.tsx",
224738
+ "name": "AlertTextProps"
224739
+ },
224740
+ "declarations": [
224741
+ {
224742
+ "fileName": "components/src/components/AlertText/AlertText.tsx",
224743
+ "name": "AlertTextProps"
224744
+ }
224745
+ ],
224746
+ "required": false,
224747
+ "type": {
224748
+ "name": "Status | \"unavailable\""
224749
+ }
224750
+ },
224751
+ "className": {
224752
+ "defaultValue": null,
224753
+ "description": "The elements class name.",
224754
+ "name": "className",
224755
+ "parent": {
224756
+ "fileName": "components/src/lib/types/props.ts",
224757
+ "name": "PropsWithClassName"
224758
+ },
224728
224759
  "declarations": [
224729
224760
  {
224730
224761
  "fileName": "components/src/lib/types/props.ts",
224762
+ "name": "PropsWithClassName"
224763
+ }
224764
+ ],
224765
+ "required": false,
224766
+ "type": {
224767
+ "name": "string"
224768
+ }
224769
+ },
224770
+ "children": {
224771
+ "defaultValue": null,
224772
+ "description": "",
224773
+ "name": "children",
224774
+ "declarations": [
224775
+ {
224776
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
224731
224777
  "name": "TypeLiteral"
224732
224778
  }
224733
224779
  ],
224734
224780
  "required": false,
224735
224781
  "type": {
224736
- "name": "Status"
224782
+ "name": "ReactNode"
224783
+ }
224784
+ },
224785
+ "wrapWith": {
224786
+ "defaultValue": null,
224787
+ "description": "",
224788
+ "name": "wrapWith",
224789
+ "parent": {
224790
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224791
+ "name": "FlowComponentProps"
224792
+ },
224793
+ "declarations": [
224794
+ {
224795
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224796
+ "name": "FlowComponentProps"
224797
+ }
224798
+ ],
224799
+ "required": false,
224800
+ "type": {
224801
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224802
+ }
224803
+ },
224804
+ "tunnelId": {
224805
+ "defaultValue": null,
224806
+ "description": "@internal",
224807
+ "name": "tunnelId",
224808
+ "parent": {
224809
+ "fileName": "components/src/lib/types/props.ts",
224810
+ "name": "PropsWithTunnel"
224811
+ },
224812
+ "declarations": [
224813
+ {
224814
+ "fileName": "components/src/lib/types/props.ts",
224815
+ "name": "PropsWithTunnel"
224816
+ }
224817
+ ],
224818
+ "required": false,
224819
+ "type": {
224820
+ "name": "string | null"
224821
+ }
224822
+ },
224823
+ "ref": {
224824
+ "defaultValue": null,
224825
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
224826
+ "name": "ref",
224827
+ "parent": {
224828
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
224829
+ "name": "RefAttributes"
224830
+ },
224831
+ "declarations": [
224832
+ {
224833
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
224834
+ "name": "RefAttributes"
224835
+ }
224836
+ ],
224837
+ "required": false,
224838
+ "type": {
224839
+ "name": "Ref<HTMLSpanElement>"
224840
+ }
224841
+ },
224842
+ "key": {
224843
+ "defaultValue": null,
224844
+ "description": "",
224845
+ "name": "key",
224846
+ "parent": {
224847
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
224848
+ "name": "Attributes"
224849
+ },
224850
+ "declarations": [
224851
+ {
224852
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
224853
+ "name": "Attributes"
224854
+ }
224855
+ ],
224856
+ "required": false,
224857
+ "type": {
224858
+ "name": "Key | null"
224859
+ }
224860
+ }
224861
+ }
224862
+ },
224863
+ {
224864
+ "tags": {
224865
+ "flr-generate": "all"
224866
+ },
224867
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertIcon/AlertIcon.tsx",
224868
+ "description": "",
224869
+ "displayName": "AlertIcon",
224870
+ "methods": [],
224871
+ "props": {
224872
+ "status": {
224873
+ "defaultValue": null,
224874
+ "description": "",
224875
+ "name": "status",
224876
+ "parent": {
224877
+ "fileName": "components/src/components/Icon/Icon.tsx",
224878
+ "name": "IconProps"
224879
+ },
224880
+ "declarations": [
224881
+ {
224882
+ "fileName": "components/src/components/Icon/Icon.tsx",
224883
+ "name": "IconProps"
224884
+ }
224885
+ ],
224886
+ "required": false,
224887
+ "type": {
224888
+ "name": "Status | \"unavailable\""
224737
224889
  }
224738
224890
  },
224739
224891
  "size": {
@@ -258051,10 +258203,10 @@
258051
258203
  "name": "() => ArrayIterator<any>"
258052
258204
  }
258053
258205
  },
258054
- "__@unscopables@3171": {
258206
+ "__@unscopables@3172": {
258055
258207
  "defaultValue": null,
258056
258208
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258057
- "name": "__@unscopables@3171",
258209
+ "name": "__@unscopables@3172",
258058
258210
  "parent": {
258059
258211
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258060
258212
  "name": "Array"
@@ -258887,10 +259039,10 @@
258887
259039
  "name": "() => ArrayIterator<any>"
258888
259040
  }
258889
259041
  },
258890
- "__@unscopables@3171": {
259042
+ "__@unscopables@3172": {
258891
259043
  "defaultValue": null,
258892
259044
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258893
- "name": "__@unscopables@3171",
259045
+ "name": "__@unscopables@3172",
258894
259046
  "parent": {
258895
259047
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258896
259048
  "name": "Array"
@@ -259723,10 +259875,10 @@
259723
259875
  "name": "() => ArrayIterator<any>"
259724
259876
  }
259725
259877
  },
259726
- "__@unscopables@3171": {
259878
+ "__@unscopables@3172": {
259727
259879
  "defaultValue": null,
259728
259880
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
259729
- "name": "__@unscopables@3171",
259881
+ "name": "__@unscopables@3172",
259730
259882
  "parent": {
259731
259883
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
259732
259884
  "name": "Array"
@@ -272960,33 +273112,7 @@
272960
273112
  "tags": {
272961
273113
  "deprecated": "Use RouterProvider instead"
272962
273114
  },
272963
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
272964
- "description": "",
272965
- "displayName": "LinkProvider",
272966
- "methods": [],
272967
- "props": {
272968
- "children": {
272969
- "defaultValue": null,
272970
- "description": "",
272971
- "name": "children",
272972
- "declarations": [
272973
- {
272974
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
272975
- "name": "TypeLiteral"
272976
- }
272977
- ],
272978
- "required": false,
272979
- "type": {
272980
- "name": "ReactNode"
272981
- }
272982
- }
272983
- }
272984
- },
272985
- {
272986
- "tags": {
272987
- "deprecated": "Use RouterProvider instead"
272988
- },
272989
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
273115
+ "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
272990
273116
  "description": "",
272991
273117
  "displayName": "Link",
272992
273118
  "methods": [],
@@ -272996,12 +273122,12 @@
272996
273122
  "description": "",
272997
273123
  "name": "ref",
272998
273124
  "parent": {
272999
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
273125
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
273000
273126
  "name": "Props"
273001
273127
  },
273002
273128
  "declarations": [
273003
273129
  {
273004
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
273130
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
273005
273131
  "name": "Props"
273006
273132
  }
273007
273133
  ],
@@ -273015,12 +273141,12 @@
273015
273141
  "description": "",
273016
273142
  "name": "isDisabled",
273017
273143
  "parent": {
273018
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
273144
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
273019
273145
  "name": "Props"
273020
273146
  },
273021
273147
  "declarations": [
273022
273148
  {
273023
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
273149
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
273024
273150
  "name": "Props"
273025
273151
  }
273026
273152
  ],
@@ -278484,6 +278610,32 @@
278484
278610
  }
278485
278611
  }
278486
278612
  },
278613
+ {
278614
+ "tags": {
278615
+ "deprecated": "Use RouterProvider instead"
278616
+ },
278617
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
278618
+ "description": "",
278619
+ "displayName": "LinkProvider",
278620
+ "methods": [],
278621
+ "props": {
278622
+ "children": {
278623
+ "defaultValue": null,
278624
+ "description": "",
278625
+ "name": "children",
278626
+ "declarations": [
278627
+ {
278628
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
278629
+ "name": "TypeLiteral"
278630
+ }
278631
+ ],
278632
+ "required": false,
278633
+ "type": {
278634
+ "name": "ReactNode"
278635
+ }
278636
+ }
278637
+ }
278638
+ },
278487
278639
  {
278488
278640
  "tags": {
278489
278641
  "flr-generate": "all"
@@ -287148,30 +287300,11 @@
287148
287300
  "tags": {
287149
287301
  "flr-generate": "all"
287150
287302
  },
287151
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
287303
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
287152
287304
  "description": "",
287153
- "displayName": "TableCell",
287305
+ "displayName": "TableColumn",
287154
287306
  "methods": [],
287155
287307
  "props": {
287156
- "rowHeader": {
287157
- "defaultValue": null,
287158
- "description": "Use cell as row header",
287159
- "name": "rowHeader",
287160
- "parent": {
287161
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
287162
- "name": "TableCellProps"
287163
- },
287164
- "declarations": [
287165
- {
287166
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
287167
- "name": "TableCellProps"
287168
- }
287169
- ],
287170
- "required": false,
287171
- "type": {
287172
- "name": "boolean"
287173
- }
287174
- },
287175
287308
  "horizontalAlign": {
287176
287309
  "defaultValue": {
287177
287310
  "value": "\"start\""
@@ -287179,13 +287312,13 @@
287179
287312
  "description": "Horizontal alignment of the cell content",
287180
287313
  "name": "horizontalAlign",
287181
287314
  "parent": {
287182
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
287183
- "name": "TableCellProps"
287315
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
287316
+ "name": "TableColumnProps"
287184
287317
  },
287185
287318
  "declarations": [
287186
287319
  {
287187
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
287188
- "name": "TableCellProps"
287320
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
287321
+ "name": "TableColumnProps"
287189
287322
  }
287190
287323
  ],
287191
287324
  "required": false,
@@ -287212,6 +287345,25 @@
287212
287345
  "name": "ClassNameOrFunction<TooltipRenderProps>"
287213
287346
  }
287214
287347
  },
287348
+ "style": {
287349
+ "defaultValue": null,
287350
+ "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.",
287351
+ "name": "style",
287352
+ "parent": {
287353
+ "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",
287354
+ "name": "StyleRenderProps"
287355
+ },
287356
+ "declarations": [
287357
+ {
287358
+ "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",
287359
+ "name": "StyleRenderProps"
287360
+ }
287361
+ ],
287362
+ "required": false,
287363
+ "type": {
287364
+ "name": "StyleOrFunction<TooltipRenderProps>"
287365
+ }
287366
+ },
287215
287367
  "dir": {
287216
287368
  "defaultValue": null,
287217
287369
  "description": "",
@@ -288542,6 +288694,25 @@
288542
288694
  "name": "Key"
288543
288695
  }
288544
288696
  },
288697
+ "width": {
288698
+ "defaultValue": null,
288699
+ "description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
288700
+ "name": "width",
288701
+ "parent": {
288702
+ "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",
288703
+ "name": "ColumnProps"
288704
+ },
288705
+ "declarations": [
288706
+ {
288707
+ "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",
288708
+ "name": "ColumnProps"
288709
+ }
288710
+ ],
288711
+ "required": false,
288712
+ "type": {
288713
+ "name": "ColumnSize | null"
288714
+ }
288715
+ },
288545
288716
  "textValue": {
288546
288717
  "defaultValue": null,
288547
288718
  "description": "A string representation of the item's contents, used for features like typeahead.",
@@ -288561,23 +288732,99 @@
288561
288732
  "name": "string"
288562
288733
  }
288563
288734
  },
288564
- "colSpan": {
288735
+ "allowsSorting": {
288565
288736
  "defaultValue": null,
288566
- "description": "Indicates how many columns the data cell spans.",
288567
- "name": "colSpan",
288737
+ "description": "Whether the column allows sorting.",
288738
+ "name": "allowsSorting",
288568
288739
  "parent": {
288569
288740
  "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",
288570
- "name": "CellProps"
288741
+ "name": "ColumnProps"
288571
288742
  },
288572
288743
  "declarations": [
288573
288744
  {
288574
288745
  "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",
288575
- "name": "CellProps"
288746
+ "name": "ColumnProps"
288576
288747
  }
288577
288748
  ],
288578
288749
  "required": false,
288579
288750
  "type": {
288580
- "name": "number"
288751
+ "name": "boolean"
288752
+ }
288753
+ },
288754
+ "isRowHeader": {
288755
+ "defaultValue": null,
288756
+ "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
288757
+ "name": "isRowHeader",
288758
+ "parent": {
288759
+ "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",
288760
+ "name": "ColumnProps"
288761
+ },
288762
+ "declarations": [
288763
+ {
288764
+ "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",
288765
+ "name": "ColumnProps"
288766
+ }
288767
+ ],
288768
+ "required": false,
288769
+ "type": {
288770
+ "name": "boolean"
288771
+ }
288772
+ },
288773
+ "defaultWidth": {
288774
+ "defaultValue": null,
288775
+ "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
288776
+ "name": "defaultWidth",
288777
+ "parent": {
288778
+ "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",
288779
+ "name": "ColumnProps"
288780
+ },
288781
+ "declarations": [
288782
+ {
288783
+ "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",
288784
+ "name": "ColumnProps"
288785
+ }
288786
+ ],
288787
+ "required": false,
288788
+ "type": {
288789
+ "name": "ColumnSize | null"
288790
+ }
288791
+ },
288792
+ "minWidth": {
288793
+ "defaultValue": null,
288794
+ "description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
288795
+ "name": "minWidth",
288796
+ "parent": {
288797
+ "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",
288798
+ "name": "ColumnProps"
288799
+ },
288800
+ "declarations": [
288801
+ {
288802
+ "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",
288803
+ "name": "ColumnProps"
288804
+ }
288805
+ ],
288806
+ "required": false,
288807
+ "type": {
288808
+ "name": "ColumnStaticSize | null"
288809
+ }
288810
+ },
288811
+ "maxWidth": {
288812
+ "defaultValue": null,
288813
+ "description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
288814
+ "name": "maxWidth",
288815
+ "parent": {
288816
+ "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",
288817
+ "name": "ColumnProps"
288818
+ },
288819
+ "declarations": [
288820
+ {
288821
+ "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",
288822
+ "name": "ColumnProps"
288823
+ }
288824
+ ],
288825
+ "required": false,
288826
+ "type": {
288827
+ "name": "ColumnStaticSize | null"
288581
288828
  }
288582
288829
  },
288583
288830
  "children": {
@@ -288601,11 +288848,30 @@
288601
288848
  "tags": {
288602
288849
  "flr-generate": "all"
288603
288850
  },
288604
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
288851
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
288605
288852
  "description": "",
288606
- "displayName": "TableColumn",
288853
+ "displayName": "TableCell",
288607
288854
  "methods": [],
288608
288855
  "props": {
288856
+ "rowHeader": {
288857
+ "defaultValue": null,
288858
+ "description": "Use cell as row header",
288859
+ "name": "rowHeader",
288860
+ "parent": {
288861
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
288862
+ "name": "TableCellProps"
288863
+ },
288864
+ "declarations": [
288865
+ {
288866
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
288867
+ "name": "TableCellProps"
288868
+ }
288869
+ ],
288870
+ "required": false,
288871
+ "type": {
288872
+ "name": "boolean"
288873
+ }
288874
+ },
288609
288875
  "horizontalAlign": {
288610
288876
  "defaultValue": {
288611
288877
  "value": "\"start\""
@@ -288613,13 +288879,13 @@
288613
288879
  "description": "Horizontal alignment of the cell content",
288614
288880
  "name": "horizontalAlign",
288615
288881
  "parent": {
288616
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
288617
- "name": "TableColumnProps"
288882
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
288883
+ "name": "TableCellProps"
288618
288884
  },
288619
288885
  "declarations": [
288620
288886
  {
288621
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
288622
- "name": "TableColumnProps"
288887
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
288888
+ "name": "TableCellProps"
288623
288889
  }
288624
288890
  ],
288625
288891
  "required": false,
@@ -288646,25 +288912,6 @@
288646
288912
  "name": "ClassNameOrFunction<TooltipRenderProps>"
288647
288913
  }
288648
288914
  },
288649
- "style": {
288650
- "defaultValue": null,
288651
- "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.",
288652
- "name": "style",
288653
- "parent": {
288654
- "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",
288655
- "name": "StyleRenderProps"
288656
- },
288657
- "declarations": [
288658
- {
288659
- "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",
288660
- "name": "StyleRenderProps"
288661
- }
288662
- ],
288663
- "required": false,
288664
- "type": {
288665
- "name": "StyleOrFunction<TooltipRenderProps>"
288666
- }
288667
- },
288668
288915
  "dir": {
288669
288916
  "defaultValue": null,
288670
288917
  "description": "",
@@ -289995,25 +290242,6 @@
289995
290242
  "name": "Key"
289996
290243
  }
289997
290244
  },
289998
- "width": {
289999
- "defaultValue": null,
290000
- "description": "The width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290001
- "name": "width",
290002
- "parent": {
290003
- "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",
290004
- "name": "ColumnProps"
290005
- },
290006
- "declarations": [
290007
- {
290008
- "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",
290009
- "name": "ColumnProps"
290010
- }
290011
- ],
290012
- "required": false,
290013
- "type": {
290014
- "name": "ColumnSize | null"
290015
- }
290016
- },
290017
290245
  "textValue": {
290018
290246
  "defaultValue": null,
290019
290247
  "description": "A string representation of the item's contents, used for features like typeahead.",
@@ -290033,99 +290261,23 @@
290033
290261
  "name": "string"
290034
290262
  }
290035
290263
  },
290036
- "allowsSorting": {
290037
- "defaultValue": null,
290038
- "description": "Whether the column allows sorting.",
290039
- "name": "allowsSorting",
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": "ColumnProps"
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": "ColumnProps"
290048
- }
290049
- ],
290050
- "required": false,
290051
- "type": {
290052
- "name": "boolean"
290053
- }
290054
- },
290055
- "isRowHeader": {
290056
- "defaultValue": null,
290057
- "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be announced by assistive technology during row navigation.",
290058
- "name": "isRowHeader",
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": "ColumnProps"
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": "ColumnProps"
290067
- }
290068
- ],
290069
- "required": false,
290070
- "type": {
290071
- "name": "boolean"
290072
- }
290073
- },
290074
- "defaultWidth": {
290075
- "defaultValue": null,
290076
- "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290077
- "name": "defaultWidth",
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": "ColumnProps"
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": "ColumnProps"
290086
- }
290087
- ],
290088
- "required": false,
290089
- "type": {
290090
- "name": "ColumnSize | null"
290091
- }
290092
- },
290093
- "minWidth": {
290094
- "defaultValue": null,
290095
- "description": "The minimum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290096
- "name": "minWidth",
290097
- "parent": {
290098
- "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",
290099
- "name": "ColumnProps"
290100
- },
290101
- "declarations": [
290102
- {
290103
- "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",
290104
- "name": "ColumnProps"
290105
- }
290106
- ],
290107
- "required": false,
290108
- "type": {
290109
- "name": "ColumnStaticSize | null"
290110
- }
290111
- },
290112
- "maxWidth": {
290264
+ "colSpan": {
290113
290265
  "defaultValue": null,
290114
- "description": "The maximum width of the column. This prop only applies when the `<Table>` is wrapped in a `<ResizableTableContainer>`.",
290115
- "name": "maxWidth",
290266
+ "description": "Indicates how many columns the data cell spans.",
290267
+ "name": "colSpan",
290116
290268
  "parent": {
290117
290269
  "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",
290118
- "name": "ColumnProps"
290270
+ "name": "CellProps"
290119
290271
  },
290120
290272
  "declarations": [
290121
290273
  {
290122
290274
  "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",
290123
- "name": "ColumnProps"
290275
+ "name": "CellProps"
290124
290276
  }
290125
290277
  ],
290126
290278
  "required": false,
290127
290279
  "type": {
290128
- "name": "ColumnStaticSize | null"
290280
+ "name": "number"
290129
290281
  }
290130
290282
  },
290131
290283
  "children": {
@@ -307116,47 +307268,24 @@
307116
307268
  "tags": {
307117
307269
  "flr-generate": "all"
307118
307270
  },
307119
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
307271
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307120
307272
  "description": "",
307121
- "displayName": "ContextMenuTrigger",
307273
+ "displayName": "ContextMenuSection",
307122
307274
  "methods": [],
307123
307275
  "props": {
307124
- "isDefaultOpen": {
307125
- "defaultValue": null,
307126
- "description": "Whether the overlay should be open initially.",
307127
- "name": "isDefaultOpen",
307128
- "parent": {
307129
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307130
- "name": "OverlayTriggerProps"
307131
- },
307132
- "declarations": [
307133
- {
307134
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307135
- "name": "OverlayTriggerProps"
307136
- }
307137
- ],
307138
- "required": false,
307139
- "type": {
307140
- "name": "boolean"
307141
- }
307142
- },
307143
- "controller": {
307276
+ "children": {
307144
307277
  "defaultValue": null,
307145
- "description": "A controller to control the state of the overlay.",
307146
- "name": "controller",
307147
- "parent": {
307148
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307149
- "name": "OverlayTriggerProps"
307150
- },
307278
+ "description": "",
307279
+ "name": "children",
307151
307280
  "declarations": [
307152
307281
  {
307153
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307154
- "name": "OverlayTriggerProps"
307282
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307283
+ "name": "TypeLiteral"
307155
307284
  }
307156
307285
  ],
307157
307286
  "required": false,
307158
307287
  "type": {
307159
- "name": "OverlayController"
307288
+ "name": "ReactNode"
307160
307289
  }
307161
307290
  },
307162
307291
  "wrapWith": {
@@ -307235,19 +307364,57 @@
307235
307364
  "name": "Key | null"
307236
307365
  }
307237
307366
  },
307238
- "children": {
307367
+ "selectedKeys": {
307368
+ "defaultValue": null,
307369
+ "description": "The currently selected keys in the collection (controlled).",
307370
+ "name": "selectedKeys",
307371
+ "parent": {
307372
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307373
+ "name": "MultipleSelection"
307374
+ },
307375
+ "declarations": [
307376
+ {
307377
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307378
+ "name": "MultipleSelection"
307379
+ }
307380
+ ],
307381
+ "required": false,
307382
+ "type": {
307383
+ "name": "\"all\" | Iterable<Key>"
307384
+ }
307385
+ },
307386
+ "defaultSelectedKeys": {
307387
+ "defaultValue": null,
307388
+ "description": "The initial selected keys in the collection (uncontrolled).",
307389
+ "name": "defaultSelectedKeys",
307390
+ "parent": {
307391
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307392
+ "name": "MultipleSelection"
307393
+ },
307394
+ "declarations": [
307395
+ {
307396
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307397
+ "name": "MultipleSelection"
307398
+ }
307399
+ ],
307400
+ "required": false,
307401
+ "type": {
307402
+ "name": "\"all\" | Iterable<Key>"
307403
+ }
307404
+ },
307405
+ "selectionMode": {
307239
307406
  "defaultValue": null,
307240
307407
  "description": "",
307241
- "name": "children",
307408
+ "name": "selectionMode",
307242
307409
  "declarations": [
307243
307410
  {
307244
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307411
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307245
307412
  "name": "TypeLiteral"
307246
307413
  }
307247
307414
  ],
307248
307415
  "required": false,
307249
307416
  "type": {
307250
- "name": "ReactNode"
307417
+ "name": "ContextMenuSelectionMode"
307251
307418
  }
307252
307419
  }
307253
307420
  }
@@ -307256,24 +307423,47 @@
307256
307423
  "tags": {
307257
307424
  "flr-generate": "all"
307258
307425
  },
307259
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307426
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
307260
307427
  "description": "",
307261
- "displayName": "ContextMenuSection",
307428
+ "displayName": "ContextMenuTrigger",
307262
307429
  "methods": [],
307263
307430
  "props": {
307264
- "children": {
307431
+ "isDefaultOpen": {
307265
307432
  "defaultValue": null,
307266
- "description": "",
307267
- "name": "children",
307433
+ "description": "Whether the overlay should be open initially.",
307434
+ "name": "isDefaultOpen",
307435
+ "parent": {
307436
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307437
+ "name": "OverlayTriggerProps"
307438
+ },
307268
307439
  "declarations": [
307269
307440
  {
307270
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307271
- "name": "TypeLiteral"
307441
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307442
+ "name": "OverlayTriggerProps"
307272
307443
  }
307273
307444
  ],
307274
307445
  "required": false,
307275
307446
  "type": {
307276
- "name": "ReactNode"
307447
+ "name": "boolean"
307448
+ }
307449
+ },
307450
+ "controller": {
307451
+ "defaultValue": null,
307452
+ "description": "A controller to control the state of the overlay.",
307453
+ "name": "controller",
307454
+ "parent": {
307455
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307456
+ "name": "OverlayTriggerProps"
307457
+ },
307458
+ "declarations": [
307459
+ {
307460
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
307461
+ "name": "OverlayTriggerProps"
307462
+ }
307463
+ ],
307464
+ "required": false,
307465
+ "type": {
307466
+ "name": "OverlayController"
307277
307467
  }
307278
307468
  },
307279
307469
  "wrapWith": {
@@ -307352,57 +307542,19 @@
307352
307542
  "name": "Key | null"
307353
307543
  }
307354
307544
  },
307355
- "selectedKeys": {
307356
- "defaultValue": null,
307357
- "description": "The currently selected keys in the collection (controlled).",
307358
- "name": "selectedKeys",
307359
- "parent": {
307360
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307361
- "name": "MultipleSelection"
307362
- },
307363
- "declarations": [
307364
- {
307365
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307366
- "name": "MultipleSelection"
307367
- }
307368
- ],
307369
- "required": false,
307370
- "type": {
307371
- "name": "\"all\" | Iterable<Key>"
307372
- }
307373
- },
307374
- "defaultSelectedKeys": {
307375
- "defaultValue": null,
307376
- "description": "The initial selected keys in the collection (uncontrolled).",
307377
- "name": "defaultSelectedKeys",
307378
- "parent": {
307379
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307380
- "name": "MultipleSelection"
307381
- },
307382
- "declarations": [
307383
- {
307384
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307385
- "name": "MultipleSelection"
307386
- }
307387
- ],
307388
- "required": false,
307389
- "type": {
307390
- "name": "\"all\" | Iterable<Key>"
307391
- }
307392
- },
307393
- "selectionMode": {
307545
+ "children": {
307394
307546
  "defaultValue": null,
307395
307547
  "description": "",
307396
- "name": "selectionMode",
307548
+ "name": "children",
307397
307549
  "declarations": [
307398
307550
  {
307399
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307551
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307400
307552
  "name": "TypeLiteral"
307401
307553
  }
307402
307554
  ],
307403
307555
  "required": false,
307404
307556
  "type": {
307405
- "name": "ContextMenuSelectionMode"
307557
+ "name": "ReactNode"
307406
307558
  }
307407
307559
  }
307408
307560
  }