@4alldigital/foundation-ui--gamma 1.46.15 → 1.46.17
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.
|
@@ -55,6 +55,12 @@ declare const strings: {
|
|
|
55
55
|
SCHEDULE: {
|
|
56
56
|
TITLE: string;
|
|
57
57
|
};
|
|
58
|
+
SETTINGS: {
|
|
59
|
+
TITLE: string;
|
|
60
|
+
};
|
|
61
|
+
HELP: {
|
|
62
|
+
TITLE: string;
|
|
63
|
+
};
|
|
58
64
|
};
|
|
59
65
|
};
|
|
60
66
|
FORMS: {
|
|
@@ -382,6 +388,7 @@ declare const strings: {
|
|
|
382
388
|
UPDATES: string;
|
|
383
389
|
LATEST_NEWS: string;
|
|
384
390
|
WHATS_NEW: string;
|
|
391
|
+
WHATS_NEWS: string;
|
|
385
392
|
GOOD_MORNING: string;
|
|
386
393
|
GOOD_AFTERNOON: string;
|
|
387
394
|
GOOD_EVENING: 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.17",
|
|
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": "a6bd5567360873f9a6eeeabb6b509d682ce4b34e",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|