@khanacademy/math-input 17.2.1 → 17.2.3

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/dist/strings.js CHANGED
@@ -5,6 +5,13 @@
5
5
  */
6
6
 
7
7
  module.exports = [
8
+ i18n._("%(label)s: %(value)s", {}),
9
+ i18n._("%(obj)s selected", {}),
10
+ i18n._("after %(obj)s", {}),
11
+ i18n._("Baseline", {}),
12
+ i18n._("before %(obj)s", {}),
13
+ i18n._("beginning of %(obj)s", {}),
14
+ i18n._("block is empty", {}),
8
15
  // I18N: A label for a button that will allow the user to input a
9
16
  i18n._("Cosine", {}),
10
17
  // I18N: A label for a button that will cube (take to the third power)
@@ -21,6 +28,7 @@ module.exports = [
21
28
  // I18N: A label for a 'divide' sign.
22
29
  i18n._("Divide", {}),
23
30
  i18n._("Down arrow", {}),
31
+ i18n._("end of %(obj)s", {}),
24
32
  // I18N: A label for an 'equals' sign (represented as '=').
25
33
  i18n._("Equals sign", {}),
26
34
  // I18N: A label for a button that creates a new fraction next to the
@@ -59,8 +67,13 @@ module.exports = [
59
67
  i18n._("Navigate right out of the numerator and into the denominator", {}),
60
68
  // I18N: A label for a 'negative' sign.
61
69
  i18n._("Negative", {}),
70
+ i18n._("no answer", {}),
62
71
  // I18N: A label for a 'not-equals' sign (represented as '≠').
63
72
  i18n._("Not-equals sign", {}),
73
+ i18n._("nothing above", {}),
74
+ i18n._("nothing selected", {}),
75
+ i18n._("nothing to the left", {}),
76
+ i18n._("nothing to the right", {}),
64
77
  // I18N: A label for a 'percent' sign (represented as '%').
65
78
  i18n._("Percent", {}),
66
79
  // I18N: A label for a button that will allow the user to input the
@@ -78,6 +91,7 @@ module.exports = [
78
91
  i18n._("Square", {}),
79
92
  // I18N: A label for a button that will allow the user to input a
80
93
  i18n._("Square root", {}),
94
+ i18n._("Superscript", {}),
81
95
  // I18N: A label for a button that will allow the user to input a
82
96
  i18n._("Tangent", {}),
83
97
  i18n._("Tap with one or two fingers to open keyboard", {}),
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Khan Academy's new expression editor for the mobile web.",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "17.2.1",
6
+ "version": "17.2.3",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -24,7 +24,7 @@
24
24
  "scripts": {},
25
25
  "dependencies": {
26
26
  "@khanacademy/perseus-core": "1.4.2",
27
- "mathquill": "git+https://git@github.com/Khan/mathquill.git#9c8ebec00c735c9f32270774f52208bf99aa164a"
27
+ "mathquill": "https://github.com/Khan/mathquill/releases/download/v1.0.0/mathquill-v1.0.0.tgz"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@khanacademy/mathjax-renderer": "git+ssh://git@github.com:Khan/mathjax-renderer.git#v1.6.2",