@vmz/plugin-iconify 0.0.2 → 0.0.4
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 +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,4 +31,6 @@ and explainable application delivery.
|
|
|
31
31
|
- Operational tools can cover many domains without commissioning every utility icon.
|
|
32
32
|
- Design systems can prototype broadly before curating a final set.
|
|
33
33
|
|
|
34
|
-
The production question is not simply “does an icon exist?” It is how the application guarantees that icon in
|
|
34
|
+
The production question is not simply “does an icon exist?” It is how the application guarantees that icon in
|
|
35
|
+
development, CI, SSR, offline use, and long-term design consistency. Iconify solves discovery and breadth; a mature
|
|
36
|
+
product may then freeze the exact assets it depends on.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vmz/plugin-iconify",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "VMZ Iconify adapter - <Iconify>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@vmz/plugin": "0.0.
|
|
20
|
+
"@vmz/plugin": "0.0.4"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@iconify/utils": ">=2"
|