@quasar/extras 1.16.0 → 1.16.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quasar/extras",
3
- "version": "1.16.0",
3
+ "version": "1.16.2",
4
4
  "description": "Quasar Framework fonts, icons and animations",
5
5
  "scripts": {
6
6
  "build": "node build/index.js"
@@ -8,6 +8,11 @@
8
8
  "main": "index.js",
9
9
  "exports": {
10
10
  ".": "./index.js",
11
+ "./animate/animate-list.common": {
12
+ "types": "./animate/animate-list.d.ts",
13
+ "import": "./animate/animate-list.mjs",
14
+ "require": "./animate/animate-list.common.js"
15
+ },
11
16
  "./bootstrap-icons": {
12
17
  "types": "./bootstrap-icons/index.d.ts",
13
18
  "import": "./bootstrap-icons/index.mjs",
@@ -78,10 +83,10 @@
78
83
  "import": "./material-symbols-outlined/index.mjs",
79
84
  "require": "./material-symbols-outlined/index.js"
80
85
  },
81
- "./material-symbols-round": {
82
- "types": "./material-symbols-round/index.d.ts",
83
- "import": "./material-symbols-round/index.mjs",
84
- "require": "./material-symbols-round/index.js"
86
+ "./material-symbols-rounded": {
87
+ "types": "./material-symbols-rounded/index.d.ts",
88
+ "import": "./material-symbols-rounded/index.mjs",
89
+ "require": "./material-symbols-rounded/index.js"
85
90
  },
86
91
  "./material-symbols-sharp": {
87
92
  "types": "./material-symbols-sharp/index.d.ts",
@@ -108,6 +113,11 @@
108
113
  "import": "./mdi-v6/index.mjs",
109
114
  "require": "./mdi-v6/index.js"
110
115
  },
116
+ "./mdi-v7": {
117
+ "types": "./mdi-v7/index.d.ts",
118
+ "import": "./mdi-v7/index.mjs",
119
+ "require": "./mdi-v7/index.js"
120
+ },
111
121
  "./themify": {
112
122
  "types": "./themify/index.d.ts",
113
123
  "import": "./themify/index.mjs",
@@ -147,7 +157,7 @@
147
157
  "access": "public"
148
158
  },
149
159
  "devDependencies": {
150
- "@fortawesome/fontawesome-free": "6.3.0",
160
+ "@fortawesome/fontawesome-free": "6.4.0",
151
161
  "@mdi/font": "7.2.96",
152
162
  "@mdi/svg": "7.2.96",
153
163
  "animate.css": "4.1.1",
@@ -156,10 +166,10 @@
156
166
  "cross-spawn": "7.0.3",
157
167
  "eva-icons": "1.1.3",
158
168
  "fs-extra": "11.1.1",
159
- "glob": "9.3.2",
169
+ "glob": "9.3.4",
160
170
  "ionicons": "7.1.0",
161
171
  "line-awesome": "1.3.0",
162
172
  "themify-icons": "https://github.com/lykmapipo/themify-icons",
163
- "@xmldom/xmldom": "0.8.6"
173
+ "@xmldom/xmldom": "0.8.7"
164
174
  }
165
175
  }