@khanacademy/math-input
Advanced tools
Comparing version 0.0.0-PR464-20230411221855 to 0.0.0-PR465-20230412145430
# @khanacademy/math-input | ||
## 0.0.0-PR464-20230411221855 | ||
## 0.0.0-PR465-20230412145430 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
@@ -1,2 +0,1 @@ | ||
import KeyConfigs from "./data/key-configs"; | ||
/** | ||
@@ -10,6 +9,2 @@ * Constants that are shared between multiple files. | ||
}; | ||
export type KeypadConfiguration = { | ||
keypadType: KeypadType; | ||
extraKeys: keyof typeof KeyConfigs; | ||
}; | ||
export type KeyType = "EMPTY" | "VALUE" | "OPERATOR" | "INPUT_NAVIGATION" | "KEYPAD_NAVIGATION" | "MANY" | "ECHO"; | ||
@@ -16,0 +11,0 @@ export declare const KeyTypes: { |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR464-20230411221855", | ||
"version": "0.0.0-PR465-20230412145430", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -1,3 +0,1 @@ | ||
import KeyConfigs from "./data/key-configs"; | ||
/** | ||
@@ -15,7 +13,2 @@ * Constants that are shared between multiple files. | ||
export type KeypadConfiguration = { | ||
keypadType: KeypadType; | ||
extraKeys: keyof typeof KeyConfigs; | ||
}; | ||
export type KeyType = // For numerals, variables, and any other characters that themselves | ||
@@ -22,0 +15,0 @@ // compose 'values'. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2361308
227
27001