@4alldigital/foundation-ui--gamma 1.46.17 → 1.46.19
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/lib/translations/en.d.ts +17 -0
- package/package.json +2 -2
|
@@ -61,6 +61,15 @@ declare const strings: {
|
|
|
61
61
|
HELP: {
|
|
62
62
|
TITLE: string;
|
|
63
63
|
};
|
|
64
|
+
LEGAL_INFO: {
|
|
65
|
+
TITLE: string;
|
|
66
|
+
};
|
|
67
|
+
CONTENT: {
|
|
68
|
+
TITLE: string;
|
|
69
|
+
};
|
|
70
|
+
FAVOURITES: {
|
|
71
|
+
TITLE: string;
|
|
72
|
+
};
|
|
64
73
|
};
|
|
65
74
|
};
|
|
66
75
|
FORMS: {
|
|
@@ -432,6 +441,14 @@ declare const strings: {
|
|
|
432
441
|
DARK_MODE_DESCRIPTION: string;
|
|
433
442
|
LIGHT_MODE_DESCRIPTION: string;
|
|
434
443
|
SYSTEM_MODE_DESCRIPTION: string;
|
|
444
|
+
REQUEST_INFO: string;
|
|
445
|
+
REQUEST_INFORMATION: string;
|
|
446
|
+
GET_INFO: string;
|
|
447
|
+
GET_IN_TOUCH: string;
|
|
448
|
+
CONTACT_US: string;
|
|
449
|
+
ERROR: string;
|
|
450
|
+
LAST_UPDATED: string;
|
|
451
|
+
NO_UPDATES: string;
|
|
435
452
|
};
|
|
436
453
|
ERRORS: {
|
|
437
454
|
GENERIC_ERROR: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.46.
|
|
3
|
+
"version": "1.46.19",
|
|
4
4
|
"description": "Foundation UI Component library with GAMMA theme. ",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "2053f9a4600deceefa9688d2081c59c640014a11",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|