@quasar/extras 1.15.1 → 1.15.2
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 +15 -15
- package/ionicons-v6/index.d.ts +1 -1
- package/ionicons-v6/index.js +1 -1
- package/ionicons-v6/index.mjs +1 -1
- package/material-icons/icons.json +0 -1
- package/material-icons/index.d.ts +0 -1
- package/material-icons/index.js +6 -7
- package/material-icons/index.mjs +6 -7
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/icons.json +0 -1
- package/material-icons-outlined/index.d.ts +0 -1
- package/material-icons-outlined/index.js +5 -6
- package/material-icons-outlined/index.mjs +5 -6
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/icons.json +0 -1
- package/material-icons-round/index.d.ts +0 -1
- package/material-icons-round/index.js +5 -6
- package/material-icons-round/index.mjs +5 -6
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/icons.json +0 -1
- package/material-icons-sharp/index.d.ts +0 -1
- package/material-icons-sharp/index.js +5 -6
- package/material-icons-sharp/index.mjs +5 -6
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/material-symbols-outlined/icons.json +21 -0
- package/material-symbols-outlined/index.d.ts +21 -0
- package/material-symbols-outlined/index.js +117 -96
- package/material-symbols-outlined/index.mjs +117 -96
- package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
- package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
- package/material-symbols-rounded/icons.json +21 -0
- package/material-symbols-rounded/index.d.ts +21 -0
- package/material-symbols-rounded/index.js +43 -22
- package/material-symbols-rounded/index.mjs +43 -22
- package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
- package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
- package/material-symbols-sharp/icons.json +21 -0
- package/material-symbols-sharp/index.d.ts +21 -0
- package/material-symbols-sharp/index.js +73 -52
- package/material-symbols-sharp/index.mjs +73 -52
- package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
- package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
- package/package.json +2 -2
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quasar/extras",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.2",
|
|
4
4
|
"description": "Quasar Framework fonts, icons and animations",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build/index.js"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eva-icons": "1.1.3",
|
|
48
48
|
"fs-extra": "10.1.0",
|
|
49
49
|
"glob": "8.0.3",
|
|
50
|
-
"ionicons": "6.0.
|
|
50
|
+
"ionicons": "6.0.3",
|
|
51
51
|
"line-awesome": "1.3.0",
|
|
52
52
|
"themify-icons": "https://github.com/lykmapipo/themify-icons",
|
|
53
53
|
"@xmldom/xmldom": "0.8.2"
|