@mittwald/flow-react-components 0.2.0-alpha.287 → 0.2.0-alpha.288

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.2.0-alpha.288](https://github.com/mittwald/flow/compare/0.2.0-alpha.287...0.2.0-alpha.288) (2025-06-20)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.287](https://github.com/mittwald/flow/compare/0.2.0-alpha.286...0.2.0-alpha.287) (2025-06-20)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -219916,72 +219916,6 @@
219916
219916
  }
219917
219917
  }
219918
219918
  },
219919
- {
219920
- "tags": {},
219921
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
219922
- "description": "",
219923
- "displayName": "TabList",
219924
- "methods": [],
219925
- "props": {
219926
- "selection": {
219927
- "defaultValue": null,
219928
- "description": "",
219929
- "name": "selection",
219930
- "parent": {
219931
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219932
- "name": "Props"
219933
- },
219934
- "declarations": [
219935
- {
219936
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219937
- "name": "Props"
219938
- }
219939
- ],
219940
- "required": true,
219941
- "type": {
219942
- "name": "Key | undefined"
219943
- }
219944
- },
219945
- "onContextMenuSelectionChange": {
219946
- "defaultValue": null,
219947
- "description": "",
219948
- "name": "onContextMenuSelectionChange",
219949
- "parent": {
219950
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219951
- "name": "Props"
219952
- },
219953
- "declarations": [
219954
- {
219955
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219956
- "name": "Props"
219957
- }
219958
- ],
219959
- "required": true,
219960
- "type": {
219961
- "name": "(key: Key) => void"
219962
- }
219963
- },
219964
- "disabledKeys": {
219965
- "defaultValue": null,
219966
- "description": "",
219967
- "name": "disabledKeys",
219968
- "parent": {
219969
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219970
- "name": "Props"
219971
- },
219972
- "declarations": [
219973
- {
219974
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219975
- "name": "Props"
219976
- }
219977
- ],
219978
- "required": false,
219979
- "type": {
219980
- "name": "Iterable<Key>"
219981
- }
219982
- }
219983
- }
219984
- },
219985
219919
  {
219986
219920
  "tags": {},
219987
219921
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
@@ -220378,6 +220312,253 @@
220378
220312
  }
220379
220313
  }
220380
220314
  },
220315
+ {
220316
+ "tags": {},
220317
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
220318
+ "description": "",
220319
+ "displayName": "TabList",
220320
+ "methods": [],
220321
+ "props": {
220322
+ "selection": {
220323
+ "defaultValue": null,
220324
+ "description": "",
220325
+ "name": "selection",
220326
+ "parent": {
220327
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220328
+ "name": "Props"
220329
+ },
220330
+ "declarations": [
220331
+ {
220332
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220333
+ "name": "Props"
220334
+ }
220335
+ ],
220336
+ "required": true,
220337
+ "type": {
220338
+ "name": "Key | undefined"
220339
+ }
220340
+ },
220341
+ "onContextMenuSelectionChange": {
220342
+ "defaultValue": null,
220343
+ "description": "",
220344
+ "name": "onContextMenuSelectionChange",
220345
+ "parent": {
220346
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220347
+ "name": "Props"
220348
+ },
220349
+ "declarations": [
220350
+ {
220351
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220352
+ "name": "Props"
220353
+ }
220354
+ ],
220355
+ "required": true,
220356
+ "type": {
220357
+ "name": "(key: Key) => void"
220358
+ }
220359
+ },
220360
+ "disabledKeys": {
220361
+ "defaultValue": null,
220362
+ "description": "",
220363
+ "name": "disabledKeys",
220364
+ "parent": {
220365
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220366
+ "name": "Props"
220367
+ },
220368
+ "declarations": [
220369
+ {
220370
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220371
+ "name": "Props"
220372
+ }
220373
+ ],
220374
+ "required": false,
220375
+ "type": {
220376
+ "name": "Iterable<Key>"
220377
+ }
220378
+ }
220379
+ }
220380
+ },
220381
+ {
220382
+ "tags": {
220383
+ "flr-generate": "all",
220384
+ "flr-clear-props-context": ""
220385
+ },
220386
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/Tab/Tab.tsx",
220387
+ "description": "",
220388
+ "displayName": "Tab",
220389
+ "methods": [],
220390
+ "props": {
220391
+ "className": {
220392
+ "defaultValue": null,
220393
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
220394
+ "name": "className",
220395
+ "parent": {
220396
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220397
+ "name": "StyleRenderProps"
220398
+ },
220399
+ "declarations": [
220400
+ {
220401
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220402
+ "name": "StyleRenderProps"
220403
+ }
220404
+ ],
220405
+ "required": false,
220406
+ "type": {
220407
+ "name": "string | ((values: TabPanelRenderProps & { defaultClassName: string; }) => string)"
220408
+ }
220409
+ },
220410
+ "id": {
220411
+ "defaultValue": null,
220412
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
220413
+ "name": "id",
220414
+ "parent": {
220415
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220416
+ "name": "DOMProps"
220417
+ },
220418
+ "declarations": [
220419
+ {
220420
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220421
+ "name": "DOMProps"
220422
+ }
220423
+ ],
220424
+ "required": false,
220425
+ "type": {
220426
+ "name": "string"
220427
+ }
220428
+ },
220429
+ "style": {
220430
+ "defaultValue": null,
220431
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
220432
+ "name": "style",
220433
+ "parent": {
220434
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220435
+ "name": "StyleRenderProps"
220436
+ },
220437
+ "declarations": [
220438
+ {
220439
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220440
+ "name": "StyleRenderProps"
220441
+ }
220442
+ ],
220443
+ "required": false,
220444
+ "type": {
220445
+ "name": "CSSProperties | ((values: TabPanelRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
220446
+ }
220447
+ },
220448
+ "aria-describedby": {
220449
+ "defaultValue": null,
220450
+ "description": "Identifies the element (or elements) that describes the object.",
220451
+ "name": "aria-describedby",
220452
+ "parent": {
220453
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220454
+ "name": "AriaLabelingProps"
220455
+ },
220456
+ "declarations": [
220457
+ {
220458
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220459
+ "name": "AriaLabelingProps"
220460
+ }
220461
+ ],
220462
+ "required": false,
220463
+ "type": {
220464
+ "name": "string"
220465
+ }
220466
+ },
220467
+ "aria-details": {
220468
+ "defaultValue": null,
220469
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
220470
+ "name": "aria-details",
220471
+ "parent": {
220472
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220473
+ "name": "AriaLabelingProps"
220474
+ },
220475
+ "declarations": [
220476
+ {
220477
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220478
+ "name": "AriaLabelingProps"
220479
+ }
220480
+ ],
220481
+ "required": false,
220482
+ "type": {
220483
+ "name": "string"
220484
+ }
220485
+ },
220486
+ "aria-label": {
220487
+ "defaultValue": null,
220488
+ "description": "Defines a string value that labels the current element.",
220489
+ "name": "aria-label",
220490
+ "parent": {
220491
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220492
+ "name": "AriaLabelingProps"
220493
+ },
220494
+ "declarations": [
220495
+ {
220496
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220497
+ "name": "AriaLabelingProps"
220498
+ }
220499
+ ],
220500
+ "required": false,
220501
+ "type": {
220502
+ "name": "string"
220503
+ }
220504
+ },
220505
+ "aria-labelledby": {
220506
+ "defaultValue": null,
220507
+ "description": "Identifies the element (or elements) that labels the current element.",
220508
+ "name": "aria-labelledby",
220509
+ "parent": {
220510
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220511
+ "name": "AriaLabelingProps"
220512
+ },
220513
+ "declarations": [
220514
+ {
220515
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220516
+ "name": "AriaLabelingProps"
220517
+ }
220518
+ ],
220519
+ "required": false,
220520
+ "type": {
220521
+ "name": "string"
220522
+ }
220523
+ },
220524
+ "shouldForceMount": {
220525
+ "defaultValue": {
220526
+ "value": "false"
220527
+ },
220528
+ "description": "Whether to mount the tab panel in the DOM even when it is not currently selected.\nInactive tab panels are inert and cannot be interacted with. They must be styled appropriately so this is clear to the user visually.",
220529
+ "name": "shouldForceMount",
220530
+ "parent": {
220531
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220532
+ "name": "TabPanelProps"
220533
+ },
220534
+ "declarations": [
220535
+ {
220536
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220537
+ "name": "TabPanelProps"
220538
+ }
220539
+ ],
220540
+ "required": false,
220541
+ "type": {
220542
+ "name": "boolean"
220543
+ }
220544
+ },
220545
+ "children": {
220546
+ "defaultValue": null,
220547
+ "description": "",
220548
+ "name": "children",
220549
+ "declarations": [
220550
+ {
220551
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
220552
+ "name": "TypeLiteral"
220553
+ }
220554
+ ],
220555
+ "required": false,
220556
+ "type": {
220557
+ "name": "ReactNode"
220558
+ }
220559
+ }
220560
+ }
220561
+ },
220381
220562
  {
220382
220563
  "tags": {
220383
220564
  "flr-generate": "all"
@@ -220803,187 +220984,6 @@
220803
220984
  }
220804
220985
  }
220805
220986
  },
220806
- {
220807
- "tags": {
220808
- "flr-generate": "all",
220809
- "flr-clear-props-context": ""
220810
- },
220811
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/Tab/Tab.tsx",
220812
- "description": "",
220813
- "displayName": "Tab",
220814
- "methods": [],
220815
- "props": {
220816
- "className": {
220817
- "defaultValue": null,
220818
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
220819
- "name": "className",
220820
- "parent": {
220821
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220822
- "name": "StyleRenderProps"
220823
- },
220824
- "declarations": [
220825
- {
220826
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220827
- "name": "StyleRenderProps"
220828
- }
220829
- ],
220830
- "required": false,
220831
- "type": {
220832
- "name": "string | ((values: TabPanelRenderProps & { defaultClassName: string; }) => string)"
220833
- }
220834
- },
220835
- "id": {
220836
- "defaultValue": null,
220837
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
220838
- "name": "id",
220839
- "parent": {
220840
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220841
- "name": "DOMProps"
220842
- },
220843
- "declarations": [
220844
- {
220845
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220846
- "name": "DOMProps"
220847
- }
220848
- ],
220849
- "required": false,
220850
- "type": {
220851
- "name": "string"
220852
- }
220853
- },
220854
- "style": {
220855
- "defaultValue": null,
220856
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
220857
- "name": "style",
220858
- "parent": {
220859
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220860
- "name": "StyleRenderProps"
220861
- },
220862
- "declarations": [
220863
- {
220864
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220865
- "name": "StyleRenderProps"
220866
- }
220867
- ],
220868
- "required": false,
220869
- "type": {
220870
- "name": "CSSProperties | ((values: TabPanelRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
220871
- }
220872
- },
220873
- "aria-describedby": {
220874
- "defaultValue": null,
220875
- "description": "Identifies the element (or elements) that describes the object.",
220876
- "name": "aria-describedby",
220877
- "parent": {
220878
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220879
- "name": "AriaLabelingProps"
220880
- },
220881
- "declarations": [
220882
- {
220883
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220884
- "name": "AriaLabelingProps"
220885
- }
220886
- ],
220887
- "required": false,
220888
- "type": {
220889
- "name": "string"
220890
- }
220891
- },
220892
- "aria-details": {
220893
- "defaultValue": null,
220894
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
220895
- "name": "aria-details",
220896
- "parent": {
220897
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220898
- "name": "AriaLabelingProps"
220899
- },
220900
- "declarations": [
220901
- {
220902
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220903
- "name": "AriaLabelingProps"
220904
- }
220905
- ],
220906
- "required": false,
220907
- "type": {
220908
- "name": "string"
220909
- }
220910
- },
220911
- "aria-label": {
220912
- "defaultValue": null,
220913
- "description": "Defines a string value that labels the current element.",
220914
- "name": "aria-label",
220915
- "parent": {
220916
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220917
- "name": "AriaLabelingProps"
220918
- },
220919
- "declarations": [
220920
- {
220921
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220922
- "name": "AriaLabelingProps"
220923
- }
220924
- ],
220925
- "required": false,
220926
- "type": {
220927
- "name": "string"
220928
- }
220929
- },
220930
- "aria-labelledby": {
220931
- "defaultValue": null,
220932
- "description": "Identifies the element (or elements) that labels the current element.",
220933
- "name": "aria-labelledby",
220934
- "parent": {
220935
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220936
- "name": "AriaLabelingProps"
220937
- },
220938
- "declarations": [
220939
- {
220940
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220941
- "name": "AriaLabelingProps"
220942
- }
220943
- ],
220944
- "required": false,
220945
- "type": {
220946
- "name": "string"
220947
- }
220948
- },
220949
- "shouldForceMount": {
220950
- "defaultValue": {
220951
- "value": "false"
220952
- },
220953
- "description": "Whether to mount the tab panel in the DOM even when it is not currently selected.\nInactive tab panels are inert and cannot be interacted with. They must be styled appropriately so this is clear to the user visually.",
220954
- "name": "shouldForceMount",
220955
- "parent": {
220956
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220957
- "name": "TabPanelProps"
220958
- },
220959
- "declarations": [
220960
- {
220961
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220962
- "name": "TabPanelProps"
220963
- }
220964
- ],
220965
- "required": false,
220966
- "type": {
220967
- "name": "boolean"
220968
- }
220969
- },
220970
- "children": {
220971
- "defaultValue": null,
220972
- "description": "",
220973
- "name": "children",
220974
- "declarations": [
220975
- {
220976
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
220977
- "name": "TypeLiteral"
220978
- }
220979
- ],
220980
- "required": false,
220981
- "type": {
220982
- "name": "ReactNode"
220983
- }
220984
- }
220985
- }
220986
- },
220987
220987
  {
220988
220988
  "tags": {
220989
220989
  "flr-generate": "all"
@@ -225004,93 +225004,6 @@
225004
225004
  }
225005
225005
  }
225006
225006
  },
225007
- {
225008
- "tags": {
225009
- "flr-generate": "all"
225010
- },
225011
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
225012
- "description": "",
225013
- "displayName": "DialogTrigger",
225014
- "methods": [],
225015
- "props": {
225016
- "children": {
225017
- "defaultValue": null,
225018
- "description": "",
225019
- "name": "children",
225020
- "parent": {
225021
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
225022
- "name": "DialogTriggerProps"
225023
- },
225024
- "declarations": [
225025
- {
225026
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
225027
- "name": "DialogTriggerProps"
225028
- }
225029
- ],
225030
- "required": true,
225031
- "type": {
225032
- "name": "ReactNode"
225033
- }
225034
- },
225035
- "isOpen": {
225036
- "defaultValue": null,
225037
- "description": "Whether the overlay is open by default (controlled).",
225038
- "name": "isOpen",
225039
- "parent": {
225040
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225041
- "name": "OverlayTriggerProps"
225042
- },
225043
- "declarations": [
225044
- {
225045
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225046
- "name": "OverlayTriggerProps"
225047
- }
225048
- ],
225049
- "required": false,
225050
- "type": {
225051
- "name": "boolean"
225052
- }
225053
- },
225054
- "defaultOpen": {
225055
- "defaultValue": null,
225056
- "description": "Whether the overlay is open by default (uncontrolled).",
225057
- "name": "defaultOpen",
225058
- "parent": {
225059
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225060
- "name": "OverlayTriggerProps"
225061
- },
225062
- "declarations": [
225063
- {
225064
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225065
- "name": "OverlayTriggerProps"
225066
- }
225067
- ],
225068
- "required": false,
225069
- "type": {
225070
- "name": "boolean"
225071
- }
225072
- },
225073
- "onOpenChange": {
225074
- "defaultValue": null,
225075
- "description": "Handler that is called when the overlay's open state changes.",
225076
- "name": "onOpenChange",
225077
- "parent": {
225078
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225079
- "name": "OverlayTriggerProps"
225080
- },
225081
- "declarations": [
225082
- {
225083
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225084
- "name": "OverlayTriggerProps"
225085
- }
225086
- ],
225087
- "required": false,
225088
- "type": {
225089
- "name": "((isOpen: boolean) => void)"
225090
- }
225091
- }
225092
- }
225093
- },
225094
225007
  {
225095
225008
  "tags": {
225096
225009
  "flr-generate": "all"
@@ -225275,6 +225188,93 @@
225275
225188
  }
225276
225189
  }
225277
225190
  },
225191
+ {
225192
+ "tags": {
225193
+ "flr-generate": "all"
225194
+ },
225195
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
225196
+ "description": "",
225197
+ "displayName": "DialogTrigger",
225198
+ "methods": [],
225199
+ "props": {
225200
+ "children": {
225201
+ "defaultValue": null,
225202
+ "description": "",
225203
+ "name": "children",
225204
+ "parent": {
225205
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
225206
+ "name": "DialogTriggerProps"
225207
+ },
225208
+ "declarations": [
225209
+ {
225210
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
225211
+ "name": "DialogTriggerProps"
225212
+ }
225213
+ ],
225214
+ "required": true,
225215
+ "type": {
225216
+ "name": "ReactNode"
225217
+ }
225218
+ },
225219
+ "isOpen": {
225220
+ "defaultValue": null,
225221
+ "description": "Whether the overlay is open by default (controlled).",
225222
+ "name": "isOpen",
225223
+ "parent": {
225224
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225225
+ "name": "OverlayTriggerProps"
225226
+ },
225227
+ "declarations": [
225228
+ {
225229
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225230
+ "name": "OverlayTriggerProps"
225231
+ }
225232
+ ],
225233
+ "required": false,
225234
+ "type": {
225235
+ "name": "boolean"
225236
+ }
225237
+ },
225238
+ "defaultOpen": {
225239
+ "defaultValue": null,
225240
+ "description": "Whether the overlay is open by default (uncontrolled).",
225241
+ "name": "defaultOpen",
225242
+ "parent": {
225243
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225244
+ "name": "OverlayTriggerProps"
225245
+ },
225246
+ "declarations": [
225247
+ {
225248
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225249
+ "name": "OverlayTriggerProps"
225250
+ }
225251
+ ],
225252
+ "required": false,
225253
+ "type": {
225254
+ "name": "boolean"
225255
+ }
225256
+ },
225257
+ "onOpenChange": {
225258
+ "defaultValue": null,
225259
+ "description": "Handler that is called when the overlay's open state changes.",
225260
+ "name": "onOpenChange",
225261
+ "parent": {
225262
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225263
+ "name": "OverlayTriggerProps"
225264
+ },
225265
+ "declarations": [
225266
+ {
225267
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225268
+ "name": "OverlayTriggerProps"
225269
+ }
225270
+ ],
225271
+ "required": false,
225272
+ "type": {
225273
+ "name": "((isOpen: boolean) => void)"
225274
+ }
225275
+ }
225276
+ }
225277
+ },
225278
225278
  {
225279
225279
  "tags": {
225280
225280
  "flr-generate": "all"
@@ -253287,130 +253287,6 @@
253287
253287
  }
253288
253288
  }
253289
253289
  },
253290
- {
253291
- "tags": {},
253292
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
253293
- "description": "",
253294
- "displayName": "Item",
253295
- "methods": [],
253296
- "props": {
253297
- "id": {
253298
- "defaultValue": null,
253299
- "description": "",
253300
- "name": "id",
253301
- "parent": {
253302
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253303
- "name": "Props"
253304
- },
253305
- "declarations": [
253306
- {
253307
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253308
- "name": "Props"
253309
- }
253310
- ],
253311
- "required": true,
253312
- "type": {
253313
- "name": "Key"
253314
- }
253315
- },
253316
- "data": {
253317
- "defaultValue": null,
253318
- "description": "",
253319
- "name": "data",
253320
- "parent": {
253321
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253322
- "name": "Props"
253323
- },
253324
- "declarations": [
253325
- {
253326
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253327
- "name": "Props"
253328
- }
253329
- ],
253330
- "required": true,
253331
- "type": {
253332
- "name": "never"
253333
- }
253334
- },
253335
- "children": {
253336
- "defaultValue": null,
253337
- "description": "",
253338
- "name": "children",
253339
- "declarations": [
253340
- {
253341
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
253342
- "name": "TypeLiteral"
253343
- }
253344
- ],
253345
- "required": false,
253346
- "type": {
253347
- "name": "ReactNode"
253348
- }
253349
- }
253350
- }
253351
- },
253352
- {
253353
- "tags": {},
253354
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
253355
- "description": "",
253356
- "displayName": "ItemContainer",
253357
- "methods": [],
253358
- "props": {
253359
- "id": {
253360
- "defaultValue": null,
253361
- "description": "",
253362
- "name": "id",
253363
- "parent": {
253364
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253365
- "name": "Props"
253366
- },
253367
- "declarations": [
253368
- {
253369
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253370
- "name": "Props"
253371
- }
253372
- ],
253373
- "required": true,
253374
- "type": {
253375
- "name": "Key"
253376
- }
253377
- },
253378
- "data": {
253379
- "defaultValue": null,
253380
- "description": "",
253381
- "name": "data",
253382
- "parent": {
253383
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253384
- "name": "Props"
253385
- },
253386
- "declarations": [
253387
- {
253388
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253389
- "name": "Props"
253390
- }
253391
- ],
253392
- "required": true,
253393
- "type": {
253394
- "name": "never"
253395
- }
253396
- },
253397
- "children": {
253398
- "defaultValue": null,
253399
- "description": "",
253400
- "name": "children",
253401
- "declarations": [
253402
- {
253403
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
253404
- "name": "TypeLiteral"
253405
- }
253406
- ],
253407
- "required": false,
253408
- "type": {
253409
- "name": "ReactNode"
253410
- }
253411
- }
253412
- }
253413
- },
253414
253290
  {
253415
253291
  "tags": {
253416
253292
  "flr-generate": "all"
@@ -253981,6 +253857,130 @@
253981
253857
  }
253982
253858
  }
253983
253859
  },
253860
+ {
253861
+ "tags": {},
253862
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
253863
+ "description": "",
253864
+ "displayName": "Item",
253865
+ "methods": [],
253866
+ "props": {
253867
+ "id": {
253868
+ "defaultValue": null,
253869
+ "description": "",
253870
+ "name": "id",
253871
+ "parent": {
253872
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253873
+ "name": "Props"
253874
+ },
253875
+ "declarations": [
253876
+ {
253877
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253878
+ "name": "Props"
253879
+ }
253880
+ ],
253881
+ "required": true,
253882
+ "type": {
253883
+ "name": "Key"
253884
+ }
253885
+ },
253886
+ "data": {
253887
+ "defaultValue": null,
253888
+ "description": "",
253889
+ "name": "data",
253890
+ "parent": {
253891
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253892
+ "name": "Props"
253893
+ },
253894
+ "declarations": [
253895
+ {
253896
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253897
+ "name": "Props"
253898
+ }
253899
+ ],
253900
+ "required": true,
253901
+ "type": {
253902
+ "name": "never"
253903
+ }
253904
+ },
253905
+ "children": {
253906
+ "defaultValue": null,
253907
+ "description": "",
253908
+ "name": "children",
253909
+ "declarations": [
253910
+ {
253911
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
253912
+ "name": "TypeLiteral"
253913
+ }
253914
+ ],
253915
+ "required": false,
253916
+ "type": {
253917
+ "name": "ReactNode"
253918
+ }
253919
+ }
253920
+ }
253921
+ },
253922
+ {
253923
+ "tags": {},
253924
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
253925
+ "description": "",
253926
+ "displayName": "ItemContainer",
253927
+ "methods": [],
253928
+ "props": {
253929
+ "id": {
253930
+ "defaultValue": null,
253931
+ "description": "",
253932
+ "name": "id",
253933
+ "parent": {
253934
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253935
+ "name": "Props"
253936
+ },
253937
+ "declarations": [
253938
+ {
253939
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253940
+ "name": "Props"
253941
+ }
253942
+ ],
253943
+ "required": true,
253944
+ "type": {
253945
+ "name": "Key"
253946
+ }
253947
+ },
253948
+ "data": {
253949
+ "defaultValue": null,
253950
+ "description": "",
253951
+ "name": "data",
253952
+ "parent": {
253953
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253954
+ "name": "Props"
253955
+ },
253956
+ "declarations": [
253957
+ {
253958
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253959
+ "name": "Props"
253960
+ }
253961
+ ],
253962
+ "required": true,
253963
+ "type": {
253964
+ "name": "never"
253965
+ }
253966
+ },
253967
+ "children": {
253968
+ "defaultValue": null,
253969
+ "description": "",
253970
+ "name": "children",
253971
+ "declarations": [
253972
+ {
253973
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
253974
+ "name": "TypeLiteral"
253975
+ }
253976
+ ],
253977
+ "required": false,
253978
+ "type": {
253979
+ "name": "ReactNode"
253980
+ }
253981
+ }
253982
+ }
253983
+ },
253984
253984
  {
253985
253985
  "tags": {},
253986
253986
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.287",
3
+ "version": "0.2.0-alpha.288",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -58,7 +58,7 @@
58
58
  "@chakra-ui/live-region": "^2.1.0",
59
59
  "@internationalized/string-compiler": "^3.2.6",
60
60
  "@mittwald/password-tools-js": "^2.1.4",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.287",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.288",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.0.16",
64
64
  "@react-aria/utils": "^3.29.0",
@@ -99,7 +99,7 @@
99
99
  "@faker-js/faker": "^9.8.0",
100
100
  "@internationalized/date": "^3.8.1",
101
101
  "@mittwald/flow-core": "",
102
- "@mittwald/flow-design-tokens": "0.2.0-alpha.287",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.288",
103
103
  "@mittwald/react-use-promise": "^3.0.4",
104
104
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
105
105
  "@mittwald/typescript-config": "",
@@ -181,5 +181,5 @@
181
181
  "optional": true
182
182
  }
183
183
  },
184
- "gitHead": "c0a2f3b87b6bc93c63d9d756284756c7eff25835"
184
+ "gitHead": "29b3d786f1245adf5f182976c0c660063da605e9"
185
185
  }