@newskit-render/shared-components 3.1.0-alpha.0 → 3.1.0-alpha.1

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.
@@ -286,7 +286,7 @@ exports.typographyPresets = {
286
286
  fontFamily: '{{fonts.fontFamily030.fontFamily}}',
287
287
  fontWeight: '{{fonts.fontWeight010}}',
288
288
  fontSize: '{{fonts.fontSize010}}',
289
- lineHeight: '{{fonts.fontLineHeight100}}',
289
+ lineHeight: '{{fonts.fontLineHeight040}}',
290
290
  letterSpacing: '{{fonts.fontLetterSpacing010}}',
291
291
  fontStretch: 'normal',
292
292
  },
@@ -294,7 +294,7 @@ exports.typographyPresets = {
294
294
  fontFamily: '{{fonts.fontFamily030.fontFamily}}',
295
295
  fontWeight: '{{fonts.fontWeight010}}',
296
296
  fontSize: '{{fonts.fontSize020}}',
297
- lineHeight: '{{fonts.fontLineHeight110}}',
297
+ lineHeight: '{{fonts.fontLineHeight040}}',
298
298
  letterSpacing: '{{fonts.fontLetterSpacing010}}',
299
299
  fontStretch: 'normal',
300
300
  },
@@ -302,7 +302,7 @@ exports.typographyPresets = {
302
302
  fontFamily: '{{fonts.fontFamily030.fontFamily}}',
303
303
  fontWeight: '{{fonts.fontWeight010}}',
304
304
  fontSize: '{{fonts.fontSize030}}',
305
- lineHeight: '{{fonts.fontLineHeight120}}',
305
+ lineHeight: '{{fonts.fontLineHeight040}}',
306
306
  letterSpacing: '{{fonts.fontLetterSpacing010}}',
307
307
  fontStretch: 'normal',
308
308
  },
@@ -283,7 +283,7 @@ export var typographyPresets = {
283
283
  fontFamily: '{{fonts.fontFamily030.fontFamily}}',
284
284
  fontWeight: '{{fonts.fontWeight010}}',
285
285
  fontSize: '{{fonts.fontSize010}}',
286
- lineHeight: '{{fonts.fontLineHeight100}}',
286
+ lineHeight: '{{fonts.fontLineHeight040}}',
287
287
  letterSpacing: '{{fonts.fontLetterSpacing010}}',
288
288
  fontStretch: 'normal',
289
289
  },
@@ -291,7 +291,7 @@ export var typographyPresets = {
291
291
  fontFamily: '{{fonts.fontFamily030.fontFamily}}',
292
292
  fontWeight: '{{fonts.fontWeight010}}',
293
293
  fontSize: '{{fonts.fontSize020}}',
294
- lineHeight: '{{fonts.fontLineHeight110}}',
294
+ lineHeight: '{{fonts.fontLineHeight040}}',
295
295
  letterSpacing: '{{fonts.fontLetterSpacing010}}',
296
296
  fontStretch: 'normal',
297
297
  },
@@ -299,7 +299,7 @@ export var typographyPresets = {
299
299
  fontFamily: '{{fonts.fontFamily030.fontFamily}}',
300
300
  fontWeight: '{{fonts.fontWeight010}}',
301
301
  fontSize: '{{fonts.fontSize030}}',
302
- lineHeight: '{{fonts.fontLineHeight120}}',
302
+ lineHeight: '{{fonts.fontLineHeight040}}',
303
303
  letterSpacing: '{{fonts.fontLetterSpacing010}}',
304
304
  fontStretch: 'normal',
305
305
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/shared-components",
3
- "version": "3.1.0-alpha.0",
3
+ "version": "3.1.0-alpha.1",
4
4
  "description": "Newskit Render Shared Components",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",