@khanacademy/wonder-blocks-cell 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,24 @@
1
1
  # @khanacademy/wonder-blocks-cell
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-layout@2.0.6
12
+ - @khanacademy/wonder-blocks-typography@2.0.6
13
+
14
+ ## 3.0.5
15
+
16
+ ### Patch Changes
17
+
18
+ - @khanacademy/wonder-blocks-clickable@3.0.5
19
+ - @khanacademy/wonder-blocks-layout@2.0.5
20
+ - @khanacademy/wonder-blocks-typography@2.0.5
21
+
3
22
  ## 3.0.4
4
23
 
5
24
  ### Patch Changes
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for compact-cell
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 { CellProps } from "../util/types";
10
9
 
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for detail-cell
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 { CellProps, TypographyText } from "../util/types";
10
9
  declare type DetailCellProps = {|
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for cell-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 { CellProps } from "../../util/types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for common
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 { StyleType } from "@khanacademy/wonder-blocks-core";
9
8
  import type { HorizontalRuleVariant } from "../../util/types";
10
9
  declare export var CellMeasurements: {|
@@ -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 CompactCell from "./components/compact-cell";
9
8
  import DetailCell from "./components/detail-cell";
10
9
  declare export { CompactCell, DetailCell };
@@ -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 { StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  import type { Typography } from "@khanacademy/wonder-blocks-typography";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-cell",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,19 +14,19 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@babel/runtime": "^7.18.6",
17
- "@khanacademy/wonder-blocks-clickable": "^3.0.4",
17
+ "@khanacademy/wonder-blocks-clickable": "^3.0.6",
18
18
  "@khanacademy/wonder-blocks-color": "^2.0.1",
19
- "@khanacademy/wonder-blocks-core": "^5.0.3",
20
- "@khanacademy/wonder-blocks-layout": "^2.0.4",
19
+ "@khanacademy/wonder-blocks-core": "^5.0.4",
20
+ "@khanacademy/wonder-blocks-layout": "^2.0.6",
21
21
  "@khanacademy/wonder-blocks-spacing": "^4.0.1",
22
- "@khanacademy/wonder-blocks-typography": "^2.0.4"
22
+ "@khanacademy/wonder-blocks-typography": "^2.0.6"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "aphrodite": "^1.2.5",
26
26
  "react": "16.14.0"
27
27
  },
28
28
  "devDependencies": {
29
- "wb-dev-build-settings": "^0.9.3"
29
+ "wb-dev-build-settings": "^0.9.5"
30
30
  },
31
31
  "author": "",
32
32
  "license": "MIT"