@vellira-ui/icons 2.34.0 → 2.35.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 +1 -1
- package/dist/lottie.d.ts +17625 -0
- package/dist/lottie.d.ts.map +1 -0
- package/dist/lottie.js +31418 -0
- package/dist/lottie.js.map +1 -0
- package/dist/native.d.ts +73 -73
- package/dist/native.d.ts.map +1 -1
- package/dist/native.js +73 -73
- package/dist/native.js.map +1 -1
- package/dist/web.d.ts +73 -73
- package/dist/web.d.ts.map +1 -1
- package/dist/web.js +73 -73
- package/dist/web.js.map +1 -1
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -22,6 +22,6 @@ Published files are emitted to `dist` and include JavaScript, source maps, and T
|
|
|
22
22
|
|
|
23
23
|
## Notes
|
|
24
24
|
|
|
25
|
-
- Source SVG assets live in `
|
|
25
|
+
- Source SVG assets live in `svg/`.
|
|
26
26
|
- Generated files live in `src/generated/`.
|
|
27
27
|
- The generator currently emits TSX-compatible icon files for native usage.
|