@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.
@@ -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
@@ -6,7 +6,7 @@ const d = class d extends m {
6
6
  this.getAttribute("v") || this.setAttribute("v", d.v);
7
7
  }
8
8
  };
9
- d.v = "0.4.1";
9
+ d.v = "0.4.2";
10
10
  let p = d;
11
11
  const A = ["forward", "reverse"], l = {
12
12
  loopDisabled: !1,
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.1",
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": "yarn cem analyze --litelement",
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
- "@custom-elements-manifest/analyzer": "0.9.0",
43
- "@justeattakeaway/pie-components-config": "0.21.0",
44
- "@justeattakeaway/pie-css": "1.1.0",
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