@quasar/extras 2.0.0 → 2.0.2

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 (25) hide show
  1. package/README.md +8 -8
  2. package/exports/fontawesome-v7/fa-brands-400.woff2 +0 -0
  3. package/exports/fontawesome-v7/fa-regular-400.woff2 +0 -0
  4. package/exports/fontawesome-v7/fa-solid-900.woff2 +0 -0
  5. package/exports/fontawesome-v7/fa-v4compatibility.woff2 +0 -0
  6. package/exports/fontawesome-v7/fontawesome-v7.css +624 -39
  7. package/exports/fontawesome-v7/icons.json +17 -0
  8. package/exports/fontawesome-v7/index.d.ts +18 -1
  9. package/exports/fontawesome-v7/index.js +28 -11
  10. package/exports/material-symbols-outlined/icons.json +13 -3
  11. package/exports/material-symbols-outlined/index.d.ts +13 -3
  12. package/exports/material-symbols-outlined/index.js +15 -5
  13. package/exports/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  14. package/exports/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  15. package/exports/material-symbols-rounded/icons.json +13 -3
  16. package/exports/material-symbols-rounded/index.d.ts +13 -3
  17. package/exports/material-symbols-rounded/index.js +15 -5
  18. package/exports/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  19. package/exports/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  20. package/exports/material-symbols-sharp/icons.json +13 -3
  21. package/exports/material-symbols-sharp/index.d.ts +13 -3
  22. package/exports/material-symbols-sharp/index.js +15 -5
  23. package/exports/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  24. package/exports/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  25. package/package.json +4 -4
package/README.md CHANGED
@@ -30,11 +30,11 @@ Please make sure you have latest `@quasar/extras` npm package version installed
30
30
  | [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v110 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](exports/material-icons-outlined/LICENSE) |
31
31
  | [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v109 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](exports/material-icons-round/LICENSE) |
32
32
  | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v110 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](exports/material-icons-sharp/LICENSE) |
33
- | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v341 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-outlined/LICENSE) |
34
- | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v343 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-rounded/LICENSE) |
35
- | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v339 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-sharp/LICENSE) |
33
+ | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v355 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-outlined/LICENSE) |
34
+ | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v356 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-rounded/LICENSE) |
35
+ | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v352 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-sharp/LICENSE) |
36
36
  | [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](exports/mdi-v7/LICENSE) |
37
- | [Font Awesome v7](https://fontawesome.com/icons) | 7.2.0 | `fontawesome-v7` | Fontawesome icons font | Requires: @quasar/extras 1.18+ | [License](exports/fontawesome-v7/LICENSE.txt) |
37
+ | [Font Awesome v7](https://fontawesome.com/icons) | 7.3.0 | `fontawesome-v7` | Fontawesome icons font | Requires: @quasar/extras 1.18+ | [License](exports/fontawesome-v7/LICENSE.txt) |
38
38
  | [Ionicons](https://ionicons.com/v4) | 4.6.3 | `ionicons-v4` | Ionicons font | | [License](exports/ionicons-v4/LICENSE) |
39
39
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](exports/eva-icons/LICENSE) |
40
40
  | [Themify Icons](https://themify.me/themify-icons) | 0.1.2 | `themify` | Themify Icons font | | [License](exports/themify/LICENSE) |
@@ -56,11 +56,11 @@ Please make sure you have latest `@quasar/extras` npm package version installed
56
56
  | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v110 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](exports/material-icons-outlined/LICENSE) |
57
57
  | [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v109 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](exports/material-icons-round/LICENSE) |
58
58
  | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v110 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](exports/material-icons-sharp/LICENSE) |
59
- | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v341 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-outlined/LICENSE) |
60
- | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v343 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-rounded/LICENSE) |
61
- | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v339 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-sharp/LICENSE) |
59
+ | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v355 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-outlined/LICENSE) |
60
+ | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v356 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-rounded/LICENSE) |
61
+ | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v352 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](exports/material-symbols-sharp/LICENSE) |
62
62
  | [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](exports/mdi-v7/LICENSE) |
63
- | [Font Awesome v7](https://fontawesome.com/icons) | 7.2.0 | `svg-fontawesome-v7` | `@quasar/extras/fontawesome-v7` | Requires: @quasar/extras 1.17+ | [License](exports/fontawesome-v7/LICENSE.txt) |
63
+ | [Font Awesome v7](https://fontawesome.com/icons) | 7.3.0 | `svg-fontawesome-v7` | `@quasar/extras/fontawesome-v7` | Requires: @quasar/extras 1.17+ | [License](exports/fontawesome-v7/LICENSE.txt) |
64
64
  | [Ionicons v8](https://ionicons.com/) | 8.0.13 | `svg-ionicons-v8` | `@quasar/extras/ionicons-v8` | Requires: @quasar/extras 1.18+ | [Icon License](exports/ionicons-v8/LICENSE) |
65
65
  | Ionicons v4 | 4.6.3 | `svg-ionicons-v4` | `@quasar/extras/ionicons-v4` | No icon font (woff/woff2) files for Ionicons since v4.6.3 | [Icon License](exports/ionicons-v4/LICENSE) |
66
66
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](exports/eva-icons/LICENSE) |