@mittwald/flow-react-components 0.2.0-alpha.609 → 0.2.0-alpha.610

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.610](https://github.com/mittwald/flow/compare/0.2.0-alpha.609...0.2.0-alpha.610) (2025-12-22)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.609](https://github.com/mittwald/flow/compare/0.2.0-alpha.608...0.2.0-alpha.609) (2025-12-22)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -297426,34 +297426,6 @@
297426
297426
  }
297427
297427
  }
297428
297428
  },
297429
- {
297430
- "tags": {},
297431
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
297432
- "description": "",
297433
- "displayName": "PopoverTip",
297434
- "methods": [],
297435
- "props": {
297436
- "className": {
297437
- "defaultValue": null,
297438
- "description": "The elements class name.",
297439
- "name": "className",
297440
- "parent": {
297441
- "fileName": "components/src/lib/types/props.ts",
297442
- "name": "PropsWithClassName"
297443
- },
297444
- "declarations": [
297445
- {
297446
- "fileName": "components/src/lib/types/props.ts",
297447
- "name": "PropsWithClassName"
297448
- }
297449
- ],
297450
- "required": false,
297451
- "type": {
297452
- "name": "string"
297453
- }
297454
- }
297455
- }
297456
- },
297457
297429
  {
297458
297430
  "tags": {
297459
297431
  "flr-generate": "all"
@@ -297632,6 +297604,34 @@
297632
297604
  }
297633
297605
  }
297634
297606
  },
297607
+ {
297608
+ "tags": {},
297609
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
297610
+ "description": "",
297611
+ "displayName": "PopoverTip",
297612
+ "methods": [],
297613
+ "props": {
297614
+ "className": {
297615
+ "defaultValue": null,
297616
+ "description": "The elements class name.",
297617
+ "name": "className",
297618
+ "parent": {
297619
+ "fileName": "components/src/lib/types/props.ts",
297620
+ "name": "PropsWithClassName"
297621
+ },
297622
+ "declarations": [
297623
+ {
297624
+ "fileName": "components/src/lib/types/props.ts",
297625
+ "name": "PropsWithClassName"
297626
+ }
297627
+ ],
297628
+ "required": false,
297629
+ "type": {
297630
+ "name": "string"
297631
+ }
297632
+ }
297633
+ }
297634
+ },
297635
297635
  {
297636
297636
  "tags": {
297637
297637
  "internal": ""
@@ -306720,56 +306720,56 @@
306720
306720
  },
306721
306721
  {
306722
306722
  "tags": {},
306723
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
306723
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306724
306724
  "description": "",
306725
- "displayName": "DeleteButton",
306725
+ "displayName": "FileSizeText",
306726
306726
  "methods": [],
306727
306727
  "props": {
306728
- "onDelete": {
306728
+ "sizeInBytes": {
306729
306729
  "defaultValue": null,
306730
306730
  "description": "",
306731
- "name": "onDelete",
306731
+ "name": "sizeInBytes",
306732
306732
  "parent": {
306733
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
306733
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306734
306734
  "name": "Props"
306735
306735
  },
306736
306736
  "declarations": [
306737
306737
  {
306738
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
306738
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306739
306739
  "name": "Props"
306740
306740
  }
306741
306741
  ],
306742
306742
  "required": true,
306743
306743
  "type": {
306744
- "name": "() => void"
306744
+ "name": "number"
306745
306745
  }
306746
306746
  }
306747
306747
  }
306748
306748
  },
306749
306749
  {
306750
306750
  "tags": {},
306751
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306751
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
306752
306752
  "description": "",
306753
- "displayName": "FileSizeText",
306753
+ "displayName": "DeleteButton",
306754
306754
  "methods": [],
306755
306755
  "props": {
306756
- "sizeInBytes": {
306756
+ "onDelete": {
306757
306757
  "defaultValue": null,
306758
306758
  "description": "",
306759
- "name": "sizeInBytes",
306759
+ "name": "onDelete",
306760
306760
  "parent": {
306761
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306761
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
306762
306762
  "name": "Props"
306763
306763
  },
306764
306764
  "declarations": [
306765
306765
  {
306766
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306766
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
306767
306767
  "name": "Props"
306768
306768
  }
306769
306769
  ],
306770
306770
  "required": true,
306771
306771
  "type": {
306772
- "name": "number"
306772
+ "name": "() => void"
306773
306773
  }
306774
306774
  }
306775
306775
  }
@@ -340683,34 +340683,6 @@
340683
340683
  }
340684
340684
  }
340685
340685
  },
340686
- {
340687
- "tags": {},
340688
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340689
- "description": "",
340690
- "displayName": "ListItemSkeletonView",
340691
- "methods": [],
340692
- "props": {
340693
- "viewMode": {
340694
- "defaultValue": null,
340695
- "description": "",
340696
- "name": "viewMode",
340697
- "parent": {
340698
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340699
- "name": "ListItemSkeletonViewProps"
340700
- },
340701
- "declarations": [
340702
- {
340703
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340704
- "name": "ListItemSkeletonViewProps"
340705
- }
340706
- ],
340707
- "required": true,
340708
- "type": {
340709
- "name": "ListViewMode"
340710
- }
340711
- }
340712
- }
340713
- },
340714
340686
  {
340715
340687
  "tags": {},
340716
340688
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -340796,5 +340768,33 @@
340796
340768
  }
340797
340769
  }
340798
340770
  }
340771
+ },
340772
+ {
340773
+ "tags": {},
340774
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340775
+ "description": "",
340776
+ "displayName": "ListItemSkeletonView",
340777
+ "methods": [],
340778
+ "props": {
340779
+ "viewMode": {
340780
+ "defaultValue": null,
340781
+ "description": "",
340782
+ "name": "viewMode",
340783
+ "parent": {
340784
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340785
+ "name": "ListItemSkeletonViewProps"
340786
+ },
340787
+ "declarations": [
340788
+ {
340789
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340790
+ "name": "ListItemSkeletonViewProps"
340791
+ }
340792
+ ],
340793
+ "required": true,
340794
+ "type": {
340795
+ "name": "ListViewMode"
340796
+ }
340797
+ }
340798
+ }
340799
340799
  }
340800
340800
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.609",
3
+ "version": "0.2.0-alpha.610",
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
  "dependencies": {
59
59
  "@internationalized/string-compiler": "^3.2.6",
60
60
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.609",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.610",
62
62
  "@mittwald/react-use-promise": "^4.2.2",
63
63
  "@react-aria/form": "^3.1.2",
64
64
  "@react-aria/live-announcer": "^3.4.4",
@@ -103,7 +103,7 @@
103
103
  "@faker-js/faker": "^10.1.0",
104
104
  "@internationalized/date": "^3.10.0",
105
105
  "@mittwald/flow-core": "",
106
- "@mittwald/flow-design-tokens": "0.2.0-alpha.609",
106
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.610",
107
107
  "@mittwald/react-use-promise": "^4.2.2",
108
108
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
109
109
  "@mittwald/typescript-config": "",
@@ -172,5 +172,5 @@
172
172
  "optional": true
173
173
  }
174
174
  },
175
- "gitHead": "d8187974c91b24bef291f1ea650e691c594e6529"
175
+ "gitHead": "44dba174d15f7cfb181b10e47f1a2bde81f545ff"
176
176
  }