@mittwald/flow-react-components 0.2.0-alpha.794 → 0.2.0-alpha.796

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.
@@ -223702,70 +223702,6 @@
223702
223702
  }
223703
223703
  }
223704
223704
  },
223705
- {
223706
- "tags": {
223707
- "flr-generate": "all"
223708
- },
223709
- "filePath": "src/components/Chat/Chat.tsx",
223710
- "description": "",
223711
- "displayName": "Chat",
223712
- "methods": [],
223713
- "props": {
223714
- "height": {
223715
- "defaultValue": null,
223716
- "description": "",
223717
- "name": "height",
223718
- "parent": {
223719
- "fileName": "src/components/Chat/Chat.tsx",
223720
- "name": "ChatProps"
223721
- },
223722
- "declarations": [
223723
- {
223724
- "fileName": "src/components/Chat/Chat.tsx",
223725
- "name": "ChatProps"
223726
- }
223727
- ],
223728
- "required": false,
223729
- "type": {
223730
- "name": "Height<string | number>"
223731
- }
223732
- },
223733
- "children": {
223734
- "defaultValue": null,
223735
- "description": "",
223736
- "name": "children",
223737
- "declarations": [
223738
- {
223739
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
223740
- "name": "TypeLiteral"
223741
- }
223742
- ],
223743
- "required": false,
223744
- "type": {
223745
- "name": "ReactNode"
223746
- }
223747
- },
223748
- "className": {
223749
- "defaultValue": null,
223750
- "description": "The elements class name.",
223751
- "name": "className",
223752
- "parent": {
223753
- "fileName": "components/src/lib/types/props.ts",
223754
- "name": "PropsWithClassName"
223755
- },
223756
- "declarations": [
223757
- {
223758
- "fileName": "components/src/lib/types/props.ts",
223759
- "name": "PropsWithClassName"
223760
- }
223761
- ],
223762
- "required": false,
223763
- "type": {
223764
- "name": "string"
223765
- }
223766
- }
223767
- }
223768
- },
223769
223705
  {
223770
223706
  "tags": {
223771
223707
  "flr-generate": "all"
@@ -225924,6 +225860,70 @@
225924
225860
  }
225925
225861
  }
225926
225862
  },
225863
+ {
225864
+ "tags": {
225865
+ "flr-generate": "all"
225866
+ },
225867
+ "filePath": "src/components/Chat/Chat.tsx",
225868
+ "description": "",
225869
+ "displayName": "Chat",
225870
+ "methods": [],
225871
+ "props": {
225872
+ "height": {
225873
+ "defaultValue": null,
225874
+ "description": "",
225875
+ "name": "height",
225876
+ "parent": {
225877
+ "fileName": "src/components/Chat/Chat.tsx",
225878
+ "name": "ChatProps"
225879
+ },
225880
+ "declarations": [
225881
+ {
225882
+ "fileName": "src/components/Chat/Chat.tsx",
225883
+ "name": "ChatProps"
225884
+ }
225885
+ ],
225886
+ "required": false,
225887
+ "type": {
225888
+ "name": "Height<string | number>"
225889
+ }
225890
+ },
225891
+ "children": {
225892
+ "defaultValue": null,
225893
+ "description": "",
225894
+ "name": "children",
225895
+ "declarations": [
225896
+ {
225897
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
225898
+ "name": "TypeLiteral"
225899
+ }
225900
+ ],
225901
+ "required": false,
225902
+ "type": {
225903
+ "name": "ReactNode"
225904
+ }
225905
+ },
225906
+ "className": {
225907
+ "defaultValue": null,
225908
+ "description": "The elements class name.",
225909
+ "name": "className",
225910
+ "parent": {
225911
+ "fileName": "components/src/lib/types/props.ts",
225912
+ "name": "PropsWithClassName"
225913
+ },
225914
+ "declarations": [
225915
+ {
225916
+ "fileName": "components/src/lib/types/props.ts",
225917
+ "name": "PropsWithClassName"
225918
+ }
225919
+ ],
225920
+ "required": false,
225921
+ "type": {
225922
+ "name": "string"
225923
+ }
225924
+ }
225925
+ }
225926
+ },
225927
225927
  {
225928
225928
  "tags": {
225929
225929
  "flr-generate": "all"
@@ -272687,9 +272687,9 @@
272687
272687
  },
272688
272688
  {
272689
272689
  "tags": {},
272690
- "filePath": "src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
272690
+ "filePath": "src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
272691
272691
  "description": "",
272692
- "displayName": "ResetButton",
272692
+ "displayName": "SubmitButton",
272693
272693
  "methods": [],
272694
272694
  "props": {
272695
272695
  "slot": {
@@ -275038,6 +275038,25 @@
275038
275038
  "type": {
275039
275039
  "name": "Key | null"
275040
275040
  }
275041
+ },
275042
+ "showFeedback": {
275043
+ "defaultValue": null,
275044
+ "description": "",
275045
+ "name": "showFeedback",
275046
+ "parent": {
275047
+ "fileName": "components/src/components/Action/types.ts",
275048
+ "name": "ActionProps"
275049
+ },
275050
+ "declarations": [
275051
+ {
275052
+ "fileName": "components/src/components/Action/types.ts",
275053
+ "name": "ActionProps"
275054
+ }
275055
+ ],
275056
+ "required": false,
275057
+ "type": {
275058
+ "name": "boolean"
275059
+ }
275041
275060
  }
275042
275061
  }
275043
275062
  },
@@ -275086,9 +275105,9 @@
275086
275105
  },
275087
275106
  {
275088
275107
  "tags": {},
275089
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
275108
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
275090
275109
  "description": "",
275091
- "displayName": "SubmitButton",
275110
+ "displayName": "ResetButton",
275092
275111
  "methods": [],
275093
275112
  "props": {
275094
275113
  "slot": {
@@ -277437,25 +277456,6 @@
277437
277456
  "type": {
277438
277457
  "name": "Key | null"
277439
277458
  }
277440
- },
277441
- "showFeedback": {
277442
- "defaultValue": null,
277443
- "description": "",
277444
- "name": "showFeedback",
277445
- "parent": {
277446
- "fileName": "components/src/components/Action/types.ts",
277447
- "name": "ActionProps"
277448
- },
277449
- "declarations": [
277450
- {
277451
- "fileName": "components/src/components/Action/types.ts",
277452
- "name": "ActionProps"
277453
- }
277454
- ],
277455
- "required": false,
277456
- "type": {
277457
- "name": "boolean"
277458
- }
277459
277459
  }
277460
277460
  }
277461
277461
  },
@@ -284135,12 +284135,10 @@
284135
284135
  }
284136
284136
  },
284137
284137
  {
284138
- "tags": {
284139
- "deprecated": "Use RouterProvider instead"
284140
- },
284141
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
284138
+ "tags": {},
284139
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
284142
284140
  "description": "",
284143
- "displayName": "LinkProvider",
284141
+ "displayName": "RouterProvider",
284144
284142
  "methods": [],
284145
284143
  "props": {
284146
284144
  "children": {
@@ -284161,10 +284159,12 @@
284161
284159
  }
284162
284160
  },
284163
284161
  {
284164
- "tags": {},
284165
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
284162
+ "tags": {
284163
+ "deprecated": "Use RouterProvider instead"
284164
+ },
284165
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
284166
284166
  "description": "",
284167
- "displayName": "RouterProvider",
284167
+ "displayName": "LinkProvider",
284168
284168
  "methods": [],
284169
284169
  "props": {
284170
284170
  "children": {
@@ -293192,9 +293192,9 @@
293192
293192
  "tags": {
293193
293193
  "flr-generate": "all"
293194
293194
  },
293195
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
293195
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
293196
293196
  "description": "",
293197
- "displayName": "TableRow",
293197
+ "displayName": "TableHeader",
293198
293198
  "methods": [],
293199
293199
  "props": {
293200
293200
  "className": {
@@ -293220,16 +293220,16 @@
293220
293220
  },
293221
293221
  "columns": {
293222
293222
  "defaultValue": null,
293223
- "description": "A list of columns used when dynamically rendering cells.",
293223
+ "description": "A list of table columns.",
293224
293224
  "name": "columns",
293225
293225
  "parent": {
293226
293226
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293227
- "name": "RowProps"
293227
+ "name": "TableHeaderProps"
293228
293228
  },
293229
293229
  "declarations": [
293230
293230
  {
293231
293231
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293232
- "name": "RowProps"
293232
+ "name": "TableHeaderProps"
293233
293233
  }
293234
293234
  ],
293235
293235
  "required": false,
@@ -293256,25 +293256,6 @@
293256
293256
  "name": "ReactNode"
293257
293257
  }
293258
293258
  },
293259
- "value": {
293260
- "defaultValue": null,
293261
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
293262
- "name": "value",
293263
- "parent": {
293264
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293265
- "name": "MenuItemProps"
293266
- },
293267
- "declarations": [
293268
- {
293269
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293270
- "name": "MenuItemProps"
293271
- }
293272
- ],
293273
- "required": false,
293274
- "type": {
293275
- "name": "object"
293276
- }
293277
- },
293278
293259
  "dependencies": {
293279
293260
  "defaultValue": null,
293280
293261
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -293294,82 +293275,6 @@
293294
293275
  "name": "readonly any[]"
293295
293276
  }
293296
293277
  },
293297
- "textValue": {
293298
- "defaultValue": null,
293299
- "description": "A string representation of the item's contents, used for features like typeahead.",
293300
- "name": "textValue",
293301
- "parent": {
293302
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293303
- "name": "ListBoxItemProps"
293304
- },
293305
- "declarations": [
293306
- {
293307
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293308
- "name": "ListBoxItemProps"
293309
- }
293310
- ],
293311
- "required": false,
293312
- "type": {
293313
- "name": "string"
293314
- }
293315
- },
293316
- "isDisabled": {
293317
- "defaultValue": null,
293318
- "description": "Whether the item is disabled.",
293319
- "name": "isDisabled",
293320
- "parent": {
293321
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293322
- "name": "ListBoxItemProps"
293323
- },
293324
- "declarations": [
293325
- {
293326
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293327
- "name": "ListBoxItemProps"
293328
- }
293329
- ],
293330
- "required": false,
293331
- "type": {
293332
- "name": "boolean"
293333
- }
293334
- },
293335
- "onAction": {
293336
- "defaultValue": null,
293337
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
293338
- "name": "onAction",
293339
- "parent": {
293340
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293341
- "name": "ListBoxItemProps"
293342
- },
293343
- "declarations": [
293344
- {
293345
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293346
- "name": "ListBoxItemProps"
293347
- }
293348
- ],
293349
- "required": false,
293350
- "type": {
293351
- "name": "(() => void)"
293352
- }
293353
- },
293354
- "id": {
293355
- "defaultValue": null,
293356
- "description": "The unique id of the item.",
293357
- "name": "id",
293358
- "parent": {
293359
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293360
- "name": "MenuItemProps"
293361
- },
293362
- "declarations": [
293363
- {
293364
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
293365
- "name": "MenuItemProps"
293366
- }
293367
- ],
293368
- "required": false,
293369
- "type": {
293370
- "name": "Key"
293371
- }
293372
- },
293373
293278
  "style": {
293374
293279
  "defaultValue": null,
293375
293280
  "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.",
@@ -293389,158 +293294,6 @@
293389
293294
  "name": "StyleOrFunction<TooltipRenderProps>"
293390
293295
  }
293391
293296
  },
293392
- "href": {
293393
- "defaultValue": null,
293394
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
293395
- "name": "href",
293396
- "parent": {
293397
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293398
- "name": "LinkDOMProps"
293399
- },
293400
- "declarations": [
293401
- {
293402
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293403
- "name": "LinkDOMProps"
293404
- }
293405
- ],
293406
- "required": false,
293407
- "type": {
293408
- "name": "string"
293409
- }
293410
- },
293411
- "hrefLang": {
293412
- "defaultValue": null,
293413
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
293414
- "name": "hrefLang",
293415
- "parent": {
293416
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293417
- "name": "LinkDOMProps"
293418
- },
293419
- "declarations": [
293420
- {
293421
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293422
- "name": "LinkDOMProps"
293423
- }
293424
- ],
293425
- "required": false,
293426
- "type": {
293427
- "name": "string"
293428
- }
293429
- },
293430
- "target": {
293431
- "defaultValue": null,
293432
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
293433
- "name": "target",
293434
- "parent": {
293435
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293436
- "name": "LinkDOMProps"
293437
- },
293438
- "declarations": [
293439
- {
293440
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293441
- "name": "LinkDOMProps"
293442
- }
293443
- ],
293444
- "required": false,
293445
- "type": {
293446
- "name": "HTMLAttributeAnchorTarget"
293447
- }
293448
- },
293449
- "rel": {
293450
- "defaultValue": null,
293451
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
293452
- "name": "rel",
293453
- "parent": {
293454
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293455
- "name": "LinkDOMProps"
293456
- },
293457
- "declarations": [
293458
- {
293459
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293460
- "name": "LinkDOMProps"
293461
- }
293462
- ],
293463
- "required": false,
293464
- "type": {
293465
- "name": "string"
293466
- }
293467
- },
293468
- "download": {
293469
- "defaultValue": null,
293470
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
293471
- "name": "download",
293472
- "parent": {
293473
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293474
- "name": "LinkDOMProps"
293475
- },
293476
- "declarations": [
293477
- {
293478
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293479
- "name": "LinkDOMProps"
293480
- }
293481
- ],
293482
- "required": false,
293483
- "type": {
293484
- "name": "string | boolean"
293485
- }
293486
- },
293487
- "ping": {
293488
- "defaultValue": null,
293489
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
293490
- "name": "ping",
293491
- "parent": {
293492
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293493
- "name": "LinkDOMProps"
293494
- },
293495
- "declarations": [
293496
- {
293497
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293498
- "name": "LinkDOMProps"
293499
- }
293500
- ],
293501
- "required": false,
293502
- "type": {
293503
- "name": "string"
293504
- }
293505
- },
293506
- "referrerPolicy": {
293507
- "defaultValue": null,
293508
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
293509
- "name": "referrerPolicy",
293510
- "parent": {
293511
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293512
- "name": "LinkDOMProps"
293513
- },
293514
- "declarations": [
293515
- {
293516
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293517
- "name": "LinkDOMProps"
293518
- }
293519
- ],
293520
- "required": false,
293521
- "type": {
293522
- "name": "HTMLAttributeReferrerPolicy"
293523
- }
293524
- },
293525
- "routerOptions": {
293526
- "defaultValue": null,
293527
- "description": "Options for the configured client side router.",
293528
- "name": "routerOptions",
293529
- "parent": {
293530
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293531
- "name": "LinkDOMProps"
293532
- },
293533
- "declarations": [
293534
- {
293535
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293536
- "name": "LinkDOMProps"
293537
- }
293538
- ],
293539
- "required": false,
293540
- "type": {
293541
- "name": "undefined"
293542
- }
293543
- },
293544
293297
  "onHoverStart": {
293545
293298
  "defaultValue": null,
293546
293299
  "description": "Handler that is called when a hover interaction starts.",
@@ -293598,124 +293351,29 @@
293598
293351
  "name": "((isHovering: boolean) => void)"
293599
293352
  }
293600
293353
  },
293601
- "onPress": {
293602
- "defaultValue": null,
293603
- "description": "Handler that is called when the press is released over the target.",
293604
- "name": "onPress",
293605
- "parent": {
293606
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293607
- "name": "PressEvents"
293608
- },
293609
- "declarations": [
293610
- {
293611
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293612
- "name": "PressEvents"
293613
- }
293614
- ],
293615
- "required": false,
293616
- "type": {
293617
- "name": "((e: PressEvent) => void)"
293618
- }
293619
- },
293620
- "onPressStart": {
293621
- "defaultValue": null,
293622
- "description": "Handler that is called when a press interaction starts.",
293623
- "name": "onPressStart",
293624
- "parent": {
293625
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293626
- "name": "PressEvents"
293627
- },
293628
- "declarations": [
293629
- {
293630
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293631
- "name": "PressEvents"
293632
- }
293633
- ],
293634
- "required": false,
293635
- "type": {
293636
- "name": "((e: PressEvent) => void)"
293637
- }
293638
- },
293639
- "onPressEnd": {
293640
- "defaultValue": null,
293641
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
293642
- "name": "onPressEnd",
293643
- "parent": {
293644
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293645
- "name": "PressEvents"
293646
- },
293647
- "declarations": [
293648
- {
293649
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293650
- "name": "PressEvents"
293651
- }
293652
- ],
293653
- "required": false,
293654
- "type": {
293655
- "name": "((e: PressEvent) => void)"
293656
- }
293657
- },
293658
- "onPressChange": {
293659
- "defaultValue": null,
293660
- "description": "Handler that is called when the press state changes.",
293661
- "name": "onPressChange",
293662
- "parent": {
293663
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293664
- "name": "PressEvents"
293665
- },
293666
- "declarations": [
293667
- {
293668
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293669
- "name": "PressEvents"
293670
- }
293671
- ],
293672
- "required": false,
293673
- "type": {
293674
- "name": "((isPressed: boolean) => void)"
293675
- }
293676
- },
293677
- "onPressUp": {
293678
- "defaultValue": null,
293679
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
293680
- "name": "onPressUp",
293681
- "parent": {
293682
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293683
- "name": "PressEvents"
293684
- },
293685
- "declarations": [
293686
- {
293687
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293688
- "name": "PressEvents"
293689
- }
293690
- ],
293691
- "required": false,
293692
- "type": {
293693
- "name": "((e: PressEvent) => void)"
293694
- }
293695
- },
293696
- "onClick": {
293354
+ "dir": {
293697
293355
  "defaultValue": null,
293698
- "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
293699
- "name": "onClick",
293356
+ "description": "",
293357
+ "name": "dir",
293700
293358
  "parent": {
293701
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293702
- "name": "PressEvents"
293359
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293360
+ "name": "GlobalDOMAttributes"
293703
293361
  },
293704
293362
  "declarations": [
293705
293363
  {
293706
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
293707
- "name": "PressEvents"
293364
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293365
+ "name": "GlobalDOMAttributes"
293708
293366
  }
293709
293367
  ],
293710
293368
  "required": false,
293711
293369
  "type": {
293712
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
293370
+ "name": "string"
293713
293371
  }
293714
293372
  },
293715
- "translate": {
293373
+ "lang": {
293716
293374
  "defaultValue": null,
293717
293375
  "description": "",
293718
- "name": "translate",
293376
+ "name": "lang",
293719
293377
  "parent": {
293720
293378
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293721
293379
  "name": "GlobalDOMAttributes"
@@ -293728,13 +293386,13 @@
293728
293386
  ],
293729
293387
  "required": false,
293730
293388
  "type": {
293731
- "name": "\"yes\" | \"no\""
293389
+ "name": "string"
293732
293390
  }
293733
293391
  },
293734
- "dir": {
293392
+ "hidden": {
293735
293393
  "defaultValue": null,
293736
293394
  "description": "",
293737
- "name": "dir",
293395
+ "name": "hidden",
293738
293396
  "parent": {
293739
293397
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293740
293398
  "name": "GlobalDOMAttributes"
@@ -293747,13 +293405,13 @@
293747
293405
  ],
293748
293406
  "required": false,
293749
293407
  "type": {
293750
- "name": "string"
293408
+ "name": "boolean"
293751
293409
  }
293752
293410
  },
293753
- "lang": {
293411
+ "inert": {
293754
293412
  "defaultValue": null,
293755
293413
  "description": "",
293756
- "name": "lang",
293414
+ "name": "inert",
293757
293415
  "parent": {
293758
293416
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293759
293417
  "name": "GlobalDOMAttributes"
@@ -293766,13 +293424,13 @@
293766
293424
  ],
293767
293425
  "required": false,
293768
293426
  "type": {
293769
- "name": "string"
293427
+ "name": "boolean"
293770
293428
  }
293771
293429
  },
293772
- "hidden": {
293430
+ "translate": {
293773
293431
  "defaultValue": null,
293774
293432
  "description": "",
293775
- "name": "hidden",
293433
+ "name": "translate",
293776
293434
  "parent": {
293777
293435
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293778
293436
  "name": "GlobalDOMAttributes"
@@ -293785,26 +293443,26 @@
293785
293443
  ],
293786
293444
  "required": false,
293787
293445
  "type": {
293788
- "name": "boolean"
293446
+ "name": "\"yes\" | \"no\""
293789
293447
  }
293790
293448
  },
293791
- "inert": {
293449
+ "onClick": {
293792
293450
  "defaultValue": null,
293793
293451
  "description": "",
293794
- "name": "inert",
293452
+ "name": "onClick",
293795
293453
  "parent": {
293796
293454
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293797
- "name": "GlobalDOMAttributes"
293455
+ "name": "GlobalDOMEvents"
293798
293456
  },
293799
293457
  "declarations": [
293800
293458
  {
293801
293459
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
293802
- "name": "GlobalDOMAttributes"
293460
+ "name": "GlobalDOMEvents"
293803
293461
  }
293804
293462
  ],
293805
293463
  "required": false,
293806
293464
  "type": {
293807
- "name": "boolean"
293465
+ "name": "MouseEventHandler<HTMLDivElement>"
293808
293466
  }
293809
293467
  },
293810
293468
  "onClickCapture": {
@@ -295003,21 +294661,6 @@
295003
294661
  "type": {
295004
294662
  "name": "TransitionEventHandler<HTMLDivElement>"
295005
294663
  }
295006
- },
295007
- "footer": {
295008
- "defaultValue": null,
295009
- "description": "@internal",
295010
- "name": "footer",
295011
- "declarations": [
295012
- {
295013
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
295014
- "name": "TypeLiteral"
295015
- }
295016
- ],
295017
- "required": false,
295018
- "type": {
295019
- "name": "boolean"
295020
- }
295021
294664
  }
295022
294665
  }
295023
294666
  },
@@ -295025,9 +294668,9 @@
295025
294668
  "tags": {
295026
294669
  "flr-generate": "all"
295027
294670
  },
295028
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
294671
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
295029
294672
  "description": "",
295030
- "displayName": "TableHeader",
294673
+ "displayName": "TableRow",
295031
294674
  "methods": [],
295032
294675
  "props": {
295033
294676
  "className": {
@@ -295053,16 +294696,16 @@
295053
294696
  },
295054
294697
  "columns": {
295055
294698
  "defaultValue": null,
295056
- "description": "A list of columns used when dynamically rendering cells.",
294699
+ "description": "A list of table columns.",
295057
294700
  "name": "columns",
295058
294701
  "parent": {
295059
294702
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
295060
- "name": "RowProps"
294703
+ "name": "TableHeaderProps"
295061
294704
  },
295062
294705
  "declarations": [
295063
294706
  {
295064
294707
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
295065
- "name": "RowProps"
294708
+ "name": "TableHeaderProps"
295066
294709
  }
295067
294710
  ],
295068
294711
  "required": false,
@@ -295089,6 +294732,25 @@
295089
294732
  "name": "ReactNode"
295090
294733
  }
295091
294734
  },
294735
+ "value": {
294736
+ "defaultValue": null,
294737
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
294738
+ "name": "value",
294739
+ "parent": {
294740
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294741
+ "name": "MenuItemProps"
294742
+ },
294743
+ "declarations": [
294744
+ {
294745
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294746
+ "name": "MenuItemProps"
294747
+ }
294748
+ ],
294749
+ "required": false,
294750
+ "type": {
294751
+ "name": "object"
294752
+ }
294753
+ },
295092
294754
  "dependencies": {
295093
294755
  "defaultValue": null,
295094
294756
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -295108,6 +294770,82 @@
295108
294770
  "name": "readonly any[]"
295109
294771
  }
295110
294772
  },
294773
+ "textValue": {
294774
+ "defaultValue": null,
294775
+ "description": "A string representation of the item's contents, used for features like typeahead.",
294776
+ "name": "textValue",
294777
+ "parent": {
294778
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294779
+ "name": "ListBoxItemProps"
294780
+ },
294781
+ "declarations": [
294782
+ {
294783
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294784
+ "name": "ListBoxItemProps"
294785
+ }
294786
+ ],
294787
+ "required": false,
294788
+ "type": {
294789
+ "name": "string"
294790
+ }
294791
+ },
294792
+ "isDisabled": {
294793
+ "defaultValue": null,
294794
+ "description": "Whether the item is disabled.",
294795
+ "name": "isDisabled",
294796
+ "parent": {
294797
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294798
+ "name": "ListBoxItemProps"
294799
+ },
294800
+ "declarations": [
294801
+ {
294802
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294803
+ "name": "ListBoxItemProps"
294804
+ }
294805
+ ],
294806
+ "required": false,
294807
+ "type": {
294808
+ "name": "boolean"
294809
+ }
294810
+ },
294811
+ "onAction": {
294812
+ "defaultValue": null,
294813
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
294814
+ "name": "onAction",
294815
+ "parent": {
294816
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294817
+ "name": "ListBoxItemProps"
294818
+ },
294819
+ "declarations": [
294820
+ {
294821
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294822
+ "name": "ListBoxItemProps"
294823
+ }
294824
+ ],
294825
+ "required": false,
294826
+ "type": {
294827
+ "name": "(() => void)"
294828
+ }
294829
+ },
294830
+ "id": {
294831
+ "defaultValue": null,
294832
+ "description": "The unique id of the item.",
294833
+ "name": "id",
294834
+ "parent": {
294835
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294836
+ "name": "MenuItemProps"
294837
+ },
294838
+ "declarations": [
294839
+ {
294840
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
294841
+ "name": "MenuItemProps"
294842
+ }
294843
+ ],
294844
+ "required": false,
294845
+ "type": {
294846
+ "name": "Key"
294847
+ }
294848
+ },
295111
294849
  "style": {
295112
294850
  "defaultValue": null,
295113
294851
  "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.",
@@ -295127,6 +294865,158 @@
295127
294865
  "name": "StyleOrFunction<TooltipRenderProps>"
295128
294866
  }
295129
294867
  },
294868
+ "href": {
294869
+ "defaultValue": null,
294870
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
294871
+ "name": "href",
294872
+ "parent": {
294873
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294874
+ "name": "LinkDOMProps"
294875
+ },
294876
+ "declarations": [
294877
+ {
294878
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294879
+ "name": "LinkDOMProps"
294880
+ }
294881
+ ],
294882
+ "required": false,
294883
+ "type": {
294884
+ "name": "string"
294885
+ }
294886
+ },
294887
+ "hrefLang": {
294888
+ "defaultValue": null,
294889
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
294890
+ "name": "hrefLang",
294891
+ "parent": {
294892
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294893
+ "name": "LinkDOMProps"
294894
+ },
294895
+ "declarations": [
294896
+ {
294897
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294898
+ "name": "LinkDOMProps"
294899
+ }
294900
+ ],
294901
+ "required": false,
294902
+ "type": {
294903
+ "name": "string"
294904
+ }
294905
+ },
294906
+ "target": {
294907
+ "defaultValue": null,
294908
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
294909
+ "name": "target",
294910
+ "parent": {
294911
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294912
+ "name": "LinkDOMProps"
294913
+ },
294914
+ "declarations": [
294915
+ {
294916
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294917
+ "name": "LinkDOMProps"
294918
+ }
294919
+ ],
294920
+ "required": false,
294921
+ "type": {
294922
+ "name": "HTMLAttributeAnchorTarget"
294923
+ }
294924
+ },
294925
+ "rel": {
294926
+ "defaultValue": null,
294927
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
294928
+ "name": "rel",
294929
+ "parent": {
294930
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294931
+ "name": "LinkDOMProps"
294932
+ },
294933
+ "declarations": [
294934
+ {
294935
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294936
+ "name": "LinkDOMProps"
294937
+ }
294938
+ ],
294939
+ "required": false,
294940
+ "type": {
294941
+ "name": "string"
294942
+ }
294943
+ },
294944
+ "download": {
294945
+ "defaultValue": null,
294946
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
294947
+ "name": "download",
294948
+ "parent": {
294949
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294950
+ "name": "LinkDOMProps"
294951
+ },
294952
+ "declarations": [
294953
+ {
294954
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294955
+ "name": "LinkDOMProps"
294956
+ }
294957
+ ],
294958
+ "required": false,
294959
+ "type": {
294960
+ "name": "string | boolean"
294961
+ }
294962
+ },
294963
+ "ping": {
294964
+ "defaultValue": null,
294965
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
294966
+ "name": "ping",
294967
+ "parent": {
294968
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294969
+ "name": "LinkDOMProps"
294970
+ },
294971
+ "declarations": [
294972
+ {
294973
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294974
+ "name": "LinkDOMProps"
294975
+ }
294976
+ ],
294977
+ "required": false,
294978
+ "type": {
294979
+ "name": "string"
294980
+ }
294981
+ },
294982
+ "referrerPolicy": {
294983
+ "defaultValue": null,
294984
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
294985
+ "name": "referrerPolicy",
294986
+ "parent": {
294987
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294988
+ "name": "LinkDOMProps"
294989
+ },
294990
+ "declarations": [
294991
+ {
294992
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
294993
+ "name": "LinkDOMProps"
294994
+ }
294995
+ ],
294996
+ "required": false,
294997
+ "type": {
294998
+ "name": "HTMLAttributeReferrerPolicy"
294999
+ }
295000
+ },
295001
+ "routerOptions": {
295002
+ "defaultValue": null,
295003
+ "description": "Options for the configured client side router.",
295004
+ "name": "routerOptions",
295005
+ "parent": {
295006
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295007
+ "name": "LinkDOMProps"
295008
+ },
295009
+ "declarations": [
295010
+ {
295011
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295012
+ "name": "LinkDOMProps"
295013
+ }
295014
+ ],
295015
+ "required": false,
295016
+ "type": {
295017
+ "name": "undefined"
295018
+ }
295019
+ },
295130
295020
  "onHoverStart": {
295131
295021
  "defaultValue": null,
295132
295022
  "description": "Handler that is called when a hover interaction starts.",
@@ -295184,29 +295074,124 @@
295184
295074
  "name": "((isHovering: boolean) => void)"
295185
295075
  }
295186
295076
  },
295187
- "dir": {
295077
+ "onPress": {
295188
295078
  "defaultValue": null,
295189
- "description": "",
295190
- "name": "dir",
295079
+ "description": "Handler that is called when the press is released over the target.",
295080
+ "name": "onPress",
295191
295081
  "parent": {
295192
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295193
- "name": "GlobalDOMAttributes"
295082
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295083
+ "name": "PressEvents"
295194
295084
  },
295195
295085
  "declarations": [
295196
295086
  {
295197
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295198
- "name": "GlobalDOMAttributes"
295087
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295088
+ "name": "PressEvents"
295199
295089
  }
295200
295090
  ],
295201
295091
  "required": false,
295202
295092
  "type": {
295203
- "name": "string"
295093
+ "name": "((e: PressEvent) => void)"
295204
295094
  }
295205
295095
  },
295206
- "lang": {
295096
+ "onPressStart": {
295097
+ "defaultValue": null,
295098
+ "description": "Handler that is called when a press interaction starts.",
295099
+ "name": "onPressStart",
295100
+ "parent": {
295101
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295102
+ "name": "PressEvents"
295103
+ },
295104
+ "declarations": [
295105
+ {
295106
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295107
+ "name": "PressEvents"
295108
+ }
295109
+ ],
295110
+ "required": false,
295111
+ "type": {
295112
+ "name": "((e: PressEvent) => void)"
295113
+ }
295114
+ },
295115
+ "onPressEnd": {
295116
+ "defaultValue": null,
295117
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
295118
+ "name": "onPressEnd",
295119
+ "parent": {
295120
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295121
+ "name": "PressEvents"
295122
+ },
295123
+ "declarations": [
295124
+ {
295125
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295126
+ "name": "PressEvents"
295127
+ }
295128
+ ],
295129
+ "required": false,
295130
+ "type": {
295131
+ "name": "((e: PressEvent) => void)"
295132
+ }
295133
+ },
295134
+ "onPressChange": {
295135
+ "defaultValue": null,
295136
+ "description": "Handler that is called when the press state changes.",
295137
+ "name": "onPressChange",
295138
+ "parent": {
295139
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295140
+ "name": "PressEvents"
295141
+ },
295142
+ "declarations": [
295143
+ {
295144
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295145
+ "name": "PressEvents"
295146
+ }
295147
+ ],
295148
+ "required": false,
295149
+ "type": {
295150
+ "name": "((isPressed: boolean) => void)"
295151
+ }
295152
+ },
295153
+ "onPressUp": {
295154
+ "defaultValue": null,
295155
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
295156
+ "name": "onPressUp",
295157
+ "parent": {
295158
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295159
+ "name": "PressEvents"
295160
+ },
295161
+ "declarations": [
295162
+ {
295163
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295164
+ "name": "PressEvents"
295165
+ }
295166
+ ],
295167
+ "required": false,
295168
+ "type": {
295169
+ "name": "((e: PressEvent) => void)"
295170
+ }
295171
+ },
295172
+ "onClick": {
295173
+ "defaultValue": null,
295174
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
295175
+ "name": "onClick",
295176
+ "parent": {
295177
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295178
+ "name": "PressEvents"
295179
+ },
295180
+ "declarations": [
295181
+ {
295182
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
295183
+ "name": "PressEvents"
295184
+ }
295185
+ ],
295186
+ "required": false,
295187
+ "type": {
295188
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
295189
+ }
295190
+ },
295191
+ "translate": {
295207
295192
  "defaultValue": null,
295208
295193
  "description": "",
295209
- "name": "lang",
295194
+ "name": "translate",
295210
295195
  "parent": {
295211
295196
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295212
295197
  "name": "GlobalDOMAttributes"
@@ -295219,13 +295204,13 @@
295219
295204
  ],
295220
295205
  "required": false,
295221
295206
  "type": {
295222
- "name": "string"
295207
+ "name": "\"yes\" | \"no\""
295223
295208
  }
295224
295209
  },
295225
- "hidden": {
295210
+ "dir": {
295226
295211
  "defaultValue": null,
295227
295212
  "description": "",
295228
- "name": "hidden",
295213
+ "name": "dir",
295229
295214
  "parent": {
295230
295215
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295231
295216
  "name": "GlobalDOMAttributes"
@@ -295238,13 +295223,13 @@
295238
295223
  ],
295239
295224
  "required": false,
295240
295225
  "type": {
295241
- "name": "boolean"
295226
+ "name": "string"
295242
295227
  }
295243
295228
  },
295244
- "inert": {
295229
+ "lang": {
295245
295230
  "defaultValue": null,
295246
295231
  "description": "",
295247
- "name": "inert",
295232
+ "name": "lang",
295248
295233
  "parent": {
295249
295234
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295250
295235
  "name": "GlobalDOMAttributes"
@@ -295257,13 +295242,13 @@
295257
295242
  ],
295258
295243
  "required": false,
295259
295244
  "type": {
295260
- "name": "boolean"
295245
+ "name": "string"
295261
295246
  }
295262
295247
  },
295263
- "translate": {
295248
+ "hidden": {
295264
295249
  "defaultValue": null,
295265
295250
  "description": "",
295266
- "name": "translate",
295251
+ "name": "hidden",
295267
295252
  "parent": {
295268
295253
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295269
295254
  "name": "GlobalDOMAttributes"
@@ -295276,26 +295261,26 @@
295276
295261
  ],
295277
295262
  "required": false,
295278
295263
  "type": {
295279
- "name": "\"yes\" | \"no\""
295264
+ "name": "boolean"
295280
295265
  }
295281
295266
  },
295282
- "onClick": {
295267
+ "inert": {
295283
295268
  "defaultValue": null,
295284
295269
  "description": "",
295285
- "name": "onClick",
295270
+ "name": "inert",
295286
295271
  "parent": {
295287
295272
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295288
- "name": "GlobalDOMEvents"
295273
+ "name": "GlobalDOMAttributes"
295289
295274
  },
295290
295275
  "declarations": [
295291
295276
  {
295292
295277
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
295293
- "name": "GlobalDOMEvents"
295278
+ "name": "GlobalDOMAttributes"
295294
295279
  }
295295
295280
  ],
295296
295281
  "required": false,
295297
295282
  "type": {
295298
- "name": "MouseEventHandler<HTMLDivElement>"
295283
+ "name": "boolean"
295299
295284
  }
295300
295285
  },
295301
295286
  "onClickCapture": {
@@ -296494,6 +296479,21 @@
296494
296479
  "type": {
296495
296480
  "name": "TransitionEventHandler<HTMLDivElement>"
296496
296481
  }
296482
+ },
296483
+ "footer": {
296484
+ "defaultValue": null,
296485
+ "description": "@internal",
296486
+ "name": "footer",
296487
+ "declarations": [
296488
+ {
296489
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
296490
+ "name": "TypeLiteral"
296491
+ }
296492
+ ],
296493
+ "required": false,
296494
+ "type": {
296495
+ "name": "boolean"
296496
+ }
296497
296497
  }
296498
296498
  }
296499
296499
  },
@@ -296529,16 +296529,16 @@
296529
296529
  },
296530
296530
  "columns": {
296531
296531
  "defaultValue": null,
296532
- "description": "A list of columns used when dynamically rendering cells.",
296532
+ "description": "A list of table columns.",
296533
296533
  "name": "columns",
296534
296534
  "parent": {
296535
296535
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296536
- "name": "RowProps"
296536
+ "name": "TableHeaderProps"
296537
296537
  },
296538
296538
  "declarations": [
296539
296539
  {
296540
296540
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
296541
- "name": "RowProps"
296541
+ "name": "TableHeaderProps"
296542
296542
  }
296543
296543
  ],
296544
296544
  "required": false,
@@ -304870,9 +304870,9 @@
304870
304870
  "tags": {
304871
304871
  "flr-generate": "all"
304872
304872
  },
304873
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
304873
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
304874
304874
  "description": "",
304875
- "displayName": "RadioButton",
304875
+ "displayName": "Radio",
304876
304876
  "methods": [],
304877
304877
  "props": {
304878
304878
  "translate": {
@@ -306760,9 +306760,9 @@
306760
306760
  "tags": {
306761
306761
  "flr-generate": "all"
306762
306762
  },
306763
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
306763
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
306764
306764
  "description": "",
306765
- "displayName": "Radio",
306765
+ "displayName": "RadioButton",
306766
306766
  "methods": [],
306767
306767
  "props": {
306768
306768
  "translate": {
@@ -309040,67 +309040,71 @@
309040
309040
  }
309041
309041
  },
309042
309042
  {
309043
- "tags": {},
309044
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309043
+ "tags": {
309044
+ "internal": ""
309045
+ },
309046
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309045
309047
  "description": "",
309046
- "displayName": "ValidationResultButton",
309048
+ "displayName": "TogglePasswordVisibilityButton",
309047
309049
  "methods": [],
309048
309050
  "props": {
309049
- "policyValidationResult": {
309050
- "defaultValue": null,
309051
+ "isDisabled": {
309052
+ "defaultValue": {
309053
+ "value": "false"
309054
+ },
309051
309055
  "description": "",
309052
- "name": "policyValidationResult",
309056
+ "name": "isDisabled",
309053
309057
  "parent": {
309054
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309058
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309055
309059
  "name": "Props"
309056
309060
  },
309057
309061
  "declarations": [
309058
309062
  {
309059
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309063
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309060
309064
  "name": "Props"
309061
309065
  }
309062
309066
  ],
309063
309067
  "required": false,
309064
309068
  "type": {
309065
- "name": "ResolvedPolicyValidationResult"
309069
+ "name": "boolean"
309066
309070
  }
309067
309071
  },
309068
- "isDisabled": {
309072
+ "isVisible": {
309069
309073
  "defaultValue": null,
309070
309074
  "description": "",
309071
- "name": "isDisabled",
309075
+ "name": "isVisible",
309072
309076
  "parent": {
309073
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309077
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309074
309078
  "name": "Props"
309075
309079
  },
309076
309080
  "declarations": [
309077
309081
  {
309078
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309082
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309079
309083
  "name": "Props"
309080
309084
  }
309081
309085
  ],
309082
- "required": false,
309086
+ "required": true,
309083
309087
  "type": {
309084
309088
  "name": "boolean"
309085
309089
  }
309086
309090
  },
309087
- "isEmptyValue": {
309091
+ "onPress": {
309088
309092
  "defaultValue": null,
309089
309093
  "description": "",
309090
- "name": "isEmptyValue",
309094
+ "name": "onPress",
309091
309095
  "parent": {
309092
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309096
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309093
309097
  "name": "Props"
309094
309098
  },
309095
309099
  "declarations": [
309096
309100
  {
309097
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309101
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309098
309102
  "name": "Props"
309099
309103
  }
309100
309104
  ],
309101
309105
  "required": true,
309102
309106
  "type": {
309103
- "name": "boolean"
309107
+ "name": "ActionFn"
309104
309108
  }
309105
309109
  },
309106
309110
  "className": {
@@ -309125,71 +309129,67 @@
309125
309129
  }
309126
309130
  },
309127
309131
  {
309128
- "tags": {
309129
- "internal": ""
309130
- },
309131
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309132
+ "tags": {},
309133
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309132
309134
  "description": "",
309133
- "displayName": "TogglePasswordVisibilityButton",
309135
+ "displayName": "ValidationResultButton",
309134
309136
  "methods": [],
309135
309137
  "props": {
309136
- "isDisabled": {
309137
- "defaultValue": {
309138
- "value": "false"
309139
- },
309138
+ "policyValidationResult": {
309139
+ "defaultValue": null,
309140
309140
  "description": "",
309141
- "name": "isDisabled",
309141
+ "name": "policyValidationResult",
309142
309142
  "parent": {
309143
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309143
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309144
309144
  "name": "Props"
309145
309145
  },
309146
309146
  "declarations": [
309147
309147
  {
309148
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309148
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309149
309149
  "name": "Props"
309150
309150
  }
309151
309151
  ],
309152
309152
  "required": false,
309153
309153
  "type": {
309154
- "name": "boolean"
309154
+ "name": "ResolvedPolicyValidationResult"
309155
309155
  }
309156
309156
  },
309157
- "isVisible": {
309157
+ "isDisabled": {
309158
309158
  "defaultValue": null,
309159
309159
  "description": "",
309160
- "name": "isVisible",
309160
+ "name": "isDisabled",
309161
309161
  "parent": {
309162
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309162
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309163
309163
  "name": "Props"
309164
309164
  },
309165
309165
  "declarations": [
309166
309166
  {
309167
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309167
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309168
309168
  "name": "Props"
309169
309169
  }
309170
309170
  ],
309171
- "required": true,
309171
+ "required": false,
309172
309172
  "type": {
309173
309173
  "name": "boolean"
309174
309174
  }
309175
309175
  },
309176
- "onPress": {
309176
+ "isEmptyValue": {
309177
309177
  "defaultValue": null,
309178
309178
  "description": "",
309179
- "name": "onPress",
309179
+ "name": "isEmptyValue",
309180
309180
  "parent": {
309181
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309181
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309182
309182
  "name": "Props"
309183
309183
  },
309184
309184
  "declarations": [
309185
309185
  {
309186
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309186
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309187
309187
  "name": "Props"
309188
309188
  }
309189
309189
  ],
309190
309190
  "required": true,
309191
309191
  "type": {
309192
- "name": "ActionFn"
309192
+ "name": "boolean"
309193
309193
  }
309194
309194
  },
309195
309195
  "className": {
@@ -315507,14 +315507,6 @@
315507
315507
  "methods": [],
315508
315508
  "props": {}
315509
315509
  },
315510
- {
315511
- "tags": {},
315512
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
315513
- "description": "",
315514
- "displayName": "Table",
315515
- "methods": [],
315516
- "props": {}
315517
- },
315518
315510
  {
315519
315511
  "tags": {
315520
315512
  "flr-generate": "all"
@@ -315638,6 +315630,14 @@
315638
315630
  }
315639
315631
  }
315640
315632
  },
315633
+ {
315634
+ "tags": {},
315635
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
315636
+ "description": "",
315637
+ "displayName": "Table",
315638
+ "methods": [],
315639
+ "props": {}
315640
+ },
315641
315641
  {
315642
315642
  "tags": {},
315643
315643
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
@@ -318107,56 +318107,56 @@
318107
318107
  },
318108
318108
  {
318109
318109
  "tags": {},
318110
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318110
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318111
318111
  "description": "",
318112
- "displayName": "DeleteButton",
318112
+ "displayName": "FileSizeText",
318113
318113
  "methods": [],
318114
318114
  "props": {
318115
- "onDelete": {
318115
+ "sizeInBytes": {
318116
318116
  "defaultValue": null,
318117
318117
  "description": "",
318118
- "name": "onDelete",
318118
+ "name": "sizeInBytes",
318119
318119
  "parent": {
318120
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318120
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318121
318121
  "name": "Props"
318122
318122
  },
318123
318123
  "declarations": [
318124
318124
  {
318125
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318125
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318126
318126
  "name": "Props"
318127
318127
  }
318128
318128
  ],
318129
318129
  "required": true,
318130
318130
  "type": {
318131
- "name": "() => void"
318131
+ "name": "number"
318132
318132
  }
318133
318133
  }
318134
318134
  }
318135
318135
  },
318136
318136
  {
318137
318137
  "tags": {},
318138
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318138
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318139
318139
  "description": "",
318140
- "displayName": "FileSizeText",
318140
+ "displayName": "DeleteButton",
318141
318141
  "methods": [],
318142
318142
  "props": {
318143
- "sizeInBytes": {
318143
+ "onDelete": {
318144
318144
  "defaultValue": null,
318145
318145
  "description": "",
318146
- "name": "sizeInBytes",
318146
+ "name": "onDelete",
318147
318147
  "parent": {
318148
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318148
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318149
318149
  "name": "Props"
318150
318150
  },
318151
318151
  "declarations": [
318152
318152
  {
318153
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318153
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318154
318154
  "name": "Props"
318155
318155
  }
318156
318156
  ],
318157
318157
  "required": true,
318158
318158
  "type": {
318159
- "name": "number"
318159
+ "name": "() => void"
318160
318160
  }
318161
318161
  }
318162
318162
  }
@@ -318444,314 +318444,159 @@
318444
318444
  "name": "Key | null"
318445
318445
  }
318446
318446
  },
318447
- "children": {
318448
- "defaultValue": null,
318449
- "description": "",
318450
- "name": "children",
318451
- "declarations": [
318452
- {
318453
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318454
- "name": "TypeLiteral"
318455
- }
318456
- ],
318457
- "required": false,
318458
- "type": {
318459
- "name": "ReactNode"
318460
- }
318461
- }
318462
- }
318463
- },
318464
- {
318465
- "tags": {
318466
- "flr-generate": "all"
318467
- },
318468
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
318469
- "description": "",
318470
- "displayName": "ContextMenuTrigger",
318471
- "methods": [],
318472
- "props": {
318473
- "isDefaultOpen": {
318474
- "defaultValue": null,
318475
- "description": "Whether the overlay should be open initially.",
318476
- "name": "isDefaultOpen",
318477
- "parent": {
318478
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318479
- "name": "OverlayTriggerProps"
318480
- },
318481
- "declarations": [
318482
- {
318483
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318484
- "name": "OverlayTriggerProps"
318485
- }
318486
- ],
318487
- "required": false,
318488
- "type": {
318489
- "name": "boolean"
318490
- }
318491
- },
318492
- "controller": {
318493
- "defaultValue": null,
318494
- "description": "A controller to control the state of the overlay.",
318495
- "name": "controller",
318496
- "parent": {
318497
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318498
- "name": "OverlayTriggerProps"
318499
- },
318500
- "declarations": [
318501
- {
318502
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318503
- "name": "OverlayTriggerProps"
318504
- }
318505
- ],
318506
- "required": false,
318507
- "type": {
318508
- "name": "OverlayController"
318509
- }
318510
- },
318511
- "wrapWith": {
318512
- "defaultValue": null,
318513
- "description": "",
318514
- "name": "wrapWith",
318515
- "parent": {
318516
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318517
- "name": "FlowComponentProps"
318518
- },
318519
- "declarations": [
318520
- {
318521
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318522
- "name": "FlowComponentProps"
318523
- }
318524
- ],
318525
- "required": false,
318526
- "type": {
318527
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
318528
- }
318529
- },
318530
- "tunnelId": {
318531
- "defaultValue": null,
318532
- "description": "@internal",
318533
- "name": "tunnelId",
318534
- "parent": {
318535
- "fileName": "components/src/lib/types/props.ts",
318536
- "name": "PropsWithTunnel"
318537
- },
318538
- "declarations": [
318539
- {
318540
- "fileName": "components/src/lib/types/props.ts",
318541
- "name": "PropsWithTunnel"
318542
- }
318543
- ],
318544
- "required": false,
318545
- "type": {
318546
- "name": "string | null"
318547
- }
318548
- },
318549
- "ref": {
318550
- "defaultValue": null,
318551
- "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}",
318552
- "name": "ref",
318553
- "parent": {
318554
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318555
- "name": "RefAttributes"
318556
- },
318557
- "declarations": [
318558
- {
318559
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318560
- "name": "RefAttributes"
318561
- }
318562
- ],
318563
- "required": false,
318564
- "type": {
318565
- "name": "Ref<HTMLSpanElement>"
318566
- }
318567
- },
318568
- "key": {
318569
- "defaultValue": null,
318570
- "description": "",
318571
- "name": "key",
318572
- "parent": {
318573
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318574
- "name": "Attributes"
318575
- },
318576
- "declarations": [
318577
- {
318578
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318579
- "name": "Attributes"
318580
- }
318581
- ],
318582
- "required": false,
318583
- "type": {
318584
- "name": "Key | null"
318585
- }
318586
- },
318587
- "children": {
318588
- "defaultValue": null,
318589
- "description": "",
318590
- "name": "children",
318591
- "declarations": [
318592
- {
318593
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318594
- "name": "TypeLiteral"
318595
- }
318596
- ],
318597
- "required": false,
318598
- "type": {
318599
- "name": "ReactNode"
318600
- }
318601
- }
318602
- }
318603
- },
318604
- {
318605
- "tags": {
318606
- "flr-generate": "all"
318607
- },
318608
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318609
- "description": "",
318610
- "displayName": "ContextMenuSection",
318611
- "methods": [],
318612
- "props": {
318613
- "children": {
318614
- "defaultValue": null,
318615
- "description": "",
318616
- "name": "children",
318617
- "declarations": [
318618
- {
318619
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318620
- "name": "TypeLiteral"
318621
- }
318622
- ],
318623
- "required": false,
318624
- "type": {
318625
- "name": "ReactNode"
318626
- }
318627
- },
318628
- "wrapWith": {
318629
- "defaultValue": null,
318630
- "description": "",
318631
- "name": "wrapWith",
318632
- "parent": {
318633
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318634
- "name": "FlowComponentProps"
318635
- },
318636
- "declarations": [
318637
- {
318638
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318639
- "name": "FlowComponentProps"
318640
- }
318641
- ],
318642
- "required": false,
318643
- "type": {
318644
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
318645
- }
318646
- },
318647
- "tunnelId": {
318648
- "defaultValue": null,
318649
- "description": "@internal",
318650
- "name": "tunnelId",
318651
- "parent": {
318652
- "fileName": "components/src/lib/types/props.ts",
318653
- "name": "PropsWithTunnel"
318654
- },
318655
- "declarations": [
318656
- {
318657
- "fileName": "components/src/lib/types/props.ts",
318658
- "name": "PropsWithTunnel"
318659
- }
318660
- ],
318661
- "required": false,
318662
- "type": {
318663
- "name": "string | null"
318664
- }
318665
- },
318666
- "ref": {
318667
- "defaultValue": null,
318668
- "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}",
318669
- "name": "ref",
318670
- "parent": {
318671
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318672
- "name": "RefAttributes"
318673
- },
318674
- "declarations": [
318675
- {
318676
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318677
- "name": "RefAttributes"
318678
- }
318679
- ],
318680
- "required": false,
318681
- "type": {
318682
- "name": "Ref<HTMLSpanElement>"
318683
- }
318684
- },
318685
- "key": {
318686
- "defaultValue": null,
318687
- "description": "",
318688
- "name": "key",
318689
- "parent": {
318690
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318691
- "name": "Attributes"
318692
- },
318693
- "declarations": [
318694
- {
318695
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318696
- "name": "Attributes"
318697
- }
318698
- ],
318699
- "required": false,
318700
- "type": {
318701
- "name": "Key | null"
318702
- }
318703
- },
318704
- "selectedKeys": {
318447
+ "children": {
318705
318448
  "defaultValue": null,
318706
- "description": "The currently selected keys in the collection (controlled).",
318707
- "name": "selectedKeys",
318449
+ "description": "",
318450
+ "name": "children",
318451
+ "declarations": [
318452
+ {
318453
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318454
+ "name": "TypeLiteral"
318455
+ }
318456
+ ],
318457
+ "required": false,
318458
+ "type": {
318459
+ "name": "ReactNode"
318460
+ }
318461
+ }
318462
+ }
318463
+ },
318464
+ {
318465
+ "tags": {
318466
+ "flr-generate": "all"
318467
+ },
318468
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
318469
+ "description": "",
318470
+ "displayName": "ContextMenuTrigger",
318471
+ "methods": [],
318472
+ "props": {
318473
+ "isDefaultOpen": {
318474
+ "defaultValue": null,
318475
+ "description": "Whether the overlay should be open initially.",
318476
+ "name": "isDefaultOpen",
318708
318477
  "parent": {
318709
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318710
- "name": "MultipleSelection"
318478
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318479
+ "name": "OverlayTriggerProps"
318711
318480
  },
318712
318481
  "declarations": [
318713
318482
  {
318714
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318715
- "name": "MultipleSelection"
318483
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318484
+ "name": "OverlayTriggerProps"
318716
318485
  }
318717
318486
  ],
318718
318487
  "required": false,
318719
318488
  "type": {
318720
- "name": "\"all\" | Iterable<Key>"
318489
+ "name": "boolean"
318721
318490
  }
318722
318491
  },
318723
- "defaultSelectedKeys": {
318492
+ "controller": {
318724
318493
  "defaultValue": null,
318725
- "description": "The initial selected keys in the collection (uncontrolled).",
318726
- "name": "defaultSelectedKeys",
318494
+ "description": "A controller to control the state of the overlay.",
318495
+ "name": "controller",
318727
318496
  "parent": {
318728
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318729
- "name": "MultipleSelection"
318497
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318498
+ "name": "OverlayTriggerProps"
318730
318499
  },
318731
318500
  "declarations": [
318732
318501
  {
318733
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318734
- "name": "MultipleSelection"
318502
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
318503
+ "name": "OverlayTriggerProps"
318735
318504
  }
318736
318505
  ],
318737
318506
  "required": false,
318738
318507
  "type": {
318739
- "name": "\"all\" | Iterable<Key>"
318508
+ "name": "OverlayController"
318740
318509
  }
318741
318510
  },
318742
- "selectionMode": {
318511
+ "wrapWith": {
318743
318512
  "defaultValue": null,
318744
318513
  "description": "",
318745
- "name": "selectionMode",
318514
+ "name": "wrapWith",
318515
+ "parent": {
318516
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318517
+ "name": "FlowComponentProps"
318518
+ },
318746
318519
  "declarations": [
318747
318520
  {
318748
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318521
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318522
+ "name": "FlowComponentProps"
318523
+ }
318524
+ ],
318525
+ "required": false,
318526
+ "type": {
318527
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
318528
+ }
318529
+ },
318530
+ "tunnelId": {
318531
+ "defaultValue": null,
318532
+ "description": "@internal",
318533
+ "name": "tunnelId",
318534
+ "parent": {
318535
+ "fileName": "components/src/lib/types/props.ts",
318536
+ "name": "PropsWithTunnel"
318537
+ },
318538
+ "declarations": [
318539
+ {
318540
+ "fileName": "components/src/lib/types/props.ts",
318541
+ "name": "PropsWithTunnel"
318542
+ }
318543
+ ],
318544
+ "required": false,
318545
+ "type": {
318546
+ "name": "string | null"
318547
+ }
318548
+ },
318549
+ "ref": {
318550
+ "defaultValue": null,
318551
+ "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}",
318552
+ "name": "ref",
318553
+ "parent": {
318554
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318555
+ "name": "RefAttributes"
318556
+ },
318557
+ "declarations": [
318558
+ {
318559
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318560
+ "name": "RefAttributes"
318561
+ }
318562
+ ],
318563
+ "required": false,
318564
+ "type": {
318565
+ "name": "Ref<HTMLSpanElement>"
318566
+ }
318567
+ },
318568
+ "key": {
318569
+ "defaultValue": null,
318570
+ "description": "",
318571
+ "name": "key",
318572
+ "parent": {
318573
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318574
+ "name": "Attributes"
318575
+ },
318576
+ "declarations": [
318577
+ {
318578
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318579
+ "name": "Attributes"
318580
+ }
318581
+ ],
318582
+ "required": false,
318583
+ "type": {
318584
+ "name": "Key | null"
318585
+ }
318586
+ },
318587
+ "children": {
318588
+ "defaultValue": null,
318589
+ "description": "",
318590
+ "name": "children",
318591
+ "declarations": [
318592
+ {
318593
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318749
318594
  "name": "TypeLiteral"
318750
318595
  }
318751
318596
  ],
318752
318597
  "required": false,
318753
318598
  "type": {
318754
- "name": "ContextMenuSelectionMode"
318599
+ "name": "ReactNode"
318755
318600
  }
318756
318601
  }
318757
318602
  }
@@ -320557,6 +320402,161 @@
320557
320402
  }
320558
320403
  }
320559
320404
  },
320405
+ {
320406
+ "tags": {
320407
+ "flr-generate": "all"
320408
+ },
320409
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320410
+ "description": "",
320411
+ "displayName": "ContextMenuSection",
320412
+ "methods": [],
320413
+ "props": {
320414
+ "children": {
320415
+ "defaultValue": null,
320416
+ "description": "",
320417
+ "name": "children",
320418
+ "declarations": [
320419
+ {
320420
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320421
+ "name": "TypeLiteral"
320422
+ }
320423
+ ],
320424
+ "required": false,
320425
+ "type": {
320426
+ "name": "ReactNode"
320427
+ }
320428
+ },
320429
+ "wrapWith": {
320430
+ "defaultValue": null,
320431
+ "description": "",
320432
+ "name": "wrapWith",
320433
+ "parent": {
320434
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320435
+ "name": "FlowComponentProps"
320436
+ },
320437
+ "declarations": [
320438
+ {
320439
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320440
+ "name": "FlowComponentProps"
320441
+ }
320442
+ ],
320443
+ "required": false,
320444
+ "type": {
320445
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
320446
+ }
320447
+ },
320448
+ "tunnelId": {
320449
+ "defaultValue": null,
320450
+ "description": "@internal",
320451
+ "name": "tunnelId",
320452
+ "parent": {
320453
+ "fileName": "components/src/lib/types/props.ts",
320454
+ "name": "PropsWithTunnel"
320455
+ },
320456
+ "declarations": [
320457
+ {
320458
+ "fileName": "components/src/lib/types/props.ts",
320459
+ "name": "PropsWithTunnel"
320460
+ }
320461
+ ],
320462
+ "required": false,
320463
+ "type": {
320464
+ "name": "string | null"
320465
+ }
320466
+ },
320467
+ "ref": {
320468
+ "defaultValue": null,
320469
+ "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}",
320470
+ "name": "ref",
320471
+ "parent": {
320472
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320473
+ "name": "RefAttributes"
320474
+ },
320475
+ "declarations": [
320476
+ {
320477
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320478
+ "name": "RefAttributes"
320479
+ }
320480
+ ],
320481
+ "required": false,
320482
+ "type": {
320483
+ "name": "Ref<HTMLSpanElement>"
320484
+ }
320485
+ },
320486
+ "key": {
320487
+ "defaultValue": null,
320488
+ "description": "",
320489
+ "name": "key",
320490
+ "parent": {
320491
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320492
+ "name": "Attributes"
320493
+ },
320494
+ "declarations": [
320495
+ {
320496
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320497
+ "name": "Attributes"
320498
+ }
320499
+ ],
320500
+ "required": false,
320501
+ "type": {
320502
+ "name": "Key | null"
320503
+ }
320504
+ },
320505
+ "selectedKeys": {
320506
+ "defaultValue": null,
320507
+ "description": "The currently selected keys in the collection (controlled).",
320508
+ "name": "selectedKeys",
320509
+ "parent": {
320510
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320511
+ "name": "MultipleSelection"
320512
+ },
320513
+ "declarations": [
320514
+ {
320515
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320516
+ "name": "MultipleSelection"
320517
+ }
320518
+ ],
320519
+ "required": false,
320520
+ "type": {
320521
+ "name": "\"all\" | Iterable<Key>"
320522
+ }
320523
+ },
320524
+ "defaultSelectedKeys": {
320525
+ "defaultValue": null,
320526
+ "description": "The initial selected keys in the collection (uncontrolled).",
320527
+ "name": "defaultSelectedKeys",
320528
+ "parent": {
320529
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320530
+ "name": "MultipleSelection"
320531
+ },
320532
+ "declarations": [
320533
+ {
320534
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320535
+ "name": "MultipleSelection"
320536
+ }
320537
+ ],
320538
+ "required": false,
320539
+ "type": {
320540
+ "name": "\"all\" | Iterable<Key>"
320541
+ }
320542
+ },
320543
+ "selectionMode": {
320544
+ "defaultValue": null,
320545
+ "description": "",
320546
+ "name": "selectionMode",
320547
+ "declarations": [
320548
+ {
320549
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320550
+ "name": "TypeLiteral"
320551
+ }
320552
+ ],
320553
+ "required": false,
320554
+ "type": {
320555
+ "name": "ContextMenuSelectionMode"
320556
+ }
320557
+ }
320558
+ }
320559
+ },
320560
320560
  {
320561
320561
  "tags": {},
320562
320562
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
@@ -332077,213 +332077,6 @@
332077
332077
  }
332078
332078
  }
332079
332079
  },
332080
- {
332081
- "tags": {
332082
- "flr-generate": "all"
332083
- },
332084
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
332085
- "description": "",
332086
- "displayName": "Area",
332087
- "methods": [],
332088
- "props": {
332089
- "color": {
332090
- "defaultValue": {
332091
- "value": "\"sea-green\""
332092
- },
332093
- "description": "The color of the area.",
332094
- "name": "color",
332095
- "parent": {
332096
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
332097
- "name": "AreaProps"
332098
- },
332099
- "declarations": [
332100
- {
332101
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
332102
- "name": "AreaProps"
332103
- }
332104
- ],
332105
- "required": false,
332106
- "type": {
332107
- "name": "CategoricalWithCustomColor"
332108
- }
332109
- },
332110
- "className": {
332111
- "defaultValue": null,
332112
- "description": "",
332113
- "name": "className",
332114
- "parent": {
332115
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332116
- "name": "HTMLAttributes"
332117
- },
332118
- "declarations": [
332119
- {
332120
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332121
- "name": "HTMLAttributes"
332122
- }
332123
- ],
332124
- "required": false,
332125
- "type": {
332126
- "name": "string"
332127
- }
332128
- },
332129
- "key": {
332130
- "defaultValue": null,
332131
- "description": "",
332132
- "name": "key",
332133
- "parent": {
332134
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332135
- "name": "Attributes"
332136
- },
332137
- "declarations": [
332138
- {
332139
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332140
- "name": "Attributes"
332141
- }
332142
- ],
332143
- "required": false,
332144
- "type": {
332145
- "name": "Key | null"
332146
- }
332147
- },
332148
- "type": {
332149
- "defaultValue": null,
332150
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
332151
- "name": "type",
332152
- "parent": {
332153
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
332154
- "name": "CurveProps"
332155
- },
332156
- "declarations": [
332157
- {
332158
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
332159
- "name": "CurveProps"
332160
- },
332161
- {
332162
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
332163
- "name": "LineProps"
332164
- }
332165
- ],
332166
- "required": false,
332167
- "type": {
332168
- "name": "CurveType"
332169
- }
332170
- },
332171
- "fillOpacity": {
332172
- "defaultValue": null,
332173
- "description": "",
332174
- "name": "fillOpacity",
332175
- "parent": {
332176
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332177
- "name": "SVGAttributes"
332178
- },
332179
- "declarations": [
332180
- {
332181
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332182
- "name": "SVGAttributes"
332183
- }
332184
- ],
332185
- "required": false,
332186
- "type": {
332187
- "name": "string | number"
332188
- }
332189
- },
332190
- "dataKey": {
332191
- "defaultValue": null,
332192
- "description": "Decides how to extract the value of this Area from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Area.",
332193
- "name": "dataKey",
332194
- "parent": {
332195
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332196
- "name": "AreaProps"
332197
- },
332198
- "declarations": [
332199
- {
332200
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332201
- "name": "AreaProps"
332202
- }
332203
- ],
332204
- "required": true,
332205
- "type": {
332206
- "name": "DataKey<any>"
332207
- }
332208
- },
332209
- "unit": {
332210
- "defaultValue": null,
332211
- "description": "The unit of data. This option will be used in tooltip.",
332212
- "name": "unit",
332213
- "parent": {
332214
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332215
- "name": "AreaProps"
332216
- },
332217
- "declarations": [
332218
- {
332219
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332220
- "name": "AreaProps"
332221
- }
332222
- ],
332223
- "required": false,
332224
- "type": {
332225
- "name": "string | number"
332226
- }
332227
- },
332228
- "xAxisId": {
332229
- "defaultValue": null,
332230
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
332231
- "name": "xAxisId",
332232
- "parent": {
332233
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332234
- "name": "AreaProps"
332235
- },
332236
- "declarations": [
332237
- {
332238
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332239
- "name": "AreaProps"
332240
- }
332241
- ],
332242
- "required": false,
332243
- "type": {
332244
- "name": "AxisId"
332245
- }
332246
- },
332247
- "yAxisId": {
332248
- "defaultValue": null,
332249
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
332250
- "name": "yAxisId",
332251
- "parent": {
332252
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332253
- "name": "AreaProps"
332254
- },
332255
- "declarations": [
332256
- {
332257
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332258
- "name": "AreaProps"
332259
- }
332260
- ],
332261
- "required": false,
332262
- "type": {
332263
- "name": "AxisId"
332264
- }
332265
- },
332266
- "stackId": {
332267
- "defaultValue": null,
332268
- "description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
332269
- "name": "stackId",
332270
- "parent": {
332271
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332272
- "name": "AreaProps"
332273
- },
332274
- "declarations": [
332275
- {
332276
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
332277
- "name": "AreaProps"
332278
- }
332279
- ],
332280
- "required": false,
332281
- "type": {
332282
- "name": "StackId"
332283
- }
332284
- }
332285
- }
332286
- },
332287
332080
  {
332288
332081
  "tags": {},
332289
332082
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
@@ -341626,6 +341419,213 @@
341626
341419
  }
341627
341420
  }
341628
341421
  },
341422
+ {
341423
+ "tags": {
341424
+ "flr-generate": "all"
341425
+ },
341426
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
341427
+ "description": "",
341428
+ "displayName": "Area",
341429
+ "methods": [],
341430
+ "props": {
341431
+ "color": {
341432
+ "defaultValue": {
341433
+ "value": "\"sea-green\""
341434
+ },
341435
+ "description": "The color of the area.",
341436
+ "name": "color",
341437
+ "parent": {
341438
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
341439
+ "name": "AreaProps"
341440
+ },
341441
+ "declarations": [
341442
+ {
341443
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
341444
+ "name": "AreaProps"
341445
+ }
341446
+ ],
341447
+ "required": false,
341448
+ "type": {
341449
+ "name": "CategoricalWithCustomColor"
341450
+ }
341451
+ },
341452
+ "className": {
341453
+ "defaultValue": null,
341454
+ "description": "",
341455
+ "name": "className",
341456
+ "parent": {
341457
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341458
+ "name": "HTMLAttributes"
341459
+ },
341460
+ "declarations": [
341461
+ {
341462
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341463
+ "name": "HTMLAttributes"
341464
+ }
341465
+ ],
341466
+ "required": false,
341467
+ "type": {
341468
+ "name": "string"
341469
+ }
341470
+ },
341471
+ "key": {
341472
+ "defaultValue": null,
341473
+ "description": "",
341474
+ "name": "key",
341475
+ "parent": {
341476
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341477
+ "name": "Attributes"
341478
+ },
341479
+ "declarations": [
341480
+ {
341481
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341482
+ "name": "Attributes"
341483
+ }
341484
+ ],
341485
+ "required": false,
341486
+ "type": {
341487
+ "name": "Key | null"
341488
+ }
341489
+ },
341490
+ "type": {
341491
+ "defaultValue": null,
341492
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
341493
+ "name": "type",
341494
+ "parent": {
341495
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
341496
+ "name": "CurveProps"
341497
+ },
341498
+ "declarations": [
341499
+ {
341500
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
341501
+ "name": "CurveProps"
341502
+ },
341503
+ {
341504
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
341505
+ "name": "LineProps"
341506
+ }
341507
+ ],
341508
+ "required": false,
341509
+ "type": {
341510
+ "name": "CurveType"
341511
+ }
341512
+ },
341513
+ "fillOpacity": {
341514
+ "defaultValue": null,
341515
+ "description": "",
341516
+ "name": "fillOpacity",
341517
+ "parent": {
341518
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341519
+ "name": "SVGAttributes"
341520
+ },
341521
+ "declarations": [
341522
+ {
341523
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341524
+ "name": "SVGAttributes"
341525
+ }
341526
+ ],
341527
+ "required": false,
341528
+ "type": {
341529
+ "name": "string | number"
341530
+ }
341531
+ },
341532
+ "dataKey": {
341533
+ "defaultValue": null,
341534
+ "description": "Decides how to extract the value of this Area from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Area.",
341535
+ "name": "dataKey",
341536
+ "parent": {
341537
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341538
+ "name": "AreaProps"
341539
+ },
341540
+ "declarations": [
341541
+ {
341542
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341543
+ "name": "AreaProps"
341544
+ }
341545
+ ],
341546
+ "required": true,
341547
+ "type": {
341548
+ "name": "DataKey<any>"
341549
+ }
341550
+ },
341551
+ "unit": {
341552
+ "defaultValue": null,
341553
+ "description": "The unit of data. This option will be used in tooltip.",
341554
+ "name": "unit",
341555
+ "parent": {
341556
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341557
+ "name": "AreaProps"
341558
+ },
341559
+ "declarations": [
341560
+ {
341561
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341562
+ "name": "AreaProps"
341563
+ }
341564
+ ],
341565
+ "required": false,
341566
+ "type": {
341567
+ "name": "string | number"
341568
+ }
341569
+ },
341570
+ "xAxisId": {
341571
+ "defaultValue": null,
341572
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
341573
+ "name": "xAxisId",
341574
+ "parent": {
341575
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341576
+ "name": "AreaProps"
341577
+ },
341578
+ "declarations": [
341579
+ {
341580
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341581
+ "name": "AreaProps"
341582
+ }
341583
+ ],
341584
+ "required": false,
341585
+ "type": {
341586
+ "name": "AxisId"
341587
+ }
341588
+ },
341589
+ "yAxisId": {
341590
+ "defaultValue": null,
341591
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
341592
+ "name": "yAxisId",
341593
+ "parent": {
341594
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341595
+ "name": "AreaProps"
341596
+ },
341597
+ "declarations": [
341598
+ {
341599
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341600
+ "name": "AreaProps"
341601
+ }
341602
+ ],
341603
+ "required": false,
341604
+ "type": {
341605
+ "name": "AxisId"
341606
+ }
341607
+ },
341608
+ "stackId": {
341609
+ "defaultValue": null,
341610
+ "description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
341611
+ "name": "stackId",
341612
+ "parent": {
341613
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341614
+ "name": "AreaProps"
341615
+ },
341616
+ "declarations": [
341617
+ {
341618
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341619
+ "name": "AreaProps"
341620
+ }
341621
+ ],
341622
+ "required": false,
341623
+ "type": {
341624
+ "name": "StackId"
341625
+ }
341626
+ }
341627
+ }
341628
+ },
341629
341629
  {
341630
341630
  "tags": {
341631
341631
  "flr-generate": "all"