@pathway-io/core 1.0.23 → 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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
- package/src/styles/index.ts +2 -1
package/dist/index.d.mts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
declare const colors: {
|
2
2
|
readonly neutral: {
|
3
|
+
0: string;
|
3
4
|
50: string;
|
4
5
|
100: string;
|
5
6
|
200: string;
|
@@ -69,7 +70,7 @@ declare const fonts: {
|
|
69
70
|
};
|
70
71
|
readonly lg: {
|
71
72
|
readonly size: 18;
|
72
|
-
readonly lineHeight:
|
73
|
+
readonly lineHeight: 26;
|
73
74
|
readonly family: {
|
74
75
|
readonly light: "HelveticaNowTextLight";
|
75
76
|
readonly reg: "HelveticaNowTextRegular";
|
package/dist/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
declare const colors: {
|
2
2
|
readonly neutral: {
|
3
|
+
0: string;
|
3
4
|
50: string;
|
4
5
|
100: string;
|
5
6
|
200: string;
|
@@ -69,7 +70,7 @@ declare const fonts: {
|
|
69
70
|
};
|
70
71
|
readonly lg: {
|
71
72
|
readonly size: 18;
|
72
|
-
readonly lineHeight:
|
73
|
+
readonly lineHeight: 26;
|
73
74
|
readonly family: {
|
74
75
|
readonly light: "HelveticaNowTextLight";
|
75
76
|
readonly reg: "HelveticaNowTextRegular";
|
package/dist/index.js
CHANGED
@@ -27,6 +27,7 @@ module.exports = __toCommonJS(core_exports);
|
|
27
27
|
|
28
28
|
// src/styles/index.ts
|
29
29
|
var gray = {
|
30
|
+
0: "#ffffff",
|
30
31
|
50: "#fafaf9",
|
31
32
|
100: "#f5f5f4",
|
32
33
|
200: "#e7e5e4",
|
@@ -100,7 +101,7 @@ var fonts = {
|
|
100
101
|
},
|
101
102
|
lg: {
|
102
103
|
size: 18,
|
103
|
-
lineHeight:
|
104
|
+
lineHeight: 26,
|
104
105
|
family: {
|
105
106
|
light: "HelveticaNowTextLight",
|
106
107
|
reg: "HelveticaNowTextRegular",
|
package/dist/index.mjs
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
// src/styles/index.ts
|
2
2
|
var gray = {
|
3
|
+
0: "#ffffff",
|
3
4
|
50: "#fafaf9",
|
4
5
|
100: "#f5f5f4",
|
5
6
|
200: "#e7e5e4",
|
@@ -73,7 +74,7 @@ var fonts = {
|
|
73
74
|
},
|
74
75
|
lg: {
|
75
76
|
size: 18,
|
76
|
-
lineHeight:
|
77
|
+
lineHeight: 26,
|
77
78
|
family: {
|
78
79
|
light: "HelveticaNowTextLight",
|
79
80
|
reg: "HelveticaNowTextRegular",
|
package/package.json
CHANGED
package/src/styles/index.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
const gray = {
|
2
|
+
0: "#ffffff",
|
2
3
|
50: "#fafaf9",
|
3
4
|
100: "#f5f5f4",
|
4
5
|
200: "#e7e5e4",
|
@@ -76,7 +77,7 @@ export const fonts = {
|
|
76
77
|
},
|
77
78
|
lg: {
|
78
79
|
size: 18,
|
79
|
-
lineHeight:
|
80
|
+
lineHeight: 26,
|
80
81
|
family: {
|
81
82
|
light: "HelveticaNowTextLight",
|
82
83
|
reg: "HelveticaNowTextRegular",
|