@khanacademy/wonder-blocks-layout 1.4.4 → 1.4.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-layout",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@babel/runtime": "^7.13.10",
17
- "@khanacademy/wonder-blocks-core": "^3.1.5",
17
+ "@khanacademy/wonder-blocks-core": "^3.2.0",
18
18
  "@khanacademy/wonder-blocks-spacing": "^3.0.4"
19
19
  },
20
20
  "devDependencies": {
@@ -22,9 +22,9 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "aphrodite": "^1.2.5",
25
- "react": "^16.4.1"
25
+ "react": "16.14.0"
26
26
  },
27
27
  "author": "",
28
28
  "license": "MIT",
29
- "gitHead": "9a9cc04bf2bbfb425f991a347b4f8b0d0d56e120"
29
+ "gitHead": "b6193f70c73e70fbaf76bc688dc69a47fb1d0ef3"
30
30
  }
@@ -68,20 +68,16 @@ export const withStyle: StoryComponentType = () => (
68
68
  </View>
69
69
  );
70
70
 
71
- simple.story = {
72
- parameters: {
73
- chromatic: {
74
- // we don't need screenshots because this story only tests behavior.
75
- disable: true,
76
- },
71
+ simple.parameters = {
72
+ chromatic: {
73
+ // we don't need screenshots because this story only tests behavior.
74
+ disableSnapshot: true,
77
75
  },
78
76
  };
79
77
 
80
- withStyle.story = {
81
- parameters: {
82
- chromatic: {
83
- // we don't need screenshots because this story only tests behavior.
84
- disable: true,
85
- },
78
+ withStyle.parameters = {
79
+ chromatic: {
80
+ // we don't need screenshots because this story only tests behavior.
81
+ disableSnapshot: true,
86
82
  },
87
83
  };
@@ -83,20 +83,16 @@ export const withStyle: StoryComponentType = () => (
83
83
  </View>
84
84
  );
85
85
 
86
- simple.story = {
87
- parameters: {
88
- chromatic: {
89
- // we don't need screenshots because this story only tests behavior.
90
- disable: true,
91
- },
86
+ simple.parameters = {
87
+ chromatic: {
88
+ // we don't need screenshots because this story only tests behavior.
89
+ disableSnapshot: true,
92
90
  },
93
91
  };
94
92
 
95
- withStyle.story = {
96
- parameters: {
97
- chromatic: {
98
- // we don't need screenshots because this story only tests behavior.
99
- disable: true,
100
- },
93
+ withStyle.parameters = {
94
+ chromatic: {
95
+ // we don't need screenshots because this story only tests behavior.
96
+ disableSnapshot: true,
101
97
  },
102
98
  };