@mittwald/flow-react-components 0.2.0-alpha.879 → 0.2.0-alpha.880

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.
@@ -97439,6 +97439,51 @@
97439
97439
  }
97440
97440
  }
97441
97441
  },
97442
+ {
97443
+ "tags": {
97444
+ "flr-generate": "all"
97445
+ },
97446
+ "filePath": "src/components/LabeledValue/LabeledValue.tsx",
97447
+ "description": "",
97448
+ "displayName": "LabeledValue",
97449
+ "methods": [],
97450
+ "props": {
97451
+ "children": {
97452
+ "defaultValue": null,
97453
+ "description": "",
97454
+ "name": "children",
97455
+ "declarations": [
97456
+ {
97457
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
97458
+ "name": "TypeLiteral"
97459
+ }
97460
+ ],
97461
+ "required": false,
97462
+ "type": {
97463
+ "name": "ReactNode"
97464
+ }
97465
+ },
97466
+ "className": {
97467
+ "defaultValue": null,
97468
+ "description": "The elements class name.",
97469
+ "name": "className",
97470
+ "parent": {
97471
+ "fileName": "components/src/lib/types/props.ts",
97472
+ "name": "PropsWithClassName"
97473
+ },
97474
+ "declarations": [
97475
+ {
97476
+ "fileName": "components/src/lib/types/props.ts",
97477
+ "name": "PropsWithClassName"
97478
+ }
97479
+ ],
97480
+ "required": false,
97481
+ "type": {
97482
+ "name": "string"
97483
+ }
97484
+ }
97485
+ }
97486
+ },
97442
97487
  {
97443
97488
  "tags": {
97444
97489
  "flr-generate": "all"
@@ -102819,51 +102864,6 @@
102819
102864
  }
102820
102865
  }
102821
102866
  },
102822
- {
102823
- "tags": {
102824
- "flr-generate": "all"
102825
- },
102826
- "filePath": "src/components/LabeledValue/LabeledValue.tsx",
102827
- "description": "",
102828
- "displayName": "LabeledValue",
102829
- "methods": [],
102830
- "props": {
102831
- "children": {
102832
- "defaultValue": null,
102833
- "description": "",
102834
- "name": "children",
102835
- "declarations": [
102836
- {
102837
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
102838
- "name": "TypeLiteral"
102839
- }
102840
- ],
102841
- "required": false,
102842
- "type": {
102843
- "name": "ReactNode"
102844
- }
102845
- },
102846
- "className": {
102847
- "defaultValue": null,
102848
- "description": "The elements class name.",
102849
- "name": "className",
102850
- "parent": {
102851
- "fileName": "components/src/lib/types/props.ts",
102852
- "name": "PropsWithClassName"
102853
- },
102854
- "declarations": [
102855
- {
102856
- "fileName": "components/src/lib/types/props.ts",
102857
- "name": "PropsWithClassName"
102858
- }
102859
- ],
102860
- "required": false,
102861
- "type": {
102862
- "name": "string"
102863
- }
102864
- }
102865
- }
102866
- },
102867
102867
  {
102868
102868
  "tags": {
102869
102869
  "flr-generate": "all"
@@ -227584,70 +227584,6 @@
227584
227584
  }
227585
227585
  }
227586
227586
  },
227587
- {
227588
- "tags": {
227589
- "flr-generate": "all"
227590
- },
227591
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
227592
- "description": "",
227593
- "displayName": "Chat",
227594
- "methods": [],
227595
- "props": {
227596
- "height": {
227597
- "defaultValue": null,
227598
- "description": "",
227599
- "name": "height",
227600
- "parent": {
227601
- "fileName": "components/src/components/Chat/Chat.tsx",
227602
- "name": "ChatProps"
227603
- },
227604
- "declarations": [
227605
- {
227606
- "fileName": "components/src/components/Chat/Chat.tsx",
227607
- "name": "ChatProps"
227608
- }
227609
- ],
227610
- "required": false,
227611
- "type": {
227612
- "name": "Height<string | number>"
227613
- }
227614
- },
227615
- "children": {
227616
- "defaultValue": null,
227617
- "description": "",
227618
- "name": "children",
227619
- "declarations": [
227620
- {
227621
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
227622
- "name": "TypeLiteral"
227623
- }
227624
- ],
227625
- "required": false,
227626
- "type": {
227627
- "name": "ReactNode"
227628
- }
227629
- },
227630
- "className": {
227631
- "defaultValue": null,
227632
- "description": "The elements class name.",
227633
- "name": "className",
227634
- "parent": {
227635
- "fileName": "components/src/lib/types/props.ts",
227636
- "name": "PropsWithClassName"
227637
- },
227638
- "declarations": [
227639
- {
227640
- "fileName": "components/src/lib/types/props.ts",
227641
- "name": "PropsWithClassName"
227642
- }
227643
- ],
227644
- "required": false,
227645
- "type": {
227646
- "name": "string"
227647
- }
227648
- }
227649
- }
227650
- },
227651
227587
  {
227652
227588
  "tags": {
227653
227589
  "flr-generate": "all"
@@ -227807,6 +227743,70 @@
227807
227743
  }
227808
227744
  }
227809
227745
  },
227746
+ {
227747
+ "tags": {
227748
+ "flr-generate": "all"
227749
+ },
227750
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
227751
+ "description": "",
227752
+ "displayName": "Chat",
227753
+ "methods": [],
227754
+ "props": {
227755
+ "height": {
227756
+ "defaultValue": null,
227757
+ "description": "",
227758
+ "name": "height",
227759
+ "parent": {
227760
+ "fileName": "components/src/components/Chat/Chat.tsx",
227761
+ "name": "ChatProps"
227762
+ },
227763
+ "declarations": [
227764
+ {
227765
+ "fileName": "components/src/components/Chat/Chat.tsx",
227766
+ "name": "ChatProps"
227767
+ }
227768
+ ],
227769
+ "required": false,
227770
+ "type": {
227771
+ "name": "Height<string | number>"
227772
+ }
227773
+ },
227774
+ "children": {
227775
+ "defaultValue": null,
227776
+ "description": "",
227777
+ "name": "children",
227778
+ "declarations": [
227779
+ {
227780
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
227781
+ "name": "TypeLiteral"
227782
+ }
227783
+ ],
227784
+ "required": false,
227785
+ "type": {
227786
+ "name": "ReactNode"
227787
+ }
227788
+ },
227789
+ "className": {
227790
+ "defaultValue": null,
227791
+ "description": "The elements class name.",
227792
+ "name": "className",
227793
+ "parent": {
227794
+ "fileName": "components/src/lib/types/props.ts",
227795
+ "name": "PropsWithClassName"
227796
+ },
227797
+ "declarations": [
227798
+ {
227799
+ "fileName": "components/src/lib/types/props.ts",
227800
+ "name": "PropsWithClassName"
227801
+ }
227802
+ ],
227803
+ "required": false,
227804
+ "type": {
227805
+ "name": "string"
227806
+ }
227807
+ }
227808
+ }
227809
+ },
227810
227810
  {
227811
227811
  "tags": {},
227812
227812
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/Calendar.tsx",
@@ -232220,9 +232220,189 @@
232220
232220
  "tags": {
232221
232221
  "flr-generate": "all"
232222
232222
  },
232223
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
232223
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
232224
232224
  "description": "",
232225
- "displayName": "Autocomplete",
232225
+ "displayName": "Avatar",
232226
+ "methods": [],
232227
+ "props": {
232228
+ "size": {
232229
+ "defaultValue": {
232230
+ "value": "\"m\""
232231
+ },
232232
+ "description": "The size of the avatar.",
232233
+ "name": "size",
232234
+ "parent": {
232235
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
232236
+ "name": "AvatarProps"
232237
+ },
232238
+ "declarations": [
232239
+ {
232240
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
232241
+ "name": "AvatarProps"
232242
+ }
232243
+ ],
232244
+ "required": false,
232245
+ "type": {
232246
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
232247
+ }
232248
+ },
232249
+ "color": {
232250
+ "defaultValue": null,
232251
+ "description": "The color of icons and initials inside the avatar.",
232252
+ "name": "color",
232253
+ "parent": {
232254
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
232255
+ "name": "AvatarProps"
232256
+ },
232257
+ "declarations": [
232258
+ {
232259
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
232260
+ "name": "AvatarProps"
232261
+ }
232262
+ ],
232263
+ "required": false,
232264
+ "type": {
232265
+ "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
232266
+ }
232267
+ },
232268
+ "status": {
232269
+ "defaultValue": null,
232270
+ "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
232271
+ "name": "status",
232272
+ "parent": {
232273
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
232274
+ "name": "AvatarProps"
232275
+ },
232276
+ "declarations": [
232277
+ {
232278
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
232279
+ "name": "AvatarProps"
232280
+ }
232281
+ ],
232282
+ "required": false,
232283
+ "type": {
232284
+ "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
232285
+ }
232286
+ },
232287
+ "children": {
232288
+ "defaultValue": null,
232289
+ "description": "",
232290
+ "name": "children",
232291
+ "declarations": [
232292
+ {
232293
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232294
+ "name": "TypeLiteral"
232295
+ }
232296
+ ],
232297
+ "required": false,
232298
+ "type": {
232299
+ "name": "ReactNode"
232300
+ }
232301
+ },
232302
+ "className": {
232303
+ "defaultValue": null,
232304
+ "description": "The elements class name.",
232305
+ "name": "className",
232306
+ "parent": {
232307
+ "fileName": "components/src/lib/types/props.ts",
232308
+ "name": "PropsWithClassName"
232309
+ },
232310
+ "declarations": [
232311
+ {
232312
+ "fileName": "components/src/lib/types/props.ts",
232313
+ "name": "PropsWithClassName"
232314
+ }
232315
+ ],
232316
+ "required": false,
232317
+ "type": {
232318
+ "name": "string"
232319
+ }
232320
+ },
232321
+ "wrapWith": {
232322
+ "defaultValue": null,
232323
+ "description": "",
232324
+ "name": "wrapWith",
232325
+ "parent": {
232326
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
232327
+ "name": "FlowComponentProps"
232328
+ },
232329
+ "declarations": [
232330
+ {
232331
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
232332
+ "name": "FlowComponentProps"
232333
+ }
232334
+ ],
232335
+ "required": false,
232336
+ "type": {
232337
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
232338
+ }
232339
+ },
232340
+ "tunnel": {
232341
+ "defaultValue": null,
232342
+ "description": "@internal",
232343
+ "name": "tunnel",
232344
+ "parent": {
232345
+ "fileName": "components/src/lib/types/props.ts",
232346
+ "name": "PropsWithTunnel"
232347
+ },
232348
+ "declarations": [
232349
+ {
232350
+ "fileName": "components/src/lib/types/props.ts",
232351
+ "name": "PropsWithTunnel"
232352
+ }
232353
+ ],
232354
+ "required": false,
232355
+ "type": {
232356
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
232357
+ }
232358
+ },
232359
+ "ref": {
232360
+ "defaultValue": null,
232361
+ "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}",
232362
+ "name": "ref",
232363
+ "parent": {
232364
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232365
+ "name": "RefAttributes"
232366
+ },
232367
+ "declarations": [
232368
+ {
232369
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232370
+ "name": "RefAttributes"
232371
+ }
232372
+ ],
232373
+ "required": false,
232374
+ "type": {
232375
+ "name": "Ref<HTMLSpanElement>"
232376
+ }
232377
+ },
232378
+ "key": {
232379
+ "defaultValue": null,
232380
+ "description": "",
232381
+ "name": "key",
232382
+ "parent": {
232383
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232384
+ "name": "Attributes"
232385
+ },
232386
+ "declarations": [
232387
+ {
232388
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232389
+ "name": "Attributes"
232390
+ }
232391
+ ],
232392
+ "required": false,
232393
+ "type": {
232394
+ "name": "Key | null"
232395
+ }
232396
+ }
232397
+ }
232398
+ },
232399
+ {
232400
+ "tags": {
232401
+ "flr-generate": "all"
232402
+ },
232403
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
232404
+ "description": "",
232405
+ "displayName": "Autocomplete",
232226
232406
  "methods": [],
232227
232407
  "props": {
232228
232408
  "children": {
@@ -232421,70 +232601,11 @@
232421
232601
  "tags": {
232422
232602
  "flr-generate": "all"
232423
232603
  },
232424
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
232604
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
232425
232605
  "description": "",
232426
- "displayName": "Avatar",
232606
+ "displayName": "Align",
232427
232607
  "methods": [],
232428
232608
  "props": {
232429
- "size": {
232430
- "defaultValue": {
232431
- "value": "\"m\""
232432
- },
232433
- "description": "The size of the avatar.",
232434
- "name": "size",
232435
- "parent": {
232436
- "fileName": "components/src/components/Avatar/Avatar.tsx",
232437
- "name": "AvatarProps"
232438
- },
232439
- "declarations": [
232440
- {
232441
- "fileName": "components/src/components/Avatar/Avatar.tsx",
232442
- "name": "AvatarProps"
232443
- }
232444
- ],
232445
- "required": false,
232446
- "type": {
232447
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
232448
- }
232449
- },
232450
- "color": {
232451
- "defaultValue": null,
232452
- "description": "The color of icons and initials inside the avatar.",
232453
- "name": "color",
232454
- "parent": {
232455
- "fileName": "components/src/components/Avatar/Avatar.tsx",
232456
- "name": "AvatarProps"
232457
- },
232458
- "declarations": [
232459
- {
232460
- "fileName": "components/src/components/Avatar/Avatar.tsx",
232461
- "name": "AvatarProps"
232462
- }
232463
- ],
232464
- "required": false,
232465
- "type": {
232466
- "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
232467
- }
232468
- },
232469
- "status": {
232470
- "defaultValue": null,
232471
- "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
232472
- "name": "status",
232473
- "parent": {
232474
- "fileName": "components/src/components/Avatar/Avatar.tsx",
232475
- "name": "AvatarProps"
232476
- },
232477
- "declarations": [
232478
- {
232479
- "fileName": "components/src/components/Avatar/Avatar.tsx",
232480
- "name": "AvatarProps"
232481
- }
232482
- ],
232483
- "required": false,
232484
- "type": {
232485
- "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
232486
- }
232487
- },
232488
232609
  "children": {
232489
232610
  "defaultValue": null,
232490
232611
  "description": "",
@@ -232601,26 +232722,11 @@
232601
232722
  "tags": {
232602
232723
  "flr-generate": "all"
232603
232724
  },
232604
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
232725
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
232605
232726
  "description": "",
232606
- "displayName": "Align",
232727
+ "displayName": "AlertText",
232607
232728
  "methods": [],
232608
232729
  "props": {
232609
- "children": {
232610
- "defaultValue": null,
232611
- "description": "",
232612
- "name": "children",
232613
- "declarations": [
232614
- {
232615
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232616
- "name": "TypeLiteral"
232617
- }
232618
- ],
232619
- "required": false,
232620
- "type": {
232621
- "name": "ReactNode"
232622
- }
232623
- },
232624
232730
  "className": {
232625
232731
  "defaultValue": null,
232626
232732
  "description": "The elements class name.",
@@ -232640,6 +232746,21 @@
232640
232746
  "name": "string"
232641
232747
  }
232642
232748
  },
232749
+ "children": {
232750
+ "defaultValue": null,
232751
+ "description": "",
232752
+ "name": "children",
232753
+ "declarations": [
232754
+ {
232755
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232756
+ "name": "TypeLiteral"
232757
+ }
232758
+ ],
232759
+ "required": false,
232760
+ "type": {
232761
+ "name": "ReactNode"
232762
+ }
232763
+ },
232643
232764
  "wrapWith": {
232644
232765
  "defaultValue": null,
232645
232766
  "description": "",
@@ -232715,6 +232836,21 @@
232715
232836
  "type": {
232716
232837
  "name": "Key | null"
232717
232838
  }
232839
+ },
232840
+ "status": {
232841
+ "defaultValue": null,
232842
+ "description": "The elements status",
232843
+ "name": "status",
232844
+ "declarations": [
232845
+ {
232846
+ "fileName": "components/src/lib/types/props.ts",
232847
+ "name": "TypeLiteral"
232848
+ }
232849
+ ],
232850
+ "required": false,
232851
+ "type": {
232852
+ "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
232853
+ }
232718
232854
  }
232719
232855
  }
232720
232856
  },
@@ -232722,43 +232858,39 @@
232722
232858
  "tags": {
232723
232859
  "flr-generate": "all"
232724
232860
  },
232725
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
232861
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
232726
232862
  "description": "",
232727
- "displayName": "AlertText",
232863
+ "displayName": "AlertBadge",
232728
232864
  "methods": [],
232729
232865
  "props": {
232730
- "className": {
232866
+ "children": {
232731
232867
  "defaultValue": null,
232732
- "description": "The elements class name.",
232733
- "name": "className",
232734
- "parent": {
232735
- "fileName": "components/src/lib/types/props.ts",
232736
- "name": "PropsWithClassName"
232737
- },
232868
+ "description": "",
232869
+ "name": "children",
232738
232870
  "declarations": [
232739
232871
  {
232740
- "fileName": "components/src/lib/types/props.ts",
232741
- "name": "PropsWithClassName"
232872
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232873
+ "name": "TypeLiteral"
232742
232874
  }
232743
232875
  ],
232744
232876
  "required": false,
232745
232877
  "type": {
232746
- "name": "string"
232878
+ "name": "ReactNode"
232747
232879
  }
232748
232880
  },
232749
- "children": {
232881
+ "status": {
232750
232882
  "defaultValue": null,
232751
- "description": "",
232752
- "name": "children",
232883
+ "description": "The elements status",
232884
+ "name": "status",
232753
232885
  "declarations": [
232754
232886
  {
232755
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
232887
+ "fileName": "components/src/lib/types/props.ts",
232756
232888
  "name": "TypeLiteral"
232757
232889
  }
232758
232890
  ],
232759
232891
  "required": false,
232760
232892
  "type": {
232761
- "name": "ReactNode"
232893
+ "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
232762
232894
  }
232763
232895
  },
232764
232896
  "wrapWith": {
@@ -232837,19 +232969,23 @@
232837
232969
  "name": "Key | null"
232838
232970
  }
232839
232971
  },
232840
- "status": {
232972
+ "className": {
232841
232973
  "defaultValue": null,
232842
- "description": "The elements status",
232843
- "name": "status",
232974
+ "description": "The elements class name.",
232975
+ "name": "className",
232976
+ "parent": {
232977
+ "fileName": "components/src/lib/types/props.ts",
232978
+ "name": "PropsWithClassName"
232979
+ },
232844
232980
  "declarations": [
232845
232981
  {
232846
232982
  "fileName": "components/src/lib/types/props.ts",
232847
- "name": "TypeLiteral"
232983
+ "name": "PropsWithClassName"
232848
232984
  }
232849
232985
  ],
232850
232986
  "required": false,
232851
232987
  "type": {
232852
- "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
232988
+ "name": "string"
232853
232989
  }
232854
232990
  }
232855
232991
  }
@@ -242192,142 +242328,6 @@
242192
242328
  }
242193
242329
  }
242194
242330
  },
242195
- {
242196
- "tags": {
242197
- "flr-generate": "all"
242198
- },
242199
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
242200
- "description": "",
242201
- "displayName": "AlertBadge",
242202
- "methods": [],
242203
- "props": {
242204
- "children": {
242205
- "defaultValue": null,
242206
- "description": "",
242207
- "name": "children",
242208
- "declarations": [
242209
- {
242210
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242211
- "name": "TypeLiteral"
242212
- }
242213
- ],
242214
- "required": false,
242215
- "type": {
242216
- "name": "ReactNode"
242217
- }
242218
- },
242219
- "status": {
242220
- "defaultValue": null,
242221
- "description": "The elements status",
242222
- "name": "status",
242223
- "declarations": [
242224
- {
242225
- "fileName": "components/src/lib/types/props.ts",
242226
- "name": "TypeLiteral"
242227
- }
242228
- ],
242229
- "required": false,
242230
- "type": {
242231
- "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
242232
- }
242233
- },
242234
- "wrapWith": {
242235
- "defaultValue": null,
242236
- "description": "",
242237
- "name": "wrapWith",
242238
- "parent": {
242239
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
242240
- "name": "FlowComponentProps"
242241
- },
242242
- "declarations": [
242243
- {
242244
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
242245
- "name": "FlowComponentProps"
242246
- }
242247
- ],
242248
- "required": false,
242249
- "type": {
242250
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
242251
- }
242252
- },
242253
- "tunnel": {
242254
- "defaultValue": null,
242255
- "description": "@internal",
242256
- "name": "tunnel",
242257
- "parent": {
242258
- "fileName": "components/src/lib/types/props.ts",
242259
- "name": "PropsWithTunnel"
242260
- },
242261
- "declarations": [
242262
- {
242263
- "fileName": "components/src/lib/types/props.ts",
242264
- "name": "PropsWithTunnel"
242265
- }
242266
- ],
242267
- "required": false,
242268
- "type": {
242269
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
242270
- }
242271
- },
242272
- "ref": {
242273
- "defaultValue": null,
242274
- "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}",
242275
- "name": "ref",
242276
- "parent": {
242277
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242278
- "name": "RefAttributes"
242279
- },
242280
- "declarations": [
242281
- {
242282
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242283
- "name": "RefAttributes"
242284
- }
242285
- ],
242286
- "required": false,
242287
- "type": {
242288
- "name": "Ref<HTMLSpanElement>"
242289
- }
242290
- },
242291
- "key": {
242292
- "defaultValue": null,
242293
- "description": "",
242294
- "name": "key",
242295
- "parent": {
242296
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242297
- "name": "Attributes"
242298
- },
242299
- "declarations": [
242300
- {
242301
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
242302
- "name": "Attributes"
242303
- }
242304
- ],
242305
- "required": false,
242306
- "type": {
242307
- "name": "Key | null"
242308
- }
242309
- },
242310
- "className": {
242311
- "defaultValue": null,
242312
- "description": "The elements class name.",
242313
- "name": "className",
242314
- "parent": {
242315
- "fileName": "components/src/lib/types/props.ts",
242316
- "name": "PropsWithClassName"
242317
- },
242318
- "declarations": [
242319
- {
242320
- "fileName": "components/src/lib/types/props.ts",
242321
- "name": "PropsWithClassName"
242322
- }
242323
- ],
242324
- "required": false,
242325
- "type": {
242326
- "name": "string"
242327
- }
242328
- }
242329
- }
242330
- },
242331
242331
  {
242332
242332
  "tags": {
242333
242333
  "flr-generate": "all"
@@ -274558,9 +274558,9 @@
274558
274558
  },
274559
274559
  {
274560
274560
  "tags": {},
274561
- "filePath": "src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
274561
+ "filePath": "src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
274562
274562
  "description": "",
274563
- "displayName": "ResetButton",
274563
+ "displayName": "SubmitButton",
274564
274564
  "methods": [],
274565
274565
  "props": {
274566
274566
  "slot": {
@@ -276932,14 +276932,76 @@
276932
276932
  "type": {
276933
276933
  "name": "Key | null"
276934
276934
  }
276935
+ },
276936
+ "showFeedback": {
276937
+ "defaultValue": null,
276938
+ "description": "",
276939
+ "name": "showFeedback",
276940
+ "parent": {
276941
+ "fileName": "components/src/components/Action/types.ts",
276942
+ "name": "ActionProps"
276943
+ },
276944
+ "declarations": [
276945
+ {
276946
+ "fileName": "components/src/components/Action/types.ts",
276947
+ "name": "ActionProps"
276948
+ }
276949
+ ],
276950
+ "required": false,
276951
+ "type": {
276952
+ "name": "boolean"
276953
+ }
276935
276954
  }
276936
276955
  }
276937
276956
  },
276938
276957
  {
276939
276958
  "tags": {},
276940
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
276959
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
276941
276960
  "description": "",
276942
- "displayName": "SubmitButton",
276961
+ "displayName": "FormSettingsProvider",
276962
+ "methods": [],
276963
+ "props": {
276964
+ "submitInterceptor": {
276965
+ "defaultValue": null,
276966
+ "description": "",
276967
+ "name": "submitInterceptor",
276968
+ "parent": {
276969
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
276970
+ "name": "Context"
276971
+ },
276972
+ "declarations": [
276973
+ {
276974
+ "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
276975
+ "name": "Context"
276976
+ }
276977
+ ],
276978
+ "required": false,
276979
+ "type": {
276980
+ "name": "SubmitInterceptor"
276981
+ }
276982
+ },
276983
+ "children": {
276984
+ "defaultValue": null,
276985
+ "description": "",
276986
+ "name": "children",
276987
+ "declarations": [
276988
+ {
276989
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
276990
+ "name": "TypeLiteral"
276991
+ }
276992
+ ],
276993
+ "required": false,
276994
+ "type": {
276995
+ "name": "ReactNode"
276996
+ }
276997
+ }
276998
+ }
276999
+ },
277000
+ {
277001
+ "tags": {},
277002
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
277003
+ "description": "",
277004
+ "displayName": "ResetButton",
276943
277005
  "methods": [],
276944
277006
  "props": {
276945
277007
  "slot": {
@@ -279311,68 +279373,6 @@
279311
279373
  "type": {
279312
279374
  "name": "Key | null"
279313
279375
  }
279314
- },
279315
- "showFeedback": {
279316
- "defaultValue": null,
279317
- "description": "",
279318
- "name": "showFeedback",
279319
- "parent": {
279320
- "fileName": "components/src/components/Action/types.ts",
279321
- "name": "ActionProps"
279322
- },
279323
- "declarations": [
279324
- {
279325
- "fileName": "components/src/components/Action/types.ts",
279326
- "name": "ActionProps"
279327
- }
279328
- ],
279329
- "required": false,
279330
- "type": {
279331
- "name": "boolean"
279332
- }
279333
- }
279334
- }
279335
- },
279336
- {
279337
- "tags": {},
279338
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
279339
- "description": "",
279340
- "displayName": "FormSettingsProvider",
279341
- "methods": [],
279342
- "props": {
279343
- "submitInterceptor": {
279344
- "defaultValue": null,
279345
- "description": "",
279346
- "name": "submitInterceptor",
279347
- "parent": {
279348
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
279349
- "name": "Context"
279350
- },
279351
- "declarations": [
279352
- {
279353
- "fileName": "components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.tsx",
279354
- "name": "Context"
279355
- }
279356
- ],
279357
- "required": false,
279358
- "type": {
279359
- "name": "SubmitInterceptor"
279360
- }
279361
- },
279362
- "children": {
279363
- "defaultValue": null,
279364
- "description": "",
279365
- "name": "children",
279366
- "declarations": [
279367
- {
279368
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
279369
- "name": "TypeLiteral"
279370
- }
279371
- ],
279372
- "required": false,
279373
- "type": {
279374
- "name": "ReactNode"
279375
- }
279376
279376
  }
279377
279377
  }
279378
279378
  },
@@ -286082,12 +286082,10 @@
286082
286082
  }
286083
286083
  },
286084
286084
  {
286085
- "tags": {
286086
- "deprecated": "Use RouterProvider instead"
286087
- },
286088
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
286085
+ "tags": {},
286086
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
286089
286087
  "description": "",
286090
- "displayName": "LinkProvider",
286088
+ "displayName": "RouterProvider",
286091
286089
  "methods": [],
286092
286090
  "props": {
286093
286091
  "children": {
@@ -286108,10 +286106,12 @@
286108
286106
  }
286109
286107
  },
286110
286108
  {
286111
- "tags": {},
286112
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
286109
+ "tags": {
286110
+ "deprecated": "Use RouterProvider instead"
286111
+ },
286112
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
286113
286113
  "description": "",
286114
- "displayName": "RouterProvider",
286114
+ "displayName": "LinkProvider",
286115
286115
  "methods": [],
286116
286116
  "props": {
286117
286117
  "children": {
@@ -311059,6 +311059,34 @@
311059
311059
  }
311060
311060
  }
311061
311061
  },
311062
+ {
311063
+ "tags": {},
311064
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
311065
+ "description": "",
311066
+ "displayName": "PopoverTip",
311067
+ "methods": [],
311068
+ "props": {
311069
+ "className": {
311070
+ "defaultValue": null,
311071
+ "description": "The elements class name.",
311072
+ "name": "className",
311073
+ "parent": {
311074
+ "fileName": "components/src/lib/types/props.ts",
311075
+ "name": "PropsWithClassName"
311076
+ },
311077
+ "declarations": [
311078
+ {
311079
+ "fileName": "components/src/lib/types/props.ts",
311080
+ "name": "PropsWithClassName"
311081
+ }
311082
+ ],
311083
+ "required": false,
311084
+ "type": {
311085
+ "name": "string"
311086
+ }
311087
+ }
311088
+ }
311089
+ },
311062
311090
  {
311063
311091
  "tags": {},
311064
311092
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
@@ -311197,34 +311225,6 @@
311197
311225
  }
311198
311226
  }
311199
311227
  },
311200
- {
311201
- "tags": {},
311202
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
311203
- "description": "",
311204
- "displayName": "PopoverTip",
311205
- "methods": [],
311206
- "props": {
311207
- "className": {
311208
- "defaultValue": null,
311209
- "description": "The elements class name.",
311210
- "name": "className",
311211
- "parent": {
311212
- "fileName": "components/src/lib/types/props.ts",
311213
- "name": "PropsWithClassName"
311214
- },
311215
- "declarations": [
311216
- {
311217
- "fileName": "components/src/lib/types/props.ts",
311218
- "name": "PropsWithClassName"
311219
- }
311220
- ],
311221
- "required": false,
311222
- "type": {
311223
- "name": "string"
311224
- }
311225
- }
311226
- }
311227
- },
311228
311228
  {
311229
311229
  "tags": {
311230
311230
  "flr-generate": "all"
@@ -311764,9 +311764,9 @@
311764
311764
  "tags": {
311765
311765
  "flr-generate": "all"
311766
311766
  },
311767
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
311767
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
311768
311768
  "description": "",
311769
- "displayName": "DialogTrigger",
311769
+ "displayName": "MenuTrigger",
311770
311770
  "methods": [],
311771
311771
  "props": {
311772
311772
  "children": {
@@ -311774,13 +311774,13 @@
311774
311774
  "description": "",
311775
311775
  "name": "children",
311776
311776
  "parent": {
311777
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
311778
- "name": "DialogTriggerProps"
311777
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
311778
+ "name": "MenuTriggerProps"
311779
311779
  },
311780
311780
  "declarations": [
311781
311781
  {
311782
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
311783
- "name": "DialogTriggerProps"
311782
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
311783
+ "name": "MenuTriggerProps"
311784
311784
  }
311785
311785
  ],
311786
311786
  "required": true,
@@ -311788,6 +311788,27 @@
311788
311788
  "name": "ReactNode"
311789
311789
  }
311790
311790
  },
311791
+ "trigger": {
311792
+ "defaultValue": {
311793
+ "value": "'press'"
311794
+ },
311795
+ "description": "How the menu is triggered.",
311796
+ "name": "trigger",
311797
+ "parent": {
311798
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/menu/useMenuTriggerState.d.ts",
311799
+ "name": "MenuTriggerProps"
311800
+ },
311801
+ "declarations": [
311802
+ {
311803
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/menu/useMenuTriggerState.d.ts",
311804
+ "name": "MenuTriggerProps"
311805
+ }
311806
+ ],
311807
+ "required": false,
311808
+ "type": {
311809
+ "name": "MenuTriggerType"
311810
+ }
311811
+ },
311791
311812
  "isOpen": {
311792
311813
  "defaultValue": null,
311793
311814
  "description": "Whether the overlay is open by default (controlled).",
@@ -311844,6 +311865,82 @@
311844
311865
  "type": {
311845
311866
  "name": "((isOpen: boolean) => void)"
311846
311867
  }
311868
+ },
311869
+ "wrapWith": {
311870
+ "defaultValue": null,
311871
+ "description": "",
311872
+ "name": "wrapWith",
311873
+ "parent": {
311874
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311875
+ "name": "FlowComponentProps"
311876
+ },
311877
+ "declarations": [
311878
+ {
311879
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311880
+ "name": "FlowComponentProps"
311881
+ }
311882
+ ],
311883
+ "required": false,
311884
+ "type": {
311885
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
311886
+ }
311887
+ },
311888
+ "tunnel": {
311889
+ "defaultValue": null,
311890
+ "description": "@internal",
311891
+ "name": "tunnel",
311892
+ "parent": {
311893
+ "fileName": "components/src/lib/types/props.ts",
311894
+ "name": "PropsWithTunnel"
311895
+ },
311896
+ "declarations": [
311897
+ {
311898
+ "fileName": "components/src/lib/types/props.ts",
311899
+ "name": "PropsWithTunnel"
311900
+ }
311901
+ ],
311902
+ "required": false,
311903
+ "type": {
311904
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
311905
+ }
311906
+ },
311907
+ "ref": {
311908
+ "defaultValue": null,
311909
+ "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}",
311910
+ "name": "ref",
311911
+ "parent": {
311912
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
311913
+ "name": "RefAttributes"
311914
+ },
311915
+ "declarations": [
311916
+ {
311917
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
311918
+ "name": "RefAttributes"
311919
+ }
311920
+ ],
311921
+ "required": false,
311922
+ "type": {
311923
+ "name": "Ref<HTMLSpanElement>"
311924
+ }
311925
+ },
311926
+ "key": {
311927
+ "defaultValue": null,
311928
+ "description": "",
311929
+ "name": "key",
311930
+ "parent": {
311931
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
311932
+ "name": "Attributes"
311933
+ },
311934
+ "declarations": [
311935
+ {
311936
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
311937
+ "name": "Attributes"
311938
+ }
311939
+ ],
311940
+ "required": false,
311941
+ "type": {
311942
+ "name": "Key | null"
311943
+ }
311847
311944
  }
311848
311945
  }
311849
311946
  },
@@ -311851,9 +311948,9 @@
311851
311948
  "tags": {
311852
311949
  "flr-generate": "all"
311853
311950
  },
311854
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
311951
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
311855
311952
  "description": "",
311856
- "displayName": "MenuTrigger",
311953
+ "displayName": "DialogTrigger",
311857
311954
  "methods": [],
311858
311955
  "props": {
311859
311956
  "children": {
@@ -311861,13 +311958,13 @@
311861
311958
  "description": "",
311862
311959
  "name": "children",
311863
311960
  "parent": {
311864
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
311865
- "name": "MenuTriggerProps"
311961
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
311962
+ "name": "DialogTriggerProps"
311866
311963
  },
311867
311964
  "declarations": [
311868
311965
  {
311869
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Menu.d.ts",
311870
- "name": "MenuTriggerProps"
311966
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Dialog.d.ts",
311967
+ "name": "DialogTriggerProps"
311871
311968
  }
311872
311969
  ],
311873
311970
  "required": true,
@@ -311875,27 +311972,6 @@
311875
311972
  "name": "ReactNode"
311876
311973
  }
311877
311974
  },
311878
- "trigger": {
311879
- "defaultValue": {
311880
- "value": "'press'"
311881
- },
311882
- "description": "How the menu is triggered.",
311883
- "name": "trigger",
311884
- "parent": {
311885
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/menu/useMenuTriggerState.d.ts",
311886
- "name": "MenuTriggerProps"
311887
- },
311888
- "declarations": [
311889
- {
311890
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/menu/useMenuTriggerState.d.ts",
311891
- "name": "MenuTriggerProps"
311892
- }
311893
- ],
311894
- "required": false,
311895
- "type": {
311896
- "name": "MenuTriggerType"
311897
- }
311898
- },
311899
311975
  "isOpen": {
311900
311976
  "defaultValue": null,
311901
311977
  "description": "Whether the overlay is open by default (controlled).",
@@ -311952,111 +312028,35 @@
311952
312028
  "type": {
311953
312029
  "name": "((isOpen: boolean) => void)"
311954
312030
  }
311955
- },
311956
- "wrapWith": {
312031
+ }
312032
+ }
312033
+ },
312034
+ {
312035
+ "tags": {
312036
+ "flr-generate": "all"
312037
+ },
312038
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.tsx",
312039
+ "description": "",
312040
+ "displayName": "NavigationGroup",
312041
+ "methods": [],
312042
+ "props": {
312043
+ "collapsable": {
311957
312044
  "defaultValue": null,
311958
312045
  "description": "",
311959
- "name": "wrapWith",
311960
- "parent": {
311961
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311962
- "name": "FlowComponentProps"
311963
- },
311964
- "declarations": [
311965
- {
311966
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
311967
- "name": "FlowComponentProps"
311968
- }
311969
- ],
311970
- "required": false,
311971
- "type": {
311972
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
311973
- }
311974
- },
311975
- "tunnel": {
311976
- "defaultValue": null,
311977
- "description": "@internal",
311978
- "name": "tunnel",
312046
+ "name": "collapsable",
311979
312047
  "parent": {
311980
- "fileName": "components/src/lib/types/props.ts",
311981
- "name": "PropsWithTunnel"
312048
+ "fileName": "components/src/components/Navigation/components/NavigationGroup/NavigationGroup.tsx",
312049
+ "name": "NavigationGroupProps"
311982
312050
  },
311983
312051
  "declarations": [
311984
312052
  {
311985
- "fileName": "components/src/lib/types/props.ts",
311986
- "name": "PropsWithTunnel"
312053
+ "fileName": "components/src/components/Navigation/components/NavigationGroup/NavigationGroup.tsx",
312054
+ "name": "NavigationGroupProps"
311987
312055
  }
311988
312056
  ],
311989
312057
  "required": false,
311990
312058
  "type": {
311991
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
311992
- }
311993
- },
311994
- "ref": {
311995
- "defaultValue": null,
311996
- "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}",
311997
- "name": "ref",
311998
- "parent": {
311999
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
312000
- "name": "RefAttributes"
312001
- },
312002
- "declarations": [
312003
- {
312004
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
312005
- "name": "RefAttributes"
312006
- }
312007
- ],
312008
- "required": false,
312009
- "type": {
312010
- "name": "Ref<HTMLSpanElement>"
312011
- }
312012
- },
312013
- "key": {
312014
- "defaultValue": null,
312015
- "description": "",
312016
- "name": "key",
312017
- "parent": {
312018
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
312019
- "name": "Attributes"
312020
- },
312021
- "declarations": [
312022
- {
312023
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
312024
- "name": "Attributes"
312025
- }
312026
- ],
312027
- "required": false,
312028
- "type": {
312029
- "name": "Key | null"
312030
- }
312031
- }
312032
- }
312033
- },
312034
- {
312035
- "tags": {
312036
- "flr-generate": "all"
312037
- },
312038
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.tsx",
312039
- "description": "",
312040
- "displayName": "NavigationGroup",
312041
- "methods": [],
312042
- "props": {
312043
- "collapsable": {
312044
- "defaultValue": null,
312045
- "description": "",
312046
- "name": "collapsable",
312047
- "parent": {
312048
- "fileName": "components/src/components/Navigation/components/NavigationGroup/NavigationGroup.tsx",
312049
- "name": "NavigationGroupProps"
312050
- },
312051
- "declarations": [
312052
- {
312053
- "fileName": "components/src/components/Navigation/components/NavigationGroup/NavigationGroup.tsx",
312054
- "name": "NavigationGroupProps"
312055
- }
312056
- ],
312057
- "required": false,
312058
- "type": {
312059
- "name": "boolean"
312059
+ "name": "boolean"
312060
312060
  }
312061
312061
  },
312062
312062
  "ref": {
@@ -317489,6 +317489,14 @@
317489
317489
  "methods": [],
317490
317490
  "props": {}
317491
317491
  },
317492
+ {
317493
+ "tags": {},
317494
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
317495
+ "description": "",
317496
+ "displayName": "ConfirmUnsavedChangesModal",
317497
+ "methods": [],
317498
+ "props": {}
317499
+ },
317492
317500
  {
317493
317501
  "tags": {},
317494
317502
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -317627,14 +317635,6 @@
317627
317635
  }
317628
317636
  }
317629
317637
  },
317630
- {
317631
- "tags": {},
317632
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
317633
- "description": "",
317634
- "displayName": "ConfirmUnsavedChangesModal",
317635
- "methods": [],
317636
- "props": {}
317637
- },
317638
317638
  {
317639
317639
  "tags": {
317640
317640
  "flr-generate": "all"
@@ -321107,34 +321107,6 @@
321107
321107
  }
321108
321108
  }
321109
321109
  },
321110
- {
321111
- "tags": {},
321112
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321113
- "description": "",
321114
- "displayName": "DeleteButton",
321115
- "methods": [],
321116
- "props": {
321117
- "onDelete": {
321118
- "defaultValue": null,
321119
- "description": "",
321120
- "name": "onDelete",
321121
- "parent": {
321122
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321123
- "name": "Props"
321124
- },
321125
- "declarations": [
321126
- {
321127
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321128
- "name": "Props"
321129
- }
321130
- ],
321131
- "required": true,
321132
- "type": {
321133
- "name": "() => void"
321134
- }
321135
- }
321136
- }
321137
- },
321138
321110
  {
321139
321111
  "tags": {},
321140
321112
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -321201,6 +321173,34 @@
321201
321173
  }
321202
321174
  }
321203
321175
  },
321176
+ {
321177
+ "tags": {},
321178
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321179
+ "description": "",
321180
+ "displayName": "DeleteButton",
321181
+ "methods": [],
321182
+ "props": {
321183
+ "onDelete": {
321184
+ "defaultValue": null,
321185
+ "description": "",
321186
+ "name": "onDelete",
321187
+ "parent": {
321188
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321189
+ "name": "Props"
321190
+ },
321191
+ "declarations": [
321192
+ {
321193
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
321194
+ "name": "Props"
321195
+ }
321196
+ ],
321197
+ "required": true,
321198
+ "type": {
321199
+ "name": "() => void"
321200
+ }
321201
+ }
321202
+ }
321203
+ },
321204
321204
  {
321205
321205
  "tags": {},
321206
321206
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -324618,237 +324618,6 @@
324618
324618
  }
324619
324619
  }
324620
324620
  },
324621
- {
324622
- "tags": {
324623
- "flr-generate": "all"
324624
- },
324625
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
324626
- "description": "",
324627
- "displayName": "YAxis",
324628
- "methods": [],
324629
- "props": {
324630
- "className": {
324631
- "defaultValue": null,
324632
- "description": "",
324633
- "name": "className",
324634
- "parent": {
324635
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324636
- "name": "HTMLAttributes"
324637
- },
324638
- "declarations": [
324639
- {
324640
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324641
- "name": "HTMLAttributes"
324642
- }
324643
- ],
324644
- "required": false,
324645
- "type": {
324646
- "name": "string"
324647
- }
324648
- },
324649
- "type": {
324650
- "defaultValue": null,
324651
- "description": "",
324652
- "name": "type",
324653
- "parent": {
324654
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324655
- "name": "SVGAttributes"
324656
- },
324657
- "declarations": [
324658
- {
324659
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324660
- "name": "SVGAttributes"
324661
- }
324662
- ],
324663
- "required": false,
324664
- "type": {
324665
- "name": "string"
324666
- }
324667
- },
324668
- "hide": {
324669
- "defaultValue": null,
324670
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
324671
- "name": "hide",
324672
- "parent": {
324673
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
324674
- "name": "RenderableAxisProps"
324675
- },
324676
- "declarations": [
324677
- {
324678
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
324679
- "name": "RenderableAxisProps"
324680
- }
324681
- ],
324682
- "required": false,
324683
- "type": {
324684
- "name": "boolean"
324685
- }
324686
- },
324687
- "orientation": {
324688
- "defaultValue": null,
324689
- "description": "",
324690
- "name": "orientation",
324691
- "parent": {
324692
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324693
- "name": "SVGAttributes"
324694
- },
324695
- "declarations": [
324696
- {
324697
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
324698
- "name": "SVGAttributes"
324699
- }
324700
- ],
324701
- "required": false,
324702
- "type": {
324703
- "name": "string | number"
324704
- }
324705
- },
324706
- "scale": {
324707
- "defaultValue": null,
324708
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
324709
- "name": "scale",
324710
- "parent": {
324711
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
324712
- "name": "YAxisProps"
324713
- },
324714
- "declarations": [
324715
- {
324716
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
324717
- "name": "YAxisProps"
324718
- }
324719
- ],
324720
- "required": false,
324721
- "type": {
324722
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
324723
- }
324724
- },
324725
- "allowDecimals": {
324726
- "defaultValue": null,
324727
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
324728
- "name": "allowDecimals",
324729
- "parent": {
324730
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
324731
- "name": "RenderableAxisProps"
324732
- },
324733
- "declarations": [
324734
- {
324735
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
324736
- "name": "RenderableAxisProps"
324737
- }
324738
- ],
324739
- "required": false,
324740
- "type": {
324741
- "name": "boolean"
324742
- }
324743
- },
324744
- "interval": {
324745
- "defaultValue": null,
324746
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
324747
- "name": "interval",
324748
- "parent": {
324749
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
324750
- "name": "YAxisProps"
324751
- },
324752
- "declarations": [
324753
- {
324754
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
324755
- "name": "YAxisProps"
324756
- }
324757
- ],
324758
- "required": false,
324759
- "type": {
324760
- "name": "AxisInterval"
324761
- }
324762
- },
324763
- "minTickGap": {
324764
- "defaultValue": null,
324765
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
324766
- "name": "minTickGap",
324767
- "parent": {
324768
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
324769
- "name": "YAxisProps"
324770
- },
324771
- "declarations": [
324772
- {
324773
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
324774
- "name": "YAxisProps"
324775
- }
324776
- ],
324777
- "required": false,
324778
- "type": {
324779
- "name": "number"
324780
- }
324781
- },
324782
- "domain": {
324783
- "defaultValue": null,
324784
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
324785
- "name": "domain",
324786
- "parent": {
324787
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
324788
- "name": "YAxisProps"
324789
- },
324790
- "declarations": [
324791
- {
324792
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
324793
- "name": "YAxisProps"
324794
- }
324795
- ],
324796
- "required": false,
324797
- "type": {
324798
- "name": "AxisDomain"
324799
- }
324800
- },
324801
- "unit": {
324802
- "defaultValue": null,
324803
- "description": "The unit of data. This option will be used in tooltip.",
324804
- "name": "unit",
324805
- "parent": {
324806
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
324807
- "name": "BaseAxisProps"
324808
- },
324809
- "declarations": [
324810
- {
324811
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
324812
- "name": "BaseAxisProps"
324813
- }
324814
- ],
324815
- "required": false,
324816
- "type": {
324817
- "name": "string"
324818
- }
324819
- },
324820
- "dataKey": {
324821
- "defaultValue": null,
324822
- "description": "",
324823
- "name": "dataKey",
324824
- "declarations": [
324825
- {
324826
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
324827
- "name": "TypeLiteral"
324828
- }
324829
- ],
324830
- "required": false,
324831
- "type": {
324832
- "name": "DataKey<ChartDataValue>"
324833
- }
324834
- },
324835
- "tickFormatter": {
324836
- "defaultValue": null,
324837
- "description": "",
324838
- "name": "tickFormatter",
324839
- "declarations": [
324840
- {
324841
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
324842
- "name": "TypeLiteral"
324843
- }
324844
- ],
324845
- "required": false,
324846
- "type": {
324847
- "name": "((value: unknown, index: number) => string)"
324848
- }
324849
- }
324850
- }
324851
- },
324852
324621
  {
324853
324622
  "tags": {
324854
324623
  "flr-generate": "all"
@@ -324972,6 +324741,25 @@
324972
324741
  "name": "boolean"
324973
324742
  }
324974
324743
  },
324744
+ "allowDataOverflow": {
324745
+ "defaultValue": null,
324746
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
324747
+ "name": "allowDataOverflow",
324748
+ "parent": {
324749
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
324750
+ "name": "RenderableAxisProps"
324751
+ },
324752
+ "declarations": [
324753
+ {
324754
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
324755
+ "name": "RenderableAxisProps"
324756
+ }
324757
+ ],
324758
+ "required": false,
324759
+ "type": {
324760
+ "name": "boolean"
324761
+ }
324762
+ },
324975
324763
  "interval": {
324976
324764
  "defaultValue": null,
324977
324765
  "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
@@ -325048,25 +324836,6 @@
325048
324836
  "name": "string"
325049
324837
  }
325050
324838
  },
325051
- "allowDataOverflow": {
325052
- "defaultValue": null,
325053
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
325054
- "name": "allowDataOverflow",
325055
- "parent": {
325056
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
325057
- "name": "RenderableAxisProps"
325058
- },
325059
- "declarations": [
325060
- {
325061
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
325062
- "name": "RenderableAxisProps"
325063
- }
325064
- ],
325065
- "required": false,
325066
- "type": {
325067
- "name": "boolean"
325068
- }
325069
- },
325070
324839
  "dataKey": {
325071
324840
  "defaultValue": null,
325072
324841
  "description": "",
@@ -325268,6 +325037,237 @@
325268
325037
  }
325269
325038
  }
325270
325039
  },
325040
+ {
325041
+ "tags": {
325042
+ "flr-generate": "all"
325043
+ },
325044
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
325045
+ "description": "",
325046
+ "displayName": "YAxis",
325047
+ "methods": [],
325048
+ "props": {
325049
+ "className": {
325050
+ "defaultValue": null,
325051
+ "description": "",
325052
+ "name": "className",
325053
+ "parent": {
325054
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325055
+ "name": "HTMLAttributes"
325056
+ },
325057
+ "declarations": [
325058
+ {
325059
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325060
+ "name": "HTMLAttributes"
325061
+ }
325062
+ ],
325063
+ "required": false,
325064
+ "type": {
325065
+ "name": "string"
325066
+ }
325067
+ },
325068
+ "type": {
325069
+ "defaultValue": null,
325070
+ "description": "",
325071
+ "name": "type",
325072
+ "parent": {
325073
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325074
+ "name": "SVGAttributes"
325075
+ },
325076
+ "declarations": [
325077
+ {
325078
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325079
+ "name": "SVGAttributes"
325080
+ }
325081
+ ],
325082
+ "required": false,
325083
+ "type": {
325084
+ "name": "string"
325085
+ }
325086
+ },
325087
+ "hide": {
325088
+ "defaultValue": null,
325089
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
325090
+ "name": "hide",
325091
+ "parent": {
325092
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
325093
+ "name": "RenderableAxisProps"
325094
+ },
325095
+ "declarations": [
325096
+ {
325097
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
325098
+ "name": "RenderableAxisProps"
325099
+ }
325100
+ ],
325101
+ "required": false,
325102
+ "type": {
325103
+ "name": "boolean"
325104
+ }
325105
+ },
325106
+ "orientation": {
325107
+ "defaultValue": null,
325108
+ "description": "",
325109
+ "name": "orientation",
325110
+ "parent": {
325111
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325112
+ "name": "SVGAttributes"
325113
+ },
325114
+ "declarations": [
325115
+ {
325116
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
325117
+ "name": "SVGAttributes"
325118
+ }
325119
+ ],
325120
+ "required": false,
325121
+ "type": {
325122
+ "name": "string | number"
325123
+ }
325124
+ },
325125
+ "scale": {
325126
+ "defaultValue": null,
325127
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
325128
+ "name": "scale",
325129
+ "parent": {
325130
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
325131
+ "name": "YAxisProps"
325132
+ },
325133
+ "declarations": [
325134
+ {
325135
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
325136
+ "name": "YAxisProps"
325137
+ }
325138
+ ],
325139
+ "required": false,
325140
+ "type": {
325141
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
325142
+ }
325143
+ },
325144
+ "allowDecimals": {
325145
+ "defaultValue": null,
325146
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
325147
+ "name": "allowDecimals",
325148
+ "parent": {
325149
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
325150
+ "name": "RenderableAxisProps"
325151
+ },
325152
+ "declarations": [
325153
+ {
325154
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
325155
+ "name": "RenderableAxisProps"
325156
+ }
325157
+ ],
325158
+ "required": false,
325159
+ "type": {
325160
+ "name": "boolean"
325161
+ }
325162
+ },
325163
+ "interval": {
325164
+ "defaultValue": null,
325165
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
325166
+ "name": "interval",
325167
+ "parent": {
325168
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
325169
+ "name": "YAxisProps"
325170
+ },
325171
+ "declarations": [
325172
+ {
325173
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
325174
+ "name": "YAxisProps"
325175
+ }
325176
+ ],
325177
+ "required": false,
325178
+ "type": {
325179
+ "name": "AxisInterval"
325180
+ }
325181
+ },
325182
+ "minTickGap": {
325183
+ "defaultValue": null,
325184
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
325185
+ "name": "minTickGap",
325186
+ "parent": {
325187
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
325188
+ "name": "YAxisProps"
325189
+ },
325190
+ "declarations": [
325191
+ {
325192
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
325193
+ "name": "YAxisProps"
325194
+ }
325195
+ ],
325196
+ "required": false,
325197
+ "type": {
325198
+ "name": "number"
325199
+ }
325200
+ },
325201
+ "domain": {
325202
+ "defaultValue": null,
325203
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
325204
+ "name": "domain",
325205
+ "parent": {
325206
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
325207
+ "name": "YAxisProps"
325208
+ },
325209
+ "declarations": [
325210
+ {
325211
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
325212
+ "name": "YAxisProps"
325213
+ }
325214
+ ],
325215
+ "required": false,
325216
+ "type": {
325217
+ "name": "AxisDomain"
325218
+ }
325219
+ },
325220
+ "unit": {
325221
+ "defaultValue": null,
325222
+ "description": "The unit of data. This option will be used in tooltip.",
325223
+ "name": "unit",
325224
+ "parent": {
325225
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
325226
+ "name": "BaseAxisProps"
325227
+ },
325228
+ "declarations": [
325229
+ {
325230
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
325231
+ "name": "BaseAxisProps"
325232
+ }
325233
+ ],
325234
+ "required": false,
325235
+ "type": {
325236
+ "name": "string"
325237
+ }
325238
+ },
325239
+ "dataKey": {
325240
+ "defaultValue": null,
325241
+ "description": "",
325242
+ "name": "dataKey",
325243
+ "declarations": [
325244
+ {
325245
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
325246
+ "name": "TypeLiteral"
325247
+ }
325248
+ ],
325249
+ "required": false,
325250
+ "type": {
325251
+ "name": "DataKey<ChartDataValue>"
325252
+ }
325253
+ },
325254
+ "tickFormatter": {
325255
+ "defaultValue": null,
325256
+ "description": "",
325257
+ "name": "tickFormatter",
325258
+ "declarations": [
325259
+ {
325260
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
325261
+ "name": "TypeLiteral"
325262
+ }
325263
+ ],
325264
+ "required": false,
325265
+ "type": {
325266
+ "name": "((value: unknown, index: number) => string)"
325267
+ }
325268
+ }
325269
+ }
325270
+ },
325271
325271
  {
325272
325272
  "tags": {},
325273
325273
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
@@ -351053,6 +351053,175 @@
351053
351053
  }
351054
351054
  }
351055
351055
  },
351056
+ {
351057
+ "tags": {},
351058
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351059
+ "description": "",
351060
+ "displayName": "FilterMenuItem",
351061
+ "methods": [],
351062
+ "props": {
351063
+ "filterValue": {
351064
+ "defaultValue": null,
351065
+ "description": "",
351066
+ "name": "filterValue",
351067
+ "parent": {
351068
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351069
+ "name": "Props"
351070
+ },
351071
+ "declarations": [
351072
+ {
351073
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351074
+ "name": "Props"
351075
+ }
351076
+ ],
351077
+ "required": true,
351078
+ "type": {
351079
+ "name": "FilterValue"
351080
+ }
351081
+ },
351082
+ "selectionMode": {
351083
+ "defaultValue": null,
351084
+ "description": "",
351085
+ "name": "selectionMode",
351086
+ "parent": {
351087
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351088
+ "name": "Props"
351089
+ },
351090
+ "declarations": [
351091
+ {
351092
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
351093
+ "name": "Props"
351094
+ }
351095
+ ],
351096
+ "required": false,
351097
+ "type": {
351098
+ "name": "ContextMenuSelectionMode"
351099
+ }
351100
+ }
351101
+ }
351102
+ },
351103
+ {
351104
+ "tags": {},
351105
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
351106
+ "description": "",
351107
+ "displayName": "FilterContextMenus",
351108
+ "methods": [],
351109
+ "props": {
351110
+ "isDisabled": {
351111
+ "defaultValue": null,
351112
+ "description": "",
351113
+ "name": "isDisabled",
351114
+ "parent": {
351115
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
351116
+ "name": "Props"
351117
+ },
351118
+ "declarations": [
351119
+ {
351120
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
351121
+ "name": "Props"
351122
+ }
351123
+ ],
351124
+ "required": false,
351125
+ "type": {
351126
+ "name": "boolean"
351127
+ }
351128
+ }
351129
+ }
351130
+ },
351131
+ {
351132
+ "tags": {},
351133
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351134
+ "description": "",
351135
+ "displayName": "FilterContextMenu",
351136
+ "methods": [],
351137
+ "props": {
351138
+ "filter": {
351139
+ "defaultValue": null,
351140
+ "description": "",
351141
+ "name": "filter",
351142
+ "parent": {
351143
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351144
+ "name": "Props"
351145
+ },
351146
+ "declarations": [
351147
+ {
351148
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351149
+ "name": "Props"
351150
+ }
351151
+ ],
351152
+ "required": true,
351153
+ "type": {
351154
+ "name": "Filter<never, never, never>"
351155
+ }
351156
+ },
351157
+ "isDisabled": {
351158
+ "defaultValue": null,
351159
+ "description": "",
351160
+ "name": "isDisabled",
351161
+ "parent": {
351162
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351163
+ "name": "Props"
351164
+ },
351165
+ "declarations": [
351166
+ {
351167
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
351168
+ "name": "Props"
351169
+ }
351170
+ ],
351171
+ "required": false,
351172
+ "type": {
351173
+ "name": "boolean"
351174
+ }
351175
+ }
351176
+ }
351177
+ },
351178
+ {
351179
+ "tags": {},
351180
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351181
+ "description": "",
351182
+ "displayName": "DateRangeFilterPopover",
351183
+ "methods": [],
351184
+ "props": {
351185
+ "filter": {
351186
+ "defaultValue": null,
351187
+ "description": "",
351188
+ "name": "filter",
351189
+ "parent": {
351190
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351191
+ "name": "Props"
351192
+ },
351193
+ "declarations": [
351194
+ {
351195
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351196
+ "name": "Props"
351197
+ }
351198
+ ],
351199
+ "required": true,
351200
+ "type": {
351201
+ "name": "AnyDateRangeFilter"
351202
+ }
351203
+ },
351204
+ "isDisabled": {
351205
+ "defaultValue": null,
351206
+ "description": "",
351207
+ "name": "isDisabled",
351208
+ "parent": {
351209
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351210
+ "name": "Props"
351211
+ },
351212
+ "declarations": [
351213
+ {
351214
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
351215
+ "name": "Props"
351216
+ }
351217
+ ],
351218
+ "required": false,
351219
+ "type": {
351220
+ "name": "boolean"
351221
+ }
351222
+ }
351223
+ }
351224
+ },
351056
351225
  {
351057
351226
  "tags": {},
351058
351227
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
@@ -353675,175 +353844,6 @@
353675
353844
  }
353676
353845
  }
353677
353846
  },
353678
- {
353679
- "tags": {},
353680
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
353681
- "description": "",
353682
- "displayName": "FilterMenuItem",
353683
- "methods": [],
353684
- "props": {
353685
- "filterValue": {
353686
- "defaultValue": null,
353687
- "description": "",
353688
- "name": "filterValue",
353689
- "parent": {
353690
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
353691
- "name": "Props"
353692
- },
353693
- "declarations": [
353694
- {
353695
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
353696
- "name": "Props"
353697
- }
353698
- ],
353699
- "required": true,
353700
- "type": {
353701
- "name": "FilterValue"
353702
- }
353703
- },
353704
- "selectionMode": {
353705
- "defaultValue": null,
353706
- "description": "",
353707
- "name": "selectionMode",
353708
- "parent": {
353709
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
353710
- "name": "Props"
353711
- },
353712
- "declarations": [
353713
- {
353714
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
353715
- "name": "Props"
353716
- }
353717
- ],
353718
- "required": false,
353719
- "type": {
353720
- "name": "ContextMenuSelectionMode"
353721
- }
353722
- }
353723
- }
353724
- },
353725
- {
353726
- "tags": {},
353727
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
353728
- "description": "",
353729
- "displayName": "FilterContextMenus",
353730
- "methods": [],
353731
- "props": {
353732
- "isDisabled": {
353733
- "defaultValue": null,
353734
- "description": "",
353735
- "name": "isDisabled",
353736
- "parent": {
353737
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
353738
- "name": "Props"
353739
- },
353740
- "declarations": [
353741
- {
353742
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
353743
- "name": "Props"
353744
- }
353745
- ],
353746
- "required": false,
353747
- "type": {
353748
- "name": "boolean"
353749
- }
353750
- }
353751
- }
353752
- },
353753
- {
353754
- "tags": {},
353755
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
353756
- "description": "",
353757
- "displayName": "FilterContextMenu",
353758
- "methods": [],
353759
- "props": {
353760
- "filter": {
353761
- "defaultValue": null,
353762
- "description": "",
353763
- "name": "filter",
353764
- "parent": {
353765
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
353766
- "name": "Props"
353767
- },
353768
- "declarations": [
353769
- {
353770
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
353771
- "name": "Props"
353772
- }
353773
- ],
353774
- "required": true,
353775
- "type": {
353776
- "name": "Filter<never, never, never>"
353777
- }
353778
- },
353779
- "isDisabled": {
353780
- "defaultValue": null,
353781
- "description": "",
353782
- "name": "isDisabled",
353783
- "parent": {
353784
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
353785
- "name": "Props"
353786
- },
353787
- "declarations": [
353788
- {
353789
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
353790
- "name": "Props"
353791
- }
353792
- ],
353793
- "required": false,
353794
- "type": {
353795
- "name": "boolean"
353796
- }
353797
- }
353798
- }
353799
- },
353800
- {
353801
- "tags": {},
353802
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
353803
- "description": "",
353804
- "displayName": "DateRangeFilterPopover",
353805
- "methods": [],
353806
- "props": {
353807
- "filter": {
353808
- "defaultValue": null,
353809
- "description": "",
353810
- "name": "filter",
353811
- "parent": {
353812
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
353813
- "name": "Props"
353814
- },
353815
- "declarations": [
353816
- {
353817
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
353818
- "name": "Props"
353819
- }
353820
- ],
353821
- "required": true,
353822
- "type": {
353823
- "name": "AnyDateRangeFilter"
353824
- }
353825
- },
353826
- "isDisabled": {
353827
- "defaultValue": null,
353828
- "description": "",
353829
- "name": "isDisabled",
353830
- "parent": {
353831
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
353832
- "name": "Props"
353833
- },
353834
- "declarations": [
353835
- {
353836
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.tsx",
353837
- "name": "Props"
353838
- }
353839
- ],
353840
- "required": false,
353841
- "type": {
353842
- "name": "boolean"
353843
- }
353844
- }
353845
- }
353846
- },
353847
353847
  {
353848
353848
  "tags": {},
353849
353849
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.tsx",
@@ -359479,34 +359479,6 @@
359479
359479
  }
359480
359480
  }
359481
359481
  },
359482
- {
359483
- "tags": {},
359484
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359485
- "description": "",
359486
- "displayName": "ListItemSkeletonView",
359487
- "methods": [],
359488
- "props": {
359489
- "viewMode": {
359490
- "defaultValue": null,
359491
- "description": "",
359492
- "name": "viewMode",
359493
- "parent": {
359494
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359495
- "name": "ListItemSkeletonViewProps"
359496
- },
359497
- "declarations": [
359498
- {
359499
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359500
- "name": "ListItemSkeletonViewProps"
359501
- }
359502
- ],
359503
- "required": true,
359504
- "type": {
359505
- "name": "ListViewMode"
359506
- }
359507
- }
359508
- }
359509
- },
359510
359482
  {
359511
359483
  "tags": {},
359512
359484
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -359592,5 +359564,33 @@
359592
359564
  }
359593
359565
  }
359594
359566
  }
359567
+ },
359568
+ {
359569
+ "tags": {},
359570
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359571
+ "description": "",
359572
+ "displayName": "ListItemSkeletonView",
359573
+ "methods": [],
359574
+ "props": {
359575
+ "viewMode": {
359576
+ "defaultValue": null,
359577
+ "description": "",
359578
+ "name": "viewMode",
359579
+ "parent": {
359580
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359581
+ "name": "ListItemSkeletonViewProps"
359582
+ },
359583
+ "declarations": [
359584
+ {
359585
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
359586
+ "name": "ListItemSkeletonViewProps"
359587
+ }
359588
+ ],
359589
+ "required": true,
359590
+ "type": {
359591
+ "name": "ListViewMode"
359592
+ }
359593
+ }
359594
+ }
359595
359595
  }
359596
359596
  ]