@4alldigital/foundation-ui--gamma 1.46.6 → 1.46.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.
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/lib/translations/en.d.ts +23 -0
- package/package.json +2 -2
|
@@ -340,6 +340,29 @@ declare const strings: {
|
|
|
340
340
|
RATE: string;
|
|
341
341
|
VERSION: string;
|
|
342
342
|
APP_VERSION: string;
|
|
343
|
+
WELCOME: string;
|
|
344
|
+
LATEST_WORKOUTS: string;
|
|
345
|
+
RECENTLY_VIEWED: string;
|
|
346
|
+
RECENTLY_ADDED: string;
|
|
347
|
+
RECENTLY_COMPLETED: string;
|
|
348
|
+
WORKOUTS_LIKED: string;
|
|
349
|
+
WORKOUTS_FAVORITED: string;
|
|
350
|
+
WORKOUTS_BOOKMARKED: string;
|
|
351
|
+
WORKOUTS_COMPLETED: string;
|
|
352
|
+
WORKOUTS_DONE: string;
|
|
353
|
+
LIKED: string;
|
|
354
|
+
FAVORITED: string;
|
|
355
|
+
BOOKMARKED: string;
|
|
356
|
+
COMPLETED: string;
|
|
357
|
+
DONE: string;
|
|
358
|
+
STATS: string;
|
|
359
|
+
STATISTICS: string;
|
|
360
|
+
ACTIVITY: string;
|
|
361
|
+
RECENT_ACTIVITY: string;
|
|
362
|
+
NEWS: string;
|
|
363
|
+
UPDATES: string;
|
|
364
|
+
LATEST_NEWS: string;
|
|
365
|
+
WHATS_NEW: string;
|
|
343
366
|
};
|
|
344
367
|
ERRORS: {};
|
|
345
368
|
};
|
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.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": "fd9fab5003dc8c65382153cd97696662d3f4696c",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.1",
|