@quasar/extras 1.12.4 → 1.13.1

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 (79) hide show
  1. package/README.md +14 -12
  2. package/animate/animate-list.mjs +107 -0
  3. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  4. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  5. package/bootstrap-icons/icons.json +741 -595
  6. package/bootstrap-icons/index.d.ts +764 -618
  7. package/bootstrap-icons/index.js +744 -598
  8. package/bootstrap-icons/index.mjs +1670 -0
  9. package/eva-icons/icons.json +245 -245
  10. package/eva-icons/index.d.ts +245 -245
  11. package/eva-icons/index.js +245 -245
  12. package/eva-icons/index.mjs +492 -0
  13. package/fontawesome-v5/icons.json +226 -226
  14. package/fontawesome-v5/index.d.ts +225 -225
  15. package/fontawesome-v5/index.js +226 -226
  16. package/fontawesome-v5/index.mjs +1613 -0
  17. package/fontawesome-v6/LICENSE.txt +165 -0
  18. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  19. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  20. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  21. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  22. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  23. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  24. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  25. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  26. package/fontawesome-v6/fontawesome-v6.css +7003 -0
  27. package/fontawesome-v6/icons.json +1750 -0
  28. package/fontawesome-v6/index.d.ts +1750 -0
  29. package/fontawesome-v6/index.js +1750 -0
  30. package/fontawesome-v6/index.mjs +1750 -0
  31. package/ionicons-v4/index.mjs +698 -0
  32. package/ionicons-v5/index.mjs +1334 -0
  33. package/ionicons-v6/icons.json +417 -417
  34. package/ionicons-v6/index.d.ts +418 -418
  35. package/ionicons-v6/index.js +418 -418
  36. package/ionicons-v6/index.mjs +1334 -0
  37. package/line-awesome/icons.json +204 -204
  38. package/line-awesome/index.d.ts +204 -204
  39. package/line-awesome/index.js +204 -204
  40. package/line-awesome/index.mjs +1546 -0
  41. package/material-icons/icons.json +516 -490
  42. package/material-icons/index.d.ts +142 -116
  43. package/material-icons/index.js +128 -102
  44. package/material-icons/index.mjs +2077 -0
  45. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  46. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  47. package/material-icons-outlined/icons.json +530 -504
  48. package/material-icons-outlined/index.d.ts +142 -116
  49. package/material-icons-outlined/index.js +128 -102
  50. package/material-icons-outlined/index.mjs +2077 -0
  51. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  52. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  53. package/material-icons-round/icons.json +448 -422
  54. package/material-icons-round/index.d.ts +142 -116
  55. package/material-icons-round/index.js +128 -102
  56. package/material-icons-round/index.mjs +2077 -0
  57. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  58. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  59. package/material-icons-sharp/icons.json +428 -402
  60. package/material-icons-sharp/index.d.ts +142 -116
  61. package/material-icons-sharp/index.js +128 -102
  62. package/material-icons-sharp/index.mjs +2077 -0
  63. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  64. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  65. package/mdi-v4/index.mjs +4997 -0
  66. package/mdi-v5/LICENSE +20 -20
  67. package/mdi-v5/index.mjs +5957 -0
  68. package/mdi-v5/license.md +20 -20
  69. package/mdi-v6/LICENSE +20 -20
  70. package/mdi-v6/icons.json +2226 -2226
  71. package/mdi-v6/index.d.ts +2226 -2226
  72. package/mdi-v6/index.js +2226 -2226
  73. package/mdi-v6/index.mjs +6597 -0
  74. package/mdi-v6/license.md +20 -20
  75. package/package.json +7 -7
  76. package/themify/icons.json +65 -65
  77. package/themify/index.d.ts +64 -64
  78. package/themify/index.js +65 -65
  79. package/themify/index.mjs +354 -0
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.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 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.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
 
@@ -0,0 +1,107 @@
1
+
2
+ export const generalAnimations = [
3
+ 'bounce',
4
+ 'flash',
5
+ 'flip',
6
+ 'headShake',
7
+ 'heartBeat',
8
+ 'hinge',
9
+ 'jello',
10
+ 'pulse',
11
+ 'rubberBand',
12
+ 'shake',
13
+ 'shakeX',
14
+ 'shakeY',
15
+ 'swing',
16
+ 'tada',
17
+ 'wobble'
18
+ ]
19
+
20
+ export const inAnimations = [
21
+ 'backInDown',
22
+ 'backInLeft',
23
+ 'backInRight',
24
+ 'backInUp',
25
+ 'bounceIn',
26
+ 'bounceInDown',
27
+ 'bounceInLeft',
28
+ 'bounceInRight',
29
+ 'bounceInUp',
30
+ 'fadeIn',
31
+ 'fadeInBottomLeft',
32
+ 'fadeInBottomRight',
33
+ 'fadeInDown',
34
+ 'fadeInDownBig',
35
+ 'fadeInLeft',
36
+ 'fadeInLeftBig',
37
+ 'fadeInRight',
38
+ 'fadeInRightBig',
39
+ 'fadeInTopLeft',
40
+ 'fadeInTopRight',
41
+ 'fadeInUp',
42
+ 'fadeInUpBig',
43
+ 'flipInX',
44
+ 'flipInY',
45
+ 'jackInTheBox',
46
+ 'lightSpeedInLeft',
47
+ 'lightSpeedInRight',
48
+ 'rollIn',
49
+ 'rotateIn',
50
+ 'rotateInDownLeft',
51
+ 'rotateInDownRight',
52
+ 'rotateInUpLeft',
53
+ 'rotateInUpRight',
54
+ 'slideInDown',
55
+ 'slideInLeft',
56
+ 'slideInRight',
57
+ 'slideInUp',
58
+ 'zoomIn',
59
+ 'zoomInDown',
60
+ 'zoomInLeft',
61
+ 'zoomInRight',
62
+ 'zoomInUp'
63
+ ]
64
+
65
+ export const outAnimations = [
66
+ 'backOutDown',
67
+ 'backOutLeft',
68
+ 'backOutRight',
69
+ 'backOutUp',
70
+ 'bounceOut',
71
+ 'bounceOutDown',
72
+ 'bounceOutLeft',
73
+ 'bounceOutRight',
74
+ 'bounceOutUp',
75
+ 'fadeOut',
76
+ 'fadeOutBottomLeft',
77
+ 'fadeOutBottomRight',
78
+ 'fadeOutDown',
79
+ 'fadeOutDownBig',
80
+ 'fadeOutLeft',
81
+ 'fadeOutLeftBig',
82
+ 'fadeOutRight',
83
+ 'fadeOutRightBig',
84
+ 'fadeOutTopLeft',
85
+ 'fadeOutTopRight',
86
+ 'fadeOutUp',
87
+ 'fadeOutUpBig',
88
+ 'flipOutX',
89
+ 'flipOutY',
90
+ 'lightSpeedOutLeft',
91
+ 'lightSpeedOutRight',
92
+ 'rollOut',
93
+ 'rotateOut',
94
+ 'rotateOutDownLeft',
95
+ 'rotateOutDownRight',
96
+ 'rotateOutUpLeft',
97
+ 'rotateOutUpRight',
98
+ 'slideOutDown',
99
+ 'slideOutLeft',
100
+ 'slideOutRight',
101
+ 'slideOutUp',
102
+ 'zoomOut',
103
+ 'zoomOutDown',
104
+ 'zoomOutLeft',
105
+ 'zoomOutRight',
106
+ 'zoomOutUp'
107
+ ]