@frontegg/types 4.38.0 → 4.40.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.
|
@@ -31,6 +31,10 @@ export interface UsersLocalization {
|
|
|
31
31
|
* Table user roles column header
|
|
32
32
|
*/
|
|
33
33
|
rolesHeader: string;
|
|
34
|
+
/**
|
|
35
|
+
* Table user organization column header
|
|
36
|
+
*/
|
|
37
|
+
organizationHeader: string;
|
|
34
38
|
/**
|
|
35
39
|
* Table user joined date column header
|
|
36
40
|
*/
|
|
@@ -257,6 +261,8 @@ export interface UsersLocalization {
|
|
|
257
261
|
* Edit link button text
|
|
258
262
|
*/
|
|
259
263
|
edit: string;
|
|
264
|
+
day: string;
|
|
265
|
+
days: string;
|
|
260
266
|
};
|
|
261
267
|
/**
|
|
262
268
|
* Deactivate invitation link dialog strings
|
package/ThemeOptions/index.d.ts
CHANGED
|
@@ -91,7 +91,7 @@ export interface FronteggThemeOptions {
|
|
|
91
91
|
fontWeight?: CSSProperties['fontWeight'];
|
|
92
92
|
};
|
|
93
93
|
};
|
|
94
|
-
inputError
|
|
94
|
+
inputError?: {
|
|
95
95
|
fontFamily?: CSSProperties['fontFamily'];
|
|
96
96
|
fontSize?: CSSProperties['fontSize'];
|
|
97
97
|
fontWeight?: CSSProperties['fontWeight'];
|