@magmamath/students-features 1.3.2-rc.5 → 1.3.3-rc.1

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 (313) hide show
  1. package/dist/commonjs/features/chatbot/model/ChatBoxTextManager.js +1 -2
  2. package/dist/commonjs/features/chatbot/model/ChatBoxTextManager.js.map +1 -1
  3. package/dist/commonjs/features/chatbot/model/DefaultMessageCreator.js +4 -2
  4. package/dist/commonjs/features/chatbot/model/DefaultMessageCreator.js.map +1 -1
  5. package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js +2 -3
  6. package/dist/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
  7. package/dist/commonjs/features/exampleSolution/model/ExampleSolutionApi.js +4 -8
  8. package/dist/commonjs/features/exampleSolution/model/ExampleSolutionApi.js.map +1 -1
  9. package/dist/commonjs/features/keyboard/constants/groups/index.js +0 -11
  10. package/dist/commonjs/features/keyboard/constants/groups/index.js.map +1 -1
  11. package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js +0 -2
  12. package/dist/commonjs/features/keyboard/constants/keyboard.helpers.js.map +1 -1
  13. package/dist/commonjs/features/keyboard/constants/keyboardLayouts.js +2 -8
  14. package/dist/commonjs/features/keyboard/constants/keyboardLayouts.js.map +1 -1
  15. package/dist/commonjs/features/keyboard/constants/keys/geometry.constants.js +1 -86
  16. package/dist/commonjs/features/keyboard/constants/keys/geometry.constants.js.map +1 -1
  17. package/dist/commonjs/features/keyboard/constants/keys/text.constants.js +9 -9
  18. package/dist/commonjs/features/keyboard/constants/keys/units.constants.js +1 -2
  19. package/dist/commonjs/features/keyboard/constants/keys/units.constants.js.map +1 -1
  20. package/dist/commonjs/features/keyboard/types/types.js +0 -1
  21. package/dist/commonjs/features/keyboard/types/types.js.map +1 -1
  22. package/dist/commonjs/index.js +23 -38
  23. package/dist/commonjs/index.js.map +1 -1
  24. package/dist/commonjs/locales/schema.json +1 -0
  25. package/dist/commonjs/shared/icons/keyboard/AngleIcon.js +3 -4
  26. package/dist/commonjs/shared/icons/keyboard/AngleIcon.js.map +1 -1
  27. package/dist/commonjs/shared/icons/keyboard/BidirectionalSegmentIcon.js +8 -12
  28. package/dist/commonjs/shared/icons/keyboard/BidirectionalSegmentIcon.js.map +1 -1
  29. package/dist/commonjs/shared/icons/keyboard/LineSegmentIcon.js +6 -11
  30. package/dist/commonjs/shared/icons/keyboard/LineSegmentIcon.js.map +1 -1
  31. package/dist/commonjs/shared/icons/keyboard/RightDirectedSegmentIcon.js +8 -12
  32. package/dist/commonjs/shared/icons/keyboard/RightDirectedSegmentIcon.js.map +1 -1
  33. package/dist/commonjs/shared/translation/constants.js +2 -17
  34. package/dist/commonjs/shared/translation/constants.js.map +1 -1
  35. package/dist/commonjs/shared/translation/helpers.js +8 -38
  36. package/dist/commonjs/shared/translation/helpers.js.map +1 -1
  37. package/dist/commonjs/shared/translation/hooks.js +7 -15
  38. package/dist/commonjs/shared/translation/hooks.js.map +1 -1
  39. package/dist/commonjs/shared/translation/index.js +0 -25
  40. package/dist/commonjs/shared/translation/index.js.map +1 -1
  41. package/dist/commonjs/shared/translation/types.js +0 -4
  42. package/dist/module/features/chatbot/model/ChatBoxTextManager.js +1 -2
  43. package/dist/module/features/chatbot/model/ChatBoxTextManager.js.map +1 -1
  44. package/dist/module/features/chatbot/model/DefaultMessageCreator.js +3 -2
  45. package/dist/module/features/chatbot/model/DefaultMessageCreator.js.map +1 -1
  46. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js +3 -4
  47. package/dist/module/features/exampleSolution/components/ExampleSolutionModalContent.js.map +1 -1
  48. package/dist/module/features/exampleSolution/model/ExampleSolutionApi.js +5 -9
  49. package/dist/module/features/exampleSolution/model/ExampleSolutionApi.js.map +1 -1
  50. package/dist/module/features/keyboard/constants/groups/index.js +0 -1
  51. package/dist/module/features/keyboard/constants/groups/index.js.map +1 -1
  52. package/dist/module/features/keyboard/constants/keyboard.helpers.js +1 -3
  53. package/dist/module/features/keyboard/constants/keyboard.helpers.js.map +1 -1
  54. package/dist/module/features/keyboard/constants/keyboardLayouts.js +2 -8
  55. package/dist/module/features/keyboard/constants/keyboardLayouts.js.map +1 -1
  56. package/dist/module/features/keyboard/constants/keys/geometry.constants.js +1 -86
  57. package/dist/module/features/keyboard/constants/keys/geometry.constants.js.map +1 -1
  58. package/dist/module/features/keyboard/constants/keys/text.constants.js +9 -9
  59. package/dist/module/features/keyboard/constants/keys/units.constants.js +1 -2
  60. package/dist/module/features/keyboard/constants/keys/units.constants.js.map +1 -1
  61. package/dist/module/features/keyboard/types/types.js +0 -1
  62. package/dist/module/features/keyboard/types/types.js.map +1 -1
  63. package/dist/module/index.js +0 -1
  64. package/dist/module/index.js.map +1 -1
  65. package/dist/module/locales/schema.json +1 -0
  66. package/dist/module/shared/icons/keyboard/AngleIcon.js +3 -4
  67. package/dist/module/shared/icons/keyboard/AngleIcon.js.map +1 -1
  68. package/dist/module/shared/icons/keyboard/BidirectionalSegmentIcon.js +9 -13
  69. package/dist/module/shared/icons/keyboard/BidirectionalSegmentIcon.js.map +1 -1
  70. package/dist/module/shared/icons/keyboard/LineSegmentIcon.js +7 -12
  71. package/dist/module/shared/icons/keyboard/LineSegmentIcon.js.map +1 -1
  72. package/dist/module/shared/icons/keyboard/RightDirectedSegmentIcon.js +9 -13
  73. package/dist/module/shared/icons/keyboard/RightDirectedSegmentIcon.js.map +1 -1
  74. package/dist/module/shared/translation/constants.js +1 -15
  75. package/dist/module/shared/translation/constants.js.map +1 -1
  76. package/dist/module/shared/translation/helpers.js +6 -33
  77. package/dist/module/shared/translation/helpers.js.map +1 -1
  78. package/dist/module/shared/translation/hooks.js +7 -14
  79. package/dist/module/shared/translation/hooks.js.map +1 -1
  80. package/dist/module/shared/translation/index.js +2 -3
  81. package/dist/module/shared/translation/index.js.map +1 -1
  82. package/dist/module/shared/translation/types.js +0 -2
  83. package/dist/typescript/commonjs/features/chatbot/model/ChatBoxTextManager.d.ts +1 -2
  84. package/dist/typescript/commonjs/features/chatbot/model/ChatBoxTextManager.d.ts.map +1 -1
  85. package/dist/typescript/commonjs/features/chatbot/model/DefaultMessageCreator.d.ts +1 -2
  86. package/dist/typescript/commonjs/features/chatbot/model/DefaultMessageCreator.d.ts.map +1 -1
  87. package/dist/typescript/commonjs/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  88. package/dist/typescript/commonjs/features/exampleSolution/model/ExampleSolutionApi.d.ts.map +1 -1
  89. package/dist/typescript/commonjs/features/keyboard/constants/groups/index.d.ts +0 -1
  90. package/dist/typescript/commonjs/features/keyboard/constants/groups/index.d.ts.map +1 -1
  91. package/dist/typescript/commonjs/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
  92. package/dist/typescript/commonjs/features/keyboard/constants/keyboardLayouts.d.ts +0 -5
  93. package/dist/typescript/commonjs/features/keyboard/constants/keyboardLayouts.d.ts.map +1 -1
  94. package/dist/typescript/commonjs/features/keyboard/constants/keys/geometry.constants.d.ts.map +1 -1
  95. package/dist/typescript/commonjs/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
  96. package/dist/typescript/commonjs/features/keyboard/types/types.d.ts +0 -1
  97. package/dist/typescript/commonjs/features/keyboard/types/types.d.ts.map +1 -1
  98. package/dist/typescript/commonjs/index.d.ts +0 -1
  99. package/dist/typescript/commonjs/index.d.ts.map +1 -1
  100. package/dist/typescript/commonjs/lib/components/ConditionalWrapper.d.ts +1 -1
  101. package/dist/typescript/commonjs/shared/icons/keyboard/AngleIcon.d.ts.map +1 -1
  102. package/dist/typescript/commonjs/shared/icons/keyboard/BidirectionalSegmentIcon.d.ts.map +1 -1
  103. package/dist/typescript/commonjs/shared/icons/keyboard/LineSegmentIcon.d.ts.map +1 -1
  104. package/dist/typescript/commonjs/shared/icons/keyboard/RightDirectedSegmentIcon.d.ts.map +1 -1
  105. package/dist/typescript/commonjs/shared/translation/constants.d.ts +1 -368
  106. package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +1 -1
  107. package/dist/typescript/commonjs/shared/translation/helpers.d.ts +1 -5
  108. package/dist/typescript/commonjs/shared/translation/helpers.d.ts.map +1 -1
  109. package/dist/typescript/commonjs/shared/translation/hooks.d.ts +1 -3
  110. package/dist/typescript/commonjs/shared/translation/hooks.d.ts.map +1 -1
  111. package/dist/typescript/commonjs/shared/translation/index.d.ts +3 -3
  112. package/dist/typescript/commonjs/shared/translation/index.d.ts.map +1 -1
  113. package/dist/typescript/commonjs/shared/translation/types.d.ts +1 -4
  114. package/dist/typescript/commonjs/shared/translation/types.d.ts.map +1 -1
  115. package/dist/typescript/module/features/chatbot/model/ChatBoxTextManager.d.ts +1 -2
  116. package/dist/typescript/module/features/chatbot/model/ChatBoxTextManager.d.ts.map +1 -1
  117. package/dist/typescript/module/features/chatbot/model/DefaultMessageCreator.d.ts +1 -2
  118. package/dist/typescript/module/features/chatbot/model/DefaultMessageCreator.d.ts.map +1 -1
  119. package/dist/typescript/module/features/exampleSolution/components/ExampleSolutionModalContent.d.ts.map +1 -1
  120. package/dist/typescript/module/features/exampleSolution/model/ExampleSolutionApi.d.ts.map +1 -1
  121. package/dist/typescript/module/features/keyboard/constants/groups/index.d.ts +0 -1
  122. package/dist/typescript/module/features/keyboard/constants/groups/index.d.ts.map +1 -1
  123. package/dist/typescript/module/features/keyboard/constants/keyboard.helpers.d.ts.map +1 -1
  124. package/dist/typescript/module/features/keyboard/constants/keyboardLayouts.d.ts +0 -5
  125. package/dist/typescript/module/features/keyboard/constants/keyboardLayouts.d.ts.map +1 -1
  126. package/dist/typescript/module/features/keyboard/constants/keys/geometry.constants.d.ts.map +1 -1
  127. package/dist/typescript/module/features/keyboard/constants/keys/units.constants.d.ts.map +1 -1
  128. package/dist/typescript/module/features/keyboard/types/types.d.ts +0 -1
  129. package/dist/typescript/module/features/keyboard/types/types.d.ts.map +1 -1
  130. package/dist/typescript/module/index.d.ts +0 -1
  131. package/dist/typescript/module/index.d.ts.map +1 -1
  132. package/dist/typescript/module/lib/components/ConditionalWrapper.d.ts +1 -1
  133. package/dist/typescript/module/shared/icons/keyboard/AngleIcon.d.ts.map +1 -1
  134. package/dist/typescript/module/shared/icons/keyboard/BidirectionalSegmentIcon.d.ts.map +1 -1
  135. package/dist/typescript/module/shared/icons/keyboard/LineSegmentIcon.d.ts.map +1 -1
  136. package/dist/typescript/module/shared/icons/keyboard/RightDirectedSegmentIcon.d.ts.map +1 -1
  137. package/dist/typescript/module/shared/translation/constants.d.ts +1 -368
  138. package/dist/typescript/module/shared/translation/constants.d.ts.map +1 -1
  139. package/dist/typescript/module/shared/translation/helpers.d.ts +1 -5
  140. package/dist/typescript/module/shared/translation/helpers.d.ts.map +1 -1
  141. package/dist/typescript/module/shared/translation/hooks.d.ts +1 -3
  142. package/dist/typescript/module/shared/translation/hooks.d.ts.map +1 -1
  143. package/dist/typescript/module/shared/translation/index.d.ts +3 -3
  144. package/dist/typescript/module/shared/translation/index.d.ts.map +1 -1
  145. package/dist/typescript/module/shared/translation/types.d.ts +1 -4
  146. package/dist/typescript/module/shared/translation/types.d.ts.map +1 -1
  147. package/package.json +18 -13
  148. package/src/features/chatbot/model/ChatBoxTextManager.ts +3 -5
  149. package/src/features/chatbot/model/DefaultMessageCreator.ts +3 -3
  150. package/src/features/exampleSolution/components/ExampleSolutionModalContent.tsx +3 -4
  151. package/src/features/exampleSolution/model/ExampleSolutionApi.ts +5 -9
  152. package/src/features/keyboard/constants/groups/index.ts +0 -1
  153. package/src/features/keyboard/constants/keyboard.helpers.ts +0 -3
  154. package/src/features/keyboard/constants/keyboardLayouts.ts +2 -8
  155. package/src/features/keyboard/constants/keys/geometry.constants.tsx +1 -61
  156. package/src/features/keyboard/constants/keys/text.constants.tsx +9 -9
  157. package/src/features/keyboard/constants/keys/units.constants.tsx +0 -1
  158. package/src/features/keyboard/types/types.ts +0 -1
  159. package/src/index.ts +0 -1
  160. package/src/locales/schema.json +1 -0
  161. package/src/shared/icons/keyboard/AngleIcon.tsx +2 -4
  162. package/src/shared/icons/keyboard/BidirectionalSegmentIcon.tsx +8 -5
  163. package/src/shared/icons/keyboard/LineSegmentIcon.tsx +7 -6
  164. package/src/shared/icons/keyboard/RightDirectedSegmentIcon.tsx +8 -5
  165. package/src/shared/translation/constants.ts +1 -16
  166. package/src/shared/translation/helpers.ts +5 -45
  167. package/src/shared/translation/hooks.ts +6 -22
  168. package/src/shared/translation/index.ts +3 -3
  169. package/src/shared/translation/types.ts +1 -20
  170. package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js +0 -85
  171. package/dist/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +0 -1
  172. package/dist/commonjs/features/keyboard/components/GeometryLayout/helpers.js +0 -41
  173. package/dist/commonjs/features/keyboard/components/GeometryLayout/helpers.js.map +0 -1
  174. package/dist/commonjs/features/keyboard/components/GeometryLayout/types.js +0 -12
  175. package/dist/commonjs/features/keyboard/components/GeometryLayout/types.js.map +0 -1
  176. package/dist/commonjs/features/keyboard/constants/groups/geometry.constants.js +0 -11
  177. package/dist/commonjs/features/keyboard/constants/groups/geometry.constants.js.map +0 -1
  178. package/dist/commonjs/lib/types/keys.js +0 -2
  179. package/dist/commonjs/lib/types/keys.js.map +0 -1
  180. package/dist/commonjs/shared/icons/GeometryIcon.js +0 -32
  181. package/dist/commonjs/shared/icons/GeometryIcon.js.map +0 -1
  182. package/dist/commonjs/shared/icons/keyboard/ImpliesIcon.js +0 -30
  183. package/dist/commonjs/shared/icons/keyboard/ImpliesIcon.js.map +0 -1
  184. package/dist/commonjs/shared/icons/keyboard/LetterAIcon.js +0 -29
  185. package/dist/commonjs/shared/icons/keyboard/LetterAIcon.js.map +0 -1
  186. package/dist/commonjs/shared/icons/keyboard/LetterBIcon.js +0 -29
  187. package/dist/commonjs/shared/icons/keyboard/LetterBIcon.js.map +0 -1
  188. package/dist/commonjs/shared/icons/keyboard/LetterCIcon.js +0 -29
  189. package/dist/commonjs/shared/icons/keyboard/LetterCIcon.js.map +0 -1
  190. package/dist/commonjs/shared/icons/keyboard/ThereforeIcon.js +0 -42
  191. package/dist/commonjs/shared/icons/keyboard/ThereforeIcon.js.map +0 -1
  192. package/dist/commonjs/shared/icons/keyboard/TriangleIcon.js +0 -32
  193. package/dist/commonjs/shared/icons/keyboard/TriangleIcon.js.map +0 -1
  194. package/dist/commonjs/shared/translation/localization/ca.json +0 -61
  195. package/dist/commonjs/shared/translation/localization/de.json +0 -61
  196. package/dist/commonjs/shared/translation/localization/en.json +0 -61
  197. package/dist/commonjs/shared/translation/localization/gb.json +0 -61
  198. package/dist/commonjs/shared/translation/localization/sct.json +0 -61
  199. package/dist/commonjs/shared/translation/localization/sw.json +0 -61
  200. package/dist/commonjs/shared/translation/model.js +0 -15
  201. package/dist/commonjs/shared/translation/model.js.map +0 -1
  202. package/dist/commonjs/shared/translation/validation.types.js +0 -6
  203. package/dist/commonjs/shared/translation/validation.types.js.map +0 -1
  204. package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js +0 -78
  205. package/dist/module/features/keyboard/components/GeometryLayout/GeometryLayout.js.map +0 -1
  206. package/dist/module/features/keyboard/components/GeometryLayout/helpers.js +0 -36
  207. package/dist/module/features/keyboard/components/GeometryLayout/helpers.js.map +0 -1
  208. package/dist/module/features/keyboard/components/GeometryLayout/types.js +0 -8
  209. package/dist/module/features/keyboard/components/GeometryLayout/types.js.map +0 -1
  210. package/dist/module/features/keyboard/constants/groups/geometry.constants.js +0 -7
  211. package/dist/module/features/keyboard/constants/groups/geometry.constants.js.map +0 -1
  212. package/dist/module/lib/types/keys.js +0 -2
  213. package/dist/module/lib/types/keys.js.map +0 -1
  214. package/dist/module/shared/icons/GeometryIcon.js +0 -24
  215. package/dist/module/shared/icons/GeometryIcon.js.map +0 -1
  216. package/dist/module/shared/icons/keyboard/ImpliesIcon.js +0 -22
  217. package/dist/module/shared/icons/keyboard/ImpliesIcon.js.map +0 -1
  218. package/dist/module/shared/icons/keyboard/LetterAIcon.js +0 -21
  219. package/dist/module/shared/icons/keyboard/LetterAIcon.js.map +0 -1
  220. package/dist/module/shared/icons/keyboard/LetterBIcon.js +0 -21
  221. package/dist/module/shared/icons/keyboard/LetterBIcon.js.map +0 -1
  222. package/dist/module/shared/icons/keyboard/LetterCIcon.js +0 -21
  223. package/dist/module/shared/icons/keyboard/LetterCIcon.js.map +0 -1
  224. package/dist/module/shared/icons/keyboard/ThereforeIcon.js +0 -34
  225. package/dist/module/shared/icons/keyboard/ThereforeIcon.js.map +0 -1
  226. package/dist/module/shared/icons/keyboard/TriangleIcon.js +0 -24
  227. package/dist/module/shared/icons/keyboard/TriangleIcon.js.map +0 -1
  228. package/dist/module/shared/translation/localization/ca.json +0 -61
  229. package/dist/module/shared/translation/localization/de.json +0 -61
  230. package/dist/module/shared/translation/localization/en.json +0 -61
  231. package/dist/module/shared/translation/localization/gb.json +0 -61
  232. package/dist/module/shared/translation/localization/sct.json +0 -61
  233. package/dist/module/shared/translation/localization/sw.json +0 -61
  234. package/dist/module/shared/translation/model.js +0 -11
  235. package/dist/module/shared/translation/model.js.map +0 -1
  236. package/dist/module/shared/translation/validation.types.js +0 -4
  237. package/dist/module/shared/translation/validation.types.js.map +0 -1
  238. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts +0 -4
  239. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +0 -1
  240. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/helpers.d.ts +0 -14
  241. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/helpers.d.ts.map +0 -1
  242. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/types.d.ts +0 -5
  243. package/dist/typescript/commonjs/features/keyboard/components/GeometryLayout/types.d.ts.map +0 -1
  244. package/dist/typescript/commonjs/features/keyboard/constants/groups/geometry.constants.d.ts +0 -3
  245. package/dist/typescript/commonjs/features/keyboard/constants/groups/geometry.constants.d.ts.map +0 -1
  246. package/dist/typescript/commonjs/lib/types/keys.d.ts +0 -8
  247. package/dist/typescript/commonjs/lib/types/keys.d.ts.map +0 -1
  248. package/dist/typescript/commonjs/shared/icons/GeometryIcon.d.ts +0 -4
  249. package/dist/typescript/commonjs/shared/icons/GeometryIcon.d.ts.map +0 -1
  250. package/dist/typescript/commonjs/shared/icons/keyboard/ImpliesIcon.d.ts +0 -4
  251. package/dist/typescript/commonjs/shared/icons/keyboard/ImpliesIcon.d.ts.map +0 -1
  252. package/dist/typescript/commonjs/shared/icons/keyboard/LetterAIcon.d.ts +0 -4
  253. package/dist/typescript/commonjs/shared/icons/keyboard/LetterAIcon.d.ts.map +0 -1
  254. package/dist/typescript/commonjs/shared/icons/keyboard/LetterBIcon.d.ts +0 -4
  255. package/dist/typescript/commonjs/shared/icons/keyboard/LetterBIcon.d.ts.map +0 -1
  256. package/dist/typescript/commonjs/shared/icons/keyboard/LetterCIcon.d.ts +0 -4
  257. package/dist/typescript/commonjs/shared/icons/keyboard/LetterCIcon.d.ts.map +0 -1
  258. package/dist/typescript/commonjs/shared/icons/keyboard/ThereforeIcon.d.ts +0 -4
  259. package/dist/typescript/commonjs/shared/icons/keyboard/ThereforeIcon.d.ts.map +0 -1
  260. package/dist/typescript/commonjs/shared/icons/keyboard/TriangleIcon.d.ts +0 -4
  261. package/dist/typescript/commonjs/shared/icons/keyboard/TriangleIcon.d.ts.map +0 -1
  262. package/dist/typescript/commonjs/shared/translation/model.d.ts +0 -125
  263. package/dist/typescript/commonjs/shared/translation/model.d.ts.map +0 -1
  264. package/dist/typescript/commonjs/shared/translation/validation.types.d.ts +0 -21
  265. package/dist/typescript/commonjs/shared/translation/validation.types.d.ts.map +0 -1
  266. package/dist/typescript/module/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts +0 -4
  267. package/dist/typescript/module/features/keyboard/components/GeometryLayout/GeometryLayout.d.ts.map +0 -1
  268. package/dist/typescript/module/features/keyboard/components/GeometryLayout/helpers.d.ts +0 -14
  269. package/dist/typescript/module/features/keyboard/components/GeometryLayout/helpers.d.ts.map +0 -1
  270. package/dist/typescript/module/features/keyboard/components/GeometryLayout/types.d.ts +0 -5
  271. package/dist/typescript/module/features/keyboard/components/GeometryLayout/types.d.ts.map +0 -1
  272. package/dist/typescript/module/features/keyboard/constants/groups/geometry.constants.d.ts +0 -3
  273. package/dist/typescript/module/features/keyboard/constants/groups/geometry.constants.d.ts.map +0 -1
  274. package/dist/typescript/module/lib/types/keys.d.ts +0 -8
  275. package/dist/typescript/module/lib/types/keys.d.ts.map +0 -1
  276. package/dist/typescript/module/shared/icons/GeometryIcon.d.ts +0 -4
  277. package/dist/typescript/module/shared/icons/GeometryIcon.d.ts.map +0 -1
  278. package/dist/typescript/module/shared/icons/keyboard/ImpliesIcon.d.ts +0 -4
  279. package/dist/typescript/module/shared/icons/keyboard/ImpliesIcon.d.ts.map +0 -1
  280. package/dist/typescript/module/shared/icons/keyboard/LetterAIcon.d.ts +0 -4
  281. package/dist/typescript/module/shared/icons/keyboard/LetterAIcon.d.ts.map +0 -1
  282. package/dist/typescript/module/shared/icons/keyboard/LetterBIcon.d.ts +0 -4
  283. package/dist/typescript/module/shared/icons/keyboard/LetterBIcon.d.ts.map +0 -1
  284. package/dist/typescript/module/shared/icons/keyboard/LetterCIcon.d.ts +0 -4
  285. package/dist/typescript/module/shared/icons/keyboard/LetterCIcon.d.ts.map +0 -1
  286. package/dist/typescript/module/shared/icons/keyboard/ThereforeIcon.d.ts +0 -4
  287. package/dist/typescript/module/shared/icons/keyboard/ThereforeIcon.d.ts.map +0 -1
  288. package/dist/typescript/module/shared/icons/keyboard/TriangleIcon.d.ts +0 -4
  289. package/dist/typescript/module/shared/icons/keyboard/TriangleIcon.d.ts.map +0 -1
  290. package/dist/typescript/module/shared/translation/model.d.ts +0 -125
  291. package/dist/typescript/module/shared/translation/model.d.ts.map +0 -1
  292. package/dist/typescript/module/shared/translation/validation.types.d.ts +0 -21
  293. package/dist/typescript/module/shared/translation/validation.types.d.ts.map +0 -1
  294. package/src/features/keyboard/components/GeometryLayout/GeometryLayout.tsx +0 -82
  295. package/src/features/keyboard/components/GeometryLayout/helpers.tsx +0 -46
  296. package/src/features/keyboard/components/GeometryLayout/types.ts +0 -4
  297. package/src/features/keyboard/constants/groups/geometry.constants.ts +0 -25
  298. package/src/lib/types/keys.ts +0 -18
  299. package/src/shared/icons/GeometryIcon.tsx +0 -18
  300. package/src/shared/icons/keyboard/ImpliesIcon.tsx +0 -16
  301. package/src/shared/icons/keyboard/LetterAIcon.tsx +0 -14
  302. package/src/shared/icons/keyboard/LetterBIcon.tsx +0 -14
  303. package/src/shared/icons/keyboard/LetterCIcon.tsx +0 -14
  304. package/src/shared/icons/keyboard/ThereforeIcon.tsx +0 -15
  305. package/src/shared/icons/keyboard/TriangleIcon.tsx +0 -18
  306. package/src/shared/translation/localization/ca.json +0 -61
  307. package/src/shared/translation/localization/de.json +0 -61
  308. package/src/shared/translation/localization/en.json +0 -61
  309. package/src/shared/translation/localization/gb.json +0 -61
  310. package/src/shared/translation/localization/sct.json +0 -61
  311. package/src/shared/translation/localization/sw.json +0 -61
  312. package/src/shared/translation/model.ts +0 -16
  313. package/src/shared/translation/validation.types.ts +0 -34
@@ -1,32 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.GeometryIcon = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- const GeometryIcon = ({
14
- size = 16,
15
- color
16
- }) => {
17
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
18
- width: size,
19
- height: size,
20
- viewBox: "0 0 16 16",
21
- fill: "none",
22
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- d: "M15.499 16.0009H14.998L15.499 15.4999V16.0009ZM0.399414 15.9902C0.204051 15.9502 0.0497107 15.7968 0.00976562 15.6015L0 15.5009V0.500901C9.37645e-05 0.0555518 0.538555 -0.167482 0.853516 0.147385L15.8525 15.1474C16.1674 15.4624 15.9444 16.0009 15.499 16.0009V15.4999L14.998 16.0009H0.5L0.399414 15.9902ZM1.59961 14.4003H12.8428L1.59961 3.15715V14.4003Z",
24
- fill: color
25
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
- d: "M5.09541 10.7012C5.20587 10.7012 5.29541 10.7907 5.29541 10.9012V13.5055C5.29541 13.616 5.20587 13.7055 5.09541 13.7055H4.20604C4.09558 13.7055 4.00604 13.616 4.00604 13.5055V12.1898C4.00604 12.0793 3.9165 11.9898 3.80604 11.9898H2.49108C2.38062 11.9898 2.29108 11.9002 2.29108 11.7898V10.9012C2.29108 10.7907 2.38062 10.7012 2.49108 10.7012H5.09541Z",
27
- fill: color
28
- })]
29
- });
30
- };
31
- exports.GeometryIcon = GeometryIcon;
32
- //# sourceMappingURL=GeometryIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","GeometryIcon","size","color","jsxs","width","height","viewBox","fill","children","jsx","Path","d","exports"],"sourceRoot":"../../../../src","sources":["shared/icons/GeometryIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,YAAY,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC/D,oBACE,IAAAvB,WAAA,CAAAwB,IAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC7D,IAAA7B,WAAA,CAAA8B,GAAA,EAAChC,eAAA,CAAAiC,IAAI;MACHC,CAAC,EAAC,kWAAkW;MACpWJ,IAAI,EAAEL;IAAM,CACb,CAAC,eACF,IAAAvB,WAAA,CAAA8B,GAAA,EAAChC,eAAA,CAAAiC,IAAI;MACHC,CAAC,EAAC,gWAAgW;MAClWJ,IAAI,EAAEL;IAAM,CACb,CAAC;EAAA,CACC,CAAC;AAEV,CAAC;AAAAU,OAAA,CAAAZ,YAAA,GAAAA,YAAA","ignoreList":[]}
@@ -1,30 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.ImpliesIcon = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- const ASPECT_RATIO = 20 / 18;
14
- const ImpliesIcon = ({
15
- size = 20,
16
- color
17
- }) => {
18
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
19
- width: size,
20
- height: size / ASPECT_RATIO,
21
- viewBox: "0 0 20 18",
22
- fill: "none",
23
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
- d: "M11.1808 4.25566C11.4933 3.94351 12.0004 3.94333 12.3127 4.25566L16.4904 8.43438C16.8025 8.74673 16.8025 9.25289 16.4904 9.56524L12.3127 13.7439C12.0004 14.0563 11.4933 14.0561 11.1808 13.7439C10.8684 13.4315 10.8684 12.9245 11.1808 12.6121L11.5441 12.2488H4.07538C3.63366 12.2487 3.27557 11.8908 3.27557 11.449C3.27573 11.0074 3.63376 10.6494 4.07538 10.6492H12.9781C13.0841 10.6492 13.1859 10.6071 13.2609 10.5321L14.7224 9.07052C14.7615 9.03146 14.7615 8.96815 14.7224 8.92909L13.2599 7.46657C13.1849 7.39156 13.0832 7.34941 12.9771 7.34941H4.07538C3.63366 7.34928 3.27557 6.99136 3.27557 6.54961C3.27573 6.108 3.63376 5.74994 4.07538 5.74981H11.5432L11.1808 5.3875C10.8685 5.07514 10.8686 4.5681 11.1808 4.25566Z",
25
- fill: color
26
- })
27
- });
28
- };
29
- exports.ImpliesIcon = ImpliesIcon;
30
- //# sourceMappingURL=ImpliesIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ASPECT_RATIO","ImpliesIcon","size","color","jsx","width","height","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/ImpliesIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAE5C,MAAMmB,YAAY,GAAG,EAAE,GAAG,EAAE;AAErB,MAAMC,WAAW,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC9D,oBACE,IAAAxB,WAAA,CAAAyB,GAAA,EAAC3B,eAAA,CAAAS,OAAG;IAACmB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAI,GAAGF,YAAa;IAACO,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC5E,IAAA9B,WAAA,CAAAyB,GAAA,EAAC3B,eAAA,CAAAiC,IAAI;MACHC,CAAC,EAAC,8sBAA8sB;MAChtBH,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAS,OAAA,CAAAX,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.LetterAIcon = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- const LetterAIcon = ({
14
- size = 16,
15
- color
16
- }) => {
17
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
18
- width: size,
19
- height: size,
20
- viewBox: "0 0 16 16",
21
- fill: "none",
22
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- d: "M10.352 14L9.92 11.2H5.152L3.424 14H1.584L8.608 2.8H10.16L12 14H10.352ZM6.064 9.68H9.712L8.976 4.96L6.064 9.68Z",
24
- fill: color
25
- })
26
- });
27
- };
28
- exports.LetterAIcon = LetterAIcon;
29
- //# sourceMappingURL=LetterAIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","LetterAIcon","size","color","jsx","width","height","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/LetterAIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,WAAW,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC9D,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7D,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAgC,IAAI;MACHC,CAAC,EAAC,iHAAiH;MACnHH,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAS,OAAA,CAAAX,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.LetterBIcon = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- const LetterBIcon = ({
14
- size = 16,
15
- color
16
- }) => {
17
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
18
- width: size,
19
- height: size,
20
- viewBox: "0 0 16 16",
21
- fill: "none",
22
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- d: "M9.752 2.8C11.592 2.8 12.488 3.984 12.488 5.248C12.488 6.496 11.688 7.76 10.152 8.08C11.448 8.432 12.04 9.424 12.04 10.464C12.04 12.208 10.504 14 7.848 14H3.544L6.136 2.8H9.752ZM5.496 12.512H8.04C9.64 12.512 10.408 11.472 10.408 10.464C10.408 9.616 9.752 8.864 8.52 8.864H6.344L5.496 12.512ZM6.632 7.552H8.712C10.088 7.552 10.856 6.56 10.856 5.648C10.856 4.8 10.328 4.288 9.224 4.288H7.384L6.632 7.552Z",
24
- fill: color
25
- })
26
- });
27
- };
28
- exports.LetterBIcon = LetterBIcon;
29
- //# sourceMappingURL=LetterBIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","LetterBIcon","size","color","jsx","width","height","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/LetterBIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,WAAW,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC9D,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7D,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAgC,IAAI;MACHC,CAAC,EAAC,oZAAoZ;MACtZH,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAS,OAAA,CAAAX,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.LetterCIcon = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- const LetterCIcon = ({
14
- size = 16,
15
- color
16
- }) => {
17
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
18
- width: size,
19
- height: size,
20
- viewBox: "0 0 16 16",
21
- fill: "none",
22
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- d: "M7.98 12.688C9.596 12.688 10.716 11.808 11.516 10.272L12.86 11.024C11.692 13.232 10.012 14.256 7.82 14.256C4.444 14.256 2.732 11.808 2.732 9.024C2.732 5.68 5.148 2.544 8.94 2.544C10.876 2.544 12.348 3.376 13.324 4.88L11.996 5.856C11.356 4.752 10.316 4.096 8.796 4.096C5.948 4.096 4.38 6.464 4.38 8.816C4.38 10.896 5.612 12.688 7.98 12.688Z",
24
- fill: color
25
- })
26
- });
27
- };
28
- exports.LetterCIcon = LetterCIcon;
29
- //# sourceMappingURL=LetterCIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","LetterCIcon","size","color","jsx","width","height","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/LetterCIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAErC,MAAMmB,WAAW,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC9D,oBACE,IAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAS,OAAG;IAACkB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7D,IAAA7B,WAAA,CAAAwB,GAAA,EAAC1B,eAAA,CAAAgC,IAAI;MACHC,CAAC,EAAC,qVAAqV;MACvVH,IAAI,EAAEL;IAAM,CACb;EAAC,CACC,CAAC;AAEV,CAAC;AAAAS,OAAA,CAAAX,WAAA,GAAAA,WAAA","ignoreList":[]}
@@ -1,42 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.ThereforeIcon = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- const ASPECT_RATIO = 20 / 18;
14
- const ThereforeIcon = ({
15
- size = 20,
16
- color
17
- }) => {
18
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
19
- width: size,
20
- height: size / ASPECT_RATIO,
21
- viewBox: "0 0 20 18",
22
- fill: "none",
23
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
24
- cx: "7.07972",
25
- cy: "11.6398",
26
- r: "1.8",
27
- fill: color
28
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
29
- cx: "12.9203",
30
- cy: "11.6398",
31
- r: "1.8",
32
- fill: color
33
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
34
- cx: "10",
35
- cy: "6.36006",
36
- r: "1.8",
37
- fill: color
38
- })]
39
- });
40
- };
41
- exports.ThereforeIcon = ThereforeIcon;
42
- //# sourceMappingURL=ThereforeIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ASPECT_RATIO","ThereforeIcon","size","color","jsxs","width","height","viewBox","fill","children","jsx","Circle","cx","cy","exports"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/ThereforeIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA8C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAE9C,MAAMmB,YAAY,GAAG,EAAE,GAAG,EAAE;AAErB,MAAMC,aAAa,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAChE,oBACE,IAAAxB,WAAA,CAAAyB,IAAA,EAAC3B,eAAA,CAAAS,OAAG;IAACmB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAI,GAAGF,YAAa;IAACO,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC5E,IAAA9B,WAAA,CAAA+B,GAAA,EAACjC,eAAA,CAAAkC,MAAM;MAACC,EAAE,EAAC,SAAS;MAACC,EAAE,EAAC,SAAS;MAAC9B,CAAC,EAAC,KAAK;MAACyB,IAAI,EAAEL;IAAM,CAAE,CAAC,eACzD,IAAAxB,WAAA,CAAA+B,GAAA,EAACjC,eAAA,CAAAkC,MAAM;MAACC,EAAE,EAAC,SAAS;MAACC,EAAE,EAAC,SAAS;MAAC9B,CAAC,EAAC,KAAK;MAACyB,IAAI,EAAEL;IAAM,CAAE,CAAC,eACzD,IAAAxB,WAAA,CAAA+B,GAAA,EAACjC,eAAA,CAAAkC,MAAM;MAACC,EAAE,EAAC,IAAI;MAACC,EAAE,EAAC,SAAS;MAAC9B,CAAC,EAAC,KAAK;MAACyB,IAAI,EAAEL;IAAM,CAAE,CAAC;EAAA,CACjD,CAAC;AAEV,CAAC;AAAAW,OAAA,CAAAb,aAAA,GAAAA,aAAA","ignoreList":[]}
@@ -1,32 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.TriangleIcon = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- const ASPECT_RATIO = 20 / 18;
14
- const TriangleIcon = ({
15
- size = 20,
16
- color
17
- }) => {
18
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
19
- width: size,
20
- height: size / ASPECT_RATIO,
21
- viewBox: "0 0 20 18",
22
- fill: "none",
23
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
- d: "M9.82983 3.56494C9.9081 3.43933 10.0913 3.43941 10.1697 3.56494L16.2488 13.3228C16.3317 13.4559 16.2366 13.6281 16.0798 13.6284H3.92065C3.76376 13.6284 3.66791 13.456 3.75073 13.3228L9.82983 3.56494Z",
25
- stroke: color,
26
- strokeWidth: "1.6",
27
- strokeLinejoin: "round"
28
- })
29
- });
30
- };
31
- exports.TriangleIcon = TriangleIcon;
32
- //# sourceMappingURL=TriangleIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ASPECT_RATIO","TriangleIcon","size","color","jsx","width","height","viewBox","fill","children","Path","d","stroke","strokeWidth","strokeLinejoin","exports"],"sourceRoot":"../../../../../src","sources":["shared/icons/keyboard/TriangleIcon.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAH,wBAAAG,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAd,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAE5C,MAAMmB,YAAY,GAAG,EAAE,GAAG,EAAE;AAErB,MAAMC,YAAY,GAAGA,CAAC;EAAEC,IAAI,GAAG,EAAE;EAAEC;AAAiB,CAAC,KAAK;EAC/D,oBACE,IAAAxB,WAAA,CAAAyB,GAAA,EAAC3B,eAAA,CAAAS,OAAG;IAACmB,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAI,GAAGF,YAAa;IAACO,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC5E,IAAA9B,WAAA,CAAAyB,GAAA,EAAC3B,eAAA,CAAAiC,IAAI;MACHC,CAAC,EAAC,yMAAyM;MAC3MC,MAAM,EAAET,KAAM;MACdU,WAAW,EAAC,KAAK;MACjBC,cAAc,EAAC;IAAO,CACvB;EAAC,CACC,CAAC;AAEV,CAAC;AAAAC,OAAA,CAAAd,YAAA,GAAAA,YAAA","ignoreList":[]}
@@ -1,61 +0,0 @@
1
- {
2
- "locale": "en-CA",
3
- "teacherFeedback.noComments": "No comments yet",
4
- "time.justNow": "just now",
5
- "time.minuteAgo": "minute ago",
6
- "time.minutesAgo": "{{count}} minutes ago",
7
- "time.hourAgo": "hour ago",
8
- "time.hoursAgo": "{{count}} hours ago",
9
- "time.dayAgo": "day ago",
10
- "time.daysAgo": "{{count}} days ago",
11
- "time.monthAgo": "month ago",
12
- "time.monthsAgo": "{{count}} months ago",
13
- "time.yearAgo": "year ago",
14
- "time.yearsAgo": "{{count}} years ago",
15
- "chat": {
16
- "anotherHint": "Give me another hint",
17
- "getHint": "Get a hint",
18
- "needHint": "I need a hint",
19
- "giveHintOpenChat": "I need a hint",
20
- "answerAgain": "Answer again to get another hint!",
21
- "errorMessage": "Something went wrong! Try again",
22
- "howCanIHelp": "Hi! Do you want help?",
23
- "showError": "Show error",
24
- "inputPlaceholder": "Type..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Great start!",
28
- "onTheWay": "On the way!",
29
- "almostThere": "Almost there"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Example solution",
33
- "letMeThink": "Let me think...",
34
- "aha": "Aha!",
35
- "errorMessage": "Something went wrong with generating an example solution"
36
- },
37
- "keyboard": {
38
- "length": "Length",
39
- "area": "Area",
40
- "volume": "Volume",
41
- "weight": "Weight",
42
- "time": "Time"
43
- },
44
- "voice": {
45
- "deleteRecording": "Delete recording?",
46
- "youWontBeAbleToRecover": "You won't be able to recover this file once it's gone.",
47
- "recordingDeleted": "Recording successfully deleted.",
48
- "delete": "Delete",
49
- "cancel": "Cancel",
50
- "noMicrophoneAccess": "No microphone access.",
51
- "noMicrophoneAccessBySystem": "Microphone access denied by system settings.",
52
- "noMicrophoneFound": "No microphone found.",
53
- "uploadFailed": "Upload failed. Please try again.",
54
- "redoRecording": "Redo recording?",
55
- "redo": "Redo",
56
- "thisWillRemoveRecording": "This will remove your previous recording.",
57
- "transcriptions": "Transcriptions",
58
- "attempt": "Attempt {{number}}",
59
- "transcriptNotAvailable": "Transcript not available"
60
- }
61
- }
@@ -1,61 +0,0 @@
1
- {
2
- "locale": "de-DE",
3
- "teacherFeedback.noComments": "Noch keine Kommentare",
4
- "time.justNow": "gerade eben",
5
- "time.minuteAgo": "vor einer Minute",
6
- "time.minutesAgo": "vor {{count}} Minuten",
7
- "time.hourAgo": "vor einer Stunde",
8
- "time.hoursAgo": "vor {{count}} Stunden",
9
- "time.dayAgo": "vor einem Tag",
10
- "time.daysAgo": "vor {{count}} Tagen",
11
- "time.monthAgo": "vor einem Monat",
12
- "time.monthsAgo": "vor {{count}} Monaten",
13
- "time.yearAgo": "vor einem Jahr",
14
- "time.yearsAgo": "vor {{count}} Jahren",
15
- "chat": {
16
- "anotherHint": "Gib mir noch einen Hinweis",
17
- "getHint": "Einen Hinweis erhalten",
18
- "needHint": "Ich brauche einen Hinweis",
19
- "giveHintOpenChat": "Ich brauche einen Hinweis",
20
- "answerAgain": "Noch einmal antworten, um einen weiteren Hinweis zu bekommen!",
21
- "errorMessage": "Etwas ist schiefgelaufen! Versuch es erneut",
22
- "howCanIHelp": "Hi! Möchtest du Hilfe?",
23
- "showError": "Fehler anzeigen",
24
- "inputPlaceholder": "Tippe..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Toller Start!",
28
- "onTheWay": "Auf dem Weg!",
29
- "almostThere": "Fast geschafft"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Beispiellösung",
33
- "letMeThink": "Lass mich nachdenken...",
34
- "aha": "Aha!",
35
- "errorMessage": "Beim Erstellen einer Beispiellösung ist etwas schiefgelaufen"
36
- },
37
- "keyboard": {
38
- "length": "Länge",
39
- "area": "Fläche",
40
- "volume": "Volumen",
41
- "weight": "Gewicht",
42
- "time": "Zeit"
43
- },
44
- "voice": {
45
- "deleteRecording": "Aufnahme löschen?",
46
- "youWontBeAbleToRecover": "Du kannst die Datei nicht wiederherstellen, wenn sie einmal gelöscht ist.",
47
- "recordingDeleted": "Aufnahme gelöscht.",
48
- "delete": "Löschen",
49
- "cancel": "Abbrechen",
50
- "noMicrophoneAccess": "Kein Mikrofon-Zugriff.",
51
- "noMicrophoneAccessBySystem": "Mikrofonzugriff durch Systemeinstellungen verweigert.",
52
- "noMicrophoneFound": "Kein Mikrofon gefunden.",
53
- "uploadFailed": "Hochladen fehlgeschlagen. Bitte versuche es erneut.",
54
- "redoRecording": "Aufnahme erneut aufnehmen?",
55
- "redo": "Wiederholen",
56
- "thisWillRemoveRecording": "Dadurch wird die Aufnahme entfernt.",
57
- "transcriptions": "Transkriptionen",
58
- "attempt": "Versuch {{number}}",
59
- "transcriptNotAvailable": "Transkript nicht verfügbar"
60
- }
61
- }
@@ -1,61 +0,0 @@
1
- {
2
- "locale": "en-SE",
3
- "teacherFeedback.noComments": "No comments yet",
4
- "time.justNow": "just now",
5
- "time.minuteAgo": "minute ago",
6
- "time.minutesAgo": "{{count}} minutes ago",
7
- "time.hourAgo": "hour ago",
8
- "time.hoursAgo": "{{count}} hours ago",
9
- "time.dayAgo": "day ago",
10
- "time.daysAgo": "{{count}} days ago",
11
- "time.monthAgo": "month ago",
12
- "time.monthsAgo": "{{count}} months ago",
13
- "time.yearAgo": "year ago",
14
- "time.yearsAgo": "{{count}} years ago",
15
- "chat": {
16
- "anotherHint": "Give me another hint",
17
- "getHint": "Get a hint",
18
- "needHint": "I need a hint",
19
- "giveHintOpenChat": "I need a hint",
20
- "answerAgain": "Answer again to get another hint!",
21
- "errorMessage": "Something went wrong! Try again",
22
- "howCanIHelp": "Hi! Do you want help?",
23
- "showError": "Show error",
24
- "inputPlaceholder": "Type..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Great start!",
28
- "onTheWay": "On the way!",
29
- "almostThere": "Almost there"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Example solution",
33
- "letMeThink": "Let me think...",
34
- "aha": "Aha!",
35
- "errorMessage": "Something went wrong with generating an example solution"
36
- },
37
- "keyboard": {
38
- "length": "Length",
39
- "area": "Area",
40
- "volume": "Volume",
41
- "weight": "Weight",
42
- "time": "Time"
43
- },
44
- "voice": {
45
- "deleteRecording": "Delete recording?",
46
- "youWontBeAbleToRecover": "You won't be able to recover this file once it's gone.",
47
- "recordingDeleted": "Recording successfully deleted.",
48
- "delete": "Delete",
49
- "cancel": "Cancel",
50
- "noMicrophoneAccess": "No microphone access.",
51
- "noMicrophoneAccessBySystem": "Microphone access denied by system settings.",
52
- "noMicrophoneFound": "No microphone found.",
53
- "uploadFailed": "Upload failed. Please try again.",
54
- "redoRecording": "Redo recording?",
55
- "redo": "Redo",
56
- "thisWillRemoveRecording": "This will remove your previous recording.",
57
- "transcriptions": "Transcriptions",
58
- "attempt": "Attempt {{number}}",
59
- "transcriptNotAvailable": "Transcript not available"
60
- }
61
- }
@@ -1,61 +0,0 @@
1
- {
2
- "locale": "en-GB",
3
- "teacherFeedback.noComments": "No comments yet",
4
- "time.justNow": "just now",
5
- "time.minuteAgo": "minute ago",
6
- "time.minutesAgo": "{{count}} minutes ago",
7
- "time.hourAgo": "hour ago",
8
- "time.hoursAgo": "{{count}} hours ago",
9
- "time.dayAgo": "day ago",
10
- "time.daysAgo": "{{count}} days ago",
11
- "time.monthAgo": "month ago",
12
- "time.monthsAgo": "{{count}} months ago",
13
- "time.yearAgo": "year ago",
14
- "time.yearsAgo": "{{count}} years ago",
15
- "chat": {
16
- "anotherHint": "Give me another hint",
17
- "getHint": "Get a hint",
18
- "needHint": "I need a hint",
19
- "giveHintOpenChat": "I need a hint",
20
- "answerAgain": "Answer again to get another hint!",
21
- "errorMessage": "Something went wrong! Try again",
22
- "howCanIHelp": "Hi! Do you want help?",
23
- "showError": "Show error",
24
- "inputPlaceholder": "Type..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Great start!",
28
- "onTheWay": "On the way!",
29
- "almostThere": "Almost there"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Example solution",
33
- "letMeThink": "Let me think...",
34
- "aha": "Aha!",
35
- "errorMessage": "Something went wrong with generating an example solution"
36
- },
37
- "keyboard": {
38
- "length": "Length",
39
- "area": "Area",
40
- "volume": "Volume",
41
- "weight": "Weight",
42
- "time": "Time"
43
- },
44
- "voice": {
45
- "deleteRecording": "Delete recording?",
46
- "youWontBeAbleToRecover": "You won't be able to recover this file once it's gone.",
47
- "recordingDeleted": "Recording successfully deleted.",
48
- "delete": "Delete",
49
- "cancel": "Cancel",
50
- "noMicrophoneAccess": "No microphone access.",
51
- "noMicrophoneAccessBySystem": "Microphone access denied by system settings.",
52
- "noMicrophoneFound": "No microphone found.",
53
- "uploadFailed": "Upload failed. Please try again.",
54
- "redoRecording": "Redo recording?",
55
- "redo": "Redo",
56
- "thisWillRemoveRecording": "This will remove your previous recording.",
57
- "transcriptions": "Transcriptions",
58
- "attempt": "Attempt {{number}}",
59
- "transcriptNotAvailable": "Transcript not available"
60
- }
61
- }
@@ -1,61 +0,0 @@
1
- {
2
- "locale": "en-SCT",
3
- "teacherFeedback.noComments": "No comments yet",
4
- "time.justNow": "just now",
5
- "time.minuteAgo": "minute ago",
6
- "time.minutesAgo": "{{count}} minutes ago",
7
- "time.hourAgo": "hour ago",
8
- "time.hoursAgo": "{{count}} hours ago",
9
- "time.dayAgo": "day ago",
10
- "time.daysAgo": "{{count}} days ago",
11
- "time.monthAgo": "month ago",
12
- "time.monthsAgo": "{{count}} months ago",
13
- "time.yearAgo": "year ago",
14
- "time.yearsAgo": "{{count}} years ago",
15
- "chat": {
16
- "anotherHint": "Give me another hint",
17
- "getHint": "Get a hint",
18
- "needHint": "I need a hint",
19
- "giveHintOpenChat": "I need a hint",
20
- "answerAgain": "Answer again to get another hint!",
21
- "errorMessage": "Something went wrong! Try again",
22
- "howCanIHelp": "Hi! Do you want help?",
23
- "showError": "Show error",
24
- "inputPlaceholder": "Type..."
25
- },
26
- "gifCelebrations": {
27
- "greatStart": "Great start!",
28
- "onTheWay": "On the way!",
29
- "almostThere": "Almost there"
30
- },
31
- "exampleSolution": {
32
- "exampleSolution": "Example solution",
33
- "letMeThink": "Let me think...",
34
- "aha": "Aha!",
35
- "errorMessage": "Something went wrong with generating an example solution"
36
- },
37
- "keyboard": {
38
- "length": "Length",
39
- "area": "Area",
40
- "volume": "Volume",
41
- "weight": "Weight",
42
- "time": "Time"
43
- },
44
- "voice": {
45
- "deleteRecording": "Delete recording?",
46
- "youWontBeAbleToRecover": "You won't be able to recover this file once it's gone.",
47
- "recordingDeleted": "Recording successfully deleted.",
48
- "delete": "Delete",
49
- "cancel": "Cancel",
50
- "noMicrophoneAccess": "No microphone access.",
51
- "noMicrophoneAccessBySystem": "Microphone access denied by system settings.",
52
- "noMicrophoneFound": "No microphone found.",
53
- "uploadFailed": "Upload failed. Please try again.",
54
- "redoRecording": "Redo recording?",
55
- "redo": "Redo",
56
- "thisWillRemoveRecording": "This will remove your previous recording.",
57
- "transcriptions": "Transcriptions",
58
- "attempt": "Attempt {{number}}",
59
- "transcriptNotAvailable": "Transcript not available"
60
- }
61
- }