infinity-forge 8.3.5 → 8.3.6

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.
@@ -0,0 +1,768 @@
1
+ a {
2
+ text-decoration: unset;
3
+ }
4
+
5
+ html {
6
+ font-size: 10px !important;
7
+ }
8
+
9
+ h1,
10
+ h2,
11
+ h3,
12
+ h4,
13
+ h5,
14
+ p,
15
+ span,
16
+ strong,
17
+ time,
18
+ address,
19
+ i,
20
+ a,
21
+ b,
22
+ label,
23
+ li,
24
+ td {
25
+ text-rendering: optimizeLegibility !important;
26
+ margin-bottom: 0;
27
+ }
28
+
29
+ /* Transform Classes ------------------------- */
30
+ .uppercase {
31
+ text-transform: uppercase;
32
+ }
33
+ .lowercase {
34
+ text-transform: lowercase;
35
+ }
36
+
37
+ /* Font Wheights ------------------ */
38
+ [class*='-extraBold'] {
39
+ font-weight: 800;
40
+ }
41
+ [class*='-bold'] {
42
+ font-weight: 700;
43
+ }
44
+ [class*='-semibold'] {
45
+ font-weight: 600;
46
+ }
47
+ [class*='-medium'] {
48
+ font-weight: 500;
49
+ }
50
+ [class*='-regular'] {
51
+ font-weight: 400;
52
+ }
53
+ [class*='-light'] {
54
+ font-weight: 300;
55
+ }
56
+
57
+ /* Font-Sizes -------------------------------- */
58
+ [class*='font-80'] {
59
+ font-size: 8rem;
60
+ }
61
+ [class*='font-72'] {
62
+ font-size: 7.2rem;
63
+ }
64
+ [class*='font-70'] {
65
+ font-size: 7rem;
66
+ }
67
+ [class*='font-64'] {
68
+ font-size: 6.4rem;
69
+ }
70
+ [class*='font-50'] {
71
+ font-size: 5rem;
72
+ }
73
+ [class*='font-48'] {
74
+ font-size: 4.8rem;
75
+ }
76
+ [class*='font-40'] {
77
+ font-size: 4rem;
78
+ }
79
+ [class*='font-36'] {
80
+ font-size: 3.6rem;
81
+ }
82
+ [class*='font-32'] {
83
+ font-size: 3.2rem;
84
+ }
85
+ [class*='font-24'] {
86
+ font-size: 2.4rem;
87
+ }
88
+ [class*='font-20'] {
89
+ font-size: 2rem;
90
+ }
91
+ [class*='font-18'] {
92
+ font-size: 1.8rem;
93
+ }
94
+ [class*='font-16'] {
95
+ font-size: 1.6rem;
96
+ }
97
+ [class*='font-15'] {
98
+ font-size: 1.5rem;
99
+ }
100
+ [class*='font-14'] {
101
+ font-size: 1.4rem;
102
+ }
103
+ [class*='font-13'] {
104
+ font-size: 1.3rem;
105
+ }
106
+
107
+ [class*='font-12'] {
108
+ font-size: 1.2rem;
109
+ }
110
+
111
+ @media only screen and (max-width: 1600px) {
112
+ [class*='font-80'] {
113
+ font-size: 6rem;
114
+ }
115
+ [class*='font-72'] {
116
+ font-size: 5.8rem;
117
+ }
118
+ [class*='font-70'] {
119
+ font-size: 5.5rem;
120
+ }
121
+ [class*='font-64'] {
122
+ font-size: 6rem;
123
+ }
124
+ [class*='font-50'] {
125
+ font-size: 4.8rem;
126
+ }
127
+ [class*='font-48'] {
128
+ font-size: 4.4rem;
129
+ }
130
+ [class*='font-40'] {
131
+ font-size: 3.8rem;
132
+ }
133
+ [class*='font-32'] {
134
+ font-size: 3rem;
135
+ }
136
+ [class*='font-24'] {
137
+ font-size: 2.3rem;
138
+ }
139
+ [class*='font-20'] {
140
+ font-size: 1.9rem;
141
+ }
142
+ [class*='font-18'] {
143
+ font-size: 1.7rem;
144
+ }
145
+ [class*='font-16'] {
146
+ font-size: 1.55rem;
147
+ }
148
+ }
149
+
150
+ @media only screen and (max-width: 1400px) {
151
+ [class*='font-80'] {
152
+ font-size: 5.4rem;
153
+ }
154
+ [class*='font-72'] {
155
+ font-size: 5.2rem;
156
+ }
157
+ [class*='font-70'] {
158
+ font-size: 4.9rem;
159
+ }
160
+ [class*='font-64'] {
161
+ font-size: 5.6rem;
162
+ }
163
+ [class*='font-50'] {
164
+ font-size: 4.6rem;
165
+ }
166
+ [class*='font-48'] {
167
+ font-size: 4.2rem;
168
+ }
169
+ [class*='font-40'] {
170
+ font-size: 3.6rem;
171
+ }
172
+ [class*='font-32'] {
173
+ font-size: 2.8rem;
174
+ }
175
+ [class*='font-24'] {
176
+ font-size: 2rem;
177
+ }
178
+ [class*='font-20'] {
179
+ font-size: 1.8rem;
180
+ }
181
+ [class*='font-18'] {
182
+ font-size: 1.65rem;
183
+ }
184
+ [class*='font-16'] {
185
+ font-size: 1.5rem;
186
+ }
187
+ [class*='font-13'] {
188
+ font-size: 1.25rem;
189
+ }
190
+ }
191
+
192
+ @media only screen and (max-width: 1200px) {
193
+ [class*='font-80'] {
194
+ font-size: 5.5rem;
195
+ }
196
+ [class*='font-72'] {
197
+ font-size: 4.8rem;
198
+ }
199
+ [class*='font-70'] {
200
+ font-size: 4.6rem;
201
+ }
202
+ [class*='font-64'] {
203
+ font-size: 5.2rem;
204
+ }
205
+ [class*='font-50'] {
206
+ font-size: 4.2rem;
207
+ }
208
+ [class*='font-48'] {
209
+ font-size: 4rem;
210
+ }
211
+ [class*='font-40'] {
212
+ font-size: 3.2rem;
213
+ }
214
+ [class*='font-32'] {
215
+ font-size: 2.4rem;
216
+ }
217
+ [class*='font-24'] {
218
+ font-size: 1.9rem;
219
+ }
220
+ [class*='font-20'] {
221
+ font-size: 1.75rem;
222
+ }
223
+ [class*='font-18'] {
224
+ font-size: 1.6rem;
225
+ }
226
+ [class*='font-16'] {
227
+ font-size: 1.45rem;
228
+ }
229
+
230
+ [class*='font-13'] {
231
+ font-size: 1.2rem;
232
+ }
233
+ }
234
+
235
+ @media only screen and (max-width: 1024px) {
236
+ [class*='font-80'] {
237
+ font-size: 5.2rem;
238
+ }
239
+ [class*='font-72'] {
240
+ font-size: 4.5rem;
241
+ }
242
+ [class*='font-70'] {
243
+ font-size: 4.3rem;
244
+ }
245
+ [class*='font-64'] {
246
+ font-size: 4.4rem;
247
+ }
248
+ [class*='font-50'] {
249
+ font-size: 4rem;
250
+ }
251
+ [class*='font-48'] {
252
+ font-size: 3.8rem;
253
+ }
254
+ [class*='font-40'] {
255
+ font-size: 3rem;
256
+ }
257
+ [class*='font-32'] {
258
+ font-size: 2.2rem;
259
+ }
260
+ [class*='font-24'] {
261
+ font-size: 1.8rem;
262
+ }
263
+ [class*='font-20'] {
264
+ font-size: 1.7rem;
265
+ }
266
+ [class*='font-18'] {
267
+ font-size: 1.55rem;
268
+ }
269
+ [class*='font-16'] {
270
+ font-size: 1.35rem;
271
+ }
272
+ [class*='font-14'] {
273
+ font-size: 1.3rem;
274
+ }
275
+ }
276
+
277
+ @media only screen and (max-width: 900px) {
278
+ [class*='font-80'] {
279
+ font-size: 5rem;
280
+ }
281
+ [class*='font-72'] {
282
+ font-size: 3.8rem;
283
+ }
284
+ [class*='font-70'] {
285
+ font-size: 3.6rem;
286
+ }
287
+ [class*='font-64'] {
288
+ font-size: 3.8rem;
289
+ }
290
+ [class*='font-48'] {
291
+ font-size: 3.6rem;
292
+ }
293
+ [class*='font-40'] {
294
+ font-size: 2.8rem;
295
+ }
296
+ [class*='font-32'] {
297
+ font-size: 2rem;
298
+ }
299
+ }
300
+
301
+ @media only screen and (max-width: 768px) {
302
+ [class*='font-80'] {
303
+ font-size: 4.5rem;
304
+ }
305
+ [class*='font-72'] {
306
+ font-size: 3.5rem;
307
+ }
308
+ [class*='font-70'] {
309
+ font-size: 3rem;
310
+ }
311
+ [class*='font-64'] {
312
+ font-size: 3.4rem;
313
+ }
314
+ [class*='font-50'] {
315
+ font-size: 3.8rem;
316
+ }
317
+ [class*='font-48'] {
318
+ font-size: 3.4rem;
319
+ }
320
+ [class*='font-40'] {
321
+ font-size: 2.6rem;
322
+ }
323
+ [class*='font-32'] {
324
+ font-size: 1.9rem;
325
+ }
326
+ [class*='font-24'] {
327
+ font-size: 1.7rem;
328
+ }
329
+ [class*='font-20'] {
330
+ font-size: 1.65rem;
331
+ }
332
+ [class*='font-18'] {
333
+ font-size: 1.5rem;
334
+ }
335
+ [class*='font-16'] {
336
+ font-size: 1.35rem;
337
+ }
338
+ [class*='font-13'] {
339
+ font-size: 1.15rem;
340
+ }
341
+ }
342
+
343
+ @media only screen and (max-width: 650px) {
344
+ [class*='font-80'] {
345
+ font-size: 4rem;
346
+ }
347
+ [class*='font-64'] {
348
+ font-size: 3.2rem;
349
+ }
350
+ [class*='font-50'] {
351
+ font-size: 3.5rem;
352
+ }
353
+ [class*='font-48'] {
354
+ font-size: 3.2rem;
355
+ }
356
+ [class*='font-40'] {
357
+ font-size: 2.5rem;
358
+ }
359
+ [class*='font-32'] {
360
+ font-size: 1.8rem;
361
+ }
362
+ [class*='font-24'] {
363
+ font-size: 1.65rem;
364
+ }
365
+ [class*='font-18'] {
366
+ font-size: 1.4rem;
367
+ }
368
+ [class*='font-16'] {
369
+ font-size: 1.3rem;
370
+ }
371
+ }
372
+
373
+ @media only screen and (max-width: 500px) {
374
+ [class*='font-80'] {
375
+ font-size: 3.5rem;
376
+ }
377
+ [class*='font-64'] {
378
+ font-size: 2.8rem;
379
+ }
380
+ [class*='font-50'] {
381
+ font-size: 3rem;
382
+ }
383
+ [class*='font-48'] {
384
+ font-size: 2.8rem;
385
+ }
386
+ [class*='font-40'] {
387
+ font-size: 2.3rem;
388
+ }
389
+ [class*='font-24'] {
390
+ font-size: 1.6rem;
391
+ }
392
+ [class*='font-18'] {
393
+ font-size: 1.25rem;
394
+ }
395
+ [class*='font-16'] {
396
+ font-size: 1.2rem;
397
+ }
398
+ [class*='font-14'] {
399
+ font-size: 1.2rem;
400
+ }
401
+ }
402
+
403
+ @media only screen and (max-width: 390px) {
404
+ [class*='font-80'] {
405
+ font-size: 3rem;
406
+ }
407
+ [class*='font-72'] {
408
+ font-size: 3rem;
409
+ }
410
+ [class*='font-64'] {
411
+ font-size: 2.6rem;
412
+ }
413
+ [class*='font-50'] {
414
+ font-size: 2.8rem;
415
+ }
416
+ [class*='font-48'] {
417
+ font-size: 2.6rem;
418
+ }
419
+ [class*='font-40'] {
420
+ font-size: 2.1rem;
421
+ }
422
+ [class*='font-32'] {
423
+ font-size: 1.7rem;
424
+ }
425
+ [class*='font-24'] {
426
+ font-size: 1.4rem;
427
+ }
428
+ [class*='font-18'] {
429
+ font-size: 1.2rem;
430
+ }
431
+ }
432
+
433
+ /* reset */
434
+
435
+ *,
436
+ *::before,
437
+ *::after {
438
+ box-sizing: border-box;
439
+ }
440
+ html {
441
+ font-family: 'Roboto', sans-serif;
442
+ line-height: 1.15;
443
+ -webkit-text-size-adjust: 100%;
444
+ -ms-text-size-adjust: 100%;
445
+ -ms-overflow-style: scrollbar;
446
+ -webkit-tap-highlight-color: transparent;
447
+ }
448
+
449
+ @-ms-viewport {
450
+ width: device-width;
451
+ }
452
+
453
+ article,
454
+ aside,
455
+ dialog,
456
+ figcaption,
457
+ figure,
458
+ footer,
459
+ header,
460
+ hgroup,
461
+ main,
462
+ nav,
463
+ section {
464
+ display: block;
465
+ }
466
+
467
+ body {
468
+ margin: 0;
469
+ font-family: 'Roboto', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
470
+ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
471
+ font-size: 1rem;
472
+ font-weight: normal;
473
+ line-height: 1.5;
474
+ color: #212529;
475
+ text-align: left;
476
+ background-color: #fff;
477
+ }
478
+
479
+ [tabindex='-1']:focus {
480
+ outline: none !important;
481
+ }
482
+
483
+ hr {
484
+ box-sizing: content-box;
485
+ height: 0;
486
+ overflow: visible;
487
+ }
488
+
489
+ h1,
490
+ h2,
491
+ h3,
492
+ h4,
493
+ h5,
494
+ h6 {
495
+ margin-top: 0;
496
+ margin-bottom: 0.5rem;
497
+ }
498
+
499
+ p {
500
+ margin-top: 0;
501
+ margin-bottom: 1rem;
502
+ }
503
+
504
+ abbr[title],
505
+ abbr[data-original-title] {
506
+ text-decoration: underline;
507
+ -webkit-text-decoration: underline dotted;
508
+ text-decoration: underline dotted;
509
+ cursor: help;
510
+ border-bottom: 0;
511
+ }
512
+ address {
513
+ margin-bottom: 1rem;
514
+ font-style: normal;
515
+ line-height: inherit;
516
+ }
517
+ ol,
518
+ ul,
519
+ dl {
520
+ margin-top: 0;
521
+ margin-bottom: 1rem;
522
+ }
523
+ ol ol,
524
+ ul ul,
525
+ ol ul,
526
+ ul ol {
527
+ margin-bottom: 0;
528
+ }
529
+ dt {
530
+ font-weight: bold;
531
+ }
532
+ dd {
533
+ margin-bottom: 0.5rem;
534
+ margin-left: 0;
535
+ }
536
+ blockquote {
537
+ margin: 0 0 1rem;
538
+ }
539
+ dfn {
540
+ font-style: italic;
541
+ }
542
+ b,
543
+ strong {
544
+ font-weight: bolder;
545
+ }
546
+ small {
547
+ font-size: 80%;
548
+ }
549
+ sub,
550
+ sup {
551
+ position: relative;
552
+ font-size: 75%;
553
+ line-height: 0;
554
+ vertical-align: baseline;
555
+ }
556
+ sub {
557
+ bottom: -0.25em;
558
+ }
559
+ sup {
560
+ top: -0.5em;
561
+ }
562
+
563
+ a {
564
+ color: #007bff;
565
+ text-decoration: none;
566
+ background-color: transparent;
567
+ -webkit-text-decoration-skip: objects;
568
+ }
569
+ a:hover {
570
+ color: #0056b3;
571
+ text-decoration: underline;
572
+ }
573
+
574
+ a:not([href]):not([tabindex]) {
575
+ text-decoration: none;
576
+ }
577
+ a:not([href]):not([tabindex]):focus,
578
+ a:not([href]):not([tabindex]):hover {
579
+ text-decoration: none;
580
+ }
581
+ a:not([href]):not([tabindex]):focus {
582
+ outline: 0;
583
+ }
584
+
585
+ pre,
586
+ code,
587
+ kbd,
588
+ samp {
589
+ font-family: monospace, monospace;
590
+ font-size: 1em;
591
+ }
592
+ pre {
593
+ margin-top: 0;
594
+
595
+ margin-bottom: 1rem;
596
+ overflow: auto;
597
+ -ms-overflow-style: scrollbar;
598
+ }
599
+
600
+ figure {
601
+ margin: 0 0 1rem;
602
+ }
603
+
604
+ img {
605
+ vertical-align: middle;
606
+ border-style: none;
607
+ }
608
+ svg:not(:root) {
609
+ overflow: hidden;
610
+ }
611
+
612
+ a,
613
+ area,
614
+ button,
615
+ [role='button'],
616
+ input:not([type='range']),
617
+ label,
618
+ select,
619
+ summary,
620
+ textarea {
621
+ -ms-touch-action: manipulation;
622
+ touch-action: manipulation;
623
+ }
624
+
625
+ table {
626
+ border-collapse: collapse;
627
+ }
628
+ caption {
629
+ padding-top: 0.75rem;
630
+ padding-bottom: 0.75rem;
631
+ color: #868e96;
632
+ text-align: left;
633
+ caption-side: bottom;
634
+ }
635
+ th {
636
+ text-align: inherit;
637
+ }
638
+
639
+ button {
640
+ border-radius: 0;
641
+ }
642
+
643
+ button:focus {
644
+ outline: 1px dotted;
645
+ outline: 5px auto -webkit-focus-ring-color;
646
+ }
647
+ input,
648
+ button,
649
+ select,
650
+ optgroup,
651
+ textarea {
652
+ margin: 0;
653
+ font-family: inherit;
654
+ font-size: inherit;
655
+ line-height: inherit;
656
+ }
657
+ button,
658
+ input {
659
+ overflow: visible;
660
+ }
661
+ button,
662
+ select {
663
+ text-transform: none;
664
+ }
665
+
666
+ button,
667
+ html [type='button'],
668
+ [type='reset'],
669
+ [type='submit'] {
670
+ -webkit-appearance: button;
671
+ }
672
+
673
+ button::-moz-focus-inner,
674
+ [type='button']::-moz-focus-inner,
675
+ [type='reset']::-moz-focus-inner,
676
+ [type='submit']::-moz-focus-inner {
677
+ padding: 0;
678
+ border-style: none;
679
+ }
680
+ input[type='radio'],
681
+ input[type='checkbox'] {
682
+ box-sizing: border-box;
683
+ padding: 0;
684
+ }
685
+ input[type='date'],
686
+ input[type='time'],
687
+ input[type='datetime-local'],
688
+ input[type='month'] {
689
+ -webkit-appearance: listbox;
690
+ }
691
+ textarea {
692
+ overflow: auto;
693
+ resize: vertical;
694
+ }
695
+ fieldset {
696
+ min-width: 0;
697
+ padding: 0;
698
+ margin: 0;
699
+ border: 0;
700
+ }
701
+
702
+ legend {
703
+ display: block;
704
+ width: 100%;
705
+ max-width: 100%;
706
+ padding: 0;
707
+ margin-bottom: 0.5rem;
708
+ font-size: 1.5rem;
709
+ line-height: inherit;
710
+ color: inherit;
711
+ white-space: normal;
712
+ }
713
+ progress {
714
+ vertical-align: baseline;
715
+ }
716
+
717
+ [type='number']::-webkit-inner-spin-button,
718
+ [type='number']::-webkit-outer-spin-button {
719
+ height: auto;
720
+ }
721
+ [type='search'] {
722
+ outline-offset: -2px;
723
+ -webkit-appearance: none;
724
+ }
725
+
726
+ [type='search']::-webkit-search-cancel-button,
727
+ [type='search']::-webkit-search-decoration {
728
+ -webkit-appearance: none;
729
+ }
730
+
731
+ ::-webkit-file-upload-button {
732
+ font: inherit;
733
+ -webkit-appearance: button;
734
+ }
735
+
736
+ output {
737
+ display: inline-block;
738
+ }
739
+ summary {
740
+ display: list-item;
741
+ }
742
+ template {
743
+ display: none;
744
+ }
745
+
746
+ [hidden] {
747
+ display: none !important;
748
+ }
749
+
750
+ ul,
751
+ ul li {
752
+ list-style-type: none;
753
+ padding-left: 0;
754
+ }
755
+
756
+ @keyframes placeHolderShimmer {
757
+ 0% {
758
+ background-position: 0px 0;
759
+ }
760
+ 100% {
761
+ background-position: 100vw 0;
762
+ }
763
+ }
764
+
765
+
766
+ ol li:is([data-list='bullet'])::before {
767
+ content: "•" !important;
768
+ }
@@ -0,0 +1,351 @@
1
+ *,
2
+ *::before,
3
+ *::after {
4
+ box-sizing: border-box;
5
+ }
6
+
7
+ button,
8
+ a {
9
+ outline: unset !important;
10
+ cursor: pointer;
11
+ }
12
+
13
+ html {
14
+ font-family: sans-serif;
15
+ line-height: 1.15;
16
+ -webkit-text-size-adjust: 100%;
17
+ -ms-text-size-adjust: 100%;
18
+ -ms-overflow-style: scrollbar;
19
+ -webkit-tap-highlight-color: transparent;
20
+ }
21
+
22
+ .row {
23
+ display: flex;
24
+ gap: 15px;
25
+ }
26
+
27
+ @-ms-viewport {
28
+ width: device-width;
29
+ }
30
+
31
+ article,
32
+ aside,
33
+ dialog,
34
+ figcaption,
35
+ figure,
36
+ footer,
37
+ header,
38
+ hgroup,
39
+ main,
40
+ nav,
41
+ section {
42
+ display: block;
43
+ }
44
+
45
+ body {
46
+ margin: 0;
47
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
48
+ 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
49
+ font-size: 1rem;
50
+ font-weight: normal;
51
+ line-height: 1.5;
52
+ color: #212529;
53
+ text-align: left;
54
+ background-color: #fff;
55
+ }
56
+
57
+ [tabindex='-1']:focus {
58
+ outline: none !important;
59
+ }
60
+
61
+ hr {
62
+ box-sizing: content-box;
63
+ height: 0;
64
+ overflow: visible;
65
+ }
66
+
67
+ h1,
68
+ h2,
69
+ h3,
70
+ h4,
71
+ h5,
72
+ h6 {
73
+ margin-top: 0;
74
+ margin-bottom: 0.5rem;
75
+ }
76
+
77
+ p {
78
+ margin-top: 0;
79
+ margin-bottom: 1rem;
80
+ }
81
+
82
+ abbr[title],
83
+ abbr[data-original-title] {
84
+ text-decoration: underline;
85
+ -webkit-text-decoration: underline dotted;
86
+ text-decoration: underline dotted;
87
+ cursor: help;
88
+ border-bottom: 0;
89
+ }
90
+ address {
91
+ margin-bottom: 1rem;
92
+ font-style: normal;
93
+ line-height: inherit;
94
+ }
95
+ ol,
96
+ ul,
97
+ dl {
98
+ margin-top: 0;
99
+ margin-bottom: 1rem;
100
+ }
101
+ ol ol,
102
+ ul ul,
103
+ ol ul,
104
+ ul ol {
105
+ margin-bottom: 0;
106
+ }
107
+ dt {
108
+ font-weight: bold;
109
+ }
110
+ dd {
111
+ margin-bottom: 0.5rem;
112
+ margin-left: 0;
113
+ }
114
+ blockquote {
115
+ margin: 0 0 1rem;
116
+ }
117
+ dfn {
118
+ font-style: italic;
119
+ }
120
+ b,
121
+ strong {
122
+ font-weight: bolder;
123
+ }
124
+ small {
125
+ font-size: 80%;
126
+ }
127
+ sub,
128
+ sup {
129
+ position: relative;
130
+ font-size: 75%;
131
+ line-height: 0;
132
+ vertical-align: baseline;
133
+ }
134
+ sub {
135
+ bottom: -0.25em;
136
+ }
137
+ sup {
138
+ top: -0.5em;
139
+ }
140
+
141
+ a {
142
+ color: #007bff;
143
+ text-decoration: none;
144
+ background-color: transparent;
145
+ -webkit-text-decoration-skip: objects;
146
+ }
147
+ a:hover {
148
+ color: #0056b3;
149
+ text-decoration: underline;
150
+ }
151
+
152
+ a:not([href]):not([tabindex]) {
153
+ text-decoration: none;
154
+ }
155
+ a:not([href]):not([tabindex]):focus,
156
+ a:not([href]):not([tabindex]):hover {
157
+ text-decoration: none;
158
+ }
159
+ a:not([href]):not([tabindex]):focus {
160
+ outline: 0;
161
+ }
162
+
163
+ pre,
164
+ code,
165
+ kbd,
166
+ samp {
167
+ font-family: monospace, monospace;
168
+ font-size: 1em;
169
+ }
170
+ pre {
171
+ margin-top: 0;
172
+
173
+ margin-bottom: 1rem;
174
+ overflow: auto;
175
+ -ms-overflow-style: scrollbar;
176
+ }
177
+
178
+ figure {
179
+ margin: 0 0 1rem;
180
+ }
181
+
182
+ img {
183
+ vertical-align: middle;
184
+ border-style: none;
185
+ }
186
+ svg:not(:root) {
187
+ overflow: hidden;
188
+ }
189
+
190
+ a,
191
+ area,
192
+ button,
193
+ [role='button'],
194
+ input:not([type='range']),
195
+ label,
196
+ select,
197
+ summary,
198
+ textarea {
199
+ -ms-touch-action: manipulation;
200
+ touch-action: manipulation;
201
+ }
202
+
203
+ table {
204
+ border-collapse: collapse;
205
+ }
206
+ caption {
207
+ padding-top: 0.75rem;
208
+ padding-bottom: 0.75rem;
209
+ color: #868e96;
210
+ text-align: left;
211
+ caption-side: bottom;
212
+ }
213
+ th {
214
+ text-align: inherit;
215
+ }
216
+
217
+ label {
218
+ display: inline-block;
219
+ margin-bottom: 0.5rem;
220
+ }
221
+
222
+ button {
223
+ border-radius: 0;
224
+ }
225
+
226
+ button:focus {
227
+ outline: 1px dotted;
228
+ outline: 5px auto -webkit-focus-ring-color;
229
+ }
230
+ input,
231
+ button,
232
+ select,
233
+ optgroup,
234
+ textarea {
235
+ margin: 0;
236
+ font-family: inherit;
237
+ font-size: inherit;
238
+ line-height: inherit;
239
+ }
240
+ button,
241
+ input {
242
+ overflow: visible;
243
+ }
244
+ button,
245
+ select {
246
+ text-transform: none;
247
+ }
248
+
249
+ button,
250
+ html [type='button'],
251
+ [type='reset'],
252
+ [type='submit'] {
253
+ -webkit-appearance: button;
254
+ }
255
+
256
+ button::-moz-focus-inner,
257
+ [type='button']::-moz-focus-inner,
258
+ [type='reset']::-moz-focus-inner,
259
+ [type='submit']::-moz-focus-inner {
260
+ padding: 0;
261
+ border-style: none;
262
+ }
263
+ input[type='radio'],
264
+ input[type='checkbox'] {
265
+ box-sizing: border-box;
266
+ padding: 0;
267
+ }
268
+ input[type='date'],
269
+ input[type='time'],
270
+ input[type='datetime-local'],
271
+ input[type='month'] {
272
+ -webkit-appearance: listbox;
273
+ }
274
+ textarea {
275
+ overflow: auto;
276
+ resize: vertical;
277
+ }
278
+ fieldset {
279
+ min-width: 0;
280
+ padding: 0;
281
+ margin: 0;
282
+ border: 0;
283
+ }
284
+
285
+ legend {
286
+ display: block;
287
+ width: 100%;
288
+ max-width: 100%;
289
+ padding: 0;
290
+ margin-bottom: 0.5rem;
291
+ font-size: 1.5rem;
292
+ line-height: inherit;
293
+ color: inherit;
294
+ white-space: normal;
295
+ }
296
+ progress {
297
+ vertical-align: baseline;
298
+ }
299
+
300
+ [type='number']::-webkit-inner-spin-button,
301
+ [type='number']::-webkit-outer-spin-button {
302
+ height: auto;
303
+ }
304
+ [type='search'] {
305
+ outline-offset: -2px;
306
+ -webkit-appearance: none;
307
+ }
308
+
309
+ [type='search']::-webkit-search-cancel-button,
310
+ [type='search']::-webkit-search-decoration {
311
+ -webkit-appearance: none;
312
+ }
313
+
314
+ ::-webkit-file-upload-button {
315
+ font: inherit;
316
+ -webkit-appearance: button;
317
+ }
318
+
319
+ output {
320
+ display: inline-block;
321
+ }
322
+ summary {
323
+ display: list-item;
324
+ }
325
+ template {
326
+ display: none;
327
+ }
328
+
329
+ [hidden] {
330
+ display: none !important;
331
+ }
332
+
333
+ ul,
334
+ ul li {
335
+ list-style-type: none;
336
+ padding-left: 0;
337
+ }
338
+
339
+ @keyframes placeHolderShimmer {
340
+ 0% {
341
+ background-position: 0px 0;
342
+ }
343
+ 100% {
344
+ background-position: 100vw 0;
345
+ }
346
+ }
347
+
348
+ #__next {
349
+ position: relative;
350
+ z-index: 1;
351
+ }
@@ -1,7 +1,8 @@
1
1
  import { NextRouter } from "next/router";
2
- export declare function updateRoute({ reset, router, params, redirect }: {
2
+ export declare function updateRoute({ reset, router, params, redirect, shallow }: {
3
3
  params: any;
4
4
  reset?: boolean;
5
5
  router: NextRouter;
6
6
  redirect?: string;
7
+ shallow?: boolean;
7
8
  }): void;
@@ -13,18 +13,18 @@ var __assign = (this && this.__assign) || function () {
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.updateRoute = updateRoute;
15
15
  function updateRoute(_a) {
16
- var reset = _a.reset, router = _a.router, params = _a.params, redirect = _a.redirect;
16
+ var reset = _a.reset, router = _a.router, params = _a.params, redirect = _a.redirect, _b = _a.shallow, shallow = _b === void 0 ? false : _b;
17
17
  if (reset) {
18
18
  router.push({
19
19
  pathname: router.pathname,
20
20
  query: __assign({}, params),
21
- });
21
+ }, undefined, { shallow: shallow });
22
22
  return;
23
23
  }
24
24
  router.push({
25
25
  pathname: redirect || router.pathname,
26
26
  query: __assign(__assign({}, router.query), params),
27
- });
27
+ }, undefined, { shallow: shallow });
28
28
  return;
29
29
  }
30
30
  //# sourceMappingURL=update-route.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-route.js","sourceRoot":"","sources":["../../../../../src/ui/utils/libs/next/update-route.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAEA,kCAyBC;AAzBD,SAAgB,WAAW,CAAC,EAU3B;QATC,KAAK,WAAA,EACL,MAAM,YAAA,EACN,MAAM,YAAA,EACN,QAAQ,cAAA;IAOR,IAAI,KAAK,EAAE,CAAC;QACV,MAAM,CAAC,IAAI,CAAC;YACV,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,eAAO,MAAM,CAAE;SACrB,CAAC,CAAC;QACH,OAAO;IACT,CAAC;IAED,MAAM,CAAC,IAAI,CAAC;QACV,QAAQ,EAAE,QAAQ,IAAI,MAAM,CAAC,QAAQ;QACrC,KAAK,wBAAO,MAAM,CAAC,KAAK,GAAK,MAAM,CAAE;KACtC,CAAC,CAAC;IAEH,OAAO;AACT,CAAC"}
1
+ {"version":3,"file":"update-route.js","sourceRoot":"","sources":["../../../../../src/ui/utils/libs/next/update-route.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAEA,kCA2BC;AA3BD,SAAgB,WAAW,CAAC,EAY3B;QAXC,KAAK,WAAA,EACL,MAAM,YAAA,EACN,MAAM,YAAA,EACN,QAAQ,cAAA,EACR,eAAe,EAAf,OAAO,mBAAG,KAAK,KAAA;IAQf,IAAI,KAAK,EAAE,CAAC;QACV,MAAM,CAAC,IAAI,CAAC;YACV,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,eAAO,MAAM,CAAE;SACrB,EAAE,SAAS,EAAE,EAAE,OAAO,SAAA,EAAE,CAAC,CAAC;QAC3B,OAAO;IACT,CAAC;IAED,MAAM,CAAC,IAAI,CAAC;QACV,QAAQ,EAAE,QAAQ,IAAI,MAAM,CAAC,QAAQ;QACrC,KAAK,wBAAO,MAAM,CAAC,KAAK,GAAK,MAAM,CAAE;KACtC,EAAE,SAAS,EAAE,EAAE,OAAO,SAAA,EAAE,CAAC,CAAC;IAE3B,OAAO;AACT,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "8.3.5",
3
+ "version": "8.3.6",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",