@justeattakeaway/pie-lottie-player 0.0.2 → 0.0.3
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/dist/react.js
CHANGED
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import { createComponent as t } from "@lit/react";
|
|
3
3
|
import { PieLottiePlayer as o } from "./index.js";
|
|
4
|
-
import { defaultProps as
|
|
5
|
-
import "lit";
|
|
6
|
-
import "lit/decorators.js";
|
|
7
|
-
import "@justeattakeaway/pie-webc-core";
|
|
4
|
+
import { defaultProps as p, directions as s } from "./index.js";
|
|
8
5
|
const r = t({
|
|
9
6
|
displayName: "PieLottiePlayer",
|
|
10
7
|
elementClass: o,
|
|
11
8
|
react: e,
|
|
12
9
|
tagName: "pie-lottie-player",
|
|
13
10
|
events: {}
|
|
14
|
-
}),
|
|
11
|
+
}), l = r;
|
|
15
12
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
l as PieLottiePlayer,
|
|
14
|
+
p as defaultProps,
|
|
15
|
+
s as directions
|
|
19
16
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-lottie-player",
|
|
3
3
|
"description": "PIE Design System Lottie Player built using Web Components",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
37
37
|
"@justeattakeaway/pie-components-config": "0.18.0",
|
|
38
|
-
"@justeattakeaway/pie-css": "0.
|
|
38
|
+
"@justeattakeaway/pie-css": "0.13.0",
|
|
39
39
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@justeattakeaway/pie-webc-core": "0.24.
|
|
42
|
+
"@justeattakeaway/pie-webc-core": "0.24.1",
|
|
43
43
|
"lottie-web": "5.12.2"
|
|
44
44
|
},
|
|
45
45
|
"volta": {
|