@mittwald/flow-react-components 0.2.0-alpha.457 → 0.2.0-alpha.458
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.458](https://github.com/mittwald/flow/compare/0.2.0-alpha.457...0.2.0-alpha.458) (2025-09-04)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **chat:** support file field usage ([#1952](https://github.com/mittwald/flow/issues/1952)) ([b41a524](https://github.com/mittwald/flow/commit/b41a524dc23fcf897caf6ea601584e676c4c794e))
|
|
11
|
+
|
|
6
12
|
# [0.2.0-alpha.457](https://github.com/mittwald/flow/compare/0.2.0-alpha.456...0.2.0-alpha.457) (2025-09-04)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -287294,9 +287294,9 @@
|
|
|
287294
287294
|
"flr-generate": "all",
|
|
287295
287295
|
"flr-clear-props-context": ""
|
|
287296
287296
|
},
|
|
287297
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
287297
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
287298
287298
|
"description": "",
|
|
287299
|
-
"displayName": "
|
|
287299
|
+
"displayName": "Radio",
|
|
287300
287300
|
"methods": [],
|
|
287301
287301
|
"props": {
|
|
287302
287302
|
"aria-label": {
|
|
@@ -289183,9 +289183,9 @@
|
|
|
289183
289183
|
"flr-generate": "all",
|
|
289184
289184
|
"flr-clear-props-context": ""
|
|
289185
289185
|
},
|
|
289186
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
289186
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
289187
289187
|
"description": "",
|
|
289188
|
-
"displayName": "
|
|
289188
|
+
"displayName": "RadioButton",
|
|
289189
289189
|
"methods": [],
|
|
289190
289190
|
"props": {
|
|
289191
289191
|
"aria-label": {
|
|
@@ -336139,6 +336139,34 @@
|
|
|
336139
336139
|
}
|
|
336140
336140
|
}
|
|
336141
336141
|
},
|
|
336142
|
+
{
|
|
336143
|
+
"tags": {},
|
|
336144
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
336145
|
+
"description": "",
|
|
336146
|
+
"displayName": "ListItemSkeletonView",
|
|
336147
|
+
"methods": [],
|
|
336148
|
+
"props": {
|
|
336149
|
+
"viewMode": {
|
|
336150
|
+
"defaultValue": null,
|
|
336151
|
+
"description": "",
|
|
336152
|
+
"name": "viewMode",
|
|
336153
|
+
"parent": {
|
|
336154
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
336155
|
+
"name": "ListItemSkeletonViewProps"
|
|
336156
|
+
},
|
|
336157
|
+
"declarations": [
|
|
336158
|
+
{
|
|
336159
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
336160
|
+
"name": "ListItemSkeletonViewProps"
|
|
336161
|
+
}
|
|
336162
|
+
],
|
|
336163
|
+
"required": true,
|
|
336164
|
+
"type": {
|
|
336165
|
+
"name": "ListViewMode"
|
|
336166
|
+
}
|
|
336167
|
+
}
|
|
336168
|
+
}
|
|
336169
|
+
},
|
|
336142
336170
|
{
|
|
336143
336171
|
"tags": {},
|
|
336144
336172
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|
|
@@ -336224,33 +336252,5 @@
|
|
|
336224
336252
|
}
|
|
336225
336253
|
}
|
|
336226
336254
|
}
|
|
336227
|
-
},
|
|
336228
|
-
{
|
|
336229
|
-
"tags": {},
|
|
336230
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
336231
|
-
"description": "",
|
|
336232
|
-
"displayName": "ListItemSkeletonView",
|
|
336233
|
-
"methods": [],
|
|
336234
|
-
"props": {
|
|
336235
|
-
"viewMode": {
|
|
336236
|
-
"defaultValue": null,
|
|
336237
|
-
"description": "",
|
|
336238
|
-
"name": "viewMode",
|
|
336239
|
-
"parent": {
|
|
336240
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
336241
|
-
"name": "ListItemSkeletonViewProps"
|
|
336242
|
-
},
|
|
336243
|
-
"declarations": [
|
|
336244
|
-
{
|
|
336245
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
336246
|
-
"name": "ListItemSkeletonViewProps"
|
|
336247
|
-
}
|
|
336248
|
-
],
|
|
336249
|
-
"required": true,
|
|
336250
|
-
"type": {
|
|
336251
|
-
"name": "ListViewMode"
|
|
336252
|
-
}
|
|
336253
|
-
}
|
|
336254
|
-
}
|
|
336255
336255
|
}
|
|
336256
336256
|
]
|