vite-awesome-svg-loader 3.0.1 → 3.0.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/index.d.mts CHANGED
@@ -161,8 +161,7 @@ interface SvgLoaderOptions {
161
161
  *
162
162
  * Can be a list of selectors or selectors-per-files specifiers.
163
163
  *
164
- * **You probably don't need this option.** Think of other ways to solve your problem. "Recipes" section
165
- * in the demos may help you.
164
+ * **You probably don't need this option.** Think about other solutions to your problem. See the demos for the tips.
166
165
  *
167
166
  * **Heavy usage may significantly slow down build time.** Limit selectors to specific files to improve performance.
168
167
  *
@@ -202,8 +201,7 @@ interface SvgLoaderOptions {
202
201
  *
203
202
  * Can be a list of selectors or selectors-per-files specifiers.
204
203
  *
205
- * **You probably don't need this option.** Think of other ways to solve your problem. "Recipes" section
206
- * in the demos may help you.
204
+ * **You probably don't need this option.** Think about other solutions to your problem. See the demos for the tips.
207
205
  *
208
206
  * **Heavy usage may significantly slow down build time.** Limit selectors to specific files to improve performance.
209
207
  *
package/index.d.ts CHANGED
@@ -161,8 +161,7 @@ interface SvgLoaderOptions {
161
161
  *
162
162
  * Can be a list of selectors or selectors-per-files specifiers.
163
163
  *
164
- * **You probably don't need this option.** Think of other ways to solve your problem. "Recipes" section
165
- * in the demos may help you.
164
+ * **You probably don't need this option.** Think about other solutions to your problem. See the demos for the tips.
166
165
  *
167
166
  * **Heavy usage may significantly slow down build time.** Limit selectors to specific files to improve performance.
168
167
  *
@@ -202,8 +201,7 @@ interface SvgLoaderOptions {
202
201
  *
203
202
  * Can be a list of selectors or selectors-per-files specifiers.
204
203
  *
205
- * **You probably don't need this option.** Think of other ways to solve your problem. "Recipes" section
206
- * in the demos may help you.
204
+ * **You probably don't need this option.** Think about other solutions to your problem. See the demos for the tips.
207
205
  *
208
206
  * **Heavy usage may significantly slow down build time.** Limit selectors to specific files to improve performance.
209
207
  *
package/package.json CHANGED
@@ -5,6 +5,10 @@
5
5
  "vite",
6
6
  "svg",
7
7
  "loader",
8
+ "import",
9
+ "image",
10
+ "icon",
11
+ "plugin",
8
12
  "vite-svg",
9
13
  "vite-loader",
10
14
  "vite-plugin",
@@ -15,11 +19,7 @@
15
19
  "sprite-sheet",
16
20
  "svg-sprite",
17
21
  "sprites",
18
- "svg-sprites",
19
- "spritesheet",
20
22
  "sprite-sheets",
21
- "svg-spritesheets",
22
- "svg-sprite-sheets",
23
23
  "preserve-line-width",
24
24
  "preserve-stroke-width",
25
25
  "currentColor",
@@ -27,7 +27,7 @@
27
27
  "vite-awesome-svg-loader",
28
28
  "svgo"
29
29
  ],
30
- "version": "3.0.1",
30
+ "version": "3.0.2",
31
31
  "homepage": "https://matafokka.github.io/vite-awesome-svg-loader",
32
32
  "repository": "https://github.com/matafokka/vite-awesome-svg-loader",
33
33
  "license": "LGPL-2.1-or-later",