@pathway-io/core 1.0.24 → 1.0.25

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.mts CHANGED
@@ -70,7 +70,7 @@ declare const fonts: {
70
70
  };
71
71
  readonly lg: {
72
72
  readonly size: 18;
73
- readonly lineHeight: 25;
73
+ readonly lineHeight: 26;
74
74
  readonly family: {
75
75
  readonly light: "HelveticaNowTextLight";
76
76
  readonly reg: "HelveticaNowTextRegular";
package/dist/index.d.ts CHANGED
@@ -70,7 +70,7 @@ declare const fonts: {
70
70
  };
71
71
  readonly lg: {
72
72
  readonly size: 18;
73
- readonly lineHeight: 25;
73
+ readonly lineHeight: 26;
74
74
  readonly family: {
75
75
  readonly light: "HelveticaNowTextLight";
76
76
  readonly reg: "HelveticaNowTextRegular";
package/dist/index.js CHANGED
@@ -101,7 +101,7 @@ var fonts = {
101
101
  },
102
102
  lg: {
103
103
  size: 18,
104
- lineHeight: 25,
104
+ lineHeight: 26,
105
105
  family: {
106
106
  light: "HelveticaNowTextLight",
107
107
  reg: "HelveticaNowTextRegular",
package/dist/index.mjs CHANGED
@@ -74,7 +74,7 @@ var fonts = {
74
74
  },
75
75
  lg: {
76
76
  size: 18,
77
- lineHeight: 25,
77
+ lineHeight: 26,
78
78
  family: {
79
79
  light: "HelveticaNowTextLight",
80
80
  reg: "HelveticaNowTextRegular",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathway-io/core",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Shared constants and types for Pathway",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -77,7 +77,7 @@ export const fonts = {
77
77
  },
78
78
  lg: {
79
79
  size: 18,
80
- lineHeight: 25,
80
+ lineHeight: 26,
81
81
  family: {
82
82
  light: "HelveticaNowTextLight",
83
83
  reg: "HelveticaNowTextRegular",