@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.
- package/README.md +2 -2
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +741 -595
- package/bootstrap-icons/index.d.ts +764 -618
- package/bootstrap-icons/index.js +742 -596
- package/eva-icons/icons.json +245 -245
- package/eva-icons/index.d.ts +245 -245
- package/eva-icons/index.js +245 -245
- package/fontawesome-v5/icons.json +226 -226
- package/fontawesome-v5/index.d.ts +225 -225
- package/fontawesome-v5/index.js +226 -226
- package/ionicons-v6/icons.json +417 -417
- package/ionicons-v6/index.d.ts +418 -418
- package/ionicons-v6/index.js +418 -418
- package/line-awesome/icons.json +204 -204
- package/line-awesome/index.d.ts +204 -204
- package/line-awesome/index.js +204 -204
- package/material-icons/icons.json +640 -640
- package/material-icons/index.d.ts +116 -116
- package/material-icons/index.js +102 -102
- package/material-icons-outlined/icons.json +666 -666
- package/material-icons-outlined/index.d.ts +116 -116
- package/material-icons-outlined/index.js +102 -102
- package/material-icons-round/icons.json +616 -616
- package/material-icons-round/index.d.ts +116 -116
- package/material-icons-round/index.js +102 -102
- package/material-icons-sharp/icons.json +588 -588
- package/material-icons-sharp/index.d.ts +116 -116
- package/material-icons-sharp/index.js +102 -102
- package/mdi-v6/icons.json +2226 -2226
- package/mdi-v6/index.d.ts +2226 -2226
- package/mdi-v6/index.js +2226 -2226
- package/package.json +4 -4
- package/themify/icons.json +65 -65
- package/themify/index.d.ts +64 -64
- 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.
|
|
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.
|
|
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
|
|
|
Binary file
|
|
Binary file
|