@4alldigital/foundation-ui--gamma 1.46.16 → 1.46.18
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 +18 -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: {
|
|
@@ -388,6 +397,7 @@ declare const strings: {
|
|
|
388
397
|
UPDATES: string;
|
|
389
398
|
LATEST_NEWS: string;
|
|
390
399
|
WHATS_NEW: string;
|
|
400
|
+
WHATS_NEWS: string;
|
|
391
401
|
GOOD_MORNING: string;
|
|
392
402
|
GOOD_AFTERNOON: string;
|
|
393
403
|
GOOD_EVENING: string;
|
|
@@ -431,6 +441,14 @@ declare const strings: {
|
|
|
431
441
|
DARK_MODE_DESCRIPTION: string;
|
|
432
442
|
LIGHT_MODE_DESCRIPTION: string;
|
|
433
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;
|
|
434
452
|
};
|
|
435
453
|
ERRORS: {
|
|
436
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.18",
|
|
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": "6848930407546690c0a9003443cad33bcaa0b170",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|