@aarsteinmedia/dotlottie-player 2.2.7 → 2.2.8
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 +5 -5
package/README.md
CHANGED
|
@@ -286,13 +286,15 @@ The following events are exposed and can be listened to via `addEventListener` c
|
|
|
286
286
|
| `ready` | Animation is loaded and player is ready |
|
|
287
287
|
| `stop` | Animation has stopped |
|
|
288
288
|
|
|
289
|
-
## WordPress
|
|
289
|
+
## WordPress Plugins
|
|
290
290
|
<img align="left" width="110" height="110" src="/.github/wpIcon.svg" />
|
|
291
291
|
|
|
292
292
|
We've made a free WordPress plugin that works with Gutenberg Blocks, Elementor, Divi Builder and Flatsome UX Builder: [AM LottiePlayer](https://wordpress.org/plugins/am-lottieplayer/). It has all the functionality of this package, with a helpful user interface.
|
|
293
293
|
|
|
294
294
|
It's super lightweight – and only loads on pages where animations are used.
|
|
295
295
|
|
|
296
|
+
We've also made a premium WordPress plugin for purchase: [AM LottiePlayerPRO](https://www.aarstein.media/en/am-lottieplayer/pro). It has an easy-to-use GUI for combining and controlling multiple Lottie animations in a single file, converting JSON to dotLottie with drag-and-drop, and many more exclusive features.
|
|
297
|
+
|
|
296
298
|
## License
|
|
297
299
|
|
|
298
300
|
GPL-2.0-or-later
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aarsteinmedia/dotlottie-player",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.8",
|
|
4
4
|
"description": "Web Component for playing Lottie animations in your web app. Previously @johanaarstein/dotlottie-player",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@rollup/plugin-json": "^6.0.1",
|
|
54
54
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
55
55
|
"@rollup/plugin-replace": "^5.0.5",
|
|
56
|
-
"@swc/core": "^1.3.
|
|
57
|
-
"@types/node": "^20.10.
|
|
56
|
+
"@swc/core": "^1.3.100",
|
|
57
|
+
"@types/node": "^20.10.4",
|
|
58
58
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
59
59
|
"@typescript-eslint/parser": "^5.62.0",
|
|
60
|
-
"eslint": "^8.
|
|
60
|
+
"eslint": "^8.55.0",
|
|
61
61
|
"eslint-plugin-lit": "^1.10.1",
|
|
62
62
|
"rollup": "^3.29.4",
|
|
63
63
|
"rollup-plugin-dts": "^6.1.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"rollup-plugin-swc3": "^0.9.1",
|
|
67
67
|
"shx": "^0.3.4",
|
|
68
68
|
"ts-lit-plugin": "^1.2.1",
|
|
69
|
-
"typescript": "^5.3.
|
|
69
|
+
"typescript": "^5.3.3"
|
|
70
70
|
},
|
|
71
71
|
"customElements": "dist/custom-elements.json",
|
|
72
72
|
"files": [
|