@mittwald/flow-react-components 0.2.0-alpha.386 → 0.2.0-alpha.387

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.387](https://github.com/mittwald/flow/compare/0.2.0-alpha.386...0.2.0-alpha.387) (2025-08-06)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.386](https://github.com/mittwald/flow/compare/0.2.0-alpha.385...0.2.0-alpha.386) (2025-08-06)
7
11
 
8
12
  ### Bug Fixes
@@ -201175,53 +201175,6 @@
201175
201175
  }
201176
201176
  }
201177
201177
  },
201178
- {
201179
- "tags": {
201180
- "flr-generate": "all"
201181
- },
201182
- "filePath": "src/components/Color/Color.tsx",
201183
- "description": "",
201184
- "displayName": "Color",
201185
- "methods": [],
201186
- "props": {
201187
- "color": {
201188
- "defaultValue": {
201189
- "value": "\"blue\""
201190
- },
201191
- "description": "The color of the element.",
201192
- "name": "color",
201193
- "parent": {
201194
- "fileName": "src/components/Color/Color.tsx",
201195
- "name": "ColorProps"
201196
- },
201197
- "declarations": [
201198
- {
201199
- "fileName": "src/components/Color/Color.tsx",
201200
- "name": "ColorProps"
201201
- }
201202
- ],
201203
- "required": false,
201204
- "type": {
201205
- "name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
201206
- }
201207
- },
201208
- "children": {
201209
- "defaultValue": null,
201210
- "description": "",
201211
- "name": "children",
201212
- "declarations": [
201213
- {
201214
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
201215
- "name": "TypeLiteral"
201216
- }
201217
- ],
201218
- "required": false,
201219
- "type": {
201220
- "name": "ReactNode"
201221
- }
201222
- }
201223
- }
201224
- },
201225
201178
  {
201226
201179
  "tags": {
201227
201180
  "flr-generate": "all",
@@ -206738,6 +206691,53 @@
206738
206691
  }
206739
206692
  }
206740
206693
  },
206694
+ {
206695
+ "tags": {
206696
+ "flr-generate": "all"
206697
+ },
206698
+ "filePath": "src/components/Color/Color.tsx",
206699
+ "description": "",
206700
+ "displayName": "Color",
206701
+ "methods": [],
206702
+ "props": {
206703
+ "color": {
206704
+ "defaultValue": {
206705
+ "value": "\"blue\""
206706
+ },
206707
+ "description": "The color of the element.",
206708
+ "name": "color",
206709
+ "parent": {
206710
+ "fileName": "src/components/Color/Color.tsx",
206711
+ "name": "ColorProps"
206712
+ },
206713
+ "declarations": [
206714
+ {
206715
+ "fileName": "src/components/Color/Color.tsx",
206716
+ "name": "ColorProps"
206717
+ }
206718
+ ],
206719
+ "required": false,
206720
+ "type": {
206721
+ "name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
206722
+ }
206723
+ },
206724
+ "children": {
206725
+ "defaultValue": null,
206726
+ "description": "",
206727
+ "name": "children",
206728
+ "declarations": [
206729
+ {
206730
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
206731
+ "name": "TypeLiteral"
206732
+ }
206733
+ ],
206734
+ "required": false,
206735
+ "type": {
206736
+ "name": "ReactNode"
206737
+ }
206738
+ }
206739
+ }
206740
+ },
206741
206741
  {
206742
206742
  "tags": {
206743
206743
  "flr-generate": "all"
@@ -324860,53 +324860,6 @@
324860
324860
  "methods": [],
324861
324861
  "props": {}
324862
324862
  },
324863
- {
324864
- "tags": {},
324865
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
324866
- "description": "",
324867
- "displayName": "SearchField",
324868
- "methods": [],
324869
- "props": {
324870
- "search": {
324871
- "defaultValue": null,
324872
- "description": "",
324873
- "name": "search",
324874
- "parent": {
324875
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
324876
- "name": "Props"
324877
- },
324878
- "declarations": [
324879
- {
324880
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
324881
- "name": "Props"
324882
- }
324883
- ],
324884
- "required": true,
324885
- "type": {
324886
- "name": "Search<never>"
324887
- }
324888
- },
324889
- "className": {
324890
- "defaultValue": null,
324891
- "description": "The elements class name.",
324892
- "name": "className",
324893
- "parent": {
324894
- "fileName": "components/src/lib/types/props.ts",
324895
- "name": "PropsWithClassName"
324896
- },
324897
- "declarations": [
324898
- {
324899
- "fileName": "components/src/lib/types/props.ts",
324900
- "name": "PropsWithClassName"
324901
- }
324902
- ],
324903
- "required": false,
324904
- "type": {
324905
- "name": "string"
324906
- }
324907
- }
324908
- }
324909
- },
324910
324863
  {
324911
324864
  "tags": {},
324912
324865
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
@@ -324987,6 +324940,53 @@
324987
324940
  "methods": [],
324988
324941
  "props": {}
324989
324942
  },
324943
+ {
324944
+ "tags": {},
324945
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
324946
+ "description": "",
324947
+ "displayName": "SearchField",
324948
+ "methods": [],
324949
+ "props": {
324950
+ "search": {
324951
+ "defaultValue": null,
324952
+ "description": "",
324953
+ "name": "search",
324954
+ "parent": {
324955
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
324956
+ "name": "Props"
324957
+ },
324958
+ "declarations": [
324959
+ {
324960
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
324961
+ "name": "Props"
324962
+ }
324963
+ ],
324964
+ "required": true,
324965
+ "type": {
324966
+ "name": "Search<never>"
324967
+ }
324968
+ },
324969
+ "className": {
324970
+ "defaultValue": null,
324971
+ "description": "The elements class name.",
324972
+ "name": "className",
324973
+ "parent": {
324974
+ "fileName": "components/src/lib/types/props.ts",
324975
+ "name": "PropsWithClassName"
324976
+ },
324977
+ "declarations": [
324978
+ {
324979
+ "fileName": "components/src/lib/types/props.ts",
324980
+ "name": "PropsWithClassName"
324981
+ }
324982
+ ],
324983
+ "required": false,
324984
+ "type": {
324985
+ "name": "string"
324986
+ }
324987
+ }
324988
+ }
324989
+ },
324990
324990
  {
324991
324991
  "tags": {},
324992
324992
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.386",
3
+ "version": "0.2.0-alpha.387",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -57,8 +57,8 @@
57
57
  "dependencies": {
58
58
  "@chakra-ui/live-region": "^2.1.0",
59
59
  "@internationalized/string-compiler": "^3.2.6",
60
- "@mittwald/password-tools-js": "3.0.0-alpha.12",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.386",
60
+ "@mittwald/password-tools-js": "3.0.0-alpha.14",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.387",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.1.0",
64
64
  "@react-aria/utils": "^3.30.0",
@@ -99,7 +99,7 @@
99
99
  "@faker-js/faker": "^9.9.0",
100
100
  "@internationalized/date": "^3.8.2",
101
101
  "@mittwald/flow-core": "",
102
- "@mittwald/flow-design-tokens": "0.2.0-alpha.386",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.387",
103
103
  "@mittwald/react-use-promise": "^3.0.4",
104
104
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
105
105
  "@mittwald/typescript-config": "",
@@ -162,6 +162,9 @@
162
162
  "react-hook-form": "*"
163
163
  },
164
164
  "peerDependenciesMeta": {
165
+ "@mittwald/password-tools-js": {
166
+ "optional": true
167
+ },
165
168
  "@internationalized/date": {
166
169
  "optional": true
167
170
  },
@@ -172,5 +175,5 @@
172
175
  "optional": true
173
176
  }
174
177
  },
175
- "gitHead": "e570706130e9289499b07288cee91c174d29c71d"
178
+ "gitHead": "e03afa3662a636239aca77e635d5cda6e2ec71f9"
176
179
  }