@mittwald/flow-react-components 0.2.0-alpha.860 → 0.2.0-alpha.862

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +860 -643
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/_virtual/_.locale.json@336b55642799ceb712b6536282d93365.mjs +20 -0
  5. package/dist/js/_virtual/_.locale.json@336b55642799ceb712b6536282d93365.mjs.map +1 -0
  6. package/dist/js/default.mjs +2 -0
  7. package/dist/js/default.mjs.map +1 -1
  8. package/dist/js/flr-universal.mjs +2 -0
  9. package/dist/js/flr-universal.mjs.map +1 -1
  10. package/dist/js/packages/components/src/components/LightBox/LightBox.mjs +7 -0
  11. package/dist/js/packages/components/src/components/LightBox/LightBox.mjs.map +1 -1
  12. package/dist/js/packages/components/src/components/LightBox/LightBox.module.scss.mjs +4 -2
  13. package/dist/js/packages/components/src/components/LightBox/LightBox.module.scss.mjs.map +1 -1
  14. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/Controls.mjs +36 -0
  15. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/Controls.mjs.map +1 -0
  16. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.mjs +111 -0
  17. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.mjs.map +1 -0
  18. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.module.scss.mjs +31 -0
  19. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.module.scss.mjs.map +1 -0
  20. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.mjs +63 -0
  21. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.mjs.map +1 -0
  22. package/dist/js/packages/components/src/components/List/List.mjs +1 -1
  23. package/dist/js/packages/components/src/components/List/List.mjs.map +1 -1
  24. package/dist/js/packages/components/src/components/propTypes/index.mjs +2 -0
  25. package/dist/js/packages/components/src/components/propTypes/index.mjs.map +1 -1
  26. package/dist/js/packages/design-tokens/dist/json/all-dark.json.mjs +1 -1
  27. package/dist/js/packages/design-tokens/dist/json/all-light.json.mjs +1 -1
  28. package/dist/types/components/LightBox/LightBox.d.ts.map +1 -1
  29. package/dist/types/components/LightBox/components/LightBoxGallery/Controls.d.ts +8 -0
  30. package/dist/types/components/LightBox/components/LightBoxGallery/Controls.d.ts.map +1 -0
  31. package/dist/types/components/LightBox/components/LightBoxGallery/LightBoxGallery.d.ts +10 -0
  32. package/dist/types/components/LightBox/components/LightBoxGallery/LightBoxGallery.d.ts.map +1 -0
  33. package/dist/types/components/LightBox/components/LightBoxGallery/index.d.ts +2 -0
  34. package/dist/types/components/LightBox/components/LightBoxGallery/index.d.ts.map +1 -0
  35. package/dist/types/components/LightBox/components/LightBoxGallery/view.d.ts +8 -0
  36. package/dist/types/components/LightBox/components/LightBoxGallery/view.d.ts.map +1 -0
  37. package/dist/types/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.d.ts +7 -0
  38. package/dist/types/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.d.ts.map +1 -0
  39. package/dist/types/components/LightBox/components/LightBoxGalleryItem/index.d.ts +2 -0
  40. package/dist/types/components/LightBox/components/LightBoxGalleryItem/index.d.ts.map +1 -0
  41. package/dist/types/components/LightBox/components/LightBoxGalleryItem/view.d.ts +8 -0
  42. package/dist/types/components/LightBox/components/LightBoxGalleryItem/view.d.ts.map +1 -0
  43. package/dist/types/components/LightBox/index.d.ts +2 -0
  44. package/dist/types/components/LightBox/index.d.ts.map +1 -1
  45. package/dist/types/components/LightBox/stories/Default.stories.d.ts +1 -0
  46. package/dist/types/components/LightBox/stories/Default.stories.d.ts.map +1 -1
  47. package/dist/types/components/LightBox/view.d.ts +8 -0
  48. package/dist/types/components/LightBox/view.d.ts.map +1 -0
  49. package/dist/types/components/List/List.d.ts.map +1 -1
  50. package/dist/types/components/propTypes/index.d.ts +3 -1
  51. package/dist/types/components/propTypes/index.d.ts.map +1 -1
  52. package/dist/types/lib/theming/hooks/useDesignTokens.d.ts +128 -0
  53. package/dist/types/lib/theming/hooks/useDesignTokens.d.ts.map +1 -1
  54. package/dist/types/views/LightBoxGalleryItemView.d.ts +5 -0
  55. package/dist/types/views/LightBoxGalleryItemView.d.ts.map +1 -0
  56. package/dist/types/views/LightBoxGalleryView.d.ts +5 -0
  57. package/dist/types/views/LightBoxGalleryView.d.ts.map +1 -0
  58. package/package.json +6 -6
@@ -201618,52 +201618,6 @@
201618
201618
  }
201619
201619
  }
201620
201620
  },
201621
- {
201622
- "tags": {
201623
- "flr-generate": "all",
201624
- "flr-ignore-props": "componentProps"
201625
- },
201626
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.tsx",
201627
- "description": "",
201628
- "displayName": "ComponentPropsContextProvider",
201629
- "methods": [],
201630
- "props": {
201631
- "componentProps": {
201632
- "defaultValue": null,
201633
- "description": "",
201634
- "name": "componentProps",
201635
- "parent": {
201636
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
201637
- "name": "ComponentPropsContextProviderProps"
201638
- },
201639
- "declarations": [
201640
- {
201641
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
201642
- "name": "ComponentPropsContextProviderProps"
201643
- }
201644
- ],
201645
- "required": false,
201646
- "type": {
201647
- "name": "PropsContext"
201648
- }
201649
- },
201650
- "children": {
201651
- "defaultValue": null,
201652
- "description": "",
201653
- "name": "children",
201654
- "declarations": [
201655
- {
201656
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
201657
- "name": "TypeLiteral"
201658
- }
201659
- ],
201660
- "required": false,
201661
- "type": {
201662
- "name": "ReactNode"
201663
- }
201664
- }
201665
- }
201666
- },
201667
201621
  {
201668
201622
  "tags": {
201669
201623
  "flr-generate": "all"
@@ -207044,6 +206998,52 @@
207044
206998
  }
207045
206999
  }
207046
207000
  },
207001
+ {
207002
+ "tags": {
207003
+ "flr-generate": "all",
207004
+ "flr-ignore-props": "componentProps"
207005
+ },
207006
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.tsx",
207007
+ "description": "",
207008
+ "displayName": "ComponentPropsContextProvider",
207009
+ "methods": [],
207010
+ "props": {
207011
+ "componentProps": {
207012
+ "defaultValue": null,
207013
+ "description": "",
207014
+ "name": "componentProps",
207015
+ "parent": {
207016
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
207017
+ "name": "ComponentPropsContextProviderProps"
207018
+ },
207019
+ "declarations": [
207020
+ {
207021
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
207022
+ "name": "ComponentPropsContextProviderProps"
207023
+ }
207024
+ ],
207025
+ "required": false,
207026
+ "type": {
207027
+ "name": "PropsContext"
207028
+ }
207029
+ },
207030
+ "children": {
207031
+ "defaultValue": null,
207032
+ "description": "",
207033
+ "name": "children",
207034
+ "declarations": [
207035
+ {
207036
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
207037
+ "name": "TypeLiteral"
207038
+ }
207039
+ ],
207040
+ "required": false,
207041
+ "type": {
207042
+ "name": "ReactNode"
207043
+ }
207044
+ }
207045
+ }
207046
+ },
207047
207047
  {
207048
207048
  "tags": {
207049
207049
  "flr-generate": "all"
@@ -267095,10 +267095,10 @@
267095
267095
  "name": "() => StringIterator<string>"
267096
267096
  }
267097
267097
  },
267098
- "__@unscopables@1527": {
267098
+ "__@unscopables@1529": {
267099
267099
  "defaultValue": null,
267100
267100
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
267101
- "name": "__@unscopables@1527",
267101
+ "name": "__@unscopables@1529",
267102
267102
  "parent": {
267103
267103
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
267104
267104
  "name": "Array"
@@ -267927,10 +267927,10 @@
267927
267927
  "name": "() => StringIterator<string>"
267928
267928
  }
267929
267929
  },
267930
- "__@unscopables@1527": {
267930
+ "__@unscopables@1529": {
267931
267931
  "defaultValue": null,
267932
267932
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
267933
- "name": "__@unscopables@1527",
267933
+ "name": "__@unscopables@1529",
267934
267934
  "parent": {
267935
267935
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
267936
267936
  "name": "Array"
@@ -268759,10 +268759,10 @@
268759
268759
  "name": "() => StringIterator<string>"
268760
268760
  }
268761
268761
  },
268762
- "__@unscopables@1527": {
268762
+ "__@unscopables@1529": {
268763
268763
  "defaultValue": null,
268764
268764
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
268765
- "name": "__@unscopables@1527",
268765
+ "name": "__@unscopables@1529",
268766
268766
  "parent": {
268767
268767
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
268768
268768
  "name": "Array"
@@ -269591,10 +269591,10 @@
269591
269591
  "name": "() => StringIterator<string>"
269592
269592
  }
269593
269593
  },
269594
- "__@unscopables@1527": {
269594
+ "__@unscopables@1529": {
269595
269595
  "defaultValue": null,
269596
269596
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
269597
- "name": "__@unscopables@1527",
269597
+ "name": "__@unscopables@1529",
269598
269598
  "parent": {
269599
269599
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
269600
269600
  "name": "Array"
@@ -270423,10 +270423,10 @@
270423
270423
  "name": "() => StringIterator<string>"
270424
270424
  }
270425
270425
  },
270426
- "__@unscopables@1527": {
270426
+ "__@unscopables@1529": {
270427
270427
  "defaultValue": null,
270428
270428
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
270429
- "name": "__@unscopables@1527",
270429
+ "name": "__@unscopables@1529",
270430
270430
  "parent": {
270431
270431
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
270432
270432
  "name": "Array"
@@ -279130,6 +279130,173 @@
279130
279130
  }
279131
279131
  }
279132
279132
  },
279133
+ {
279134
+ "tags": {},
279135
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
279136
+ "description": "",
279137
+ "displayName": "FormSubmitAction",
279138
+ "methods": [],
279139
+ "props": {
279140
+ "showFeedback": {
279141
+ "defaultValue": null,
279142
+ "description": "",
279143
+ "name": "showFeedback",
279144
+ "parent": {
279145
+ "fileName": "components/src/components/Action/types.ts",
279146
+ "name": "ActionProps"
279147
+ },
279148
+ "declarations": [
279149
+ {
279150
+ "fileName": "components/src/components/Action/types.ts",
279151
+ "name": "ActionProps"
279152
+ }
279153
+ ],
279154
+ "required": false,
279155
+ "type": {
279156
+ "name": "boolean"
279157
+ }
279158
+ },
279159
+ "children": {
279160
+ "defaultValue": null,
279161
+ "description": "",
279162
+ "name": "children",
279163
+ "declarations": [
279164
+ {
279165
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
279166
+ "name": "TypeLiteral"
279167
+ }
279168
+ ],
279169
+ "required": false,
279170
+ "type": {
279171
+ "name": "ReactNode"
279172
+ }
279173
+ }
279174
+ }
279175
+ },
279176
+ {
279177
+ "tags": {},
279178
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
279179
+ "description": "",
279180
+ "displayName": "FormResetAction",
279181
+ "methods": [],
279182
+ "props": {
279183
+ "showFeedback": {
279184
+ "defaultValue": null,
279185
+ "description": "",
279186
+ "name": "showFeedback",
279187
+ "parent": {
279188
+ "fileName": "components/src/components/Action/types.ts",
279189
+ "name": "ActionProps"
279190
+ },
279191
+ "declarations": [
279192
+ {
279193
+ "fileName": "components/src/components/Action/types.ts",
279194
+ "name": "ActionProps"
279195
+ }
279196
+ ],
279197
+ "required": false,
279198
+ "type": {
279199
+ "name": "boolean"
279200
+ }
279201
+ },
279202
+ "children": {
279203
+ "defaultValue": null,
279204
+ "description": "",
279205
+ "name": "children",
279206
+ "declarations": [
279207
+ {
279208
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
279209
+ "name": "TypeLiteral"
279210
+ }
279211
+ ],
279212
+ "required": false,
279213
+ "type": {
279214
+ "name": "ReactNode"
279215
+ }
279216
+ }
279217
+ }
279218
+ },
279219
+ {
279220
+ "tags": {},
279221
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
279222
+ "description": "",
279223
+ "displayName": "FormAction",
279224
+ "methods": [],
279225
+ "props": {
279226
+ "reset": {
279227
+ "defaultValue": null,
279228
+ "description": "",
279229
+ "name": "reset",
279230
+ "parent": {
279231
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
279232
+ "name": "FormActionProps"
279233
+ },
279234
+ "declarations": [
279235
+ {
279236
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
279237
+ "name": "FormActionProps"
279238
+ }
279239
+ ],
279240
+ "required": false,
279241
+ "type": {
279242
+ "name": "boolean"
279243
+ }
279244
+ },
279245
+ "submit": {
279246
+ "defaultValue": null,
279247
+ "description": "",
279248
+ "name": "submit",
279249
+ "parent": {
279250
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
279251
+ "name": "FormActionProps"
279252
+ },
279253
+ "declarations": [
279254
+ {
279255
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
279256
+ "name": "FormActionProps"
279257
+ }
279258
+ ],
279259
+ "required": false,
279260
+ "type": {
279261
+ "name": "boolean"
279262
+ }
279263
+ },
279264
+ "children": {
279265
+ "defaultValue": null,
279266
+ "description": "",
279267
+ "name": "children",
279268
+ "declarations": [
279269
+ {
279270
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
279271
+ "name": "TypeLiteral"
279272
+ }
279273
+ ],
279274
+ "required": false,
279275
+ "type": {
279276
+ "name": "ReactNode"
279277
+ }
279278
+ },
279279
+ "showFeedback": {
279280
+ "defaultValue": null,
279281
+ "description": "",
279282
+ "name": "showFeedback",
279283
+ "parent": {
279284
+ "fileName": "components/src/components/Action/types.ts",
279285
+ "name": "ActionProps"
279286
+ },
279287
+ "declarations": [
279288
+ {
279289
+ "fileName": "components/src/components/Action/types.ts",
279290
+ "name": "ActionProps"
279291
+ }
279292
+ ],
279293
+ "required": false,
279294
+ "type": {
279295
+ "name": "boolean"
279296
+ }
279297
+ }
279298
+ }
279299
+ },
279133
279300
  {
279134
279301
  "tags": {},
279135
279302
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/Form/Form.tsx",
@@ -285464,173 +285631,6 @@
285464
285631
  }
285465
285632
  }
285466
285633
  },
285467
- {
285468
- "tags": {},
285469
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
285470
- "description": "",
285471
- "displayName": "FormSubmitAction",
285472
- "methods": [],
285473
- "props": {
285474
- "showFeedback": {
285475
- "defaultValue": null,
285476
- "description": "",
285477
- "name": "showFeedback",
285478
- "parent": {
285479
- "fileName": "components/src/components/Action/types.ts",
285480
- "name": "ActionProps"
285481
- },
285482
- "declarations": [
285483
- {
285484
- "fileName": "components/src/components/Action/types.ts",
285485
- "name": "ActionProps"
285486
- }
285487
- ],
285488
- "required": false,
285489
- "type": {
285490
- "name": "boolean"
285491
- }
285492
- },
285493
- "children": {
285494
- "defaultValue": null,
285495
- "description": "",
285496
- "name": "children",
285497
- "declarations": [
285498
- {
285499
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
285500
- "name": "TypeLiteral"
285501
- }
285502
- ],
285503
- "required": false,
285504
- "type": {
285505
- "name": "ReactNode"
285506
- }
285507
- }
285508
- }
285509
- },
285510
- {
285511
- "tags": {},
285512
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
285513
- "description": "",
285514
- "displayName": "FormResetAction",
285515
- "methods": [],
285516
- "props": {
285517
- "showFeedback": {
285518
- "defaultValue": null,
285519
- "description": "",
285520
- "name": "showFeedback",
285521
- "parent": {
285522
- "fileName": "components/src/components/Action/types.ts",
285523
- "name": "ActionProps"
285524
- },
285525
- "declarations": [
285526
- {
285527
- "fileName": "components/src/components/Action/types.ts",
285528
- "name": "ActionProps"
285529
- }
285530
- ],
285531
- "required": false,
285532
- "type": {
285533
- "name": "boolean"
285534
- }
285535
- },
285536
- "children": {
285537
- "defaultValue": null,
285538
- "description": "",
285539
- "name": "children",
285540
- "declarations": [
285541
- {
285542
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
285543
- "name": "TypeLiteral"
285544
- }
285545
- ],
285546
- "required": false,
285547
- "type": {
285548
- "name": "ReactNode"
285549
- }
285550
- }
285551
- }
285552
- },
285553
- {
285554
- "tags": {},
285555
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
285556
- "description": "",
285557
- "displayName": "FormAction",
285558
- "methods": [],
285559
- "props": {
285560
- "reset": {
285561
- "defaultValue": null,
285562
- "description": "",
285563
- "name": "reset",
285564
- "parent": {
285565
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
285566
- "name": "FormActionProps"
285567
- },
285568
- "declarations": [
285569
- {
285570
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
285571
- "name": "FormActionProps"
285572
- }
285573
- ],
285574
- "required": false,
285575
- "type": {
285576
- "name": "boolean"
285577
- }
285578
- },
285579
- "submit": {
285580
- "defaultValue": null,
285581
- "description": "",
285582
- "name": "submit",
285583
- "parent": {
285584
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
285585
- "name": "FormActionProps"
285586
- },
285587
- "declarations": [
285588
- {
285589
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
285590
- "name": "FormActionProps"
285591
- }
285592
- ],
285593
- "required": false,
285594
- "type": {
285595
- "name": "boolean"
285596
- }
285597
- },
285598
- "children": {
285599
- "defaultValue": null,
285600
- "description": "",
285601
- "name": "children",
285602
- "declarations": [
285603
- {
285604
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
285605
- "name": "TypeLiteral"
285606
- }
285607
- ],
285608
- "required": false,
285609
- "type": {
285610
- "name": "ReactNode"
285611
- }
285612
- },
285613
- "showFeedback": {
285614
- "defaultValue": null,
285615
- "description": "",
285616
- "name": "showFeedback",
285617
- "parent": {
285618
- "fileName": "components/src/components/Action/types.ts",
285619
- "name": "ActionProps"
285620
- },
285621
- "declarations": [
285622
- {
285623
- "fileName": "components/src/components/Action/types.ts",
285624
- "name": "ActionProps"
285625
- }
285626
- ],
285627
- "required": false,
285628
- "type": {
285629
- "name": "boolean"
285630
- }
285631
- }
285632
- }
285633
- },
285634
285634
  {
285635
285635
  "tags": {},
285636
285636
  "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
@@ -291369,72 +291369,6 @@
291369
291369
  }
291370
291370
  }
291371
291371
  },
291372
- {
291373
- "tags": {},
291374
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
291375
- "description": "",
291376
- "displayName": "TabList",
291377
- "methods": [],
291378
- "props": {
291379
- "selection": {
291380
- "defaultValue": null,
291381
- "description": "",
291382
- "name": "selection",
291383
- "parent": {
291384
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291385
- "name": "Props"
291386
- },
291387
- "declarations": [
291388
- {
291389
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291390
- "name": "Props"
291391
- }
291392
- ],
291393
- "required": true,
291394
- "type": {
291395
- "name": "Key | undefined"
291396
- }
291397
- },
291398
- "onContextMenuSelectionChange": {
291399
- "defaultValue": null,
291400
- "description": "",
291401
- "name": "onContextMenuSelectionChange",
291402
- "parent": {
291403
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291404
- "name": "Props"
291405
- },
291406
- "declarations": [
291407
- {
291408
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291409
- "name": "Props"
291410
- }
291411
- ],
291412
- "required": true,
291413
- "type": {
291414
- "name": "(key: Key) => void"
291415
- }
291416
- },
291417
- "disabledKeys": {
291418
- "defaultValue": null,
291419
- "description": "",
291420
- "name": "disabledKeys",
291421
- "parent": {
291422
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291423
- "name": "Props"
291424
- },
291425
- "declarations": [
291426
- {
291427
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291428
- "name": "Props"
291429
- }
291430
- ],
291431
- "required": false,
291432
- "type": {
291433
- "name": "Iterable<Key>"
291434
- }
291435
- }
291436
- }
291437
- },
291438
291372
  {
291439
291373
  "tags": {
291440
291374
  "flr-generate": "all"
@@ -293268,6 +293202,72 @@
293268
293202
  }
293269
293203
  }
293270
293204
  },
293205
+ {
293206
+ "tags": {},
293207
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
293208
+ "description": "",
293209
+ "displayName": "TabList",
293210
+ "methods": [],
293211
+ "props": {
293212
+ "selection": {
293213
+ "defaultValue": null,
293214
+ "description": "",
293215
+ "name": "selection",
293216
+ "parent": {
293217
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293218
+ "name": "Props"
293219
+ },
293220
+ "declarations": [
293221
+ {
293222
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293223
+ "name": "Props"
293224
+ }
293225
+ ],
293226
+ "required": true,
293227
+ "type": {
293228
+ "name": "Key | undefined"
293229
+ }
293230
+ },
293231
+ "onContextMenuSelectionChange": {
293232
+ "defaultValue": null,
293233
+ "description": "",
293234
+ "name": "onContextMenuSelectionChange",
293235
+ "parent": {
293236
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293237
+ "name": "Props"
293238
+ },
293239
+ "declarations": [
293240
+ {
293241
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293242
+ "name": "Props"
293243
+ }
293244
+ ],
293245
+ "required": true,
293246
+ "type": {
293247
+ "name": "(key: Key) => void"
293248
+ }
293249
+ },
293250
+ "disabledKeys": {
293251
+ "defaultValue": null,
293252
+ "description": "",
293253
+ "name": "disabledKeys",
293254
+ "parent": {
293255
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293256
+ "name": "Props"
293257
+ },
293258
+ "declarations": [
293259
+ {
293260
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
293261
+ "name": "Props"
293262
+ }
293263
+ ],
293264
+ "required": false,
293265
+ "type": {
293266
+ "name": "Iterable<Key>"
293267
+ }
293268
+ }
293269
+ }
293270
+ },
293271
293271
  {
293272
293272
  "tags": {
293273
293273
  "flr-generate": "all"
@@ -311501,68 +311501,6 @@
311501
311501
  }
311502
311502
  }
311503
311503
  },
311504
- {
311505
- "tags": {},
311506
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.tsx",
311507
- "description": "",
311508
- "displayName": "LinkListTunnelExit",
311509
- "methods": [],
311510
- "props": {
311511
- "id": {
311512
- "defaultValue": null,
311513
- "description": "",
311514
- "name": "id",
311515
- "parent": {
311516
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
311517
- "name": "TunnelExitProps"
311518
- },
311519
- "declarations": [
311520
- {
311521
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
311522
- "name": "TunnelExitProps"
311523
- }
311524
- ],
311525
- "required": false,
311526
- "type": {
311527
- "name": "string"
311528
- }
311529
- },
311530
- "children": {
311531
- "defaultValue": null,
311532
- "description": "",
311533
- "name": "children",
311534
- "parent": {
311535
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
311536
- "name": "TunnelExitProps"
311537
- },
311538
- "declarations": [
311539
- {
311540
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
311541
- "name": "TunnelExitProps"
311542
- }
311543
- ],
311544
- "required": false,
311545
- "type": {
311546
- "name": "TunnelChildren"
311547
- }
311548
- },
311549
- "component": {
311550
- "defaultValue": null,
311551
- "description": "",
311552
- "name": "component",
311553
- "declarations": [
311554
- {
311555
- "fileName": "components/src/components/UiComponentTunnel/UiComponentTunnelExit.tsx",
311556
- "name": "TypeLiteral"
311557
- }
311558
- ],
311559
- "required": true,
311560
- "type": {
311561
- "name": "keyof FlowComponentPropsTypes"
311562
- }
311563
- }
311564
- }
311565
- },
311566
311504
  {
311567
311505
  "tags": {
311568
311506
  "flr-generate": "all"
@@ -316951,6 +316889,68 @@
316951
316889
  }
316952
316890
  }
316953
316891
  },
316892
+ {
316893
+ "tags": {},
316894
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.tsx",
316895
+ "description": "",
316896
+ "displayName": "LinkListTunnelExit",
316897
+ "methods": [],
316898
+ "props": {
316899
+ "id": {
316900
+ "defaultValue": null,
316901
+ "description": "",
316902
+ "name": "id",
316903
+ "parent": {
316904
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
316905
+ "name": "TunnelExitProps"
316906
+ },
316907
+ "declarations": [
316908
+ {
316909
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
316910
+ "name": "TunnelExitProps"
316911
+ }
316912
+ ],
316913
+ "required": false,
316914
+ "type": {
316915
+ "name": "string"
316916
+ }
316917
+ },
316918
+ "children": {
316919
+ "defaultValue": null,
316920
+ "description": "",
316921
+ "name": "children",
316922
+ "parent": {
316923
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
316924
+ "name": "TunnelExitProps"
316925
+ },
316926
+ "declarations": [
316927
+ {
316928
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
316929
+ "name": "TunnelExitProps"
316930
+ }
316931
+ ],
316932
+ "required": false,
316933
+ "type": {
316934
+ "name": "TunnelChildren"
316935
+ }
316936
+ },
316937
+ "component": {
316938
+ "defaultValue": null,
316939
+ "description": "",
316940
+ "name": "component",
316941
+ "declarations": [
316942
+ {
316943
+ "fileName": "components/src/components/UiComponentTunnel/UiComponentTunnelExit.tsx",
316944
+ "name": "TypeLiteral"
316945
+ }
316946
+ ],
316947
+ "required": true,
316948
+ "type": {
316949
+ "name": "keyof FlowComponentPropsTypes"
316950
+ }
316951
+ }
316952
+ }
316953
+ },
316954
316954
  {
316955
316955
  "tags": {},
316956
316956
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
@@ -317442,6 +317442,16 @@
317442
317442
  }
317443
317443
  }
317444
317444
  },
317445
+ {
317446
+ "tags": {
317447
+ "flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
317448
+ },
317449
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
317450
+ "description": "",
317451
+ "displayName": "EmptyView",
317452
+ "methods": [],
317453
+ "props": {}
317454
+ },
317445
317455
  {
317446
317456
  "tags": {
317447
317457
  "flr-generate": "all"
@@ -317510,16 +317520,6 @@
317510
317520
  }
317511
317521
  }
317512
317522
  },
317513
- {
317514
- "tags": {
317515
- "flr-generate": "all\n\nKeep this unused component for backwards compatibility!"
317516
- },
317517
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
317518
- "description": "",
317519
- "displayName": "EmptyView",
317520
- "methods": [],
317521
- "props": {}
317522
- },
317523
317523
  {
317524
317524
  "tags": {},
317525
317525
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
@@ -320131,109 +320131,294 @@
320131
320131
  "type": {
320132
320132
  "name": "Key | null"
320133
320133
  }
320134
- },
320135
- "className": {
320136
- "defaultValue": null,
320137
- "description": "The elements class name.",
320138
- "name": "className",
320139
- "parent": {
320140
- "fileName": "components/src/lib/types/props.ts",
320141
- "name": "PropsWithClassName"
320142
- },
320143
- "declarations": [
320144
- {
320145
- "fileName": "components/src/lib/types/props.ts",
320146
- "name": "PropsWithClassName"
320147
- }
320148
- ],
320149
- "required": false,
320150
- "type": {
320151
- "name": "string"
320152
- }
320134
+ },
320135
+ "className": {
320136
+ "defaultValue": null,
320137
+ "description": "The elements class name.",
320138
+ "name": "className",
320139
+ "parent": {
320140
+ "fileName": "components/src/lib/types/props.ts",
320141
+ "name": "PropsWithClassName"
320142
+ },
320143
+ "declarations": [
320144
+ {
320145
+ "fileName": "components/src/lib/types/props.ts",
320146
+ "name": "PropsWithClassName"
320147
+ }
320148
+ ],
320149
+ "required": false,
320150
+ "type": {
320151
+ "name": "string"
320152
+ }
320153
+ }
320154
+ }
320155
+ },
320156
+ {
320157
+ "tags": {},
320158
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
320159
+ "description": "",
320160
+ "displayName": "LightBoxTrigger",
320161
+ "methods": [],
320162
+ "props": {
320163
+ "isDefaultOpen": {
320164
+ "defaultValue": null,
320165
+ "description": "Whether the overlay should be open initially.",
320166
+ "name": "isDefaultOpen",
320167
+ "parent": {
320168
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320169
+ "name": "OverlayTriggerProps"
320170
+ },
320171
+ "declarations": [
320172
+ {
320173
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320174
+ "name": "OverlayTriggerProps"
320175
+ }
320176
+ ],
320177
+ "required": false,
320178
+ "type": {
320179
+ "name": "boolean"
320180
+ }
320181
+ },
320182
+ "controller": {
320183
+ "defaultValue": null,
320184
+ "description": "A controller to control the state of the overlay.",
320185
+ "name": "controller",
320186
+ "parent": {
320187
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320188
+ "name": "OverlayTriggerProps"
320189
+ },
320190
+ "declarations": [
320191
+ {
320192
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320193
+ "name": "OverlayTriggerProps"
320194
+ }
320195
+ ],
320196
+ "required": false,
320197
+ "type": {
320198
+ "name": "OverlayController"
320199
+ }
320200
+ },
320201
+ "wrapWith": {
320202
+ "defaultValue": null,
320203
+ "description": "",
320204
+ "name": "wrapWith",
320205
+ "parent": {
320206
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320207
+ "name": "FlowComponentProps"
320208
+ },
320209
+ "declarations": [
320210
+ {
320211
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320212
+ "name": "FlowComponentProps"
320213
+ }
320214
+ ],
320215
+ "required": false,
320216
+ "type": {
320217
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
320218
+ }
320219
+ },
320220
+ "tunnel": {
320221
+ "defaultValue": null,
320222
+ "description": "@internal",
320223
+ "name": "tunnel",
320224
+ "parent": {
320225
+ "fileName": "components/src/lib/types/props.ts",
320226
+ "name": "PropsWithTunnel"
320227
+ },
320228
+ "declarations": [
320229
+ {
320230
+ "fileName": "components/src/lib/types/props.ts",
320231
+ "name": "PropsWithTunnel"
320232
+ }
320233
+ ],
320234
+ "required": false,
320235
+ "type": {
320236
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
320237
+ }
320238
+ },
320239
+ "ref": {
320240
+ "defaultValue": null,
320241
+ "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}",
320242
+ "name": "ref",
320243
+ "parent": {
320244
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320245
+ "name": "RefAttributes"
320246
+ },
320247
+ "declarations": [
320248
+ {
320249
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320250
+ "name": "RefAttributes"
320251
+ }
320252
+ ],
320253
+ "required": false,
320254
+ "type": {
320255
+ "name": "Ref<HTMLSpanElement>"
320256
+ }
320257
+ },
320258
+ "key": {
320259
+ "defaultValue": null,
320260
+ "description": "",
320261
+ "name": "key",
320262
+ "parent": {
320263
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320264
+ "name": "Attributes"
320265
+ },
320266
+ "declarations": [
320267
+ {
320268
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320269
+ "name": "Attributes"
320270
+ }
320271
+ ],
320272
+ "required": false,
320273
+ "type": {
320274
+ "name": "Key | null"
320275
+ }
320276
+ },
320277
+ "children": {
320278
+ "defaultValue": null,
320279
+ "description": "",
320280
+ "name": "children",
320281
+ "declarations": [
320282
+ {
320283
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320284
+ "name": "TypeLiteral"
320285
+ }
320286
+ ],
320287
+ "required": false,
320288
+ "type": {
320289
+ "name": "ReactNode"
320290
+ }
320291
+ }
320292
+ }
320293
+ },
320294
+ {
320295
+ "tags": {
320296
+ "flr-generate": "all"
320297
+ },
320298
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.tsx",
320299
+ "description": "",
320300
+ "displayName": "LightBoxGalleryItem",
320301
+ "methods": [],
320302
+ "props": {
320303
+ "children": {
320304
+ "defaultValue": null,
320305
+ "description": "",
320306
+ "name": "children",
320307
+ "declarations": [
320308
+ {
320309
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320310
+ "name": "TypeLiteral"
320311
+ }
320312
+ ],
320313
+ "required": false,
320314
+ "type": {
320315
+ "name": "ReactNode"
320316
+ }
320317
+ },
320318
+ "ref": {
320319
+ "defaultValue": null,
320320
+ "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}",
320321
+ "name": "ref",
320322
+ "parent": {
320323
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320324
+ "name": "RefAttributes"
320325
+ },
320326
+ "declarations": [
320327
+ {
320328
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320329
+ "name": "RefAttributes"
320330
+ }
320331
+ ],
320332
+ "required": false,
320333
+ "type": {
320334
+ "name": "Ref<HTMLSpanElement>"
320335
+ }
320336
+ },
320337
+ "key": {
320338
+ "defaultValue": null,
320339
+ "description": "",
320340
+ "name": "key",
320341
+ "parent": {
320342
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320343
+ "name": "Attributes"
320344
+ },
320345
+ "declarations": [
320346
+ {
320347
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320348
+ "name": "Attributes"
320349
+ }
320350
+ ],
320351
+ "required": false,
320352
+ "type": {
320353
+ "name": "Key | null"
320354
+ }
320153
320355
  }
320154
320356
  }
320155
320357
  },
320156
320358
  {
320157
- "tags": {},
320158
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
320359
+ "tags": {
320360
+ "flr-generate": "all"
320361
+ },
320362
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.tsx",
320159
320363
  "description": "",
320160
- "displayName": "LightBoxTrigger",
320364
+ "displayName": "LightBoxGallery",
320161
320365
  "methods": [],
320162
320366
  "props": {
320163
- "isDefaultOpen": {
320164
- "defaultValue": null,
320165
- "description": "Whether the overlay should be open initially.",
320166
- "name": "isDefaultOpen",
320167
- "parent": {
320168
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320169
- "name": "OverlayTriggerProps"
320170
- },
320171
- "declarations": [
320172
- {
320173
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320174
- "name": "OverlayTriggerProps"
320175
- }
320176
- ],
320177
- "required": false,
320178
- "type": {
320179
- "name": "boolean"
320180
- }
320181
- },
320182
- "controller": {
320367
+ "children": {
320183
320368
  "defaultValue": null,
320184
- "description": "A controller to control the state of the overlay.",
320185
- "name": "controller",
320369
+ "description": "",
320370
+ "name": "children",
320186
320371
  "parent": {
320187
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320188
- "name": "OverlayTriggerProps"
320372
+ "fileName": "components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.tsx",
320373
+ "name": "LightBoxGalleryProps"
320189
320374
  },
320190
320375
  "declarations": [
320191
320376
  {
320192
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
320193
- "name": "OverlayTriggerProps"
320377
+ "fileName": "components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.tsx",
320378
+ "name": "LightBoxGalleryProps"
320194
320379
  }
320195
320380
  ],
320196
- "required": false,
320381
+ "required": true,
320197
320382
  "type": {
320198
- "name": "OverlayController"
320383
+ "name": "ReactNode[]"
320199
320384
  }
320200
320385
  },
320201
- "wrapWith": {
320386
+ "defaultIndex": {
320202
320387
  "defaultValue": null,
320203
320388
  "description": "",
320204
- "name": "wrapWith",
320389
+ "name": "defaultIndex",
320205
320390
  "parent": {
320206
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320207
- "name": "FlowComponentProps"
320391
+ "fileName": "components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.tsx",
320392
+ "name": "LightBoxGalleryProps"
320208
320393
  },
320209
320394
  "declarations": [
320210
320395
  {
320211
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320212
- "name": "FlowComponentProps"
320396
+ "fileName": "components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.tsx",
320397
+ "name": "LightBoxGalleryProps"
320213
320398
  }
320214
320399
  ],
320215
320400
  "required": false,
320216
320401
  "type": {
320217
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
320402
+ "name": "number"
320218
320403
  }
320219
320404
  },
320220
- "tunnel": {
320405
+ "className": {
320221
320406
  "defaultValue": null,
320222
- "description": "@internal",
320223
- "name": "tunnel",
320407
+ "description": "The elements class name.",
320408
+ "name": "className",
320224
320409
  "parent": {
320225
320410
  "fileName": "components/src/lib/types/props.ts",
320226
- "name": "PropsWithTunnel"
320411
+ "name": "PropsWithClassName"
320227
320412
  },
320228
320413
  "declarations": [
320229
320414
  {
320230
320415
  "fileName": "components/src/lib/types/props.ts",
320231
- "name": "PropsWithTunnel"
320416
+ "name": "PropsWithClassName"
320232
320417
  }
320233
320418
  ],
320234
320419
  "required": false,
320235
320420
  "type": {
320236
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
320421
+ "name": "string"
320237
320422
  }
320238
320423
  },
320239
320424
  "ref": {
@@ -320273,20 +320458,52 @@
320273
320458
  "type": {
320274
320459
  "name": "Key | null"
320275
320460
  }
320461
+ }
320462
+ }
320463
+ },
320464
+ {
320465
+ "tags": {},
320466
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxGallery/Controls.tsx",
320467
+ "description": "",
320468
+ "displayName": "Controls",
320469
+ "methods": [],
320470
+ "props": {
320471
+ "count": {
320472
+ "defaultValue": null,
320473
+ "description": "",
320474
+ "name": "count",
320475
+ "parent": {
320476
+ "fileName": "components/src/components/LightBox/components/LightBoxGallery/Controls.tsx",
320477
+ "name": "Props"
320478
+ },
320479
+ "declarations": [
320480
+ {
320481
+ "fileName": "components/src/components/LightBox/components/LightBoxGallery/Controls.tsx",
320482
+ "name": "Props"
320483
+ }
320484
+ ],
320485
+ "required": true,
320486
+ "type": {
320487
+ "name": "number"
320488
+ }
320276
320489
  },
320277
- "children": {
320490
+ "currentIndex": {
320278
320491
  "defaultValue": null,
320279
320492
  "description": "",
320280
- "name": "children",
320493
+ "name": "currentIndex",
320494
+ "parent": {
320495
+ "fileName": "components/src/components/LightBox/components/LightBoxGallery/Controls.tsx",
320496
+ "name": "Props"
320497
+ },
320281
320498
  "declarations": [
320282
320499
  {
320283
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320284
- "name": "TypeLiteral"
320500
+ "fileName": "components/src/components/LightBox/components/LightBoxGallery/Controls.tsx",
320501
+ "name": "Props"
320285
320502
  }
320286
320503
  ],
320287
- "required": false,
320504
+ "required": true,
320288
320505
  "type": {
320289
- "name": "ReactNode"
320506
+ "name": "number"
320290
320507
  }
320291
320508
  }
320292
320509
  }
@@ -320690,6 +320907,161 @@
320690
320907
  }
320691
320908
  }
320692
320909
  },
320910
+ {
320911
+ "tags": {
320912
+ "flr-generate": "all"
320913
+ },
320914
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320915
+ "description": "",
320916
+ "displayName": "ContextMenuSection",
320917
+ "methods": [],
320918
+ "props": {
320919
+ "children": {
320920
+ "defaultValue": null,
320921
+ "description": "",
320922
+ "name": "children",
320923
+ "declarations": [
320924
+ {
320925
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320926
+ "name": "TypeLiteral"
320927
+ }
320928
+ ],
320929
+ "required": false,
320930
+ "type": {
320931
+ "name": "ReactNode"
320932
+ }
320933
+ },
320934
+ "wrapWith": {
320935
+ "defaultValue": null,
320936
+ "description": "",
320937
+ "name": "wrapWith",
320938
+ "parent": {
320939
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320940
+ "name": "FlowComponentProps"
320941
+ },
320942
+ "declarations": [
320943
+ {
320944
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320945
+ "name": "FlowComponentProps"
320946
+ }
320947
+ ],
320948
+ "required": false,
320949
+ "type": {
320950
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
320951
+ }
320952
+ },
320953
+ "tunnel": {
320954
+ "defaultValue": null,
320955
+ "description": "@internal",
320956
+ "name": "tunnel",
320957
+ "parent": {
320958
+ "fileName": "components/src/lib/types/props.ts",
320959
+ "name": "PropsWithTunnel"
320960
+ },
320961
+ "declarations": [
320962
+ {
320963
+ "fileName": "components/src/lib/types/props.ts",
320964
+ "name": "PropsWithTunnel"
320965
+ }
320966
+ ],
320967
+ "required": false,
320968
+ "type": {
320969
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
320970
+ }
320971
+ },
320972
+ "ref": {
320973
+ "defaultValue": null,
320974
+ "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}",
320975
+ "name": "ref",
320976
+ "parent": {
320977
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320978
+ "name": "RefAttributes"
320979
+ },
320980
+ "declarations": [
320981
+ {
320982
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320983
+ "name": "RefAttributes"
320984
+ }
320985
+ ],
320986
+ "required": false,
320987
+ "type": {
320988
+ "name": "Ref<HTMLSpanElement>"
320989
+ }
320990
+ },
320991
+ "key": {
320992
+ "defaultValue": null,
320993
+ "description": "",
320994
+ "name": "key",
320995
+ "parent": {
320996
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320997
+ "name": "Attributes"
320998
+ },
320999
+ "declarations": [
321000
+ {
321001
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321002
+ "name": "Attributes"
321003
+ }
321004
+ ],
321005
+ "required": false,
321006
+ "type": {
321007
+ "name": "Key | null"
321008
+ }
321009
+ },
321010
+ "defaultSelectedKeys": {
321011
+ "defaultValue": null,
321012
+ "description": "The initial selected keys in the collection (uncontrolled).",
321013
+ "name": "defaultSelectedKeys",
321014
+ "parent": {
321015
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321016
+ "name": "MultipleSelection"
321017
+ },
321018
+ "declarations": [
321019
+ {
321020
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321021
+ "name": "MultipleSelection"
321022
+ }
321023
+ ],
321024
+ "required": false,
321025
+ "type": {
321026
+ "name": "\"all\" | Iterable<Key>"
321027
+ }
321028
+ },
321029
+ "selectedKeys": {
321030
+ "defaultValue": null,
321031
+ "description": "The currently selected keys in the collection (controlled).",
321032
+ "name": "selectedKeys",
321033
+ "parent": {
321034
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321035
+ "name": "MultipleSelection"
321036
+ },
321037
+ "declarations": [
321038
+ {
321039
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
321040
+ "name": "MultipleSelection"
321041
+ }
321042
+ ],
321043
+ "required": false,
321044
+ "type": {
321045
+ "name": "\"all\" | Iterable<Key>"
321046
+ }
321047
+ },
321048
+ "selectionMode": {
321049
+ "defaultValue": null,
321050
+ "description": "",
321051
+ "name": "selectionMode",
321052
+ "declarations": [
321053
+ {
321054
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
321055
+ "name": "TypeLiteral"
321056
+ }
321057
+ ],
321058
+ "required": false,
321059
+ "type": {
321060
+ "name": "ContextMenuSelectionMode"
321061
+ }
321062
+ }
321063
+ }
321064
+ },
320693
321065
  {
320694
321066
  "tags": {
320695
321067
  "flr-generate": "all"
@@ -320830,161 +321202,6 @@
320830
321202
  }
320831
321203
  }
320832
321204
  },
320833
- {
320834
- "tags": {
320835
- "flr-generate": "all"
320836
- },
320837
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320838
- "description": "",
320839
- "displayName": "ContextMenuSection",
320840
- "methods": [],
320841
- "props": {
320842
- "children": {
320843
- "defaultValue": null,
320844
- "description": "",
320845
- "name": "children",
320846
- "declarations": [
320847
- {
320848
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320849
- "name": "TypeLiteral"
320850
- }
320851
- ],
320852
- "required": false,
320853
- "type": {
320854
- "name": "ReactNode"
320855
- }
320856
- },
320857
- "wrapWith": {
320858
- "defaultValue": null,
320859
- "description": "",
320860
- "name": "wrapWith",
320861
- "parent": {
320862
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320863
- "name": "FlowComponentProps"
320864
- },
320865
- "declarations": [
320866
- {
320867
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320868
- "name": "FlowComponentProps"
320869
- }
320870
- ],
320871
- "required": false,
320872
- "type": {
320873
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
320874
- }
320875
- },
320876
- "tunnel": {
320877
- "defaultValue": null,
320878
- "description": "@internal",
320879
- "name": "tunnel",
320880
- "parent": {
320881
- "fileName": "components/src/lib/types/props.ts",
320882
- "name": "PropsWithTunnel"
320883
- },
320884
- "declarations": [
320885
- {
320886
- "fileName": "components/src/lib/types/props.ts",
320887
- "name": "PropsWithTunnel"
320888
- }
320889
- ],
320890
- "required": false,
320891
- "type": {
320892
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
320893
- }
320894
- },
320895
- "ref": {
320896
- "defaultValue": null,
320897
- "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}",
320898
- "name": "ref",
320899
- "parent": {
320900
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320901
- "name": "RefAttributes"
320902
- },
320903
- "declarations": [
320904
- {
320905
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320906
- "name": "RefAttributes"
320907
- }
320908
- ],
320909
- "required": false,
320910
- "type": {
320911
- "name": "Ref<HTMLSpanElement>"
320912
- }
320913
- },
320914
- "key": {
320915
- "defaultValue": null,
320916
- "description": "",
320917
- "name": "key",
320918
- "parent": {
320919
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320920
- "name": "Attributes"
320921
- },
320922
- "declarations": [
320923
- {
320924
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320925
- "name": "Attributes"
320926
- }
320927
- ],
320928
- "required": false,
320929
- "type": {
320930
- "name": "Key | null"
320931
- }
320932
- },
320933
- "defaultSelectedKeys": {
320934
- "defaultValue": null,
320935
- "description": "The initial selected keys in the collection (uncontrolled).",
320936
- "name": "defaultSelectedKeys",
320937
- "parent": {
320938
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320939
- "name": "MultipleSelection"
320940
- },
320941
- "declarations": [
320942
- {
320943
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320944
- "name": "MultipleSelection"
320945
- }
320946
- ],
320947
- "required": false,
320948
- "type": {
320949
- "name": "\"all\" | Iterable<Key>"
320950
- }
320951
- },
320952
- "selectedKeys": {
320953
- "defaultValue": null,
320954
- "description": "The currently selected keys in the collection (controlled).",
320955
- "name": "selectedKeys",
320956
- "parent": {
320957
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320958
- "name": "MultipleSelection"
320959
- },
320960
- "declarations": [
320961
- {
320962
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.33.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320963
- "name": "MultipleSelection"
320964
- }
320965
- ],
320966
- "required": false,
320967
- "type": {
320968
- "name": "\"all\" | Iterable<Key>"
320969
- }
320970
- },
320971
- "selectionMode": {
320972
- "defaultValue": null,
320973
- "description": "",
320974
- "name": "selectionMode",
320975
- "declarations": [
320976
- {
320977
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320978
- "name": "TypeLiteral"
320979
- }
320980
- ],
320981
- "required": false,
320982
- "type": {
320983
- "name": "ContextMenuSelectionMode"
320984
- }
320985
- }
320986
- }
320987
- },
320988
321205
  {
320989
321206
  "tags": {
320990
321207
  "flr-generate": "all"
@@ -324836,6 +325053,21 @@
324836
325053
  "name": "Partial<Coordinate>"
324837
325054
  }
324838
325055
  },
325056
+ "defaultIndex": {
325057
+ "defaultValue": null,
325058
+ "description": "",
325059
+ "name": "defaultIndex",
325060
+ "declarations": [
325061
+ {
325062
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
325063
+ "name": "TypeLiteral"
325064
+ }
325065
+ ],
325066
+ "required": false,
325067
+ "type": {
325068
+ "name": "number | TooltipIndex"
325069
+ }
325070
+ },
324839
325071
  "includeHidden": {
324840
325072
  "defaultValue": null,
324841
325073
  "description": "If true, the tooltip will display information about hidden series.\nDefaults to false.\nInteracting with the hide property of Area, Bar, Line, Scatter.\n@defaultValue false",
@@ -325128,21 +325360,6 @@
325128
325360
  "name": "AxisId"
325129
325361
  }
325130
325362
  },
325131
- "defaultIndex": {
325132
- "defaultValue": null,
325133
- "description": "",
325134
- "name": "defaultIndex",
325135
- "declarations": [
325136
- {
325137
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
325138
- "name": "TypeLiteral"
325139
- }
325140
- ],
325141
- "required": false,
325142
- "type": {
325143
- "name": "number | TooltipIndex"
325144
- }
325145
- },
325146
325363
  "filterNull": {
325147
325364
  "defaultValue": null,
325148
325365
  "description": "When an item of the payload has value null or undefined, this item won't be displayed.\n@defaultValue true",
@@ -358522,6 +358739,49 @@
358522
358739
  }
358523
358740
  }
358524
358741
  },
358742
+ {
358743
+ "tags": {},
358744
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
358745
+ "description": "",
358746
+ "displayName": "useGridItemProps",
358747
+ "methods": [],
358748
+ "props": {
358749
+ "data": {
358750
+ "defaultValue": null,
358751
+ "description": "",
358752
+ "name": "data",
358753
+ "parent": {
358754
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
358755
+ "name": "P"
358756
+ },
358757
+ "declarations": [
358758
+ {
358759
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
358760
+ "name": "P"
358761
+ }
358762
+ ],
358763
+ "required": true,
358764
+ "type": {
358765
+ "name": "never"
358766
+ }
358767
+ },
358768
+ "children": {
358769
+ "defaultValue": null,
358770
+ "description": "",
358771
+ "name": "children",
358772
+ "declarations": [
358773
+ {
358774
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
358775
+ "name": "TypeLiteral"
358776
+ }
358777
+ ],
358778
+ "required": false,
358779
+ "type": {
358780
+ "name": "ReactNode"
358781
+ }
358782
+ }
358783
+ }
358784
+ },
358525
358785
  {
358526
358786
  "tags": {},
358527
358787
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
@@ -358603,49 +358863,6 @@
358603
358863
  }
358604
358864
  }
358605
358865
  },
358606
- {
358607
- "tags": {},
358608
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
358609
- "description": "",
358610
- "displayName": "useGridItemProps",
358611
- "methods": [],
358612
- "props": {
358613
- "data": {
358614
- "defaultValue": null,
358615
- "description": "",
358616
- "name": "data",
358617
- "parent": {
358618
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
358619
- "name": "P"
358620
- },
358621
- "declarations": [
358622
- {
358623
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
358624
- "name": "P"
358625
- }
358626
- ],
358627
- "required": true,
358628
- "type": {
358629
- "name": "never"
358630
- }
358631
- },
358632
- "children": {
358633
- "defaultValue": null,
358634
- "description": "",
358635
- "name": "children",
358636
- "declarations": [
358637
- {
358638
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
358639
- "name": "TypeLiteral"
358640
- }
358641
- ],
358642
- "required": false,
358643
- "type": {
358644
- "name": "ReactNode"
358645
- }
358646
- }
358647
- }
358648
- },
358649
358866
  {
358650
358867
  "tags": {},
358651
358868
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",