@khanacademy/wonder-blocks-cell 3.0.3 → 3.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 +16 -0
- package/dist/components/compact-cell.js.flow +1 -2
- package/dist/components/detail-cell.js.flow +1 -2
- package/dist/components/internal/cell-core.js.flow +1 -2
- package/dist/components/internal/common.js.flow +1 -2
- package/dist/index.js.flow +1 -2
- package/dist/util/types.js.flow +1 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-cell
|
|
2
2
|
|
|
3
|
+
## 3.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @khanacademy/wonder-blocks-clickable@3.0.5
|
|
8
|
+
- @khanacademy/wonder-blocks-layout@2.0.5
|
|
9
|
+
- @khanacademy/wonder-blocks-typography@2.0.5
|
|
10
|
+
|
|
11
|
+
## 3.0.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- @khanacademy/wonder-blocks-clickable@3.0.4
|
|
16
|
+
- @khanacademy/wonder-blocks-layout@2.0.4
|
|
17
|
+
- @khanacademy/wonder-blocks-typography@2.0.4
|
|
18
|
+
|
|
3
19
|
## 3.0.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
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
|
|
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
|
|
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: {|
|
package/dist/index.js.flow
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
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 };
|
package/dist/util/types.js.flow
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
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.
|
|
3
|
+
"version": "3.0.5",
|
|
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.
|
|
17
|
+
"@khanacademy/wonder-blocks-clickable": "^3.0.5",
|
|
18
18
|
"@khanacademy/wonder-blocks-color": "^2.0.1",
|
|
19
19
|
"@khanacademy/wonder-blocks-core": "^5.0.3",
|
|
20
|
-
"@khanacademy/wonder-blocks-layout": "^2.0.
|
|
20
|
+
"@khanacademy/wonder-blocks-layout": "^2.0.5",
|
|
21
21
|
"@khanacademy/wonder-blocks-spacing": "^4.0.1",
|
|
22
|
-
"@khanacademy/wonder-blocks-typography": "^2.0.
|
|
22
|
+
"@khanacademy/wonder-blocks-typography": "^2.0.5"
|
|
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.
|
|
29
|
+
"wb-dev-build-settings": "^0.9.4"
|
|
30
30
|
},
|
|
31
31
|
"author": "",
|
|
32
32
|
"license": "MIT"
|