@mittwald/flow-react-components 0.2.0-alpha.447 → 0.2.0-alpha.448

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,12 @@
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.448](https://github.com/mittwald/flow/compare/0.2.0-alpha.447...0.2.0-alpha.448) (2025-09-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **Message:** fix message header alignment ([#1938](https://github.com/mittwald/flow/issues/1938)) ([7c8081f](https://github.com/mittwald/flow/commit/7c8081f1fbb674933ef75ec95cc15149ad591f8d))
11
+
6
12
  # [0.2.0-alpha.447](https://github.com/mittwald/flow/compare/0.2.0-alpha.446...0.2.0-alpha.447) (2025-09-02)
7
13
 
8
14
  ### Bug Fixes
@@ -78623,6 +78623,128 @@
78623
78623
  }
78624
78624
  }
78625
78625
  },
78626
+ {
78627
+ "tags": {
78628
+ "flr-generate": "all",
78629
+ "flr-clear-props-context": ""
78630
+ },
78631
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
78632
+ "description": "",
78633
+ "displayName": "MessageThread",
78634
+ "methods": [],
78635
+ "props": {
78636
+ "children": {
78637
+ "defaultValue": null,
78638
+ "description": "",
78639
+ "name": "children",
78640
+ "declarations": [
78641
+ {
78642
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78643
+ "name": "TypeLiteral"
78644
+ }
78645
+ ],
78646
+ "required": false,
78647
+ "type": {
78648
+ "name": "ReactNode"
78649
+ }
78650
+ },
78651
+ "className": {
78652
+ "defaultValue": null,
78653
+ "description": "The elements class name.",
78654
+ "name": "className",
78655
+ "parent": {
78656
+ "fileName": "components/src/lib/types/props.ts",
78657
+ "name": "PropsWithClassName"
78658
+ },
78659
+ "declarations": [
78660
+ {
78661
+ "fileName": "components/src/lib/types/props.ts",
78662
+ "name": "PropsWithClassName"
78663
+ }
78664
+ ],
78665
+ "required": false,
78666
+ "type": {
78667
+ "name": "string"
78668
+ }
78669
+ },
78670
+ "wrapWith": {
78671
+ "defaultValue": null,
78672
+ "description": "",
78673
+ "name": "wrapWith",
78674
+ "parent": {
78675
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
78676
+ "name": "FlowComponentProps"
78677
+ },
78678
+ "declarations": [
78679
+ {
78680
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
78681
+ "name": "FlowComponentProps"
78682
+ }
78683
+ ],
78684
+ "required": false,
78685
+ "type": {
78686
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
78687
+ }
78688
+ },
78689
+ "tunnelId": {
78690
+ "defaultValue": null,
78691
+ "description": "@internal",
78692
+ "name": "tunnelId",
78693
+ "parent": {
78694
+ "fileName": "components/src/lib/types/props.ts",
78695
+ "name": "PropsWithTunnel"
78696
+ },
78697
+ "declarations": [
78698
+ {
78699
+ "fileName": "components/src/lib/types/props.ts",
78700
+ "name": "PropsWithTunnel"
78701
+ }
78702
+ ],
78703
+ "required": false,
78704
+ "type": {
78705
+ "name": "string | null"
78706
+ }
78707
+ },
78708
+ "ref": {
78709
+ "defaultValue": null,
78710
+ "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}",
78711
+ "name": "ref",
78712
+ "parent": {
78713
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78714
+ "name": "RefAttributes"
78715
+ },
78716
+ "declarations": [
78717
+ {
78718
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78719
+ "name": "RefAttributes"
78720
+ }
78721
+ ],
78722
+ "required": false,
78723
+ "type": {
78724
+ "name": "Ref<HTMLInputElement>"
78725
+ }
78726
+ },
78727
+ "key": {
78728
+ "defaultValue": null,
78729
+ "description": "",
78730
+ "name": "key",
78731
+ "parent": {
78732
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78733
+ "name": "Attributes"
78734
+ },
78735
+ "declarations": [
78736
+ {
78737
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78738
+ "name": "Attributes"
78739
+ }
78740
+ ],
78741
+ "required": false,
78742
+ "type": {
78743
+ "name": "Key | null"
78744
+ }
78745
+ }
78746
+ }
78747
+ },
78626
78748
  {
78627
78749
  "tags": {},
78628
78750
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/Modal.tsx",
@@ -78860,128 +78982,6 @@
78860
78982
  }
78861
78983
  }
78862
78984
  },
78863
- {
78864
- "tags": {
78865
- "flr-generate": "all",
78866
- "flr-clear-props-context": ""
78867
- },
78868
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
78869
- "description": "",
78870
- "displayName": "MessageThread",
78871
- "methods": [],
78872
- "props": {
78873
- "children": {
78874
- "defaultValue": null,
78875
- "description": "",
78876
- "name": "children",
78877
- "declarations": [
78878
- {
78879
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78880
- "name": "TypeLiteral"
78881
- }
78882
- ],
78883
- "required": false,
78884
- "type": {
78885
- "name": "ReactNode"
78886
- }
78887
- },
78888
- "className": {
78889
- "defaultValue": null,
78890
- "description": "The elements class name.",
78891
- "name": "className",
78892
- "parent": {
78893
- "fileName": "components/src/lib/types/props.ts",
78894
- "name": "PropsWithClassName"
78895
- },
78896
- "declarations": [
78897
- {
78898
- "fileName": "components/src/lib/types/props.ts",
78899
- "name": "PropsWithClassName"
78900
- }
78901
- ],
78902
- "required": false,
78903
- "type": {
78904
- "name": "string"
78905
- }
78906
- },
78907
- "wrapWith": {
78908
- "defaultValue": null,
78909
- "description": "",
78910
- "name": "wrapWith",
78911
- "parent": {
78912
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
78913
- "name": "FlowComponentProps"
78914
- },
78915
- "declarations": [
78916
- {
78917
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
78918
- "name": "FlowComponentProps"
78919
- }
78920
- ],
78921
- "required": false,
78922
- "type": {
78923
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
78924
- }
78925
- },
78926
- "tunnelId": {
78927
- "defaultValue": null,
78928
- "description": "@internal",
78929
- "name": "tunnelId",
78930
- "parent": {
78931
- "fileName": "components/src/lib/types/props.ts",
78932
- "name": "PropsWithTunnel"
78933
- },
78934
- "declarations": [
78935
- {
78936
- "fileName": "components/src/lib/types/props.ts",
78937
- "name": "PropsWithTunnel"
78938
- }
78939
- ],
78940
- "required": false,
78941
- "type": {
78942
- "name": "string | null"
78943
- }
78944
- },
78945
- "ref": {
78946
- "defaultValue": null,
78947
- "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}",
78948
- "name": "ref",
78949
- "parent": {
78950
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78951
- "name": "RefAttributes"
78952
- },
78953
- "declarations": [
78954
- {
78955
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78956
- "name": "RefAttributes"
78957
- }
78958
- ],
78959
- "required": false,
78960
- "type": {
78961
- "name": "Ref<HTMLInputElement>"
78962
- }
78963
- },
78964
- "key": {
78965
- "defaultValue": null,
78966
- "description": "",
78967
- "name": "key",
78968
- "parent": {
78969
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78970
- "name": "Attributes"
78971
- },
78972
- "declarations": [
78973
- {
78974
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
78975
- "name": "Attributes"
78976
- }
78977
- ],
78978
- "required": false,
78979
- "type": {
78980
- "name": "Key | null"
78981
- }
78982
- }
78983
- }
78984
- },
78985
78985
  {
78986
78986
  "tags": {
78987
78987
  "flr-generate": "all",
@@ -152032,6 +152032,25 @@
152032
152032
  "type": {
152033
152033
  "name": "boolean"
152034
152034
  }
152035
+ },
152036
+ "isDisabled": {
152037
+ "defaultValue": null,
152038
+ "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
152039
+ "name": "isDisabled",
152040
+ "parent": {
152041
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/dnd/dist/types.d.ts",
152042
+ "name": "DropOptions"
152043
+ },
152044
+ "declarations": [
152045
+ {
152046
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/dnd/dist/types.d.ts",
152047
+ "name": "DropOptions"
152048
+ }
152049
+ ],
152050
+ "required": false,
152051
+ "type": {
152052
+ "name": "boolean"
152053
+ }
152035
152054
  }
152036
152055
  }
152037
152056
  },
@@ -294602,6 +294621,51 @@
294602
294621
  }
294603
294622
  }
294604
294623
  },
294624
+ {
294625
+ "tags": {
294626
+ "flr-generate": "all"
294627
+ },
294628
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.tsx",
294629
+ "description": "",
294630
+ "displayName": "MessageSeparator",
294631
+ "methods": [],
294632
+ "props": {
294633
+ "children": {
294634
+ "defaultValue": null,
294635
+ "description": "",
294636
+ "name": "children",
294637
+ "declarations": [
294638
+ {
294639
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
294640
+ "name": "TypeLiteral"
294641
+ }
294642
+ ],
294643
+ "required": false,
294644
+ "type": {
294645
+ "name": "ReactNode"
294646
+ }
294647
+ },
294648
+ "className": {
294649
+ "defaultValue": null,
294650
+ "description": "The elements class name.",
294651
+ "name": "className",
294652
+ "parent": {
294653
+ "fileName": "components/src/lib/types/props.ts",
294654
+ "name": "PropsWithClassName"
294655
+ },
294656
+ "declarations": [
294657
+ {
294658
+ "fileName": "components/src/lib/types/props.ts",
294659
+ "name": "PropsWithClassName"
294660
+ }
294661
+ ],
294662
+ "required": false,
294663
+ "type": {
294664
+ "name": "string"
294665
+ }
294666
+ }
294667
+ }
294668
+ },
294605
294669
  {
294606
294670
  "tags": {},
294607
294671
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -294740,51 +294804,6 @@
294740
294804
  }
294741
294805
  }
294742
294806
  },
294743
- {
294744
- "tags": {
294745
- "flr-generate": "all"
294746
- },
294747
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.tsx",
294748
- "description": "",
294749
- "displayName": "MessageSeparator",
294750
- "methods": [],
294751
- "props": {
294752
- "children": {
294753
- "defaultValue": null,
294754
- "description": "",
294755
- "name": "children",
294756
- "declarations": [
294757
- {
294758
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
294759
- "name": "TypeLiteral"
294760
- }
294761
- ],
294762
- "required": false,
294763
- "type": {
294764
- "name": "ReactNode"
294765
- }
294766
- },
294767
- "className": {
294768
- "defaultValue": null,
294769
- "description": "The elements class name.",
294770
- "name": "className",
294771
- "parent": {
294772
- "fileName": "components/src/lib/types/props.ts",
294773
- "name": "PropsWithClassName"
294774
- },
294775
- "declarations": [
294776
- {
294777
- "fileName": "components/src/lib/types/props.ts",
294778
- "name": "PropsWithClassName"
294779
- }
294780
- ],
294781
- "required": false,
294782
- "type": {
294783
- "name": "string"
294784
- }
294785
- }
294786
- }
294787
- },
294788
294807
  {
294789
294808
  "tags": {},
294790
294809
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.tsx",
@@ -325156,53 +325175,6 @@
325156
325175
  "methods": [],
325157
325176
  "props": {}
325158
325177
  },
325159
- {
325160
- "tags": {},
325161
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
325162
- "description": "",
325163
- "displayName": "SearchField",
325164
- "methods": [],
325165
- "props": {
325166
- "search": {
325167
- "defaultValue": null,
325168
- "description": "",
325169
- "name": "search",
325170
- "parent": {
325171
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
325172
- "name": "Props"
325173
- },
325174
- "declarations": [
325175
- {
325176
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
325177
- "name": "Props"
325178
- }
325179
- ],
325180
- "required": true,
325181
- "type": {
325182
- "name": "Search<never>"
325183
- }
325184
- },
325185
- "className": {
325186
- "defaultValue": null,
325187
- "description": "The elements class name.",
325188
- "name": "className",
325189
- "parent": {
325190
- "fileName": "components/src/lib/types/props.ts",
325191
- "name": "PropsWithClassName"
325192
- },
325193
- "declarations": [
325194
- {
325195
- "fileName": "components/src/lib/types/props.ts",
325196
- "name": "PropsWithClassName"
325197
- }
325198
- ],
325199
- "required": false,
325200
- "type": {
325201
- "name": "string"
325202
- }
325203
- }
325204
- }
325205
- },
325206
325178
  {
325207
325179
  "tags": {},
325208
325180
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
@@ -325283,6 +325255,53 @@
325283
325255
  "methods": [],
325284
325256
  "props": {}
325285
325257
  },
325258
+ {
325259
+ "tags": {},
325260
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
325261
+ "description": "",
325262
+ "displayName": "SearchField",
325263
+ "methods": [],
325264
+ "props": {
325265
+ "search": {
325266
+ "defaultValue": null,
325267
+ "description": "",
325268
+ "name": "search",
325269
+ "parent": {
325270
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
325271
+ "name": "Props"
325272
+ },
325273
+ "declarations": [
325274
+ {
325275
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
325276
+ "name": "Props"
325277
+ }
325278
+ ],
325279
+ "required": true,
325280
+ "type": {
325281
+ "name": "Search<never>"
325282
+ }
325283
+ },
325284
+ "className": {
325285
+ "defaultValue": null,
325286
+ "description": "The elements class name.",
325287
+ "name": "className",
325288
+ "parent": {
325289
+ "fileName": "components/src/lib/types/props.ts",
325290
+ "name": "PropsWithClassName"
325291
+ },
325292
+ "declarations": [
325293
+ {
325294
+ "fileName": "components/src/lib/types/props.ts",
325295
+ "name": "PropsWithClassName"
325296
+ }
325297
+ ],
325298
+ "required": false,
325299
+ "type": {
325300
+ "name": "string"
325301
+ }
325302
+ }
325303
+ }
325304
+ },
325286
325305
  {
325287
325306
  "tags": {},
325288
325307
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",