@4alldigital/foundation-ui--gamma 1.46.8 → 1.46.10
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/foundation-ui.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/lib/translations/en.d.ts +29 -7
- package/package.json +2 -2
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
declare const strings: {
|
|
2
2
|
GLOBAL: {
|
|
3
3
|
SCREENS: {
|
|
4
|
-
|
|
4
|
+
ACCOUNT: {
|
|
5
|
+
TITLE: string;
|
|
6
|
+
};
|
|
7
|
+
CATALOGUE_LIST: {
|
|
8
|
+
TITLE: string;
|
|
9
|
+
};
|
|
10
|
+
CHALLENGE: {
|
|
11
|
+
TITLE: string;
|
|
12
|
+
};
|
|
13
|
+
CHALLENGES_LIST: {
|
|
14
|
+
TITLE: string;
|
|
15
|
+
};
|
|
16
|
+
DASHBOARD: {
|
|
17
|
+
TITLE: string;
|
|
18
|
+
};
|
|
19
|
+
LIVE_SCHEDULE: {
|
|
5
20
|
TITLE: string;
|
|
6
21
|
};
|
|
7
22
|
LOGIN: {
|
|
@@ -10,16 +25,23 @@ declare const strings: {
|
|
|
10
25
|
REGISTER: {
|
|
11
26
|
TITLE: string;
|
|
12
27
|
};
|
|
28
|
+
PROFILE: {
|
|
29
|
+
TITLE: string;
|
|
30
|
+
};
|
|
31
|
+
SUBSCRIPTION: {
|
|
32
|
+
TITLE: string;
|
|
33
|
+
};
|
|
34
|
+
WORKOUT: {
|
|
35
|
+
TITLE: string;
|
|
36
|
+
};
|
|
13
37
|
FORGOT_PASSWORD: {
|
|
14
38
|
TITLE: string;
|
|
15
39
|
};
|
|
16
40
|
RESET_PASSWORD: {
|
|
17
41
|
TITLE: string;
|
|
18
42
|
};
|
|
19
|
-
|
|
43
|
+
HOME: {
|
|
20
44
|
TITLE: string;
|
|
21
|
-
TAB_PROFILE: string;
|
|
22
|
-
TAB_SUBSCRIPTION: string;
|
|
23
45
|
};
|
|
24
46
|
CATALOGUE: {
|
|
25
47
|
TITLE: string;
|
|
@@ -27,9 +49,6 @@ declare const strings: {
|
|
|
27
49
|
CHALLENGES: {
|
|
28
50
|
TITLE: string;
|
|
29
51
|
};
|
|
30
|
-
WORKOUT: {
|
|
31
|
-
TITLE: string;
|
|
32
|
-
};
|
|
33
52
|
LIVE: {
|
|
34
53
|
TITLE: string;
|
|
35
54
|
};
|
|
@@ -363,6 +382,9 @@ declare const strings: {
|
|
|
363
382
|
UPDATES: string;
|
|
364
383
|
LATEST_NEWS: string;
|
|
365
384
|
WHATS_NEW: string;
|
|
385
|
+
GOOD_MORNING: string;
|
|
386
|
+
GOOD_AFTERNOON: string;
|
|
387
|
+
GOOD_EVENING: string;
|
|
366
388
|
};
|
|
367
389
|
ERRORS: {};
|
|
368
390
|
};
|
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.10",
|
|
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": "a76f40ab88650ebabb44b71e581acbfa331fdba0",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|