@khanacademy/wonder-blocks-tooltip 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,13 @@
1
1
  # @khanacademy/wonder-blocks-tooltip
2
2
 
3
+ ## 2.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @khanacademy/wonder-blocks-layout@2.0.5
8
+ - @khanacademy/wonder-blocks-modal@4.0.5
9
+ - @khanacademy/wonder-blocks-typography@2.0.5
10
+
3
11
  ## 2.0.4
4
12
 
5
13
  ### 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";
@@ -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 { Placement } from "./util/types";
9
8
  import type { PopperElementProps } from "./components/tooltip-bubble";
10
9
  import Tooltip from "./components/tooltip";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for active-tracker
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
  * This interface should be implemented by types that are interested in the
10
9
  * notifications of active state being stolen. Generally, this would also be
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for constants
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
  * The attribute used to identify a tooltip portal.
10
9
  */
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for ref-tracker
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
  declare type PopperRef = $PropertyType<PopperChildrenProps, "ref">;
@@ -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
  import * as React from "react";
9
8
  import type { CSSProperties } from "aphrodite";
10
9
  export type getRefFn = (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-tooltip",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,10 +18,10 @@
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.4",
22
- "@khanacademy/wonder-blocks-modal": "^4.0.4",
21
+ "@khanacademy/wonder-blocks-layout": "^2.0.5",
22
+ "@khanacademy/wonder-blocks-modal": "^4.0.5",
23
23
  "@khanacademy/wonder-blocks-spacing": "^4.0.1",
24
- "@khanacademy/wonder-blocks-typography": "^2.0.4"
24
+ "@khanacademy/wonder-blocks-typography": "^2.0.5"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@popperjs/core": "^2.10.1",
@@ -31,6 +31,6 @@
31
31
  "react-popper": "^2.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "wb-dev-build-settings": "^0.9.3"
34
+ "wb-dev-build-settings": "^0.9.4"
35
35
  }
36
36
  }