mayak-common-library 0.0.29 → 0.0.31
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.css +0 -189
- package/package.json +1 -1
- package/tailwind.config.js +19 -0
package/dist/index.css
CHANGED
|
@@ -60,195 +60,6 @@
|
|
|
60
60
|
object-position: center;
|
|
61
61
|
object-fit: cover;
|
|
62
62
|
}
|
|
63
|
-
@layer components {
|
|
64
|
-
.white-block-snack {
|
|
65
|
-
@apply bg-white px-[10px] py-[2px] w-fit font-extrabold text-12;
|
|
66
|
-
}
|
|
67
|
-
.black-block-snack {
|
|
68
|
-
@apply bg-dark py-[6px] px-[16px] w-fit text-white font-extrabold text-12;
|
|
69
|
-
}
|
|
70
|
-
.gray-block-snack {
|
|
71
|
-
@apply bg-gray-light px-[10px] w-fit text-12;
|
|
72
|
-
}
|
|
73
|
-
.border-block-snack {
|
|
74
|
-
@apply px-[10px] py-[2px] text-12 border-[1px] border-dark w-fit;
|
|
75
|
-
}
|
|
76
|
-
.border-gold-block-snack {
|
|
77
|
-
@apply w-fit px-[10px] py-[2px] text-gray border-[1px] border-gold font-extrabold text-12 group-hover/card:text-white group-hover/card:bg-gold;
|
|
78
|
-
}
|
|
79
|
-
.text-gold2 {
|
|
80
|
-
color: #99835F;
|
|
81
|
-
}
|
|
82
|
-
.text-gold {
|
|
83
|
-
color: #C8BCA1;
|
|
84
|
-
}
|
|
85
|
-
.text-gray {
|
|
86
|
-
color: #757575;
|
|
87
|
-
}
|
|
88
|
-
.text-34 {
|
|
89
|
-
font-size: 34px;
|
|
90
|
-
line-height: 38px;
|
|
91
|
-
@apply uppercase font-extrabold;
|
|
92
|
-
}
|
|
93
|
-
.text-32 {
|
|
94
|
-
font-size: 32px;
|
|
95
|
-
line-height: 35px;
|
|
96
|
-
@apply uppercase font-extrabold;
|
|
97
|
-
}
|
|
98
|
-
.text-100 {
|
|
99
|
-
font-size: 100px !important;
|
|
100
|
-
line-height: 110px !important;
|
|
101
|
-
}
|
|
102
|
-
.text-50 {
|
|
103
|
-
font-size: 50px;
|
|
104
|
-
line-height: 55px;
|
|
105
|
-
}
|
|
106
|
-
.text-40 {
|
|
107
|
-
font-size: 40px;
|
|
108
|
-
line-height: 48px;
|
|
109
|
-
}
|
|
110
|
-
.text-10 {
|
|
111
|
-
font-size: 10px;
|
|
112
|
-
line-height: 12px;
|
|
113
|
-
}
|
|
114
|
-
.text-12 {
|
|
115
|
-
font-size: 12px;
|
|
116
|
-
line-height: 16px;
|
|
117
|
-
}
|
|
118
|
-
.text-14 {
|
|
119
|
-
font-size: 14px;
|
|
120
|
-
line-height: 20px;
|
|
121
|
-
}
|
|
122
|
-
.text-14-gray {
|
|
123
|
-
font-size: 14px;
|
|
124
|
-
line-height: 20px;
|
|
125
|
-
color: #757575;
|
|
126
|
-
}
|
|
127
|
-
.text-14-bold {
|
|
128
|
-
font-size: 14px;
|
|
129
|
-
line-height: 20px;
|
|
130
|
-
@apply font-extrabold;
|
|
131
|
-
}
|
|
132
|
-
.text-16 {
|
|
133
|
-
font-size: 16px;
|
|
134
|
-
line-height: 20px;
|
|
135
|
-
}
|
|
136
|
-
.text-18 {
|
|
137
|
-
font-size: 18px;
|
|
138
|
-
line-height: 19px;
|
|
139
|
-
}
|
|
140
|
-
.text-20 {
|
|
141
|
-
font-size: 20px;
|
|
142
|
-
line-height: 22px;
|
|
143
|
-
@apply font-extrabold uppercase;
|
|
144
|
-
}
|
|
145
|
-
.text-26 {
|
|
146
|
-
font-size: 26px;
|
|
147
|
-
line-height: 31px;
|
|
148
|
-
@apply font-extrabold;
|
|
149
|
-
}
|
|
150
|
-
.text-30 {
|
|
151
|
-
font-size: 30px;
|
|
152
|
-
line-height: 33px;
|
|
153
|
-
}
|
|
154
|
-
.text-40 {
|
|
155
|
-
font-size: 40px;
|
|
156
|
-
line-height: 48px;
|
|
157
|
-
@apply uppercase font-extrabold;
|
|
158
|
-
}
|
|
159
|
-
.text-light {
|
|
160
|
-
color: #fff;
|
|
161
|
-
}
|
|
162
|
-
.text-dark {
|
|
163
|
-
color: #343434;
|
|
164
|
-
}
|
|
165
|
-
.text-gold {
|
|
166
|
-
color: #C8BCA1;
|
|
167
|
-
}
|
|
168
|
-
.text-gray-light {
|
|
169
|
-
color: #F5F5F5;
|
|
170
|
-
}
|
|
171
|
-
.bg-gray-light {
|
|
172
|
-
background-color: #F5F5F5;
|
|
173
|
-
}
|
|
174
|
-
.bg-gray-medium {
|
|
175
|
-
background-color: #D0CED2;
|
|
176
|
-
}
|
|
177
|
-
.bg-gray {
|
|
178
|
-
background-color: #757575;
|
|
179
|
-
}
|
|
180
|
-
.bg-dark {
|
|
181
|
-
background-color: #343434;
|
|
182
|
-
}
|
|
183
|
-
.bg-light {
|
|
184
|
-
background-color: #fff;
|
|
185
|
-
}
|
|
186
|
-
.bg-gold {
|
|
187
|
-
background-color: #C8BCA1;
|
|
188
|
-
}
|
|
189
|
-
.border-custom-gray {
|
|
190
|
-
border-color: #757575;
|
|
191
|
-
}
|
|
192
|
-
.border-dark {
|
|
193
|
-
border-color: #343434;
|
|
194
|
-
}
|
|
195
|
-
.border-custom-dark {
|
|
196
|
-
border-color: #343434;
|
|
197
|
-
}
|
|
198
|
-
.border-gold {
|
|
199
|
-
border-color: #C8BCA1;
|
|
200
|
-
}
|
|
201
|
-
.border-gold2 {
|
|
202
|
-
border-color: #99835F;
|
|
203
|
-
}
|
|
204
|
-
.big-title {
|
|
205
|
-
@apply uppercase font-extrabold text-34;
|
|
206
|
-
}
|
|
207
|
-
.block-gold {
|
|
208
|
-
@apply bg-gold py-[30px] px-[40px] flex flex-col;
|
|
209
|
-
}
|
|
210
|
-
.block-simple-border {
|
|
211
|
-
@apply block border-[1px] py-[16px] px-[24px] text-14 w-fit border-dark;
|
|
212
|
-
}
|
|
213
|
-
.block-white-wrapper {
|
|
214
|
-
@apply text-32 bg-white py-[20px] px-[30px] block;
|
|
215
|
-
}
|
|
216
|
-
.block-white {
|
|
217
|
-
@apply bg-white py-[30px] px-[40px];
|
|
218
|
-
}
|
|
219
|
-
.block-center {
|
|
220
|
-
@apply block mx-auto w-fit;
|
|
221
|
-
}
|
|
222
|
-
.filter-gold2 {
|
|
223
|
-
filter: invert(64%) sepia(5%) saturate(2284%) hue-rotate(358deg) brightness(81%) contrast(87%);
|
|
224
|
-
}
|
|
225
|
-
.filter-gray {
|
|
226
|
-
filter: invert(50%) sepia(10%) saturate(17%) hue-rotate(354deg) brightness(89%) contrast(90%);
|
|
227
|
-
}
|
|
228
|
-
.filter-dark {
|
|
229
|
-
filter: invert(18%) sepia(13%) saturate(19%) hue-rotate(5deg) brightness(60%) contrast(90%);
|
|
230
|
-
}
|
|
231
|
-
.trim-2 {
|
|
232
|
-
display: -webkit-box;
|
|
233
|
-
-webkit-box-orient: vertical;
|
|
234
|
-
overflow: hidden;
|
|
235
|
-
-webkit-line-clamp: 2;
|
|
236
|
-
}
|
|
237
|
-
.trim-4 {
|
|
238
|
-
display: -webkit-box;
|
|
239
|
-
-webkit-box-orient: vertical;
|
|
240
|
-
overflow: hidden;
|
|
241
|
-
-webkit-line-clamp: 4;
|
|
242
|
-
}
|
|
243
|
-
.container-mini {
|
|
244
|
-
width: 100%;
|
|
245
|
-
margin-left: auto;
|
|
246
|
-
box-sizing: border-box;
|
|
247
|
-
margin-right: auto;
|
|
248
|
-
display: block;
|
|
249
|
-
max-width: 745px;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
63
|
.richTextBlock {
|
|
253
64
|
line-height: 24px;
|
|
254
65
|
}
|
package/package.json
CHANGED
package/tailwind.config.js
CHANGED
|
@@ -15,6 +15,25 @@ module.exports = {
|
|
|
15
15
|
boxShadow: {
|
|
16
16
|
sm: "0 8px 24px 0 #00000029",
|
|
17
17
|
},
|
|
18
|
+
fontSize: {
|
|
19
|
+
10: ["10px", "12px"],
|
|
20
|
+
12: ["12px", "16px"],
|
|
21
|
+
14: ["14px", "20px"],
|
|
22
|
+
16: ["16px", "20px"],
|
|
23
|
+
18: ["18px", "19px"],
|
|
24
|
+
20: ["20px", "22px"],
|
|
25
|
+
26: ["26px", "31px"],
|
|
26
|
+
30: ["30px", "33px"],
|
|
27
|
+
32: ["32px", "35px"],
|
|
28
|
+
34: ["34px", "38px"],
|
|
29
|
+
40: ["40px", "48px"],
|
|
30
|
+
50: ["50px", "55px"],
|
|
31
|
+
100: ["100px", "110px"],
|
|
32
|
+
},
|
|
33
|
+
fontWeight: {
|
|
34
|
+
400: 400,
|
|
35
|
+
800: 800,
|
|
36
|
+
},
|
|
18
37
|
colors: {
|
|
19
38
|
"accent-dark": "#343434",
|
|
20
39
|
"accent-white": "#ffffff",
|