@quasar/extras 1.16.5 → 1.16.6

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 (41) hide show
  1. package/README.md +8 -8
  2. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  3. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  4. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  5. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  6. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  7. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  8. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  9. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  10. package/fontawesome-v6/fontawesome-v6.css +16 -1
  11. package/fontawesome-v6/icons.json +5 -0
  12. package/fontawesome-v6/index.d.ts +6 -1
  13. package/fontawesome-v6/index.js +22 -17
  14. package/fontawesome-v6/index.mjs +22 -17
  15. package/material-icons/index.js +5 -5
  16. package/material-icons/index.mjs +5 -5
  17. package/material-icons-outlined/index.js +5 -5
  18. package/material-icons-outlined/index.mjs +5 -5
  19. package/material-icons-round/index.js +6 -6
  20. package/material-icons-round/index.mjs +6 -6
  21. package/material-icons-sharp/index.js +5 -5
  22. package/material-icons-sharp/index.mjs +5 -5
  23. package/material-symbols-outlined/icons.json +43 -16
  24. package/material-symbols-outlined/index.d.ts +43 -16
  25. package/material-symbols-outlined/index.js +247 -220
  26. package/material-symbols-outlined/index.mjs +247 -220
  27. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  28. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  29. package/material-symbols-rounded/icons.json +43 -16
  30. package/material-symbols-rounded/index.d.ts +43 -16
  31. package/material-symbols-rounded/index.js +823 -796
  32. package/material-symbols-rounded/index.mjs +823 -796
  33. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  34. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  35. package/material-symbols-sharp/icons.json +43 -16
  36. package/material-symbols-sharp/index.d.ts +43 -16
  37. package/material-symbols-sharp/index.js +411 -384
  38. package/material-symbols-sharp/index.mjs +411 -384
  39. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  40. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  41. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quasar/extras",
3
- "version": "1.16.5",
3
+ "version": "1.16.6",
4
4
  "description": "Quasar Framework fonts, icons and animations",
5
5
  "scripts": {
6
6
  "build": "node build/index.js"
@@ -152,7 +152,7 @@
152
152
  "access": "public"
153
153
  },
154
154
  "devDependencies": {
155
- "@fortawesome/fontawesome-free": "6.4.0",
155
+ "@fortawesome/fontawesome-free": "6.4.2",
156
156
  "@mdi/font": "7.2.96",
157
157
  "@mdi/svg": "7.2.96",
158
158
  "animate.css": "4.1.1",
@@ -165,6 +165,6 @@
165
165
  "ionicons": "7.1.2",
166
166
  "line-awesome": "1.3.0",
167
167
  "themify-icons": "https://github.com/lykmapipo/themify-icons",
168
- "@xmldom/xmldom": "0.8.8"
168
+ "@xmldom/xmldom": "0.8.10"
169
169
  }
170
- }
170
+ }