@mittwald/flow-react-components 0.2.0-alpha.541 → 0.2.0-alpha.543
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 +14 -0
- package/dist/assets/doc-properties.json +28 -28
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/Message/Message.mjs +13 -4
- package/dist/js/components/src/components/Message/Message.mjs.map +1 -1
- package/dist/js/components/src/components/Message/Message.module.scss.mjs +3 -1
- package/dist/js/components/src/components/Message/Message.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/Modal/Modal.mjs +2 -1
- package/dist/js/components/src/components/Modal/Modal.mjs.map +1 -1
- package/dist/types/components/Message/Message.d.ts.map +1 -1
- package/dist/types/components/Modal/Modal.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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.543](https://github.com/mittwald/flow/compare/0.2.0-alpha.542...0.2.0-alpha.543) (2025-11-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.542](https://github.com/mittwald/flow/compare/0.2.0-alpha.541...0.2.0-alpha.542) (2025-11-04)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **List:** fix tile corners ([#2104](https://github.com/mittwald/flow/issues/2104)) ([77f9bbb](https://github.com/mittwald/flow/commit/77f9bbb842b21002225df322c311dc192c480d34))
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **Chat:** improve styling ([#2097](https://github.com/mittwald/flow/issues/2097)) ([fe1603e](https://github.com/mittwald/flow/commit/fe1603e756afb0679cb0ad32742919c5356547d7))
|
|
19
|
+
|
|
6
20
|
# [0.2.0-alpha.541](https://github.com/mittwald/flow/compare/0.2.0-alpha.540...0.2.0-alpha.541) (2025-11-03)
|
|
7
21
|
|
|
8
22
|
### Bug Fixes
|
|
@@ -275834,9 +275834,9 @@
|
|
|
275834
275834
|
"tags": {
|
|
275835
275835
|
"flr-generate": "all"
|
|
275836
275836
|
},
|
|
275837
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
275837
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
275838
275838
|
"description": "",
|
|
275839
|
-
"displayName": "
|
|
275839
|
+
"displayName": "RadioButton",
|
|
275840
275840
|
"methods": [],
|
|
275841
275841
|
"props": {
|
|
275842
275842
|
"aria-label": {
|
|
@@ -277722,9 +277722,9 @@
|
|
|
277722
277722
|
"tags": {
|
|
277723
277723
|
"flr-generate": "all"
|
|
277724
277724
|
},
|
|
277725
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
277725
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
277726
277726
|
"description": "",
|
|
277727
|
-
"displayName": "
|
|
277727
|
+
"displayName": "Radio",
|
|
277728
277728
|
"methods": [],
|
|
277729
277729
|
"props": {
|
|
277730
277730
|
"aria-label": {
|
|
@@ -317084,6 +317084,30 @@
|
|
|
317084
317084
|
}
|
|
317085
317085
|
}
|
|
317086
317086
|
},
|
|
317087
|
+
{
|
|
317088
|
+
"tags": {},
|
|
317089
|
+
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
317090
|
+
"description": "",
|
|
317091
|
+
"displayName": "RouterProvider",
|
|
317092
|
+
"methods": [],
|
|
317093
|
+
"props": {
|
|
317094
|
+
"children": {
|
|
317095
|
+
"defaultValue": null,
|
|
317096
|
+
"description": "",
|
|
317097
|
+
"name": "children",
|
|
317098
|
+
"declarations": [
|
|
317099
|
+
{
|
|
317100
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
317101
|
+
"name": "TypeLiteral"
|
|
317102
|
+
}
|
|
317103
|
+
],
|
|
317104
|
+
"required": false,
|
|
317105
|
+
"type": {
|
|
317106
|
+
"name": "ReactNode"
|
|
317107
|
+
}
|
|
317108
|
+
}
|
|
317109
|
+
}
|
|
317110
|
+
},
|
|
317087
317111
|
{
|
|
317088
317112
|
"tags": {
|
|
317089
317113
|
"deprecated": "Use RouterProvider instead"
|
|
@@ -322612,30 +322636,6 @@
|
|
|
322612
322636
|
}
|
|
322613
322637
|
}
|
|
322614
322638
|
},
|
|
322615
|
-
{
|
|
322616
|
-
"tags": {},
|
|
322617
|
-
"filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
|
|
322618
|
-
"description": "",
|
|
322619
|
-
"displayName": "RouterProvider",
|
|
322620
|
-
"methods": [],
|
|
322621
|
-
"props": {
|
|
322622
|
-
"children": {
|
|
322623
|
-
"defaultValue": null,
|
|
322624
|
-
"description": "",
|
|
322625
|
-
"name": "children",
|
|
322626
|
-
"declarations": [
|
|
322627
|
-
{
|
|
322628
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
322629
|
-
"name": "TypeLiteral"
|
|
322630
|
-
}
|
|
322631
|
-
],
|
|
322632
|
-
"required": false,
|
|
322633
|
-
"type": {
|
|
322634
|
-
"name": "ReactNode"
|
|
322635
|
-
}
|
|
322636
|
-
}
|
|
322637
|
-
}
|
|
322638
|
-
},
|
|
322639
322639
|
{
|
|
322640
322640
|
"tags": {},
|
|
322641
322641
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableLoadingView.tsx",
|