@budibase/frontend-core 3.11.0 → 3.11.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/frontend-core",
3
- "version": "3.11.0",
3
+ "version": "3.11.2",
4
4
  "description": "Budibase frontend core libraries used in builder and client",
5
5
  "author": "Budibase",
6
6
  "license": "MPL-2.0",
@@ -17,5 +17,5 @@
17
17
  "shortid": "2.2.15",
18
18
  "socket.io-client": "^4.7.5"
19
19
  },
20
- "gitHead": "62fbc7d8a5e3fad97a9ff500f3c67dd6719c421b"
20
+ "gitHead": "4c2f13e1b36fa559124df22462d83d2b4d1e7e9d"
21
21
  }
@@ -100,7 +100,7 @@
100
100
  mix-blend-mode: multiply;
101
101
  background: rgb(0 0 0);
102
102
  font-size: 30px;
103
- font-family: Source Sans Pro;
103
+ font-family: Source Sans 3;
104
104
  -webkit-font-smoothing: antialiased;
105
105
  }
106
106
 
package/src/constants.ts CHANGED
@@ -52,9 +52,9 @@ export const BudibaseRoleOptionsOld = [
52
52
  ]
53
53
  export const BudibaseRoleOptions = [
54
54
  {
55
- label: "Workspace admin",
55
+ label: "Tenant admin",
56
56
  value: BudibaseRoles.Admin,
57
- subtitle: "Has full access to all apps and settings in your workspace",
57
+ subtitle: "Has full access to all workspaces in your tenant",
58
58
  sortOrder: 1,
59
59
  },
60
60
  {