@mittwald/flow-react-components 0.2.0-alpha.577 → 0.2.0-alpha.578

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.578](https://github.com/mittwald/flow/compare/0.2.0-alpha.577...0.2.0-alpha.578) (2025-11-28)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.577](https://github.com/mittwald/flow/compare/0.2.0-alpha.576...0.2.0-alpha.577) (2025-11-28)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -148833,6 +148833,281 @@
148833
148833
  }
148834
148834
  }
148835
148835
  },
148836
+ {
148837
+ "tags": {
148838
+ "flr-generate": "all"
148839
+ },
148840
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
148841
+ "description": "",
148842
+ "displayName": "FileField",
148843
+ "methods": [],
148844
+ "props": {
148845
+ "onChange": {
148846
+ "defaultValue": null,
148847
+ "description": "Handler that is called when the file input changes.",
148848
+ "name": "onChange",
148849
+ "parent": {
148850
+ "fileName": "components/src/components/FileField/FileField.tsx",
148851
+ "name": "FileFieldProps"
148852
+ },
148853
+ "declarations": [
148854
+ {
148855
+ "fileName": "components/src/components/FileField/FileField.tsx",
148856
+ "name": "FileFieldProps"
148857
+ }
148858
+ ],
148859
+ "required": false,
148860
+ "type": {
148861
+ "name": "FileInputOnChangeHandler"
148862
+ }
148863
+ },
148864
+ "isReadOnly": {
148865
+ "defaultValue": null,
148866
+ "description": "Whether the component is read only.",
148867
+ "name": "isReadOnly",
148868
+ "parent": {
148869
+ "fileName": "components/src/components/FileField/FileField.tsx",
148870
+ "name": "FileFieldProps"
148871
+ },
148872
+ "declarations": [
148873
+ {
148874
+ "fileName": "components/src/components/FileField/FileField.tsx",
148875
+ "name": "FileFieldProps"
148876
+ }
148877
+ ],
148878
+ "required": false,
148879
+ "type": {
148880
+ "name": "boolean"
148881
+ }
148882
+ },
148883
+ "children": {
148884
+ "defaultValue": null,
148885
+ "description": "",
148886
+ "name": "children",
148887
+ "declarations": [
148888
+ {
148889
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
148890
+ "name": "TypeLiteral"
148891
+ }
148892
+ ],
148893
+ "required": false,
148894
+ "type": {
148895
+ "name": "ReactNode"
148896
+ }
148897
+ },
148898
+ "wrapWith": {
148899
+ "defaultValue": null,
148900
+ "description": "",
148901
+ "name": "wrapWith",
148902
+ "parent": {
148903
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
148904
+ "name": "FlowComponentProps"
148905
+ },
148906
+ "declarations": [
148907
+ {
148908
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
148909
+ "name": "FlowComponentProps"
148910
+ }
148911
+ ],
148912
+ "required": false,
148913
+ "type": {
148914
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
148915
+ }
148916
+ },
148917
+ "tunnelId": {
148918
+ "defaultValue": null,
148919
+ "description": "@internal",
148920
+ "name": "tunnelId",
148921
+ "parent": {
148922
+ "fileName": "components/src/lib/types/props.ts",
148923
+ "name": "PropsWithTunnel"
148924
+ },
148925
+ "declarations": [
148926
+ {
148927
+ "fileName": "components/src/lib/types/props.ts",
148928
+ "name": "PropsWithTunnel"
148929
+ }
148930
+ ],
148931
+ "required": false,
148932
+ "type": {
148933
+ "name": "string | null"
148934
+ }
148935
+ },
148936
+ "ref": {
148937
+ "defaultValue": null,
148938
+ "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}",
148939
+ "name": "ref",
148940
+ "parent": {
148941
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
148942
+ "name": "RefAttributes"
148943
+ },
148944
+ "declarations": [
148945
+ {
148946
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
148947
+ "name": "RefAttributes"
148948
+ }
148949
+ ],
148950
+ "required": false,
148951
+ "type": {
148952
+ "name": "Ref<HTMLSpanElement>"
148953
+ }
148954
+ },
148955
+ "key": {
148956
+ "defaultValue": null,
148957
+ "description": "",
148958
+ "name": "key",
148959
+ "parent": {
148960
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
148961
+ "name": "Attributes"
148962
+ },
148963
+ "declarations": [
148964
+ {
148965
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
148966
+ "name": "Attributes"
148967
+ }
148968
+ ],
148969
+ "required": false,
148970
+ "type": {
148971
+ "name": "Key | null"
148972
+ }
148973
+ },
148974
+ "name": {
148975
+ "defaultValue": null,
148976
+ "description": "",
148977
+ "name": "name",
148978
+ "parent": {
148979
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
148980
+ "name": "InputHTMLAttributes"
148981
+ },
148982
+ "declarations": [
148983
+ {
148984
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
148985
+ "name": "InputHTMLAttributes"
148986
+ }
148987
+ ],
148988
+ "required": false,
148989
+ "type": {
148990
+ "name": "string"
148991
+ }
148992
+ },
148993
+ "accept": {
148994
+ "defaultValue": null,
148995
+ "description": "",
148996
+ "name": "accept",
148997
+ "parent": {
148998
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
148999
+ "name": "InputHTMLAttributes"
149000
+ },
149001
+ "declarations": [
149002
+ {
149003
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
149004
+ "name": "InputHTMLAttributes"
149005
+ }
149006
+ ],
149007
+ "required": false,
149008
+ "type": {
149009
+ "name": "string"
149010
+ }
149011
+ },
149012
+ "multiple": {
149013
+ "defaultValue": null,
149014
+ "description": "",
149015
+ "name": "multiple",
149016
+ "parent": {
149017
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
149018
+ "name": "InputHTMLAttributes"
149019
+ },
149020
+ "declarations": [
149021
+ {
149022
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
149023
+ "name": "InputHTMLAttributes"
149024
+ }
149025
+ ],
149026
+ "required": false,
149027
+ "type": {
149028
+ "name": "boolean"
149029
+ }
149030
+ },
149031
+ "validationBehavior": {
149032
+ "defaultValue": {
149033
+ "value": "'native'"
149034
+ },
149035
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
149036
+ "name": "validationBehavior",
149037
+ "parent": {
149038
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
149039
+ "name": "RACValidation"
149040
+ },
149041
+ "declarations": [
149042
+ {
149043
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
149044
+ "name": "RACValidation"
149045
+ }
149046
+ ],
149047
+ "required": false,
149048
+ "type": {
149049
+ "name": "\"native\" | \"aria\""
149050
+ }
149051
+ },
149052
+ "isDisabled": {
149053
+ "defaultValue": null,
149054
+ "description": "Whether the input is disabled.",
149055
+ "name": "isDisabled",
149056
+ "parent": {
149057
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
149058
+ "name": "InputBase"
149059
+ },
149060
+ "declarations": [
149061
+ {
149062
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
149063
+ "name": "InputBase"
149064
+ }
149065
+ ],
149066
+ "required": false,
149067
+ "type": {
149068
+ "name": "boolean"
149069
+ }
149070
+ },
149071
+ "isRequired": {
149072
+ "defaultValue": null,
149073
+ "description": "Whether user input is required on the input before form submission.",
149074
+ "name": "isRequired",
149075
+ "parent": {
149076
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
149077
+ "name": "Validation"
149078
+ },
149079
+ "declarations": [
149080
+ {
149081
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
149082
+ "name": "Validation"
149083
+ }
149084
+ ],
149085
+ "required": false,
149086
+ "type": {
149087
+ "name": "boolean"
149088
+ }
149089
+ },
149090
+ "isInvalid": {
149091
+ "defaultValue": null,
149092
+ "description": "Whether the value is invalid.",
149093
+ "name": "isInvalid",
149094
+ "parent": {
149095
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
149096
+ "name": "TextFieldProps"
149097
+ },
149098
+ "declarations": [
149099
+ {
149100
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
149101
+ "name": "TextFieldProps"
149102
+ }
149103
+ ],
149104
+ "required": false,
149105
+ "type": {
149106
+ "name": "boolean"
149107
+ }
149108
+ }
149109
+ }
149110
+ },
148836
149111
  {
148837
149112
  "tags": {
148838
149113
  "flr-generate": "all"
@@ -154392,281 +154667,6 @@
154392
154667
  }
154393
154668
  }
154394
154669
  },
154395
- {
154396
- "tags": {
154397
- "flr-generate": "all"
154398
- },
154399
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
154400
- "description": "",
154401
- "displayName": "FileField",
154402
- "methods": [],
154403
- "props": {
154404
- "onChange": {
154405
- "defaultValue": null,
154406
- "description": "Handler that is called when the file input changes.",
154407
- "name": "onChange",
154408
- "parent": {
154409
- "fileName": "components/src/components/FileField/FileField.tsx",
154410
- "name": "FileFieldProps"
154411
- },
154412
- "declarations": [
154413
- {
154414
- "fileName": "components/src/components/FileField/FileField.tsx",
154415
- "name": "FileFieldProps"
154416
- }
154417
- ],
154418
- "required": false,
154419
- "type": {
154420
- "name": "FileInputOnChangeHandler"
154421
- }
154422
- },
154423
- "isReadOnly": {
154424
- "defaultValue": null,
154425
- "description": "Whether the component is read only.",
154426
- "name": "isReadOnly",
154427
- "parent": {
154428
- "fileName": "components/src/components/FileField/FileField.tsx",
154429
- "name": "FileFieldProps"
154430
- },
154431
- "declarations": [
154432
- {
154433
- "fileName": "components/src/components/FileField/FileField.tsx",
154434
- "name": "FileFieldProps"
154435
- }
154436
- ],
154437
- "required": false,
154438
- "type": {
154439
- "name": "boolean"
154440
- }
154441
- },
154442
- "children": {
154443
- "defaultValue": null,
154444
- "description": "",
154445
- "name": "children",
154446
- "declarations": [
154447
- {
154448
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154449
- "name": "TypeLiteral"
154450
- }
154451
- ],
154452
- "required": false,
154453
- "type": {
154454
- "name": "ReactNode"
154455
- }
154456
- },
154457
- "wrapWith": {
154458
- "defaultValue": null,
154459
- "description": "",
154460
- "name": "wrapWith",
154461
- "parent": {
154462
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
154463
- "name": "FlowComponentProps"
154464
- },
154465
- "declarations": [
154466
- {
154467
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
154468
- "name": "FlowComponentProps"
154469
- }
154470
- ],
154471
- "required": false,
154472
- "type": {
154473
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
154474
- }
154475
- },
154476
- "tunnelId": {
154477
- "defaultValue": null,
154478
- "description": "@internal",
154479
- "name": "tunnelId",
154480
- "parent": {
154481
- "fileName": "components/src/lib/types/props.ts",
154482
- "name": "PropsWithTunnel"
154483
- },
154484
- "declarations": [
154485
- {
154486
- "fileName": "components/src/lib/types/props.ts",
154487
- "name": "PropsWithTunnel"
154488
- }
154489
- ],
154490
- "required": false,
154491
- "type": {
154492
- "name": "string | null"
154493
- }
154494
- },
154495
- "ref": {
154496
- "defaultValue": null,
154497
- "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}",
154498
- "name": "ref",
154499
- "parent": {
154500
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154501
- "name": "RefAttributes"
154502
- },
154503
- "declarations": [
154504
- {
154505
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154506
- "name": "RefAttributes"
154507
- }
154508
- ],
154509
- "required": false,
154510
- "type": {
154511
- "name": "Ref<HTMLSpanElement>"
154512
- }
154513
- },
154514
- "key": {
154515
- "defaultValue": null,
154516
- "description": "",
154517
- "name": "key",
154518
- "parent": {
154519
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154520
- "name": "Attributes"
154521
- },
154522
- "declarations": [
154523
- {
154524
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154525
- "name": "Attributes"
154526
- }
154527
- ],
154528
- "required": false,
154529
- "type": {
154530
- "name": "Key | null"
154531
- }
154532
- },
154533
- "name": {
154534
- "defaultValue": null,
154535
- "description": "",
154536
- "name": "name",
154537
- "parent": {
154538
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154539
- "name": "InputHTMLAttributes"
154540
- },
154541
- "declarations": [
154542
- {
154543
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154544
- "name": "InputHTMLAttributes"
154545
- }
154546
- ],
154547
- "required": false,
154548
- "type": {
154549
- "name": "string"
154550
- }
154551
- },
154552
- "accept": {
154553
- "defaultValue": null,
154554
- "description": "",
154555
- "name": "accept",
154556
- "parent": {
154557
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154558
- "name": "InputHTMLAttributes"
154559
- },
154560
- "declarations": [
154561
- {
154562
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154563
- "name": "InputHTMLAttributes"
154564
- }
154565
- ],
154566
- "required": false,
154567
- "type": {
154568
- "name": "string"
154569
- }
154570
- },
154571
- "multiple": {
154572
- "defaultValue": null,
154573
- "description": "",
154574
- "name": "multiple",
154575
- "parent": {
154576
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154577
- "name": "InputHTMLAttributes"
154578
- },
154579
- "declarations": [
154580
- {
154581
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
154582
- "name": "InputHTMLAttributes"
154583
- }
154584
- ],
154585
- "required": false,
154586
- "type": {
154587
- "name": "boolean"
154588
- }
154589
- },
154590
- "validationBehavior": {
154591
- "defaultValue": {
154592
- "value": "'native'"
154593
- },
154594
- "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
154595
- "name": "validationBehavior",
154596
- "parent": {
154597
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
154598
- "name": "RACValidation"
154599
- },
154600
- "declarations": [
154601
- {
154602
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
154603
- "name": "RACValidation"
154604
- }
154605
- ],
154606
- "required": false,
154607
- "type": {
154608
- "name": "\"native\" | \"aria\""
154609
- }
154610
- },
154611
- "isDisabled": {
154612
- "defaultValue": null,
154613
- "description": "Whether the input is disabled.",
154614
- "name": "isDisabled",
154615
- "parent": {
154616
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
154617
- "name": "InputBase"
154618
- },
154619
- "declarations": [
154620
- {
154621
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
154622
- "name": "InputBase"
154623
- }
154624
- ],
154625
- "required": false,
154626
- "type": {
154627
- "name": "boolean"
154628
- }
154629
- },
154630
- "isRequired": {
154631
- "defaultValue": null,
154632
- "description": "Whether user input is required on the input before form submission.",
154633
- "name": "isRequired",
154634
- "parent": {
154635
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
154636
- "name": "Validation"
154637
- },
154638
- "declarations": [
154639
- {
154640
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
154641
- "name": "Validation"
154642
- }
154643
- ],
154644
- "required": false,
154645
- "type": {
154646
- "name": "boolean"
154647
- }
154648
- },
154649
- "isInvalid": {
154650
- "defaultValue": null,
154651
- "description": "Whether the value is invalid.",
154652
- "name": "isInvalid",
154653
- "parent": {
154654
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
154655
- "name": "TextFieldProps"
154656
- },
154657
- "declarations": [
154658
- {
154659
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
154660
- "name": "TextFieldProps"
154661
- }
154662
- ],
154663
- "required": false,
154664
- "type": {
154665
- "name": "boolean"
154666
- }
154667
- }
154668
- }
154669
- },
154670
154670
  {
154671
154671
  "tags": {
154672
154672
  "flr-generate": "all"
@@ -330388,6 +330388,138 @@
330388
330388
  }
330389
330389
  }
330390
330390
  },
330391
+ {
330392
+ "tags": {},
330393
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
330394
+ "description": "",
330395
+ "displayName": "Item",
330396
+ "methods": [],
330397
+ "props": {
330398
+ "id": {
330399
+ "defaultValue": null,
330400
+ "description": "",
330401
+ "name": "id",
330402
+ "parent": {
330403
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
330404
+ "name": "Props"
330405
+ },
330406
+ "declarations": [
330407
+ {
330408
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
330409
+ "name": "Props"
330410
+ }
330411
+ ],
330412
+ "required": true,
330413
+ "type": {
330414
+ "name": "Key"
330415
+ }
330416
+ },
330417
+ "data": {
330418
+ "defaultValue": null,
330419
+ "description": "",
330420
+ "name": "data",
330421
+ "parent": {
330422
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
330423
+ "name": "Props"
330424
+ },
330425
+ "declarations": [
330426
+ {
330427
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
330428
+ "name": "Props"
330429
+ }
330430
+ ],
330431
+ "required": true,
330432
+ "type": {
330433
+ "name": "never"
330434
+ }
330435
+ },
330436
+ "children": {
330437
+ "defaultValue": null,
330438
+ "description": "",
330439
+ "name": "children",
330440
+ "declarations": [
330441
+ {
330442
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
330443
+ "name": "TypeLiteral"
330444
+ }
330445
+ ],
330446
+ "required": false,
330447
+ "type": {
330448
+ "name": "ReactNode"
330449
+ }
330450
+ }
330451
+ }
330452
+ },
330453
+ {
330454
+ "tags": {},
330455
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
330456
+ "description": "",
330457
+ "displayName": "ItemContainer",
330458
+ "methods": [],
330459
+ "props": {
330460
+ "id": {
330461
+ "defaultValue": null,
330462
+ "description": "",
330463
+ "name": "id",
330464
+ "parent": {
330465
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
330466
+ "name": "Props"
330467
+ },
330468
+ "declarations": [
330469
+ {
330470
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
330471
+ "name": "Props"
330472
+ }
330473
+ ],
330474
+ "required": true,
330475
+ "type": {
330476
+ "name": "Key"
330477
+ }
330478
+ },
330479
+ "data": {
330480
+ "defaultValue": null,
330481
+ "description": "",
330482
+ "name": "data",
330483
+ "parent": {
330484
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
330485
+ "name": "Props"
330486
+ },
330487
+ "declarations": [
330488
+ {
330489
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
330490
+ "name": "Props"
330491
+ }
330492
+ ],
330493
+ "required": true,
330494
+ "type": {
330495
+ "name": "never"
330496
+ }
330497
+ },
330498
+ "children": {
330499
+ "defaultValue": null,
330500
+ "description": "",
330501
+ "name": "children",
330502
+ "declarations": [
330503
+ {
330504
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
330505
+ "name": "TypeLiteral"
330506
+ }
330507
+ ],
330508
+ "required": false,
330509
+ "type": {
330510
+ "name": "ReactNode"
330511
+ }
330512
+ }
330513
+ }
330514
+ },
330515
+ {
330516
+ "tags": {},
330517
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
330518
+ "description": "",
330519
+ "displayName": "FallbackItems",
330520
+ "methods": [],
330521
+ "props": {}
330522
+ },
330391
330523
  {
330392
330524
  "tags": {
330393
330525
  "flr-generate": "all"
@@ -334077,138 +334209,6 @@
334077
334209
  }
334078
334210
  }
334079
334211
  },
334080
- {
334081
- "tags": {},
334082
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
334083
- "description": "",
334084
- "displayName": "Item",
334085
- "methods": [],
334086
- "props": {
334087
- "id": {
334088
- "defaultValue": null,
334089
- "description": "",
334090
- "name": "id",
334091
- "parent": {
334092
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334093
- "name": "Props"
334094
- },
334095
- "declarations": [
334096
- {
334097
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334098
- "name": "Props"
334099
- }
334100
- ],
334101
- "required": true,
334102
- "type": {
334103
- "name": "Key"
334104
- }
334105
- },
334106
- "data": {
334107
- "defaultValue": null,
334108
- "description": "",
334109
- "name": "data",
334110
- "parent": {
334111
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334112
- "name": "Props"
334113
- },
334114
- "declarations": [
334115
- {
334116
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334117
- "name": "Props"
334118
- }
334119
- ],
334120
- "required": true,
334121
- "type": {
334122
- "name": "never"
334123
- }
334124
- },
334125
- "children": {
334126
- "defaultValue": null,
334127
- "description": "",
334128
- "name": "children",
334129
- "declarations": [
334130
- {
334131
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
334132
- "name": "TypeLiteral"
334133
- }
334134
- ],
334135
- "required": false,
334136
- "type": {
334137
- "name": "ReactNode"
334138
- }
334139
- }
334140
- }
334141
- },
334142
- {
334143
- "tags": {},
334144
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
334145
- "description": "",
334146
- "displayName": "ItemContainer",
334147
- "methods": [],
334148
- "props": {
334149
- "id": {
334150
- "defaultValue": null,
334151
- "description": "",
334152
- "name": "id",
334153
- "parent": {
334154
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334155
- "name": "Props"
334156
- },
334157
- "declarations": [
334158
- {
334159
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334160
- "name": "Props"
334161
- }
334162
- ],
334163
- "required": true,
334164
- "type": {
334165
- "name": "Key"
334166
- }
334167
- },
334168
- "data": {
334169
- "defaultValue": null,
334170
- "description": "",
334171
- "name": "data",
334172
- "parent": {
334173
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334174
- "name": "Props"
334175
- },
334176
- "declarations": [
334177
- {
334178
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
334179
- "name": "Props"
334180
- }
334181
- ],
334182
- "required": true,
334183
- "type": {
334184
- "name": "never"
334185
- }
334186
- },
334187
- "children": {
334188
- "defaultValue": null,
334189
- "description": "",
334190
- "name": "children",
334191
- "declarations": [
334192
- {
334193
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
334194
- "name": "TypeLiteral"
334195
- }
334196
- ],
334197
- "required": false,
334198
- "type": {
334199
- "name": "ReactNode"
334200
- }
334201
- }
334202
- }
334203
- },
334204
- {
334205
- "tags": {},
334206
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
334207
- "description": "",
334208
- "displayName": "FallbackItems",
334209
- "methods": [],
334210
- "props": {}
334211
- },
334212
334212
  {
334213
334213
  "tags": {},
334214
334214
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.577",
3
+ "version": "0.2.0-alpha.578",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -60,7 +60,7 @@
60
60
  "dependencies": {
61
61
  "@internationalized/string-compiler": "^3.2.6",
62
62
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
63
- "@mittwald/react-tunnel": "0.2.0-alpha.577",
63
+ "@mittwald/react-tunnel": "0.2.0-alpha.578",
64
64
  "@mittwald/react-use-promise": "^4.2.2",
65
65
  "@react-aria/form": "^3.1.2",
66
66
  "@react-aria/live-announcer": "^3.4.4",
@@ -105,7 +105,7 @@
105
105
  "@faker-js/faker": "^10.1.0",
106
106
  "@internationalized/date": "^3.10.0",
107
107
  "@mittwald/flow-core": "",
108
- "@mittwald/flow-design-tokens": "0.2.0-alpha.577",
108
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.578",
109
109
  "@mittwald/react-use-promise": "^4.2.2",
110
110
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
111
111
  "@mittwald/typescript-config": "",
@@ -174,5 +174,5 @@
174
174
  "optional": true
175
175
  }
176
176
  },
177
- "gitHead": "82dcb49f3312aa3996a70aa2e95ff2591876c569"
177
+ "gitHead": "fe04f641b6a43f78872752fe90bd7496639331db"
178
178
  }