@quasar/extras 1.16.12 → 1.16.14
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 +10 -10
- package/fontawesome-v6/fa-brands-400.ttf +0 -0
- package/fontawesome-v6/fa-brands-400.woff2 +0 -0
- package/fontawesome-v6/fa-regular-400.ttf +0 -0
- package/fontawesome-v6/fa-regular-400.woff2 +0 -0
- package/fontawesome-v6/fa-solid-900.ttf +0 -0
- package/fontawesome-v6/fa-solid-900.woff2 +0 -0
- package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
- package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
- package/fontawesome-v6/fontawesome-v6.css +7061 -5216
- package/fontawesome-v6/icons.json +15 -0
- package/fontawesome-v6/index.d.ts +16 -1
- package/fontawesome-v6/index.js +1331 -1316
- package/fontawesome-v6/index.mjs +1331 -1316
- package/material-symbols-outlined/icons.json +164 -5
- package/material-symbols-outlined/index.d.ts +164 -5
- package/material-symbols-outlined/index.js +208 -49
- package/material-symbols-outlined/index.mjs +208 -49
- 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 +164 -5
- package/material-symbols-rounded/index.d.ts +164 -5
- package/material-symbols-rounded/index.js +213 -54
- package/material-symbols-rounded/index.mjs +213 -54
- 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 +164 -5
- package/material-symbols-sharp/index.d.ts +164 -5
- package/material-symbols-sharp/index.js +209 -50
- package/material-symbols-sharp/index.mjs +209 -50
- 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 +5 -5
- package/roboto-font/web-font/KFOkCnqEu92Fr1MmgVxIIzQ.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmEU9fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmSU5fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmWUlfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmYUtfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOmCnqEu92Fr1Mu4mxM.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOkCnqEu92Fr1MmgVxGIzQ.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmEU9fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmSU5fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmWUlfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmYUtfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOmCnqEu92Fr1Mu7GxM.woff +0 -0
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quasar/extras",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.14",
|
|
4
4
|
"description": "Quasar Framework fonts, icons and animations",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -149,17 +149,17 @@
|
|
|
149
149
|
"access": "public"
|
|
150
150
|
},
|
|
151
151
|
"devDependencies": {
|
|
152
|
-
"@fortawesome/fontawesome-free": "6.
|
|
152
|
+
"@fortawesome/fontawesome-free": "6.7.1",
|
|
153
153
|
"@mdi/font": "7.4.47",
|
|
154
154
|
"@mdi/svg": "7.4.47",
|
|
155
|
-
"@xmldom/xmldom": "0.
|
|
155
|
+
"@xmldom/xmldom": "0.9.5",
|
|
156
156
|
"animate.css": "4.1.1",
|
|
157
157
|
"bootstrap-icons": "^1.11.3",
|
|
158
158
|
"cross-fetch": "^4.0.0",
|
|
159
|
-
"cross-spawn": "7.0.
|
|
159
|
+
"cross-spawn": "^7.0.6",
|
|
160
160
|
"eva-icons": "1.1.3",
|
|
161
161
|
"fs-extra": "11.2.0",
|
|
162
|
-
"glob": "
|
|
162
|
+
"glob": "11.0.0",
|
|
163
163
|
"ionicons": "7.4.0",
|
|
164
164
|
"line-awesome": "1.3.0",
|
|
165
165
|
"themify-icons": "github:lykmapipo/themify-icons"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|