@justeattakeaway/pie-lottie-player 0.4.1 → 0.4.2
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/custom-elements.json +1 -1
- package/dist/index.d.ts +0 -0
- package/dist/index.js +1 -1
- package/dist/lottie_light_canvas.min-BoHyO1GA.js +0 -0
- package/dist/react.d.ts +0 -0
- package/dist/react.js +0 -0
- package/package.json +5 -7
- package/src/react.ts +0 -0
package/custom-elements.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"type": {
|
|
27
27
|
"text": "DefaultProps"
|
|
28
28
|
},
|
|
29
|
-
"default": "{\n loopDisabled: false,\n autoPlayDisabled: false,\n speed: 1,\n direction: 'forward',\n}"
|
|
29
|
+
"default": "{\r\n loopDisabled: false,\r\n autoPlayDisabled: false,\r\n speed: 1,\r\n direction: 'forward',\r\n}"
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"exports": [
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/react.d.ts
CHANGED
|
File without changes
|
package/dist/react.js
CHANGED
|
File without changes
|
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.4.
|
|
4
|
+
"version": "0.4.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "run -T vite build",
|
|
29
29
|
"build:react-wrapper": "npx build-react-wrapper",
|
|
30
|
-
"create:manifest": "
|
|
30
|
+
"create:manifest": "run -T cem analyze --litelement",
|
|
31
31
|
"lint:scripts": "run -T eslint .",
|
|
32
32
|
"lint:scripts:fix": "yarn lint:scripts --fix",
|
|
33
33
|
"watch": "run -T vite build --watch",
|
|
@@ -39,11 +39,9 @@
|
|
|
39
39
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
40
40
|
"license": "Apache-2.0",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@
|
|
43
|
-
"@justeattakeaway/pie-
|
|
44
|
-
"@justeattakeaway/pie-
|
|
45
|
-
"@justeattakeaway/pie-monorepo-utils": "0.9.0",
|
|
46
|
-
"cem-plugin-module-file-extensions": "0.0.5"
|
|
42
|
+
"@justeattakeaway/pie-components-config": "0.21.1",
|
|
43
|
+
"@justeattakeaway/pie-css": "1.1.1",
|
|
44
|
+
"@justeattakeaway/pie-monorepo-utils": "0.9.0"
|
|
47
45
|
},
|
|
48
46
|
"dependencies": {
|
|
49
47
|
"@justeattakeaway/pie-webc-core": "14.0.1",
|
package/src/react.ts
CHANGED
|
File without changes
|