@4alldigital/foundation-ui--gamma 1.44.11 → 1.45.0

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.
@@ -1,6 +1,6 @@
1
1
  import { Props } from './Heading.types';
2
2
  declare const Heading: {
3
- ({ children, tag, transform, align, id, testID, flush, className, singleLine }: Props): React.ReactElement;
3
+ ({ children, tag, transform, align, id, testID, flush, className, singleLine, bold }: Props): React.ReactElement;
4
4
  displayName: string;
5
5
  };
6
6
  export default Heading;
@@ -29,4 +29,5 @@ export interface Props {
29
29
  flush?: boolean;
30
30
  className?: string;
31
31
  singleLine?: boolean;
32
+ bold?: boolean;
32
33
  }
@@ -144,6 +144,7 @@ declare const strings: {
144
144
  RESET: string;
145
145
  APPLY_FILTER: string;
146
146
  START: string;
147
+ END: string;
147
148
  HELP: string;
148
149
  WHAT_IS_THIS: string;
149
150
  CARD_VIEW: string;
@@ -173,6 +174,70 @@ declare const strings: {
173
174
  CHECK_CONNECTION: string;
174
175
  EXPLORE: string;
175
176
  NO_ACCOUNT: string;
177
+ START_WORKOUT: string;
178
+ START_MEDIA: string;
179
+ LAUNCH: string;
180
+ PUBLISHED: string;
181
+ CREATED: string;
182
+ UPDATED: string;
183
+ DURATION: string;
184
+ LEVEL: string;
185
+ SECTION: string;
186
+ DOWNLOADING: string;
187
+ DOWNLOAD_COMPLETE: string;
188
+ DOWNLOAD_FAILED: string;
189
+ DOWNLOAD_CANCELLED: string;
190
+ DOWNLOADING_MEDIA: string;
191
+ DOWNLOADING_MEDIA_FAILED: string;
192
+ DOWNLOADING_MEDIA_CANCELLED: string;
193
+ DOWNLOADING_MEDIA_COMPLETE: string;
194
+ DOWNLOADING_MEDIA_CANCEL: string;
195
+ DOWNLOADING_MEDIA_RETRY: string;
196
+ DOWNLOADING_MEDIA_PAUSE: string;
197
+ DOWNLOADING_MEDIA_RESUME: string;
198
+ DOWNLOADING_MEDIA_CONTINUE: string;
199
+ DOWNLOADING_MEDIA_START: string;
200
+ DOWNLOADING_MEDIA_CONFIRM: string;
201
+ DOWNLOAD_REMOVED: string;
202
+ DOWNLOAD_REMOVE_ERROR: string;
203
+ CATEGORY: string;
204
+ TYPE: string;
205
+ WORKOUT_TYPE: string;
206
+ MEDIA_TYPE: string;
207
+ WORKOUT: string;
208
+ MEDIA: string;
209
+ WORKOUTS: string;
210
+ WORKOUT_CATEGORY: string;
211
+ MEDIA_CATEGORY: string;
212
+ ADDED_LIKE: string;
213
+ REMOVED_LIKE: string;
214
+ ADDED_FAVORITE: string;
215
+ REMOVED_FAVORITE: string;
216
+ ADDED_BOOKMARK: string;
217
+ REMOVED_BOOKMARK: string;
218
+ ADDED_WATCHLIST: string;
219
+ REMOVED_WATCHLIST: string;
220
+ ADDED_PLAYLIST: string;
221
+ REMOVED_PLAYLIST: string;
222
+ ADDED_SUBSCRIPTION: string;
223
+ REMOVED_SUBSCRIPTION: string;
224
+ ADDED_FOLLOW: string;
225
+ REMOVED_FOLLOW: string;
226
+ ADDED_FRIEND: string;
227
+ REMOVED_FRIEND: string;
228
+ ADDED_CONNECTION: string;
229
+ REMOVED_CONNECTION: string;
230
+ MARKED_COMPLETE: string;
231
+ MARKED_INCOMPLETE: string;
232
+ MUSIC_ENABLED: string;
233
+ MUSIC_DISABLED: string;
234
+ SHARED: string;
235
+ NOT_ENTERED_IN_CHALLENGE: string;
236
+ ACCESS_RESTRICTED: string;
237
+ SHOW_FILTERS: string;
238
+ HIDE_FILTERS: string;
239
+ THIS_WEEK: string;
240
+ TODAYS_ITEMS: string;
176
241
  };
177
242
  ERRORS: {};
178
243
  };
@@ -2,8 +2,8 @@ declare const fonts: {
2
2
  sans: string[];
3
3
  serif: string[];
4
4
  mono: string[];
5
+ display: string[];
5
6
  body: string[];
6
7
  heading: string[];
7
- display: string[];
8
8
  };
9
9
  export default fonts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4alldigital/foundation-ui--gamma",
3
- "version": "1.44.11",
3
+ "version": "1.45.0",
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": "0c47b0acee016baeafb24fc87b387977b1bf4909",
42
+ "gitHead": "de35f752ddcc42ed679d579b75c0039b5f01f909",
43
43
  "dependencies": {
44
44
  "@elastic/datemath": "^5.0.3",
45
45
  "@elastic/react-search-ui": "^1.21.1",