infinity-forge 3.2.7 → 3.3.0
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/LICENSE +20 -20
- package/dist/sites/components/default-pages/blog/components/featured-blog/featured-blog-item/index.d.ts +6 -0
- package/dist/sites/components/default-pages/blog/components/featured-blog/featured-blog-item/index.js +42 -0
- package/dist/sites/public/fonts/fonts.css +760 -760
- package/dist/system/presentation/components/data/menu/components/menu-item/index.js +80 -0
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +44 -0
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/styles.js +15 -0
- package/dist/system/presentation/components/data/menu/modes/opened/index.js +51 -0
- package/dist/system/presentation/components/data/menu/modes/opened/styles.js +15 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/component.d.ts +6 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/component.js +35 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +3 -0
- package/dist/system/presentation/components/layout/header/components/menu-right/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.d.ts +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +1 -1
- package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +4 -4
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +4 -4
- package/dist/system/presentation/components/layout/header/components/search-modal/index.js +4 -4
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +3 -3
- package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +2 -2
- package/dist/system/presentation/components/pages/menus/table/icon/index.js +1 -1
- package/dist/system/presentation/context/auth/components/login/form-login/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/delete/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/delete/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +4 -4
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +10 -10
- package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +2 -2
- package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +2 -2
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +81 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/index.d.ts +21 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js +26 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +125 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +45 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +306 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +69 -0
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.d.ts +6 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.d.ts +3 -3
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +3 -3
- package/dist/ui/components/form/input-cep/use-cep/providers/index.d.ts +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js +18 -0
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +8 -0
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +62 -0
- package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +49 -0
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js +132 -0
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +13 -0
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +12 -0
- package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -0
- package/dist/ui/components/form/input-currency/components/utils/index.js +25 -0
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +40 -0
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +14 -0
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +14 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +62 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js +87 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js +66 -0
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/index.d.ts +3 -0
- package/dist/ui/components/form/input-file/render-files/file-item/index.js +49 -0
- package/dist/ui/components/form/input-mask/lib/core/errors/SyntheticChangeError.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/core/hooks/useInput.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/core/hooks/useInput.js +2 -2
- package/dist/ui/components/form/input-mask/lib/core/index.d.ts +5 -0
- package/dist/ui/components/form/input-mask/lib/core/index.js +15 -0
- package/dist/ui/components/form/input-mask/lib/core/utils/setInputAttributes.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/InputMask.d.ts +6 -0
- package/dist/ui/components/form/input-mask/lib/mask/InputMask.js +44 -0
- package/dist/ui/components/form/input-mask/lib/mask/index.d.ts +5 -0
- package/dist/ui/components/form/input-mask/lib/mask/index.js +26 -0
- package/dist/ui/components/form/input-mask/lib/mask/types.d.ts +61 -0
- package/dist/ui/components/form/input-mask/lib/mask/useMask.d.ts +3 -0
- package/dist/ui/components/form/input-mask/lib/mask/useMask.js +150 -0
- package/dist/ui/components/form/input-mask/lib/mask/utils/filter.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/format.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/formatToParts.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/formatToReplacementObject.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/resolveDetail.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/resolveDetail.js +3 -3
- package/dist/ui/components/form/input-mask/lib/mask/utils/resolveSelection.d.ts +2 -2
- package/dist/ui/components/form/input-mask/lib/mask/utils/unformat.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils/validate.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/mask/utils.d.ts +63 -0
- package/dist/ui/components/form/input-mask/lib/mask/utils.js +114 -0
- package/dist/ui/components/form/input-mask/lib/number-format/InputNumberFormat.d.ts +6 -0
- package/dist/ui/components/form/input-mask/lib/number-format/InputNumberFormat.js +58 -0
- package/dist/ui/components/form/input-mask/lib/number-format/index.d.ts +4 -0
- package/dist/ui/components/form/input-mask/lib/number-format/index.js +11 -0
- package/dist/ui/components/form/input-mask/lib/number-format/types.d.ts +26 -0
- package/dist/ui/components/form/input-mask/lib/number-format/useNumberFormat.d.ts +3 -0
- package/dist/ui/components/form/input-mask/lib/number-format/useNumberFormat.js +208 -0
- package/dist/ui/components/form/input-mask/lib/number-format/utils/localizeValues.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveDetail.d.ts +2 -2
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveDetail.js +1 -1
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveMinimumFractionDigits.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveOptions.d.ts +1 -1
- package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveSelection.d.ts +2 -2
- package/dist/ui/components/form/input-youtube/index.js +1 -1
- package/dist/ui/components/form/input-youtube/index.js.map +1 -1
- package/dist/ui/contexts/toast/styles.js +1 -1
- package/dist/ui/contexts/toast/styles.js.map +1 -1
- package/dist/ui/icons/render/mobile.js +1 -1
- package/dist/ui/icons/render/mobile.js.map +1 -1
- package/dist/ui/styles/reset.css +356 -356
- package/package.json +1 -1
package/dist/ui/styles/reset.css
CHANGED
|
@@ -1,357 +1,357 @@
|
|
|
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
|
-
.infinity_forge_modal {
|
|
349
|
-
z-index: 10000000000;
|
|
350
|
-
position: relative;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
#__next {
|
|
355
|
-
position: relative;
|
|
356
|
-
z-index: 1;
|
|
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
|
+
.infinity_forge_modal {
|
|
349
|
+
z-index: 10000000000;
|
|
350
|
+
position: relative;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
#__next {
|
|
355
|
+
position: relative;
|
|
356
|
+
z-index: 1;
|
|
357
357
|
}
|