@4alldigital/foundation-ui--gamma 1.62.6 → 1.62.7
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.
|
@@ -85,6 +85,9 @@ declare const strings: {
|
|
|
85
85
|
ORDER: {
|
|
86
86
|
TITLE: string;
|
|
87
87
|
};
|
|
88
|
+
DOWNLOADS: {
|
|
89
|
+
TITLE: string;
|
|
90
|
+
};
|
|
88
91
|
};
|
|
89
92
|
};
|
|
90
93
|
FORMS: {
|
|
@@ -301,6 +304,7 @@ declare const strings: {
|
|
|
301
304
|
DOWNLOAD: string;
|
|
302
305
|
DOWNLOADS: string;
|
|
303
306
|
ALL_DOWNLOADS: string;
|
|
307
|
+
NO_DOWNLOADS: string;
|
|
304
308
|
DELETE_DOWNLOAD: string;
|
|
305
309
|
DELETE_DOWNLOADS: string;
|
|
306
310
|
DELETE_DOWNLOADS_CONFIRM: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.7",
|
|
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": "09f365f9935aba0dd44e2d64480f7be091c3ee19",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|