@quasar/extras 1.12.4 → 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 (37) hide show
  1. package/README.md +2 -2
  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 +742 -596
  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/ionicons-v6/icons.json +417 -417
  14. package/ionicons-v6/index.d.ts +418 -418
  15. package/ionicons-v6/index.js +418 -418
  16. package/line-awesome/icons.json +204 -204
  17. package/line-awesome/index.d.ts +204 -204
  18. package/line-awesome/index.js +204 -204
  19. package/material-icons/icons.json +640 -640
  20. package/material-icons/index.d.ts +116 -116
  21. package/material-icons/index.js +102 -102
  22. package/material-icons-outlined/icons.json +666 -666
  23. package/material-icons-outlined/index.d.ts +116 -116
  24. package/material-icons-outlined/index.js +102 -102
  25. package/material-icons-round/icons.json +616 -616
  26. package/material-icons-round/index.d.ts +116 -116
  27. package/material-icons-round/index.js +102 -102
  28. package/material-icons-sharp/icons.json +588 -588
  29. package/material-icons-sharp/index.d.ts +116 -116
  30. package/material-icons-sharp/index.js +102 -102
  31. package/mdi-v6/icons.json +2226 -2226
  32. package/mdi-v6/index.d.ts +2226 -2226
  33. package/mdi-v6/index.js +2226 -2226
  34. package/package.json +4 -4
  35. package/themify/icons.json +65 -65
  36. package/themify/index.d.ts +64 -64
  37. package/themify/index.js +65 -65
package/README.md CHANGED
@@ -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.
@@ -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.2 | `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