@quasar/extras 1.16.7 → 1.16.9

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 (58) hide show
  1. package/README.md +10 -10
  2. package/bootstrap-icons/{LICENSE.md → LICENSE} +1 -1
  3. package/bootstrap-icons/bootstrap-icons.css +7 -5
  4. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  5. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  6. package/bootstrap-icons/icons.json +97 -0
  7. package/bootstrap-icons/index.d.ts +1 -1
  8. package/bootstrap-icons/index.js +1882 -1882
  9. package/bootstrap-icons/index.mjs +1882 -1882
  10. package/eva-icons/eva-icons.css +9 -3
  11. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  12. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  13. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  14. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  15. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  16. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  17. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  18. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  19. package/fontawesome-v6/fontawesome-v6.css +28 -4
  20. package/fontawesome-v6/icons.json +9 -0
  21. package/fontawesome-v6/index.d.ts +10 -1
  22. package/fontawesome-v6/index.js +110 -101
  23. package/fontawesome-v6/index.mjs +110 -101
  24. package/ionicons-v7/index.d.ts +1 -1
  25. package/ionicons-v7/index.js +1 -1
  26. package/ionicons-v7/index.mjs +1 -1
  27. package/line-awesome/line-awesome.css +8 -3
  28. package/material-icons-outlined/index.js +1 -1
  29. package/material-icons-outlined/index.mjs +1 -1
  30. package/material-icons-round/index.js +1 -1
  31. package/material-icons-round/index.mjs +1 -1
  32. package/material-symbols-outlined/icons.json +127 -1
  33. package/material-symbols-outlined/index.d.ts +127 -1
  34. package/material-symbols-outlined/index.js +267 -141
  35. package/material-symbols-outlined/index.mjs +267 -141
  36. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  37. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  38. package/material-symbols-rounded/icons.json +127 -1
  39. package/material-symbols-rounded/index.d.ts +127 -1
  40. package/material-symbols-rounded/index.js +410 -284
  41. package/material-symbols-rounded/index.mjs +410 -284
  42. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  43. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  44. package/material-symbols-sharp/icons.json +127 -1
  45. package/material-symbols-sharp/index.d.ts +127 -1
  46. package/material-symbols-sharp/index.js +284 -158
  47. package/material-symbols-sharp/index.mjs +284 -158
  48. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  49. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  50. package/mdi-v7/icons.json +71 -0
  51. package/mdi-v7/index.d.ts +72 -1
  52. package/mdi-v7/index.js +82 -11
  53. package/mdi-v7/index.mjs +82 -11
  54. package/mdi-v7/materialdesignicons-webfont.woff +0 -0
  55. package/mdi-v7/materialdesignicons-webfont.woff2 +0 -0
  56. package/mdi-v7/mdi-v7.css +1197 -110
  57. package/package.json +9 -9
  58. package/themify/themify.css +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quasar/extras",
3
- "version": "1.16.7",
3
+ "version": "1.16.9",
4
4
  "description": "Quasar Framework fonts, icons and animations",
5
5
  "scripts": {
6
6
  "build": "node build/index.js"
@@ -152,19 +152,19 @@
152
152
  "access": "public"
153
153
  },
154
154
  "devDependencies": {
155
- "@fortawesome/fontawesome-free": "6.4.2",
156
- "@mdi/font": "7.2.96",
157
- "@mdi/svg": "7.2.96",
155
+ "@fortawesome/fontawesome-free": "6.5.0",
156
+ "@mdi/font": "7.3.67",
157
+ "@mdi/svg": "7.3.67",
158
+ "@xmldom/xmldom": "0.8.10",
158
159
  "animate.css": "4.1.1",
159
- "bootstrap-icons": "^1.11.1",
160
+ "bootstrap-icons": "^1.11.2",
160
161
  "cross-fetch": "^4.0.0",
161
162
  "cross-spawn": "7.0.3",
162
163
  "eva-icons": "1.1.3",
163
- "fs-extra": "11.1.1",
164
+ "fs-extra": "11.2.0",
164
165
  "glob": "10.3.10",
165
- "ionicons": "7.1.2",
166
+ "ionicons": "7.2.1",
166
167
  "line-awesome": "1.3.0",
167
- "themify-icons": "https://github.com/lykmapipo/themify-icons",
168
- "@xmldom/xmldom": "0.8.10"
168
+ "themify-icons": "https://github.com/lykmapipo/themify-icons"
169
169
  }
170
170
  }
@@ -1,9 +1,12 @@
1
+ /* Themify Icons v0.1.2 */
2
+
1
3
  @font-face {
2
4
  font-family: 'themify';
5
+
3
6
  src: url('./themify.woff') format('woff');
4
7
  font-weight: normal;
5
8
  font-style: normal;
6
- font-display: block;
9
+ font-display: block;
7
10
  }
8
11
 
9
12
  .themify-icon {