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

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.450](https://github.com/mittwald/flow/compare/0.2.0-alpha.449...0.2.0-alpha.450) (2025-09-02)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [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
11
 
8
12
  ### Bug Fixes
@@ -288586,6 +288586,55 @@
288586
288586
  }
288587
288587
  }
288588
288588
  },
288589
+ {
288590
+ "tags": {
288591
+ "internal": ""
288592
+ },
288593
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288594
+ "description": "",
288595
+ "displayName": "ValidationResultEntry",
288596
+ "methods": [],
288597
+ "props": {
288598
+ "result": {
288599
+ "defaultValue": null,
288600
+ "description": "",
288601
+ "name": "result",
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": true,
288613
+ "type": {
288614
+ "name": "Partial<RuleValidationResult>"
288615
+ }
288616
+ },
288617
+ "unspecifiedRules": {
288618
+ "defaultValue": null,
288619
+ "description": "",
288620
+ "name": "unspecifiedRules",
288621
+ "parent": {
288622
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288623
+ "name": "Props"
288624
+ },
288625
+ "declarations": [
288626
+ {
288627
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
288628
+ "name": "Props"
288629
+ }
288630
+ ],
288631
+ "required": false,
288632
+ "type": {
288633
+ "name": "boolean"
288634
+ }
288635
+ }
288636
+ }
288637
+ },
288589
288638
  {
288590
288639
  "tags": {},
288591
288640
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
@@ -288671,55 +288720,6 @@
288671
288720
  }
288672
288721
  }
288673
288722
  },
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
- },
288723
288723
  {
288724
288724
  "tags": {
288725
288725
  "internal": ""
@@ -294621,51 +294621,6 @@
294621
294621
  }
294622
294622
  }
294623
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
- },
294669
294624
  {
294670
294625
  "tags": {},
294671
294626
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -294804,6 +294759,51 @@
294804
294759
  }
294805
294760
  }
294806
294761
  },
294762
+ {
294763
+ "tags": {
294764
+ "flr-generate": "all"
294765
+ },
294766
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.tsx",
294767
+ "description": "",
294768
+ "displayName": "MessageSeparator",
294769
+ "methods": [],
294770
+ "props": {
294771
+ "children": {
294772
+ "defaultValue": null,
294773
+ "description": "",
294774
+ "name": "children",
294775
+ "declarations": [
294776
+ {
294777
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
294778
+ "name": "TypeLiteral"
294779
+ }
294780
+ ],
294781
+ "required": false,
294782
+ "type": {
294783
+ "name": "ReactNode"
294784
+ }
294785
+ },
294786
+ "className": {
294787
+ "defaultValue": null,
294788
+ "description": "The elements class name.",
294789
+ "name": "className",
294790
+ "parent": {
294791
+ "fileName": "components/src/lib/types/props.ts",
294792
+ "name": "PropsWithClassName"
294793
+ },
294794
+ "declarations": [
294795
+ {
294796
+ "fileName": "components/src/lib/types/props.ts",
294797
+ "name": "PropsWithClassName"
294798
+ }
294799
+ ],
294800
+ "required": false,
294801
+ "type": {
294802
+ "name": "string"
294803
+ }
294804
+ }
294805
+ }
294806
+ },
294807
294807
  {
294808
294808
  "tags": {},
294809
294809
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.449",
3
+ "version": "0.2.0-alpha.450",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@internationalized/string-compiler": "^3.2.6",
59
59
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
60
- "@mittwald/react-tunnel": "0.2.0-alpha.449",
60
+ "@mittwald/react-tunnel": "0.2.0-alpha.450",
61
61
  "@mittwald/react-use-promise": "^3.0.4",
62
62
  "@react-aria/form": "^3.1.0",
63
63
  "@react-aria/live-announcer": "^3.4.4",
@@ -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.449",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.450",
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": "416c3b7c36df3aa2fb5a1ff62aa577b48c11bf37"
175
+ "gitHead": "36cd06b7b23bff0ec50d07f4e868ef40ae966e2a"
176
176
  }