@quasar/extras 1.16.16 → 1.17.0
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 -9
- package/bootstrap-icons/bootstrap-icons.css +29 -1
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +28 -0
- package/bootstrap-icons/index.d.ts +29 -1
- package/bootstrap-icons/index.js +38 -10
- package/bootstrap-icons/index.mjs +37 -9
- package/ionicons-v8/LICENSE +21 -0
- package/ionicons-v8/icons.json +1359 -0
- package/ionicons-v8/index.d.ts +1359 -0
- package/ionicons-v8/index.js +1359 -0
- package/ionicons-v8/index.mjs +1359 -0
- package/material-symbols-outlined/icons.json +154 -17
- package/material-symbols-outlined/index.d.ts +154 -17
- package/material-symbols-outlined/index.js +210 -73
- package/material-symbols-outlined/index.mjs +209 -72
- 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 +154 -17
- package/material-symbols-rounded/index.d.ts +154 -17
- package/material-symbols-rounded/index.js +212 -75
- package/material-symbols-rounded/index.mjs +211 -74
- 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 +154 -17
- package/material-symbols-sharp/index.d.ts +154 -17
- package/material-symbols-sharp/index.js +210 -73
- package/material-symbols-sharp/index.mjs +209 -72
- 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 +12 -7
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quasar/extras",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"description": "Quasar Framework fonts, icons and animations",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -50,6 +50,11 @@
|
|
|
50
50
|
"import": "./ionicons-v7/index.mjs",
|
|
51
51
|
"require": "./ionicons-v7/index.js"
|
|
52
52
|
},
|
|
53
|
+
"./ionicons-v8": {
|
|
54
|
+
"types": "./ionicons-v8/index.d.ts",
|
|
55
|
+
"import": "./ionicons-v8/index.mjs",
|
|
56
|
+
"require": "./ionicons-v8/index.js"
|
|
57
|
+
},
|
|
53
58
|
"./line-awesome": {
|
|
54
59
|
"types": "./line-awesome/index.d.ts",
|
|
55
60
|
"import": "./line-awesome/index.mjs",
|
|
@@ -149,25 +154,25 @@
|
|
|
149
154
|
"access": "public"
|
|
150
155
|
},
|
|
151
156
|
"devDependencies": {
|
|
152
|
-
"eslint": "^
|
|
157
|
+
"eslint": "^9.23.0",
|
|
153
158
|
"@fortawesome/fontawesome-free": "6.7.2",
|
|
154
159
|
"@mdi/font": "7.4.47",
|
|
155
160
|
"@mdi/svg": "7.4.47",
|
|
156
|
-
"@xmldom/xmldom": "0.9.
|
|
161
|
+
"@xmldom/xmldom": "0.9.8",
|
|
157
162
|
"animate.css": "4.1.1",
|
|
158
|
-
"bootstrap-icons": "^1.
|
|
163
|
+
"bootstrap-icons": "^1.13.1",
|
|
159
164
|
"cross-fetch": "^4.1.0",
|
|
160
165
|
"cross-spawn": "^7.0.6",
|
|
161
166
|
"eva-icons": "1.1.3",
|
|
162
167
|
"fs-extra": "11.3.0",
|
|
163
|
-
"ionicons": "
|
|
168
|
+
"ionicons": "8.0.8",
|
|
164
169
|
"line-awesome": "1.3.0",
|
|
165
170
|
"themify-icons": "github:lykmapipo/themify-icons",
|
|
166
|
-
"tinyglobby": "^0.2.
|
|
171
|
+
"tinyglobby": "^0.2.13",
|
|
167
172
|
"eslint-config-quasar": "0.0.1"
|
|
168
173
|
},
|
|
169
174
|
"scripts": {
|
|
170
|
-
"lint": "eslint --
|
|
175
|
+
"lint": "eslint --cache --fix",
|
|
171
176
|
"build": "node build/index.js"
|
|
172
177
|
}
|
|
173
178
|
}
|