@4alldigital/foundation-ui--gamma 1.44.10 → 1.44.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.
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/lib/translations/en.d.ts +58 -0
- package/package.json +2 -2
|
@@ -173,6 +173,64 @@ declare const strings: {
|
|
|
173
173
|
CHECK_CONNECTION: string;
|
|
174
174
|
EXPLORE: string;
|
|
175
175
|
NO_ACCOUNT: string;
|
|
176
|
+
START_WORKOUT: string;
|
|
177
|
+
START_MEDIA: string;
|
|
178
|
+
LAUNCH: string;
|
|
179
|
+
PUBLISHED: string;
|
|
180
|
+
CREATED: string;
|
|
181
|
+
UPDATED: string;
|
|
182
|
+
DURATION: string;
|
|
183
|
+
LEVEL: string;
|
|
184
|
+
SECTION: string;
|
|
185
|
+
DOWNLOADING: string;
|
|
186
|
+
DOWNLOAD_COMPLETE: string;
|
|
187
|
+
DOWNLOAD_FAILED: string;
|
|
188
|
+
DOWNLOAD_CANCELLED: string;
|
|
189
|
+
DOWNLOADING_MEDIA: string;
|
|
190
|
+
DOWNLOADING_MEDIA_FAILED: string;
|
|
191
|
+
DOWNLOADING_MEDIA_CANCELLED: string;
|
|
192
|
+
DOWNLOADING_MEDIA_COMPLETE: string;
|
|
193
|
+
DOWNLOADING_MEDIA_CANCEL: string;
|
|
194
|
+
DOWNLOADING_MEDIA_RETRY: string;
|
|
195
|
+
DOWNLOADING_MEDIA_PAUSE: string;
|
|
196
|
+
DOWNLOADING_MEDIA_RESUME: string;
|
|
197
|
+
DOWNLOADING_MEDIA_CONTINUE: string;
|
|
198
|
+
DOWNLOADING_MEDIA_START: string;
|
|
199
|
+
DOWNLOADING_MEDIA_CONFIRM: string;
|
|
200
|
+
DOWNLOAD_REMOVED: string;
|
|
201
|
+
DOWNLOAD_REMOVE_ERROR: string;
|
|
202
|
+
CATEGORY: string;
|
|
203
|
+
TYPE: string;
|
|
204
|
+
WORKOUT_TYPE: string;
|
|
205
|
+
MEDIA_TYPE: string;
|
|
206
|
+
WORKOUT: string;
|
|
207
|
+
MEDIA: string;
|
|
208
|
+
WORKOUTS: string;
|
|
209
|
+
WORKOUT_CATEGORY: string;
|
|
210
|
+
MEDIA_CATEGORY: string;
|
|
211
|
+
ADDED_LIKE: string;
|
|
212
|
+
REMOVED_LIKE: string;
|
|
213
|
+
ADDED_FAVORITE: string;
|
|
214
|
+
REMOVED_FAVORITE: string;
|
|
215
|
+
ADDED_BOOKMARK: string;
|
|
216
|
+
REMOVED_BOOKMARK: string;
|
|
217
|
+
ADDED_WATCHLIST: string;
|
|
218
|
+
REMOVED_WATCHLIST: string;
|
|
219
|
+
ADDED_PLAYLIST: string;
|
|
220
|
+
REMOVED_PLAYLIST: string;
|
|
221
|
+
ADDED_SUBSCRIPTION: string;
|
|
222
|
+
REMOVED_SUBSCRIPTION: string;
|
|
223
|
+
ADDED_FOLLOW: string;
|
|
224
|
+
REMOVED_FOLLOW: string;
|
|
225
|
+
ADDED_FRIEND: string;
|
|
226
|
+
REMOVED_FRIEND: string;
|
|
227
|
+
ADDED_CONNECTION: string;
|
|
228
|
+
REMOVED_CONNECTION: string;
|
|
229
|
+
MARKED_COMPLETE: string;
|
|
230
|
+
MARKED_INCOMPLETE: string;
|
|
231
|
+
MUSIC_ENABLED: string;
|
|
232
|
+
MUSIC_DISABLED: string;
|
|
233
|
+
SHARED: string;
|
|
176
234
|
};
|
|
177
235
|
ERRORS: {};
|
|
178
236
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.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": "
|
|
42
|
+
"gitHead": "6b18be6b0276e0bb1b243fed293abc28c3a68bab",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.1",
|