@frontegg/types 6.164.0-alpha.0 → 6.164.0

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.
@@ -229,7 +229,7 @@ export interface AllUsersLocalization {
229
229
  expirationInputPlaceholder: string;
230
230
  /**
231
231
  * Link expiration description
232
- * EX: 'link will expire in {{number}} day(s)',
232
+ * EX: 'link will be expired in {{number}} day(s)',
233
233
  */
234
234
  linkExpiration: string;
235
235
  /**
@@ -23,14 +23,6 @@ export interface UsersLocalization {
23
23
  * Me tooltip indicator for users table row if it's the same logged in user
24
24
  */
25
25
  meTooltip: string;
26
- /**
27
- * Access time tooltip indicator text
28
- */
29
- accessTimeTooltip: string;
30
- /**
31
- * Access time expired tooltip indicator text
32
- */
33
- accessTimeExpiredTooltip: string;
34
26
  /**
35
27
  * Table user information column header
36
28
  */
@@ -71,22 +63,6 @@ export interface UsersLocalization {
71
63
  * Table row action for editing user roles
72
64
  */
73
65
  editRolesAction: string;
74
- /**
75
- * Table row action for setting user access time
76
- */
77
- setAccessTimeAction: string;
78
- /**
79
- * Table row action for edit access time
80
- */
81
- editAccessTimeAction: string;
82
- /**
83
- * Table row action for renew access time
84
- */
85
- renewAccessTimeAction: string;
86
- /**
87
- * Table row action for set as permanent user
88
- */
89
- setAsPermanentUserAction: string;
90
66
  /**
91
67
  * Table row action for resending invitation email to specific user
92
68
  */
@@ -300,21 +276,6 @@ export interface UsersLocalization {
300
276
  bulkLabelWithoutRoles: string;
301
277
  emailInputLabelWithoutRoles: string;
302
278
  };
303
- /**
304
- * Edit user access time dialog strings
305
- */
306
- users_editAccessTime: {
307
- cancelButton: string;
308
- backButton: string;
309
- saveButton: string;
310
- saveAndContinueButton: string;
311
- accessPeriodEditBtn: string;
312
- accessPeriodSwitchLabel: string;
313
- accessPeriodSwitchDescription: string;
314
- accessTimeValidationError: string;
315
- accessTimeSummary: string;
316
- dialogTitle: string;
317
- };
318
279
  /**
319
280
  * Edit Invitation Link dialog strings
320
281
  */
@@ -345,7 +306,7 @@ export interface UsersLocalization {
345
306
  expirationInputPlaceholder: string;
346
307
  /**
347
308
  * Link expiration description
348
- * EX: 'link will expire in {{number}} day(s)',
309
+ * EX: 'link will be expired in {{number}} day(s)',
349
310
  */
350
311
  linkExpiration: string;
351
312
  /**
@@ -178,78 +178,6 @@ export interface TreeGraphTheme {
178
178
  */
179
179
  linesColor?: Color;
180
180
  }
181
- export interface DatePickerTheme {
182
- /**
183
- * Styling applying for date picker background colors
184
- */
185
- background?: {
186
- /**
187
- * Styling applying for date picker background color
188
- */
189
- main?: Color;
190
- /**
191
- * Styling applying for date picker items hover background color
192
- */
193
- hover?: Color;
194
- /**
195
- * Styling applying for date picker selected items background color
196
- */
197
- accessibility?: Color;
198
- /**
199
- * Styling applying for date picker highlited items background color
200
- */
201
- highlighted?: Color;
202
- /**
203
- * Styling applying for date picker holidays background color
204
- */
205
- holidays?: Color;
206
- /**
207
- * Styling applying for date picker muted items background color
208
- */
209
- muted?: Color;
210
- /**
211
- * Styling applying for date picker selected items background color
212
- */
213
- selected?: Color;
214
- /**
215
- * Styling applying for date picker selected in range items background color
216
- */
217
- selectedInRange?: Color;
218
- };
219
- /**
220
- * Styling applying for date picker text color
221
- */
222
- text?: {
223
- /**
224
- * Styling applying for date picker default text color
225
- */
226
- default?: Color;
227
- /**
228
- * Styling applying for date picker header text color
229
- */
230
- header?: Color;
231
- /**
232
- * Styling applying for date picker items muted text color
233
- */
234
- muted?: Color;
235
- /**
236
- * Styling applying for date picker selected items text color
237
- */
238
- selected?: Color;
239
- /**
240
- * Styling applying for date picker selected in range items text color
241
- */
242
- selectedInRange?: Color;
243
- };
244
- /**
245
- * Styling applying for date picker border color
246
- */
247
- borderColor?: Color;
248
- /**
249
- * Styling applying for date picker navigation icon color
250
- */
251
- navigationIconColor?: Color;
252
- }
253
181
  export interface AdminPortalCommonOptions extends BaseThemeOptions {
254
182
  /**
255
183
  * Option to customize admin portal table
@@ -271,10 +199,6 @@ export interface AdminPortalCommonOptions extends BaseThemeOptions {
271
199
  * Option to customize admin portal drop zone
272
200
  */
273
201
  dropZone?: ExtendedCSSProperties;
274
- /**
275
- * Option to customize admin portal date picker
276
- */
277
- datePickerTheme?: DatePickerTheme;
278
202
  }
279
203
  export interface AdminPortalThemeOptions extends AdminPortalCommonOptions {
280
204
  themeName?: BasicThemeName;
@@ -297,5 +221,4 @@ export interface AdminPortalTheme extends BaseTheme {
297
221
  severityChipTheme: SeverityChipTheme;
298
222
  treeGraphTheme: TreeGraphTheme;
299
223
  dropZone: ExtendedCSSProperties;
300
- datePickerTheme: DatePickerTheme;
301
224
  }
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.164.0-alpha.0
1
+ /** @license Frontegg v6.164.0
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.164.0-alpha.0
1
+ /** @license Frontegg v6.164.0
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.164.0-alpha.0",
3
+ "version": "6.164.0",
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.164.0-alpha.0",
9
+ "@frontegg/redux-store": "6.164.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },