@quasar/extras 1.12.3 → 1.13.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.
Files changed (58) hide show
  1. package/README.md +14 -12
  2. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  3. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  4. package/bootstrap-icons/icons.json +741 -595
  5. package/bootstrap-icons/index.d.ts +764 -618
  6. package/bootstrap-icons/index.js +744 -598
  7. package/eva-icons/icons.json +245 -245
  8. package/eva-icons/index.d.ts +245 -245
  9. package/eva-icons/index.js +245 -245
  10. package/fontawesome-v5/icons.json +226 -226
  11. package/fontawesome-v5/index.d.ts +225 -225
  12. package/fontawesome-v5/index.js +226 -226
  13. package/fontawesome-v6/LICENSE.txt +165 -0
  14. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  15. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  16. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  17. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  18. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  19. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  20. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  21. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  22. package/fontawesome-v6/fontawesome-v6.css +7003 -0
  23. package/fontawesome-v6/icons.json +1750 -0
  24. package/fontawesome-v6/index.d.ts +1750 -0
  25. package/fontawesome-v6/index.js +1750 -0
  26. package/ionicons-v6/icons.json +417 -417
  27. package/ionicons-v6/index.d.ts +418 -418
  28. package/ionicons-v6/index.js +418 -418
  29. package/line-awesome/icons.json +204 -204
  30. package/line-awesome/index.d.ts +204 -204
  31. package/line-awesome/index.js +204 -204
  32. package/material-icons/icons.json +492 -463
  33. package/material-icons/index.d.ts +144 -115
  34. package/material-icons/index.js +130 -101
  35. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  36. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  37. package/material-icons-outlined/icons.json +481 -452
  38. package/material-icons-outlined/index.d.ts +144 -115
  39. package/material-icons-outlined/index.js +130 -101
  40. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  41. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  42. package/material-icons-round/icons.json +465 -436
  43. package/material-icons-round/index.d.ts +144 -115
  44. package/material-icons-round/index.js +130 -101
  45. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  46. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  47. package/material-icons-sharp/icons.json +461 -432
  48. package/material-icons-sharp/index.d.ts +144 -115
  49. package/material-icons-sharp/index.js +130 -101
  50. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  51. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  52. package/mdi-v6/icons.json +2226 -2226
  53. package/mdi-v6/index.d.ts +2226 -2226
  54. package/mdi-v6/index.js +2226 -2226
  55. package/package.json +7 -7
  56. package/themify/icons.json +65 -65
  57. package/themify/index.d.ts +64 -64
  58. package/themify/index.js +65 -65
package/README.md CHANGED
@@ -23,20 +23,21 @@ Please make sure you have latest `@quasar/extras` npm package version installed
23
23
  | --- | --- | --- | --- | --- | --- |
24
24
  | Roboto Font | CDN v29 | `roboto-font` | Recommended font along Material theme | | [License](roboto-font/LICENSE) |
25
25
  | Roboto Font Latin Extended | CDN v29 | `roboto-font-latin-ext` | Recommended font along Material theme | | [License](roboto-font-latin-ext/LICENSE) |
26
- | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v120 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2.0+ | [License](material-icons/LICENSE) |
27
- | [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v94 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-outlined/LICENSE) |
28
- | [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v93 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-round/LICENSE) |
29
- | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v94 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-sharp/LICENSE) |
26
+ | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v125 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2.0+ | [License](material-icons/LICENSE) |
27
+ | [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v100 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-outlined/LICENSE) |
28
+ | [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v99 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-round/LICENSE) |
29
+ | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v100 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-sharp/LICENSE) |
30
30
  | [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.5.95 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
31
31
  | [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
32
32
  | MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
33
33
  | MDI v3 (Material Design Icons) | 3.6.95 | `mdi-v3` | Extended Material Design icons font | | [License](mdi-v3/LICENSE) |
34
- | [Font Awesome](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `fontawesome-v5` | Fontawesome icons font | | [License](fontawesome-v5/LICENSE.txt) |
34
+ | [Font Awesome v6](https://fontawesome.com/icons) | 6.0.0 | `fontawesome-v6` | Fontawesome icons font | Requires: @quasar/extras 1.13+| [License](fontawesome-v6/LICENSE.txt) |
35
+ | [Font Awesome v5](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `fontawesome-v5` | Fontawesome icons font | | [License](fontawesome-v5/LICENSE.txt) |
35
36
  | [Ionicons](https://ionicons.com/v4) | 4.6.3 | `ionicons-v4` | Ionicons font | | [License](ionicons-v4/LICENSE) |
36
37
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
37
38
  | [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `themify` | Themify Icons font | | [License](themify/LICENSE) |
38
39
  | [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `line-awesome` | Line Awesome font | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
39
- | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.1 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
40
+ | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.8.1 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
40
41
  | [Animate.css](https://animate.style/) | 4.1.1 | Use `animations` prop | Bundle of animations you can use in your website/app | | [License](animate/LICENSE) |
41
42
 
42
43
  > Install one of MDI v5, MDI v4 or MDI v3, but never together at the same time.
@@ -48,21 +49,22 @@ Please make sure you have latest `@quasar/extras` npm package version installed
48
49
 
49
50
  | Vendor | Version | Quasar IconSet name | Import Icons from | Notes | License |
50
51
  | --- | --- | --- | --- | --- | --- |
51
- | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v120 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
52
- | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v94 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
53
- | [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v93 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
54
- | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v94 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
52
+ | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v125 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
53
+ | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v100 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
54
+ | [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v99 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
55
+ | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v100 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
55
56
  | [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.5.95 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
56
57
  | [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
57
58
  | MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
58
- | [Font Awesome](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
59
+ | [Font Awesome v6](https://fontawesome.com/icons) | 6.0.0 | `svg-fontawesome-v6` | `@quasar/extras/fontawesome-v6` | Requires: @quasar/extras 1.13+ | [License](fontawesome-v5/LICENSE.txt) |
60
+ | [Font Awesome v5](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
59
61
  | [Ionicons v6](https://ionicons.com/) | 6.0.0 | `svg-ionicons-v6` | `@quasar/extras/ionicons-v6` | Requires: @quasar/extras 1.12+ | [Icon License](ionicons-v6/LICENSE) |
60
62
  | [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) |
61
63
  | [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) |
62
64
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
63
65
  | [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `svg-themify` | `@quasar/extras/themify` | | [License](themify/LICENSE) |
64
66
  | [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) |
65
- | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.2 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
67
+ | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.8.1 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
66
68
 
67
69
  Example:
68
70