@4alldigital/foundation-ui--gamma 1.46.11 → 1.46.12

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.
@@ -386,7 +386,25 @@ 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
+ };
395
+ ERRORS: {
396
+ COULD_NOT_FETCH_DATA: string;
397
+ COULD_NOT_UPDATE_DATA: string;
398
+ COULD_NOT_DELETE_DATA: string;
399
+ COULD_NOT_UPDATE_LIKES: string;
400
+ COULD_NOT_UPDATE_FAVORITES: string;
401
+ COULD_NOT_UPDATE_BOOKMARKS: string;
402
+ COULD_NOT_UPDATE_WATCHLIST: string;
403
+ COULD_NOT_UPDATE_PLAYLIST: string;
404
+ COULD_NOT_UPDATE_SUBSCRIPTION: string;
405
+ COULD_NOT_UPDATE_FOLLOW: string;
406
+ COULD_NOT_UPDATE_FRIEND: string;
407
+ COULD_NOT_UPDATE_CONNECTION: string;
389
408
  };
390
- ERRORS: {};
391
409
  };
392
410
  export default strings;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4alldigital/foundation-ui--gamma",
3
- "version": "1.46.11",
3
+ "version": "1.46.12",
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": "eb764ab6e29f80362a39fa3ad4fa355107a0d23e",
42
+ "gitHead": "34f6eda3013b81101889f2b59558082df36041ef",
43
43
  "dependencies": {
44
44
  "@elastic/datemath": "^5.0.3",
45
45
  "@elastic/react-search-ui": "^1.21.5",