@khanacademy/wonder-blocks-tooltip 2.0.4 → 2.0.6

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,24 @@
1
1
  # @khanacademy/wonder-blocks-tooltip
2
2
 
3
+ ## 2.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - c20f48f3: Don't transpile classes when building bundles
8
+ - Updated dependencies [c20f48f3]
9
+ - @khanacademy/wonder-blocks-core@5.0.4
10
+ - @khanacademy/wonder-blocks-layout@2.0.6
11
+ - @khanacademy/wonder-blocks-modal@4.0.6
12
+ - @khanacademy/wonder-blocks-typography@2.0.6
13
+
14
+ ## 2.0.5
15
+
16
+ ### Patch Changes
17
+
18
+ - @khanacademy/wonder-blocks-layout@2.0.5
19
+ - @khanacademy/wonder-blocks-modal@4.0.5
20
+ - @khanacademy/wonder-blocks-typography@2.0.5
21
+
3
22
  ## 2.0.4
4
23
 
5
24
  ### Patch Changes
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for tooltip-anchor
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 { IIdentifierFactory } from "@khanacademy/wonder-blocks-core";
10
9
  import type { IActiveTrackerSubscriber } from "../util/active-tracker";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for tooltip-bubble
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 TooltipContent from "./tooltip-content";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for tooltip-content
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 { Typography } from "@khanacademy/wonder-blocks-typography";
10
9
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for tooltip-popper
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 { PopperChildrenProps } from "react-popper";
10
9
  import RefTracker from "../util/ref-tracker";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for tooltip-tail
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 Colors from "@khanacademy/wonder-blocks-color";
10
9
  import type { StyleType } from "@khanacademy/wonder-blocks-core";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for tooltip
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 { IIdentifierFactory } from "@khanacademy/wonder-blocks-core";
10
9
  import type { Typography } from "@khanacademy/wonder-blocks-typography";