@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR839-20231205154518 to 0.0.0-PR848-20231205181446
# @khanacademy/perseus-core | ||
## 0.0.0-PR839-20231205154518 | ||
## 0.0.0-PR848-20231205181446 | ||
@@ -5,0 +5,0 @@ ### Minor Changes |
@@ -22,2 +22,11 @@ export type VirtualKeypadVersion = "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD"; | ||
} | { | ||
type: "perseus:label-image:toggle-answers-hidden"; | ||
payload: null; | ||
} | { | ||
type: "perseus:label-image:marker-interacted-with"; | ||
payload: null; | ||
} | { | ||
type: "perseus:label-image:choiced-interacted-with"; | ||
payload: null; | ||
} | { | ||
type: "math-input:keypad-closed"; | ||
@@ -24,0 +33,0 @@ payload: { |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR839-20231205154518", | ||
"version": "0.0.0-PR848-20231205181446", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -29,2 +29,14 @@ export type VirtualKeypadVersion = | ||
| { | ||
type: "perseus:label-image:toggle-answers-hidden"; | ||
payload: null; | ||
} | ||
| { | ||
type: "perseus:label-image:marker-interacted-with"; | ||
payload: null; | ||
} | ||
| { | ||
type: "perseus:label-image:choiced-interacted-with"; | ||
payload: null; | ||
} | ||
| { | ||
type: "math-input:keypad-closed"; | ||
@@ -41,2 +53,3 @@ payload: { | ||
}; | ||
// Add more events here as needed. Note that each event should have a `type` | ||
@@ -43,0 +56,0 @@ // key and a payload that varies by type. |
Sorry, the diff of this file is not supported yet
74435
450