@bigbinary/neeto-team-members-frontend 2.8.13 → 2.8.15

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": "@bigbinary/neeto-team-members-frontend",
3
- "version": "2.8.13",
3
+ "version": "2.8.15",
4
4
  "description": "To manage team members across neeto products.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-team-members-frontend#readme",
@@ -39,9 +39,9 @@
39
39
  "@babel/preset-typescript": "7.22.5",
40
40
  "@babel/runtime": "7.22.6",
41
41
  "@bigbinary/babel-preset-neeto": "1.0.3",
42
- "@bigbinary/eslint-plugin-neeto": "1.1.2",
42
+ "@bigbinary/eslint-plugin-neeto": "1.1.14",
43
43
  "@bigbinary/neeto-audit-frontend": "1.0.5",
44
- "@bigbinary/neeto-commons-frontend": "2.0.99",
44
+ "@bigbinary/neeto-commons-frontend": "2.0.119",
45
45
  "@bigbinary/neeto-filters-frontend": "2.12.1",
46
46
  "@bigbinary/neeto-icons": "1.13.0",
47
47
  "@bigbinary/neeto-molecules": "1.0.34",
@@ -73,7 +73,7 @@
73
73
  "eslint-plugin-import": "2.27.5",
74
74
  "eslint-plugin-jam3": "0.2.3",
75
75
  "eslint-plugin-json": "3.1.0",
76
- "eslint-plugin-prettier": "5.0.0",
76
+ "eslint-plugin-prettier": "4.0.0",
77
77
  "eslint-plugin-promise": "6.1.1",
78
78
  "eslint-plugin-react": "7.32.2",
79
79
  "eslint-plugin-react-hooks": "4.6.0",
package/types.d.ts CHANGED
@@ -181,3 +181,8 @@ export function RolesRadioGroup(props: {
181
181
  role: string;
182
182
  roles: Role[];
183
183
  }): JSX.Element;
184
+
185
+ export const MANAGE_MEMBERS_PERMISSION: string;
186
+ export const MANAGE_ROLES_PERMISSION: string;
187
+ export const VIEW_MEMBERS_PERMISSION: string;
188
+ export const VIEW_ROLES_PERMISSION: string;