@mittwald/flow-react-components 0.2.0-alpha.337 → 0.2.0-alpha.338

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.
@@ -181817,6 +181817,562 @@
181817
181817
  }
181818
181818
  }
181819
181819
  },
181820
+ {
181821
+ "tags": {},
181822
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
181823
+ "description": "",
181824
+ "displayName": "Activity",
181825
+ "methods": [],
181826
+ "props": {
181827
+ "isActive": {
181828
+ "defaultValue": null,
181829
+ "description": "",
181830
+ "name": "isActive",
181831
+ "parent": {
181832
+ "fileName": "components/src/components/Activity/Activity.tsx",
181833
+ "name": "ActivityProps"
181834
+ },
181835
+ "declarations": [
181836
+ {
181837
+ "fileName": "components/src/components/Activity/Activity.tsx",
181838
+ "name": "ActivityProps"
181839
+ }
181840
+ ],
181841
+ "required": false,
181842
+ "type": {
181843
+ "name": "boolean"
181844
+ }
181845
+ },
181846
+ "inactiveDelay": {
181847
+ "defaultValue": null,
181848
+ "description": "",
181849
+ "name": "inactiveDelay",
181850
+ "parent": {
181851
+ "fileName": "components/src/components/Activity/Activity.tsx",
181852
+ "name": "ActivityProps"
181853
+ },
181854
+ "declarations": [
181855
+ {
181856
+ "fileName": "components/src/components/Activity/Activity.tsx",
181857
+ "name": "ActivityProps"
181858
+ }
181859
+ ],
181860
+ "required": false,
181861
+ "type": {
181862
+ "name": "number"
181863
+ }
181864
+ },
181865
+ "children": {
181866
+ "defaultValue": null,
181867
+ "description": "",
181868
+ "name": "children",
181869
+ "declarations": [
181870
+ {
181871
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181872
+ "name": "TypeLiteral"
181873
+ }
181874
+ ],
181875
+ "required": false,
181876
+ "type": {
181877
+ "name": "ReactNode"
181878
+ }
181879
+ }
181880
+ }
181881
+ },
181882
+ {
181883
+ "tags": {
181884
+ "flr-generate": "all"
181885
+ },
181886
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ActionGroup/ActionGroup.tsx",
181887
+ "description": "",
181888
+ "displayName": "ActionGroup",
181889
+ "methods": [],
181890
+ "props": {
181891
+ "spacing": {
181892
+ "defaultValue": {
181893
+ "value": "\"m\""
181894
+ },
181895
+ "description": "The spacing between the buttons inside the action group.",
181896
+ "name": "spacing",
181897
+ "parent": {
181898
+ "fileName": "components/src/components/ActionGroup/ActionGroup.tsx",
181899
+ "name": "ActionGroupProps"
181900
+ },
181901
+ "declarations": [
181902
+ {
181903
+ "fileName": "components/src/components/ActionGroup/ActionGroup.tsx",
181904
+ "name": "ActionGroupProps"
181905
+ }
181906
+ ],
181907
+ "required": false,
181908
+ "type": {
181909
+ "name": "\"s\" | \"m\""
181910
+ }
181911
+ },
181912
+ "children": {
181913
+ "defaultValue": null,
181914
+ "description": "",
181915
+ "name": "children",
181916
+ "declarations": [
181917
+ {
181918
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181919
+ "name": "TypeLiteral"
181920
+ }
181921
+ ],
181922
+ "required": false,
181923
+ "type": {
181924
+ "name": "ReactNode"
181925
+ }
181926
+ },
181927
+ "wrapWith": {
181928
+ "defaultValue": null,
181929
+ "description": "",
181930
+ "name": "wrapWith",
181931
+ "parent": {
181932
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
181933
+ "name": "FlowComponentProps"
181934
+ },
181935
+ "declarations": [
181936
+ {
181937
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
181938
+ "name": "FlowComponentProps"
181939
+ }
181940
+ ],
181941
+ "required": false,
181942
+ "type": {
181943
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
181944
+ }
181945
+ },
181946
+ "tunnelId": {
181947
+ "defaultValue": null,
181948
+ "description": "@internal",
181949
+ "name": "tunnelId",
181950
+ "parent": {
181951
+ "fileName": "components/src/lib/types/props.ts",
181952
+ "name": "PropsWithTunnel"
181953
+ },
181954
+ "declarations": [
181955
+ {
181956
+ "fileName": "components/src/lib/types/props.ts",
181957
+ "name": "PropsWithTunnel"
181958
+ }
181959
+ ],
181960
+ "required": false,
181961
+ "type": {
181962
+ "name": "string | null"
181963
+ }
181964
+ },
181965
+ "ref": {
181966
+ "defaultValue": null,
181967
+ "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}",
181968
+ "name": "ref",
181969
+ "parent": {
181970
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181971
+ "name": "RefAttributes"
181972
+ },
181973
+ "declarations": [
181974
+ {
181975
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181976
+ "name": "RefAttributes"
181977
+ }
181978
+ ],
181979
+ "required": false,
181980
+ "type": {
181981
+ "name": "Ref<HTMLInputElement>"
181982
+ }
181983
+ },
181984
+ "key": {
181985
+ "defaultValue": null,
181986
+ "description": "",
181987
+ "name": "key",
181988
+ "parent": {
181989
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181990
+ "name": "Attributes"
181991
+ },
181992
+ "declarations": [
181993
+ {
181994
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181995
+ "name": "Attributes"
181996
+ }
181997
+ ],
181998
+ "required": false,
181999
+ "type": {
182000
+ "name": "Key | null"
182001
+ }
182002
+ },
182003
+ "className": {
182004
+ "defaultValue": null,
182005
+ "description": "The elements class name.",
182006
+ "name": "className",
182007
+ "parent": {
182008
+ "fileName": "components/src/lib/types/props.ts",
182009
+ "name": "PropsWithClassName"
182010
+ },
182011
+ "declarations": [
182012
+ {
182013
+ "fileName": "components/src/lib/types/props.ts",
182014
+ "name": "PropsWithClassName"
182015
+ }
182016
+ ],
182017
+ "required": false,
182018
+ "type": {
182019
+ "name": "string"
182020
+ }
182021
+ }
182022
+ }
182023
+ },
182024
+ {
182025
+ "tags": {},
182026
+ "filePath": "src/components/Action/ActionStateContext.tsx",
182027
+ "description": "",
182028
+ "displayName": "ActionStateContext",
182029
+ "methods": [],
182030
+ "props": {
182031
+ "isStarted": {
182032
+ "defaultValue": null,
182033
+ "description": "",
182034
+ "name": "isStarted",
182035
+ "parent": {
182036
+ "fileName": "src/components/Action/ActionStateContext.tsx",
182037
+ "name": "Props"
182038
+ },
182039
+ "declarations": [
182040
+ {
182041
+ "fileName": "src/components/Action/ActionStateContext.tsx",
182042
+ "name": "Props"
182043
+ }
182044
+ ],
182045
+ "required": false,
182046
+ "type": {
182047
+ "name": "boolean"
182048
+ }
182049
+ },
182050
+ "hasSucceeded": {
182051
+ "defaultValue": null,
182052
+ "description": "",
182053
+ "name": "hasSucceeded",
182054
+ "parent": {
182055
+ "fileName": "src/components/Action/ActionStateContext.tsx",
182056
+ "name": "Props"
182057
+ },
182058
+ "declarations": [
182059
+ {
182060
+ "fileName": "src/components/Action/ActionStateContext.tsx",
182061
+ "name": "Props"
182062
+ }
182063
+ ],
182064
+ "required": false,
182065
+ "type": {
182066
+ "name": "boolean"
182067
+ }
182068
+ },
182069
+ "hasFailedWithError": {
182070
+ "defaultValue": null,
182071
+ "description": "",
182072
+ "name": "hasFailedWithError",
182073
+ "parent": {
182074
+ "fileName": "src/components/Action/ActionStateContext.tsx",
182075
+ "name": "Props"
182076
+ },
182077
+ "declarations": [
182078
+ {
182079
+ "fileName": "src/components/Action/ActionStateContext.tsx",
182080
+ "name": "Props"
182081
+ }
182082
+ ],
182083
+ "required": false,
182084
+ "type": {
182085
+ "name": "unknown"
182086
+ }
182087
+ },
182088
+ "children": {
182089
+ "defaultValue": null,
182090
+ "description": "",
182091
+ "name": "children",
182092
+ "declarations": [
182093
+ {
182094
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
182095
+ "name": "TypeLiteral"
182096
+ }
182097
+ ],
182098
+ "required": false,
182099
+ "type": {
182100
+ "name": "ReactNode"
182101
+ }
182102
+ }
182103
+ }
182104
+ },
182105
+ {
182106
+ "tags": {},
182107
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
182108
+ "description": "",
182109
+ "displayName": "Action",
182110
+ "methods": [],
182111
+ "props": {
182112
+ "action": {
182113
+ "defaultValue": null,
182114
+ "description": "",
182115
+ "name": "action",
182116
+ "parent": {
182117
+ "fileName": "components/src/components/Action/types.ts",
182118
+ "name": "ActionProps"
182119
+ },
182120
+ "declarations": [
182121
+ {
182122
+ "fileName": "components/src/components/Action/types.ts",
182123
+ "name": "ActionProps"
182124
+ }
182125
+ ],
182126
+ "required": false,
182127
+ "type": {
182128
+ "name": "ActionFn"
182129
+ }
182130
+ },
182131
+ "onAction": {
182132
+ "defaultValue": null,
182133
+ "description": "",
182134
+ "name": "onAction",
182135
+ "parent": {
182136
+ "fileName": "components/src/components/Action/types.ts",
182137
+ "name": "ActionProps"
182138
+ },
182139
+ "declarations": [
182140
+ {
182141
+ "fileName": "components/src/components/Action/types.ts",
182142
+ "name": "ActionProps"
182143
+ }
182144
+ ],
182145
+ "required": false,
182146
+ "type": {
182147
+ "name": "ActionFn"
182148
+ }
182149
+ },
182150
+ "actionModel": {
182151
+ "defaultValue": null,
182152
+ "description": "",
182153
+ "name": "actionModel",
182154
+ "parent": {
182155
+ "fileName": "components/src/components/Action/types.ts",
182156
+ "name": "ActionProps"
182157
+ },
182158
+ "declarations": [
182159
+ {
182160
+ "fileName": "components/src/components/Action/types.ts",
182161
+ "name": "ActionProps"
182162
+ }
182163
+ ],
182164
+ "required": false,
182165
+ "type": {
182166
+ "name": "ActionModel"
182167
+ }
182168
+ },
182169
+ "closeOverlay": {
182170
+ "defaultValue": null,
182171
+ "description": "",
182172
+ "name": "closeOverlay",
182173
+ "parent": {
182174
+ "fileName": "components/src/components/Action/types.ts",
182175
+ "name": "ActionProps"
182176
+ },
182177
+ "declarations": [
182178
+ {
182179
+ "fileName": "components/src/components/Action/types.ts",
182180
+ "name": "ActionProps"
182181
+ }
182182
+ ],
182183
+ "required": false,
182184
+ "type": {
182185
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
182186
+ }
182187
+ },
182188
+ "openOverlay": {
182189
+ "defaultValue": null,
182190
+ "description": "",
182191
+ "name": "openOverlay",
182192
+ "parent": {
182193
+ "fileName": "components/src/components/Action/types.ts",
182194
+ "name": "ActionProps"
182195
+ },
182196
+ "declarations": [
182197
+ {
182198
+ "fileName": "components/src/components/Action/types.ts",
182199
+ "name": "ActionProps"
182200
+ }
182201
+ ],
182202
+ "required": false,
182203
+ "type": {
182204
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
182205
+ }
182206
+ },
182207
+ "toggleOverlay": {
182208
+ "defaultValue": null,
182209
+ "description": "",
182210
+ "name": "toggleOverlay",
182211
+ "parent": {
182212
+ "fileName": "components/src/components/Action/types.ts",
182213
+ "name": "ActionProps"
182214
+ },
182215
+ "declarations": [
182216
+ {
182217
+ "fileName": "components/src/components/Action/types.ts",
182218
+ "name": "ActionProps"
182219
+ }
182220
+ ],
182221
+ "required": false,
182222
+ "type": {
182223
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
182224
+ }
182225
+ },
182226
+ "break": {
182227
+ "defaultValue": null,
182228
+ "description": "",
182229
+ "name": "break",
182230
+ "parent": {
182231
+ "fileName": "components/src/components/Action/types.ts",
182232
+ "name": "ActionProps"
182233
+ },
182234
+ "declarations": [
182235
+ {
182236
+ "fileName": "components/src/components/Action/types.ts",
182237
+ "name": "ActionProps"
182238
+ }
182239
+ ],
182240
+ "required": false,
182241
+ "type": {
182242
+ "name": "boolean"
182243
+ }
182244
+ },
182245
+ "skip": {
182246
+ "defaultValue": null,
182247
+ "description": "",
182248
+ "name": "skip",
182249
+ "parent": {
182250
+ "fileName": "components/src/components/Action/types.ts",
182251
+ "name": "ActionProps"
182252
+ },
182253
+ "declarations": [
182254
+ {
182255
+ "fileName": "components/src/components/Action/types.ts",
182256
+ "name": "ActionProps"
182257
+ }
182258
+ ],
182259
+ "required": false,
182260
+ "type": {
182261
+ "name": "number | boolean"
182262
+ }
182263
+ },
182264
+ "showFeedback": {
182265
+ "defaultValue": null,
182266
+ "description": "",
182267
+ "name": "showFeedback",
182268
+ "parent": {
182269
+ "fileName": "components/src/components/Action/types.ts",
182270
+ "name": "ActionProps"
182271
+ },
182272
+ "declarations": [
182273
+ {
182274
+ "fileName": "components/src/components/Action/types.ts",
182275
+ "name": "ActionProps"
182276
+ }
182277
+ ],
182278
+ "required": false,
182279
+ "type": {
182280
+ "name": "boolean"
182281
+ }
182282
+ },
182283
+ "children": {
182284
+ "defaultValue": null,
182285
+ "description": "",
182286
+ "name": "children",
182287
+ "declarations": [
182288
+ {
182289
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
182290
+ "name": "TypeLiteral"
182291
+ }
182292
+ ],
182293
+ "required": false,
182294
+ "type": {
182295
+ "name": "ReactNode"
182296
+ }
182297
+ },
182298
+ "wrapWith": {
182299
+ "defaultValue": null,
182300
+ "description": "",
182301
+ "name": "wrapWith",
182302
+ "parent": {
182303
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
182304
+ "name": "FlowComponentProps"
182305
+ },
182306
+ "declarations": [
182307
+ {
182308
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
182309
+ "name": "FlowComponentProps"
182310
+ }
182311
+ ],
182312
+ "required": false,
182313
+ "type": {
182314
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
182315
+ }
182316
+ },
182317
+ "tunnelId": {
182318
+ "defaultValue": null,
182319
+ "description": "@internal",
182320
+ "name": "tunnelId",
182321
+ "parent": {
182322
+ "fileName": "components/src/lib/types/props.ts",
182323
+ "name": "PropsWithTunnel"
182324
+ },
182325
+ "declarations": [
182326
+ {
182327
+ "fileName": "components/src/lib/types/props.ts",
182328
+ "name": "PropsWithTunnel"
182329
+ }
182330
+ ],
182331
+ "required": false,
182332
+ "type": {
182333
+ "name": "string | null"
182334
+ }
182335
+ },
182336
+ "ref": {
182337
+ "defaultValue": null,
182338
+ "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}",
182339
+ "name": "ref",
182340
+ "parent": {
182341
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
182342
+ "name": "RefAttributes"
182343
+ },
182344
+ "declarations": [
182345
+ {
182346
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
182347
+ "name": "RefAttributes"
182348
+ }
182349
+ ],
182350
+ "required": false,
182351
+ "type": {
182352
+ "name": "Ref<HTMLInputElement>"
182353
+ }
182354
+ },
182355
+ "key": {
182356
+ "defaultValue": null,
182357
+ "description": "",
182358
+ "name": "key",
182359
+ "parent": {
182360
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
182361
+ "name": "Attributes"
182362
+ },
182363
+ "declarations": [
182364
+ {
182365
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
182366
+ "name": "Attributes"
182367
+ }
182368
+ ],
182369
+ "required": false,
182370
+ "type": {
182371
+ "name": "Key | null"
182372
+ }
182373
+ }
182374
+ }
182375
+ },
181820
182376
  {
181821
182377
  "tags": {
181822
182378
  "flr-generate": "all",
@@ -186508,482 +187064,7 @@
186508
187064
  "onPointerCancel": {
186509
187065
  "defaultValue": null,
186510
187066
  "description": "",
186511
- "name": "onPointerCancel",
186512
- "parent": {
186513
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186514
- "name": "DOMAttributes"
186515
- },
186516
- "declarations": [
186517
- {
186518
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186519
- "name": "DOMAttributes"
186520
- }
186521
- ],
186522
- "required": false,
186523
- "type": {
186524
- "name": "PointerEventHandler<HTMLElement>"
186525
- }
186526
- },
186527
- "onPointerCancelCapture": {
186528
- "defaultValue": null,
186529
- "description": "",
186530
- "name": "onPointerCancelCapture",
186531
- "parent": {
186532
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186533
- "name": "DOMAttributes"
186534
- },
186535
- "declarations": [
186536
- {
186537
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186538
- "name": "DOMAttributes"
186539
- }
186540
- ],
186541
- "required": false,
186542
- "type": {
186543
- "name": "PointerEventHandler<HTMLElement>"
186544
- }
186545
- },
186546
- "onPointerEnter": {
186547
- "defaultValue": null,
186548
- "description": "",
186549
- "name": "onPointerEnter",
186550
- "parent": {
186551
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186552
- "name": "DOMAttributes"
186553
- },
186554
- "declarations": [
186555
- {
186556
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186557
- "name": "DOMAttributes"
186558
- }
186559
- ],
186560
- "required": false,
186561
- "type": {
186562
- "name": "PointerEventHandler<HTMLElement>"
186563
- }
186564
- },
186565
- "onPointerLeave": {
186566
- "defaultValue": null,
186567
- "description": "",
186568
- "name": "onPointerLeave",
186569
- "parent": {
186570
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186571
- "name": "DOMAttributes"
186572
- },
186573
- "declarations": [
186574
- {
186575
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186576
- "name": "DOMAttributes"
186577
- }
186578
- ],
186579
- "required": false,
186580
- "type": {
186581
- "name": "PointerEventHandler<HTMLElement>"
186582
- }
186583
- },
186584
- "onPointerOver": {
186585
- "defaultValue": null,
186586
- "description": "",
186587
- "name": "onPointerOver",
186588
- "parent": {
186589
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186590
- "name": "DOMAttributes"
186591
- },
186592
- "declarations": [
186593
- {
186594
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186595
- "name": "DOMAttributes"
186596
- }
186597
- ],
186598
- "required": false,
186599
- "type": {
186600
- "name": "PointerEventHandler<HTMLElement>"
186601
- }
186602
- },
186603
- "onPointerOverCapture": {
186604
- "defaultValue": null,
186605
- "description": "",
186606
- "name": "onPointerOverCapture",
186607
- "parent": {
186608
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186609
- "name": "DOMAttributes"
186610
- },
186611
- "declarations": [
186612
- {
186613
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186614
- "name": "DOMAttributes"
186615
- }
186616
- ],
186617
- "required": false,
186618
- "type": {
186619
- "name": "PointerEventHandler<HTMLElement>"
186620
- }
186621
- },
186622
- "onPointerOut": {
186623
- "defaultValue": null,
186624
- "description": "",
186625
- "name": "onPointerOut",
186626
- "parent": {
186627
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186628
- "name": "DOMAttributes"
186629
- },
186630
- "declarations": [
186631
- {
186632
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186633
- "name": "DOMAttributes"
186634
- }
186635
- ],
186636
- "required": false,
186637
- "type": {
186638
- "name": "PointerEventHandler<HTMLElement>"
186639
- }
186640
- },
186641
- "onPointerOutCapture": {
186642
- "defaultValue": null,
186643
- "description": "",
186644
- "name": "onPointerOutCapture",
186645
- "parent": {
186646
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186647
- "name": "DOMAttributes"
186648
- },
186649
- "declarations": [
186650
- {
186651
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186652
- "name": "DOMAttributes"
186653
- }
186654
- ],
186655
- "required": false,
186656
- "type": {
186657
- "name": "PointerEventHandler<HTMLElement>"
186658
- }
186659
- },
186660
- "onGotPointerCapture": {
186661
- "defaultValue": null,
186662
- "description": "",
186663
- "name": "onGotPointerCapture",
186664
- "parent": {
186665
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186666
- "name": "DOMAttributes"
186667
- },
186668
- "declarations": [
186669
- {
186670
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186671
- "name": "DOMAttributes"
186672
- }
186673
- ],
186674
- "required": false,
186675
- "type": {
186676
- "name": "PointerEventHandler<HTMLElement>"
186677
- }
186678
- },
186679
- "onGotPointerCaptureCapture": {
186680
- "defaultValue": null,
186681
- "description": "",
186682
- "name": "onGotPointerCaptureCapture",
186683
- "parent": {
186684
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186685
- "name": "DOMAttributes"
186686
- },
186687
- "declarations": [
186688
- {
186689
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186690
- "name": "DOMAttributes"
186691
- }
186692
- ],
186693
- "required": false,
186694
- "type": {
186695
- "name": "PointerEventHandler<HTMLElement>"
186696
- }
186697
- },
186698
- "onLostPointerCapture": {
186699
- "defaultValue": null,
186700
- "description": "",
186701
- "name": "onLostPointerCapture",
186702
- "parent": {
186703
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186704
- "name": "DOMAttributes"
186705
- },
186706
- "declarations": [
186707
- {
186708
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186709
- "name": "DOMAttributes"
186710
- }
186711
- ],
186712
- "required": false,
186713
- "type": {
186714
- "name": "PointerEventHandler<HTMLElement>"
186715
- }
186716
- },
186717
- "onLostPointerCaptureCapture": {
186718
- "defaultValue": null,
186719
- "description": "",
186720
- "name": "onLostPointerCaptureCapture",
186721
- "parent": {
186722
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186723
- "name": "DOMAttributes"
186724
- },
186725
- "declarations": [
186726
- {
186727
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186728
- "name": "DOMAttributes"
186729
- }
186730
- ],
186731
- "required": false,
186732
- "type": {
186733
- "name": "PointerEventHandler<HTMLElement>"
186734
- }
186735
- },
186736
- "onScroll": {
186737
- "defaultValue": null,
186738
- "description": "",
186739
- "name": "onScroll",
186740
- "parent": {
186741
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186742
- "name": "DOMAttributes"
186743
- },
186744
- "declarations": [
186745
- {
186746
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186747
- "name": "DOMAttributes"
186748
- }
186749
- ],
186750
- "required": false,
186751
- "type": {
186752
- "name": "UIEventHandler<HTMLElement>"
186753
- }
186754
- },
186755
- "onScrollCapture": {
186756
- "defaultValue": null,
186757
- "description": "",
186758
- "name": "onScrollCapture",
186759
- "parent": {
186760
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186761
- "name": "DOMAttributes"
186762
- },
186763
- "declarations": [
186764
- {
186765
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186766
- "name": "DOMAttributes"
186767
- }
186768
- ],
186769
- "required": false,
186770
- "type": {
186771
- "name": "UIEventHandler<HTMLElement>"
186772
- }
186773
- },
186774
- "onScrollEnd": {
186775
- "defaultValue": null,
186776
- "description": "",
186777
- "name": "onScrollEnd",
186778
- "parent": {
186779
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186780
- "name": "DOMAttributes"
186781
- },
186782
- "declarations": [
186783
- {
186784
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186785
- "name": "DOMAttributes"
186786
- }
186787
- ],
186788
- "required": false,
186789
- "type": {
186790
- "name": "UIEventHandler<HTMLElement>"
186791
- }
186792
- },
186793
- "onScrollEndCapture": {
186794
- "defaultValue": null,
186795
- "description": "",
186796
- "name": "onScrollEndCapture",
186797
- "parent": {
186798
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186799
- "name": "DOMAttributes"
186800
- },
186801
- "declarations": [
186802
- {
186803
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186804
- "name": "DOMAttributes"
186805
- }
186806
- ],
186807
- "required": false,
186808
- "type": {
186809
- "name": "UIEventHandler<HTMLElement>"
186810
- }
186811
- },
186812
- "onWheel": {
186813
- "defaultValue": null,
186814
- "description": "",
186815
- "name": "onWheel",
186816
- "parent": {
186817
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186818
- "name": "DOMAttributes"
186819
- },
186820
- "declarations": [
186821
- {
186822
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186823
- "name": "DOMAttributes"
186824
- }
186825
- ],
186826
- "required": false,
186827
- "type": {
186828
- "name": "WheelEventHandler<HTMLElement>"
186829
- }
186830
- },
186831
- "onWheelCapture": {
186832
- "defaultValue": null,
186833
- "description": "",
186834
- "name": "onWheelCapture",
186835
- "parent": {
186836
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186837
- "name": "DOMAttributes"
186838
- },
186839
- "declarations": [
186840
- {
186841
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186842
- "name": "DOMAttributes"
186843
- }
186844
- ],
186845
- "required": false,
186846
- "type": {
186847
- "name": "WheelEventHandler<HTMLElement>"
186848
- }
186849
- },
186850
- "onAnimationStart": {
186851
- "defaultValue": null,
186852
- "description": "",
186853
- "name": "onAnimationStart",
186854
- "parent": {
186855
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186856
- "name": "DOMAttributes"
186857
- },
186858
- "declarations": [
186859
- {
186860
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186861
- "name": "DOMAttributes"
186862
- }
186863
- ],
186864
- "required": false,
186865
- "type": {
186866
- "name": "AnimationEventHandler<HTMLElement>"
186867
- }
186868
- },
186869
- "onAnimationStartCapture": {
186870
- "defaultValue": null,
186871
- "description": "",
186872
- "name": "onAnimationStartCapture",
186873
- "parent": {
186874
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186875
- "name": "DOMAttributes"
186876
- },
186877
- "declarations": [
186878
- {
186879
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186880
- "name": "DOMAttributes"
186881
- }
186882
- ],
186883
- "required": false,
186884
- "type": {
186885
- "name": "AnimationEventHandler<HTMLElement>"
186886
- }
186887
- },
186888
- "onAnimationEnd": {
186889
- "defaultValue": null,
186890
- "description": "",
186891
- "name": "onAnimationEnd",
186892
- "parent": {
186893
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186894
- "name": "DOMAttributes"
186895
- },
186896
- "declarations": [
186897
- {
186898
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186899
- "name": "DOMAttributes"
186900
- }
186901
- ],
186902
- "required": false,
186903
- "type": {
186904
- "name": "AnimationEventHandler<HTMLElement>"
186905
- }
186906
- },
186907
- "onAnimationEndCapture": {
186908
- "defaultValue": null,
186909
- "description": "",
186910
- "name": "onAnimationEndCapture",
186911
- "parent": {
186912
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186913
- "name": "DOMAttributes"
186914
- },
186915
- "declarations": [
186916
- {
186917
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186918
- "name": "DOMAttributes"
186919
- }
186920
- ],
186921
- "required": false,
186922
- "type": {
186923
- "name": "AnimationEventHandler<HTMLElement>"
186924
- }
186925
- },
186926
- "onAnimationIteration": {
186927
- "defaultValue": null,
186928
- "description": "",
186929
- "name": "onAnimationIteration",
186930
- "parent": {
186931
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186932
- "name": "DOMAttributes"
186933
- },
186934
- "declarations": [
186935
- {
186936
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186937
- "name": "DOMAttributes"
186938
- }
186939
- ],
186940
- "required": false,
186941
- "type": {
186942
- "name": "AnimationEventHandler<HTMLElement>"
186943
- }
186944
- },
186945
- "onAnimationIterationCapture": {
186946
- "defaultValue": null,
186947
- "description": "",
186948
- "name": "onAnimationIterationCapture",
186949
- "parent": {
186950
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186951
- "name": "DOMAttributes"
186952
- },
186953
- "declarations": [
186954
- {
186955
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186956
- "name": "DOMAttributes"
186957
- }
186958
- ],
186959
- "required": false,
186960
- "type": {
186961
- "name": "AnimationEventHandler<HTMLElement>"
186962
- }
186963
- },
186964
- "onToggle": {
186965
- "defaultValue": null,
186966
- "description": "",
186967
- "name": "onToggle",
186968
- "parent": {
186969
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186970
- "name": "DOMAttributes"
186971
- },
186972
- "declarations": [
186973
- {
186974
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186975
- "name": "DOMAttributes"
186976
- }
186977
- ],
186978
- "required": false,
186979
- "type": {
186980
- "name": "ToggleEventHandler<HTMLElement>"
186981
- }
186982
- },
186983
- "onBeforeToggle": {
186984
- "defaultValue": null,
186985
- "description": "",
186986
- "name": "onBeforeToggle",
187067
+ "name": "onPointerCancel",
186987
187068
  "parent": {
186988
187069
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186989
187070
  "name": "DOMAttributes"
@@ -186996,13 +187077,13 @@
186996
187077
  ],
186997
187078
  "required": false,
186998
187079
  "type": {
186999
- "name": "ToggleEventHandler<HTMLElement>"
187080
+ "name": "PointerEventHandler<HTMLElement>"
187000
187081
  }
187001
187082
  },
187002
- "onTransitionCancel": {
187083
+ "onPointerCancelCapture": {
187003
187084
  "defaultValue": null,
187004
187085
  "description": "",
187005
- "name": "onTransitionCancel",
187086
+ "name": "onPointerCancelCapture",
187006
187087
  "parent": {
187007
187088
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187008
187089
  "name": "DOMAttributes"
@@ -187015,13 +187096,13 @@
187015
187096
  ],
187016
187097
  "required": false,
187017
187098
  "type": {
187018
- "name": "TransitionEventHandler<HTMLElement>"
187099
+ "name": "PointerEventHandler<HTMLElement>"
187019
187100
  }
187020
187101
  },
187021
- "onTransitionCancelCapture": {
187102
+ "onPointerEnter": {
187022
187103
  "defaultValue": null,
187023
187104
  "description": "",
187024
- "name": "onTransitionCancelCapture",
187105
+ "name": "onPointerEnter",
187025
187106
  "parent": {
187026
187107
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187027
187108
  "name": "DOMAttributes"
@@ -187034,13 +187115,13 @@
187034
187115
  ],
187035
187116
  "required": false,
187036
187117
  "type": {
187037
- "name": "TransitionEventHandler<HTMLElement>"
187118
+ "name": "PointerEventHandler<HTMLElement>"
187038
187119
  }
187039
187120
  },
187040
- "onTransitionEnd": {
187121
+ "onPointerLeave": {
187041
187122
  "defaultValue": null,
187042
187123
  "description": "",
187043
- "name": "onTransitionEnd",
187124
+ "name": "onPointerLeave",
187044
187125
  "parent": {
187045
187126
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187046
187127
  "name": "DOMAttributes"
@@ -187053,13 +187134,13 @@
187053
187134
  ],
187054
187135
  "required": false,
187055
187136
  "type": {
187056
- "name": "TransitionEventHandler<HTMLElement>"
187137
+ "name": "PointerEventHandler<HTMLElement>"
187057
187138
  }
187058
187139
  },
187059
- "onTransitionEndCapture": {
187140
+ "onPointerOver": {
187060
187141
  "defaultValue": null,
187061
187142
  "description": "",
187062
- "name": "onTransitionEndCapture",
187143
+ "name": "onPointerOver",
187063
187144
  "parent": {
187064
187145
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187065
187146
  "name": "DOMAttributes"
@@ -187072,13 +187153,13 @@
187072
187153
  ],
187073
187154
  "required": false,
187074
187155
  "type": {
187075
- "name": "TransitionEventHandler<HTMLElement>"
187156
+ "name": "PointerEventHandler<HTMLElement>"
187076
187157
  }
187077
187158
  },
187078
- "onTransitionRun": {
187159
+ "onPointerOverCapture": {
187079
187160
  "defaultValue": null,
187080
187161
  "description": "",
187081
- "name": "onTransitionRun",
187162
+ "name": "onPointerOverCapture",
187082
187163
  "parent": {
187083
187164
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187084
187165
  "name": "DOMAttributes"
@@ -187091,13 +187172,13 @@
187091
187172
  ],
187092
187173
  "required": false,
187093
187174
  "type": {
187094
- "name": "TransitionEventHandler<HTMLElement>"
187175
+ "name": "PointerEventHandler<HTMLElement>"
187095
187176
  }
187096
187177
  },
187097
- "onTransitionRunCapture": {
187178
+ "onPointerOut": {
187098
187179
  "defaultValue": null,
187099
187180
  "description": "",
187100
- "name": "onTransitionRunCapture",
187181
+ "name": "onPointerOut",
187101
187182
  "parent": {
187102
187183
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187103
187184
  "name": "DOMAttributes"
@@ -187110,13 +187191,13 @@
187110
187191
  ],
187111
187192
  "required": false,
187112
187193
  "type": {
187113
- "name": "TransitionEventHandler<HTMLElement>"
187194
+ "name": "PointerEventHandler<HTMLElement>"
187114
187195
  }
187115
187196
  },
187116
- "onTransitionStart": {
187197
+ "onPointerOutCapture": {
187117
187198
  "defaultValue": null,
187118
187199
  "description": "",
187119
- "name": "onTransitionStart",
187200
+ "name": "onPointerOutCapture",
187120
187201
  "parent": {
187121
187202
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187122
187203
  "name": "DOMAttributes"
@@ -187129,13 +187210,13 @@
187129
187210
  ],
187130
187211
  "required": false,
187131
187212
  "type": {
187132
- "name": "TransitionEventHandler<HTMLElement>"
187213
+ "name": "PointerEventHandler<HTMLElement>"
187133
187214
  }
187134
187215
  },
187135
- "onTransitionStartCapture": {
187216
+ "onGotPointerCapture": {
187136
187217
  "defaultValue": null,
187137
187218
  "description": "",
187138
- "name": "onTransitionStartCapture",
187219
+ "name": "onGotPointerCapture",
187139
187220
  "parent": {
187140
187221
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187141
187222
  "name": "DOMAttributes"
@@ -187148,540 +187229,497 @@
187148
187229
  ],
187149
187230
  "required": false,
187150
187231
  "type": {
187151
- "name": "TransitionEventHandler<HTMLElement>"
187232
+ "name": "PointerEventHandler<HTMLElement>"
187152
187233
  }
187153
187234
  },
187154
- "status": {
187235
+ "onGotPointerCaptureCapture": {
187155
187236
  "defaultValue": null,
187156
- "description": "The elements status",
187157
- "name": "status",
187237
+ "description": "",
187238
+ "name": "onGotPointerCaptureCapture",
187239
+ "parent": {
187240
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187241
+ "name": "DOMAttributes"
187242
+ },
187158
187243
  "declarations": [
187159
187244
  {
187160
- "fileName": "components/src/lib/types/props.ts",
187161
- "name": "TypeLiteral"
187245
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187246
+ "name": "DOMAttributes"
187162
187247
  }
187163
187248
  ],
187164
187249
  "required": false,
187165
187250
  "type": {
187166
- "name": "Status"
187251
+ "name": "PointerEventHandler<HTMLElement>"
187167
187252
  }
187168
187253
  },
187169
- "wrapWith": {
187254
+ "onLostPointerCapture": {
187170
187255
  "defaultValue": null,
187171
187256
  "description": "",
187172
- "name": "wrapWith",
187257
+ "name": "onLostPointerCapture",
187173
187258
  "parent": {
187174
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
187175
- "name": "FlowComponentProps"
187259
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187260
+ "name": "DOMAttributes"
187176
187261
  },
187177
187262
  "declarations": [
187178
187263
  {
187179
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
187180
- "name": "FlowComponentProps"
187264
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187265
+ "name": "DOMAttributes"
187181
187266
  }
187182
187267
  ],
187183
187268
  "required": false,
187184
187269
  "type": {
187185
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
187270
+ "name": "PointerEventHandler<HTMLElement>"
187186
187271
  }
187187
187272
  },
187188
- "tunnelId": {
187273
+ "onLostPointerCaptureCapture": {
187189
187274
  "defaultValue": null,
187190
- "description": "@internal",
187191
- "name": "tunnelId",
187275
+ "description": "",
187276
+ "name": "onLostPointerCaptureCapture",
187192
187277
  "parent": {
187193
- "fileName": "components/src/lib/types/props.ts",
187194
- "name": "PropsWithTunnel"
187278
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187279
+ "name": "DOMAttributes"
187195
187280
  },
187196
187281
  "declarations": [
187197
187282
  {
187198
- "fileName": "components/src/lib/types/props.ts",
187199
- "name": "PropsWithTunnel"
187283
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187284
+ "name": "DOMAttributes"
187200
187285
  }
187201
187286
  ],
187202
187287
  "required": false,
187203
187288
  "type": {
187204
- "name": "string | null"
187289
+ "name": "PointerEventHandler<HTMLElement>"
187205
187290
  }
187206
- }
187207
- }
187208
- },
187209
- {
187210
- "tags": {},
187211
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
187212
- "description": "",
187213
- "displayName": "Activity",
187214
- "methods": [],
187215
- "props": {
187216
- "isActive": {
187291
+ },
187292
+ "onScroll": {
187217
187293
  "defaultValue": null,
187218
187294
  "description": "",
187219
- "name": "isActive",
187295
+ "name": "onScroll",
187220
187296
  "parent": {
187221
- "fileName": "components/src/components/Activity/Activity.tsx",
187222
- "name": "ActivityProps"
187297
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187298
+ "name": "DOMAttributes"
187223
187299
  },
187224
187300
  "declarations": [
187225
187301
  {
187226
- "fileName": "components/src/components/Activity/Activity.tsx",
187227
- "name": "ActivityProps"
187302
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187303
+ "name": "DOMAttributes"
187228
187304
  }
187229
187305
  ],
187230
187306
  "required": false,
187231
187307
  "type": {
187232
- "name": "boolean"
187308
+ "name": "UIEventHandler<HTMLElement>"
187233
187309
  }
187234
187310
  },
187235
- "inactiveDelay": {
187311
+ "onScrollCapture": {
187236
187312
  "defaultValue": null,
187237
187313
  "description": "",
187238
- "name": "inactiveDelay",
187314
+ "name": "onScrollCapture",
187239
187315
  "parent": {
187240
- "fileName": "components/src/components/Activity/Activity.tsx",
187241
- "name": "ActivityProps"
187316
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187317
+ "name": "DOMAttributes"
187242
187318
  },
187243
187319
  "declarations": [
187244
187320
  {
187245
- "fileName": "components/src/components/Activity/Activity.tsx",
187246
- "name": "ActivityProps"
187321
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187322
+ "name": "DOMAttributes"
187247
187323
  }
187248
187324
  ],
187249
187325
  "required": false,
187250
187326
  "type": {
187251
- "name": "number"
187327
+ "name": "UIEventHandler<HTMLElement>"
187252
187328
  }
187253
187329
  },
187254
- "children": {
187330
+ "onScrollEnd": {
187255
187331
  "defaultValue": null,
187256
187332
  "description": "",
187257
- "name": "children",
187258
- "declarations": [
187259
- {
187260
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187261
- "name": "TypeLiteral"
187262
- }
187263
- ],
187264
- "required": false,
187265
- "type": {
187266
- "name": "ReactNode"
187267
- }
187268
- }
187269
- }
187270
- },
187271
- {
187272
- "tags": {
187273
- "flr-generate": "all"
187274
- },
187275
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ActionGroup/ActionGroup.tsx",
187276
- "description": "",
187277
- "displayName": "ActionGroup",
187278
- "methods": [],
187279
- "props": {
187280
- "spacing": {
187281
- "defaultValue": {
187282
- "value": "\"m\""
187283
- },
187284
- "description": "The spacing between the buttons inside the action group.",
187285
- "name": "spacing",
187333
+ "name": "onScrollEnd",
187286
187334
  "parent": {
187287
- "fileName": "components/src/components/ActionGroup/ActionGroup.tsx",
187288
- "name": "ActionGroupProps"
187335
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187336
+ "name": "DOMAttributes"
187289
187337
  },
187290
187338
  "declarations": [
187291
187339
  {
187292
- "fileName": "components/src/components/ActionGroup/ActionGroup.tsx",
187293
- "name": "ActionGroupProps"
187340
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187341
+ "name": "DOMAttributes"
187294
187342
  }
187295
187343
  ],
187296
187344
  "required": false,
187297
187345
  "type": {
187298
- "name": "\"s\" | \"m\""
187346
+ "name": "UIEventHandler<HTMLElement>"
187299
187347
  }
187300
187348
  },
187301
- "children": {
187349
+ "onScrollEndCapture": {
187302
187350
  "defaultValue": null,
187303
187351
  "description": "",
187304
- "name": "children",
187352
+ "name": "onScrollEndCapture",
187353
+ "parent": {
187354
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187355
+ "name": "DOMAttributes"
187356
+ },
187305
187357
  "declarations": [
187306
187358
  {
187307
187359
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187308
- "name": "TypeLiteral"
187360
+ "name": "DOMAttributes"
187309
187361
  }
187310
187362
  ],
187311
187363
  "required": false,
187312
187364
  "type": {
187313
- "name": "ReactNode"
187365
+ "name": "UIEventHandler<HTMLElement>"
187314
187366
  }
187315
187367
  },
187316
- "wrapWith": {
187368
+ "onWheel": {
187317
187369
  "defaultValue": null,
187318
187370
  "description": "",
187319
- "name": "wrapWith",
187371
+ "name": "onWheel",
187320
187372
  "parent": {
187321
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
187322
- "name": "FlowComponentProps"
187373
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187374
+ "name": "DOMAttributes"
187323
187375
  },
187324
187376
  "declarations": [
187325
187377
  {
187326
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
187327
- "name": "FlowComponentProps"
187378
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187379
+ "name": "DOMAttributes"
187328
187380
  }
187329
187381
  ],
187330
187382
  "required": false,
187331
187383
  "type": {
187332
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
187384
+ "name": "WheelEventHandler<HTMLElement>"
187333
187385
  }
187334
187386
  },
187335
- "tunnelId": {
187387
+ "onWheelCapture": {
187336
187388
  "defaultValue": null,
187337
- "description": "@internal",
187338
- "name": "tunnelId",
187389
+ "description": "",
187390
+ "name": "onWheelCapture",
187339
187391
  "parent": {
187340
- "fileName": "components/src/lib/types/props.ts",
187341
- "name": "PropsWithTunnel"
187392
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187393
+ "name": "DOMAttributes"
187342
187394
  },
187343
187395
  "declarations": [
187344
187396
  {
187345
- "fileName": "components/src/lib/types/props.ts",
187346
- "name": "PropsWithTunnel"
187397
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187398
+ "name": "DOMAttributes"
187347
187399
  }
187348
187400
  ],
187349
187401
  "required": false,
187350
187402
  "type": {
187351
- "name": "string | null"
187403
+ "name": "WheelEventHandler<HTMLElement>"
187352
187404
  }
187353
187405
  },
187354
- "ref": {
187406
+ "onAnimationStart": {
187355
187407
  "defaultValue": null,
187356
- "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}",
187357
- "name": "ref",
187408
+ "description": "",
187409
+ "name": "onAnimationStart",
187358
187410
  "parent": {
187359
187411
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187360
- "name": "RefAttributes"
187412
+ "name": "DOMAttributes"
187361
187413
  },
187362
187414
  "declarations": [
187363
187415
  {
187364
187416
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187365
- "name": "RefAttributes"
187417
+ "name": "DOMAttributes"
187366
187418
  }
187367
187419
  ],
187368
187420
  "required": false,
187369
187421
  "type": {
187370
- "name": "Ref<HTMLInputElement>"
187422
+ "name": "AnimationEventHandler<HTMLElement>"
187371
187423
  }
187372
187424
  },
187373
- "key": {
187425
+ "onAnimationStartCapture": {
187374
187426
  "defaultValue": null,
187375
187427
  "description": "",
187376
- "name": "key",
187428
+ "name": "onAnimationStartCapture",
187377
187429
  "parent": {
187378
187430
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187379
- "name": "Attributes"
187431
+ "name": "DOMAttributes"
187380
187432
  },
187381
187433
  "declarations": [
187382
187434
  {
187383
187435
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187384
- "name": "Attributes"
187436
+ "name": "DOMAttributes"
187385
187437
  }
187386
187438
  ],
187387
187439
  "required": false,
187388
187440
  "type": {
187389
- "name": "Key | null"
187441
+ "name": "AnimationEventHandler<HTMLElement>"
187390
187442
  }
187391
187443
  },
187392
- "className": {
187444
+ "onAnimationEnd": {
187393
187445
  "defaultValue": null,
187394
- "description": "The elements class name.",
187395
- "name": "className",
187446
+ "description": "",
187447
+ "name": "onAnimationEnd",
187396
187448
  "parent": {
187397
- "fileName": "components/src/lib/types/props.ts",
187398
- "name": "PropsWithClassName"
187449
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187450
+ "name": "DOMAttributes"
187399
187451
  },
187400
187452
  "declarations": [
187401
187453
  {
187402
- "fileName": "components/src/lib/types/props.ts",
187403
- "name": "PropsWithClassName"
187454
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187455
+ "name": "DOMAttributes"
187404
187456
  }
187405
187457
  ],
187406
187458
  "required": false,
187407
187459
  "type": {
187408
- "name": "string"
187460
+ "name": "AnimationEventHandler<HTMLElement>"
187409
187461
  }
187410
- }
187411
- }
187412
- },
187413
- {
187414
- "tags": {},
187415
- "filePath": "src/components/Action/ActionStateContext.tsx",
187416
- "description": "",
187417
- "displayName": "ActionStateContext",
187418
- "methods": [],
187419
- "props": {
187420
- "isStarted": {
187462
+ },
187463
+ "onAnimationEndCapture": {
187421
187464
  "defaultValue": null,
187422
187465
  "description": "",
187423
- "name": "isStarted",
187466
+ "name": "onAnimationEndCapture",
187424
187467
  "parent": {
187425
- "fileName": "src/components/Action/ActionStateContext.tsx",
187426
- "name": "Props"
187468
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187469
+ "name": "DOMAttributes"
187427
187470
  },
187428
187471
  "declarations": [
187429
187472
  {
187430
- "fileName": "src/components/Action/ActionStateContext.tsx",
187431
- "name": "Props"
187473
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187474
+ "name": "DOMAttributes"
187432
187475
  }
187433
187476
  ],
187434
187477
  "required": false,
187435
187478
  "type": {
187436
- "name": "boolean"
187479
+ "name": "AnimationEventHandler<HTMLElement>"
187437
187480
  }
187438
187481
  },
187439
- "hasSucceeded": {
187482
+ "onAnimationIteration": {
187440
187483
  "defaultValue": null,
187441
187484
  "description": "",
187442
- "name": "hasSucceeded",
187485
+ "name": "onAnimationIteration",
187443
187486
  "parent": {
187444
- "fileName": "src/components/Action/ActionStateContext.tsx",
187445
- "name": "Props"
187487
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187488
+ "name": "DOMAttributes"
187446
187489
  },
187447
187490
  "declarations": [
187448
187491
  {
187449
- "fileName": "src/components/Action/ActionStateContext.tsx",
187450
- "name": "Props"
187492
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187493
+ "name": "DOMAttributes"
187451
187494
  }
187452
187495
  ],
187453
187496
  "required": false,
187454
187497
  "type": {
187455
- "name": "boolean"
187498
+ "name": "AnimationEventHandler<HTMLElement>"
187456
187499
  }
187457
187500
  },
187458
- "hasFailedWithError": {
187501
+ "onAnimationIterationCapture": {
187459
187502
  "defaultValue": null,
187460
187503
  "description": "",
187461
- "name": "hasFailedWithError",
187504
+ "name": "onAnimationIterationCapture",
187462
187505
  "parent": {
187463
- "fileName": "src/components/Action/ActionStateContext.tsx",
187464
- "name": "Props"
187506
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187507
+ "name": "DOMAttributes"
187465
187508
  },
187466
187509
  "declarations": [
187467
187510
  {
187468
- "fileName": "src/components/Action/ActionStateContext.tsx",
187469
- "name": "Props"
187511
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187512
+ "name": "DOMAttributes"
187470
187513
  }
187471
187514
  ],
187472
187515
  "required": false,
187473
187516
  "type": {
187474
- "name": "unknown"
187517
+ "name": "AnimationEventHandler<HTMLElement>"
187475
187518
  }
187476
187519
  },
187477
- "children": {
187520
+ "onToggle": {
187478
187521
  "defaultValue": null,
187479
187522
  "description": "",
187480
- "name": "children",
187523
+ "name": "onToggle",
187524
+ "parent": {
187525
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187526
+ "name": "DOMAttributes"
187527
+ },
187481
187528
  "declarations": [
187482
187529
  {
187483
187530
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187484
- "name": "TypeLiteral"
187531
+ "name": "DOMAttributes"
187485
187532
  }
187486
187533
  ],
187487
187534
  "required": false,
187488
187535
  "type": {
187489
- "name": "ReactNode"
187536
+ "name": "ToggleEventHandler<HTMLElement>"
187490
187537
  }
187491
- }
187492
- }
187493
- },
187494
- {
187495
- "tags": {},
187496
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
187497
- "description": "",
187498
- "displayName": "Action",
187499
- "methods": [],
187500
- "props": {
187501
- "action": {
187538
+ },
187539
+ "onBeforeToggle": {
187502
187540
  "defaultValue": null,
187503
187541
  "description": "",
187504
- "name": "action",
187542
+ "name": "onBeforeToggle",
187505
187543
  "parent": {
187506
- "fileName": "components/src/components/Action/types.ts",
187507
- "name": "ActionProps"
187544
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187545
+ "name": "DOMAttributes"
187508
187546
  },
187509
187547
  "declarations": [
187510
187548
  {
187511
- "fileName": "components/src/components/Action/types.ts",
187512
- "name": "ActionProps"
187549
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187550
+ "name": "DOMAttributes"
187513
187551
  }
187514
187552
  ],
187515
187553
  "required": false,
187516
187554
  "type": {
187517
- "name": "ActionFn"
187555
+ "name": "ToggleEventHandler<HTMLElement>"
187518
187556
  }
187519
187557
  },
187520
- "onAction": {
187558
+ "onTransitionCancel": {
187521
187559
  "defaultValue": null,
187522
187560
  "description": "",
187523
- "name": "onAction",
187561
+ "name": "onTransitionCancel",
187524
187562
  "parent": {
187525
- "fileName": "components/src/components/Action/types.ts",
187526
- "name": "ActionProps"
187563
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187564
+ "name": "DOMAttributes"
187527
187565
  },
187528
187566
  "declarations": [
187529
187567
  {
187530
- "fileName": "components/src/components/Action/types.ts",
187531
- "name": "ActionProps"
187568
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187569
+ "name": "DOMAttributes"
187532
187570
  }
187533
187571
  ],
187534
187572
  "required": false,
187535
187573
  "type": {
187536
- "name": "ActionFn"
187574
+ "name": "TransitionEventHandler<HTMLElement>"
187537
187575
  }
187538
187576
  },
187539
- "actionModel": {
187577
+ "onTransitionCancelCapture": {
187540
187578
  "defaultValue": null,
187541
187579
  "description": "",
187542
- "name": "actionModel",
187580
+ "name": "onTransitionCancelCapture",
187543
187581
  "parent": {
187544
- "fileName": "components/src/components/Action/types.ts",
187545
- "name": "ActionProps"
187582
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187583
+ "name": "DOMAttributes"
187546
187584
  },
187547
187585
  "declarations": [
187548
187586
  {
187549
- "fileName": "components/src/components/Action/types.ts",
187550
- "name": "ActionProps"
187587
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187588
+ "name": "DOMAttributes"
187551
187589
  }
187552
187590
  ],
187553
187591
  "required": false,
187554
187592
  "type": {
187555
- "name": "ActionModel"
187593
+ "name": "TransitionEventHandler<HTMLElement>"
187556
187594
  }
187557
187595
  },
187558
- "closeOverlay": {
187596
+ "onTransitionEnd": {
187559
187597
  "defaultValue": null,
187560
187598
  "description": "",
187561
- "name": "closeOverlay",
187599
+ "name": "onTransitionEnd",
187562
187600
  "parent": {
187563
- "fileName": "components/src/components/Action/types.ts",
187564
- "name": "ActionProps"
187601
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187602
+ "name": "DOMAttributes"
187565
187603
  },
187566
187604
  "declarations": [
187567
187605
  {
187568
- "fileName": "components/src/components/Action/types.ts",
187569
- "name": "ActionProps"
187606
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187607
+ "name": "DOMAttributes"
187570
187608
  }
187571
187609
  ],
187572
187610
  "required": false,
187573
187611
  "type": {
187574
- "name": "keyof FlowComponentPropsTypes | OverlayController"
187612
+ "name": "TransitionEventHandler<HTMLElement>"
187575
187613
  }
187576
187614
  },
187577
- "openOverlay": {
187615
+ "onTransitionEndCapture": {
187578
187616
  "defaultValue": null,
187579
187617
  "description": "",
187580
- "name": "openOverlay",
187618
+ "name": "onTransitionEndCapture",
187581
187619
  "parent": {
187582
- "fileName": "components/src/components/Action/types.ts",
187583
- "name": "ActionProps"
187620
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187621
+ "name": "DOMAttributes"
187584
187622
  },
187585
187623
  "declarations": [
187586
187624
  {
187587
- "fileName": "components/src/components/Action/types.ts",
187588
- "name": "ActionProps"
187625
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187626
+ "name": "DOMAttributes"
187589
187627
  }
187590
187628
  ],
187591
187629
  "required": false,
187592
187630
  "type": {
187593
- "name": "keyof FlowComponentPropsTypes | OverlayController"
187631
+ "name": "TransitionEventHandler<HTMLElement>"
187594
187632
  }
187595
187633
  },
187596
- "toggleOverlay": {
187634
+ "onTransitionRun": {
187597
187635
  "defaultValue": null,
187598
187636
  "description": "",
187599
- "name": "toggleOverlay",
187637
+ "name": "onTransitionRun",
187600
187638
  "parent": {
187601
- "fileName": "components/src/components/Action/types.ts",
187602
- "name": "ActionProps"
187639
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187640
+ "name": "DOMAttributes"
187603
187641
  },
187604
187642
  "declarations": [
187605
187643
  {
187606
- "fileName": "components/src/components/Action/types.ts",
187607
- "name": "ActionProps"
187644
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187645
+ "name": "DOMAttributes"
187608
187646
  }
187609
187647
  ],
187610
187648
  "required": false,
187611
187649
  "type": {
187612
- "name": "keyof FlowComponentPropsTypes | OverlayController"
187650
+ "name": "TransitionEventHandler<HTMLElement>"
187613
187651
  }
187614
187652
  },
187615
- "break": {
187653
+ "onTransitionRunCapture": {
187616
187654
  "defaultValue": null,
187617
187655
  "description": "",
187618
- "name": "break",
187656
+ "name": "onTransitionRunCapture",
187619
187657
  "parent": {
187620
- "fileName": "components/src/components/Action/types.ts",
187621
- "name": "ActionProps"
187658
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187659
+ "name": "DOMAttributes"
187622
187660
  },
187623
187661
  "declarations": [
187624
187662
  {
187625
- "fileName": "components/src/components/Action/types.ts",
187626
- "name": "ActionProps"
187663
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187664
+ "name": "DOMAttributes"
187627
187665
  }
187628
187666
  ],
187629
187667
  "required": false,
187630
187668
  "type": {
187631
- "name": "boolean"
187669
+ "name": "TransitionEventHandler<HTMLElement>"
187632
187670
  }
187633
187671
  },
187634
- "skip": {
187672
+ "onTransitionStart": {
187635
187673
  "defaultValue": null,
187636
187674
  "description": "",
187637
- "name": "skip",
187675
+ "name": "onTransitionStart",
187638
187676
  "parent": {
187639
- "fileName": "components/src/components/Action/types.ts",
187640
- "name": "ActionProps"
187677
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187678
+ "name": "DOMAttributes"
187641
187679
  },
187642
187680
  "declarations": [
187643
187681
  {
187644
- "fileName": "components/src/components/Action/types.ts",
187645
- "name": "ActionProps"
187682
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187683
+ "name": "DOMAttributes"
187646
187684
  }
187647
187685
  ],
187648
187686
  "required": false,
187649
187687
  "type": {
187650
- "name": "number | boolean"
187688
+ "name": "TransitionEventHandler<HTMLElement>"
187651
187689
  }
187652
187690
  },
187653
- "showFeedback": {
187691
+ "onTransitionStartCapture": {
187654
187692
  "defaultValue": null,
187655
187693
  "description": "",
187656
- "name": "showFeedback",
187694
+ "name": "onTransitionStartCapture",
187657
187695
  "parent": {
187658
- "fileName": "components/src/components/Action/types.ts",
187659
- "name": "ActionProps"
187696
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187697
+ "name": "DOMAttributes"
187660
187698
  },
187661
187699
  "declarations": [
187662
187700
  {
187663
- "fileName": "components/src/components/Action/types.ts",
187664
- "name": "ActionProps"
187701
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187702
+ "name": "DOMAttributes"
187665
187703
  }
187666
187704
  ],
187667
187705
  "required": false,
187668
187706
  "type": {
187669
- "name": "boolean"
187707
+ "name": "TransitionEventHandler<HTMLElement>"
187670
187708
  }
187671
187709
  },
187672
- "children": {
187710
+ "status": {
187673
187711
  "defaultValue": null,
187674
- "description": "",
187675
- "name": "children",
187712
+ "description": "The elements status",
187713
+ "name": "status",
187676
187714
  "declarations": [
187677
187715
  {
187678
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187716
+ "fileName": "components/src/lib/types/props.ts",
187679
187717
  "name": "TypeLiteral"
187680
187718
  }
187681
187719
  ],
187682
187720
  "required": false,
187683
187721
  "type": {
187684
- "name": "ReactNode"
187722
+ "name": "Status"
187685
187723
  }
187686
187724
  },
187687
187725
  "wrapWith": {
@@ -187721,44 +187759,6 @@
187721
187759
  "type": {
187722
187760
  "name": "string | null"
187723
187761
  }
187724
- },
187725
- "ref": {
187726
- "defaultValue": null,
187727
- "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}",
187728
- "name": "ref",
187729
- "parent": {
187730
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187731
- "name": "RefAttributes"
187732
- },
187733
- "declarations": [
187734
- {
187735
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187736
- "name": "RefAttributes"
187737
- }
187738
- ],
187739
- "required": false,
187740
- "type": {
187741
- "name": "Ref<HTMLInputElement>"
187742
- }
187743
- },
187744
- "key": {
187745
- "defaultValue": null,
187746
- "description": "",
187747
- "name": "key",
187748
- "parent": {
187749
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187750
- "name": "Attributes"
187751
- },
187752
- "declarations": [
187753
- {
187754
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
187755
- "name": "Attributes"
187756
- }
187757
- ],
187758
- "required": false,
187759
- "type": {
187760
- "name": "Key | null"
187761
- }
187762
187762
  }
187763
187763
  }
187764
187764
  },
@@ -223856,9 +223856,9 @@
223856
223856
  "flr-generate": "all",
223857
223857
  "flr-clear-props-context": ""
223858
223858
  },
223859
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
223859
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
223860
223860
  "description": "",
223861
- "displayName": "RadioButton",
223861
+ "displayName": "Radio",
223862
223862
  "methods": [],
223863
223863
  "props": {
223864
223864
  "onFocus": {
@@ -224334,14 +224334,180 @@
224334
224334
  }
224335
224335
  }
224336
224336
  },
224337
+ {
224338
+ "tags": {},
224339
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
224340
+ "description": "",
224341
+ "displayName": "PopoverTrigger",
224342
+ "methods": [],
224343
+ "props": {
224344
+ "isDefaultOpen": {
224345
+ "defaultValue": null,
224346
+ "description": "Whether the overlay should be open initially.",
224347
+ "name": "isDefaultOpen",
224348
+ "parent": {
224349
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
224350
+ "name": "OverlayTriggerProps"
224351
+ },
224352
+ "declarations": [
224353
+ {
224354
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
224355
+ "name": "OverlayTriggerProps"
224356
+ }
224357
+ ],
224358
+ "required": false,
224359
+ "type": {
224360
+ "name": "boolean"
224361
+ }
224362
+ },
224363
+ "controller": {
224364
+ "defaultValue": null,
224365
+ "description": "A controller to control the state of the overlay.",
224366
+ "name": "controller",
224367
+ "parent": {
224368
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
224369
+ "name": "OverlayTriggerProps"
224370
+ },
224371
+ "declarations": [
224372
+ {
224373
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
224374
+ "name": "OverlayTriggerProps"
224375
+ }
224376
+ ],
224377
+ "required": false,
224378
+ "type": {
224379
+ "name": "OverlayController"
224380
+ }
224381
+ },
224382
+ "wrapWith": {
224383
+ "defaultValue": null,
224384
+ "description": "",
224385
+ "name": "wrapWith",
224386
+ "parent": {
224387
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224388
+ "name": "FlowComponentProps"
224389
+ },
224390
+ "declarations": [
224391
+ {
224392
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224393
+ "name": "FlowComponentProps"
224394
+ }
224395
+ ],
224396
+ "required": false,
224397
+ "type": {
224398
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224399
+ }
224400
+ },
224401
+ "tunnelId": {
224402
+ "defaultValue": null,
224403
+ "description": "@internal",
224404
+ "name": "tunnelId",
224405
+ "parent": {
224406
+ "fileName": "components/src/lib/types/props.ts",
224407
+ "name": "PropsWithTunnel"
224408
+ },
224409
+ "declarations": [
224410
+ {
224411
+ "fileName": "components/src/lib/types/props.ts",
224412
+ "name": "PropsWithTunnel"
224413
+ }
224414
+ ],
224415
+ "required": false,
224416
+ "type": {
224417
+ "name": "string | null"
224418
+ }
224419
+ },
224420
+ "ref": {
224421
+ "defaultValue": null,
224422
+ "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}",
224423
+ "name": "ref",
224424
+ "parent": {
224425
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224426
+ "name": "RefAttributes"
224427
+ },
224428
+ "declarations": [
224429
+ {
224430
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224431
+ "name": "RefAttributes"
224432
+ }
224433
+ ],
224434
+ "required": false,
224435
+ "type": {
224436
+ "name": "Ref<HTMLInputElement>"
224437
+ }
224438
+ },
224439
+ "key": {
224440
+ "defaultValue": null,
224441
+ "description": "",
224442
+ "name": "key",
224443
+ "parent": {
224444
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224445
+ "name": "Attributes"
224446
+ },
224447
+ "declarations": [
224448
+ {
224449
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224450
+ "name": "Attributes"
224451
+ }
224452
+ ],
224453
+ "required": false,
224454
+ "type": {
224455
+ "name": "Key | null"
224456
+ }
224457
+ },
224458
+ "children": {
224459
+ "defaultValue": null,
224460
+ "description": "",
224461
+ "name": "children",
224462
+ "declarations": [
224463
+ {
224464
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224465
+ "name": "TypeLiteral"
224466
+ }
224467
+ ],
224468
+ "required": false,
224469
+ "type": {
224470
+ "name": "ReactNode"
224471
+ }
224472
+ }
224473
+ }
224474
+ },
224475
+ {
224476
+ "tags": {},
224477
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTip/PopoverTip.tsx",
224478
+ "description": "",
224479
+ "displayName": "PopoverTip",
224480
+ "methods": [],
224481
+ "props": {
224482
+ "className": {
224483
+ "defaultValue": null,
224484
+ "description": "The elements class name.",
224485
+ "name": "className",
224486
+ "parent": {
224487
+ "fileName": "components/src/lib/types/props.ts",
224488
+ "name": "PropsWithClassName"
224489
+ },
224490
+ "declarations": [
224491
+ {
224492
+ "fileName": "components/src/lib/types/props.ts",
224493
+ "name": "PropsWithClassName"
224494
+ }
224495
+ ],
224496
+ "required": false,
224497
+ "type": {
224498
+ "name": "string"
224499
+ }
224500
+ }
224501
+ }
224502
+ },
224337
224503
  {
224338
224504
  "tags": {
224339
224505
  "flr-generate": "all",
224340
224506
  "flr-clear-props-context": ""
224341
224507
  },
224342
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
224508
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
224343
224509
  "description": "",
224344
- "displayName": "Radio",
224510
+ "displayName": "RadioButton",
224345
224511
  "methods": [],
224346
224512
  "props": {
224347
224513
  "onFocus": {
@@ -224817,172 +224983,6 @@
224817
224983
  }
224818
224984
  }
224819
224985
  },
224820
- {
224821
- "tags": {},
224822
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
224823
- "description": "",
224824
- "displayName": "PopoverTrigger",
224825
- "methods": [],
224826
- "props": {
224827
- "isDefaultOpen": {
224828
- "defaultValue": null,
224829
- "description": "Whether the overlay should be open initially.",
224830
- "name": "isDefaultOpen",
224831
- "parent": {
224832
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
224833
- "name": "OverlayTriggerProps"
224834
- },
224835
- "declarations": [
224836
- {
224837
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
224838
- "name": "OverlayTriggerProps"
224839
- }
224840
- ],
224841
- "required": false,
224842
- "type": {
224843
- "name": "boolean"
224844
- }
224845
- },
224846
- "controller": {
224847
- "defaultValue": null,
224848
- "description": "A controller to control the state of the overlay.",
224849
- "name": "controller",
224850
- "parent": {
224851
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
224852
- "name": "OverlayTriggerProps"
224853
- },
224854
- "declarations": [
224855
- {
224856
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
224857
- "name": "OverlayTriggerProps"
224858
- }
224859
- ],
224860
- "required": false,
224861
- "type": {
224862
- "name": "OverlayController"
224863
- }
224864
- },
224865
- "wrapWith": {
224866
- "defaultValue": null,
224867
- "description": "",
224868
- "name": "wrapWith",
224869
- "parent": {
224870
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224871
- "name": "FlowComponentProps"
224872
- },
224873
- "declarations": [
224874
- {
224875
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224876
- "name": "FlowComponentProps"
224877
- }
224878
- ],
224879
- "required": false,
224880
- "type": {
224881
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224882
- }
224883
- },
224884
- "tunnelId": {
224885
- "defaultValue": null,
224886
- "description": "@internal",
224887
- "name": "tunnelId",
224888
- "parent": {
224889
- "fileName": "components/src/lib/types/props.ts",
224890
- "name": "PropsWithTunnel"
224891
- },
224892
- "declarations": [
224893
- {
224894
- "fileName": "components/src/lib/types/props.ts",
224895
- "name": "PropsWithTunnel"
224896
- }
224897
- ],
224898
- "required": false,
224899
- "type": {
224900
- "name": "string | null"
224901
- }
224902
- },
224903
- "ref": {
224904
- "defaultValue": null,
224905
- "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}",
224906
- "name": "ref",
224907
- "parent": {
224908
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224909
- "name": "RefAttributes"
224910
- },
224911
- "declarations": [
224912
- {
224913
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224914
- "name": "RefAttributes"
224915
- }
224916
- ],
224917
- "required": false,
224918
- "type": {
224919
- "name": "Ref<HTMLInputElement>"
224920
- }
224921
- },
224922
- "key": {
224923
- "defaultValue": null,
224924
- "description": "",
224925
- "name": "key",
224926
- "parent": {
224927
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224928
- "name": "Attributes"
224929
- },
224930
- "declarations": [
224931
- {
224932
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224933
- "name": "Attributes"
224934
- }
224935
- ],
224936
- "required": false,
224937
- "type": {
224938
- "name": "Key | null"
224939
- }
224940
- },
224941
- "children": {
224942
- "defaultValue": null,
224943
- "description": "",
224944
- "name": "children",
224945
- "declarations": [
224946
- {
224947
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224948
- "name": "TypeLiteral"
224949
- }
224950
- ],
224951
- "required": false,
224952
- "type": {
224953
- "name": "ReactNode"
224954
- }
224955
- }
224956
- }
224957
- },
224958
- {
224959
- "tags": {},
224960
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTip/PopoverTip.tsx",
224961
- "description": "",
224962
- "displayName": "PopoverTip",
224963
- "methods": [],
224964
- "props": {
224965
- "className": {
224966
- "defaultValue": null,
224967
- "description": "The elements class name.",
224968
- "name": "className",
224969
- "parent": {
224970
- "fileName": "components/src/lib/types/props.ts",
224971
- "name": "PropsWithClassName"
224972
- },
224973
- "declarations": [
224974
- {
224975
- "fileName": "components/src/lib/types/props.ts",
224976
- "name": "PropsWithClassName"
224977
- }
224978
- ],
224979
- "required": false,
224980
- "type": {
224981
- "name": "string"
224982
- }
224983
- }
224984
- }
224985
- },
224986
224986
  {
224987
224987
  "tags": {
224988
224988
  "flr-generate": "all"
@@ -232949,9 +232949,9 @@
232949
232949
  },
232950
232950
  {
232951
232951
  "tags": {},
232952
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232952
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232953
232953
  "description": "",
232954
- "displayName": "DateInput",
232954
+ "displayName": "DateRangeInput",
232955
232955
  "methods": [],
232956
232956
  "props": {
232957
232957
  "isDisabled": {
@@ -232959,12 +232959,12 @@
232959
232959
  "description": "",
232960
232960
  "name": "isDisabled",
232961
232961
  "parent": {
232962
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232962
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232963
232963
  "name": "DateInputProps"
232964
232964
  },
232965
232965
  "declarations": [
232966
232966
  {
232967
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232967
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232968
232968
  "name": "DateInputProps"
232969
232969
  }
232970
232970
  ],
@@ -232977,9 +232977,9 @@
232977
232977
  },
232978
232978
  {
232979
232979
  "tags": {},
232980
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232980
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232981
232981
  "description": "",
232982
- "displayName": "DateRangeInput",
232982
+ "displayName": "DateInput",
232983
232983
  "methods": [],
232984
232984
  "props": {
232985
232985
  "isDisabled": {
@@ -232987,12 +232987,12 @@
232987
232987
  "description": "",
232988
232988
  "name": "isDisabled",
232989
232989
  "parent": {
232990
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232990
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232991
232991
  "name": "DateInputProps"
232992
232992
  },
232993
232993
  "declarations": [
232994
232994
  {
232995
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
232995
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
232996
232996
  "name": "DateInputProps"
232997
232997
  }
232998
232998
  ],
@@ -233003,6 +233003,146 @@
233003
233003
  }
233004
233004
  }
233005
233005
  },
233006
+ {
233007
+ "tags": {
233008
+ "flr-generate": "all"
233009
+ },
233010
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
233011
+ "description": "",
233012
+ "displayName": "ContextualHelpTrigger",
233013
+ "methods": [],
233014
+ "props": {
233015
+ "isDefaultOpen": {
233016
+ "defaultValue": null,
233017
+ "description": "Whether the overlay should be open initially.",
233018
+ "name": "isDefaultOpen",
233019
+ "parent": {
233020
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233021
+ "name": "OverlayTriggerProps"
233022
+ },
233023
+ "declarations": [
233024
+ {
233025
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233026
+ "name": "OverlayTriggerProps"
233027
+ }
233028
+ ],
233029
+ "required": false,
233030
+ "type": {
233031
+ "name": "boolean"
233032
+ }
233033
+ },
233034
+ "controller": {
233035
+ "defaultValue": null,
233036
+ "description": "A controller to control the state of the overlay.",
233037
+ "name": "controller",
233038
+ "parent": {
233039
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233040
+ "name": "OverlayTriggerProps"
233041
+ },
233042
+ "declarations": [
233043
+ {
233044
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233045
+ "name": "OverlayTriggerProps"
233046
+ }
233047
+ ],
233048
+ "required": false,
233049
+ "type": {
233050
+ "name": "OverlayController"
233051
+ }
233052
+ },
233053
+ "wrapWith": {
233054
+ "defaultValue": null,
233055
+ "description": "",
233056
+ "name": "wrapWith",
233057
+ "parent": {
233058
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233059
+ "name": "FlowComponentProps"
233060
+ },
233061
+ "declarations": [
233062
+ {
233063
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233064
+ "name": "FlowComponentProps"
233065
+ }
233066
+ ],
233067
+ "required": false,
233068
+ "type": {
233069
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
233070
+ }
233071
+ },
233072
+ "tunnelId": {
233073
+ "defaultValue": null,
233074
+ "description": "@internal",
233075
+ "name": "tunnelId",
233076
+ "parent": {
233077
+ "fileName": "components/src/lib/types/props.ts",
233078
+ "name": "PropsWithTunnel"
233079
+ },
233080
+ "declarations": [
233081
+ {
233082
+ "fileName": "components/src/lib/types/props.ts",
233083
+ "name": "PropsWithTunnel"
233084
+ }
233085
+ ],
233086
+ "required": false,
233087
+ "type": {
233088
+ "name": "string | null"
233089
+ }
233090
+ },
233091
+ "ref": {
233092
+ "defaultValue": null,
233093
+ "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}",
233094
+ "name": "ref",
233095
+ "parent": {
233096
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233097
+ "name": "RefAttributes"
233098
+ },
233099
+ "declarations": [
233100
+ {
233101
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233102
+ "name": "RefAttributes"
233103
+ }
233104
+ ],
233105
+ "required": false,
233106
+ "type": {
233107
+ "name": "Ref<HTMLInputElement>"
233108
+ }
233109
+ },
233110
+ "key": {
233111
+ "defaultValue": null,
233112
+ "description": "",
233113
+ "name": "key",
233114
+ "parent": {
233115
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233116
+ "name": "Attributes"
233117
+ },
233118
+ "declarations": [
233119
+ {
233120
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233121
+ "name": "Attributes"
233122
+ }
233123
+ ],
233124
+ "required": false,
233125
+ "type": {
233126
+ "name": "Key | null"
233127
+ }
233128
+ },
233129
+ "children": {
233130
+ "defaultValue": null,
233131
+ "description": "",
233132
+ "name": "children",
233133
+ "declarations": [
233134
+ {
233135
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233136
+ "name": "TypeLiteral"
233137
+ }
233138
+ ],
233139
+ "required": false,
233140
+ "type": {
233141
+ "name": "ReactNode"
233142
+ }
233143
+ }
233144
+ }
233145
+ },
233006
233146
  {
233007
233147
  "tags": {
233008
233148
  "flr-generate": "all"
@@ -233126,159 +233266,174 @@
233126
233266
  "name": "Key | null"
233127
233267
  }
233128
233268
  },
233129
- "children": {
233130
- "defaultValue": null,
233131
- "description": "",
233132
- "name": "children",
233133
- "declarations": [
233134
- {
233135
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233136
- "name": "TypeLiteral"
233137
- }
233138
- ],
233139
- "required": false,
233140
- "type": {
233141
- "name": "ReactNode"
233142
- }
233143
- }
233144
- }
233145
- },
233146
- {
233147
- "tags": {
233148
- "flr-generate": "all"
233149
- },
233150
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
233151
- "description": "",
233152
- "displayName": "ContextualHelpTrigger",
233153
- "methods": [],
233154
- "props": {
233155
- "isDefaultOpen": {
233156
- "defaultValue": null,
233157
- "description": "Whether the overlay should be open initially.",
233158
- "name": "isDefaultOpen",
233159
- "parent": {
233160
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233161
- "name": "OverlayTriggerProps"
233162
- },
233163
- "declarations": [
233164
- {
233165
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233166
- "name": "OverlayTriggerProps"
233167
- }
233168
- ],
233169
- "required": false,
233170
- "type": {
233171
- "name": "boolean"
233172
- }
233173
- },
233174
- "controller": {
233175
- "defaultValue": null,
233176
- "description": "A controller to control the state of the overlay.",
233177
- "name": "controller",
233178
- "parent": {
233179
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233180
- "name": "OverlayTriggerProps"
233181
- },
233182
- "declarations": [
233183
- {
233184
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
233185
- "name": "OverlayTriggerProps"
233186
- }
233187
- ],
233188
- "required": false,
233189
- "type": {
233190
- "name": "OverlayController"
233191
- }
233192
- },
233193
- "wrapWith": {
233194
- "defaultValue": null,
233195
- "description": "",
233196
- "name": "wrapWith",
233197
- "parent": {
233198
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233199
- "name": "FlowComponentProps"
233200
- },
233201
- "declarations": [
233202
- {
233203
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233204
- "name": "FlowComponentProps"
233205
- }
233206
- ],
233207
- "required": false,
233208
- "type": {
233209
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
233210
- }
233211
- },
233212
- "tunnelId": {
233213
- "defaultValue": null,
233214
- "description": "@internal",
233215
- "name": "tunnelId",
233216
- "parent": {
233217
- "fileName": "components/src/lib/types/props.ts",
233218
- "name": "PropsWithTunnel"
233219
- },
233220
- "declarations": [
233221
- {
233222
- "fileName": "components/src/lib/types/props.ts",
233223
- "name": "PropsWithTunnel"
233224
- }
233225
- ],
233226
- "required": false,
233227
- "type": {
233228
- "name": "string | null"
233229
- }
233230
- },
233231
- "ref": {
233269
+ "children": {
233270
+ "defaultValue": null,
233271
+ "description": "",
233272
+ "name": "children",
233273
+ "declarations": [
233274
+ {
233275
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233276
+ "name": "TypeLiteral"
233277
+ }
233278
+ ],
233279
+ "required": false,
233280
+ "type": {
233281
+ "name": "ReactNode"
233282
+ }
233283
+ }
233284
+ }
233285
+ },
233286
+ {
233287
+ "tags": {
233288
+ "flr-generate": "all"
233289
+ },
233290
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233291
+ "description": "",
233292
+ "displayName": "ContextMenuSection",
233293
+ "methods": [],
233294
+ "props": {
233295
+ "children": {
233296
+ "defaultValue": null,
233297
+ "description": "",
233298
+ "name": "children",
233299
+ "declarations": [
233300
+ {
233301
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233302
+ "name": "TypeLiteral"
233303
+ }
233304
+ ],
233305
+ "required": false,
233306
+ "type": {
233307
+ "name": "ReactNode"
233308
+ }
233309
+ },
233310
+ "wrapWith": {
233311
+ "defaultValue": null,
233312
+ "description": "",
233313
+ "name": "wrapWith",
233314
+ "parent": {
233315
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233316
+ "name": "FlowComponentProps"
233317
+ },
233318
+ "declarations": [
233319
+ {
233320
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233321
+ "name": "FlowComponentProps"
233322
+ }
233323
+ ],
233324
+ "required": false,
233325
+ "type": {
233326
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
233327
+ }
233328
+ },
233329
+ "tunnelId": {
233330
+ "defaultValue": null,
233331
+ "description": "@internal",
233332
+ "name": "tunnelId",
233333
+ "parent": {
233334
+ "fileName": "components/src/lib/types/props.ts",
233335
+ "name": "PropsWithTunnel"
233336
+ },
233337
+ "declarations": [
233338
+ {
233339
+ "fileName": "components/src/lib/types/props.ts",
233340
+ "name": "PropsWithTunnel"
233341
+ }
233342
+ ],
233343
+ "required": false,
233344
+ "type": {
233345
+ "name": "string | null"
233346
+ }
233347
+ },
233348
+ "ref": {
233349
+ "defaultValue": null,
233350
+ "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}",
233351
+ "name": "ref",
233352
+ "parent": {
233353
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233354
+ "name": "RefAttributes"
233355
+ },
233356
+ "declarations": [
233357
+ {
233358
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233359
+ "name": "RefAttributes"
233360
+ }
233361
+ ],
233362
+ "required": false,
233363
+ "type": {
233364
+ "name": "Ref<HTMLInputElement>"
233365
+ }
233366
+ },
233367
+ "key": {
233368
+ "defaultValue": null,
233369
+ "description": "",
233370
+ "name": "key",
233371
+ "parent": {
233372
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233373
+ "name": "Attributes"
233374
+ },
233375
+ "declarations": [
233376
+ {
233377
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233378
+ "name": "Attributes"
233379
+ }
233380
+ ],
233381
+ "required": false,
233382
+ "type": {
233383
+ "name": "Key | null"
233384
+ }
233385
+ },
233386
+ "selectedKeys": {
233232
233387
  "defaultValue": null,
233233
- "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}",
233234
- "name": "ref",
233388
+ "description": "The currently selected keys in the collection (controlled).",
233389
+ "name": "selectedKeys",
233235
233390
  "parent": {
233236
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233237
- "name": "RefAttributes"
233391
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233392
+ "name": "MultipleSelection"
233238
233393
  },
233239
233394
  "declarations": [
233240
233395
  {
233241
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233242
- "name": "RefAttributes"
233396
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233397
+ "name": "MultipleSelection"
233243
233398
  }
233244
233399
  ],
233245
233400
  "required": false,
233246
233401
  "type": {
233247
- "name": "Ref<HTMLInputElement>"
233402
+ "name": "\"all\" | Iterable<Key>"
233248
233403
  }
233249
233404
  },
233250
- "key": {
233405
+ "defaultSelectedKeys": {
233251
233406
  "defaultValue": null,
233252
- "description": "",
233253
- "name": "key",
233407
+ "description": "The initial selected keys in the collection (uncontrolled).",
233408
+ "name": "defaultSelectedKeys",
233254
233409
  "parent": {
233255
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233256
- "name": "Attributes"
233410
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233411
+ "name": "MultipleSelection"
233257
233412
  },
233258
233413
  "declarations": [
233259
233414
  {
233260
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233261
- "name": "Attributes"
233415
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233416
+ "name": "MultipleSelection"
233262
233417
  }
233263
233418
  ],
233264
233419
  "required": false,
233265
233420
  "type": {
233266
- "name": "Key | null"
233421
+ "name": "\"all\" | Iterable<Key>"
233267
233422
  }
233268
233423
  },
233269
- "children": {
233424
+ "selectionMode": {
233270
233425
  "defaultValue": null,
233271
233426
  "description": "",
233272
- "name": "children",
233427
+ "name": "selectionMode",
233273
233428
  "declarations": [
233274
233429
  {
233275
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233430
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233276
233431
  "name": "TypeLiteral"
233277
233432
  }
233278
233433
  ],
233279
233434
  "required": false,
233280
233435
  "type": {
233281
- "name": "ReactNode"
233436
+ "name": "ContextMenuSelectionMode"
233282
233437
  }
233283
233438
  }
233284
233439
  }
@@ -233790,169 +233945,6 @@
233790
233945
  }
233791
233946
  }
233792
233947
  },
233793
- {
233794
- "tags": {
233795
- "flr-generate": "all"
233796
- },
233797
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233798
- "description": "",
233799
- "displayName": "ContextMenuSection",
233800
- "methods": [],
233801
- "props": {
233802
- "children": {
233803
- "defaultValue": null,
233804
- "description": "",
233805
- "name": "children",
233806
- "declarations": [
233807
- {
233808
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233809
- "name": "TypeLiteral"
233810
- }
233811
- ],
233812
- "required": false,
233813
- "type": {
233814
- "name": "ReactNode"
233815
- }
233816
- },
233817
- "wrapWith": {
233818
- "defaultValue": null,
233819
- "description": "",
233820
- "name": "wrapWith",
233821
- "parent": {
233822
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233823
- "name": "FlowComponentProps"
233824
- },
233825
- "declarations": [
233826
- {
233827
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
233828
- "name": "FlowComponentProps"
233829
- }
233830
- ],
233831
- "required": false,
233832
- "type": {
233833
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
233834
- }
233835
- },
233836
- "tunnelId": {
233837
- "defaultValue": null,
233838
- "description": "@internal",
233839
- "name": "tunnelId",
233840
- "parent": {
233841
- "fileName": "components/src/lib/types/props.ts",
233842
- "name": "PropsWithTunnel"
233843
- },
233844
- "declarations": [
233845
- {
233846
- "fileName": "components/src/lib/types/props.ts",
233847
- "name": "PropsWithTunnel"
233848
- }
233849
- ],
233850
- "required": false,
233851
- "type": {
233852
- "name": "string | null"
233853
- }
233854
- },
233855
- "ref": {
233856
- "defaultValue": null,
233857
- "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}",
233858
- "name": "ref",
233859
- "parent": {
233860
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233861
- "name": "RefAttributes"
233862
- },
233863
- "declarations": [
233864
- {
233865
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233866
- "name": "RefAttributes"
233867
- }
233868
- ],
233869
- "required": false,
233870
- "type": {
233871
- "name": "Ref<HTMLInputElement>"
233872
- }
233873
- },
233874
- "key": {
233875
- "defaultValue": null,
233876
- "description": "",
233877
- "name": "key",
233878
- "parent": {
233879
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233880
- "name": "Attributes"
233881
- },
233882
- "declarations": [
233883
- {
233884
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
233885
- "name": "Attributes"
233886
- }
233887
- ],
233888
- "required": false,
233889
- "type": {
233890
- "name": "Key | null"
233891
- }
233892
- },
233893
- "selectedKeys": {
233894
- "defaultValue": null,
233895
- "description": "The currently selected keys in the collection (controlled).",
233896
- "name": "selectedKeys",
233897
- "parent": {
233898
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233899
- "name": "MultipleSelection"
233900
- },
233901
- "declarations": [
233902
- {
233903
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233904
- "name": "MultipleSelection"
233905
- }
233906
- ],
233907
- "required": false,
233908
- "type": {
233909
- "name": "\"all\" | Iterable<Key>"
233910
- }
233911
- },
233912
- "defaultSelectedKeys": {
233913
- "defaultValue": null,
233914
- "description": "The initial selected keys in the collection (uncontrolled).",
233915
- "name": "defaultSelectedKeys",
233916
- "parent": {
233917
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233918
- "name": "MultipleSelection"
233919
- },
233920
- "declarations": [
233921
- {
233922
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.30.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
233923
- "name": "MultipleSelection"
233924
- }
233925
- ],
233926
- "required": false,
233927
- "type": {
233928
- "name": "\"all\" | Iterable<Key>"
233929
- }
233930
- },
233931
- "selectionMode": {
233932
- "defaultValue": null,
233933
- "description": "",
233934
- "name": "selectionMode",
233935
- "declarations": [
233936
- {
233937
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
233938
- "name": "TypeLiteral"
233939
- }
233940
- ],
233941
- "required": false,
233942
- "type": {
233943
- "name": "ContextMenuSelectionMode"
233944
- }
233945
- }
233946
- }
233947
- },
233948
- {
233949
- "tags": {},
233950
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
233951
- "description": "",
233952
- "displayName": "CalendarHeader",
233953
- "methods": [],
233954
- "props": {}
233955
- },
233956
233948
  {
233957
233949
  "tags": {},
233958
233950
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ChartLegend/components/LegendContent/LegendContent.tsx",
@@ -242781,6 +242773,14 @@
242781
242773
  }
242782
242774
  }
242783
242775
  },
242776
+ {
242777
+ "tags": {},
242778
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
242779
+ "description": "",
242780
+ "displayName": "CalendarHeader",
242781
+ "methods": [],
242782
+ "props": {}
242783
+ },
242784
242784
  {
242785
242785
  "tags": {},
242786
242786
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",