@khanacademy/wonder-blocks-clickable 3.0.3 → 3.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,9 @@
1
1
  # @khanacademy/wonder-blocks-clickable
2
2
 
3
+ ## 3.0.5
4
+
5
+ ## 3.0.4
6
+
3
7
  ## 3.0.3
4
8
 
5
9
  ### Patch Changes
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for clickable-behavior
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
  export type ClickableRole =
10
9
  | "button"
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for clickable
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 { AriaProps, StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  import type { ClickableRole, ClickableState } from "./clickable-behavior";
@@ -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 {
9
8
  ChildrenProps,
10
9
  ClickableState,
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for get-clickable-behavior
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 ClickableBehavior from "../components/clickable-behavior";
10
9
  declare export default function getClickableBehavior(
@@ -12,8 +11,5 @@ declare export default function getClickableBehavior(
12
11
  skipClientNav?: boolean,
13
12
  router?: any
14
13
  ): React.ComponentType<
15
- JSX.LibraryManagedAttributes<
16
- typeof ClickableBehavior,
17
- React.ElementProps<typeof ClickableBehavior>
18
- >
14
+ React.ElementConfig<typeof ClickableBehavior>
19
15
  >;
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for is-client-side-url
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
  /**
9
8
  * Returns:
10
9
  * - false for hrefs staring with http://, https://, //.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-clickable",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "design": "v1",
5
5
  "description": "Clickable component for Wonder-Blocks.",
6
6
  "main": "dist/index.js",
@@ -27,6 +27,6 @@
27
27
  "react-router-dom": "5.3.0"
28
28
  },
29
29
  "devDependencies": {
30
- "wb-dev-build-settings": "^0.9.2"
30
+ "wb-dev-build-settings": "^0.9.4"
31
31
  }
32
32
  }