@khanacademy/wonder-blocks-layout
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -12,3 +12,3 @@ // @flow | ||
// eslint-disable-next-line flowtype/require-exact-type | ||
type MockStyleSheet = { | ||
export type MockStyleSheet = { | ||
[key: string]: StyleType, | ||
@@ -15,0 +15,0 @@ }; |
// @flow | ||
import type {MediaQuery, MediaSize, MediaSpec} from "./util/types.js"; | ||
import type {Context} from "./components/media-layout-context.js"; | ||
import type {MockStyleSheet} from "./components/media-layout.js"; | ||
@@ -13,3 +14,2 @@ export {default as MediaLayout} from "./components/media-layout.js"; | ||
export {queryMatchesSize} from "./util/util.js"; | ||
export type { | ||
@@ -19,3 +19,4 @@ MediaQuery, | ||
MediaSpec, | ||
MockStyleSheet, | ||
Context as MediaLayoutContextValue, | ||
}; |
{ | ||
"name": "@khanacademy/wonder-blocks-layout", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"design": "v1", | ||
@@ -16,7 +16,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@khanacademy/wonder-blocks-core": "^2.1.1", | ||
"@khanacademy/wonder-blocks-spacing": "^2.1.1" | ||
"@khanacademy/wonder-blocks-core": "^2.2.0", | ||
"@khanacademy/wonder-blocks-spacing": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"@khanacademy/wonder-blocks-button": "^2.3.2", | ||
"@khanacademy/wonder-blocks-button": "^2.3.3", | ||
"wb-dev-build-settings": "^0.0.2" | ||
@@ -23,0 +23,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
117735
2444
0