@khanacademy/wonder-blocks-grid 2.0.3 → 2.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @khanacademy/wonder-blocks-grid
2
2
 
3
+ ## 2.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @khanacademy/wonder-blocks-layout@2.0.5
8
+
9
+ ## 2.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - @khanacademy/wonder-blocks-layout@2.0.4
14
+
3
15
  ## 2.0.3
4
16
 
5
17
  ### Patch Changes
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for cell
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  import type { MediaSize } from "@khanacademy/wonder-blocks-layout";
10
9
  import type { StyleType } from "@khanacademy/wonder-blocks-core";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for gutter
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  import type { MediaQuery } from "@khanacademy/wonder-blocks-layout";
10
9
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for row
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  import type { StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  import type { MediaQuery, MediaSize } from "@khanacademy/wonder-blocks-layout";
@@ -1,9 +1,8 @@
1
1
  /**
2
- * Flowtype definitions for index
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  declare export { default as Cell } from "./components/cell";
9
8
  declare export { default as Row } from "./components/row";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for styles
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { StyleDeclaration } from "aphrodite";
9
8
  declare var styles: StyleDeclaration;
10
9
  declare export default typeof styles;
@@ -1,9 +1,8 @@
1
1
  /**
2
- * Flowtype definitions for utils
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { StyleType } from "@khanacademy/wonder-blocks-core";
9
8
  declare export var flexBasis: (size: number | string) => StyleType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-grid",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "@babel/runtime": "^7.18.6",
19
19
  "@khanacademy/wonder-blocks-color": "^2.0.1",
20
20
  "@khanacademy/wonder-blocks-core": "^5.0.3",
21
- "@khanacademy/wonder-blocks-layout": "^2.0.3",
21
+ "@khanacademy/wonder-blocks-layout": "^2.0.5",
22
22
  "@khanacademy/wonder-blocks-spacing": "^4.0.1"
23
23
  },
24
24
  "peerDependencies": {
@@ -26,6 +26,6 @@
26
26
  "react": "16.14.0"
27
27
  },
28
28
  "devDependencies": {
29
- "wb-dev-build-settings": "^0.9.2"
29
+ "wb-dev-build-settings": "^0.9.4"
30
30
  }
31
31
  }