@4alldigital/foundation-ui--gamma 1.46.5 → 1.46.6
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.
|
@@ -334,6 +334,12 @@ declare const strings: {
|
|
|
334
334
|
UPLOAD_SUCCESS: string;
|
|
335
335
|
UPLOAD_FAILED: string;
|
|
336
336
|
UPLOADING: string;
|
|
337
|
+
SHARE_DESCRIPTION: string;
|
|
338
|
+
SHARE_TITLE: string;
|
|
339
|
+
ALREADY_RATED: string;
|
|
340
|
+
RATE: string;
|
|
341
|
+
VERSION: string;
|
|
342
|
+
APP_VERSION: string;
|
|
337
343
|
};
|
|
338
344
|
ERRORS: {};
|
|
339
345
|
};
|
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.6",
|
|
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": "b5277ac9f6dad49952811e0f5ad2327280f6fbdb",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.1",
|