@medely/fontawesome-svg-core 0.0.1 → 0.1.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.txt +2 -2
- package/README.md +6 -6
- package/import.macro.d.ts +1 -1
- package/import.macro.js +75 -156
- package/index.d.ts +4 -3
- package/index.js +1931 -2692
- package/index.mjs +1928 -2687
- package/package.json +4 -7
- package/plugins.mjs +1434 -1496
- package/styles.css +111 -289
- package/attribution.js +0 -4
package/styles.css
CHANGED
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
:root, :host {
|
|
2
|
-
--fa-font-solid: normal 900 1em/1 'Font Awesome 6
|
|
3
|
-
--fa-font-regular: normal 400 1em/1 'Font Awesome 6
|
|
4
|
-
--fa-font-light: normal 300 1em/1 'Font Awesome 6
|
|
5
|
-
--fa-font-thin: normal 100 1em/1 'Font Awesome 6
|
|
2
|
+
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
|
|
3
|
+
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
|
|
4
|
+
--fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
|
|
5
|
+
--fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
|
|
6
6
|
--fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
|
|
7
|
+
--fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone';
|
|
8
|
+
--fa-font-duotone-light: normal 300 1em/1 'Font Awesome 6 Duotone';
|
|
9
|
+
--fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 6 Duotone';
|
|
10
|
+
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
|
|
7
11
|
--fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
|
|
8
12
|
--fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
|
|
9
13
|
--fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
|
|
10
|
-
--fa-font-
|
|
14
|
+
--fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
|
|
15
|
+
--fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
|
|
16
|
+
--fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 6 Sharp Duotone';
|
|
17
|
+
--fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 6 Sharp Duotone';
|
|
18
|
+
--fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 6 Sharp Duotone'; }
|
|
11
19
|
|
|
12
|
-
svg:not(:root).svg-inline--fa
|
|
20
|
+
svg.svg-inline--fa:not(:root), svg.svg-inline--fa:not(:host) {
|
|
13
21
|
overflow: visible;
|
|
14
22
|
box-sizing: content-box; }
|
|
15
23
|
|
|
@@ -50,7 +58,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
50
58
|
right: 0;
|
|
51
59
|
top: 0; }
|
|
52
60
|
|
|
53
|
-
.fa-layers-
|
|
61
|
+
.fa-layers-counter, .fa-layers-text {
|
|
54
62
|
display: inline-block;
|
|
55
63
|
position: absolute;
|
|
56
64
|
text-align: center; }
|
|
@@ -63,16 +71,13 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
63
71
|
vertical-align: -.125em;
|
|
64
72
|
width: 1em; }
|
|
65
73
|
.fa-layers svg.svg-inline--fa {
|
|
66
|
-
|
|
67
|
-
transform-origin: center center; }
|
|
74
|
+
transform-origin: center center; }
|
|
68
75
|
|
|
69
76
|
.fa-layers-text {
|
|
70
77
|
left: 50%;
|
|
71
78
|
top: 50%;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
-webkit-transform-origin: center center;
|
|
75
|
-
transform-origin: center center; }
|
|
79
|
+
transform: translate(-50%, -50%);
|
|
80
|
+
transform-origin: center center; }
|
|
76
81
|
|
|
77
82
|
.fa-layers-counter {
|
|
78
83
|
background-color: var(--fa-counter-background-color, #ff253a);
|
|
@@ -87,46 +92,36 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
87
92
|
right: var(--fa-right, 0);
|
|
88
93
|
text-overflow: ellipsis;
|
|
89
94
|
top: var(--fa-top, 0);
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
-webkit-transform-origin: top right;
|
|
93
|
-
transform-origin: top right; }
|
|
95
|
+
transform: scale(var(--fa-counter-scale, 0.25));
|
|
96
|
+
transform-origin: top right; }
|
|
94
97
|
|
|
95
98
|
.fa-layers-bottom-right {
|
|
96
99
|
bottom: var(--fa-bottom, 0);
|
|
97
100
|
right: var(--fa-right, 0);
|
|
98
101
|
top: auto;
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
-webkit-transform-origin: bottom right;
|
|
102
|
-
transform-origin: bottom right; }
|
|
102
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
103
|
+
transform-origin: bottom right; }
|
|
103
104
|
|
|
104
105
|
.fa-layers-bottom-left {
|
|
105
106
|
bottom: var(--fa-bottom, 0);
|
|
106
107
|
left: var(--fa-left, 0);
|
|
107
108
|
right: auto;
|
|
108
109
|
top: auto;
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
-webkit-transform-origin: bottom left;
|
|
112
|
-
transform-origin: bottom left; }
|
|
110
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
111
|
+
transform-origin: bottom left; }
|
|
113
112
|
|
|
114
113
|
.fa-layers-top-right {
|
|
115
114
|
top: var(--fa-top, 0);
|
|
116
115
|
right: var(--fa-right, 0);
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
-webkit-transform-origin: top right;
|
|
120
|
-
transform-origin: top right; }
|
|
116
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
117
|
+
transform-origin: top right; }
|
|
121
118
|
|
|
122
119
|
.fa-layers-top-left {
|
|
123
120
|
left: var(--fa-left, 0);
|
|
124
121
|
right: auto;
|
|
125
122
|
top: var(--fa-top, 0);
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
-webkit-transform-origin: top left;
|
|
129
|
-
transform-origin: top left; }
|
|
123
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
124
|
+
transform-origin: top left; }
|
|
130
125
|
|
|
131
126
|
.fa-1x {
|
|
132
127
|
font-size: 1em; }
|
|
@@ -200,7 +195,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
200
195
|
position: relative; }
|
|
201
196
|
|
|
202
197
|
.fa-li {
|
|
203
|
-
left: calc(var(--fa-li-width, 2em)
|
|
198
|
+
left: calc(-1 * var(--fa-li-width, 2em));
|
|
204
199
|
position: absolute;
|
|
205
200
|
text-align: center;
|
|
206
201
|
width: var(--fa-li-width, 2em);
|
|
@@ -222,118 +217,71 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
222
217
|
margin-left: var(--fa-pull-margin, 0.3em); }
|
|
223
218
|
|
|
224
219
|
.fa-beat {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
-
|
|
230
|
-
|
|
231
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
232
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
233
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
234
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
235
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
236
|
-
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
220
|
+
animation-name: fa-beat;
|
|
221
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
222
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
223
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
224
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
225
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
237
226
|
|
|
238
227
|
.fa-bounce {
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
-
|
|
244
|
-
|
|
245
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
246
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
247
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
248
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
249
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
250
|
-
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
|
228
|
+
animation-name: fa-bounce;
|
|
229
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
230
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
231
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
232
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
233
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
|
251
234
|
|
|
252
235
|
.fa-fade {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
-
|
|
258
|
-
|
|
259
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
260
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
261
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
262
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
263
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
264
|
-
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
236
|
+
animation-name: fa-fade;
|
|
237
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
238
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
239
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
240
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
241
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
265
242
|
|
|
266
243
|
.fa-beat-fade {
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
-
|
|
272
|
-
|
|
273
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
274
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
275
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
276
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
277
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
278
|
-
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
244
|
+
animation-name: fa-beat-fade;
|
|
245
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
246
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
247
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
248
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
249
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
279
250
|
|
|
280
251
|
.fa-flip {
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
-
|
|
286
|
-
|
|
287
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
288
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
289
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
290
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
291
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
292
|
-
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
252
|
+
animation-name: fa-flip;
|
|
253
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
254
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
255
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
256
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
257
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
293
258
|
|
|
294
259
|
.fa-shake {
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
-
|
|
300
|
-
|
|
301
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
302
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
303
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
304
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
305
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
306
|
-
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
260
|
+
animation-name: fa-shake;
|
|
261
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
262
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
263
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
264
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
265
|
+
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
307
266
|
|
|
308
267
|
.fa-spin {
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
-
|
|
314
|
-
|
|
315
|
-
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
|
316
|
-
animation-duration: var(--fa-animation-duration, 2s);
|
|
317
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
318
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
319
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
320
|
-
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
268
|
+
animation-name: fa-spin;
|
|
269
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
270
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
271
|
+
animation-duration: var(--fa-animation-duration, 2s);
|
|
272
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
273
|
+
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
321
274
|
|
|
322
275
|
.fa-spin-reverse {
|
|
323
276
|
--fa-animation-direction: reverse; }
|
|
324
277
|
|
|
325
278
|
.fa-pulse,
|
|
326
279
|
.fa-spin-pulse {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
-
|
|
332
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
333
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
334
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
335
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
336
|
-
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
|
280
|
+
animation-name: fa-spin;
|
|
281
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
282
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
283
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
284
|
+
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
|
337
285
|
|
|
338
286
|
@media (prefers-reduced-motion: reduce) {
|
|
339
287
|
.fa-beat,
|
|
@@ -345,219 +293,97 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
345
293
|
.fa-shake,
|
|
346
294
|
.fa-spin,
|
|
347
295
|
.fa-spin-pulse {
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
-
|
|
351
|
-
|
|
352
|
-
-
|
|
353
|
-
animation-iteration-count: 1;
|
|
354
|
-
-webkit-transition-delay: 0s;
|
|
355
|
-
transition-delay: 0s;
|
|
356
|
-
-webkit-transition-duration: 0s;
|
|
357
|
-
transition-duration: 0s; } }
|
|
358
|
-
|
|
359
|
-
@-webkit-keyframes fa-beat {
|
|
360
|
-
0%, 90% {
|
|
361
|
-
-webkit-transform: scale(1);
|
|
362
|
-
transform: scale(1); }
|
|
363
|
-
45% {
|
|
364
|
-
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
365
|
-
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
|
296
|
+
animation-delay: -1ms;
|
|
297
|
+
animation-duration: 1ms;
|
|
298
|
+
animation-iteration-count: 1;
|
|
299
|
+
transition-delay: 0s;
|
|
300
|
+
transition-duration: 0s; } }
|
|
366
301
|
|
|
367
302
|
@keyframes fa-beat {
|
|
368
303
|
0%, 90% {
|
|
369
|
-
|
|
370
|
-
transform: scale(1); }
|
|
304
|
+
transform: scale(1); }
|
|
371
305
|
45% {
|
|
372
|
-
|
|
373
|
-
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
|
374
|
-
|
|
375
|
-
@-webkit-keyframes fa-bounce {
|
|
376
|
-
0% {
|
|
377
|
-
-webkit-transform: scale(1, 1) translateY(0);
|
|
378
|
-
transform: scale(1, 1) translateY(0); }
|
|
379
|
-
10% {
|
|
380
|
-
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
381
|
-
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
|
382
|
-
30% {
|
|
383
|
-
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
384
|
-
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
|
385
|
-
50% {
|
|
386
|
-
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
387
|
-
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
|
388
|
-
57% {
|
|
389
|
-
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
390
|
-
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
|
391
|
-
64% {
|
|
392
|
-
-webkit-transform: scale(1, 1) translateY(0);
|
|
393
|
-
transform: scale(1, 1) translateY(0); }
|
|
394
|
-
100% {
|
|
395
|
-
-webkit-transform: scale(1, 1) translateY(0);
|
|
396
|
-
transform: scale(1, 1) translateY(0); } }
|
|
306
|
+
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
|
397
307
|
|
|
398
308
|
@keyframes fa-bounce {
|
|
399
309
|
0% {
|
|
400
|
-
|
|
401
|
-
transform: scale(1, 1) translateY(0); }
|
|
310
|
+
transform: scale(1, 1) translateY(0); }
|
|
402
311
|
10% {
|
|
403
|
-
|
|
404
|
-
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
|
312
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
|
405
313
|
30% {
|
|
406
|
-
|
|
407
|
-
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
|
314
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
|
408
315
|
50% {
|
|
409
|
-
|
|
410
|
-
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
|
316
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
|
411
317
|
57% {
|
|
412
|
-
|
|
413
|
-
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
|
318
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
|
414
319
|
64% {
|
|
415
|
-
|
|
416
|
-
transform: scale(1, 1) translateY(0); }
|
|
320
|
+
transform: scale(1, 1) translateY(0); }
|
|
417
321
|
100% {
|
|
418
|
-
|
|
419
|
-
transform: scale(1, 1) translateY(0); } }
|
|
420
|
-
|
|
421
|
-
@-webkit-keyframes fa-fade {
|
|
422
|
-
50% {
|
|
423
|
-
opacity: var(--fa-fade-opacity, 0.4); } }
|
|
322
|
+
transform: scale(1, 1) translateY(0); } }
|
|
424
323
|
|
|
425
324
|
@keyframes fa-fade {
|
|
426
325
|
50% {
|
|
427
326
|
opacity: var(--fa-fade-opacity, 0.4); } }
|
|
428
327
|
|
|
429
|
-
@-webkit-keyframes fa-beat-fade {
|
|
430
|
-
0%, 100% {
|
|
431
|
-
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
432
|
-
-webkit-transform: scale(1);
|
|
433
|
-
transform: scale(1); }
|
|
434
|
-
50% {
|
|
435
|
-
opacity: 1;
|
|
436
|
-
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
437
|
-
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
|
438
|
-
|
|
439
328
|
@keyframes fa-beat-fade {
|
|
440
329
|
0%, 100% {
|
|
441
330
|
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
442
|
-
|
|
443
|
-
transform: scale(1); }
|
|
331
|
+
transform: scale(1); }
|
|
444
332
|
50% {
|
|
445
333
|
opacity: 1;
|
|
446
|
-
|
|
447
|
-
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
|
448
|
-
|
|
449
|
-
@-webkit-keyframes fa-flip {
|
|
450
|
-
50% {
|
|
451
|
-
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
452
|
-
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
|
334
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
|
453
335
|
|
|
454
336
|
@keyframes fa-flip {
|
|
455
337
|
50% {
|
|
456
|
-
|
|
457
|
-
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
|
458
|
-
|
|
459
|
-
@-webkit-keyframes fa-shake {
|
|
460
|
-
0% {
|
|
461
|
-
-webkit-transform: rotate(-15deg);
|
|
462
|
-
transform: rotate(-15deg); }
|
|
463
|
-
4% {
|
|
464
|
-
-webkit-transform: rotate(15deg);
|
|
465
|
-
transform: rotate(15deg); }
|
|
466
|
-
8%, 24% {
|
|
467
|
-
-webkit-transform: rotate(-18deg);
|
|
468
|
-
transform: rotate(-18deg); }
|
|
469
|
-
12%, 28% {
|
|
470
|
-
-webkit-transform: rotate(18deg);
|
|
471
|
-
transform: rotate(18deg); }
|
|
472
|
-
16% {
|
|
473
|
-
-webkit-transform: rotate(-22deg);
|
|
474
|
-
transform: rotate(-22deg); }
|
|
475
|
-
20% {
|
|
476
|
-
-webkit-transform: rotate(22deg);
|
|
477
|
-
transform: rotate(22deg); }
|
|
478
|
-
32% {
|
|
479
|
-
-webkit-transform: rotate(-12deg);
|
|
480
|
-
transform: rotate(-12deg); }
|
|
481
|
-
36% {
|
|
482
|
-
-webkit-transform: rotate(12deg);
|
|
483
|
-
transform: rotate(12deg); }
|
|
484
|
-
40%, 100% {
|
|
485
|
-
-webkit-transform: rotate(0deg);
|
|
486
|
-
transform: rotate(0deg); } }
|
|
338
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
|
487
339
|
|
|
488
340
|
@keyframes fa-shake {
|
|
489
341
|
0% {
|
|
490
|
-
|
|
491
|
-
transform: rotate(-15deg); }
|
|
342
|
+
transform: rotate(-15deg); }
|
|
492
343
|
4% {
|
|
493
|
-
|
|
494
|
-
transform: rotate(15deg); }
|
|
344
|
+
transform: rotate(15deg); }
|
|
495
345
|
8%, 24% {
|
|
496
|
-
|
|
497
|
-
transform: rotate(-18deg); }
|
|
346
|
+
transform: rotate(-18deg); }
|
|
498
347
|
12%, 28% {
|
|
499
|
-
|
|
500
|
-
transform: rotate(18deg); }
|
|
348
|
+
transform: rotate(18deg); }
|
|
501
349
|
16% {
|
|
502
|
-
|
|
503
|
-
transform: rotate(-22deg); }
|
|
350
|
+
transform: rotate(-22deg); }
|
|
504
351
|
20% {
|
|
505
|
-
|
|
506
|
-
transform: rotate(22deg); }
|
|
352
|
+
transform: rotate(22deg); }
|
|
507
353
|
32% {
|
|
508
|
-
|
|
509
|
-
transform: rotate(-12deg); }
|
|
354
|
+
transform: rotate(-12deg); }
|
|
510
355
|
36% {
|
|
511
|
-
|
|
512
|
-
transform: rotate(12deg); }
|
|
356
|
+
transform: rotate(12deg); }
|
|
513
357
|
40%, 100% {
|
|
514
|
-
|
|
515
|
-
transform: rotate(0deg); } }
|
|
516
|
-
|
|
517
|
-
@-webkit-keyframes fa-spin {
|
|
518
|
-
0% {
|
|
519
|
-
-webkit-transform: rotate(0deg);
|
|
520
|
-
transform: rotate(0deg); }
|
|
521
|
-
100% {
|
|
522
|
-
-webkit-transform: rotate(360deg);
|
|
523
|
-
transform: rotate(360deg); } }
|
|
358
|
+
transform: rotate(0deg); } }
|
|
524
359
|
|
|
525
360
|
@keyframes fa-spin {
|
|
526
361
|
0% {
|
|
527
|
-
|
|
528
|
-
transform: rotate(0deg); }
|
|
362
|
+
transform: rotate(0deg); }
|
|
529
363
|
100% {
|
|
530
|
-
|
|
531
|
-
transform: rotate(360deg); } }
|
|
364
|
+
transform: rotate(360deg); } }
|
|
532
365
|
|
|
533
366
|
.fa-rotate-90 {
|
|
534
|
-
|
|
535
|
-
transform: rotate(90deg); }
|
|
367
|
+
transform: rotate(90deg); }
|
|
536
368
|
|
|
537
369
|
.fa-rotate-180 {
|
|
538
|
-
|
|
539
|
-
transform: rotate(180deg); }
|
|
370
|
+
transform: rotate(180deg); }
|
|
540
371
|
|
|
541
372
|
.fa-rotate-270 {
|
|
542
|
-
|
|
543
|
-
transform: rotate(270deg); }
|
|
373
|
+
transform: rotate(270deg); }
|
|
544
374
|
|
|
545
375
|
.fa-flip-horizontal {
|
|
546
|
-
|
|
547
|
-
transform: scale(-1, 1); }
|
|
376
|
+
transform: scale(-1, 1); }
|
|
548
377
|
|
|
549
378
|
.fa-flip-vertical {
|
|
550
|
-
|
|
551
|
-
transform: scale(1, -1); }
|
|
379
|
+
transform: scale(1, -1); }
|
|
552
380
|
|
|
553
381
|
.fa-flip-both,
|
|
554
382
|
.fa-flip-horizontal.fa-flip-vertical {
|
|
555
|
-
|
|
556
|
-
transform: scale(-1, -1); }
|
|
383
|
+
transform: scale(-1, -1); }
|
|
557
384
|
|
|
558
385
|
.fa-rotate-by {
|
|
559
|
-
|
|
560
|
-
transform: rotate(var(--fa-rotate-angle, none)); }
|
|
386
|
+
transform: rotate(var(--fa-rotate-angle, 0)); }
|
|
561
387
|
|
|
562
388
|
.fa-stack {
|
|
563
389
|
display: inline-block;
|
|
@@ -628,7 +454,3 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
628
454
|
.svg-inline--fa mask .fa-primary,
|
|
629
455
|
.svg-inline--fa mask .fa-secondary {
|
|
630
456
|
fill: black; }
|
|
631
|
-
|
|
632
|
-
.fad.fa-inverse,
|
|
633
|
-
.fa-duotone.fa-inverse {
|
|
634
|
-
color: var(--fa-inverse, #fff); }
|
package/attribution.js
DELETED