@mittwald/flow-react-components 0.2.0-alpha.359 → 0.2.0-alpha.361

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,14 @@
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.361](https://github.com/mittwald/flow/compare/0.2.0-alpha.360...0.2.0-alpha.361) (2025-07-25)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.360](https://github.com/mittwald/flow/compare/0.2.0-alpha.359...0.2.0-alpha.360) (2025-07-24)
11
+
12
+ **Note:** Version bump only for package @mittwald/flow-react-components
13
+
6
14
  # [0.2.0-alpha.359](https://github.com/mittwald/flow/compare/0.2.0-alpha.358...0.2.0-alpha.359) (2025-07-24)
7
15
 
8
16
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -63491,6 +63491,165 @@
63491
63491
  }
63492
63492
  }
63493
63493
  },
63494
+ {
63495
+ "tags": {},
63496
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
63497
+ "description": "",
63498
+ "displayName": "LightBox",
63499
+ "methods": [],
63500
+ "props": {
63501
+ "controller": {
63502
+ "defaultValue": null,
63503
+ "description": "An overlay controller to control the light box state.",
63504
+ "name": "controller",
63505
+ "parent": {
63506
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
63507
+ "name": "LightBoxProps"
63508
+ },
63509
+ "declarations": [
63510
+ {
63511
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
63512
+ "name": "LightBoxProps"
63513
+ }
63514
+ ],
63515
+ "required": false,
63516
+ "type": {
63517
+ "name": "OverlayController"
63518
+ }
63519
+ },
63520
+ "fitScreen": {
63521
+ "defaultValue": {
63522
+ "value": "true"
63523
+ },
63524
+ "description": "Whether content can be displayed larger than the available space in the\nscreen.",
63525
+ "name": "fitScreen",
63526
+ "parent": {
63527
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
63528
+ "name": "LightBoxProps"
63529
+ },
63530
+ "declarations": [
63531
+ {
63532
+ "fileName": "components/src/components/LightBox/LightBox.tsx",
63533
+ "name": "LightBoxProps"
63534
+ }
63535
+ ],
63536
+ "required": false,
63537
+ "type": {
63538
+ "name": "boolean"
63539
+ }
63540
+ },
63541
+ "children": {
63542
+ "defaultValue": null,
63543
+ "description": "",
63544
+ "name": "children",
63545
+ "declarations": [
63546
+ {
63547
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63548
+ "name": "TypeLiteral"
63549
+ }
63550
+ ],
63551
+ "required": false,
63552
+ "type": {
63553
+ "name": "ReactNode"
63554
+ }
63555
+ },
63556
+ "wrapWith": {
63557
+ "defaultValue": null,
63558
+ "description": "",
63559
+ "name": "wrapWith",
63560
+ "parent": {
63561
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
63562
+ "name": "FlowComponentProps"
63563
+ },
63564
+ "declarations": [
63565
+ {
63566
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
63567
+ "name": "FlowComponentProps"
63568
+ }
63569
+ ],
63570
+ "required": false,
63571
+ "type": {
63572
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
63573
+ }
63574
+ },
63575
+ "tunnelId": {
63576
+ "defaultValue": null,
63577
+ "description": "@internal",
63578
+ "name": "tunnelId",
63579
+ "parent": {
63580
+ "fileName": "components/src/lib/types/props.ts",
63581
+ "name": "PropsWithTunnel"
63582
+ },
63583
+ "declarations": [
63584
+ {
63585
+ "fileName": "components/src/lib/types/props.ts",
63586
+ "name": "PropsWithTunnel"
63587
+ }
63588
+ ],
63589
+ "required": false,
63590
+ "type": {
63591
+ "name": "string | null"
63592
+ }
63593
+ },
63594
+ "ref": {
63595
+ "defaultValue": null,
63596
+ "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}",
63597
+ "name": "ref",
63598
+ "parent": {
63599
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63600
+ "name": "RefAttributes"
63601
+ },
63602
+ "declarations": [
63603
+ {
63604
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63605
+ "name": "RefAttributes"
63606
+ }
63607
+ ],
63608
+ "required": false,
63609
+ "type": {
63610
+ "name": "Ref<HTMLInputElement>"
63611
+ }
63612
+ },
63613
+ "key": {
63614
+ "defaultValue": null,
63615
+ "description": "",
63616
+ "name": "key",
63617
+ "parent": {
63618
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63619
+ "name": "Attributes"
63620
+ },
63621
+ "declarations": [
63622
+ {
63623
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63624
+ "name": "Attributes"
63625
+ }
63626
+ ],
63627
+ "required": false,
63628
+ "type": {
63629
+ "name": "Key | null"
63630
+ }
63631
+ },
63632
+ "className": {
63633
+ "defaultValue": null,
63634
+ "description": "The elements class name.",
63635
+ "name": "className",
63636
+ "parent": {
63637
+ "fileName": "components/src/lib/types/props.ts",
63638
+ "name": "PropsWithClassName"
63639
+ },
63640
+ "declarations": [
63641
+ {
63642
+ "fileName": "components/src/lib/types/props.ts",
63643
+ "name": "PropsWithClassName"
63644
+ }
63645
+ ],
63646
+ "required": false,
63647
+ "type": {
63648
+ "name": "string"
63649
+ }
63650
+ }
63651
+ }
63652
+ },
63494
63653
  {
63495
63654
  "tags": {
63496
63655
  "flr-generate": "all",
@@ -64280,165 +64439,6 @@
64280
64439
  }
64281
64440
  }
64282
64441
  },
64283
- {
64284
- "tags": {},
64285
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
64286
- "description": "",
64287
- "displayName": "LightBox",
64288
- "methods": [],
64289
- "props": {
64290
- "controller": {
64291
- "defaultValue": null,
64292
- "description": "An overlay controller to control the light box state.",
64293
- "name": "controller",
64294
- "parent": {
64295
- "fileName": "components/src/components/LightBox/LightBox.tsx",
64296
- "name": "LightBoxProps"
64297
- },
64298
- "declarations": [
64299
- {
64300
- "fileName": "components/src/components/LightBox/LightBox.tsx",
64301
- "name": "LightBoxProps"
64302
- }
64303
- ],
64304
- "required": false,
64305
- "type": {
64306
- "name": "OverlayController"
64307
- }
64308
- },
64309
- "fitScreen": {
64310
- "defaultValue": {
64311
- "value": "true"
64312
- },
64313
- "description": "Whether content can be displayed larger than the available space in the\nscreen.",
64314
- "name": "fitScreen",
64315
- "parent": {
64316
- "fileName": "components/src/components/LightBox/LightBox.tsx",
64317
- "name": "LightBoxProps"
64318
- },
64319
- "declarations": [
64320
- {
64321
- "fileName": "components/src/components/LightBox/LightBox.tsx",
64322
- "name": "LightBoxProps"
64323
- }
64324
- ],
64325
- "required": false,
64326
- "type": {
64327
- "name": "boolean"
64328
- }
64329
- },
64330
- "children": {
64331
- "defaultValue": null,
64332
- "description": "",
64333
- "name": "children",
64334
- "declarations": [
64335
- {
64336
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
64337
- "name": "TypeLiteral"
64338
- }
64339
- ],
64340
- "required": false,
64341
- "type": {
64342
- "name": "ReactNode"
64343
- }
64344
- },
64345
- "wrapWith": {
64346
- "defaultValue": null,
64347
- "description": "",
64348
- "name": "wrapWith",
64349
- "parent": {
64350
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
64351
- "name": "FlowComponentProps"
64352
- },
64353
- "declarations": [
64354
- {
64355
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
64356
- "name": "FlowComponentProps"
64357
- }
64358
- ],
64359
- "required": false,
64360
- "type": {
64361
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
64362
- }
64363
- },
64364
- "tunnelId": {
64365
- "defaultValue": null,
64366
- "description": "@internal",
64367
- "name": "tunnelId",
64368
- "parent": {
64369
- "fileName": "components/src/lib/types/props.ts",
64370
- "name": "PropsWithTunnel"
64371
- },
64372
- "declarations": [
64373
- {
64374
- "fileName": "components/src/lib/types/props.ts",
64375
- "name": "PropsWithTunnel"
64376
- }
64377
- ],
64378
- "required": false,
64379
- "type": {
64380
- "name": "string | null"
64381
- }
64382
- },
64383
- "ref": {
64384
- "defaultValue": null,
64385
- "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}",
64386
- "name": "ref",
64387
- "parent": {
64388
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
64389
- "name": "RefAttributes"
64390
- },
64391
- "declarations": [
64392
- {
64393
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
64394
- "name": "RefAttributes"
64395
- }
64396
- ],
64397
- "required": false,
64398
- "type": {
64399
- "name": "Ref<HTMLInputElement>"
64400
- }
64401
- },
64402
- "key": {
64403
- "defaultValue": null,
64404
- "description": "",
64405
- "name": "key",
64406
- "parent": {
64407
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
64408
- "name": "Attributes"
64409
- },
64410
- "declarations": [
64411
- {
64412
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
64413
- "name": "Attributes"
64414
- }
64415
- ],
64416
- "required": false,
64417
- "type": {
64418
- "name": "Key | null"
64419
- }
64420
- },
64421
- "className": {
64422
- "defaultValue": null,
64423
- "description": "The elements class name.",
64424
- "name": "className",
64425
- "parent": {
64426
- "fileName": "components/src/lib/types/props.ts",
64427
- "name": "PropsWithClassName"
64428
- },
64429
- "declarations": [
64430
- {
64431
- "fileName": "components/src/lib/types/props.ts",
64432
- "name": "PropsWithClassName"
64433
- }
64434
- ],
64435
- "required": false,
64436
- "type": {
64437
- "name": "string"
64438
- }
64439
- }
64440
- }
64441
- },
64442
64442
  {
64443
64443
  "tags": {
64444
64444
  "flr-generate": "all"
@@ -231705,131 +231705,269 @@
231705
231705
  }
231706
231706
  }
231707
231707
  },
231708
- {
231709
- "tags": {},
231710
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
231711
- "description": "",
231712
- "displayName": "ListItemView",
231713
- "methods": [],
231714
- "props": {
231715
- "children": {
231716
- "defaultValue": null,
231717
- "description": "",
231718
- "name": "children",
231719
- "declarations": [
231720
- {
231721
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231722
- "name": "TypeLiteral"
231723
- }
231724
- ],
231725
- "required": false,
231726
- "type": {
231727
- "name": "ReactNode"
231728
- }
231729
- },
231730
- "s": {
231731
- "defaultValue": null,
231732
- "description": "Column layout for container size s.",
231733
- "name": "s",
231734
- "parent": {
231735
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231736
- "name": "ColumnLayoutProps"
231737
- },
231738
- "declarations": [
231739
- {
231740
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231741
- "name": "ColumnLayoutProps"
231742
- }
231743
- ],
231744
- "required": false,
231745
- "type": {
231746
- "name": "(number | null)[]"
231747
- }
231748
- },
231749
- "m": {
231750
- "defaultValue": null,
231751
- "description": "Column layout for container size m.",
231752
- "name": "m",
231753
- "parent": {
231754
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231755
- "name": "ColumnLayoutProps"
231756
- },
231757
- "declarations": [
231758
- {
231759
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231760
- "name": "ColumnLayoutProps"
231761
- }
231762
- ],
231763
- "required": false,
231764
- "type": {
231765
- "name": "(number | null)[]"
231766
- }
231767
- },
231768
- "l": {
231769
- "defaultValue": null,
231770
- "description": "Column layout for container size l.",
231771
- "name": "l",
231772
- "parent": {
231773
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231774
- "name": "ColumnLayoutProps"
231775
- },
231776
- "declarations": [
231777
- {
231778
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231779
- "name": "ColumnLayoutProps"
231780
- }
231781
- ],
231782
- "required": false,
231783
- "type": {
231784
- "name": "(number | null)[]"
231785
- }
231786
- }
231787
- }
231788
- },
231789
- {
231790
- "tags": {},
231791
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
231792
- "description": "",
231793
- "displayName": "Items",
231794
- "methods": [],
231795
- "props": {}
231796
- },
231797
- {
231798
- "tags": {},
231799
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
231800
- "description": "",
231801
- "displayName": "Header",
231802
- "methods": [],
231803
- "props": {
231804
- "className": {
231805
- "defaultValue": null,
231806
- "description": "The elements class name.",
231807
- "name": "className",
231808
- "parent": {
231809
- "fileName": "components/src/lib/types/props.ts",
231810
- "name": "PropsWithClassName"
231811
- },
231812
- "declarations": [
231813
- {
231814
- "fileName": "components/src/lib/types/props.ts",
231815
- "name": "PropsWithClassName"
231816
- }
231817
- ],
231818
- "required": false,
231819
- "type": {
231820
- "name": "string"
231821
- }
231822
- }
231823
- }
231824
- },
231825
- {
231826
- "tags": {},
231827
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
231828
- "description": "",
231829
- "displayName": "Footer",
231830
- "methods": [],
231831
- "props": {}
231832
- },
231708
+ {
231709
+ "tags": {},
231710
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
231711
+ "description": "",
231712
+ "displayName": "ListItemView",
231713
+ "methods": [],
231714
+ "props": {
231715
+ "children": {
231716
+ "defaultValue": null,
231717
+ "description": "",
231718
+ "name": "children",
231719
+ "declarations": [
231720
+ {
231721
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231722
+ "name": "TypeLiteral"
231723
+ }
231724
+ ],
231725
+ "required": false,
231726
+ "type": {
231727
+ "name": "ReactNode"
231728
+ }
231729
+ },
231730
+ "s": {
231731
+ "defaultValue": null,
231732
+ "description": "Column layout for container size s.",
231733
+ "name": "s",
231734
+ "parent": {
231735
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231736
+ "name": "ColumnLayoutProps"
231737
+ },
231738
+ "declarations": [
231739
+ {
231740
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231741
+ "name": "ColumnLayoutProps"
231742
+ }
231743
+ ],
231744
+ "required": false,
231745
+ "type": {
231746
+ "name": "(number | null)[]"
231747
+ }
231748
+ },
231749
+ "m": {
231750
+ "defaultValue": null,
231751
+ "description": "Column layout for container size m.",
231752
+ "name": "m",
231753
+ "parent": {
231754
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231755
+ "name": "ColumnLayoutProps"
231756
+ },
231757
+ "declarations": [
231758
+ {
231759
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231760
+ "name": "ColumnLayoutProps"
231761
+ }
231762
+ ],
231763
+ "required": false,
231764
+ "type": {
231765
+ "name": "(number | null)[]"
231766
+ }
231767
+ },
231768
+ "l": {
231769
+ "defaultValue": null,
231770
+ "description": "Column layout for container size l.",
231771
+ "name": "l",
231772
+ "parent": {
231773
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231774
+ "name": "ColumnLayoutProps"
231775
+ },
231776
+ "declarations": [
231777
+ {
231778
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231779
+ "name": "ColumnLayoutProps"
231780
+ }
231781
+ ],
231782
+ "required": false,
231783
+ "type": {
231784
+ "name": "(number | null)[]"
231785
+ }
231786
+ }
231787
+ }
231788
+ },
231789
+ {
231790
+ "tags": {},
231791
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
231792
+ "description": "",
231793
+ "displayName": "Items",
231794
+ "methods": [],
231795
+ "props": {}
231796
+ },
231797
+ {
231798
+ "tags": {},
231799
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
231800
+ "description": "",
231801
+ "displayName": "Header",
231802
+ "methods": [],
231803
+ "props": {
231804
+ "className": {
231805
+ "defaultValue": null,
231806
+ "description": "The elements class name.",
231807
+ "name": "className",
231808
+ "parent": {
231809
+ "fileName": "components/src/lib/types/props.ts",
231810
+ "name": "PropsWithClassName"
231811
+ },
231812
+ "declarations": [
231813
+ {
231814
+ "fileName": "components/src/lib/types/props.ts",
231815
+ "name": "PropsWithClassName"
231816
+ }
231817
+ ],
231818
+ "required": false,
231819
+ "type": {
231820
+ "name": "string"
231821
+ }
231822
+ }
231823
+ }
231824
+ },
231825
+ {
231826
+ "tags": {},
231827
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
231828
+ "description": "",
231829
+ "displayName": "Footer",
231830
+ "methods": [],
231831
+ "props": {}
231832
+ },
231833
+ {
231834
+ "tags": {},
231835
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
231836
+ "description": "",
231837
+ "displayName": "LightBoxTrigger",
231838
+ "methods": [],
231839
+ "props": {
231840
+ "isDefaultOpen": {
231841
+ "defaultValue": null,
231842
+ "description": "Whether the overlay should be open initially.",
231843
+ "name": "isDefaultOpen",
231844
+ "parent": {
231845
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
231846
+ "name": "OverlayTriggerProps"
231847
+ },
231848
+ "declarations": [
231849
+ {
231850
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
231851
+ "name": "OverlayTriggerProps"
231852
+ }
231853
+ ],
231854
+ "required": false,
231855
+ "type": {
231856
+ "name": "boolean"
231857
+ }
231858
+ },
231859
+ "controller": {
231860
+ "defaultValue": null,
231861
+ "description": "A controller to control the state of the overlay.",
231862
+ "name": "controller",
231863
+ "parent": {
231864
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
231865
+ "name": "OverlayTriggerProps"
231866
+ },
231867
+ "declarations": [
231868
+ {
231869
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
231870
+ "name": "OverlayTriggerProps"
231871
+ }
231872
+ ],
231873
+ "required": false,
231874
+ "type": {
231875
+ "name": "OverlayController"
231876
+ }
231877
+ },
231878
+ "wrapWith": {
231879
+ "defaultValue": null,
231880
+ "description": "",
231881
+ "name": "wrapWith",
231882
+ "parent": {
231883
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231884
+ "name": "FlowComponentProps"
231885
+ },
231886
+ "declarations": [
231887
+ {
231888
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231889
+ "name": "FlowComponentProps"
231890
+ }
231891
+ ],
231892
+ "required": false,
231893
+ "type": {
231894
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
231895
+ }
231896
+ },
231897
+ "tunnelId": {
231898
+ "defaultValue": null,
231899
+ "description": "@internal",
231900
+ "name": "tunnelId",
231901
+ "parent": {
231902
+ "fileName": "components/src/lib/types/props.ts",
231903
+ "name": "PropsWithTunnel"
231904
+ },
231905
+ "declarations": [
231906
+ {
231907
+ "fileName": "components/src/lib/types/props.ts",
231908
+ "name": "PropsWithTunnel"
231909
+ }
231910
+ ],
231911
+ "required": false,
231912
+ "type": {
231913
+ "name": "string | null"
231914
+ }
231915
+ },
231916
+ "ref": {
231917
+ "defaultValue": null,
231918
+ "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}",
231919
+ "name": "ref",
231920
+ "parent": {
231921
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231922
+ "name": "RefAttributes"
231923
+ },
231924
+ "declarations": [
231925
+ {
231926
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231927
+ "name": "RefAttributes"
231928
+ }
231929
+ ],
231930
+ "required": false,
231931
+ "type": {
231932
+ "name": "Ref<HTMLInputElement>"
231933
+ }
231934
+ },
231935
+ "key": {
231936
+ "defaultValue": null,
231937
+ "description": "",
231938
+ "name": "key",
231939
+ "parent": {
231940
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231941
+ "name": "Attributes"
231942
+ },
231943
+ "declarations": [
231944
+ {
231945
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231946
+ "name": "Attributes"
231947
+ }
231948
+ ],
231949
+ "required": false,
231950
+ "type": {
231951
+ "name": "Key | null"
231952
+ }
231953
+ },
231954
+ "children": {
231955
+ "defaultValue": null,
231956
+ "description": "",
231957
+ "name": "children",
231958
+ "declarations": [
231959
+ {
231960
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231961
+ "name": "TypeLiteral"
231962
+ }
231963
+ ],
231964
+ "required": false,
231965
+ "type": {
231966
+ "name": "ReactNode"
231967
+ }
231968
+ }
231969
+ }
231970
+ },
231833
231971
  {
231834
231972
  "tags": {},
231835
231973
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
@@ -232616,144 +232754,6 @@
232616
232754
  }
232617
232755
  }
232618
232756
  },
232619
- {
232620
- "tags": {},
232621
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
232622
- "description": "",
232623
- "displayName": "LightBoxTrigger",
232624
- "methods": [],
232625
- "props": {
232626
- "isDefaultOpen": {
232627
- "defaultValue": null,
232628
- "description": "Whether the overlay should be open initially.",
232629
- "name": "isDefaultOpen",
232630
- "parent": {
232631
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
232632
- "name": "OverlayTriggerProps"
232633
- },
232634
- "declarations": [
232635
- {
232636
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
232637
- "name": "OverlayTriggerProps"
232638
- }
232639
- ],
232640
- "required": false,
232641
- "type": {
232642
- "name": "boolean"
232643
- }
232644
- },
232645
- "controller": {
232646
- "defaultValue": null,
232647
- "description": "A controller to control the state of the overlay.",
232648
- "name": "controller",
232649
- "parent": {
232650
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
232651
- "name": "OverlayTriggerProps"
232652
- },
232653
- "declarations": [
232654
- {
232655
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
232656
- "name": "OverlayTriggerProps"
232657
- }
232658
- ],
232659
- "required": false,
232660
- "type": {
232661
- "name": "OverlayController"
232662
- }
232663
- },
232664
- "wrapWith": {
232665
- "defaultValue": null,
232666
- "description": "",
232667
- "name": "wrapWith",
232668
- "parent": {
232669
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
232670
- "name": "FlowComponentProps"
232671
- },
232672
- "declarations": [
232673
- {
232674
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
232675
- "name": "FlowComponentProps"
232676
- }
232677
- ],
232678
- "required": false,
232679
- "type": {
232680
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
232681
- }
232682
- },
232683
- "tunnelId": {
232684
- "defaultValue": null,
232685
- "description": "@internal",
232686
- "name": "tunnelId",
232687
- "parent": {
232688
- "fileName": "components/src/lib/types/props.ts",
232689
- "name": "PropsWithTunnel"
232690
- },
232691
- "declarations": [
232692
- {
232693
- "fileName": "components/src/lib/types/props.ts",
232694
- "name": "PropsWithTunnel"
232695
- }
232696
- ],
232697
- "required": false,
232698
- "type": {
232699
- "name": "string | null"
232700
- }
232701
- },
232702
- "ref": {
232703
- "defaultValue": null,
232704
- "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}",
232705
- "name": "ref",
232706
- "parent": {
232707
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232708
- "name": "RefAttributes"
232709
- },
232710
- "declarations": [
232711
- {
232712
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232713
- "name": "RefAttributes"
232714
- }
232715
- ],
232716
- "required": false,
232717
- "type": {
232718
- "name": "Ref<HTMLInputElement>"
232719
- }
232720
- },
232721
- "key": {
232722
- "defaultValue": null,
232723
- "description": "",
232724
- "name": "key",
232725
- "parent": {
232726
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232727
- "name": "Attributes"
232728
- },
232729
- "declarations": [
232730
- {
232731
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232732
- "name": "Attributes"
232733
- }
232734
- ],
232735
- "required": false,
232736
- "type": {
232737
- "name": "Key | null"
232738
- }
232739
- },
232740
- "children": {
232741
- "defaultValue": null,
232742
- "description": "",
232743
- "name": "children",
232744
- "declarations": [
232745
- {
232746
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232747
- "name": "TypeLiteral"
232748
- }
232749
- ],
232750
- "required": false,
232751
- "type": {
232752
- "name": "ReactNode"
232753
- }
232754
- }
232755
- }
232756
- },
232757
232757
  {
232758
232758
  "tags": {},
232759
232759
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.359",
3
+ "version": "0.2.0-alpha.361",
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.6",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.359",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.361",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.0.18",
64
64
  "@react-aria/utils": "^3.29.1",
@@ -99,7 +99,7 @@
99
99
  "@faker-js/faker": "^9.9.0",
100
100
  "@internationalized/date": "^3.8.2",
101
101
  "@mittwald/flow-core": "",
102
- "@mittwald/flow-design-tokens": "0.2.0-alpha.359",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.361",
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": "",
@@ -172,5 +172,5 @@
172
172
  "optional": true
173
173
  }
174
174
  },
175
- "gitHead": "fa57cb900bf14eca19c87ef35ad5f05e062be55a"
175
+ "gitHead": "0b94943b061815964c5fe491dc3873bfdad1a981"
176
176
  }