@khanacademy/wonder-blocks-dropdown 3.0.4 → 3.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,31 @@
1
1
  # @khanacademy/wonder-blocks-dropdown
2
2
 
3
+ ## 3.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - c20f48f3: Don't transpile classes when building bundles
8
+ - Updated dependencies [c20f48f3]
9
+ - @khanacademy/wonder-blocks-clickable@3.0.6
10
+ - @khanacademy/wonder-blocks-core@5.0.4
11
+ - @khanacademy/wonder-blocks-icon@2.0.6
12
+ - @khanacademy/wonder-blocks-layout@2.0.6
13
+ - @khanacademy/wonder-blocks-modal@4.0.6
14
+ - @khanacademy/wonder-blocks-search-field@2.0.6
15
+ - @khanacademy/wonder-blocks-timing@3.0.2
16
+ - @khanacademy/wonder-blocks-typography@2.0.6
17
+
18
+ ## 3.0.5
19
+
20
+ ### Patch Changes
21
+
22
+ - @khanacademy/wonder-blocks-clickable@3.0.5
23
+ - @khanacademy/wonder-blocks-icon@2.0.5
24
+ - @khanacademy/wonder-blocks-layout@2.0.5
25
+ - @khanacademy/wonder-blocks-modal@4.0.5
26
+ - @khanacademy/wonder-blocks-search-field@2.0.5
27
+ - @khanacademy/wonder-blocks-typography@2.0.5
28
+
3
29
  ## 3.0.4
4
30
 
5
31
  ### Patch Changes
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for dropdown-core-virtualized
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 { VariableSizeList as List } from "react-window";
10
9
  import type { DropdownItem } from "../../util/types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for action-item
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 ActionProps = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for action-menu-opener-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 } from "@khanacademy/wonder-blocks-core";
10
9
  import type { ClickableState } from "@khanacademy/wonder-blocks-clickable";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for action-menu
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 DropdownOpener from "./dropdown-opener";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for check
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
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for checkbox
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
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for dropdown-core-virtualized-item
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 type { DropdownItem } from "../util/types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for dropdown-core-virtualized
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 { VariableSizeList as List } from "react-window";
10
9
  import type { DropdownItem } from "../util/types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for dropdown-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 { StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  import type { DropdownItem } from "../util/types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for dropdown-opener
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 dropdown-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 { StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  declare type Props = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for multi-select
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 DropdownOpener from "./dropdown-opener";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for option-item
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 Check from "./check";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for select-opener
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 SelectOpenerProps = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for separator-item
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 single-select
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 DropdownOpener from "./dropdown-opener";