@quasar/extras 1.12.1 → 1.12.5

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 (46) hide show
  1. package/README.md +10 -10
  2. package/bootstrap-icons/bootstrap-icons.css +2 -2
  3. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  4. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  5. package/bootstrap-icons/icons.json +1670 -0
  6. package/bootstrap-icons/index.d.ts +765 -619
  7. package/bootstrap-icons/index.js +743 -597
  8. package/eva-icons/icons.json +492 -0
  9. package/eva-icons/index.d.ts +245 -245
  10. package/eva-icons/index.js +245 -245
  11. package/fontawesome-v5/icons.json +1613 -0
  12. package/fontawesome-v5/index.d.ts +225 -225
  13. package/fontawesome-v5/index.js +226 -226
  14. package/ionicons-v6/icons.json +1334 -0
  15. package/ionicons-v6/index.d.ts +418 -418
  16. package/ionicons-v6/index.js +418 -418
  17. package/line-awesome/icons.json +1546 -0
  18. package/line-awesome/index.d.ts +204 -204
  19. package/line-awesome/index.js +204 -204
  20. package/material-icons/icons.json +2051 -0
  21. package/material-icons/index.d.ts +166 -109
  22. package/material-icons/index.js +155 -98
  23. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  24. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  25. package/material-icons-outlined/icons.json +2051 -0
  26. package/material-icons-outlined/index.d.ts +166 -109
  27. package/material-icons-outlined/index.js +155 -98
  28. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  29. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  30. package/material-icons-round/icons.json +2051 -0
  31. package/material-icons-round/index.d.ts +166 -109
  32. package/material-icons-round/index.js +155 -98
  33. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  34. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  35. package/material-icons-sharp/icons.json +2051 -0
  36. package/material-icons-sharp/index.d.ts +166 -109
  37. package/material-icons-sharp/index.js +155 -98
  38. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  39. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  40. package/mdi-v6/icons.json +6597 -0
  41. package/mdi-v6/index.d.ts +2226 -2226
  42. package/mdi-v6/index.js +2226 -2226
  43. package/package.json +5 -5
  44. package/themify/icons.json +354 -0
  45. package/themify/index.d.ts +64 -64
  46. package/themify/index.js +65 -65
package/README.md CHANGED
@@ -23,10 +23,10 @@ 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 v115 | `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 v90 | `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 v89 | `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 v90 | `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 v121 | `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 v95 | `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 v94 | `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 v95 | `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) |
@@ -36,7 +36,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
36
36
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
37
37
  | [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `themify` | Themify Icons font | | [License](themify/LICENSE) |
38
38
  | [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) |
39
+ | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.8.0 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
40
40
  | [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
41
 
42
42
  > Install one of MDI v5, MDI v4 or MDI v3, but never together at the same time.
@@ -48,10 +48,10 @@ Please make sure you have latest `@quasar/extras` npm package version installed
48
48
 
49
49
  | Vendor | Version | Quasar IconSet name | Import Icons from | Notes | License |
50
50
  | --- | --- | --- | --- | --- | --- |
51
- | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v115 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
52
- | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v90 | `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 v89 | `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 v90 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
51
+ | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v121 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
52
+ | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v95 | `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 v94 | `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 v95 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
55
55
  | [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.5.95 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
56
56
  | [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
57
57
  | MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
@@ -62,7 +62,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
62
62
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
63
63
  | [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `svg-themify` | `@quasar/extras/themify` | | [License](themify/LICENSE) |
64
64
  | [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.1 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
65
+ | [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.8.0 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
66
66
 
67
67
  Example:
68
68
 
@@ -1505,8 +1505,8 @@ url("./bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
1505
1505
  .bi-ticket-detailed-fill::before { content: "\f6c6"; }
1506
1506
  .bi-ticket-detailed::before { content: "\f6c7"; }
1507
1507
  .bi-ticket-fill::before { content: "\f6c8"; }
1508
- .bi-ticket-perferated-fill::before { content: "\f6c9"; }
1509
- .bi-ticket-perferated::before { content: "\f6ca"; }
1508
+ .bi-ticket-perforated-fill::before { content: "\f6c9"; }
1509
+ .bi-ticket-perforated::before { content: "\f6ca"; }
1510
1510
  .bi-ticket::before { content: "\f6cb"; }
1511
1511
  .bi-tiktok::before { content: "\f6cc"; }
1512
1512
  .bi-window-dash::before { content: "\f6cd"; }