@mittwald/flow-react-components 0.2.0-alpha.117 → 0.2.0-alpha.118
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 +4 -0
- package/dist/assets/doc-properties.json +8 -8
- package/package.json +4 -4
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.118](https://github.com/mittwald/flow/compare/0.2.0-alpha.117...0.2.0-alpha.118) (2025-03-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.117](https://github.com/mittwald/flow/compare/0.2.0-alpha.116...0.2.0-alpha.117) (2025-03-27)
|
|
7
11
|
|
|
8
12
|
### Features
|
|
@@ -242780,6 +242780,14 @@
|
|
|
242780
242780
|
"methods": [],
|
|
242781
242781
|
"props": {}
|
|
242782
242782
|
},
|
|
242783
|
+
{
|
|
242784
|
+
"tags": {},
|
|
242785
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.tsx",
|
|
242786
|
+
"description": "",
|
|
242787
|
+
"displayName": "ViewModeMenu",
|
|
242788
|
+
"methods": [],
|
|
242789
|
+
"props": {}
|
|
242790
|
+
},
|
|
242783
242791
|
{
|
|
242784
242792
|
"tags": {},
|
|
242785
242793
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
|
|
@@ -249229,14 +249237,6 @@
|
|
|
249229
249237
|
}
|
|
249230
249238
|
}
|
|
249231
249239
|
},
|
|
249232
|
-
{
|
|
249233
|
-
"tags": {},
|
|
249234
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.tsx",
|
|
249235
|
-
"description": "",
|
|
249236
|
-
"displayName": "ViewModeMenu",
|
|
249237
|
-
"methods": [],
|
|
249238
|
-
"props": {}
|
|
249239
|
-
},
|
|
249240
249240
|
{
|
|
249241
249241
|
"tags": {},
|
|
249242
249242
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.118",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@chakra-ui/live-region": "^2.1.0",
|
|
55
55
|
"@internationalized/string-compiler": "^3.2.6",
|
|
56
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
56
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.118",
|
|
57
57
|
"@mittwald/react-use-promise": "^3.0.3",
|
|
58
58
|
"@react-aria/form": "^3.0.14",
|
|
59
59
|
"@react-aria/utils": "^3.28.1",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@faker-js/faker": "^9.6.0",
|
|
94
94
|
"@internationalized/date": "^3.7.0",
|
|
95
95
|
"@mfalkenberg/remote-dom-react": "1.2.3",
|
|
96
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
96
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.118",
|
|
97
97
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
98
98
|
"@mittwald/typescript-config": "",
|
|
99
99
|
"@nx/storybook": "^20.5.0",
|
|
@@ -173,5 +173,5 @@
|
|
|
173
173
|
"optional": true
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
|
-
"gitHead": "
|
|
176
|
+
"gitHead": "72f46f19f937b4a86d1280476cee1b1998204f24"
|
|
177
177
|
}
|