@mittwald/mstudio-ext-react-components 0.2.0-alpha.892 → 0.2.0-alpha.893

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  React components that can be used by mStudio extension developers
4
4
 
5
5
  This package is part of
6
- [Flow – mittwald design system](https://mittwald.github.io/flow/). See the
7
- homepage for more details.
6
+ [Flow – mittwald design system](https://flow.mittwald.de/). See the homepage for
7
+ more details.
8
8
 
9
9
  ## Customize the mStudio page header for your extension
10
10
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@mittwald/mstudio-ext-react-components",
3
- "version": "0.2.0-alpha.892",
3
+ "version": "0.2.0-alpha.893",
4
4
  "type": "module",
5
5
  "description": "React components that can be used by mStudio extension developers",
6
- "homepage": "https://mittwald.github.io/flow",
6
+ "homepage": "https://flow.mittwald.de",
7
7
  "repository": "https://github.com/mittwald/flow",
8
8
  "exports": {
9
9
  ".": {
@@ -26,7 +26,7 @@
26
26
  "@types/react": "^19.2"
27
27
  },
28
28
  "devDependencies": {
29
- "@mittwald/flow-remote-react-components": "0.2.0-alpha.892",
29
+ "@mittwald/flow-remote-react-components": "0.2.0-alpha.893",
30
30
  "@mittwald/typescript-config": "",
31
31
  "@types/node": "^25.9.3",
32
32
  "nx": "^22.7.5",
@@ -43,8 +43,8 @@
43
43
  "vite-plugin-externalize-deps": "^0.10.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "@mittwald/flow-remote-react-components": "0.2.0-alpha.891",
46
+ "@mittwald/flow-remote-react-components": "0.2.0-alpha.892",
47
47
  "react": "^19.2.0"
48
48
  },
49
- "gitHead": "e5707a9b983d0a048b6782ed03b5198d082a180b"
49
+ "gitHead": "8df9458c3bd7b56eea6c4f6873ee7a8a70befe0f"
50
50
  }