@mittwald/flow-react-components 0.2.0-alpha.401 → 0.2.0-alpha.402
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 +6 -0
- package/dist/assets/doc-properties.json +58 -20
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/FileCard/FileCard.mjs +29 -11
- package/dist/js/components/src/components/FileCard/FileCard.mjs.map +1 -1
- package/dist/js/components/src/components/FileCard/FileCard.module.scss.mjs +4 -2
- package/dist/js/components/src/components/FileCard/FileCard.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/FileCard/components/Avatar/Avatar.mjs +4 -1
- package/dist/js/components/src/components/FileCard/components/Avatar/Avatar.mjs.map +1 -1
- package/dist/js/components/src/components/ProgressBar/components/ProgressBarValue.mjs +1 -1
- package/dist/js/components/src/components/ProgressBar/components/ProgressBarValue.mjs.map +1 -1
- package/dist/types/components/FileCard/FileCard.d.ts +3 -1
- package/dist/types/components/FileCard/FileCard.d.ts.map +1 -1
- package/dist/types/components/FileCard/components/Avatar/Avatar.d.ts +1 -0
- package/dist/types/components/FileCard/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/FileCard/stories/Default.stories.d.ts +3 -0
- package/dist/types/components/FileCard/stories/Default.stories.d.ts.map +1 -1
- package/package.json +4 -4
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.402](https://github.com/mittwald/flow/compare/0.2.0-alpha.401...0.2.0-alpha.402) (2025-08-12)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **FileCard:** support ProgressBar and Buttons in FileCard ([#1865](https://github.com/mittwald/flow/issues/1865)) ([1450355](https://github.com/mittwald/flow/commit/1450355b8b5a38fcf7c7bf43f41b09bd0e006c02))
|
|
11
|
+
|
|
6
12
|
# [0.2.0-alpha.401](https://github.com/mittwald/flow/compare/0.2.0-alpha.400...0.2.0-alpha.401) (2025-08-12)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -157590,7 +157590,7 @@
|
|
|
157590
157590
|
"name": "FileCardProps"
|
|
157591
157591
|
}
|
|
157592
157592
|
],
|
|
157593
|
-
"required":
|
|
157593
|
+
"required": false,
|
|
157594
157594
|
"type": {
|
|
157595
157595
|
"name": "string"
|
|
157596
157596
|
}
|
|
@@ -157671,6 +157671,25 @@
|
|
|
157671
157671
|
"name": "string"
|
|
157672
157672
|
}
|
|
157673
157673
|
},
|
|
157674
|
+
"isFailed": {
|
|
157675
|
+
"defaultValue": null,
|
|
157676
|
+
"description": "Whether the file card is in a failed state.",
|
|
157677
|
+
"name": "isFailed",
|
|
157678
|
+
"parent": {
|
|
157679
|
+
"fileName": "components/src/components/FileCard/FileCard.tsx",
|
|
157680
|
+
"name": "FileCardProps"
|
|
157681
|
+
},
|
|
157682
|
+
"declarations": [
|
|
157683
|
+
{
|
|
157684
|
+
"fileName": "components/src/components/FileCard/FileCard.tsx",
|
|
157685
|
+
"name": "FileCardProps"
|
|
157686
|
+
}
|
|
157687
|
+
],
|
|
157688
|
+
"required": false,
|
|
157689
|
+
"type": {
|
|
157690
|
+
"name": "boolean"
|
|
157691
|
+
}
|
|
157692
|
+
},
|
|
157674
157693
|
"wrapWith": {
|
|
157675
157694
|
"defaultValue": null,
|
|
157676
157695
|
"description": "",
|
|
@@ -191243,6 +191262,25 @@
|
|
|
191243
191262
|
"name": "boolean"
|
|
191244
191263
|
}
|
|
191245
191264
|
},
|
|
191265
|
+
"isFailed": {
|
|
191266
|
+
"defaultValue": null,
|
|
191267
|
+
"description": "Whether the button is in a failed state.",
|
|
191268
|
+
"name": "isFailed",
|
|
191269
|
+
"parent": {
|
|
191270
|
+
"fileName": "components/src/components/Button/Button.tsx",
|
|
191271
|
+
"name": "ButtonProps"
|
|
191272
|
+
},
|
|
191273
|
+
"declarations": [
|
|
191274
|
+
{
|
|
191275
|
+
"fileName": "components/src/components/Button/Button.tsx",
|
|
191276
|
+
"name": "ButtonProps"
|
|
191277
|
+
}
|
|
191278
|
+
],
|
|
191279
|
+
"required": false,
|
|
191280
|
+
"type": {
|
|
191281
|
+
"name": "boolean"
|
|
191282
|
+
}
|
|
191283
|
+
},
|
|
191246
191284
|
"preventFocusOnPress": {
|
|
191247
191285
|
"defaultValue": null,
|
|
191248
191286
|
"description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative keyboard interaction is provided,\nsuch as ComboBox's MenuTrigger or a NumberField's increment/decrement control.",
|
|
@@ -191321,25 +191359,6 @@
|
|
|
191321
191359
|
"name": "boolean"
|
|
191322
191360
|
}
|
|
191323
191361
|
},
|
|
191324
|
-
"isFailed": {
|
|
191325
|
-
"defaultValue": null,
|
|
191326
|
-
"description": "Whether the button is in a failed state.",
|
|
191327
|
-
"name": "isFailed",
|
|
191328
|
-
"parent": {
|
|
191329
|
-
"fileName": "components/src/components/Button/Button.tsx",
|
|
191330
|
-
"name": "ButtonProps"
|
|
191331
|
-
},
|
|
191332
|
-
"declarations": [
|
|
191333
|
-
{
|
|
191334
|
-
"fileName": "components/src/components/Button/Button.tsx",
|
|
191335
|
-
"name": "ButtonProps"
|
|
191336
|
-
}
|
|
191337
|
-
],
|
|
191338
|
-
"required": false,
|
|
191339
|
-
"type": {
|
|
191340
|
-
"name": "boolean"
|
|
191341
|
-
}
|
|
191342
|
-
},
|
|
191343
191362
|
"ariaSlot": {
|
|
191344
191363
|
"defaultValue": null,
|
|
191345
191364
|
"description": "@internal",
|
|
@@ -297767,6 +297786,25 @@
|
|
|
297767
297786
|
"type": {
|
|
297768
297787
|
"name": "string"
|
|
297769
297788
|
}
|
|
297789
|
+
},
|
|
297790
|
+
"isFailed": {
|
|
297791
|
+
"defaultValue": null,
|
|
297792
|
+
"description": "",
|
|
297793
|
+
"name": "isFailed",
|
|
297794
|
+
"parent": {
|
|
297795
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
297796
|
+
"name": "Props"
|
|
297797
|
+
},
|
|
297798
|
+
"declarations": [
|
|
297799
|
+
{
|
|
297800
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
297801
|
+
"name": "Props"
|
|
297802
|
+
}
|
|
297803
|
+
],
|
|
297804
|
+
"required": false,
|
|
297805
|
+
"type": {
|
|
297806
|
+
"name": "boolean"
|
|
297807
|
+
}
|
|
297770
297808
|
}
|
|
297771
297809
|
}
|
|
297772
297810
|
},
|