@aarsteinmedia/dotlottie-player 6.3.5 → 6.3.6

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/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  Changelog was only added since [3.2.3], so it's not exhaustive. [Please report any missing noteable changes to us](https://github.com/aarsteinmedia/dotlottie-player/issues), and we'll add them promptly.
9
9
 
10
+ ## [6.3.6] - 09-06-2026
11
+
12
+ ### Changed
13
+
14
+ - Added support for seedRandom expression.
15
+ - Various backend optimizations.
16
+
10
17
  ## [6.3.0] - 22-02-2026
11
18
 
12
19
  ### Changed
@@ -1,5 +1,119 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
- "modules": []
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "dist/full.js",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "DotLottie Player Web Component.",
12
+ "name": "DotLottiePlayer",
13
+ "members": [
14
+ {
15
+ "kind": "method",
16
+ "name": "loadAnimation",
17
+ "parameters": [
18
+ {
19
+ "name": "config"
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "kind": "method",
25
+ "name": "setOptions",
26
+ "parameters": [
27
+ {
28
+ "name": "{ container, hasAutoplay, hasLoop, initialSegment, preserveAspectRatio, rendererType }"
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "kind": "field",
34
+ "name": "addAnimation",
35
+ "default": "addAnimation"
36
+ },
37
+ {
38
+ "kind": "field",
39
+ "name": "convert",
40
+ "default": "convert"
41
+ }
42
+ ],
43
+ "superclass": {
44
+ "name": "DotLottiePlayerBase",
45
+ "module": "/dist/chunks/DotLottiePlayerBase-BBHa6yP8.js"
46
+ },
47
+ "tagName": "tagName",
48
+ "customElement": true
49
+ }
50
+ ],
51
+ "exports": [
52
+ {
53
+ "kind": "js",
54
+ "name": "PlayMode",
55
+ "declaration": {
56
+ "name": "PlayMode",
57
+ "package": "@aarsteinmedia/lottie-web/utils"
58
+ }
59
+ },
60
+ {
61
+ "kind": "js",
62
+ "name": "PlayerEvents",
63
+ "declaration": {
64
+ "name": "PlayerEvents",
65
+ "package": "@aarsteinmedia/lottie-web/utils"
66
+ }
67
+ },
68
+ {
69
+ "kind": "js",
70
+ "name": "RendererType",
71
+ "declaration": {
72
+ "name": "RendererType",
73
+ "package": "@aarsteinmedia/lottie-web/utils"
74
+ }
75
+ },
76
+ {
77
+ "kind": "js",
78
+ "name": "MouseOut",
79
+ "declaration": {
80
+ "name": "M",
81
+ "module": "./chunks/DotLottiePlayerBase-BBHa6yP8.js"
82
+ }
83
+ },
84
+ {
85
+ "kind": "js",
86
+ "name": "PlayerState",
87
+ "declaration": {
88
+ "name": "P",
89
+ "module": "./chunks/DotLottiePlayerBase-BBHa6yP8.js"
90
+ }
91
+ },
92
+ {
93
+ "kind": "custom-element-definition",
94
+ "name": "tagName",
95
+ "declaration": {
96
+ "name": "DotLottiePlayer",
97
+ "module": "dist/full.js"
98
+ }
99
+ },
100
+ {
101
+ "kind": "js",
102
+ "name": "default",
103
+ "declaration": {
104
+ "name": "DotLottiePlayer",
105
+ "module": "dist/full.js"
106
+ }
107
+ },
108
+ {
109
+ "kind": "js",
110
+ "name": "tagName",
111
+ "declaration": {
112
+ "name": "tagName",
113
+ "module": "dist/full.js"
114
+ }
115
+ }
116
+ ]
117
+ }
118
+ ]
5
119
  }