mayak-common-library 0.0.13 → 0.0.15
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 +151 -457
- package/dist/index.css.map +1 -0
- package/dist/index.d.mts +45 -2
- package/dist/index.d.ts +45 -2
- package/dist/index.js +252 -9
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +245 -9
- package/dist/index.mjs.map +1 -0
- package/package.json +3 -1
- package/tailwind.config.js +8 -0
package/dist/index.css
CHANGED
|
@@ -32,501 +32,195 @@
|
|
|
32
32
|
animation: fade-In 0.5s;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
/* src/styles/globals.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
--tw-border-spacing-y: 0;
|
|
41
|
-
--tw-translate-x: 0;
|
|
42
|
-
--tw-translate-y: 0;
|
|
43
|
-
--tw-rotate: 0;
|
|
44
|
-
--tw-skew-x: 0;
|
|
45
|
-
--tw-skew-y: 0;
|
|
46
|
-
--tw-scale-x: 1;
|
|
47
|
-
--tw-scale-y: 1;
|
|
48
|
-
--tw-pan-x: ;
|
|
49
|
-
--tw-pan-y: ;
|
|
50
|
-
--tw-pinch-zoom: ;
|
|
51
|
-
--tw-scroll-snap-strictness: proximity;
|
|
52
|
-
--tw-gradient-from-position: ;
|
|
53
|
-
--tw-gradient-via-position: ;
|
|
54
|
-
--tw-gradient-to-position: ;
|
|
55
|
-
--tw-ordinal: ;
|
|
56
|
-
--tw-slashed-zero: ;
|
|
57
|
-
--tw-numeric-figure: ;
|
|
58
|
-
--tw-numeric-spacing: ;
|
|
59
|
-
--tw-numeric-fraction: ;
|
|
60
|
-
--tw-ring-inset: ;
|
|
61
|
-
--tw-ring-offset-width: 0px;
|
|
62
|
-
--tw-ring-offset-color: #fff;
|
|
63
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
64
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
65
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
66
|
-
--tw-shadow: 0 0 #0000;
|
|
67
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
68
|
-
--tw-blur: ;
|
|
69
|
-
--tw-brightness: ;
|
|
70
|
-
--tw-contrast: ;
|
|
71
|
-
--tw-grayscale: ;
|
|
72
|
-
--tw-hue-rotate: ;
|
|
73
|
-
--tw-invert: ;
|
|
74
|
-
--tw-saturate: ;
|
|
75
|
-
--tw-sepia: ;
|
|
76
|
-
--tw-drop-shadow: ;
|
|
77
|
-
--tw-backdrop-blur: ;
|
|
78
|
-
--tw-backdrop-brightness: ;
|
|
79
|
-
--tw-backdrop-contrast: ;
|
|
80
|
-
--tw-backdrop-grayscale: ;
|
|
81
|
-
--tw-backdrop-hue-rotate: ;
|
|
82
|
-
--tw-backdrop-invert: ;
|
|
83
|
-
--tw-backdrop-opacity: ;
|
|
84
|
-
--tw-backdrop-saturate: ;
|
|
85
|
-
--tw-backdrop-sepia: ;
|
|
86
|
-
--tw-contain-size: ;
|
|
87
|
-
--tw-contain-layout: ;
|
|
88
|
-
--tw-contain-paint: ;
|
|
89
|
-
--tw-contain-style: ;
|
|
90
|
-
}
|
|
91
|
-
::backdrop {
|
|
92
|
-
--tw-border-spacing-x: 0;
|
|
93
|
-
--tw-border-spacing-y: 0;
|
|
94
|
-
--tw-translate-x: 0;
|
|
95
|
-
--tw-translate-y: 0;
|
|
96
|
-
--tw-rotate: 0;
|
|
97
|
-
--tw-skew-x: 0;
|
|
98
|
-
--tw-skew-y: 0;
|
|
99
|
-
--tw-scale-x: 1;
|
|
100
|
-
--tw-scale-y: 1;
|
|
101
|
-
--tw-pan-x: ;
|
|
102
|
-
--tw-pan-y: ;
|
|
103
|
-
--tw-pinch-zoom: ;
|
|
104
|
-
--tw-scroll-snap-strictness: proximity;
|
|
105
|
-
--tw-gradient-from-position: ;
|
|
106
|
-
--tw-gradient-via-position: ;
|
|
107
|
-
--tw-gradient-to-position: ;
|
|
108
|
-
--tw-ordinal: ;
|
|
109
|
-
--tw-slashed-zero: ;
|
|
110
|
-
--tw-numeric-figure: ;
|
|
111
|
-
--tw-numeric-spacing: ;
|
|
112
|
-
--tw-numeric-fraction: ;
|
|
113
|
-
--tw-ring-inset: ;
|
|
114
|
-
--tw-ring-offset-width: 0px;
|
|
115
|
-
--tw-ring-offset-color: #fff;
|
|
116
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
117
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
118
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
119
|
-
--tw-shadow: 0 0 #0000;
|
|
120
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
121
|
-
--tw-blur: ;
|
|
122
|
-
--tw-brightness: ;
|
|
123
|
-
--tw-contrast: ;
|
|
124
|
-
--tw-grayscale: ;
|
|
125
|
-
--tw-hue-rotate: ;
|
|
126
|
-
--tw-invert: ;
|
|
127
|
-
--tw-saturate: ;
|
|
128
|
-
--tw-sepia: ;
|
|
129
|
-
--tw-drop-shadow: ;
|
|
130
|
-
--tw-backdrop-blur: ;
|
|
131
|
-
--tw-backdrop-brightness: ;
|
|
132
|
-
--tw-backdrop-contrast: ;
|
|
133
|
-
--tw-backdrop-grayscale: ;
|
|
134
|
-
--tw-backdrop-hue-rotate: ;
|
|
135
|
-
--tw-backdrop-invert: ;
|
|
136
|
-
--tw-backdrop-opacity: ;
|
|
137
|
-
--tw-backdrop-saturate: ;
|
|
138
|
-
--tw-backdrop-sepia: ;
|
|
139
|
-
--tw-contain-size: ;
|
|
140
|
-
--tw-contain-layout: ;
|
|
141
|
-
--tw-contain-paint: ;
|
|
142
|
-
--tw-contain-style: ;
|
|
143
|
-
}
|
|
144
|
-
.container {
|
|
145
|
-
width: 100%;
|
|
146
|
-
}
|
|
147
|
-
@media (min-width: 640px) {
|
|
148
|
-
.container {
|
|
149
|
-
max-width: 640px;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
@media (min-width: 768px) {
|
|
153
|
-
.container {
|
|
154
|
-
max-width: 768px;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
@media (min-width: 1024px) {
|
|
158
|
-
.container {
|
|
159
|
-
max-width: 1024px;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
@media (min-width: 1280px) {
|
|
163
|
-
.container {
|
|
164
|
-
max-width: 1280px;
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
@media (min-width: 1536px) {
|
|
168
|
-
.container {
|
|
169
|
-
max-width: 1536px;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
.nav-item.active {
|
|
173
|
-
--tw-text-opacity: 1;
|
|
174
|
-
color: rgb(200 188 161 / var(--tw-text-opacity));
|
|
175
|
-
}
|
|
176
|
-
.nav-item {
|
|
177
|
-
padding: 0.5rem;
|
|
178
|
-
--tw-text-opacity: 1;
|
|
179
|
-
color: rgb(52 52 52 / var(--tw-text-opacity));
|
|
180
|
-
text-decoration: none;
|
|
181
|
-
cursor: pointer;
|
|
182
|
-
font-weight: 800;
|
|
183
|
-
font-size: 12px;
|
|
184
|
-
text-transform: uppercase;
|
|
185
|
-
}
|
|
186
|
-
.nav-indicator {
|
|
187
|
-
position: absolute;
|
|
188
|
-
top: 0px;
|
|
189
|
-
border-radius: 9999px;
|
|
190
|
-
--tw-bg-opacity: 1;
|
|
191
|
-
background-color: rgb(200 188 161 / var(--tw-bg-opacity));
|
|
192
|
-
width: 7px;
|
|
193
|
-
height: 7px;
|
|
194
|
-
transition: transform 0.3s ease-out;
|
|
195
|
-
}
|
|
196
|
-
body :is(.absolute) {
|
|
197
|
-
position: absolute;
|
|
198
|
-
}
|
|
199
|
-
body :is(.relative) {
|
|
200
|
-
position: relative;
|
|
201
|
-
}
|
|
202
|
-
body :is(.z-50) {
|
|
203
|
-
z-index: 50;
|
|
204
|
-
}
|
|
205
|
-
body :is(.ml-0) {
|
|
206
|
-
margin-left: 0px;
|
|
207
|
-
}
|
|
208
|
-
body :is(.flex) {
|
|
209
|
-
display: flex;
|
|
210
|
-
}
|
|
211
|
-
body :is(.h-12) {
|
|
212
|
-
height: 3rem;
|
|
213
|
-
}
|
|
214
|
-
body :is(.h-6) {
|
|
215
|
-
height: 1.5rem;
|
|
216
|
-
}
|
|
217
|
-
body :is(.h-8) {
|
|
218
|
-
height: 2rem;
|
|
219
|
-
}
|
|
220
|
-
body :is(.h-9) {
|
|
221
|
-
height: 2.25rem;
|
|
222
|
-
}
|
|
223
|
-
body :is(.h-fit) {
|
|
224
|
-
height: -moz-fit-content;
|
|
225
|
-
height: fit-content;
|
|
226
|
-
}
|
|
227
|
-
body :is(.w-fit) {
|
|
228
|
-
width: -moz-fit-content;
|
|
35
|
+
/* src/styles/globals.scss */
|
|
36
|
+
@tailwind base;
|
|
37
|
+
@tailwind components;
|
|
38
|
+
@tailwind utilities;
|
|
39
|
+
.button {
|
|
229
40
|
width: fit-content;
|
|
41
|
+
padding: 12px 30px;
|
|
42
|
+
text-transform: unset;
|
|
43
|
+
border-radius: 0;
|
|
44
|
+
min-width: 145px;
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
line-height: 16px;
|
|
47
|
+
box-shadow: none;
|
|
230
48
|
}
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
body :is(.transform) {
|
|
235
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
236
|
-
}
|
|
237
|
-
body :is(.flex-row) {
|
|
238
|
-
flex-direction: row;
|
|
239
|
-
}
|
|
240
|
-
body :is(.flex-row-reverse) {
|
|
241
|
-
flex-direction: row-reverse;
|
|
242
|
-
}
|
|
243
|
-
body :is(.flex-col) {
|
|
244
|
-
flex-direction: column;
|
|
245
|
-
}
|
|
246
|
-
body :is(.flex-wrap) {
|
|
247
|
-
flex-wrap: wrap;
|
|
248
|
-
}
|
|
249
|
-
body :is(.flex-nowrap) {
|
|
250
|
-
flex-wrap: nowrap;
|
|
251
|
-
}
|
|
252
|
-
body :is(.justify-start) {
|
|
253
|
-
justify-content: flex-start;
|
|
49
|
+
.button_dark {
|
|
50
|
+
background-color: #343434;
|
|
51
|
+
color: #fff;
|
|
254
52
|
}
|
|
255
|
-
|
|
256
|
-
|
|
53
|
+
.button_dark:hover {
|
|
54
|
+
background-color: #343434;
|
|
257
55
|
}
|
|
258
|
-
|
|
259
|
-
|
|
56
|
+
.border-gray {
|
|
57
|
+
border-color: #757575;
|
|
260
58
|
}
|
|
261
|
-
|
|
262
|
-
|
|
59
|
+
.border-dark {
|
|
60
|
+
border-color: #343434;
|
|
263
61
|
}
|
|
264
|
-
|
|
265
|
-
|
|
62
|
+
.border-gold {
|
|
63
|
+
border-color: #C8BCA1;
|
|
266
64
|
}
|
|
267
|
-
|
|
268
|
-
|
|
65
|
+
.border-gold2 {
|
|
66
|
+
border-color: #99835F;
|
|
269
67
|
}
|
|
270
|
-
|
|
271
|
-
|
|
68
|
+
.text-100 {
|
|
69
|
+
font-size: 100px;
|
|
70
|
+
line-height: 110px;
|
|
272
71
|
}
|
|
273
|
-
|
|
274
|
-
|
|
72
|
+
.text-40 {
|
|
73
|
+
font-size: 40px;
|
|
74
|
+
line-height: 48px;
|
|
275
75
|
}
|
|
276
|
-
|
|
277
|
-
|
|
76
|
+
.text-34 {
|
|
77
|
+
font-size: 34px;
|
|
78
|
+
line-height: 38px;
|
|
278
79
|
}
|
|
279
|
-
|
|
280
|
-
|
|
80
|
+
.text-10 {
|
|
81
|
+
font-size: 10px;
|
|
82
|
+
line-height: 12px;
|
|
281
83
|
}
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
286
|
-
}
|
|
287
|
-
body :is(.self-end) {
|
|
288
|
-
align-self: flex-end;
|
|
289
|
-
}
|
|
290
|
-
body :is(.rounded-none) {
|
|
291
|
-
border-radius: 0px;
|
|
292
|
-
}
|
|
293
|
-
body :is(.border) {
|
|
294
|
-
border-width: 1px;
|
|
295
|
-
}
|
|
296
|
-
body :is(.border-b) {
|
|
297
|
-
border-bottom-width: 1px;
|
|
298
|
-
}
|
|
299
|
-
body :is(.border-solid) {
|
|
300
|
-
border-style: solid;
|
|
301
|
-
}
|
|
302
|
-
body :is(.border-none) {
|
|
303
|
-
border-style: none;
|
|
304
|
-
}
|
|
305
|
-
body :is(.\!border-transparent) {
|
|
306
|
-
border-color: transparent !important;
|
|
307
|
-
}
|
|
308
|
-
body :is(.border-accent-beige) {
|
|
309
|
-
--tw-border-opacity: 1;
|
|
310
|
-
border-color: rgb(200 188 161 / var(--tw-border-opacity));
|
|
311
|
-
}
|
|
312
|
-
body :is(.border-accent-dark) {
|
|
313
|
-
--tw-border-opacity: 1;
|
|
314
|
-
border-color: rgb(52 52 52 / var(--tw-border-opacity));
|
|
315
|
-
}
|
|
316
|
-
body :is(.border-black) {
|
|
317
|
-
--tw-border-opacity: 1;
|
|
318
|
-
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
319
|
-
}
|
|
320
|
-
body :is(.bg-accent-beige) {
|
|
321
|
-
--tw-bg-opacity: 1;
|
|
322
|
-
background-color: rgb(200 188 161 / var(--tw-bg-opacity));
|
|
323
|
-
}
|
|
324
|
-
body :is(.bg-accent-dark) {
|
|
325
|
-
--tw-bg-opacity: 1;
|
|
326
|
-
background-color: rgb(52 52 52 / var(--tw-bg-opacity));
|
|
84
|
+
.text-12 {
|
|
85
|
+
font-size: 12px;
|
|
86
|
+
line-height: 16px;
|
|
327
87
|
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
88
|
+
.text-16 {
|
|
89
|
+
font-size: 16px;
|
|
90
|
+
line-height: 19px;
|
|
331
91
|
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
92
|
+
.text-18 {
|
|
93
|
+
font-size: 18px;
|
|
94
|
+
line-height: 19px;
|
|
335
95
|
}
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
96
|
+
.text-light {
|
|
97
|
+
color: #fff;
|
|
339
98
|
}
|
|
340
|
-
|
|
341
|
-
|
|
99
|
+
.text-dark {
|
|
100
|
+
color: #343434;
|
|
342
101
|
}
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
102
|
+
.text-gold {
|
|
103
|
+
color: #C8BCA1;
|
|
346
104
|
}
|
|
347
|
-
|
|
348
|
-
|
|
105
|
+
.text-gray {
|
|
106
|
+
color: #757575;
|
|
349
107
|
}
|
|
350
|
-
|
|
351
|
-
|
|
108
|
+
.text-gray-light {
|
|
109
|
+
color: #F5F5F5;
|
|
352
110
|
}
|
|
353
|
-
|
|
354
|
-
|
|
111
|
+
.bg-gray-light {
|
|
112
|
+
background-color: #F5F5F5;
|
|
355
113
|
}
|
|
356
|
-
|
|
357
|
-
|
|
114
|
+
.bg-gray-medium {
|
|
115
|
+
background-color: #D0CED2;
|
|
358
116
|
}
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
padding-right: 2.5rem;
|
|
117
|
+
.bg-gray {
|
|
118
|
+
background-color: #757575;
|
|
362
119
|
}
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
padding-right: 0.5rem;
|
|
120
|
+
.bg-dark {
|
|
121
|
+
background-color: #343434;
|
|
366
122
|
}
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
padding-right: 0.625rem;
|
|
123
|
+
.bg-light {
|
|
124
|
+
background-color: #fff;
|
|
370
125
|
}
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
padding-right: 0.75rem;
|
|
126
|
+
.bg-gold {
|
|
127
|
+
background-color: #C8BCA1;
|
|
374
128
|
}
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
padding-right: 1rem;
|
|
129
|
+
.customImage {
|
|
130
|
+
position: relative;
|
|
378
131
|
}
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
132
|
+
.customImage img {
|
|
133
|
+
object-position: center;
|
|
134
|
+
object-fit: cover;
|
|
382
135
|
}
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
136
|
+
@layer components {
|
|
137
|
+
.white-block-snack {
|
|
138
|
+
@apply bg-white px-[10px] py-[2px] w-fit font-extrabold text-12;
|
|
139
|
+
}
|
|
140
|
+
.black-block-snack {
|
|
141
|
+
@apply bg-dark py-[6px] px-[16px] w-fit text-white font-extrabold text-12;
|
|
142
|
+
}
|
|
143
|
+
.gray-block-snack {
|
|
144
|
+
@apply bg-gray-light px-[10px] w-fit;
|
|
145
|
+
}
|
|
146
|
+
.border-block-snack {
|
|
147
|
+
@apply px-[10px] py-[2px] text-12 border-[1px] border-dark w-fit;
|
|
148
|
+
}
|
|
149
|
+
.border-gold-block-snack {
|
|
150
|
+
@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;
|
|
151
|
+
}
|
|
386
152
|
}
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
153
|
+
@layer components {
|
|
154
|
+
.nav-item.active {
|
|
155
|
+
@apply text-accent-beige;
|
|
156
|
+
}
|
|
157
|
+
.nav-item {
|
|
158
|
+
@apply p-2 text-accent-dark;
|
|
159
|
+
text-decoration: none;
|
|
160
|
+
cursor: pointer;
|
|
161
|
+
font-weight: 800;
|
|
162
|
+
font-size: 12px;
|
|
163
|
+
text-transform: uppercase;
|
|
164
|
+
}
|
|
165
|
+
.nav-indicator {
|
|
166
|
+
@apply absolute top-0 rounded-full bg-accent-beige;
|
|
167
|
+
width: 7px;
|
|
168
|
+
height: 7px;
|
|
169
|
+
transition: transform 0.3s ease-out;
|
|
170
|
+
}
|
|
390
171
|
}
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
172
|
+
@font-face {
|
|
173
|
+
font-family: RockStar;
|
|
174
|
+
src: url(fonts/RockStar/Rock\ Star_Regular_Web.woff2);
|
|
175
|
+
font-weight: 400;
|
|
394
176
|
}
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
177
|
+
@font-face {
|
|
178
|
+
font-family: RockStar;
|
|
179
|
+
src: url("fonts/RockStar/Rock Star_Extra Bold_Web.woff2");
|
|
180
|
+
font-weight: 800;
|
|
398
181
|
}
|
|
399
|
-
body
|
|
400
|
-
|
|
401
|
-
|
|
182
|
+
body {
|
|
183
|
+
max-width: 100vw;
|
|
184
|
+
overflow-x: hidden;
|
|
185
|
+
margin: 0;
|
|
186
|
+
display: flex;
|
|
187
|
+
flex-direction: column;
|
|
188
|
+
min-height: 100vh;
|
|
189
|
+
color: #343434;
|
|
190
|
+
background-color: #F5F5F5;
|
|
191
|
+
font-size: 14px;
|
|
192
|
+
line-height: 20px;
|
|
193
|
+
font-weight: 400;
|
|
194
|
+
font-family: RockStar, sans-serif;
|
|
402
195
|
}
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
line-height: 1.5rem;
|
|
196
|
+
main {
|
|
197
|
+
flex-grow: 1;
|
|
406
198
|
}
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
199
|
+
a {
|
|
200
|
+
color: inherit;
|
|
201
|
+
text-decoration: none;
|
|
410
202
|
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
line-height: 1rem;
|
|
203
|
+
*:focus-visible {
|
|
204
|
+
outline: none;
|
|
414
205
|
}
|
|
415
|
-
|
|
416
|
-
|
|
206
|
+
@media screen and (min-width: 1200px) {
|
|
207
|
+
.MuiContainer-root {
|
|
208
|
+
padding-left: 0;
|
|
209
|
+
padding-right: 0;
|
|
210
|
+
}
|
|
417
211
|
}
|
|
418
|
-
|
|
419
|
-
|
|
212
|
+
@media screen and (max-width: 1200px) {
|
|
213
|
+
.MuiContainer-root {
|
|
214
|
+
padding-left: 40px;
|
|
215
|
+
padding-right: 40px;
|
|
216
|
+
}
|
|
420
217
|
}
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
}
|
|
427
|
-
body :is(.leading-4) {
|
|
428
|
-
line-height: 1rem;
|
|
429
|
-
}
|
|
430
|
-
body :is(.leading-6) {
|
|
431
|
-
line-height: 1.5rem;
|
|
432
|
-
}
|
|
433
|
-
body :is(.text-accent-dark) {
|
|
434
|
-
--tw-text-opacity: 1;
|
|
435
|
-
color: rgb(52 52 52 / var(--tw-text-opacity));
|
|
436
|
-
}
|
|
437
|
-
body :is(.text-accent-silver-2) {
|
|
438
|
-
--tw-text-opacity: 1;
|
|
439
|
-
color: rgb(147 147 147 / var(--tw-text-opacity));
|
|
440
|
-
}
|
|
441
|
-
body :is(.text-accent-white) {
|
|
442
|
-
--tw-text-opacity: 1;
|
|
443
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
444
|
-
}
|
|
445
|
-
body :is(.text-white) {
|
|
446
|
-
--tw-text-opacity: 1;
|
|
447
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
448
|
-
}
|
|
449
|
-
body :is(.shadow-none) {
|
|
450
|
-
--tw-shadow: 0 0 #0000;
|
|
451
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
452
|
-
box-shadow:
|
|
453
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
454
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
455
|
-
var(--tw-shadow);
|
|
456
|
-
}
|
|
457
|
-
body :is(.shadow-sm) {
|
|
458
|
-
--tw-shadow: 0 8px 24px 0 #00000029;
|
|
459
|
-
--tw-shadow-colored: 0 8px 24px 0 var(--tw-shadow-color);
|
|
460
|
-
box-shadow:
|
|
461
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
462
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
463
|
-
var(--tw-shadow);
|
|
464
|
-
}
|
|
465
|
-
body :is(.invert) {
|
|
466
|
-
--tw-invert: invert(100%);
|
|
467
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
468
|
-
}
|
|
469
|
-
body :is(.sepia) {
|
|
470
|
-
--tw-sepia: sepia(100%);
|
|
471
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
472
|
-
}
|
|
473
|
-
body :is(.filter) {
|
|
474
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
475
|
-
}
|
|
476
|
-
body :is(.transition) {
|
|
477
|
-
transition-property:
|
|
478
|
-
color,
|
|
479
|
-
background-color,
|
|
480
|
-
border-color,
|
|
481
|
-
text-decoration-color,
|
|
482
|
-
fill,
|
|
483
|
-
stroke,
|
|
484
|
-
opacity,
|
|
485
|
-
box-shadow,
|
|
486
|
-
transform,
|
|
487
|
-
filter,
|
|
488
|
-
-webkit-backdrop-filter;
|
|
489
|
-
transition-property:
|
|
490
|
-
color,
|
|
491
|
-
background-color,
|
|
492
|
-
border-color,
|
|
493
|
-
text-decoration-color,
|
|
494
|
-
fill,
|
|
495
|
-
stroke,
|
|
496
|
-
opacity,
|
|
497
|
-
box-shadow,
|
|
498
|
-
transform,
|
|
499
|
-
filter,
|
|
500
|
-
backdrop-filter;
|
|
501
|
-
transition-property:
|
|
502
|
-
color,
|
|
503
|
-
background-color,
|
|
504
|
-
border-color,
|
|
505
|
-
text-decoration-color,
|
|
506
|
-
fill,
|
|
507
|
-
stroke,
|
|
508
|
-
opacity,
|
|
509
|
-
box-shadow,
|
|
510
|
-
transform,
|
|
511
|
-
filter,
|
|
512
|
-
backdrop-filter,
|
|
513
|
-
-webkit-backdrop-filter;
|
|
514
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
515
|
-
transition-duration: 150ms;
|
|
516
|
-
}
|
|
517
|
-
body :is(.ease-in-out) {
|
|
518
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
519
|
-
}
|
|
520
|
-
body :is(.hover\:bg-accent-beige:hover) {
|
|
521
|
-
--tw-bg-opacity: 1;
|
|
522
|
-
background-color: rgb(200 188 161 / var(--tw-bg-opacity));
|
|
523
|
-
}
|
|
524
|
-
body :is(.hover\:bg-transparent:hover) {
|
|
525
|
-
background-color: transparent;
|
|
526
|
-
}
|
|
527
|
-
body :is(.hover\:bg-white:hover) {
|
|
528
|
-
--tw-bg-opacity: 1;
|
|
529
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
218
|
+
@media screen and (max-width: 700px) {
|
|
219
|
+
.MuiContainer-root {
|
|
220
|
+
padding-left: 20px;
|
|
221
|
+
padding-right: 20px;
|
|
222
|
+
}
|
|
530
223
|
}
|
|
531
224
|
|
|
532
225
|
/* src/components/AppBar/styles.css */
|
|
226
|
+
/*# sourceMappingURL=index.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/Select/styles.css","../src/styles/globals.scss","../src/styles/common.scss"],"sourcesContent":["@keyframes fade-In {\n 0% {\n opacity: 0;\n transform: translateY(2rem);\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n@keyframes fadeOut {\n 0% {\n opacity: 1;\n transform: translateY(0);\n }\n 100% {\n opacity: 0;\n transform: translateY(2rem);\n }\n}\n\n.menu {\n transition: unset !important;\n\n ul {\n padding: 5px;\n }\n}\n\n.menu--close {\n animation: fadeOut 0.4s;\n}\n\n.menu--open {\n animation: fade-In 0.5s;\n}\n","@tailwind base;\n@tailwind components;\n@tailwind utilities;\n@import 'common';\n\n@layer components {\n .nav-item.active {\n @apply text-accent-beige\n }\n .nav-item {\n @apply p-2 text-accent-dark;\n text-decoration: none;\n cursor: pointer;\n font-weight: 800;\n font-size: 12px;\n text-transform: uppercase;\n }\n .nav-indicator {\n @apply absolute top-0 rounded-full bg-accent-beige ;\n width: 7px;\n height: 7px;\n transition: transform 0.3s ease-out;\n }\n}\n\n\n@font-face {\n font-family: RockStar;\n src: url(\"fonts/RockStar/Rock Star_Regular_Web.woff2\");\n font-weight: 400;\n}\n@font-face {\n font-family: RockStar;\n src: url(\"fonts/RockStar/Rock Star_Extra Bold_Web.woff2\");\n font-weight: 800;\n}\n\nbody {\n max-width: 100vw;\n overflow-x: hidden;\n margin: 0;\n display: flex;\n flex-direction: column;\n min-height: 100vh;\n color: $colorTextDark;\n background-color: $colorGrayLight;\n @include f14;\n font-weight: 400;\n @include fontRock;\n}\n\nmain {\n flex-grow: 1;\n}\n\na {\n color: inherit;\n text-decoration: none;\n}\n\n*:focus-visible {\n outline: none;\n}\n\n.MuiContainer-root {\n @media screen and (min-width: $screen-lg) {\n padding-left: 0;\n padding-right: 0;\n }\n @media screen and (max-width: $screen-lg) {\n padding-left: 40px;\n padding-right: 40px;\n }\n @include md {\n padding-left: 20px;\n padding-right: 20px;\n }\n}","// colors\n$colorTextDark: #343434;\n$colorTextLight: #fff;\n$colorTextGold: #C8BCA1;\n$colorTextGold2: #99835F;\n$colorGray: #757575;\n$colorGrayLight: #F5F5F5;\n$colorGrayMedium: #D0CED2;\n\n$bgGold: #C8BCA1;\n$bgDark: #343434;\n$bgLight: #fff;\n\n\n// fonts\n@mixin fontRock {\n font-family: RockStar, sans-serif;\n}\n\n// font sizes\n@mixin f14 {\n font-size: 14px;\n line-height: 20px;\n}\n\n// font weights\n@mixin f400 {\n font-weight: 400;\n}\n@mixin f800 {\n font-weight: 800;\n}\n\n// screens width\n$screen-sm: 400px;\n$screen-md: 700px;\n$screen-lg: 1200px;\n$screen-xl: 1620px;\n\n// media queries\n@mixin sm {\n @media screen and (max-width: #{$screen-sm}) {\n @content;\n }\n}\n@mixin sm-md {\n @media screen and (min-width: #{$screen-sm}) and (max-width: #{$screen-md}) {\n @content;\n }\n}\n@mixin md {\n @media screen and (max-width: #{$screen-md}) {\n @content;\n }\n}\n@mixin md-lg {\n @media screen and (min-width: #{$screen-md}) and (max-width: #{$screen-lg}) {\n @content;\n }\n}\n@mixin lg {\n @media screen and (max-width: #{$screen-lg}) {\n @content;\n }\n}\n@mixin min-lg {\n @media screen and (min-width: #{$screen-lg}) {\n @content;\n }\n}\n@mixin xl {\n @media screen and (max-width: #{$screen-xl}) {\n @content;\n }\n}\n\n.button {\n width: fit-content;\n padding: 12px 30px;\n text-transform: unset;\n border-radius: 0;\n min-width: 145px;\n font-size: 14px;\n line-height: 16px;\n box-shadow: none;\n &_dark {\n background-color: $bgDark;\n color: $colorTextLight;\n &:hover {\n background-color: $bgDark;\n }\n }\n}\n\n.border-gray {\n border-color: $colorGray;\n}\n\n.border-dark {\n border-color: $colorTextDark;\n}\n\n.border-gold {\n border-color: $colorTextGold;\n}\n\n.border-gold2 {\n border-color: $colorTextGold2;\n}\n\n.text-100 {\n font-size: 100px;\n line-height: 110px;\n}\n\n.text-40 {\n font-size: 40px;\n line-height: 48px;\n}\n\n.text-34 {\n font-size: 34px;\n line-height: 38px;\n}\n\n.text-10 {\n font-size: 10px;\n line-height: 12px;\n}\n\n.text-12 {\n font-size: 12px;\n line-height: 16px;\n}\n\n.text-16 {\n font-size: 16px;\n line-height: 19px;\n}\n\n.text-18 {\n font-size: 18px;\n line-height: 19px;\n}\n\n.text-light {\n color: $colorTextLight;\n}\n\n.text-dark {\n color: $colorTextDark;\n}\n\n.text-gold {\n color: $colorTextGold;\n}\n\n.text-gray {\n color: $colorGray;\n}\n\n.text-gray-light {\n color: $colorGrayLight;\n}\n\n.bg-gray-light {\n background-color: $colorGrayLight;\n}\n\n.bg-gray-medium {\n background-color: $colorGrayMedium;\n}\n\n.bg-gray {\n background-color: $colorGray;\n}\n\n.bg-dark {\n background-color: $bgDark;\n}\n\n.bg-light {\n background-color: $bgLight;\n}\n\n.bg-gold {\n background-color: $bgGold;\n}\n\n.customImage {\n position: relative;\n img {\n object-position: center;\n object-fit: cover;\n }\n}\n\n@layer components {\n .white-block-snack {\n @apply bg-white px-[10px] py-[2px] w-fit font-extrabold text-12;\n }\n .black-block-snack {\n @apply bg-dark py-[6px] px-[16px] w-fit text-white font-extrabold text-12;\n }\n .gray-block-snack {\n @apply bg-gray-light px-[10px] w-fit;\n }\n .border-block-snack {\n @apply px-[10px] py-[2px] text-12 border-[1px] border-dark w-fit;\n }\n .border-gold-block-snack {\n @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;\n }\n}\n\n"],"mappings":"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","names":[]}
|