@quasar/extras 1.15.9 → 1.15.11

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.
Files changed (37) hide show
  1. package/README.md +11 -11
  2. package/fontawesome-v6/LICENSE.txt +2 -2
  3. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  4. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  5. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  6. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  7. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  8. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  9. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  10. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  11. package/fontawesome-v6/fontawesome-v6.css +13 -4
  12. package/fontawesome-v6/icons.json +2 -0
  13. package/fontawesome-v6/index.d.ts +3 -1
  14. package/fontawesome-v6/index.js +822 -820
  15. package/fontawesome-v6/index.mjs +822 -820
  16. package/ionicons-v6/index.d.ts +1 -1
  17. package/ionicons-v6/index.js +1 -1
  18. package/ionicons-v6/index.mjs +1 -1
  19. package/material-symbols-outlined/icons.json +255 -0
  20. package/material-symbols-outlined/index.d.ts +255 -0
  21. package/material-symbols-outlined/index.js +270 -15
  22. package/material-symbols-outlined/index.mjs +270 -15
  23. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  24. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  25. package/material-symbols-rounded/icons.json +255 -0
  26. package/material-symbols-rounded/index.d.ts +255 -0
  27. package/material-symbols-rounded/index.js +272 -17
  28. package/material-symbols-rounded/index.mjs +272 -17
  29. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  30. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  31. package/material-symbols-sharp/icons.json +255 -0
  32. package/material-symbols-sharp/index.d.ts +255 -0
  33. package/material-symbols-sharp/index.js +271 -16
  34. package/material-symbols-sharp/index.mjs +271 -16
  35. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  36. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  37. package/package.json +4 -4
package/README.md CHANGED
@@ -27,15 +27,15 @@ Please make sure you have latest `@quasar/extras` npm package version installed
27
27
  | [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v108 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](material-icons-outlined/LICENSE) |
28
28
  | [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v107 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](material-icons-round/LICENSE) |
29
29
  | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v108 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](material-icons-sharp/LICENSE) |
30
- | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v75 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
31
- | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v75 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
32
- | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v74 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
30
+ | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v86 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
31
+ | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v86 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
32
+ | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v83 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
33
33
  | [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.1.96 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
34
34
  | MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
35
35
  | MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
36
36
  | MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
37
37
  | MDI v3 (Material Design Icons) | 3.6.95 | `mdi-v3` | Extended Material Design icons font | | [License](mdi-v3/LICENSE) |
38
- | [Font Awesome v6](https://fontawesome.com/icons) | 6.2.1 | `fontawesome-v6` | Fontawesome icons font | Requires: @quasar/extras 1.13+| [License](fontawesome-v6/LICENSE.txt) |
38
+ | [Font Awesome v6](https://fontawesome.com/icons) | 6.3.0 | `fontawesome-v6` | Fontawesome icons font | Requires: @quasar/extras 1.13+| [License](fontawesome-v6/LICENSE.txt) |
39
39
  | Font Awesome v5 | 5.15.4 | `fontawesome-v5` | Fontawesome icons font | | [License](fontawesome-v5/LICENSE.txt) |
40
40
  | [Ionicons](https://ionicons.com/v4) | 4.6.3 | `ionicons-v4` | Ionicons font | | [License](ionicons-v4/LICENSE) |
41
41
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
@@ -57,18 +57,18 @@ Please make sure you have latest `@quasar/extras` npm package version installed
57
57
  | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v108 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
58
58
  | [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v107 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
59
59
  | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v108 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
60
- | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v75 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
61
- | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v75 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
62
- | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v74 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
60
+ | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v86 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
61
+ | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v86 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
62
+ | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v83 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
63
63
  | [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.1.96 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
64
64
  | MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
65
65
  | MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
66
66
  | MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
67
- | [Font Awesome v6](https://fontawesome.com/icons) | 6.2.1 | `svg-fontawesome-v6` | `@quasar/extras/fontawesome-v6` | Requires: @quasar/extras 1.13+ | [License](fontawesome-v5/LICENSE.txt) |
67
+ | [Font Awesome v6](https://fontawesome.com/icons) | 6.3.0 | `svg-fontawesome-v6` | `@quasar/extras/fontawesome-v6` | Requires: @quasar/extras 1.13+ | [License](fontawesome-v5/LICENSE.txt) |
68
68
  | Font Awesome v5 | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
69
- | [Ionicons v6](https://ionicons.com/) | 6.0.4 | `svg-ionicons-v6` | `@quasar/extras/ionicons-v6` | Requires: @quasar/extras 1.12+ | [Icon License](ionicons-v6/LICENSE) |
70
- | [Ionicons v5](https://ionicons.com/) | 5.5.4 | `svg-ionicons-v5` | `@quasar/extras/ionicons-v5` | Requires: @quasar/extras 1.7+ | [Icon License](ionicons-v5/LICENSE) |
71
- | [Ionicons v4](https://ionicons.com/v4/) | 4.6.3 | `svg-ionicons-v4` | `@quasar/extras/ionicons-v4` | No icon font (woof) files for Ionicons since v4.6.3 | [Icon License](ionicons-v4/LICENSE) |
69
+ | [Ionicons v6](https://ionicons.com/) | 6.1.3 | `svg-ionicons-v6` | `@quasar/extras/ionicons-v6` | Requires: @quasar/extras 1.12+ | [Icon License](ionicons-v6/LICENSE) |
70
+ | Ionicons v5 | 5.5.4 | `svg-ionicons-v5` | `@quasar/extras/ionicons-v5` | Requires: @quasar/extras 1.7+ | [Icon License](ionicons-v5/LICENSE) |
71
+ | Ionicons v4 | 4.6.3 | `svg-ionicons-v4` | `@quasar/extras/ionicons-v4` | No icon font (woof) files for Ionicons since v4.6.3 | [Icon License](ionicons-v4/LICENSE) |
72
72
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
73
73
  | [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `svg-themify` | `@quasar/extras/themify` | | [License](themify/LICENSE) |
74
74
  | [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `svg-line-awesome` | `@quasar/extras/line-awesome` | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
@@ -23,7 +23,7 @@ as SVG and JS file types.
23
23
  In the Font Awesome Free download, the SIL OFL license applies to all icons
24
24
  packaged as web and desktop font files.
25
25
 
26
- Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com)
26
+ Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
27
27
  with Reserved Font Name: "Font Awesome".
28
28
 
29
29
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
123
123
  In the Font Awesome Free download, the MIT license applies to all non-font and
124
124
  non-icon files.
125
125
 
126
- Copyright 2022 Fonticons, Inc.
126
+ Copyright 2023 Fonticons, Inc.
127
127
 
128
128
  Permission is hereby granted, free of charge, to any person obtaining a copy of
129
129
  this software and associated documentation files (the "Software"), to deal in the
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.3.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
- * Copyright 2022 Fonticons, Inc.
4
+ * Copyright 2023 Fonticons, Inc.
5
5
  */
6
6
  .fa {
7
7
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
@@ -258,8 +258,10 @@
258
258
  animation-duration: 1ms;
259
259
  -webkit-animation-iteration-count: 1;
260
260
  animation-iteration-count: 1;
261
- transition-delay: 0s;
262
- transition-duration: 0s; } }
261
+ -webkit-transition-delay: 0s;
262
+ transition-delay: 0s;
263
+ -webkit-transition-duration: 0s;
264
+ transition-duration: 0s; } }
263
265
 
264
266
  @-webkit-keyframes fa-beat {
265
267
  0%, 90% {
@@ -491,6 +493,7 @@
491
493
 
492
494
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
493
495
  readers do not read off random characters that represent icons */
496
+
494
497
  .fa-0::before {
495
498
  content: "\30"; }
496
499
 
@@ -7744,6 +7747,9 @@ readers do not read off random characters that represent icons */
7744
7747
  .fa-internet-explorer:before {
7745
7748
  content: "\f26b"; }
7746
7749
 
7750
+ .fa-stubber:before {
7751
+ content: "\e5c7"; }
7752
+
7747
7753
  .fa-telegram:before {
7748
7754
  content: "\f2c6"; }
7749
7755
 
@@ -7753,6 +7759,9 @@ readers do not read off random characters that represent icons */
7753
7759
  .fa-old-republic:before {
7754
7760
  content: "\f510"; }
7755
7761
 
7762
+ .fa-odysee:before {
7763
+ content: "\e5c6"; }
7764
+
7756
7765
  .fa-square-whatsapp:before {
7757
7766
  content: "\f40c"; }
7758
7767
 
@@ -269,6 +269,7 @@
269
269
  "fabNutritionix",
270
270
  "fabOctopusDeploy",
271
271
  "fabOdnoklassniki",
272
+ "fabOdysee",
272
273
  "fabOldRepublic",
273
274
  "fabOpencart",
274
275
  "fabOpenid",
@@ -387,6 +388,7 @@
387
388
  "fabStrava",
388
389
  "fabStripe",
389
390
  "fabStripeS",
391
+ "fabStubber",
390
392
  "fabStudiovinari",
391
393
  "fabStumbleupon",
392
394
  "fabStumbleuponCircle",
@@ -1,4 +1,4 @@
1
- /* Fontawesome Free v6.2.1 */
1
+ /* Fontawesome Free v6.3.0 */
2
2
 
3
3
  export declare const fab42Group: string;
4
4
  export declare const fab500px: string;
@@ -270,6 +270,7 @@ export declare const fabNs8: string;
270
270
  export declare const fabNutritionix: string;
271
271
  export declare const fabOctopusDeploy: string;
272
272
  export declare const fabOdnoklassniki: string;
273
+ export declare const fabOdysee: string;
273
274
  export declare const fabOldRepublic: string;
274
275
  export declare const fabOpencart: string;
275
276
  export declare const fabOpenid: string;
@@ -388,6 +389,7 @@ export declare const fabStickerMule: string;
388
389
  export declare const fabStrava: string;
389
390
  export declare const fabStripe: string;
390
391
  export declare const fabStripeS: string;
392
+ export declare const fabStubber: string;
391
393
  export declare const fabStudiovinari: string;
392
394
  export declare const fabStumbleupon: string;
393
395
  export declare const fabStumbleuponCircle: string;