@frontegg/types 6.76.0 → 6.77.0-alpha.1

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.
@@ -34,9 +34,14 @@ export interface UsersGroupsLocalization {
34
34
  usersGroups_addOrEditGroupDialog: {
35
35
  /**
36
36
  * CreateGroup dialog title create
37
- * @default 'Create new group'
37
+ * @default 'Add new group'
38
38
  */
39
39
  titleCreate: string;
40
+ /**
41
+ * AddMembers dialog title create
42
+ * @default 'Add members'
43
+ */
44
+ titleAddMembers: string;
40
45
  /**
41
46
  * CreateGroup dialog title edit
42
47
  * @default 'Edit group'
@@ -107,6 +112,11 @@ export interface UsersGroupsLocalization {
107
112
  * @default 'Create'
108
113
  */
109
114
  create: string;
115
+ /**
116
+ * CreateGroup dialog add button
117
+ * @default 'Add'
118
+ */
119
+ add: string;
110
120
  /**
111
121
  * CreateGroup dialog save button
112
122
  * @default 'Save'
@@ -164,9 +174,14 @@ export interface UsersGroupsLocalization {
164
174
  searchByEmailOrName: string;
165
175
  /**
166
176
  * Group Details Users table no members message
167
- * @default 'No members are in the group'
177
+ * @default 'No group members'
168
178
  */
169
179
  noMembersMessage: string;
180
+ /**
181
+ * Group Details Users table me tooltip
182
+ * @default 'Me'
183
+ * */
184
+ meTooltip: string;
170
185
  /**
171
186
  * Group Details Users table no members description
172
187
  *
@@ -200,31 +215,6 @@ export interface UsersGroupsLocalization {
200
215
  */
201
216
  leaveGroupAction: string;
202
217
  };
203
- /**
204
- * Add Member dialog localization
205
- */
206
- userGroups_addMemberDialog: {
207
- /**
208
- * Add Member dialog title
209
- * @default 'Add member'
210
- * */
211
- title: string;
212
- /**
213
- * Add Member dialog add button
214
- * @default 'Add'
215
- * */
216
- add: string;
217
- /**
218
- * Add Member dialog cancel button
219
- * @default 'Cancel'
220
- * */
221
- cancel: string;
222
- /**
223
- * Add Member dialog search by email or name
224
- * @default 'Search by email or name'
225
- * */
226
- searchByEmailOrName: string;
227
- };
228
218
  /**
229
219
  * Group Card localization
230
220
  * */
@@ -250,7 +240,7 @@ export interface UsersGroupsLocalization {
250
240
  deleteGroup: string;
251
241
  /**
252
242
  * Group Card no Members Message
253
- * @default 'No members are in the group'
243
+ * @default 'No group members'
254
244
  */
255
245
  noMembersMessage: string;
256
246
  };
@@ -270,7 +260,7 @@ export interface UsersGroupsLocalization {
270
260
  delete: string;
271
261
  /**
272
262
  * Group Details Header back action
273
- * @default 'See all Groups'
263
+ * @default 'Back to all groups'
274
264
  * */
275
265
  pageTitle: string;
276
266
  };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.76.0
1
+ /** @license Frontegg v6.77.0-alpha.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.76.0
1
+ /** @license Frontegg v6.77.0-alpha.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "6.76.0",
3
+ "version": "6.77.0-alpha.1",
4
4
  "main": "./node/index.js",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
8
  "@babel/runtime": "^7.18.6",
9
- "@frontegg/redux-store": "6.76.0",
9
+ "@frontegg/redux-store": "6.77.0-alpha.1",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },