@mittwald/flow-react-components 0.2.0-alpha.535 → 0.2.0-alpha.536

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.
@@ -54,7 +54,65 @@
54
54
  "description": "",
55
55
  "displayName": "TunnelEntry",
56
56
  "methods": [],
57
- "props": {}
57
+ "props": {
58
+ "id": {
59
+ "defaultValue": null,
60
+ "description": "",
61
+ "name": "id",
62
+ "parent": {
63
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
64
+ "name": "TunnelEntryProps"
65
+ },
66
+ "declarations": [
67
+ {
68
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
69
+ "name": "TunnelEntryProps"
70
+ }
71
+ ],
72
+ "required": false,
73
+ "type": {
74
+ "name": "string"
75
+ }
76
+ },
77
+ "children": {
78
+ "defaultValue": null,
79
+ "description": "",
80
+ "name": "children",
81
+ "parent": {
82
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
83
+ "name": "TunnelEntryProps"
84
+ },
85
+ "declarations": [
86
+ {
87
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
88
+ "name": "TunnelEntryProps"
89
+ }
90
+ ],
91
+ "required": false,
92
+ "type": {
93
+ "name": "TunnelEntryChildren"
94
+ }
95
+ },
96
+ "staticEntryId": {
97
+ "defaultValue": null,
98
+ "description": "Static entry ID instead of generated ID by `useId`",
99
+ "name": "staticEntryId",
100
+ "parent": {
101
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
102
+ "name": "TunnelEntryProps"
103
+ },
104
+ "declarations": [
105
+ {
106
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
107
+ "name": "TunnelEntryProps"
108
+ }
109
+ ],
110
+ "required": false,
111
+ "type": {
112
+ "name": "string"
113
+ }
114
+ }
115
+ }
58
116
  },
59
117
  {
60
118
  "tags": {},
@@ -8592,6 +8650,63 @@
8592
8650
  "name": "number"
8593
8651
  }
8594
8652
  },
8653
+ "allowHorizontalResize": {
8654
+ "defaultValue": null,
8655
+ "description": "Allows the user to manually resize the textArea horizontally.",
8656
+ "name": "allowHorizontalResize",
8657
+ "parent": {
8658
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
8659
+ "name": "TextAreaProps"
8660
+ },
8661
+ "declarations": [
8662
+ {
8663
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
8664
+ "name": "TextAreaProps"
8665
+ }
8666
+ ],
8667
+ "required": false,
8668
+ "type": {
8669
+ "name": "boolean"
8670
+ }
8671
+ },
8672
+ "allowVerticalResize": {
8673
+ "defaultValue": null,
8674
+ "description": "Allows the user to manually resize the textArea vertically.",
8675
+ "name": "allowVerticalResize",
8676
+ "parent": {
8677
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
8678
+ "name": "TextAreaProps"
8679
+ },
8680
+ "declarations": [
8681
+ {
8682
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
8683
+ "name": "TextAreaProps"
8684
+ }
8685
+ ],
8686
+ "required": false,
8687
+ "type": {
8688
+ "name": "boolean"
8689
+ }
8690
+ },
8691
+ "allowResize": {
8692
+ "defaultValue": null,
8693
+ "description": "Allows the user to manually resize the textArea horizontally and\nvertically.",
8694
+ "name": "allowResize",
8695
+ "parent": {
8696
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
8697
+ "name": "TextAreaProps"
8698
+ },
8699
+ "declarations": [
8700
+ {
8701
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
8702
+ "name": "TextAreaProps"
8703
+ }
8704
+ ],
8705
+ "required": false,
8706
+ "type": {
8707
+ "name": "boolean"
8708
+ }
8709
+ },
8595
8710
  "children": {
8596
8711
  "defaultValue": null,
8597
8712
  "description": "",
@@ -73384,249 +73499,12 @@
73384
73499
  }
73385
73500
  },
73386
73501
  {
73387
- "tags": {},
73388
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/Modal.tsx",
73502
+ "tags": {
73503
+ "flr-generate": "all"
73504
+ },
73505
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/Navigation.tsx",
73389
73506
  "description": "",
73390
- "displayName": "Modal",
73391
- "methods": [],
73392
- "props": {
73393
- "size": {
73394
- "defaultValue": {
73395
- "value": "\"s\""
73396
- },
73397
- "description": "The size of the modal.",
73398
- "name": "size",
73399
- "parent": {
73400
- "fileName": "components/src/components/Modal/Modal.tsx",
73401
- "name": "ModalProps"
73402
- },
73403
- "declarations": [
73404
- {
73405
- "fileName": "components/src/components/Modal/Modal.tsx",
73406
- "name": "ModalProps"
73407
- }
73408
- ],
73409
- "required": false,
73410
- "type": {
73411
- "name": "\"s\" | \"m\" | \"l\""
73412
- }
73413
- },
73414
- "offCanvas": {
73415
- "defaultValue": null,
73416
- "description": "Whether the modal should be displayed as an off canvas.",
73417
- "name": "offCanvas",
73418
- "parent": {
73419
- "fileName": "components/src/components/Modal/Modal.tsx",
73420
- "name": "ModalProps"
73421
- },
73422
- "declarations": [
73423
- {
73424
- "fileName": "components/src/components/Modal/Modal.tsx",
73425
- "name": "ModalProps"
73426
- }
73427
- ],
73428
- "required": false,
73429
- "type": {
73430
- "name": "boolean"
73431
- }
73432
- },
73433
- "offCanvasOrientation": {
73434
- "defaultValue": {
73435
- "value": "\"right\""
73436
- },
73437
- "description": "Whether the off canvas should be displayed on the right or left side of the\nscreen.",
73438
- "name": "offCanvasOrientation",
73439
- "parent": {
73440
- "fileName": "components/src/components/Modal/Modal.tsx",
73441
- "name": "ModalProps"
73442
- },
73443
- "declarations": [
73444
- {
73445
- "fileName": "components/src/components/Modal/Modal.tsx",
73446
- "name": "ModalProps"
73447
- }
73448
- ],
73449
- "required": false,
73450
- "type": {
73451
- "name": "\"left\" | \"right\""
73452
- }
73453
- },
73454
- "controller": {
73455
- "defaultValue": null,
73456
- "description": "An overlay controller to control the modal state.",
73457
- "name": "controller",
73458
- "parent": {
73459
- "fileName": "components/src/components/Modal/Modal.tsx",
73460
- "name": "ModalProps"
73461
- },
73462
- "declarations": [
73463
- {
73464
- "fileName": "components/src/components/Modal/Modal.tsx",
73465
- "name": "ModalProps"
73466
- }
73467
- ],
73468
- "required": false,
73469
- "type": {
73470
- "name": "OverlayController"
73471
- }
73472
- },
73473
- "slot": {
73474
- "defaultValue": null,
73475
- "description": "Accepts \"actionConfirm\" to use the modal as a confirmation modal for an\naction.",
73476
- "name": "slot",
73477
- "parent": {
73478
- "fileName": "components/src/components/Modal/Modal.tsx",
73479
- "name": "ModalProps"
73480
- },
73481
- "declarations": [
73482
- {
73483
- "fileName": "components/src/components/Modal/Modal.tsx",
73484
- "name": "ModalProps"
73485
- }
73486
- ],
73487
- "required": false,
73488
- "type": {
73489
- "name": "string"
73490
- }
73491
- },
73492
- "isDismissable": {
73493
- "defaultValue": null,
73494
- "description": "Whether the modal can be closed by clicking outside of it.",
73495
- "name": "isDismissable",
73496
- "parent": {
73497
- "fileName": "components/src/components/Modal/Modal.tsx",
73498
- "name": "ModalProps"
73499
- },
73500
- "declarations": [
73501
- {
73502
- "fileName": "components/src/components/Modal/Modal.tsx",
73503
- "name": "ModalProps"
73504
- }
73505
- ],
73506
- "required": false,
73507
- "type": {
73508
- "name": "boolean"
73509
- }
73510
- },
73511
- "children": {
73512
- "defaultValue": null,
73513
- "description": "",
73514
- "name": "children",
73515
- "declarations": [
73516
- {
73517
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
73518
- "name": "TypeLiteral"
73519
- }
73520
- ],
73521
- "required": false,
73522
- "type": {
73523
- "name": "ReactNode"
73524
- }
73525
- },
73526
- "wrapWith": {
73527
- "defaultValue": null,
73528
- "description": "",
73529
- "name": "wrapWith",
73530
- "parent": {
73531
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
73532
- "name": "FlowComponentProps"
73533
- },
73534
- "declarations": [
73535
- {
73536
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
73537
- "name": "FlowComponentProps"
73538
- }
73539
- ],
73540
- "required": false,
73541
- "type": {
73542
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
73543
- }
73544
- },
73545
- "tunnelId": {
73546
- "defaultValue": null,
73547
- "description": "@internal",
73548
- "name": "tunnelId",
73549
- "parent": {
73550
- "fileName": "components/src/lib/types/props.ts",
73551
- "name": "PropsWithTunnel"
73552
- },
73553
- "declarations": [
73554
- {
73555
- "fileName": "components/src/lib/types/props.ts",
73556
- "name": "PropsWithTunnel"
73557
- }
73558
- ],
73559
- "required": false,
73560
- "type": {
73561
- "name": "string | null"
73562
- }
73563
- },
73564
- "ref": {
73565
- "defaultValue": null,
73566
- "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}",
73567
- "name": "ref",
73568
- "parent": {
73569
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
73570
- "name": "RefAttributes"
73571
- },
73572
- "declarations": [
73573
- {
73574
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
73575
- "name": "RefAttributes"
73576
- }
73577
- ],
73578
- "required": false,
73579
- "type": {
73580
- "name": "Ref<HTMLInputElement>"
73581
- }
73582
- },
73583
- "key": {
73584
- "defaultValue": null,
73585
- "description": "",
73586
- "name": "key",
73587
- "parent": {
73588
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
73589
- "name": "Attributes"
73590
- },
73591
- "declarations": [
73592
- {
73593
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
73594
- "name": "Attributes"
73595
- }
73596
- ],
73597
- "required": false,
73598
- "type": {
73599
- "name": "Key | null"
73600
- }
73601
- },
73602
- "className": {
73603
- "defaultValue": null,
73604
- "description": "The elements class name.",
73605
- "name": "className",
73606
- "parent": {
73607
- "fileName": "components/src/lib/types/props.ts",
73608
- "name": "PropsWithClassName"
73609
- },
73610
- "declarations": [
73611
- {
73612
- "fileName": "components/src/lib/types/props.ts",
73613
- "name": "PropsWithClassName"
73614
- }
73615
- ],
73616
- "required": false,
73617
- "type": {
73618
- "name": "string"
73619
- }
73620
- }
73621
- }
73622
- },
73623
- {
73624
- "tags": {
73625
- "flr-generate": "all"
73626
- },
73627
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/Navigation.tsx",
73628
- "description": "",
73629
- "displayName": "Navigation",
73507
+ "displayName": "Navigation",
73630
73508
  "methods": [],
73631
73509
  "props": {
73632
73510
  "ref": {
@@ -78989,6 +78867,243 @@
78989
78867
  }
78990
78868
  }
78991
78869
  },
78870
+ {
78871
+ "tags": {},
78872
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/Modal.tsx",
78873
+ "description": "",
78874
+ "displayName": "Modal",
78875
+ "methods": [],
78876
+ "props": {
78877
+ "size": {
78878
+ "defaultValue": {
78879
+ "value": "\"s\""
78880
+ },
78881
+ "description": "The size of the modal.",
78882
+ "name": "size",
78883
+ "parent": {
78884
+ "fileName": "components/src/components/Modal/Modal.tsx",
78885
+ "name": "ModalProps"
78886
+ },
78887
+ "declarations": [
78888
+ {
78889
+ "fileName": "components/src/components/Modal/Modal.tsx",
78890
+ "name": "ModalProps"
78891
+ }
78892
+ ],
78893
+ "required": false,
78894
+ "type": {
78895
+ "name": "\"s\" | \"m\" | \"l\""
78896
+ }
78897
+ },
78898
+ "offCanvas": {
78899
+ "defaultValue": null,
78900
+ "description": "Whether the modal should be displayed as an off canvas.",
78901
+ "name": "offCanvas",
78902
+ "parent": {
78903
+ "fileName": "components/src/components/Modal/Modal.tsx",
78904
+ "name": "ModalProps"
78905
+ },
78906
+ "declarations": [
78907
+ {
78908
+ "fileName": "components/src/components/Modal/Modal.tsx",
78909
+ "name": "ModalProps"
78910
+ }
78911
+ ],
78912
+ "required": false,
78913
+ "type": {
78914
+ "name": "boolean"
78915
+ }
78916
+ },
78917
+ "offCanvasOrientation": {
78918
+ "defaultValue": {
78919
+ "value": "\"right\""
78920
+ },
78921
+ "description": "Whether the off canvas should be displayed on the right or left side of the\nscreen.",
78922
+ "name": "offCanvasOrientation",
78923
+ "parent": {
78924
+ "fileName": "components/src/components/Modal/Modal.tsx",
78925
+ "name": "ModalProps"
78926
+ },
78927
+ "declarations": [
78928
+ {
78929
+ "fileName": "components/src/components/Modal/Modal.tsx",
78930
+ "name": "ModalProps"
78931
+ }
78932
+ ],
78933
+ "required": false,
78934
+ "type": {
78935
+ "name": "\"left\" | \"right\""
78936
+ }
78937
+ },
78938
+ "controller": {
78939
+ "defaultValue": null,
78940
+ "description": "An overlay controller to control the modal state.",
78941
+ "name": "controller",
78942
+ "parent": {
78943
+ "fileName": "components/src/components/Modal/Modal.tsx",
78944
+ "name": "ModalProps"
78945
+ },
78946
+ "declarations": [
78947
+ {
78948
+ "fileName": "components/src/components/Modal/Modal.tsx",
78949
+ "name": "ModalProps"
78950
+ }
78951
+ ],
78952
+ "required": false,
78953
+ "type": {
78954
+ "name": "OverlayController"
78955
+ }
78956
+ },
78957
+ "slot": {
78958
+ "defaultValue": null,
78959
+ "description": "Accepts \"actionConfirm\" to use the modal as a confirmation modal for an\naction.",
78960
+ "name": "slot",
78961
+ "parent": {
78962
+ "fileName": "components/src/components/Modal/Modal.tsx",
78963
+ "name": "ModalProps"
78964
+ },
78965
+ "declarations": [
78966
+ {
78967
+ "fileName": "components/src/components/Modal/Modal.tsx",
78968
+ "name": "ModalProps"
78969
+ }
78970
+ ],
78971
+ "required": false,
78972
+ "type": {
78973
+ "name": "string"
78974
+ }
78975
+ },
78976
+ "isDismissable": {
78977
+ "defaultValue": null,
78978
+ "description": "Whether the modal can be closed by clicking outside of it.",
78979
+ "name": "isDismissable",
78980
+ "parent": {
78981
+ "fileName": "components/src/components/Modal/Modal.tsx",
78982
+ "name": "ModalProps"
78983
+ },
78984
+ "declarations": [
78985
+ {
78986
+ "fileName": "components/src/components/Modal/Modal.tsx",
78987
+ "name": "ModalProps"
78988
+ }
78989
+ ],
78990
+ "required": false,
78991
+ "type": {
78992
+ "name": "boolean"
78993
+ }
78994
+ },
78995
+ "children": {
78996
+ "defaultValue": null,
78997
+ "description": "",
78998
+ "name": "children",
78999
+ "declarations": [
79000
+ {
79001
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
79002
+ "name": "TypeLiteral"
79003
+ }
79004
+ ],
79005
+ "required": false,
79006
+ "type": {
79007
+ "name": "ReactNode"
79008
+ }
79009
+ },
79010
+ "wrapWith": {
79011
+ "defaultValue": null,
79012
+ "description": "",
79013
+ "name": "wrapWith",
79014
+ "parent": {
79015
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
79016
+ "name": "FlowComponentProps"
79017
+ },
79018
+ "declarations": [
79019
+ {
79020
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
79021
+ "name": "FlowComponentProps"
79022
+ }
79023
+ ],
79024
+ "required": false,
79025
+ "type": {
79026
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
79027
+ }
79028
+ },
79029
+ "tunnelId": {
79030
+ "defaultValue": null,
79031
+ "description": "@internal",
79032
+ "name": "tunnelId",
79033
+ "parent": {
79034
+ "fileName": "components/src/lib/types/props.ts",
79035
+ "name": "PropsWithTunnel"
79036
+ },
79037
+ "declarations": [
79038
+ {
79039
+ "fileName": "components/src/lib/types/props.ts",
79040
+ "name": "PropsWithTunnel"
79041
+ }
79042
+ ],
79043
+ "required": false,
79044
+ "type": {
79045
+ "name": "string | null"
79046
+ }
79047
+ },
79048
+ "ref": {
79049
+ "defaultValue": null,
79050
+ "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}",
79051
+ "name": "ref",
79052
+ "parent": {
79053
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
79054
+ "name": "RefAttributes"
79055
+ },
79056
+ "declarations": [
79057
+ {
79058
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
79059
+ "name": "RefAttributes"
79060
+ }
79061
+ ],
79062
+ "required": false,
79063
+ "type": {
79064
+ "name": "Ref<HTMLInputElement>"
79065
+ }
79066
+ },
79067
+ "key": {
79068
+ "defaultValue": null,
79069
+ "description": "",
79070
+ "name": "key",
79071
+ "parent": {
79072
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
79073
+ "name": "Attributes"
79074
+ },
79075
+ "declarations": [
79076
+ {
79077
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
79078
+ "name": "Attributes"
79079
+ }
79080
+ ],
79081
+ "required": false,
79082
+ "type": {
79083
+ "name": "Key | null"
79084
+ }
79085
+ },
79086
+ "className": {
79087
+ "defaultValue": null,
79088
+ "description": "The elements class name.",
79089
+ "name": "className",
79090
+ "parent": {
79091
+ "fileName": "components/src/lib/types/props.ts",
79092
+ "name": "PropsWithClassName"
79093
+ },
79094
+ "declarations": [
79095
+ {
79096
+ "fileName": "components/src/lib/types/props.ts",
79097
+ "name": "PropsWithClassName"
79098
+ }
79099
+ ],
79100
+ "required": false,
79101
+ "type": {
79102
+ "name": "string"
79103
+ }
79104
+ }
79105
+ }
79106
+ },
78992
79107
  {
78993
79108
  "tags": {
78994
79109
  "flr-generate": "all"
@@ -81168,6 +81283,63 @@
81168
81283
  "name": "number"
81169
81284
  }
81170
81285
  },
81286
+ "allowHorizontalResize": {
81287
+ "defaultValue": null,
81288
+ "description": "Allows the user to manually resize the textArea horizontally.",
81289
+ "name": "allowHorizontalResize",
81290
+ "parent": {
81291
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81292
+ "name": "TextAreaProps"
81293
+ },
81294
+ "declarations": [
81295
+ {
81296
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81297
+ "name": "TextAreaProps"
81298
+ }
81299
+ ],
81300
+ "required": false,
81301
+ "type": {
81302
+ "name": "boolean"
81303
+ }
81304
+ },
81305
+ "allowVerticalResize": {
81306
+ "defaultValue": null,
81307
+ "description": "Allows the user to manually resize the textArea vertically.",
81308
+ "name": "allowVerticalResize",
81309
+ "parent": {
81310
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81311
+ "name": "TextAreaProps"
81312
+ },
81313
+ "declarations": [
81314
+ {
81315
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81316
+ "name": "TextAreaProps"
81317
+ }
81318
+ ],
81319
+ "required": false,
81320
+ "type": {
81321
+ "name": "boolean"
81322
+ }
81323
+ },
81324
+ "allowResize": {
81325
+ "defaultValue": null,
81326
+ "description": "Allows the user to manually resize the textArea horizontally and\nvertically.",
81327
+ "name": "allowResize",
81328
+ "parent": {
81329
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81330
+ "name": "TextAreaProps"
81331
+ },
81332
+ "declarations": [
81333
+ {
81334
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
81335
+ "name": "TextAreaProps"
81336
+ }
81337
+ ],
81338
+ "required": false,
81339
+ "type": {
81340
+ "name": "boolean"
81341
+ }
81342
+ },
81171
81343
  "children": {
81172
81344
  "defaultValue": null,
81173
81345
  "description": "",
@@ -256502,10 +256674,10 @@
256502
256674
  "name": "() => ArrayIterator<any>"
256503
256675
  }
256504
256676
  },
256505
- "__@unscopables@3161": {
256677
+ "__@unscopables@3169": {
256506
256678
  "defaultValue": null,
256507
256679
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
256508
- "name": "__@unscopables@3161",
256680
+ "name": "__@unscopables@3169",
256509
256681
  "parent": {
256510
256682
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
256511
256683
  "name": "Array"
@@ -257338,10 +257510,10 @@
257338
257510
  "name": "() => ArrayIterator<any>"
257339
257511
  }
257340
257512
  },
257341
- "__@unscopables@3161": {
257513
+ "__@unscopables@3169": {
257342
257514
  "defaultValue": null,
257343
257515
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
257344
- "name": "__@unscopables@3161",
257516
+ "name": "__@unscopables@3169",
257345
257517
  "parent": {
257346
257518
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
257347
257519
  "name": "Array"
@@ -258174,10 +258346,10 @@
258174
258346
  "name": "() => ArrayIterator<any>"
258175
258347
  }
258176
258348
  },
258177
- "__@unscopables@3161": {
258349
+ "__@unscopables@3169": {
258178
258350
  "defaultValue": null,
258179
258351
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258180
- "name": "__@unscopables@3161",
258352
+ "name": "__@unscopables@3169",
258181
258353
  "parent": {
258182
258354
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258183
258355
  "name": "Array"
@@ -280297,239 +280469,93 @@
280297
280469
  "type": {
280298
280470
  "name": "Key | null"
280299
280471
  }
280300
- }
280301
- }
280302
- },
280303
- {
280304
- "tags": {
280305
- "flr-generate": "all"
280306
- },
280307
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
280308
- "description": "",
280309
- "displayName": "DialogTrigger",
280310
- "methods": [],
280311
- "props": {
280312
- "children": {
280313
- "defaultValue": null,
280314
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
280315
- "name": "children",
280316
- "parent": {
280317
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
280318
- "name": "TableProps"
280319
- },
280320
- "declarations": [
280321
- {
280322
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
280323
- "name": "TableProps"
280324
- }
280325
- ],
280326
- "required": false,
280327
- "type": {
280328
- "name": "ReactNode"
280329
- }
280330
- },
280331
- "isOpen": {
280332
- "defaultValue": null,
280333
- "description": "Whether the element is rendered.",
280334
- "name": "isOpen",
280335
- "parent": {
280336
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280337
- "name": "PositionProps"
280338
- },
280339
- "declarations": [
280340
- {
280341
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280342
- "name": "PositionProps"
280343
- }
280344
- ],
280345
- "required": false,
280346
- "type": {
280347
- "name": "boolean"
280348
- }
280349
- },
280350
- "defaultOpen": {
280351
- "defaultValue": null,
280352
- "description": "Whether the overlay is open by default (uncontrolled).",
280353
- "name": "defaultOpen",
280354
- "parent": {
280355
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280356
- "name": "OverlayTriggerProps"
280357
- },
280358
- "declarations": [
280359
- {
280360
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280361
- "name": "OverlayTriggerProps"
280362
- }
280363
- ],
280364
- "required": false,
280365
- "type": {
280366
- "name": "boolean"
280367
- }
280368
- },
280369
- "onOpenChange": {
280370
- "defaultValue": null,
280371
- "description": "Handler that is called when the overlay's open state changes.",
280372
- "name": "onOpenChange",
280373
- "parent": {
280374
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280375
- "name": "OverlayTriggerProps"
280376
- },
280377
- "declarations": [
280378
- {
280379
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280380
- "name": "OverlayTriggerProps"
280381
- }
280382
- ],
280383
- "required": false,
280384
- "type": {
280385
- "name": "((isOpen: boolean) => void)"
280386
- }
280387
- }
280388
- }
280389
- },
280390
- {
280391
- "tags": {},
280392
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
280393
- "description": "",
280394
- "displayName": "OffCanvasSuspenseFallback",
280395
- "methods": [],
280396
- "props": {}
280397
- },
280398
- {
280399
- "tags": {},
280400
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
280401
- "description": "",
280402
- "displayName": "ModalTrigger",
280403
- "methods": [],
280404
- "props": {
280405
- "isDefaultOpen": {
280406
- "defaultValue": null,
280407
- "description": "Whether the overlay should be open initially.",
280408
- "name": "isDefaultOpen",
280409
- "parent": {
280410
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
280411
- "name": "OverlayTriggerProps"
280412
- },
280413
- "declarations": [
280414
- {
280415
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
280416
- "name": "OverlayTriggerProps"
280417
- }
280418
- ],
280419
- "required": false,
280420
- "type": {
280421
- "name": "boolean"
280422
- }
280423
- },
280424
- "controller": {
280425
- "defaultValue": null,
280426
- "description": "A controller to control the state of the overlay.",
280427
- "name": "controller",
280428
- "parent": {
280429
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
280430
- "name": "OverlayTriggerProps"
280431
- },
280432
- "declarations": [
280433
- {
280434
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
280435
- "name": "OverlayTriggerProps"
280436
- }
280437
- ],
280438
- "required": false,
280439
- "type": {
280440
- "name": "OverlayController"
280441
- }
280442
- },
280443
- "wrapWith": {
280444
- "defaultValue": null,
280445
- "description": "",
280446
- "name": "wrapWith",
280447
- "parent": {
280448
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
280449
- "name": "FlowComponentProps"
280450
- },
280451
- "declarations": [
280452
- {
280453
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
280454
- "name": "FlowComponentProps"
280455
- }
280456
- ],
280457
- "required": false,
280458
- "type": {
280459
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
280460
- }
280461
- },
280462
- "tunnelId": {
280463
- "defaultValue": null,
280464
- "description": "@internal",
280465
- "name": "tunnelId",
280466
- "parent": {
280467
- "fileName": "components/src/lib/types/props.ts",
280468
- "name": "PropsWithTunnel"
280469
- },
280470
- "declarations": [
280471
- {
280472
- "fileName": "components/src/lib/types/props.ts",
280473
- "name": "PropsWithTunnel"
280474
- }
280475
- ],
280476
- "required": false,
280477
- "type": {
280478
- "name": "string | null"
280479
- }
280480
- },
280481
- "ref": {
280482
- "defaultValue": null,
280483
- "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}",
280484
- "name": "ref",
280485
- "parent": {
280486
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
280487
- "name": "RefAttributes"
280488
- },
280489
- "declarations": [
280490
- {
280491
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
280492
- "name": "RefAttributes"
280493
- }
280494
- ],
280495
- "required": false,
280496
- "type": {
280497
- "name": "Ref<HTMLInputElement>"
280498
- }
280499
- },
280500
- "key": {
280501
- "defaultValue": null,
280502
- "description": "",
280503
- "name": "key",
280504
- "parent": {
280505
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
280506
- "name": "Attributes"
280507
- },
280508
- "declarations": [
280509
- {
280510
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
280511
- "name": "Attributes"
280512
- }
280513
- ],
280514
- "required": false,
280515
- "type": {
280516
- "name": "Key | null"
280517
- }
280518
- },
280472
+ }
280473
+ }
280474
+ },
280475
+ {
280476
+ "tags": {
280477
+ "flr-generate": "all"
280478
+ },
280479
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
280480
+ "description": "",
280481
+ "displayName": "DialogTrigger",
280482
+ "methods": [],
280483
+ "props": {
280519
280484
  "children": {
280520
280485
  "defaultValue": null,
280521
- "description": "",
280486
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
280522
280487
  "name": "children",
280488
+ "parent": {
280489
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
280490
+ "name": "TableProps"
280491
+ },
280523
280492
  "declarations": [
280524
280493
  {
280525
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
280526
- "name": "TypeLiteral"
280494
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
280495
+ "name": "TableProps"
280527
280496
  }
280528
280497
  ],
280529
280498
  "required": false,
280530
280499
  "type": {
280531
280500
  "name": "ReactNode"
280532
280501
  }
280502
+ },
280503
+ "isOpen": {
280504
+ "defaultValue": null,
280505
+ "description": "Whether the element is rendered.",
280506
+ "name": "isOpen",
280507
+ "parent": {
280508
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280509
+ "name": "PositionProps"
280510
+ },
280511
+ "declarations": [
280512
+ {
280513
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280514
+ "name": "PositionProps"
280515
+ }
280516
+ ],
280517
+ "required": false,
280518
+ "type": {
280519
+ "name": "boolean"
280520
+ }
280521
+ },
280522
+ "defaultOpen": {
280523
+ "defaultValue": null,
280524
+ "description": "Whether the overlay is open by default (uncontrolled).",
280525
+ "name": "defaultOpen",
280526
+ "parent": {
280527
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280528
+ "name": "OverlayTriggerProps"
280529
+ },
280530
+ "declarations": [
280531
+ {
280532
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280533
+ "name": "OverlayTriggerProps"
280534
+ }
280535
+ ],
280536
+ "required": false,
280537
+ "type": {
280538
+ "name": "boolean"
280539
+ }
280540
+ },
280541
+ "onOpenChange": {
280542
+ "defaultValue": null,
280543
+ "description": "Handler that is called when the overlay's open state changes.",
280544
+ "name": "onOpenChange",
280545
+ "parent": {
280546
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280547
+ "name": "OverlayTriggerProps"
280548
+ },
280549
+ "declarations": [
280550
+ {
280551
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
280552
+ "name": "OverlayTriggerProps"
280553
+ }
280554
+ ],
280555
+ "required": false,
280556
+ "type": {
280557
+ "name": "((isOpen: boolean) => void)"
280558
+ }
280533
280559
  }
280534
280560
  }
280535
280561
  },
@@ -285921,6 +285947,152 @@
285921
285947
  }
285922
285948
  }
285923
285949
  },
285950
+ {
285951
+ "tags": {},
285952
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
285953
+ "description": "",
285954
+ "displayName": "OffCanvasSuspenseFallback",
285955
+ "methods": [],
285956
+ "props": {}
285957
+ },
285958
+ {
285959
+ "tags": {},
285960
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
285961
+ "description": "",
285962
+ "displayName": "ModalTrigger",
285963
+ "methods": [],
285964
+ "props": {
285965
+ "isDefaultOpen": {
285966
+ "defaultValue": null,
285967
+ "description": "Whether the overlay should be open initially.",
285968
+ "name": "isDefaultOpen",
285969
+ "parent": {
285970
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
285971
+ "name": "OverlayTriggerProps"
285972
+ },
285973
+ "declarations": [
285974
+ {
285975
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
285976
+ "name": "OverlayTriggerProps"
285977
+ }
285978
+ ],
285979
+ "required": false,
285980
+ "type": {
285981
+ "name": "boolean"
285982
+ }
285983
+ },
285984
+ "controller": {
285985
+ "defaultValue": null,
285986
+ "description": "A controller to control the state of the overlay.",
285987
+ "name": "controller",
285988
+ "parent": {
285989
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
285990
+ "name": "OverlayTriggerProps"
285991
+ },
285992
+ "declarations": [
285993
+ {
285994
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
285995
+ "name": "OverlayTriggerProps"
285996
+ }
285997
+ ],
285998
+ "required": false,
285999
+ "type": {
286000
+ "name": "OverlayController"
286001
+ }
286002
+ },
286003
+ "wrapWith": {
286004
+ "defaultValue": null,
286005
+ "description": "",
286006
+ "name": "wrapWith",
286007
+ "parent": {
286008
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
286009
+ "name": "FlowComponentProps"
286010
+ },
286011
+ "declarations": [
286012
+ {
286013
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
286014
+ "name": "FlowComponentProps"
286015
+ }
286016
+ ],
286017
+ "required": false,
286018
+ "type": {
286019
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
286020
+ }
286021
+ },
286022
+ "tunnelId": {
286023
+ "defaultValue": null,
286024
+ "description": "@internal",
286025
+ "name": "tunnelId",
286026
+ "parent": {
286027
+ "fileName": "components/src/lib/types/props.ts",
286028
+ "name": "PropsWithTunnel"
286029
+ },
286030
+ "declarations": [
286031
+ {
286032
+ "fileName": "components/src/lib/types/props.ts",
286033
+ "name": "PropsWithTunnel"
286034
+ }
286035
+ ],
286036
+ "required": false,
286037
+ "type": {
286038
+ "name": "string | null"
286039
+ }
286040
+ },
286041
+ "ref": {
286042
+ "defaultValue": null,
286043
+ "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}",
286044
+ "name": "ref",
286045
+ "parent": {
286046
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
286047
+ "name": "RefAttributes"
286048
+ },
286049
+ "declarations": [
286050
+ {
286051
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
286052
+ "name": "RefAttributes"
286053
+ }
286054
+ ],
286055
+ "required": false,
286056
+ "type": {
286057
+ "name": "Ref<HTMLInputElement>"
286058
+ }
286059
+ },
286060
+ "key": {
286061
+ "defaultValue": null,
286062
+ "description": "",
286063
+ "name": "key",
286064
+ "parent": {
286065
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
286066
+ "name": "Attributes"
286067
+ },
286068
+ "declarations": [
286069
+ {
286070
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
286071
+ "name": "Attributes"
286072
+ }
286073
+ ],
286074
+ "required": false,
286075
+ "type": {
286076
+ "name": "Key | null"
286077
+ }
286078
+ },
286079
+ "children": {
286080
+ "defaultValue": null,
286081
+ "description": "",
286082
+ "name": "children",
286083
+ "declarations": [
286084
+ {
286085
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
286086
+ "name": "TypeLiteral"
286087
+ }
286088
+ ],
286089
+ "required": false,
286090
+ "type": {
286091
+ "name": "ReactNode"
286092
+ }
286093
+ }
286094
+ }
286095
+ },
285924
286096
  {
285925
286097
  "tags": {
285926
286098
  "flr-generate": "all"