@quasar/extras 1.12.5 → 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 (40) 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 +1 -1
  5. package/bootstrap-icons/index.d.ts +2 -2
  6. package/bootstrap-icons/index.js +66 -66
  7. package/fontawesome-v6/LICENSE.txt +165 -0
  8. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  9. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  10. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  11. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  12. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  13. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  14. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  15. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  16. package/fontawesome-v6/fontawesome-v6.css +7003 -0
  17. package/fontawesome-v6/icons.json +1750 -0
  18. package/fontawesome-v6/index.d.ts +1750 -0
  19. package/fontawesome-v6/index.js +1750 -0
  20. package/material-icons/icons.json +447 -421
  21. package/material-icons/index.d.ts +26 -0
  22. package/material-icons/index.js +26 -0
  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 +461 -435
  26. package/material-icons-outlined/index.d.ts +26 -0
  27. package/material-icons-outlined/index.js +26 -0
  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 +446 -420
  31. package/material-icons-round/index.d.ts +26 -0
  32. package/material-icons-round/index.js +26 -0
  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 +448 -422
  36. package/material-icons-sharp/index.d.ts +26 -0
  37. package/material-icons-sharp/index.js +26 -0
  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/package.json +5 -5
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 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) |
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.8.0 | `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 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) |
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.8.0 | `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
 
@@ -1650,8 +1650,8 @@
1650
1650
  "biWordpress",
1651
1651
  "biWrench",
1652
1652
  "biWrenchAdjustable",
1653
+ "biWrenchAdjustableCircle",
1653
1654
  "biWrenchAdjustableCircleFill",
1654
- "biWrenchAdjustableCricle",
1655
1655
  "biX",
1656
1656
  "biXCircle",
1657
1657
  "biXCircleFill",
@@ -1,4 +1,4 @@
1
- /* Bootstrap v1.8.0 */
1
+ /* Bootstrap v1.8.1 */
2
2
 
3
3
  export declare const bi123: string;
4
4
  export declare const biActivity: string;
@@ -1651,8 +1651,8 @@ export declare const biWindows: string;
1651
1651
  export declare const biWordpress: string;
1652
1652
  export declare const biWrench: string;
1653
1653
  export declare const biWrenchAdjustable: string;
1654
+ export declare const biWrenchAdjustableCircle: string;
1654
1655
  export declare const biWrenchAdjustableCircleFill: string;
1655
- export declare const biWrenchAdjustableCricle: string;
1656
1656
  export declare const biX: string;
1657
1657
  export declare const biXCircle: string;
1658
1658
  export declare const biXCircleFill: string;