@quasar/extras 1.16.6 → 1.16.8

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 (47) hide show
  1. package/README.md +8 -8
  2. package/bootstrap-icons/{LICENSE.md → LICENSE} +1 -1
  3. package/bootstrap-icons/bootstrap-icons.css +104 -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 +98 -1
  8. package/bootstrap-icons/index.js +102 -5
  9. package/bootstrap-icons/index.mjs +102 -5
  10. package/eva-icons/eva-icons.css +9 -3
  11. package/ionicons-v7/index.d.ts +1 -1
  12. package/ionicons-v7/index.js +1 -1
  13. package/ionicons-v7/index.mjs +1 -1
  14. package/line-awesome/line-awesome.css +8 -3
  15. package/material-icons-outlined/index.js +1 -1
  16. package/material-icons-outlined/index.mjs +1 -1
  17. package/material-icons-round/index.js +1 -1
  18. package/material-icons-round/index.mjs +1 -1
  19. package/material-symbols-outlined/icons.json +140 -2
  20. package/material-symbols-outlined/index.d.ts +140 -2
  21. package/material-symbols-outlined/index.js +281 -143
  22. package/material-symbols-outlined/index.mjs +281 -143
  23. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  24. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  25. package/material-symbols-rounded/icons.json +140 -2
  26. package/material-symbols-rounded/index.d.ts +140 -2
  27. package/material-symbols-rounded/index.js +577 -439
  28. package/material-symbols-rounded/index.mjs +577 -439
  29. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  30. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  31. package/material-symbols-sharp/icons.json +140 -2
  32. package/material-symbols-sharp/index.d.ts +140 -2
  33. package/material-symbols-sharp/index.js +351 -213
  34. package/material-symbols-sharp/index.mjs +351 -213
  35. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  36. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  37. package/mdi-v6/LICENSE +20 -20
  38. package/mdi-v6/license.md +20 -20
  39. package/mdi-v7/icons.json +71 -0
  40. package/mdi-v7/index.d.ts +72 -1
  41. package/mdi-v7/index.js +82 -11
  42. package/mdi-v7/index.mjs +82 -11
  43. package/mdi-v7/materialdesignicons-webfont.woff +0 -0
  44. package/mdi-v7/materialdesignicons-webfont.woff2 +0 -0
  45. package/mdi-v7/mdi-v7.css +1197 -110
  46. package/package.json +8 -8
  47. package/themify/themify.css +4 -1