@khanacademy/wonder-blocks-modal 4.0.3 → 4.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-modal
2
2
 
3
+ ## 4.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @khanacademy/wonder-blocks-breadcrumbs@2.0.5
8
+ - @khanacademy/wonder-blocks-icon@2.0.5
9
+ - @khanacademy/wonder-blocks-icon-button@4.0.5
10
+ - @khanacademy/wonder-blocks-layout@2.0.5
11
+ - @khanacademy/wonder-blocks-typography@2.0.5
12
+
13
+ ## 4.0.4
14
+
15
+ ### Patch Changes
16
+
17
+ - @khanacademy/wonder-blocks-breadcrumbs@2.0.4
18
+ - @khanacademy/wonder-blocks-icon@2.0.4
19
+ - @khanacademy/wonder-blocks-icon-button@4.0.4
20
+ - @khanacademy/wonder-blocks-layout@2.0.4
21
+ - @khanacademy/wonder-blocks-typography@2.0.4
22
+
3
23
  ## 4.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 { StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for focus-trap
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
 
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for modal-backdrop
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 { ModalElement } from "../util/types";
10
9
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for modal-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 { StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for modal-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
  declare type ContextType = {|
10
9
  closeModal?: () => mixed,
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for modal-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 { StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for modal-footer
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
  children: React.Node,
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for modal-header
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 { Breadcrumbs } from "@khanacademy/wonder-blocks-breadcrumbs";
10
9
  declare type Common = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for modal-launcher
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 { ModalElement } from "../util/types";
10
9
  declare var _default: React.ForwardRefExoticComponent<{|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for modal-panel
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 ModalContent from "./modal-content";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for one-pane-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 { Breadcrumbs } from "@khanacademy/wonder-blocks-breadcrumbs";
10
9
  import type { StyleType } from "@khanacademy/wonder-blocks-core";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for scroll-disabler
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 = { [key: any]: any };
10
9
  declare class ScrollDisabler extends React.Component<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 ModalDialog from "./components/modal-dialog";
9
8
  import ModalFooter from "./components/modal-footer";
10
9
  import ModalHeader from "./components/modal-header";
@@ -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 modal launcher portal.
10
9
  */
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for find-focusable-nodes
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>;
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for maybe-get-portal-mounted-modal-host-element
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
  * From a given element, finds the next modal host that has been mounted in
10
9
  * a modal portal.
@@ -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
 
10
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-modal",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "design": "v2",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,15 +16,15 @@
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.18.6",
19
- "@khanacademy/wonder-blocks-breadcrumbs": "^2.0.3",
19
+ "@khanacademy/wonder-blocks-breadcrumbs": "^2.0.5",
20
20
  "@khanacademy/wonder-blocks-color": "^2.0.1",
21
21
  "@khanacademy/wonder-blocks-core": "^5.0.3",
22
- "@khanacademy/wonder-blocks-icon": "^2.0.3",
23
- "@khanacademy/wonder-blocks-icon-button": "^4.0.3",
24
- "@khanacademy/wonder-blocks-layout": "^2.0.3",
22
+ "@khanacademy/wonder-blocks-icon": "^2.0.5",
23
+ "@khanacademy/wonder-blocks-icon-button": "^4.0.5",
24
+ "@khanacademy/wonder-blocks-layout": "^2.0.5",
25
25
  "@khanacademy/wonder-blocks-spacing": "^4.0.1",
26
26
  "@khanacademy/wonder-blocks-timing": "^3.0.1",
27
- "@khanacademy/wonder-blocks-typography": "^2.0.3"
27
+ "@khanacademy/wonder-blocks-typography": "^2.0.5"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "aphrodite": "^1.2.5",
@@ -32,7 +32,7 @@
32
32
  "react-dom": "16.14.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@khanacademy/wonder-blocks-breadcrumbs": "^2.0.3",
36
- "wb-dev-build-settings": "^0.9.2"
35
+ "@khanacademy/wonder-blocks-breadcrumbs": "^2.0.5",
36
+ "wb-dev-build-settings": "^0.9.4"
37
37
  }
38
38
  }