@4alldigital/foundation-ui--gamma 1.46.11 → 1.46.13
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 +20 -1
- package/package.json +4 -4
|
@@ -386,7 +386,26 @@ declare const strings: {
|
|
|
386
386
|
GOOD_AFTERNOON: string;
|
|
387
387
|
GOOD_EVENING: string;
|
|
388
388
|
NO_CLASS: string;
|
|
389
|
+
RELATED: string;
|
|
390
|
+
RELATED_WORKOUTS: string;
|
|
391
|
+
RELATED_CHALLENGES: string;
|
|
392
|
+
RELATED_VIDEOS: string;
|
|
393
|
+
RELATED_MEDIA: string;
|
|
394
|
+
CHALLENGES_ENTERED: string;
|
|
395
|
+
};
|
|
396
|
+
ERRORS: {
|
|
397
|
+
COULD_NOT_FETCH_DATA: string;
|
|
398
|
+
COULD_NOT_UPDATE_DATA: string;
|
|
399
|
+
COULD_NOT_DELETE_DATA: string;
|
|
400
|
+
COULD_NOT_UPDATE_LIKES: string;
|
|
401
|
+
COULD_NOT_UPDATE_FAVORITES: string;
|
|
402
|
+
COULD_NOT_UPDATE_BOOKMARKS: string;
|
|
403
|
+
COULD_NOT_UPDATE_WATCHLIST: string;
|
|
404
|
+
COULD_NOT_UPDATE_PLAYLIST: string;
|
|
405
|
+
COULD_NOT_UPDATE_SUBSCRIPTION: string;
|
|
406
|
+
COULD_NOT_UPDATE_FOLLOW: string;
|
|
407
|
+
COULD_NOT_UPDATE_FRIEND: string;
|
|
408
|
+
COULD_NOT_UPDATE_CONNECTION: string;
|
|
389
409
|
};
|
|
390
|
-
ERRORS: {};
|
|
391
410
|
};
|
|
392
411
|
export default strings;
|
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.13",
|
|
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": "bdfe44852b40bf572f140603c1143cb9f5c7e612",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"date-fns": "^3.6.0",
|
|
60
60
|
"date-input-polyfill": "^2.14.0",
|
|
61
61
|
"filter-invalid-dom-props": "^3.0.1",
|
|
62
|
-
"framer-motion": "^11.3.
|
|
62
|
+
"framer-motion": "^11.3.20",
|
|
63
63
|
"history": "^5.3.0",
|
|
64
64
|
"html-react-parser": "^5.1.12",
|
|
65
65
|
"libphonenumber-js": "^1.11.5",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"tailwind-merge": "^2.4.0",
|
|
81
81
|
"tailwindcss": "^3.4.7",
|
|
82
82
|
"typescript": "^5.5.4",
|
|
83
|
-
"video.js": "8.17.
|
|
83
|
+
"video.js": "8.17.3"
|
|
84
84
|
},
|
|
85
85
|
"bugs": {
|
|
86
86
|
"url": "https://github.com/4AllDigital/foundation-ui/issues"
|