@bigbinary/neeto-team-members-frontend 2.8.21 → 2.8.22
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/dist/index.cjs.js +1 -19
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -19
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/translations/en.json +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-team-members-frontend",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.22",
|
|
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",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"lint-staged": "13.2.3",
|
|
87
87
|
"mixpanel-browser": "2.47.0",
|
|
88
88
|
"pluralize": "8.0.0",
|
|
89
|
-
"postcss": "8.4.
|
|
89
|
+
"postcss": "8.4.31",
|
|
90
90
|
"postcss-import": "15.1.0",
|
|
91
91
|
"postcss-loader": "7.3.3",
|
|
92
92
|
"postcss-preset-env": "9.0.0",
|
package/src/translations/en.json
CHANGED
|
@@ -45,12 +45,8 @@
|
|
|
45
45
|
"edit_": "Edit {{what}}",
|
|
46
46
|
"email_one": "Email",
|
|
47
47
|
"email_other": "Emails",
|
|
48
|
-
"inviteStatus": "Invite status",
|
|
49
|
-
"joined": "Joined",
|
|
50
48
|
"name": "Name",
|
|
51
49
|
"notFound_": "There are no {{what}} to show",
|
|
52
|
-
"notInvited": "Not invited",
|
|
53
|
-
"pending": "Pending",
|
|
54
50
|
"permission_one": "Permission",
|
|
55
51
|
"permission_other": "Permissions",
|
|
56
52
|
"productName": "Product name",
|