@khanacademy/wonder-blocks-popover 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,25 @@
1
1
  # @khanacademy/wonder-blocks-popover
2
2
 
3
+ ## 2.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @khanacademy/wonder-blocks-icon@2.0.5
8
+ - @khanacademy/wonder-blocks-icon-button@4.0.5
9
+ - @khanacademy/wonder-blocks-modal@4.0.5
10
+ - @khanacademy/wonder-blocks-tooltip@2.0.5
11
+ - @khanacademy/wonder-blocks-typography@2.0.5
12
+
13
+ ## 2.0.4
14
+
15
+ ### Patch Changes
16
+
17
+ - @khanacademy/wonder-blocks-icon@2.0.4
18
+ - @khanacademy/wonder-blocks-icon-button@4.0.4
19
+ - @khanacademy/wonder-blocks-modal@4.0.4
20
+ - @khanacademy/wonder-blocks-tooltip@2.0.4
21
+ - @khanacademy/wonder-blocks-typography@2.0.4
22
+
3
23
  ## 2.0.3
4
24
 
5
25
  ### Patch Changes
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for close-button
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
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for focus-manager
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
  declare type Props = {|
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for initial-focus
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
  declare type Props = {|
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for popover-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 { AriaProps } from "@khanacademy/wonder-blocks-core";
10
9
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for popover-content-core
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
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for popover-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 { AriaProps, StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  import type { PopoverContextType } from "./popover-context";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for popover-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 { Placement } from "@khanacademy/wonder-blocks-tooltip";
10
9
  export type PopoverContextType = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for popover-dialog
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 } from "@khanacademy/wonder-blocks-core";
10
9
  import type {
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for popover-event-listener
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 PopoverContent from "./popover-content";
10
9
  import PopoverContentCore from "./popover-content-core";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for popover
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 } from "@khanacademy/wonder-blocks-core";
10
9
  import type { Placement } from "@khanacademy/wonder-blocks-tooltip";
@@ -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 Popover from "./components/popover";
9
8
  import PopoverContent from "./components/popover-content";
10
9
  import PopoverContentCore from "./components/popover-content-core";
@@ -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
  declare export function findFocusableNodes(
9
8
  root: HTMLElement | Document
10
9
  ): Array<HTMLElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-popover",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,12 +18,12 @@
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-icon": "^2.0.3",
22
- "@khanacademy/wonder-blocks-icon-button": "^4.0.3",
23
- "@khanacademy/wonder-blocks-modal": "^4.0.3",
21
+ "@khanacademy/wonder-blocks-icon": "^2.0.5",
22
+ "@khanacademy/wonder-blocks-icon-button": "^4.0.5",
23
+ "@khanacademy/wonder-blocks-modal": "^4.0.5",
24
24
  "@khanacademy/wonder-blocks-spacing": "^4.0.1",
25
- "@khanacademy/wonder-blocks-tooltip": "^2.0.3",
26
- "@khanacademy/wonder-blocks-typography": "^2.0.3"
25
+ "@khanacademy/wonder-blocks-tooltip": "^2.0.5",
26
+ "@khanacademy/wonder-blocks-typography": "^2.0.5"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@popperjs/core": "^2.10.1",
@@ -33,6 +33,6 @@
33
33
  "react-popper": "^2.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "wb-dev-build-settings": "^0.9.2"
36
+ "wb-dev-build-settings": "^0.9.4"
37
37
  }
38
38
  }