@jetbrains/kotlin-web-site-ui 4.0.0-alpha.0 → 4.0.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.
- package/out/components/grid/index.css +294 -294
- package/out/components/typography/index.css +22 -22
- package/package.json +2 -1
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
--rs-font-family-ui: var(--ktl-font-family-inter);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
.ktl-hero {
|
|
22
22
|
font-family: var(--ktl-font-family-inter);
|
|
23
23
|
color: var(--ktl-light-text-hard);
|
|
24
24
|
font-weight: normal;
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
margin: 0;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
.ktl-hero_theme_dark {
|
|
32
32
|
color: #fff;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
@media (min-width: 1200px) {
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
.ktl-hero {
|
|
38
38
|
font-size: 64px;
|
|
39
39
|
line-height: 72px;
|
|
40
40
|
letter-spacing: -3px
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
.ktl-h1 {
|
|
45
45
|
font-family: var(--ktl-font-family-inter);
|
|
46
46
|
color: var(--ktl-light-text-hard);
|
|
47
47
|
font-weight: normal;
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
margin: 0;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
.ktl-h1_theme_dark {
|
|
55
55
|
color: #fff;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
@media (min-width: 1200px) {
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
.ktl-h1 {
|
|
61
61
|
font-size: 43px;
|
|
62
62
|
line-height: 48px
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
.ktl-h2 {
|
|
68
68
|
font-family: var(--ktl-font-family-inter);
|
|
69
69
|
color: var(--ktl-light-text-hard);
|
|
70
70
|
font-weight: 500;
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
.ktl-h2_theme_dark {
|
|
79
79
|
color: #fff;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
@media (min-width: 1200px) {
|
|
83
83
|
|
|
84
|
-
|
|
84
|
+
.ktl-h2 {
|
|
85
85
|
font-size: 31px;
|
|
86
86
|
line-height: 40px
|
|
87
87
|
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
|
|
92
|
+
.ktl-subtitle {
|
|
93
93
|
font-family: var(--ktl-font-family-inter);
|
|
94
94
|
color: var(--ktl-light-text-hard);
|
|
95
95
|
font-weight: normal;
|
|
@@ -98,19 +98,19 @@
|
|
|
98
98
|
margin: 0;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
.ktl-subtitle_theme_dark {
|
|
102
102
|
color: #fff;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
@media (min-width: 1200px) {
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
.ktl-subtitle {
|
|
108
108
|
font-size: 31px;
|
|
109
109
|
line-height: 40px
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
.ktl-h3 {
|
|
114
114
|
font-family: var(--ktl-font-family-inter);
|
|
115
115
|
color: var(--ktl-light-text-hard);
|
|
116
116
|
font-weight: 600;
|
|
@@ -119,11 +119,11 @@
|
|
|
119
119
|
margin: 0;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
.ktl-h3_theme_dark {
|
|
123
123
|
color: #fff;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
|
|
126
|
+
.ktl-h4 {
|
|
127
127
|
font-family: var(--ktl-font-family-inter);
|
|
128
128
|
color: var(--ktl-light-text-hard);
|
|
129
129
|
font-weight: 600;
|
|
@@ -132,11 +132,11 @@
|
|
|
132
132
|
margin: 0;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
|
|
135
|
+
.ktl-h4_theme_dark {
|
|
136
136
|
color: #fff;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
|
|
139
|
+
.ktl-text-1 {
|
|
140
140
|
font-family: var(--ktl-font-family-inter);
|
|
141
141
|
color: var(--ktl-light-text-hard);
|
|
142
142
|
font-weight: normal;
|
|
@@ -145,11 +145,11 @@
|
|
|
145
145
|
margin: 0;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
.ktl-text-1_theme_dark {
|
|
149
149
|
color: #fff;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
|
|
152
|
+
.ktl-text-2 {
|
|
153
153
|
font-family: var(--ktl-font-family-inter);
|
|
154
154
|
color: var(--ktl-light-text-hard);
|
|
155
155
|
font-weight: normal;
|
|
@@ -158,11 +158,11 @@
|
|
|
158
158
|
margin: 0;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
|
|
161
|
+
.ktl-text-2_theme_dark {
|
|
162
162
|
color: #fff;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
|
|
165
|
+
.ktl-text-3 {
|
|
166
166
|
font-family: var(--ktl-font-family-inter);
|
|
167
167
|
color: var(--ktl-light-text-hard);
|
|
168
168
|
font-weight: normal;
|
|
@@ -171,6 +171,6 @@
|
|
|
171
171
|
margin: 0;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
|
-
|
|
174
|
+
.ktl-text-3_theme_dark {
|
|
175
175
|
color: #fff;
|
|
176
176
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/kotlin-web-site-ui",
|
|
3
3
|
"description": "UI components for Kotlin web sites development",
|
|
4
|
-
"version": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
7
7
|
"files": [
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"postcss-loader": "^5.2.0",
|
|
98
98
|
"postcss-mixins": "^7.0.3",
|
|
99
99
|
"postcss-nested": "^5.0.5",
|
|
100
|
+
"postcss-remove-global": "^0.1.1",
|
|
100
101
|
"prettier": "2.2.1",
|
|
101
102
|
"query-string": "^7.0.1",
|
|
102
103
|
"react": "^16.8.6",
|