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

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,18 @@
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.449](https://github.com/mittwald/flow/compare/0.2.0-alpha.448...0.2.0-alpha.449) (2025-09-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **List:** flickering loading view ([#1939](https://github.com/mittwald/flow/issues/1939)) ([bd1c028](https://github.com/mittwald/flow/commit/bd1c0284ead0cd5e486193f72d796576acbd46e2))
11
+
12
+ # [0.2.0-alpha.448](https://github.com/mittwald/flow/compare/0.2.0-alpha.447...0.2.0-alpha.448) (2025-09-02)
13
+
14
+ ### Bug Fixes
15
+
16
+ * **Message:** fix message header alignment ([#1938](https://github.com/mittwald/flow/issues/1938)) ([7c8081f](https://github.com/mittwald/flow/commit/7c8081f1fbb674933ef75ec95cc15149ad591f8d))
17
+
6
18
  # [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
19
 
8
20
  ### Bug Fixes
@@ -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
  },
@@ -288567,55 +288586,6 @@
288567
288586
  }
288568
288587
  }
288569
288588
  },
288570
- {
288571
- "tags": {
288572
- "internal": ""
288573
- },
288574
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288575
- "description": "",
288576
- "displayName": "ValidationResultEntry",
288577
- "methods": [],
288578
- "props": {
288579
- "result": {
288580
- "defaultValue": null,
288581
- "description": "",
288582
- "name": "result",
288583
- "parent": {
288584
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288585
- "name": "Props"
288586
- },
288587
- "declarations": [
288588
- {
288589
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288590
- "name": "Props"
288591
- }
288592
- ],
288593
- "required": true,
288594
- "type": {
288595
- "name": "Partial<RuleValidationResult>"
288596
- }
288597
- },
288598
- "unspecifiedRules": {
288599
- "defaultValue": null,
288600
- "description": "",
288601
- "name": "unspecifiedRules",
288602
- "parent": {
288603
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288604
- "name": "Props"
288605
- },
288606
- "declarations": [
288607
- {
288608
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288609
- "name": "Props"
288610
- }
288611
- ],
288612
- "required": false,
288613
- "type": {
288614
- "name": "boolean"
288615
- }
288616
- }
288617
- }
288618
- },
288619
288589
  {
288620
288590
  "tags": {},
288621
288591
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
@@ -288701,6 +288671,55 @@
288701
288671
  }
288702
288672
  }
288703
288673
  },
288674
+ {
288675
+ "tags": {
288676
+ "internal": ""
288677
+ },
288678
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288679
+ "description": "",
288680
+ "displayName": "ValidationResultEntry",
288681
+ "methods": [],
288682
+ "props": {
288683
+ "result": {
288684
+ "defaultValue": null,
288685
+ "description": "",
288686
+ "name": "result",
288687
+ "parent": {
288688
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288689
+ "name": "Props"
288690
+ },
288691
+ "declarations": [
288692
+ {
288693
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288694
+ "name": "Props"
288695
+ }
288696
+ ],
288697
+ "required": true,
288698
+ "type": {
288699
+ "name": "Partial<RuleValidationResult>"
288700
+ }
288701
+ },
288702
+ "unspecifiedRules": {
288703
+ "defaultValue": null,
288704
+ "description": "",
288705
+ "name": "unspecifiedRules",
288706
+ "parent": {
288707
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288708
+ "name": "Props"
288709
+ },
288710
+ "declarations": [
288711
+ {
288712
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288713
+ "name": "Props"
288714
+ }
288715
+ ],
288716
+ "required": false,
288717
+ "type": {
288718
+ "name": "boolean"
288719
+ }
288720
+ }
288721
+ }
288722
+ },
288704
288723
  {
288705
288724
  "tags": {
288706
288725
  "internal": ""
@@ -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",