igloo-d2c-components 1.1.12-non-prod → 1.1.13-non-prod
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/cjs/index.js +9 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +9 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -310,7 +310,7 @@ const ammetlifeTypography = {
|
|
|
310
310
|
fontSize: '28px',
|
|
311
311
|
fontStyle: 'normal',
|
|
312
312
|
fontWeight: 700,
|
|
313
|
-
lineHeight: '
|
|
313
|
+
lineHeight: '24px',
|
|
314
314
|
letterSpacing: 0,
|
|
315
315
|
wordSpacing: '0px',
|
|
316
316
|
'@media (max-width:600px)': {
|
|
@@ -321,6 +321,14 @@ const ammetlifeTypography = {
|
|
|
321
321
|
wordSpacing: '0px',
|
|
322
322
|
},
|
|
323
323
|
},
|
|
324
|
+
titleLargeMobile: {
|
|
325
|
+
fontSize: '28px',
|
|
326
|
+
fontStyle: 'normal',
|
|
327
|
+
fontWeight: 700,
|
|
328
|
+
lineHeight: '24px',
|
|
329
|
+
letterSpacing: '0px',
|
|
330
|
+
wordSpacing: '-10px',
|
|
331
|
+
},
|
|
324
332
|
// Title Medium (H2) - MetLife Circular Bold 16/24
|
|
325
333
|
titleMedium: {
|
|
326
334
|
fontSize: '16px',
|