@pathway-io/core 1.0.22 → 1.0.24
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/index.d.mts +15 -4
- package/dist/index.d.ts +15 -4
- package/dist/index.js +15 -4
- package/dist/index.mjs +15 -4
- package/package.json +1 -1
- package/src/styles/index.ts +15 -4
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;
|
@@ -27,7 +28,7 @@ declare const colors: {
|
|
27
28
|
readonly danger: "#FF801B";
|
28
29
|
};
|
29
30
|
declare const fonts: {
|
30
|
-
readonly "
|
31
|
+
readonly "4xl": {
|
31
32
|
readonly size: 40;
|
32
33
|
readonly lineHeight: 48;
|
33
34
|
readonly family: {
|
@@ -37,7 +38,7 @@ declare const fonts: {
|
|
37
38
|
readonly bold: "HelveticaNowDisplayBold";
|
38
39
|
};
|
39
40
|
};
|
40
|
-
readonly "
|
41
|
+
readonly "3xl": {
|
41
42
|
readonly size: 28;
|
42
43
|
readonly lineHeight: 36;
|
43
44
|
readonly family: {
|
@@ -47,7 +48,7 @@ declare const fonts: {
|
|
47
48
|
readonly bold: "HelveticaNowTextBold";
|
48
49
|
};
|
49
50
|
};
|
50
|
-
readonly
|
51
|
+
readonly "2xl": {
|
51
52
|
readonly size: 24;
|
52
53
|
readonly lineHeight: 28;
|
53
54
|
readonly family: {
|
@@ -57,7 +58,7 @@ declare const fonts: {
|
|
57
58
|
readonly bold: "HelveticaNowTextBold";
|
58
59
|
};
|
59
60
|
};
|
60
|
-
readonly
|
61
|
+
readonly xl: {
|
61
62
|
readonly size: 20;
|
62
63
|
readonly lineHeight: 28;
|
63
64
|
readonly family: {
|
@@ -67,6 +68,16 @@ declare const fonts: {
|
|
67
68
|
readonly bold: "HelveticaNowTextBold";
|
68
69
|
};
|
69
70
|
};
|
71
|
+
readonly lg: {
|
72
|
+
readonly size: 18;
|
73
|
+
readonly lineHeight: 25;
|
74
|
+
readonly family: {
|
75
|
+
readonly light: "HelveticaNowTextLight";
|
76
|
+
readonly reg: "HelveticaNowTextRegular";
|
77
|
+
readonly med: "HelveticaNowTextMedium";
|
78
|
+
readonly bold: "HelveticaNowTextBold";
|
79
|
+
};
|
80
|
+
};
|
70
81
|
readonly default: {
|
71
82
|
readonly size: 16;
|
72
83
|
readonly lineHeight: 22;
|
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;
|
@@ -27,7 +28,7 @@ declare const colors: {
|
|
27
28
|
readonly danger: "#FF801B";
|
28
29
|
};
|
29
30
|
declare const fonts: {
|
30
|
-
readonly "
|
31
|
+
readonly "4xl": {
|
31
32
|
readonly size: 40;
|
32
33
|
readonly lineHeight: 48;
|
33
34
|
readonly family: {
|
@@ -37,7 +38,7 @@ declare const fonts: {
|
|
37
38
|
readonly bold: "HelveticaNowDisplayBold";
|
38
39
|
};
|
39
40
|
};
|
40
|
-
readonly "
|
41
|
+
readonly "3xl": {
|
41
42
|
readonly size: 28;
|
42
43
|
readonly lineHeight: 36;
|
43
44
|
readonly family: {
|
@@ -47,7 +48,7 @@ declare const fonts: {
|
|
47
48
|
readonly bold: "HelveticaNowTextBold";
|
48
49
|
};
|
49
50
|
};
|
50
|
-
readonly
|
51
|
+
readonly "2xl": {
|
51
52
|
readonly size: 24;
|
52
53
|
readonly lineHeight: 28;
|
53
54
|
readonly family: {
|
@@ -57,7 +58,7 @@ declare const fonts: {
|
|
57
58
|
readonly bold: "HelveticaNowTextBold";
|
58
59
|
};
|
59
60
|
};
|
60
|
-
readonly
|
61
|
+
readonly xl: {
|
61
62
|
readonly size: 20;
|
62
63
|
readonly lineHeight: 28;
|
63
64
|
readonly family: {
|
@@ -67,6 +68,16 @@ declare const fonts: {
|
|
67
68
|
readonly bold: "HelveticaNowTextBold";
|
68
69
|
};
|
69
70
|
};
|
71
|
+
readonly lg: {
|
72
|
+
readonly size: 18;
|
73
|
+
readonly lineHeight: 25;
|
74
|
+
readonly family: {
|
75
|
+
readonly light: "HelveticaNowTextLight";
|
76
|
+
readonly reg: "HelveticaNowTextRegular";
|
77
|
+
readonly med: "HelveticaNowTextMedium";
|
78
|
+
readonly bold: "HelveticaNowTextBold";
|
79
|
+
};
|
80
|
+
};
|
70
81
|
readonly default: {
|
71
82
|
readonly size: 16;
|
72
83
|
readonly lineHeight: 22;
|
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",
|
@@ -58,7 +59,7 @@ var colors = {
|
|
58
59
|
danger: orange
|
59
60
|
};
|
60
61
|
var fonts = {
|
61
|
-
"
|
62
|
+
"4xl": {
|
62
63
|
size: 40,
|
63
64
|
lineHeight: 48,
|
64
65
|
family: {
|
@@ -68,7 +69,7 @@ var fonts = {
|
|
68
69
|
bold: "HelveticaNowDisplayBold"
|
69
70
|
}
|
70
71
|
},
|
71
|
-
"
|
72
|
+
"3xl": {
|
72
73
|
size: 28,
|
73
74
|
lineHeight: 36,
|
74
75
|
family: {
|
@@ -78,7 +79,7 @@ var fonts = {
|
|
78
79
|
bold: "HelveticaNowTextBold"
|
79
80
|
}
|
80
81
|
},
|
81
|
-
|
82
|
+
"2xl": {
|
82
83
|
size: 24,
|
83
84
|
lineHeight: 28,
|
84
85
|
family: {
|
@@ -88,7 +89,7 @@ var fonts = {
|
|
88
89
|
bold: "HelveticaNowTextBold"
|
89
90
|
}
|
90
91
|
},
|
91
|
-
|
92
|
+
xl: {
|
92
93
|
size: 20,
|
93
94
|
lineHeight: 28,
|
94
95
|
family: {
|
@@ -98,6 +99,16 @@ var fonts = {
|
|
98
99
|
bold: "HelveticaNowTextBold"
|
99
100
|
}
|
100
101
|
},
|
102
|
+
lg: {
|
103
|
+
size: 18,
|
104
|
+
lineHeight: 25,
|
105
|
+
family: {
|
106
|
+
light: "HelveticaNowTextLight",
|
107
|
+
reg: "HelveticaNowTextRegular",
|
108
|
+
med: "HelveticaNowTextMedium",
|
109
|
+
bold: "HelveticaNowTextBold"
|
110
|
+
}
|
111
|
+
},
|
101
112
|
default: {
|
102
113
|
size: 16,
|
103
114
|
lineHeight: 22,
|
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",
|
@@ -31,7 +32,7 @@ var colors = {
|
|
31
32
|
danger: orange
|
32
33
|
};
|
33
34
|
var fonts = {
|
34
|
-
"
|
35
|
+
"4xl": {
|
35
36
|
size: 40,
|
36
37
|
lineHeight: 48,
|
37
38
|
family: {
|
@@ -41,7 +42,7 @@ var fonts = {
|
|
41
42
|
bold: "HelveticaNowDisplayBold"
|
42
43
|
}
|
43
44
|
},
|
44
|
-
"
|
45
|
+
"3xl": {
|
45
46
|
size: 28,
|
46
47
|
lineHeight: 36,
|
47
48
|
family: {
|
@@ -51,7 +52,7 @@ var fonts = {
|
|
51
52
|
bold: "HelveticaNowTextBold"
|
52
53
|
}
|
53
54
|
},
|
54
|
-
|
55
|
+
"2xl": {
|
55
56
|
size: 24,
|
56
57
|
lineHeight: 28,
|
57
58
|
family: {
|
@@ -61,7 +62,7 @@ var fonts = {
|
|
61
62
|
bold: "HelveticaNowTextBold"
|
62
63
|
}
|
63
64
|
},
|
64
|
-
|
65
|
+
xl: {
|
65
66
|
size: 20,
|
66
67
|
lineHeight: 28,
|
67
68
|
family: {
|
@@ -71,6 +72,16 @@ var fonts = {
|
|
71
72
|
bold: "HelveticaNowTextBold"
|
72
73
|
}
|
73
74
|
},
|
75
|
+
lg: {
|
76
|
+
size: 18,
|
77
|
+
lineHeight: 25,
|
78
|
+
family: {
|
79
|
+
light: "HelveticaNowTextLight",
|
80
|
+
reg: "HelveticaNowTextRegular",
|
81
|
+
med: "HelveticaNowTextMedium",
|
82
|
+
bold: "HelveticaNowTextBold"
|
83
|
+
}
|
84
|
+
},
|
74
85
|
default: {
|
75
86
|
size: 16,
|
76
87
|
lineHeight: 22,
|
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",
|
@@ -34,7 +35,7 @@ export const colors = {
|
|
34
35
|
} as const;
|
35
36
|
|
36
37
|
export const fonts = {
|
37
|
-
"
|
38
|
+
"4xl": {
|
38
39
|
size: 40,
|
39
40
|
lineHeight: 48,
|
40
41
|
family: {
|
@@ -44,7 +45,7 @@ export const fonts = {
|
|
44
45
|
bold: "HelveticaNowDisplayBold",
|
45
46
|
},
|
46
47
|
},
|
47
|
-
"
|
48
|
+
"3xl": {
|
48
49
|
size: 28,
|
49
50
|
lineHeight: 36,
|
50
51
|
family: {
|
@@ -54,7 +55,7 @@ export const fonts = {
|
|
54
55
|
bold: "HelveticaNowTextBold",
|
55
56
|
},
|
56
57
|
},
|
57
|
-
|
58
|
+
"2xl": {
|
58
59
|
size: 24,
|
59
60
|
lineHeight: 28,
|
60
61
|
family: {
|
@@ -64,7 +65,7 @@ export const fonts = {
|
|
64
65
|
bold: "HelveticaNowTextBold",
|
65
66
|
},
|
66
67
|
},
|
67
|
-
|
68
|
+
xl: {
|
68
69
|
size: 20,
|
69
70
|
lineHeight: 28,
|
70
71
|
family: {
|
@@ -74,6 +75,16 @@ export const fonts = {
|
|
74
75
|
bold: "HelveticaNowTextBold",
|
75
76
|
},
|
76
77
|
},
|
78
|
+
lg: {
|
79
|
+
size: 18,
|
80
|
+
lineHeight: 25,
|
81
|
+
family: {
|
82
|
+
light: "HelveticaNowTextLight",
|
83
|
+
reg: "HelveticaNowTextRegular",
|
84
|
+
med: "HelveticaNowTextMedium",
|
85
|
+
bold: "HelveticaNowTextBold",
|
86
|
+
},
|
87
|
+
},
|
77
88
|
default: {
|
78
89
|
size: 16,
|
79
90
|
lineHeight: 22,
|