@magmamath/students-features 0.9.0-rc16 → 0.9.0-rc17

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.
Files changed (104) hide show
  1. package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +1 -32
  2. package/dist/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
  3. package/dist/commonjs/features/keyboard/components/BasicExtendedLayout/BasicExtendedLayout.js +0 -10
  4. package/dist/commonjs/features/keyboard/components/BasicExtendedLayout/BasicExtendedLayout.js.map +1 -1
  5. package/dist/commonjs/features/keyboard/components/BasicExtendedPlusLayout/BasicExtendedPlusLayout.js +0 -21
  6. package/dist/commonjs/features/keyboard/components/BasicExtendedPlusLayout/BasicExtendedPlusLayout.js.map +1 -1
  7. package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js +7 -23
  8. package/dist/commonjs/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
  9. package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +0 -18
  10. package/dist/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
  11. package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js +6 -11
  12. package/dist/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
  13. package/dist/commonjs/features/keyboard/components/KeysList/KeysList.js +13 -5
  14. package/dist/commonjs/features/keyboard/components/KeysList/KeysList.js.map +1 -1
  15. package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js +1 -8
  16. package/dist/commonjs/features/keyboard/components/Numpad/Numpad.js.map +1 -1
  17. package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitTabs.js +7 -17
  18. package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitTabs.js.map +1 -1
  19. package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js +1 -15
  20. package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
  21. package/dist/commonjs/features/keyboard/types/MathKeysGroups/geometry.js +7 -1
  22. package/dist/commonjs/features/keyboard/types/MathKeysGroups/geometry.js.map +1 -1
  23. package/dist/commonjs/features/keyboard/types/MathKeysGroups/specialOperators.js +24 -4
  24. package/dist/commonjs/features/keyboard/types/MathKeysGroups/specialOperators.js.map +1 -1
  25. package/dist/commonjs/features/keyboard/types/MathKeysGroups/trigonometric.js +90 -12
  26. package/dist/commonjs/features/keyboard/types/MathKeysGroups/trigonometric.js.map +1 -1
  27. package/dist/commonjs/features/keyboard/types/MathKeysGroups/units.js +520 -52
  28. package/dist/commonjs/features/keyboard/types/MathKeysGroups/units.js.map +1 -1
  29. package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js +1 -32
  30. package/dist/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.js.map +1 -1
  31. package/dist/module/features/keyboard/components/BasicExtendedLayout/BasicExtendedLayout.js +0 -10
  32. package/dist/module/features/keyboard/components/BasicExtendedLayout/BasicExtendedLayout.js.map +1 -1
  33. package/dist/module/features/keyboard/components/BasicExtendedPlusLayout/BasicExtendedPlusLayout.js +0 -21
  34. package/dist/module/features/keyboard/components/BasicExtendedPlusLayout/BasicExtendedPlusLayout.js.map +1 -1
  35. package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js +7 -23
  36. package/dist/module/features/keyboard/components/BasicLayout/BasicLayout.js.map +1 -1
  37. package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js +0 -18
  38. package/dist/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.js.map +1 -1
  39. package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js +6 -11
  40. package/dist/module/features/keyboard/components/BasicLayout/TimeBasicLayout.js.map +1 -1
  41. package/dist/module/features/keyboard/components/KeysList/KeysList.js +13 -5
  42. package/dist/module/features/keyboard/components/KeysList/KeysList.js.map +1 -1
  43. package/dist/module/features/keyboard/components/Numpad/Numpad.js +2 -9
  44. package/dist/module/features/keyboard/components/Numpad/Numpad.js.map +1 -1
  45. package/dist/module/features/keyboard/components/UnitsLayout/UnitTabs.js +8 -18
  46. package/dist/module/features/keyboard/components/UnitsLayout/UnitTabs.js.map +1 -1
  47. package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js +2 -16
  48. package/dist/module/features/keyboard/components/UnitsLayout/UnitsLayout.js.map +1 -1
  49. package/dist/module/features/keyboard/types/MathKeysGroups/geometry.js +7 -1
  50. package/dist/module/features/keyboard/types/MathKeysGroups/geometry.js.map +1 -1
  51. package/dist/module/features/keyboard/types/MathKeysGroups/specialOperators.js +24 -4
  52. package/dist/module/features/keyboard/types/MathKeysGroups/specialOperators.js.map +1 -1
  53. package/dist/module/features/keyboard/types/MathKeysGroups/trigonometric.js +90 -12
  54. package/dist/module/features/keyboard/types/MathKeysGroups/trigonometric.js.map +1 -1
  55. package/dist/module/features/keyboard/types/MathKeysGroups/units.js +520 -52
  56. package/dist/module/features/keyboard/types/MathKeysGroups/units.js.map +1 -1
  57. package/dist/typescript/commonjs/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
  58. package/dist/typescript/commonjs/features/keyboard/components/BasicExtendedLayout/BasicExtendedLayout.d.ts.map +1 -1
  59. package/dist/typescript/commonjs/features/keyboard/components/BasicExtendedPlusLayout/BasicExtendedPlusLayout.d.ts.map +1 -1
  60. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
  61. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
  62. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
  63. package/dist/typescript/commonjs/features/keyboard/components/KeysList/KeysList.d.ts.map +1 -1
  64. package/dist/typescript/commonjs/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
  65. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/UnitTabs.d.ts.map +1 -1
  66. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
  67. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/geometry.d.ts.map +1 -1
  68. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/specialOperators.d.ts.map +1 -1
  69. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/trigonometric.d.ts.map +1 -1
  70. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/units.d.ts.map +1 -1
  71. package/dist/typescript/commonjs/features/keyboard/types/types.d.ts +2 -1
  72. package/dist/typescript/commonjs/features/keyboard/types/types.d.ts.map +1 -1
  73. package/dist/typescript/module/features/keyboard/components/AlgebraLayout/AlgebraLayout.d.ts.map +1 -1
  74. package/dist/typescript/module/features/keyboard/components/BasicExtendedLayout/BasicExtendedLayout.d.ts.map +1 -1
  75. package/dist/typescript/module/features/keyboard/components/BasicExtendedPlusLayout/BasicExtendedPlusLayout.d.ts.map +1 -1
  76. package/dist/typescript/module/features/keyboard/components/BasicLayout/BasicLayout.d.ts.map +1 -1
  77. package/dist/typescript/module/features/keyboard/components/BasicLayout/CurrencyBasicLayout.d.ts.map +1 -1
  78. package/dist/typescript/module/features/keyboard/components/BasicLayout/TimeBasicLayout.d.ts.map +1 -1
  79. package/dist/typescript/module/features/keyboard/components/KeysList/KeysList.d.ts.map +1 -1
  80. package/dist/typescript/module/features/keyboard/components/Numpad/Numpad.d.ts.map +1 -1
  81. package/dist/typescript/module/features/keyboard/components/UnitsLayout/UnitTabs.d.ts.map +1 -1
  82. package/dist/typescript/module/features/keyboard/components/UnitsLayout/UnitsLayout.d.ts.map +1 -1
  83. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/geometry.d.ts.map +1 -1
  84. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/specialOperators.d.ts.map +1 -1
  85. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/trigonometric.d.ts.map +1 -1
  86. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/units.d.ts.map +1 -1
  87. package/dist/typescript/module/features/keyboard/types/types.d.ts +2 -1
  88. package/dist/typescript/module/features/keyboard/types/types.d.ts.map +1 -1
  89. package/package.json +1 -1
  90. package/src/features/keyboard/components/AlgebraLayout/AlgebraLayout.tsx +1 -31
  91. package/src/features/keyboard/components/BasicExtendedLayout/BasicExtendedLayout.tsx +1 -13
  92. package/src/features/keyboard/components/BasicExtendedPlusLayout/BasicExtendedPlusLayout.tsx +1 -24
  93. package/src/features/keyboard/components/BasicLayout/BasicLayout.tsx +7 -25
  94. package/src/features/keyboard/components/BasicLayout/CurrencyBasicLayout.tsx +1 -19
  95. package/src/features/keyboard/components/BasicLayout/TimeBasicLayout.tsx +5 -10
  96. package/src/features/keyboard/components/KeysList/KeysList.tsx +12 -4
  97. package/src/features/keyboard/components/Numpad/Numpad.tsx +1 -6
  98. package/src/features/keyboard/components/UnitsLayout/UnitTabs.tsx +7 -12
  99. package/src/features/keyboard/components/UnitsLayout/UnitsLayout.tsx +1 -15
  100. package/src/features/keyboard/types/MathKeysGroups/geometry.tsx +6 -0
  101. package/src/features/keyboard/types/MathKeysGroups/specialOperators.tsx +20 -0
  102. package/src/features/keyboard/types/MathKeysGroups/trigonometric.tsx +78 -0
  103. package/src/features/keyboard/types/MathKeysGroups/units.tsx +468 -0
  104. package/src/features/keyboard/types/types.ts +2 -1
@@ -21,22 +21,42 @@ const MATH_SPECIAL_OPERATORS = exports.MATH_SPECIAL_OPERATORS = {
21
21
  [MathSpecialOperator.LIM]: {
22
22
  label: 'lim',
23
23
  mathliveValue: '$\\lim_{\\placeholder{}}^{\\placeholder{}}$',
24
- katexValue: 'lim'
24
+ katexValue: 'lim',
25
+ style: {
26
+ text: {
27
+ fontSize: 11
28
+ }
29
+ }
25
30
  },
26
31
  [MathSpecialOperator.LN]: {
27
32
  label: 'ln',
28
33
  mathliveValue: '$\\ln(\\placeholder{})$',
29
- katexValue: 'ln'
34
+ katexValue: 'ln',
35
+ style: {
36
+ text: {
37
+ fontSize: 11
38
+ }
39
+ }
30
40
  },
31
41
  [MathSpecialOperator.LOG]: {
32
42
  label: 'log',
33
43
  mathliveValue: '$\\log_{\\placeholder{}}$',
34
- katexValue: 'log'
44
+ katexValue: 'log',
45
+ style: {
46
+ text: {
47
+ fontSize: 11
48
+ }
49
+ }
35
50
  },
36
51
  [MathSpecialOperator.LOG10]: {
37
52
  label: 'log10',
38
53
  mathliveValue: '$\\log_{10}(\\placeholder{})$',
39
- katexValue: 'log₁₀'
54
+ katexValue: 'log₁₀',
55
+ style: {
56
+ text: {
57
+ fontSize: 11
58
+ }
59
+ }
40
60
  },
41
61
  [MathSpecialOperator.BACKSPACE]: {
42
62
  icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_BackspaceIcon.BackspaceIcon, {
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_constants","_BackspaceIcon","_jsxRuntime","e","__esModule","default","MathSpecialOperator","exports","MATH_SPECIAL_OPERATORS","LIM","label","mathliveValue","katexValue","LN","LOG","LOG10","BACKSPACE","icon","jsx","BackspaceIcon","DEFAULT_KEY_ICON_PROPS","size"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/types/MathKeysGroups/specialOperators.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AAAyF,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,IAE7EG,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,0BAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAA,OAAnBA,mBAAmB;AAAA;AAQxB,MAAME,sBAAiE,GAAAD,OAAA,CAAAC,sBAAA,GAAG;EAC/E,CAACF,mBAAmB,CAACG,GAAG,GAAG;IACzBC,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,6CAA6C;IAC5DC,UAAU,EAAE;EACd,CAAC;EACD,CAACN,mBAAmB,CAACO,EAAE,GAAG;IACxBH,KAAK,EAAE,IAAI;IACXC,aAAa,EAAE,yBAAyB;IACxCC,UAAU,EAAE;EACd,CAAC;EACD,CAACN,mBAAmB,CAACQ,GAAG,GAAG;IACzBJ,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,2BAA2B;IAC1CC,UAAU,EAAE;EACd,CAAC;EACD,CAACN,mBAAmB,CAACS,KAAK,GAAG;IAC3BL,KAAK,EAAE,OAAO;IACdC,aAAa,EAAE,+BAA+B;IAC9CC,UAAU,EAAE;EACd,CAAC;EACD,CAACN,mBAAmB,CAACU,SAAS,GAAG;IAC/BC,IAAI,eAAE,IAAAf,WAAA,CAAAgB,GAAA,EAACjB,cAAA,CAAAkB,aAAa;MAAA,GAAKC,iCAAsB;MAAEC,IAAI,EAAE;IAAG,CAAE,CAAC;IAC7DV,aAAa,EAAE,WAAW;IAC1BC,UAAU,EAAE;EACd;AACF,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_constants","_BackspaceIcon","_jsxRuntime","e","__esModule","default","MathSpecialOperator","exports","MATH_SPECIAL_OPERATORS","LIM","label","mathliveValue","katexValue","style","text","fontSize","LN","LOG","LOG10","BACKSPACE","icon","jsx","BackspaceIcon","DEFAULT_KEY_ICON_PROPS","size"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/types/MathKeysGroups/specialOperators.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AAAyF,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,IAE7EG,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,0BAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAA,OAAnBA,mBAAmB;AAAA;AAQxB,MAAME,sBAAiE,GAAAD,OAAA,CAAAC,sBAAA,GAAG;EAC/E,CAACF,mBAAmB,CAACG,GAAG,GAAG;IACzBC,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,6CAA6C;IAC5DC,UAAU,EAAE,KAAK;IACjBC,KAAK,EAAE;MACLC,IAAI,EAAE;QACJC,QAAQ,EAAE;MACZ;IACF;EACF,CAAC;EACD,CAACT,mBAAmB,CAACU,EAAE,GAAG;IACxBN,KAAK,EAAE,IAAI;IACXC,aAAa,EAAE,yBAAyB;IACxCC,UAAU,EAAE,IAAI;IAChBC,KAAK,EAAE;MACLC,IAAI,EAAE;QACJC,QAAQ,EAAE;MACZ;IACF;EACF,CAAC;EACD,CAACT,mBAAmB,CAACW,GAAG,GAAG;IACzBP,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,2BAA2B;IAC1CC,UAAU,EAAE,KAAK;IACjBC,KAAK,EAAE;MACLC,IAAI,EAAE;QACJC,QAAQ,EAAE;MACZ;IACF;EACF,CAAC;EACD,CAACT,mBAAmB,CAACY,KAAK,GAAG;IAC3BR,KAAK,EAAE,OAAO;IACdC,aAAa,EAAE,+BAA+B;IAC9CC,UAAU,EAAE,OAAO;IACnBC,KAAK,EAAE;MACLC,IAAI,EAAE;QACJC,QAAQ,EAAE;MACZ;IACF;EACF,CAAC;EACD,CAACT,mBAAmB,CAACa,SAAS,GAAG;IAC/BC,IAAI,eAAE,IAAAlB,WAAA,CAAAmB,GAAA,EAACpB,cAAA,CAAAqB,aAAa;MAAA,GAAKC,iCAAsB;MAAEC,IAAI,EAAE;IAAG,CAAE,CAAC;IAC7Db,aAAa,EAAE,WAAW;IAC1BC,UAAU,EAAE;EACd;AACF,CAAC","ignoreList":[]}
@@ -26,64 +26,142 @@ const MATH_BASIC_TRIGONOMETRIC_FUNCTIONS = exports.MATH_BASIC_TRIGONOMETRIC_FUNC
26
26
  [MathBasicTrigonometricFunction.SIN]: {
27
27
  label: 'sin',
28
28
  mathliveValue: '$\\sin(\\placeholder{})$',
29
- katexValue: 'sin()'
29
+ katexValue: 'sin()',
30
+ style: {
31
+ text: {
32
+ fontSize: 11
33
+ }
34
+ }
30
35
  },
31
36
  [MathBasicTrigonometricFunction.COS]: {
32
37
  label: 'cos',
33
38
  mathliveValue: '$\\cos(\\placeholder{})$',
34
- katexValue: 'cos'
39
+ katexValue: 'cos',
40
+ style: {
41
+ text: {
42
+ fontSize: 11
43
+ }
44
+ }
35
45
  },
36
46
  [MathBasicTrigonometricFunction.TAN]: {
37
47
  label: 'tan',
38
48
  mathliveValue: '$\\tan(\\placeholder{})$',
39
- katexValue: 'tan'
49
+ katexValue: 'tan',
50
+ style: {
51
+ text: {
52
+ fontSize: 11
53
+ }
54
+ }
40
55
  },
41
56
  [MathBasicTrigonometricFunction.COT]: {
42
57
  label: 'cot',
43
58
  mathliveValue: '$\\cot(\\placeholder{})$',
44
- katexValue: 'cot'
59
+ katexValue: 'cot',
60
+ style: {
61
+ text: {
62
+ fontSize: 11
63
+ }
64
+ }
45
65
  },
46
66
  [MathBasicTrigonometricFunction.SEC]: {
47
67
  label: 'sec',
48
68
  mathliveValue: '$\\sec(\\placeholder{})$',
49
- katexValue: 'sec'
69
+ katexValue: 'sec',
70
+ style: {
71
+ text: {
72
+ fontSize: 11
73
+ }
74
+ }
50
75
  },
51
76
  [MathBasicTrigonometricFunction.CSC]: {
52
77
  label: 'csc',
53
78
  mathliveValue: '$\\csc(\\placeholder{})$',
54
- katexValue: 'csc'
79
+ katexValue: 'csc',
80
+ style: {
81
+ text: {
82
+ fontSize: 11
83
+ }
84
+ }
55
85
  }
56
86
  };
57
87
  const MATH_INVERSE_TRIGONOMETRIC_FUNCTIONS = exports.MATH_INVERSE_TRIGONOMETRIC_FUNCTIONS = {
58
88
  [MathInverseTrigonometricFunction.ARCSIN]: {
59
89
  label: 'arcsin',
60
90
  mathliveValue: '$\\arcsin(\\placeholder{})$',
61
- katexValue: 'arcsin'
91
+ katexValue: 'arcsin',
92
+ style: {
93
+ button: {
94
+ width: 58
95
+ },
96
+ text: {
97
+ fontSize: 11
98
+ }
99
+ }
62
100
  },
63
101
  [MathInverseTrigonometricFunction.ARCCOS]: {
64
102
  label: 'arccos',
65
103
  mathliveValue: '$\\arccos(\\placeholder{})$',
66
- katexValue: 'arccos'
104
+ katexValue: 'arccos',
105
+ style: {
106
+ button: {
107
+ width: 58
108
+ },
109
+ text: {
110
+ fontSize: 11
111
+ }
112
+ }
67
113
  },
68
114
  [MathInverseTrigonometricFunction.ARCTAN]: {
69
115
  label: 'arctan',
70
116
  mathliveValue: '$\\arctan(\\placeholder{})$',
71
- katexValue: 'arctan'
117
+ katexValue: 'arctan',
118
+ style: {
119
+ button: {
120
+ width: 58
121
+ },
122
+ text: {
123
+ fontSize: 11
124
+ }
125
+ }
72
126
  },
73
127
  [MathInverseTrigonometricFunction.ARCCOT]: {
74
128
  label: 'arccot',
75
129
  mathliveValue: '$\\operatorname{arccot}(\\placeholder{})$',
76
- katexValue: 'arccot'
130
+ katexValue: 'arccot',
131
+ style: {
132
+ button: {
133
+ width: 58
134
+ },
135
+ text: {
136
+ fontSize: 11
137
+ }
138
+ }
77
139
  },
78
140
  [MathInverseTrigonometricFunction.ARCSEC]: {
79
141
  label: 'arcsec',
80
142
  mathliveValue: '$\\operatorname{arcsec}(\\placeholder{})$',
81
- katexValue: 'arcsec'
143
+ katexValue: 'arcsec',
144
+ style: {
145
+ button: {
146
+ width: 58
147
+ },
148
+ text: {
149
+ fontSize: 11
150
+ }
151
+ }
82
152
  },
83
153
  [MathInverseTrigonometricFunction.ARCCSC]: {
84
154
  label: 'arccsc',
85
155
  mathliveValue: '$\\operatorname{arccsc}(\\placeholder{})$',
86
- katexValue: 'arccsc'
156
+ katexValue: 'arccsc',
157
+ style: {
158
+ button: {
159
+ width: 58
160
+ },
161
+ text: {
162
+ fontSize: 11
163
+ }
164
+ }
87
165
  }
88
166
  };
89
167
  //# sourceMappingURL=trigonometric.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["MathBasicTrigonometricFunction","exports","MathInverseTrigonometricFunction","MATH_BASIC_TRIGONOMETRIC_FUNCTIONS","SIN","label","mathliveValue","katexValue","COS","TAN","COT","SEC","CSC","MATH_INVERSE_TRIGONOMETRIC_FUNCTIONS","ARCSIN","ARCCOS","ARCTAN","ARCCOT","ARCSEC","ARCCSC"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/types/MathKeysGroups/trigonometric.tsx"],"mappings":";;;;;;IAEYA,8BAA8B,GAAAC,OAAA,CAAAD,8BAAA,0BAA9BA,8BAA8B;EAA9BA,8BAA8B;EAA9BA,8BAA8B;EAA9BA,8BAA8B;EAA9BA,8BAA8B;EAA9BA,8BAA8B;EAA9BA,8BAA8B;EAAA,OAA9BA,8BAA8B;AAAA;AAAA,IAS9BE,gCAAgC,GAAAD,OAAA,CAAAC,gCAAA,0BAAhCA,gCAAgC;EAAhCA,gCAAgC;EAAhCA,gCAAgC;EAAhCA,gCAAgC;EAAhCA,gCAAgC;EAAhCA,gCAAgC;EAAhCA,gCAAgC;EAAA,OAAhCA,gCAAgC;AAAA;AASrC,MAAMC,kCAEZ,GAAAF,OAAA,CAAAE,kCAAA,GAAG;EACF,CAACH,8BAA8B,CAACI,GAAG,GAAG;IACpCC,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,0BAA0B;IACzCC,UAAU,EAAE;EACd,CAAC;EACD,CAACP,8BAA8B,CAACQ,GAAG,GAAG;IACpCH,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,0BAA0B;IACzCC,UAAU,EAAE;EACd,CAAC;EACD,CAACP,8BAA8B,CAACS,GAAG,GAAG;IACpCJ,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,0BAA0B;IACzCC,UAAU,EAAE;EACd,CAAC;EACD,CAACP,8BAA8B,CAACU,GAAG,GAAG;IACpCL,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,0BAA0B;IACzCC,UAAU,EAAE;EACd,CAAC;EACD,CAACP,8BAA8B,CAACW,GAAG,GAAG;IACpCN,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,0BAA0B;IACzCC,UAAU,EAAE;EACd,CAAC;EACD,CAACP,8BAA8B,CAACY,GAAG,GAAG;IACpCP,KAAK,EAAE,KAAK;IACZC,aAAa,EAAE,0BAA0B;IACzCC,UAAU,EAAE;EACd;AACF,CAAC;AAEM,MAAMM,oCAEZ,GAAAZ,OAAA,CAAAY,oCAAA,GAAG;EACF,CAACX,gCAAgC,CAACY,MAAM,GAAG;IACzCT,KAAK,EAAE,QAAQ;IACfC,aAAa,EAAE,6BAA6B;IAC5CC,UAAU,EAAE;EACd,CAAC;EACD,CAACL,gCAAgC,CAACa,MAAM,GAAG;IACzCV,KAAK,EAAE,QAAQ;IACfC,aAAa,EAAE,6BAA6B;IAC5CC,UAAU,EAAE;EACd,CAAC;EACD,CAACL,gCAAgC,CAACc,MAAM,GAAG;IACzCX,KAAK,EAAE,QAAQ;IACfC,aAAa,EAAE,6BAA6B;IAC5CC,UAAU,EAAE;EACd,CAAC;EACD,CAACL,gCAAgC,CAACe,MAAM,GAAG;IACzCZ,KAAK,EAAE,QAAQ;IACfC,aAAa,EAAE,2CAA2C;IAC1DC,UAAU,EAAE;EACd,CAAC;EACD,CAACL,gCAAgC,CAACgB,MAAM,GAAG;IACzCb,KAAK,EAAE,QAAQ;IACfC,aAAa,EAAE,2CAA2C;IAC1DC,UAAU,EAAE;EACd,CAAC;EACD,CAACL,gCAAgC,CAACiB,MAAM,GAAG;IACzCd,KAAK,EAAE,QAAQ;IACfC,aAAa,EAAE,2CAA2C;IAC1DC,UAAU,EAAE;EACd;AACF,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["MathBasicTrigonometricFunction","exports","MathInverseTrigonometricFunction","MATH_BASIC_TRIGONOMETRIC_FUNCTIONS","SIN","label","mathliveValue","katexValue","style","text","fontSize","COS","TAN","COT","SEC","CSC","MATH_INVERSE_TRIGONOMETRIC_FUNCTIONS","ARCSIN","button","width","ARCCOS","ARCTAN","ARCCOT","ARCSEC","ARCCSC"],"sourceRoot":"../../../../../../src","sources":["features/keyboard/types/MathKeysGroups/trigonometric.tsx"],"mappings":"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","ignoreList":[]}