@firecms/user_management 3.0.0-canary.269 → 3.0.0-canary.270

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/user_management",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.269",
4
+ "version": "3.0.0-canary.270",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -29,9 +29,9 @@
29
29
  "types": "./dist/index.d.ts",
30
30
  "source": "src/index.ts",
31
31
  "dependencies": {
32
- "@firecms/core": "^3.0.0-canary.269",
33
- "@firecms/formex": "^3.0.0-canary.269",
34
- "@firecms/ui": "^3.0.0-canary.269",
32
+ "@firecms/core": "^3.0.0-canary.270",
33
+ "@firecms/formex": "^3.0.0-canary.270",
34
+ "@firecms/ui": "^3.0.0-canary.270",
35
35
  "date-fns": "^3.6.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -57,5 +57,5 @@
57
57
  "src",
58
58
  "bin"
59
59
  ],
60
- "gitHead": "a6558e6ef9de00858888fb9b69d276921cc28da8"
60
+ "gitHead": "ce08b2d307b70de5897d32f14a340f1601ea22a4"
61
61
  }
@@ -58,7 +58,9 @@ export function IntroWidget({
58
58
  <Typography>
59
59
  You have no users or roles defined. You can create default roles and add the current user as admin.
60
60
  </Typography>
61
- <Button onClick={() => {
61
+ <Button
62
+ variant={"outlined"}
63
+ onClick={() => {
62
64
  if (!authController.user?.uid) {
63
65
  throw Error("UsersTable, authController misconfiguration");
64
66
  }