@quasar/extras 1.16.12 → 1.16.13
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/README.md +10 -10
- package/fontawesome-v6/fa-brands-400.ttf +0 -0
- package/fontawesome-v6/fa-brands-400.woff2 +0 -0
- package/fontawesome-v6/fa-regular-400.ttf +0 -0
- package/fontawesome-v6/fa-regular-400.woff2 +0 -0
- package/fontawesome-v6/fa-solid-900.ttf +0 -0
- package/fontawesome-v6/fa-solid-900.woff2 +0 -0
- package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
- package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
- package/fontawesome-v6/fontawesome-v6.css +105 -259
- package/fontawesome-v6/icons.json +5 -0
- package/fontawesome-v6/index.d.ts +6 -1
- package/fontawesome-v6/index.js +1319 -1314
- package/fontawesome-v6/index.mjs +1319 -1314
- package/material-symbols-outlined/icons.json +111 -4
- package/material-symbols-outlined/index.d.ts +111 -4
- package/material-symbols-outlined/index.js +154 -47
- package/material-symbols-outlined/index.mjs +154 -47
- package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
- package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
- package/material-symbols-rounded/icons.json +111 -4
- package/material-symbols-rounded/index.d.ts +111 -4
- package/material-symbols-rounded/index.js +159 -52
- package/material-symbols-rounded/index.mjs +159 -52
- package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
- package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
- package/material-symbols-sharp/icons.json +111 -4
- package/material-symbols-sharp/index.d.ts +111 -4
- package/material-symbols-sharp/index.js +155 -48
- package/material-symbols-sharp/index.mjs +155 -48
- package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
- package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
- package/package.json +4 -4
- package/roboto-font/web-font/KFOkCnqEu92Fr1MmgVxIIzQ.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmEU9fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmSU5fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmWUlfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmYUtfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOmCnqEu92Fr1Mu4mxM.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOkCnqEu92Fr1MmgVxGIzQ.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmEU9fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmSU5fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmWUlfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmYUtfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOmCnqEu92Fr1Mu7GxM.woff +0 -0
package/README.md
CHANGED
|
@@ -22,21 +22,21 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
22
22
|
|
|
23
23
|
| Vendor | Version | quasar.conf.js extras name | Description | Notes | License |
|
|
24
24
|
| ------------------------------------------------------------------------------- | -------- | --------------------------- | ---------------------------------------------------- | ------------------------------ | -------------------------------------------- |
|
|
25
|
-
| Roboto Font | CDN
|
|
26
|
-
| Roboto Font Latin Extended | CDN
|
|
25
|
+
| Roboto Font | CDN v32 | `roboto-font` | Recommended font along Material theme | | [License](roboto-font/LICENSE) |
|
|
26
|
+
| Roboto Font Latin Extended | CDN v32 | `roboto-font-latin-ext` | Recommended font along Material theme | | [License](roboto-font-latin-ext/LICENSE) |
|
|
27
27
|
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v142 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2+ | [License](material-icons/LICENSE) |
|
|
28
28
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v109 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](material-icons-outlined/LICENSE) |
|
|
29
29
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v108 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](material-icons-round/LICENSE) |
|
|
30
30
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v109 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](material-icons-sharp/LICENSE) |
|
|
31
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN
|
|
32
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN
|
|
33
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN
|
|
31
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v215 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
32
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v214 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
33
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v211 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
34
34
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
|
|
35
35
|
| MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
|
|
36
36
|
| MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
37
37
|
| MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
|
|
38
38
|
| MDI v3 (Material Design Icons) | 3.6.95 | `mdi-v3` | Extended Material Design icons font | | [License](mdi-v3/LICENSE) |
|
|
39
|
-
| [Font Awesome v6](https://fontawesome.com/icons) | 6.
|
|
39
|
+
| [Font Awesome v6](https://fontawesome.com/icons) | 6.6.0 | `fontawesome-v6` | Fontawesome icons font | Requires: @quasar/extras 1.13+ | [License](fontawesome-v6/LICENSE.txt) |
|
|
40
40
|
| Font Awesome v5 | 5.15.4 | `fontawesome-v5` | Fontawesome icons font | | [License](fontawesome-v5/LICENSE.txt) |
|
|
41
41
|
| [Ionicons](https://ionicons.com/v4) | 4.6.3 | `ionicons-v4` | Ionicons font | | [License](ionicons-v4/LICENSE) |
|
|
42
42
|
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
|
|
@@ -59,14 +59,14 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
59
59
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v109 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
60
60
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v108 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
61
61
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v109 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
62
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN
|
|
63
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN
|
|
64
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN
|
|
62
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v215 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
63
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v214 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
64
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v214 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
65
65
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
|
|
66
66
|
| MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
67
67
|
| MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
68
68
|
| MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
|
|
69
|
-
| [Font Awesome v6](https://fontawesome.com/icons) | 6.
|
|
69
|
+
| [Font Awesome v6](https://fontawesome.com/icons) | 6.6.0 | `svg-fontawesome-v6` | `@quasar/extras/fontawesome-v6` | Requires: @quasar/extras 1.13+ | [License](fontawesome-v5/LICENSE.txt) |
|
|
70
70
|
| Font Awesome v5 | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
|
|
71
71
|
| [Ionicons v7](https://ionicons.com/) | 7.4.0 | `svg-ionicons-v7` | `@quasar/extras/ionicons-v7` | Requires: @quasar/extras 1.16+ | [Icon License](ionicons-v7/LICENSE) |
|
|
72
72
|
| Ionicons v6 | 6.1.3 | `svg-ionicons-v6` | `@quasar/extras/ionicons-v6` | Requires: @quasar/extras 1.12+ | [Icon License](ionicons-v6/LICENSE) |
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.
|
|
2
|
+
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2024 Fonticons, Inc.
|
|
5
5
|
*/
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
|
8
8
|
font-weight: var(--fa-style, 900); }
|
|
9
9
|
|
|
10
|
-
.fa,
|
|
11
|
-
.fa-classic,
|
|
12
|
-
.fa-sharp,
|
|
13
|
-
.fas,
|
|
14
10
|
.fa-solid,
|
|
15
|
-
.far,
|
|
16
11
|
.fa-regular,
|
|
12
|
+
.fa-brands,
|
|
13
|
+
.fas,
|
|
14
|
+
.far,
|
|
17
15
|
.fab,
|
|
18
|
-
.fa-
|
|
16
|
+
.fa-sharp-solid,
|
|
17
|
+
.fa-classic,
|
|
18
|
+
.fa {
|
|
19
19
|
-moz-osx-font-smoothing: grayscale;
|
|
20
20
|
-webkit-font-smoothing: antialiased;
|
|
21
21
|
display: var(--fa-display, inline-block);
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
position: relative; }
|
|
108
108
|
|
|
109
109
|
.fa-li {
|
|
110
|
-
left: calc(var(--fa-li-width, 2em)
|
|
110
|
+
left: calc(-1 * var(--fa-li-width, 2em));
|
|
111
111
|
position: absolute;
|
|
112
112
|
text-align: center;
|
|
113
113
|
width: var(--fa-li-width, 2em);
|
|
@@ -129,118 +129,71 @@
|
|
|
129
129
|
margin-left: var(--fa-pull-margin, 0.3em); }
|
|
130
130
|
|
|
131
131
|
.fa-beat {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
-
|
|
137
|
-
|
|
138
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
139
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
140
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
141
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
142
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
143
|
-
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
132
|
+
animation-name: fa-beat;
|
|
133
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
134
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
135
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
136
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
137
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
144
138
|
|
|
145
139
|
.fa-bounce {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
-
|
|
151
|
-
|
|
152
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
153
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
154
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
155
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
156
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
157
|
-
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
|
140
|
+
animation-name: fa-bounce;
|
|
141
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
142
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
143
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
144
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
145
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
|
158
146
|
|
|
159
147
|
.fa-fade {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
-
|
|
165
|
-
|
|
166
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
167
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
168
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
169
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
170
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
171
|
-
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
148
|
+
animation-name: fa-fade;
|
|
149
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
150
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
151
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
152
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
153
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
172
154
|
|
|
173
155
|
.fa-beat-fade {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
-
|
|
179
|
-
|
|
180
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
181
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
182
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
183
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
184
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
185
|
-
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
156
|
+
animation-name: fa-beat-fade;
|
|
157
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
158
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
159
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
160
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
161
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
186
162
|
|
|
187
163
|
.fa-flip {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
-
|
|
193
|
-
|
|
194
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
195
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
196
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
197
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
198
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
199
|
-
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
164
|
+
animation-name: fa-flip;
|
|
165
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
166
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
167
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
168
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
169
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
200
170
|
|
|
201
171
|
.fa-shake {
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
-
|
|
207
|
-
|
|
208
|
-
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
209
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
210
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
211
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
212
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
213
|
-
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
172
|
+
animation-name: fa-shake;
|
|
173
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
174
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
175
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
176
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
177
|
+
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
214
178
|
|
|
215
179
|
.fa-spin {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
-
|
|
221
|
-
|
|
222
|
-
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
|
223
|
-
animation-duration: var(--fa-animation-duration, 2s);
|
|
224
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
225
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
226
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
227
|
-
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
180
|
+
animation-name: fa-spin;
|
|
181
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
182
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
183
|
+
animation-duration: var(--fa-animation-duration, 2s);
|
|
184
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
185
|
+
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
228
186
|
|
|
229
187
|
.fa-spin-reverse {
|
|
230
188
|
--fa-animation-direction: reverse; }
|
|
231
189
|
|
|
232
190
|
.fa-pulse,
|
|
233
191
|
.fa-spin-pulse {
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
-
|
|
239
|
-
animation-duration: var(--fa-animation-duration, 1s);
|
|
240
|
-
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
241
|
-
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
242
|
-
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
243
|
-
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
|
192
|
+
animation-name: fa-spin;
|
|
193
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
194
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
195
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
196
|
+
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
|
244
197
|
|
|
245
198
|
@media (prefers-reduced-motion: reduce) {
|
|
246
199
|
.fa-beat,
|
|
@@ -252,219 +205,97 @@
|
|
|
252
205
|
.fa-shake,
|
|
253
206
|
.fa-spin,
|
|
254
207
|
.fa-spin-pulse {
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
-
|
|
258
|
-
|
|
259
|
-
-
|
|
260
|
-
animation-iteration-count: 1;
|
|
261
|
-
-webkit-transition-delay: 0s;
|
|
262
|
-
transition-delay: 0s;
|
|
263
|
-
-webkit-transition-duration: 0s;
|
|
264
|
-
transition-duration: 0s; } }
|
|
265
|
-
|
|
266
|
-
@-webkit-keyframes fa-beat {
|
|
267
|
-
0%, 90% {
|
|
268
|
-
-webkit-transform: scale(1);
|
|
269
|
-
transform: scale(1); }
|
|
270
|
-
45% {
|
|
271
|
-
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
272
|
-
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
|
208
|
+
animation-delay: -1ms;
|
|
209
|
+
animation-duration: 1ms;
|
|
210
|
+
animation-iteration-count: 1;
|
|
211
|
+
transition-delay: 0s;
|
|
212
|
+
transition-duration: 0s; } }
|
|
273
213
|
|
|
274
214
|
@keyframes fa-beat {
|
|
275
215
|
0%, 90% {
|
|
276
|
-
|
|
277
|
-
transform: scale(1); }
|
|
216
|
+
transform: scale(1); }
|
|
278
217
|
45% {
|
|
279
|
-
|
|
280
|
-
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
|
281
|
-
|
|
282
|
-
@-webkit-keyframes fa-bounce {
|
|
283
|
-
0% {
|
|
284
|
-
-webkit-transform: scale(1, 1) translateY(0);
|
|
285
|
-
transform: scale(1, 1) translateY(0); }
|
|
286
|
-
10% {
|
|
287
|
-
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
288
|
-
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
|
289
|
-
30% {
|
|
290
|
-
-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));
|
|
291
|
-
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)); }
|
|
292
|
-
50% {
|
|
293
|
-
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
294
|
-
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
|
295
|
-
57% {
|
|
296
|
-
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
297
|
-
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
|
298
|
-
64% {
|
|
299
|
-
-webkit-transform: scale(1, 1) translateY(0);
|
|
300
|
-
transform: scale(1, 1) translateY(0); }
|
|
301
|
-
100% {
|
|
302
|
-
-webkit-transform: scale(1, 1) translateY(0);
|
|
303
|
-
transform: scale(1, 1) translateY(0); } }
|
|
218
|
+
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
|
304
219
|
|
|
305
220
|
@keyframes fa-bounce {
|
|
306
221
|
0% {
|
|
307
|
-
|
|
308
|
-
transform: scale(1, 1) translateY(0); }
|
|
222
|
+
transform: scale(1, 1) translateY(0); }
|
|
309
223
|
10% {
|
|
310
|
-
|
|
311
|
-
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
|
224
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
|
312
225
|
30% {
|
|
313
|
-
|
|
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)); }
|
|
226
|
+
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)); }
|
|
315
227
|
50% {
|
|
316
|
-
|
|
317
|
-
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
|
228
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
|
318
229
|
57% {
|
|
319
|
-
|
|
320
|
-
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
|
230
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
|
321
231
|
64% {
|
|
322
|
-
|
|
323
|
-
transform: scale(1, 1) translateY(0); }
|
|
232
|
+
transform: scale(1, 1) translateY(0); }
|
|
324
233
|
100% {
|
|
325
|
-
|
|
326
|
-
transform: scale(1, 1) translateY(0); } }
|
|
327
|
-
|
|
328
|
-
@-webkit-keyframes fa-fade {
|
|
329
|
-
50% {
|
|
330
|
-
opacity: var(--fa-fade-opacity, 0.4); } }
|
|
234
|
+
transform: scale(1, 1) translateY(0); } }
|
|
331
235
|
|
|
332
236
|
@keyframes fa-fade {
|
|
333
237
|
50% {
|
|
334
238
|
opacity: var(--fa-fade-opacity, 0.4); } }
|
|
335
239
|
|
|
336
|
-
@-webkit-keyframes fa-beat-fade {
|
|
337
|
-
0%, 100% {
|
|
338
|
-
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
339
|
-
-webkit-transform: scale(1);
|
|
340
|
-
transform: scale(1); }
|
|
341
|
-
50% {
|
|
342
|
-
opacity: 1;
|
|
343
|
-
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
344
|
-
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
|
345
|
-
|
|
346
240
|
@keyframes fa-beat-fade {
|
|
347
241
|
0%, 100% {
|
|
348
242
|
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
349
|
-
|
|
350
|
-
transform: scale(1); }
|
|
243
|
+
transform: scale(1); }
|
|
351
244
|
50% {
|
|
352
245
|
opacity: 1;
|
|
353
|
-
|
|
354
|
-
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
|
355
|
-
|
|
356
|
-
@-webkit-keyframes fa-flip {
|
|
357
|
-
50% {
|
|
358
|
-
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
359
|
-
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
|
246
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
|
360
247
|
|
|
361
248
|
@keyframes fa-flip {
|
|
362
249
|
50% {
|
|
363
|
-
|
|
364
|
-
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
|
365
|
-
|
|
366
|
-
@-webkit-keyframes fa-shake {
|
|
367
|
-
0% {
|
|
368
|
-
-webkit-transform: rotate(-15deg);
|
|
369
|
-
transform: rotate(-15deg); }
|
|
370
|
-
4% {
|
|
371
|
-
-webkit-transform: rotate(15deg);
|
|
372
|
-
transform: rotate(15deg); }
|
|
373
|
-
8%, 24% {
|
|
374
|
-
-webkit-transform: rotate(-18deg);
|
|
375
|
-
transform: rotate(-18deg); }
|
|
376
|
-
12%, 28% {
|
|
377
|
-
-webkit-transform: rotate(18deg);
|
|
378
|
-
transform: rotate(18deg); }
|
|
379
|
-
16% {
|
|
380
|
-
-webkit-transform: rotate(-22deg);
|
|
381
|
-
transform: rotate(-22deg); }
|
|
382
|
-
20% {
|
|
383
|
-
-webkit-transform: rotate(22deg);
|
|
384
|
-
transform: rotate(22deg); }
|
|
385
|
-
32% {
|
|
386
|
-
-webkit-transform: rotate(-12deg);
|
|
387
|
-
transform: rotate(-12deg); }
|
|
388
|
-
36% {
|
|
389
|
-
-webkit-transform: rotate(12deg);
|
|
390
|
-
transform: rotate(12deg); }
|
|
391
|
-
40%, 100% {
|
|
392
|
-
-webkit-transform: rotate(0deg);
|
|
393
|
-
transform: rotate(0deg); } }
|
|
250
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
|
394
251
|
|
|
395
252
|
@keyframes fa-shake {
|
|
396
253
|
0% {
|
|
397
|
-
|
|
398
|
-
transform: rotate(-15deg); }
|
|
254
|
+
transform: rotate(-15deg); }
|
|
399
255
|
4% {
|
|
400
|
-
|
|
401
|
-
transform: rotate(15deg); }
|
|
256
|
+
transform: rotate(15deg); }
|
|
402
257
|
8%, 24% {
|
|
403
|
-
|
|
404
|
-
transform: rotate(-18deg); }
|
|
258
|
+
transform: rotate(-18deg); }
|
|
405
259
|
12%, 28% {
|
|
406
|
-
|
|
407
|
-
transform: rotate(18deg); }
|
|
260
|
+
transform: rotate(18deg); }
|
|
408
261
|
16% {
|
|
409
|
-
|
|
410
|
-
transform: rotate(-22deg); }
|
|
262
|
+
transform: rotate(-22deg); }
|
|
411
263
|
20% {
|
|
412
|
-
|
|
413
|
-
transform: rotate(22deg); }
|
|
264
|
+
transform: rotate(22deg); }
|
|
414
265
|
32% {
|
|
415
|
-
|
|
416
|
-
transform: rotate(-12deg); }
|
|
266
|
+
transform: rotate(-12deg); }
|
|
417
267
|
36% {
|
|
418
|
-
|
|
419
|
-
transform: rotate(12deg); }
|
|
268
|
+
transform: rotate(12deg); }
|
|
420
269
|
40%, 100% {
|
|
421
|
-
|
|
422
|
-
transform: rotate(0deg); } }
|
|
423
|
-
|
|
424
|
-
@-webkit-keyframes fa-spin {
|
|
425
|
-
0% {
|
|
426
|
-
-webkit-transform: rotate(0deg);
|
|
427
|
-
transform: rotate(0deg); }
|
|
428
|
-
100% {
|
|
429
|
-
-webkit-transform: rotate(360deg);
|
|
430
|
-
transform: rotate(360deg); } }
|
|
270
|
+
transform: rotate(0deg); } }
|
|
431
271
|
|
|
432
272
|
@keyframes fa-spin {
|
|
433
273
|
0% {
|
|
434
|
-
|
|
435
|
-
transform: rotate(0deg); }
|
|
274
|
+
transform: rotate(0deg); }
|
|
436
275
|
100% {
|
|
437
|
-
|
|
438
|
-
transform: rotate(360deg); } }
|
|
276
|
+
transform: rotate(360deg); } }
|
|
439
277
|
|
|
440
278
|
.fa-rotate-90 {
|
|
441
|
-
|
|
442
|
-
transform: rotate(90deg); }
|
|
279
|
+
transform: rotate(90deg); }
|
|
443
280
|
|
|
444
281
|
.fa-rotate-180 {
|
|
445
|
-
|
|
446
|
-
transform: rotate(180deg); }
|
|
282
|
+
transform: rotate(180deg); }
|
|
447
283
|
|
|
448
284
|
.fa-rotate-270 {
|
|
449
|
-
|
|
450
|
-
transform: rotate(270deg); }
|
|
285
|
+
transform: rotate(270deg); }
|
|
451
286
|
|
|
452
287
|
.fa-flip-horizontal {
|
|
453
|
-
|
|
454
|
-
transform: scale(-1, 1); }
|
|
288
|
+
transform: scale(-1, 1); }
|
|
455
289
|
|
|
456
290
|
.fa-flip-vertical {
|
|
457
|
-
|
|
458
|
-
transform: scale(1, -1); }
|
|
291
|
+
transform: scale(1, -1); }
|
|
459
292
|
|
|
460
293
|
.fa-flip-both,
|
|
461
294
|
.fa-flip-horizontal.fa-flip-vertical {
|
|
462
|
-
|
|
463
|
-
transform: scale(-1, -1); }
|
|
295
|
+
transform: scale(-1, -1); }
|
|
464
296
|
|
|
465
297
|
.fa-rotate-by {
|
|
466
|
-
|
|
467
|
-
transform: rotate(var(--fa-rotate-angle, 0)); }
|
|
298
|
+
transform: rotate(var(--fa-rotate-angle, 0)); }
|
|
468
299
|
|
|
469
300
|
.fa-stack {
|
|
470
301
|
display: inline-block;
|
|
@@ -1892,6 +1723,12 @@ readers do not read off random characters that represent icons */
|
|
|
1892
1723
|
.fa-passport::before {
|
|
1893
1724
|
content: "\f5ab"; }
|
|
1894
1725
|
|
|
1726
|
+
.fa-thumbtack-slash::before {
|
|
1727
|
+
content: "\e68f"; }
|
|
1728
|
+
|
|
1729
|
+
.fa-thumb-tack-slash::before {
|
|
1730
|
+
content: "\e68f"; }
|
|
1731
|
+
|
|
1895
1732
|
.fa-heart-pulse::before {
|
|
1896
1733
|
content: "\f21e"; }
|
|
1897
1734
|
|
|
@@ -6203,6 +6040,9 @@ readers do not read off random characters that represent icons */
|
|
|
6203
6040
|
.fa-bone::before {
|
|
6204
6041
|
content: "\f5d7"; }
|
|
6205
6042
|
|
|
6043
|
+
.fa-table-cells-row-unlock::before {
|
|
6044
|
+
content: "\e691"; }
|
|
6045
|
+
|
|
6206
6046
|
.fa-user-injured::before {
|
|
6207
6047
|
content: "\f728"; }
|
|
6208
6048
|
|
|
@@ -6490,6 +6330,9 @@ readers do not read off random characters that represent icons */
|
|
|
6490
6330
|
.fa-jxl:before {
|
|
6491
6331
|
content: "\e67b"; }
|
|
6492
6332
|
|
|
6333
|
+
.fa-dart-lang:before {
|
|
6334
|
+
content: "\e693"; }
|
|
6335
|
+
|
|
6493
6336
|
.fa-hire-a-helper:before {
|
|
6494
6337
|
content: "\f3b0"; }
|
|
6495
6338
|
|
|
@@ -7429,6 +7272,9 @@ readers do not read off random characters that represent icons */
|
|
|
7429
7272
|
.fa-twitch:before {
|
|
7430
7273
|
content: "\f1e8"; }
|
|
7431
7274
|
|
|
7275
|
+
.fa-flutter:before {
|
|
7276
|
+
content: "\e694"; }
|
|
7277
|
+
|
|
7432
7278
|
.fa-ravelry:before {
|
|
7433
7279
|
content: "\f2d9"; }
|
|
7434
7280
|
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"fabDAndD",
|
|
102
102
|
"fabDAndDBeyond",
|
|
103
103
|
"fabDailymotion",
|
|
104
|
+
"fabDartLang",
|
|
104
105
|
"fabDashcube",
|
|
105
106
|
"fabDebian",
|
|
106
107
|
"fabDeezer",
|
|
@@ -150,6 +151,7 @@
|
|
|
150
151
|
"fabFirstdraft",
|
|
151
152
|
"fabFlickr",
|
|
152
153
|
"fabFlipboard",
|
|
154
|
+
"fabFlutter",
|
|
153
155
|
"fabFly",
|
|
154
156
|
"fabFontAwesome",
|
|
155
157
|
"fabFonticons",
|
|
@@ -1841,6 +1843,7 @@
|
|
|
1841
1843
|
"fasTableCellsColumnLock",
|
|
1842
1844
|
"fasTableCellsLarge",
|
|
1843
1845
|
"fasTableCellsRowLock",
|
|
1846
|
+
"fasTableCellsRowUnlock",
|
|
1844
1847
|
"fasTableColumns",
|
|
1845
1848
|
"fasTableList",
|
|
1846
1849
|
"fasTableTennisPaddleBall",
|
|
@@ -1881,6 +1884,7 @@
|
|
|
1881
1884
|
"fasThumbsDown",
|
|
1882
1885
|
"fasThumbsUp",
|
|
1883
1886
|
"fasThumbtack",
|
|
1887
|
+
"fasThumbtackSlash",
|
|
1884
1888
|
"fasTicket",
|
|
1885
1889
|
"fasTicketSimple",
|
|
1886
1890
|
"fasTimeline",
|
|
@@ -2018,6 +2022,7 @@
|
|
|
2018
2022
|
"fasWater",
|
|
2019
2023
|
"fasWaterLadder",
|
|
2020
2024
|
"fasWaveSquare",
|
|
2025
|
+
"fasWebAwesome",
|
|
2021
2026
|
"fasWeightHanging",
|
|
2022
2027
|
"fasWeightScale",
|
|
2023
2028
|
"fasWheatAwn",
|