@khanacademy/math-input
Advanced tools
Comparing version 0.0.0-PR454-20230330173945 to 0.0.0-PR455-20230331223423
# @khanacademy/math-input | ||
## 0.0.0-PR454-20230330173945 | ||
## 0.0.0-PR455-20230331223423 | ||
### Patch Changes | ||
- f6220f12: Bump all package versions since the build settings have been updated | ||
- 63560494: Fix imported React types in a couple of files | ||
## 0.7.1 | ||
### Patch Changes | ||
- 1f062e98: Bump all package versions since the build settings have been updated | ||
- 406edf6b: Extract strings to dist/string.js instead of dist/strings. | ||
@@ -9,0 +15,0 @@ |
import * as React from "react"; | ||
import type { StyleType } from "@khanacademy/wonder-blocks-core"; | ||
import type { Node } from "React"; | ||
type Props = { | ||
onPress: () => void; | ||
children: Node; | ||
children: React.ReactNode; | ||
style?: StyleType; | ||
@@ -8,0 +7,0 @@ tintColor?: string; |
import * as React from "react"; | ||
import type { KeyConfig } from "../../data/key-configs"; | ||
import type { StyleType } from "@khanacademy/wonder-blocks-core"; | ||
import type { Node } from "React"; | ||
export declare const KeypadPageContainer: React.FC<{ | ||
children: Node; | ||
children: React.ReactNode; | ||
}>; | ||
@@ -8,0 +7,0 @@ export declare const KeypadButton: React.FC<{ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR454-20230330173945", | ||
"version": "0.0.0-PR455-20230331223423", | ||
"publishConfig": { | ||
@@ -35,3 +35,3 @@ "access": "public" | ||
"mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992", | ||
"perseus-build-settings": "^0.0.0-PR454-20230330173945", | ||
"perseus-build-settings": "^0.1.0", | ||
"prop-types": "15.6.1", | ||
@@ -38,0 +38,0 @@ "react": "^16.8.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2360495
26851