@mittwald/flow-react-components 0.2.0-alpha.1056 → 0.2.0-alpha.1057
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 +78082 -77628
- package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Action/models/ActionState.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Button/Button.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CartesianChart/components/Area/Area.mjs.map +1 -1
- package/dist/js/packages/components/src/components/ContextMenu/lib.mjs.map +1 -1
- package/dist/js/packages/components/src/components/List/model/List.mjs.map +1 -1
- package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs.map +1 -1
- package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs +2 -2
- package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
- package/dist/js/packages/components/src/lib/controller/overlay/OverlayController.mjs.map +1 -1
- package/dist/js/packages/components/src/lib/react/deepFindOfType.mjs.map +1 -1
- package/dist/types/components/AccentBox/AccentBox.d.ts.map +1 -1
- package/dist/types/components/Action/models/ActionState.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/CartesianChart/components/Area/Area.d.ts.map +1 -1
- package/dist/types/components/ContextMenu/lib.d.ts.map +1 -1
- package/dist/types/components/List/model/List.d.ts.map +1 -1
- package/dist/types/components/List/typedList.d.ts +3 -4
- package/dist/types/components/List/typedList.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.d.ts.map +1 -1
- package/dist/types/components/SettingsProvider/backends/types.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
- package/dist/types/lib/controller/overlay/OverlayController.d.ts.map +1 -1
- package/dist/types/lib/propsContext/types.d.ts.map +1 -1
- package/dist/types/lib/react/deepFindOfType.d.ts.map +1 -1
- package/package.json +47 -47
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.1057",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://flow.mittwald.de",
|
|
@@ -67,28 +67,28 @@
|
|
|
67
67
|
"@codemirror/language": "^6.12.4",
|
|
68
68
|
"@codemirror/lint": "^6.9.7",
|
|
69
69
|
"@codemirror/state": "^6.7.1",
|
|
70
|
-
"@codemirror/view": "^6.43.
|
|
70
|
+
"@codemirror/view": "^6.43.9",
|
|
71
71
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
72
|
-
"@fortawesome/react-fontawesome": "^3.
|
|
73
|
-
"@internationalized/string": "^3.2.
|
|
72
|
+
"@fortawesome/react-fontawesome": "^3.5.0",
|
|
73
|
+
"@internationalized/string": "^3.2.10",
|
|
74
74
|
"@internationalized/string-compiler": "^3.4.1",
|
|
75
75
|
"@lezer/common": "^1.5.2",
|
|
76
76
|
"@lezer/highlight": "^1.2.3",
|
|
77
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
77
|
+
"@mittwald/flow-icons": "0.2.0-alpha.1057",
|
|
78
78
|
"@mittwald/password-tools-js": "3.0.0-alpha.31",
|
|
79
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
79
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.1057",
|
|
80
80
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
81
81
|
"@react-aria/form": "^3.2.1",
|
|
82
82
|
"@react-aria/i18n": "^3.13.1",
|
|
83
83
|
"@react-aria/live-announcer": "^3.5.1",
|
|
84
84
|
"@react-aria/utils": "^3.34.1",
|
|
85
85
|
"@react-stately/form": "^3.3.1",
|
|
86
|
-
"@react-types/shared": "^3.36.
|
|
86
|
+
"@react-types/shared": "^3.36.1",
|
|
87
87
|
"@replit/codemirror-indentation-markers": "^6.5.3",
|
|
88
|
-
"@tabler/icons-react": "^3.
|
|
88
|
+
"@tabler/icons-react": "^3.46.0",
|
|
89
89
|
"@tanstack/react-table": "^8.21.3",
|
|
90
90
|
"@types/invariant": "^2.2.37",
|
|
91
|
-
"@types/luxon": "^3.7.
|
|
91
|
+
"@types/luxon": "^3.7.5",
|
|
92
92
|
"@types/prop-types": "^15.7.15",
|
|
93
93
|
"@types/react": "^19.2",
|
|
94
94
|
"@types/react-dom": "^19.2",
|
|
@@ -99,26 +99,26 @@
|
|
|
99
99
|
"context": "^4.0.17",
|
|
100
100
|
"copy-to-clipboard": "^4.0.2",
|
|
101
101
|
"country-codes-list": "^2.0.0",
|
|
102
|
-
"dot-prop": "^10.
|
|
102
|
+
"dot-prop": "^10.2.0",
|
|
103
103
|
"framer-motion": "^12.40.0",
|
|
104
|
-
"html-react-parser": "^6.1.
|
|
105
|
-
"intl-messageformat": "^11.2.
|
|
104
|
+
"html-react-parser": "^6.1.7",
|
|
105
|
+
"intl-messageformat": "^11.2.14",
|
|
106
106
|
"invariant": "^2.2.4",
|
|
107
107
|
"luxon": "^3.7.2",
|
|
108
108
|
"mobx": "^6.16.1",
|
|
109
109
|
"mobx-react-lite": "^4.1.1",
|
|
110
110
|
"object-code": "^2.0.0",
|
|
111
|
-
"react-aria": "^3.
|
|
112
|
-
"react-aria-components": "^1.
|
|
111
|
+
"react-aria": "^3.51.0",
|
|
112
|
+
"react-aria-components": "^1.20.0",
|
|
113
113
|
"react-children-utilities": "^2.10.0",
|
|
114
|
-
"react-easy-crop": "^6.
|
|
114
|
+
"react-easy-crop": "^6.2.3",
|
|
115
115
|
"react-hotkeys-hook": "^5.3.3",
|
|
116
116
|
"react-markdown": "^10.1.0",
|
|
117
|
-
"react-stately": "^3.
|
|
117
|
+
"react-stately": "^3.49.0",
|
|
118
118
|
"react-truncate-inside": "^1.0.3",
|
|
119
119
|
"recharts": "~3.7.0",
|
|
120
120
|
"remark-gfm": "^4.0.1",
|
|
121
|
-
"remeda": "^2.
|
|
121
|
+
"remeda": "^2.43.0",
|
|
122
122
|
"type-fest": "^5.7.0",
|
|
123
123
|
"use-callback-ref": "^1.3.3",
|
|
124
124
|
"use-debounce": "^10.1.1",
|
|
@@ -126,67 +126,67 @@
|
|
|
126
126
|
"zod": "^4.4.3"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@faker-js/faker": "^10.
|
|
130
|
-
"@internationalized/date": "^3.12.
|
|
129
|
+
"@faker-js/faker": "^10.6.0",
|
|
130
|
+
"@internationalized/date": "^3.12.3",
|
|
131
131
|
"@lezer/generator": "^1.8.0",
|
|
132
132
|
"@lezer/lr": "^1.4.10",
|
|
133
|
-
"@mittwald/flow-core": "0.2.0-alpha.
|
|
134
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
135
|
-
"@mittwald/flow-icons-base": "0.2.0-alpha.
|
|
133
|
+
"@mittwald/flow-core": "0.2.0-alpha.1057",
|
|
134
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.1057",
|
|
135
|
+
"@mittwald/flow-icons-base": "0.2.0-alpha.1057",
|
|
136
136
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
137
137
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
138
|
-
"@mittwald/typescript-config": "0.2.0-alpha.
|
|
138
|
+
"@mittwald/typescript-config": "0.2.0-alpha.1057",
|
|
139
139
|
"@nx/storybook": "^22.7.6",
|
|
140
|
-
"@storybook/addon-a11y": "^10.
|
|
140
|
+
"@storybook/addon-a11y": "^10.5.10",
|
|
141
141
|
"@storybook/addon-actions": "^9.0.8",
|
|
142
|
-
"@storybook/addon-links": "^10.
|
|
143
|
-
"@storybook/addon-themes": "^10.
|
|
144
|
-
"@storybook/react": "^10.
|
|
145
|
-
"@storybook/react-vite": "^10.
|
|
146
|
-
"@tabler/icons-react": "^3.
|
|
142
|
+
"@storybook/addon-links": "^10.5.10",
|
|
143
|
+
"@storybook/addon-themes": "^10.5.10",
|
|
144
|
+
"@storybook/react": "^10.5.10",
|
|
145
|
+
"@storybook/react-vite": "^10.5.10",
|
|
146
|
+
"@tabler/icons-react": "^3.46.0",
|
|
147
147
|
"@teispace/next-themes": "^2.0.4",
|
|
148
148
|
"@types/node": "25.9.5",
|
|
149
149
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
150
150
|
"@vitejs/plugin-react": "5.2.0",
|
|
151
|
-
"@vitest/browser": "^4.1.
|
|
152
|
-
"@vitest/browser-playwright": "^4.1.
|
|
153
|
-
"@vitest/coverage-v8": "~4.1.
|
|
151
|
+
"@vitest/browser": "^4.1.11",
|
|
152
|
+
"@vitest/browser-playwright": "^4.1.11",
|
|
153
|
+
"@vitest/coverage-v8": "~4.1.11",
|
|
154
154
|
"camelcase": "^9.0.0",
|
|
155
155
|
"decamelize": "^6.0.1",
|
|
156
156
|
"fs-jetpack": "^5.1.0",
|
|
157
157
|
"glob": "^13.0.6",
|
|
158
|
-
"happy-dom": "^20.
|
|
159
|
-
"next": "^16.2
|
|
158
|
+
"happy-dom": "^20.11.6",
|
|
159
|
+
"next": "^16.3.2",
|
|
160
160
|
"nx": "^22.7.5",
|
|
161
|
-
"postcss": "8.5.
|
|
161
|
+
"postcss": "8.5.26",
|
|
162
162
|
"postcss-nested-import": "^1.3.0",
|
|
163
163
|
"postcss-nesting": "^14.0.1",
|
|
164
164
|
"postcss-scss": "^4.0.9",
|
|
165
165
|
"prop-types": "^15.8.1",
|
|
166
|
-
"react": "^19.2.
|
|
166
|
+
"react": "^19.2.8",
|
|
167
167
|
"react-docgen-typescript": "^2.4.0",
|
|
168
|
-
"react-dom": "^19.2.
|
|
168
|
+
"react-dom": "^19.2.8",
|
|
169
169
|
"react-element-to-jsx-string": "^17.0.1",
|
|
170
|
-
"react-hook-form": "^7.
|
|
170
|
+
"react-hook-form": "^7.86.0",
|
|
171
171
|
"rimraf": "^6.1.3",
|
|
172
|
-
"rollup": "^4.62.
|
|
173
|
-
"sass": "^1.
|
|
174
|
-
"storybook": "^10.
|
|
172
|
+
"rollup": "^4.62.5",
|
|
173
|
+
"sass": "^1.103.1",
|
|
174
|
+
"storybook": "^10.5.10",
|
|
175
175
|
"storybook-addon-rtl": "^3.0.2",
|
|
176
|
-
"stylelint": "^17.
|
|
177
|
-
"tsx": "^4.
|
|
176
|
+
"stylelint": "^17.14.1",
|
|
177
|
+
"tsx": "^4.23.12",
|
|
178
178
|
"typescript": "^6.0.3",
|
|
179
179
|
"unplugin-dts": "^1.0.3",
|
|
180
|
-
"vite": "^8.2.
|
|
180
|
+
"vite": "^8.2.2",
|
|
181
181
|
"vite-plugin-externalize-deps": "^0.10.0",
|
|
182
182
|
"vite-plugin-sass-dts": "^1.3.37",
|
|
183
|
-
"vitest": "~4.1.
|
|
183
|
+
"vitest": "~4.1.11",
|
|
184
184
|
"vitest-browser-react": "^2.2.0",
|
|
185
185
|
"yaml": "^2.9.0"
|
|
186
186
|
},
|
|
187
187
|
"peerDependencies": {
|
|
188
188
|
"@internationalized/date": "^3.12.2",
|
|
189
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
189
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.1057",
|
|
190
190
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
191
191
|
"next": "^16.2.3",
|
|
192
192
|
"react": "^19.2.0",
|
|
@@ -207,5 +207,5 @@
|
|
|
207
207
|
"optional": true
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
|
-
"gitHead": "
|
|
210
|
+
"gitHead": "2f09f0a2d70df2df336244def4aa4d7c2e13a4fe"
|
|
211
211
|
}
|