@mittwald/flow-react-components 0.2.0-alpha.462 → 0.2.0-alpha.464

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.
@@ -93401,165 +93401,6 @@
93401
93401
  }
93402
93402
  }
93403
93403
  },
93404
- {
93405
- "tags": {},
93406
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
93407
- "description": "",
93408
- "displayName": "LightBox",
93409
- "methods": [],
93410
- "props": {
93411
- "controller": {
93412
- "defaultValue": null,
93413
- "description": "An overlay controller to control the light box state.",
93414
- "name": "controller",
93415
- "parent": {
93416
- "fileName": "components/src/components/LightBox/LightBox.tsx",
93417
- "name": "LightBoxProps"
93418
- },
93419
- "declarations": [
93420
- {
93421
- "fileName": "components/src/components/LightBox/LightBox.tsx",
93422
- "name": "LightBoxProps"
93423
- }
93424
- ],
93425
- "required": false,
93426
- "type": {
93427
- "name": "OverlayController"
93428
- }
93429
- },
93430
- "fitScreen": {
93431
- "defaultValue": {
93432
- "value": "true"
93433
- },
93434
- "description": "Whether content can be displayed larger than the available space in the\nscreen.",
93435
- "name": "fitScreen",
93436
- "parent": {
93437
- "fileName": "components/src/components/LightBox/LightBox.tsx",
93438
- "name": "LightBoxProps"
93439
- },
93440
- "declarations": [
93441
- {
93442
- "fileName": "components/src/components/LightBox/LightBox.tsx",
93443
- "name": "LightBoxProps"
93444
- }
93445
- ],
93446
- "required": false,
93447
- "type": {
93448
- "name": "boolean"
93449
- }
93450
- },
93451
- "children": {
93452
- "defaultValue": null,
93453
- "description": "",
93454
- "name": "children",
93455
- "declarations": [
93456
- {
93457
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93458
- "name": "TypeLiteral"
93459
- }
93460
- ],
93461
- "required": false,
93462
- "type": {
93463
- "name": "ReactNode"
93464
- }
93465
- },
93466
- "wrapWith": {
93467
- "defaultValue": null,
93468
- "description": "",
93469
- "name": "wrapWith",
93470
- "parent": {
93471
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
93472
- "name": "FlowComponentProps"
93473
- },
93474
- "declarations": [
93475
- {
93476
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
93477
- "name": "FlowComponentProps"
93478
- }
93479
- ],
93480
- "required": false,
93481
- "type": {
93482
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
93483
- }
93484
- },
93485
- "tunnelId": {
93486
- "defaultValue": null,
93487
- "description": "@internal",
93488
- "name": "tunnelId",
93489
- "parent": {
93490
- "fileName": "components/src/lib/types/props.ts",
93491
- "name": "PropsWithTunnel"
93492
- },
93493
- "declarations": [
93494
- {
93495
- "fileName": "components/src/lib/types/props.ts",
93496
- "name": "PropsWithTunnel"
93497
- }
93498
- ],
93499
- "required": false,
93500
- "type": {
93501
- "name": "string | null"
93502
- }
93503
- },
93504
- "ref": {
93505
- "defaultValue": null,
93506
- "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}",
93507
- "name": "ref",
93508
- "parent": {
93509
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93510
- "name": "RefAttributes"
93511
- },
93512
- "declarations": [
93513
- {
93514
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93515
- "name": "RefAttributes"
93516
- }
93517
- ],
93518
- "required": false,
93519
- "type": {
93520
- "name": "Ref<HTMLInputElement>"
93521
- }
93522
- },
93523
- "key": {
93524
- "defaultValue": null,
93525
- "description": "",
93526
- "name": "key",
93527
- "parent": {
93528
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93529
- "name": "Attributes"
93530
- },
93531
- "declarations": [
93532
- {
93533
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
93534
- "name": "Attributes"
93535
- }
93536
- ],
93537
- "required": false,
93538
- "type": {
93539
- "name": "Key | null"
93540
- }
93541
- },
93542
- "className": {
93543
- "defaultValue": null,
93544
- "description": "The elements class name.",
93545
- "name": "className",
93546
- "parent": {
93547
- "fileName": "components/src/lib/types/props.ts",
93548
- "name": "PropsWithClassName"
93549
- },
93550
- "declarations": [
93551
- {
93552
- "fileName": "components/src/lib/types/props.ts",
93553
- "name": "PropsWithClassName"
93554
- }
93555
- ],
93556
- "required": false,
93557
- "type": {
93558
- "name": "string"
93559
- }
93560
- }
93561
- }
93562
- },
93563
93404
  {
93564
93405
  "tags": {
93565
93406
  "flr-generate": "all",
@@ -95660,6 +95501,165 @@
95660
95501
  }
95661
95502
  }
95662
95503
  },
95504
+ {
95505
+ "tags": {},
95506
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
95507
+ "description": "",
95508
+ "displayName": "LightBox",
95509
+ "methods": [],
95510
+ "props": {
95511
+ "controller": {
95512
+ "defaultValue": null,
95513
+ "description": "An overlay controller to control the light box state.",
95514
+ "name": "controller",
95515
+ "parent": {
95516
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
95517
+ "name": "LightBoxProps"
95518
+ },
95519
+ "declarations": [
95520
+ {
95521
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
95522
+ "name": "LightBoxProps"
95523
+ }
95524
+ ],
95525
+ "required": false,
95526
+ "type": {
95527
+ "name": "OverlayController"
95528
+ }
95529
+ },
95530
+ "fitScreen": {
95531
+ "defaultValue": {
95532
+ "value": "true"
95533
+ },
95534
+ "description": "Whether content can be displayed larger than the available space in the\nscreen.",
95535
+ "name": "fitScreen",
95536
+ "parent": {
95537
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
95538
+ "name": "LightBoxProps"
95539
+ },
95540
+ "declarations": [
95541
+ {
95542
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
95543
+ "name": "LightBoxProps"
95544
+ }
95545
+ ],
95546
+ "required": false,
95547
+ "type": {
95548
+ "name": "boolean"
95549
+ }
95550
+ },
95551
+ "children": {
95552
+ "defaultValue": null,
95553
+ "description": "",
95554
+ "name": "children",
95555
+ "declarations": [
95556
+ {
95557
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
95558
+ "name": "TypeLiteral"
95559
+ }
95560
+ ],
95561
+ "required": false,
95562
+ "type": {
95563
+ "name": "ReactNode"
95564
+ }
95565
+ },
95566
+ "wrapWith": {
95567
+ "defaultValue": null,
95568
+ "description": "",
95569
+ "name": "wrapWith",
95570
+ "parent": {
95571
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
95572
+ "name": "FlowComponentProps"
95573
+ },
95574
+ "declarations": [
95575
+ {
95576
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
95577
+ "name": "FlowComponentProps"
95578
+ }
95579
+ ],
95580
+ "required": false,
95581
+ "type": {
95582
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
95583
+ }
95584
+ },
95585
+ "tunnelId": {
95586
+ "defaultValue": null,
95587
+ "description": "@internal",
95588
+ "name": "tunnelId",
95589
+ "parent": {
95590
+ "fileName": "components/src/lib/types/props.ts",
95591
+ "name": "PropsWithTunnel"
95592
+ },
95593
+ "declarations": [
95594
+ {
95595
+ "fileName": "components/src/lib/types/props.ts",
95596
+ "name": "PropsWithTunnel"
95597
+ }
95598
+ ],
95599
+ "required": false,
95600
+ "type": {
95601
+ "name": "string | null"
95602
+ }
95603
+ },
95604
+ "ref": {
95605
+ "defaultValue": null,
95606
+ "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}",
95607
+ "name": "ref",
95608
+ "parent": {
95609
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
95610
+ "name": "RefAttributes"
95611
+ },
95612
+ "declarations": [
95613
+ {
95614
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
95615
+ "name": "RefAttributes"
95616
+ }
95617
+ ],
95618
+ "required": false,
95619
+ "type": {
95620
+ "name": "Ref<HTMLInputElement>"
95621
+ }
95622
+ },
95623
+ "key": {
95624
+ "defaultValue": null,
95625
+ "description": "",
95626
+ "name": "key",
95627
+ "parent": {
95628
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
95629
+ "name": "Attributes"
95630
+ },
95631
+ "declarations": [
95632
+ {
95633
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
95634
+ "name": "Attributes"
95635
+ }
95636
+ ],
95637
+ "required": false,
95638
+ "type": {
95639
+ "name": "Key | null"
95640
+ }
95641
+ },
95642
+ "className": {
95643
+ "defaultValue": null,
95644
+ "description": "The elements class name.",
95645
+ "name": "className",
95646
+ "parent": {
95647
+ "fileName": "components/src/lib/types/props.ts",
95648
+ "name": "PropsWithClassName"
95649
+ },
95650
+ "declarations": [
95651
+ {
95652
+ "fileName": "components/src/lib/types/props.ts",
95653
+ "name": "PropsWithClassName"
95654
+ }
95655
+ ],
95656
+ "required": false,
95657
+ "type": {
95658
+ "name": "string"
95659
+ }
95660
+ }
95661
+ }
95662
+ },
95663
95663
  {
95664
95664
  "tags": {
95665
95665
  "flr-generate": "all"
@@ -298106,269 +298106,131 @@
298106
298106
  },
298107
298107
  {
298108
298108
  "tags": {},
298109
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
298110
- "description": "",
298111
- "displayName": "ListItemView",
298112
- "methods": [],
298113
- "props": {
298114
- "children": {
298115
- "defaultValue": null,
298116
- "description": "",
298117
- "name": "children",
298118
- "declarations": [
298119
- {
298120
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
298121
- "name": "TypeLiteral"
298122
- }
298123
- ],
298124
- "required": false,
298125
- "type": {
298126
- "name": "ReactNode"
298127
- }
298128
- },
298129
- "s": {
298130
- "defaultValue": null,
298131
- "description": "Column layout for container size s.",
298132
- "name": "s",
298133
- "parent": {
298134
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298135
- "name": "ColumnLayoutProps"
298136
- },
298137
- "declarations": [
298138
- {
298139
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298140
- "name": "ColumnLayoutProps"
298141
- }
298142
- ],
298143
- "required": false,
298144
- "type": {
298145
- "name": "(number | null)[]"
298146
- }
298147
- },
298148
- "m": {
298149
- "defaultValue": null,
298150
- "description": "Column layout for container size m.",
298151
- "name": "m",
298152
- "parent": {
298153
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298154
- "name": "ColumnLayoutProps"
298155
- },
298156
- "declarations": [
298157
- {
298158
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298159
- "name": "ColumnLayoutProps"
298160
- }
298161
- ],
298162
- "required": false,
298163
- "type": {
298164
- "name": "(number | null)[]"
298165
- }
298166
- },
298167
- "l": {
298168
- "defaultValue": null,
298169
- "description": "Column layout for container size l.",
298170
- "name": "l",
298171
- "parent": {
298172
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298173
- "name": "ColumnLayoutProps"
298174
- },
298175
- "declarations": [
298176
- {
298177
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298178
- "name": "ColumnLayoutProps"
298179
- }
298180
- ],
298181
- "required": false,
298182
- "type": {
298183
- "name": "(number | null)[]"
298184
- }
298185
- }
298186
- }
298187
- },
298188
- {
298189
- "tags": {},
298190
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
298191
- "description": "",
298192
- "displayName": "Items",
298193
- "methods": [],
298194
- "props": {}
298195
- },
298196
- {
298197
- "tags": {},
298198
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
298199
- "description": "",
298200
- "displayName": "Header",
298201
- "methods": [],
298202
- "props": {
298203
- "className": {
298204
- "defaultValue": null,
298205
- "description": "The elements class name.",
298206
- "name": "className",
298207
- "parent": {
298208
- "fileName": "components/src/lib/types/props.ts",
298209
- "name": "PropsWithClassName"
298210
- },
298211
- "declarations": [
298212
- {
298213
- "fileName": "components/src/lib/types/props.ts",
298214
- "name": "PropsWithClassName"
298215
- }
298216
- ],
298217
- "required": false,
298218
- "type": {
298219
- "name": "string"
298220
- }
298221
- }
298222
- }
298223
- },
298224
- {
298225
- "tags": {},
298226
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
298227
- "description": "",
298228
- "displayName": "Footer",
298229
- "methods": [],
298230
- "props": {}
298231
- },
298232
- {
298233
- "tags": {},
298234
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
298235
- "description": "",
298236
- "displayName": "LightBoxTrigger",
298237
- "methods": [],
298238
- "props": {
298239
- "isDefaultOpen": {
298240
- "defaultValue": null,
298241
- "description": "Whether the overlay should be open initially.",
298242
- "name": "isDefaultOpen",
298243
- "parent": {
298244
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
298245
- "name": "OverlayTriggerProps"
298246
- },
298247
- "declarations": [
298248
- {
298249
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
298250
- "name": "OverlayTriggerProps"
298251
- }
298252
- ],
298253
- "required": false,
298254
- "type": {
298255
- "name": "boolean"
298256
- }
298257
- },
298258
- "controller": {
298259
- "defaultValue": null,
298260
- "description": "A controller to control the state of the overlay.",
298261
- "name": "controller",
298262
- "parent": {
298263
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
298264
- "name": "OverlayTriggerProps"
298265
- },
298266
- "declarations": [
298267
- {
298268
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
298269
- "name": "OverlayTriggerProps"
298270
- }
298271
- ],
298272
- "required": false,
298273
- "type": {
298274
- "name": "OverlayController"
298275
- }
298276
- },
298277
- "wrapWith": {
298278
- "defaultValue": null,
298279
- "description": "",
298280
- "name": "wrapWith",
298281
- "parent": {
298282
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
298283
- "name": "FlowComponentProps"
298284
- },
298285
- "declarations": [
298286
- {
298287
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
298288
- "name": "FlowComponentProps"
298289
- }
298290
- ],
298291
- "required": false,
298292
- "type": {
298293
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
298294
- }
298295
- },
298296
- "tunnelId": {
298297
- "defaultValue": null,
298298
- "description": "@internal",
298299
- "name": "tunnelId",
298300
- "parent": {
298301
- "fileName": "components/src/lib/types/props.ts",
298302
- "name": "PropsWithTunnel"
298303
- },
298304
- "declarations": [
298305
- {
298306
- "fileName": "components/src/lib/types/props.ts",
298307
- "name": "PropsWithTunnel"
298308
- }
298309
- ],
298310
- "required": false,
298311
- "type": {
298312
- "name": "string | null"
298313
- }
298314
- },
298315
- "ref": {
298316
- "defaultValue": null,
298317
- "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}",
298318
- "name": "ref",
298319
- "parent": {
298320
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
298321
- "name": "RefAttributes"
298322
- },
298323
- "declarations": [
298324
- {
298325
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
298326
- "name": "RefAttributes"
298327
- }
298328
- ],
298329
- "required": false,
298330
- "type": {
298331
- "name": "Ref<HTMLInputElement>"
298332
- }
298333
- },
298334
- "key": {
298335
- "defaultValue": null,
298336
- "description": "",
298337
- "name": "key",
298338
- "parent": {
298339
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
298340
- "name": "Attributes"
298341
- },
298342
- "declarations": [
298343
- {
298344
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
298345
- "name": "Attributes"
298346
- }
298347
- ],
298348
- "required": false,
298349
- "type": {
298350
- "name": "Key | null"
298351
- }
298352
- },
298353
- "children": {
298354
- "defaultValue": null,
298355
- "description": "",
298356
- "name": "children",
298357
- "declarations": [
298358
- {
298359
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
298360
- "name": "TypeLiteral"
298361
- }
298362
- ],
298363
- "required": false,
298364
- "type": {
298365
- "name": "ReactNode"
298366
- }
298367
- }
298368
- }
298369
- },
298370
- {
298371
- "tags": {},
298109
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
298110
+ "description": "",
298111
+ "displayName": "ListItemView",
298112
+ "methods": [],
298113
+ "props": {
298114
+ "children": {
298115
+ "defaultValue": null,
298116
+ "description": "",
298117
+ "name": "children",
298118
+ "declarations": [
298119
+ {
298120
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
298121
+ "name": "TypeLiteral"
298122
+ }
298123
+ ],
298124
+ "required": false,
298125
+ "type": {
298126
+ "name": "ReactNode"
298127
+ }
298128
+ },
298129
+ "s": {
298130
+ "defaultValue": null,
298131
+ "description": "Column layout for container size s.",
298132
+ "name": "s",
298133
+ "parent": {
298134
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298135
+ "name": "ColumnLayoutProps"
298136
+ },
298137
+ "declarations": [
298138
+ {
298139
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298140
+ "name": "ColumnLayoutProps"
298141
+ }
298142
+ ],
298143
+ "required": false,
298144
+ "type": {
298145
+ "name": "(number | null)[]"
298146
+ }
298147
+ },
298148
+ "m": {
298149
+ "defaultValue": null,
298150
+ "description": "Column layout for container size m.",
298151
+ "name": "m",
298152
+ "parent": {
298153
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298154
+ "name": "ColumnLayoutProps"
298155
+ },
298156
+ "declarations": [
298157
+ {
298158
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298159
+ "name": "ColumnLayoutProps"
298160
+ }
298161
+ ],
298162
+ "required": false,
298163
+ "type": {
298164
+ "name": "(number | null)[]"
298165
+ }
298166
+ },
298167
+ "l": {
298168
+ "defaultValue": null,
298169
+ "description": "Column layout for container size l.",
298170
+ "name": "l",
298171
+ "parent": {
298172
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298173
+ "name": "ColumnLayoutProps"
298174
+ },
298175
+ "declarations": [
298176
+ {
298177
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
298178
+ "name": "ColumnLayoutProps"
298179
+ }
298180
+ ],
298181
+ "required": false,
298182
+ "type": {
298183
+ "name": "(number | null)[]"
298184
+ }
298185
+ }
298186
+ }
298187
+ },
298188
+ {
298189
+ "tags": {},
298190
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
298191
+ "description": "",
298192
+ "displayName": "Items",
298193
+ "methods": [],
298194
+ "props": {}
298195
+ },
298196
+ {
298197
+ "tags": {},
298198
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
298199
+ "description": "",
298200
+ "displayName": "Header",
298201
+ "methods": [],
298202
+ "props": {
298203
+ "className": {
298204
+ "defaultValue": null,
298205
+ "description": "The elements class name.",
298206
+ "name": "className",
298207
+ "parent": {
298208
+ "fileName": "components/src/lib/types/props.ts",
298209
+ "name": "PropsWithClassName"
298210
+ },
298211
+ "declarations": [
298212
+ {
298213
+ "fileName": "components/src/lib/types/props.ts",
298214
+ "name": "PropsWithClassName"
298215
+ }
298216
+ ],
298217
+ "required": false,
298218
+ "type": {
298219
+ "name": "string"
298220
+ }
298221
+ }
298222
+ }
298223
+ },
298224
+ {
298225
+ "tags": {},
298226
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
298227
+ "description": "",
298228
+ "displayName": "Footer",
298229
+ "methods": [],
298230
+ "props": {}
298231
+ },
298232
+ {
298233
+ "tags": {},
298372
298234
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
298373
298235
  "description": "",
298374
298236
  "displayName": "LinkIcon",
@@ -300464,6 +300326,144 @@
300464
300326
  }
300465
300327
  }
300466
300328
  },
300329
+ {
300330
+ "tags": {},
300331
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
300332
+ "description": "",
300333
+ "displayName": "LightBoxTrigger",
300334
+ "methods": [],
300335
+ "props": {
300336
+ "isDefaultOpen": {
300337
+ "defaultValue": null,
300338
+ "description": "Whether the overlay should be open initially.",
300339
+ "name": "isDefaultOpen",
300340
+ "parent": {
300341
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
300342
+ "name": "OverlayTriggerProps"
300343
+ },
300344
+ "declarations": [
300345
+ {
300346
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
300347
+ "name": "OverlayTriggerProps"
300348
+ }
300349
+ ],
300350
+ "required": false,
300351
+ "type": {
300352
+ "name": "boolean"
300353
+ }
300354
+ },
300355
+ "controller": {
300356
+ "defaultValue": null,
300357
+ "description": "A controller to control the state of the overlay.",
300358
+ "name": "controller",
300359
+ "parent": {
300360
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
300361
+ "name": "OverlayTriggerProps"
300362
+ },
300363
+ "declarations": [
300364
+ {
300365
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
300366
+ "name": "OverlayTriggerProps"
300367
+ }
300368
+ ],
300369
+ "required": false,
300370
+ "type": {
300371
+ "name": "OverlayController"
300372
+ }
300373
+ },
300374
+ "wrapWith": {
300375
+ "defaultValue": null,
300376
+ "description": "",
300377
+ "name": "wrapWith",
300378
+ "parent": {
300379
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
300380
+ "name": "FlowComponentProps"
300381
+ },
300382
+ "declarations": [
300383
+ {
300384
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
300385
+ "name": "FlowComponentProps"
300386
+ }
300387
+ ],
300388
+ "required": false,
300389
+ "type": {
300390
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
300391
+ }
300392
+ },
300393
+ "tunnelId": {
300394
+ "defaultValue": null,
300395
+ "description": "@internal",
300396
+ "name": "tunnelId",
300397
+ "parent": {
300398
+ "fileName": "components/src/lib/types/props.ts",
300399
+ "name": "PropsWithTunnel"
300400
+ },
300401
+ "declarations": [
300402
+ {
300403
+ "fileName": "components/src/lib/types/props.ts",
300404
+ "name": "PropsWithTunnel"
300405
+ }
300406
+ ],
300407
+ "required": false,
300408
+ "type": {
300409
+ "name": "string | null"
300410
+ }
300411
+ },
300412
+ "ref": {
300413
+ "defaultValue": null,
300414
+ "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}",
300415
+ "name": "ref",
300416
+ "parent": {
300417
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
300418
+ "name": "RefAttributes"
300419
+ },
300420
+ "declarations": [
300421
+ {
300422
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
300423
+ "name": "RefAttributes"
300424
+ }
300425
+ ],
300426
+ "required": false,
300427
+ "type": {
300428
+ "name": "Ref<HTMLInputElement>"
300429
+ }
300430
+ },
300431
+ "key": {
300432
+ "defaultValue": null,
300433
+ "description": "",
300434
+ "name": "key",
300435
+ "parent": {
300436
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
300437
+ "name": "Attributes"
300438
+ },
300439
+ "declarations": [
300440
+ {
300441
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
300442
+ "name": "Attributes"
300443
+ }
300444
+ ],
300445
+ "required": false,
300446
+ "type": {
300447
+ "name": "Key | null"
300448
+ }
300449
+ },
300450
+ "children": {
300451
+ "defaultValue": null,
300452
+ "description": "",
300453
+ "name": "children",
300454
+ "declarations": [
300455
+ {
300456
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
300457
+ "name": "TypeLiteral"
300458
+ }
300459
+ ],
300460
+ "required": false,
300461
+ "type": {
300462
+ "name": "ReactNode"
300463
+ }
300464
+ }
300465
+ }
300466
+ },
300467
300467
  {
300468
300468
  "tags": {},
300469
300469
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",