@mittwald/flow-react-components 0.2.0-alpha.148 → 0.2.0-alpha.149

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.149](https://github.com/mittwald/flow/compare/0.2.0-alpha.148...0.2.0-alpha.149) (2025-04-15)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.148](https://github.com/mittwald/flow/compare/0.2.0-alpha.147...0.2.0-alpha.148) (2025-04-15)
7
11
 
8
12
  ### Bug Fixes
@@ -243275,14 +243275,6 @@
243275
243275
  "methods": [],
243276
243276
  "props": {}
243277
243277
  },
243278
- {
243279
- "tags": {},
243280
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPicker/SortingPicker.tsx",
243281
- "description": "",
243282
- "displayName": "SortingPicker",
243283
- "methods": [],
243284
- "props": {}
243285
- },
243286
243278
  {
243287
243279
  "tags": {},
243288
243280
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
@@ -243311,6 +243303,14 @@
243311
243303
  }
243312
243304
  }
243313
243305
  },
243306
+ {
243307
+ "tags": {},
243308
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPicker/SortingPicker.tsx",
243309
+ "description": "",
243310
+ "displayName": "SortingPicker",
243311
+ "methods": [],
243312
+ "props": {}
243313
+ },
243314
243314
  {
243315
243315
  "tags": {},
243316
243316
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.148",
3
+ "version": "0.2.0-alpha.149",
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.148",
56
+ "@mittwald/react-tunnel": "0.2.0-alpha.149",
57
57
  "@mittwald/react-use-promise": "^3.0.4",
58
58
  "@react-aria/form": "^3.0.14",
59
59
  "@react-aria/utils": "^3.28.1",
@@ -92,7 +92,7 @@
92
92
  "devDependencies": {
93
93
  "@faker-js/faker": "^9.6.0",
94
94
  "@internationalized/date": "^3.7.0",
95
- "@mittwald/flow-design-tokens": "0.2.0-alpha.148",
95
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.149",
96
96
  "@mittwald/react-use-promise": "^2.6.0",
97
97
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
98
98
  "@mittwald/typescript-config": "",
@@ -173,5 +173,5 @@
173
173
  "optional": true
174
174
  }
175
175
  },
176
- "gitHead": "b01b1b2f200cb8dc4e04e792679b0cf4ad40d70e"
176
+ "gitHead": "1c2f0ad372415327b83d9f7a648715dbd00cb452"
177
177
  }