@khanacademy/wonder-blocks-layout 2.0.4 → 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,7 @@
1
1
  # @khanacademy/wonder-blocks-layout
2
2
 
3
+ ## 2.0.5
4
+
3
5
  ## 2.0.4
4
6
 
5
7
  ## 2.0.3
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for media-layout-context
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, MediaSpec } from "../util/types";
10
9
  export type Context = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for media-layout
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 { StyleDeclaration } from "aphrodite";
10
9
  import type { StyleType } from "@khanacademy/wonder-blocks-core";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for spring
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
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for strut
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
  declare type Props = {|
@@ -1,10 +1,9 @@
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
  import type { MediaQuery, MediaSize, MediaSpec } from "./util/types";
9
8
  import type { Context } from "./components/media-layout-context";
10
9
  import type { MockStyleSheet } from "./components/media-layout";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for specs
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 { MediaSize, MediaSpec } from "./types";
9
8
  declare export var VALID_MEDIA_SIZES: Array<MediaSize>;
10
9
  declare export var MEDIA_DEFAULT_SPEC: MediaSpec;
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for test-util
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 { MediaSize } from "./types";
9
8
 
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for types
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
  export type MediaSize = "small" | "medium" | "large";
9
8
  export type MediaQuery = "all" | "mdOrSmaller" | "mdOrLarger" | MediaSize;
10
9
  declare type Spec = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for util
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 { MediaQuery, MediaSize } from "./types";
9
8
 
10
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-layout",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "@khanacademy/wonder-blocks-spacing": "^4.0.1"
19
19
  },
20
20
  "devDependencies": {
21
- "wb-dev-build-settings": "^0.9.3"
21
+ "wb-dev-build-settings": "^0.9.4"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "aphrodite": "^1.2.5",