@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/dist/chord.esm.js CHANGED
@@ -116,19 +116,19 @@ var common = {
116
116
  },
117
117
  subtitles: {
118
118
  1: '18px',
119
- 2: '12px'
119
+ 2: '14px'
120
120
  },
121
121
  titleDescription: '20px',
122
122
  body: {
123
- 1: '17px',
124
- 2: '14px',
125
- 3: '12px'
123
+ 1: '19px',
124
+ 2: '16px',
125
+ 3: '14px'
126
126
  },
127
- listing: '17px',
127
+ listing: '19px',
128
128
  buttons: '14px',
129
129
  overline: {
130
- 1: '12px',
131
- 2: '10px'
130
+ 1: '14px',
131
+ 2: '12px'
132
132
  },
133
133
  navigation: '13px',
134
134
  search: '24px'
@@ -184,16 +184,16 @@ var common = {
184
184
  },
185
185
  titleDescription: '28px',
186
186
  body: {
187
- 1: '24px',
187
+ 1: '26px',
188
188
  2: '22px',
189
- 3: '18px'
189
+ 3: '20px'
190
190
  },
191
191
  peopleListing: '24px',
192
- listing: '34px',
192
+ listing: '36px',
193
193
  buttons: '20px',
194
194
  overline: {
195
- 1: '14px',
196
- 2: '12px'
195
+ 1: '16px',
196
+ 2: '14px'
197
197
  },
198
198
  navigation: '16px'
199
199
  },
@@ -283,20 +283,20 @@ var common = {
283
283
  6: '17px'
284
284
  },
285
285
  subtitles: {
286
- 1: '15px',
287
- 2: '12px'
286
+ 1: '16px',
287
+ 2: '14px'
288
288
  },
289
289
  titleDescription: '17px',
290
290
  body: {
291
- 1: '16px',
291
+ 1: '17px',
292
292
  2: '12px',
293
293
  3: '11px'
294
294
  },
295
295
  listing: '16px',
296
296
  buttons: '14px',
297
297
  overline: {
298
- 1: '12px',
299
- 2: '10px'
298
+ 1: '14px',
299
+ 2: '12px'
300
300
  },
301
301
  navigation: '13px',
302
302
  search: '20px'
@@ -347,20 +347,20 @@ var common = {
347
347
  6: '24px'
348
348
  },
349
349
  subtitles: {
350
- 1: '22px',
351
- 2: '16px'
350
+ 1: '24px',
351
+ 2: '18px'
352
352
  },
353
353
  titleDescription: '24px',
354
354
  body: {
355
- 1: '22px',
355
+ 1: '24px',
356
356
  2: '18px',
357
357
  3: '16px'
358
358
  },
359
359
  listing: '34px',
360
360
  buttons: '20px',
361
361
  overline: {
362
- 1: '14px',
363
- 2: '12px'
362
+ 1: '16px',
363
+ 2: '14px'
364
364
  },
365
365
  navigation: '16px'
366
366
  },
@@ -5150,11 +5150,11 @@ var PromoWithTitleGrid = /*#__PURE__*/styled(Grid)(_templateObject$K || (_templa
5150
5150
  var imageToLeft = _ref2.imageToLeft;
5151
5151
  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'";
5152
5152
  }, devices.mobile);
5153
- var PromoWithTitleImageWrapper = /*#__PURE__*/styled.div(_templateObject2$t || (_templateObject2$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n @media ", " {\n & {\n grid-area: row1;\n }\n"])), function (_ref3) {
5153
+ var PromoWithTitleImageWrapper = /*#__PURE__*/styled.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) {
5154
5154
  var imageToLeft = _ref3.imageToLeft;
5155
5155
  return imageToLeft ? 'left' : 'right';
5156
5156
  }, devices.mobile);
5157
- var PromoWithTitleContentWrapper = /*#__PURE__*/styled.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) {
5157
+ var PromoWithTitleContentWrapper = /*#__PURE__*/styled.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) {
5158
5158
  var imageToLeft = _ref4.imageToLeft;
5159
5159
  return imageToLeft ? 'right' : 'left';
5160
5160
  }, devices.mobile);