@royaloperahouse/chord 0.7.9 → 0.7.11

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/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
1
  # CHANGELOG
2
+
3
+ ## [0.7.11]
4
+ - PromoWithTitle: align image vertically
5
+
6
+ ## [0.7.10]
7
+ - Theme: increases font size
8
+
2
9
  ## [0.7.9]
3
10
  - Impact: fix sponsor click and font size on mobile
4
11
  - Carousel: add buttons to tablet
@@ -124,19 +124,19 @@ var common = {
124
124
  },
125
125
  subtitles: {
126
126
  1: '18px',
127
- 2: '12px'
127
+ 2: '14px'
128
128
  },
129
129
  titleDescription: '20px',
130
130
  body: {
131
- 1: '17px',
132
- 2: '14px',
133
- 3: '12px'
131
+ 1: '19px',
132
+ 2: '16px',
133
+ 3: '14px'
134
134
  },
135
- listing: '17px',
135
+ listing: '19px',
136
136
  buttons: '14px',
137
137
  overline: {
138
- 1: '12px',
139
- 2: '10px'
138
+ 1: '14px',
139
+ 2: '12px'
140
140
  },
141
141
  navigation: '13px',
142
142
  search: '24px'
@@ -192,16 +192,16 @@ var common = {
192
192
  },
193
193
  titleDescription: '28px',
194
194
  body: {
195
- 1: '24px',
195
+ 1: '26px',
196
196
  2: '22px',
197
- 3: '18px'
197
+ 3: '20px'
198
198
  },
199
199
  peopleListing: '24px',
200
- listing: '34px',
200
+ listing: '36px',
201
201
  buttons: '20px',
202
202
  overline: {
203
- 1: '14px',
204
- 2: '12px'
203
+ 1: '16px',
204
+ 2: '14px'
205
205
  },
206
206
  navigation: '16px'
207
207
  },
@@ -291,20 +291,20 @@ var common = {
291
291
  6: '17px'
292
292
  },
293
293
  subtitles: {
294
- 1: '15px',
295
- 2: '12px'
294
+ 1: '16px',
295
+ 2: '14px'
296
296
  },
297
297
  titleDescription: '17px',
298
298
  body: {
299
- 1: '16px',
299
+ 1: '17px',
300
300
  2: '12px',
301
301
  3: '11px'
302
302
  },
303
303
  listing: '16px',
304
304
  buttons: '14px',
305
305
  overline: {
306
- 1: '12px',
307
- 2: '10px'
306
+ 1: '14px',
307
+ 2: '12px'
308
308
  },
309
309
  navigation: '13px',
310
310
  search: '20px'
@@ -355,20 +355,20 @@ var common = {
355
355
  6: '24px'
356
356
  },
357
357
  subtitles: {
358
- 1: '22px',
359
- 2: '16px'
358
+ 1: '24px',
359
+ 2: '18px'
360
360
  },
361
361
  titleDescription: '24px',
362
362
  body: {
363
- 1: '22px',
363
+ 1: '24px',
364
364
  2: '18px',
365
365
  3: '16px'
366
366
  },
367
367
  listing: '34px',
368
368
  buttons: '20px',
369
369
  overline: {
370
- 1: '14px',
371
- 2: '12px'
370
+ 1: '16px',
371
+ 2: '14px'
372
372
  },
373
373
  navigation: '16px'
374
374
  },
@@ -5148,11 +5148,11 @@ var PromoWithTitleGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$K ||
5148
5148
  var imageToLeft = _ref2.imageToLeft;
5149
5149
  return imageToLeft ? "'left left left left left left left . right right right right right .'" : "'. left left left left left . right right right right right right right'";
5150
5150
  }, devices.mobile);
5151
- var PromoWithTitleImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$t || (_templateObject2$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n @media ", " {\n & {\n grid-area: row1;\n }\n"])), function (_ref3) {
5151
+ var PromoWithTitleImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$t || (_templateObject2$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n grid-area: row1;\n }\n }\n"])), function (_ref3) {
5152
5152
  var imageToLeft = _ref3.imageToLeft;
5153
5153
  return imageToLeft ? 'left' : 'right';
5154
5154
  }, devices.mobile);
5155
- var PromoWithTitleContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$m || (_templateObject3$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n grid-area: row2;\n align-self: start;\n }\n"])), function (_ref4) {
5155
+ var PromoWithTitleContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$m || (_templateObject3$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n grid-area: row2;\n align-self: start;\n }\n }\n"])), function (_ref4) {
5156
5156
  var imageToLeft = _ref4.imageToLeft;
5157
5157
  return imageToLeft ? 'right' : 'left';
5158
5158
  }, devices.mobile);