@4alldigital/foundation-ui--gamma 1.46.19 → 1.46.21
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.
|
@@ -449,6 +449,13 @@ declare const strings: {
|
|
|
449
449
|
ERROR: string;
|
|
450
450
|
LAST_UPDATED: string;
|
|
451
451
|
NO_UPDATES: string;
|
|
452
|
+
RATED: string;
|
|
453
|
+
RATE_SUCCESS: string;
|
|
454
|
+
RATE_FAILED: string;
|
|
455
|
+
RATE_CANCELLED: string;
|
|
456
|
+
QUESTION: string;
|
|
457
|
+
QUESTION_ABOUT_SUBSCRIPTION: string;
|
|
458
|
+
LOGOUT_SUCCESS: string;
|
|
452
459
|
};
|
|
453
460
|
ERRORS: {
|
|
454
461
|
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.21",
|
|
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": "ca3856d6788bd8053307583df605a0ed71d8dae0",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|