@mittwald/flow-react-components 0.2.0-alpha.407 → 0.2.0-alpha.409

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.409](https://github.com/mittwald/flow/compare/0.2.0-alpha.408...0.2.0-alpha.409) (2025-08-13)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.408](https://github.com/mittwald/flow/compare/0.2.0-alpha.407...0.2.0-alpha.408) (2025-08-13)
11
+
12
+ **Note:** Version bump only for package @mittwald/flow-react-components
13
+
6
14
  # [0.2.0-alpha.407](https://github.com/mittwald/flow/compare/0.2.0-alpha.406...0.2.0-alpha.407) (2025-08-13)
7
15
 
8
16
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -78907,11 +78907,32 @@
78907
78907
  "flr-generate": "all",
78908
78908
  "flr-clear-props-context": ""
78909
78909
  },
78910
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
78910
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Message/Message.tsx",
78911
78911
  "description": "",
78912
- "displayName": "MessageThread",
78912
+ "displayName": "Message",
78913
78913
  "methods": [],
78914
78914
  "props": {
78915
+ "type": {
78916
+ "defaultValue": {
78917
+ "value": "\"responder\""
78918
+ },
78919
+ "description": "Determines the color and orientation of the message.",
78920
+ "name": "type",
78921
+ "parent": {
78922
+ "fileName": "components/src/components/Message/Message.tsx",
78923
+ "name": "MessageProps"
78924
+ },
78925
+ "declarations": [
78926
+ {
78927
+ "fileName": "components/src/components/Message/Message.tsx",
78928
+ "name": "MessageProps"
78929
+ }
78930
+ ],
78931
+ "required": false,
78932
+ "type": {
78933
+ "name": "\"responder\" | \"sender\""
78934
+ }
78935
+ },
78915
78936
  "children": {
78916
78937
  "defaultValue": null,
78917
78938
  "description": "",
@@ -79029,32 +79050,11 @@
79029
79050
  "flr-generate": "all",
79030
79051
  "flr-clear-props-context": ""
79031
79052
  },
79032
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Message/Message.tsx",
79053
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/MessageThread.tsx",
79033
79054
  "description": "",
79034
- "displayName": "Message",
79055
+ "displayName": "MessageThread",
79035
79056
  "methods": [],
79036
79057
  "props": {
79037
- "type": {
79038
- "defaultValue": {
79039
- "value": "\"responder\""
79040
- },
79041
- "description": "Determines the color and orientation of the message.",
79042
- "name": "type",
79043
- "parent": {
79044
- "fileName": "components/src/components/Message/Message.tsx",
79045
- "name": "MessageProps"
79046
- },
79047
- "declarations": [
79048
- {
79049
- "fileName": "components/src/components/Message/Message.tsx",
79050
- "name": "MessageProps"
79051
- }
79052
- ],
79053
- "required": false,
79054
- "type": {
79055
- "name": "\"responder\" | \"sender\""
79056
- }
79057
- },
79058
79058
  "children": {
79059
79059
  "defaultValue": null,
79060
79060
  "description": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.407",
3
+ "version": "0.2.0-alpha.409",
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": "3.0.0-alpha.15",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.407",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.409",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.1.0",
64
64
  "@react-aria/utils": "^3.30.0",
@@ -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.407",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.409",
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": "",
@@ -175,5 +175,5 @@
175
175
  "optional": true
176
176
  }
177
177
  },
178
- "gitHead": "9654e60ad13b9620c4fb4349a89b7226b332935c"
178
+ "gitHead": "45d21f4fa9191b2596a9fe075f2601430d22a113"
179
179
  }