@magmamath/students-features 0.9.100 → 0.9.101

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 (141) hide show
  1. package/dist/commonjs/features/keyboard/components/Keyboard.js +2 -0
  2. package/dist/commonjs/features/keyboard/components/Keyboard.js.map +1 -1
  3. package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +0 -3
  4. package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
  5. package/dist/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.js +1 -9
  6. package/dist/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.js.map +1 -1
  7. package/dist/commonjs/features/keyboard/components/UnitsLayout/types.js +0 -1
  8. package/dist/commonjs/features/keyboard/components/UnitsLayout/types.js.map +1 -1
  9. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js +1 -2
  10. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  11. package/dist/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.js +1 -1
  12. package/dist/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.js.map +1 -1
  13. package/dist/commonjs/features/keyboard/types/MathKeysGroups/units.js +3 -18
  14. package/dist/commonjs/features/keyboard/types/MathKeysGroups/units.js.map +1 -1
  15. package/dist/commonjs/shared/translation/localization/ca.json +1 -2
  16. package/dist/commonjs/shared/translation/localization/de.json +1 -2
  17. package/dist/commonjs/shared/translation/localization/en.json +1 -2
  18. package/dist/commonjs/shared/translation/localization/gb.json +1 -2
  19. package/dist/commonjs/shared/translation/localization/sct.json +1 -2
  20. package/dist/commonjs/shared/translation/localization/sw.json +1 -2
  21. package/dist/module/features/keyboard/components/Keyboard.js +2 -0
  22. package/dist/module/features/keyboard/components/Keyboard.js.map +1 -1
  23. package/dist/module/features/keyboard/components/KeysList/KeysList.js.map +1 -1
  24. package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +0 -3
  25. package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
  26. package/dist/module/features/keyboard/components/UnitsLayout/keyboardGroups.js +1 -9
  27. package/dist/module/features/keyboard/components/UnitsLayout/keyboardGroups.js.map +1 -1
  28. package/dist/module/features/keyboard/components/UnitsLayout/types.js +0 -1
  29. package/dist/module/features/keyboard/components/UnitsLayout/types.js.map +1 -1
  30. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js +2 -3
  31. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  32. package/dist/module/features/keyboard/types/MathKeysGroups/basicOperators.js +1 -1
  33. package/dist/module/features/keyboard/types/MathKeysGroups/basicOperators.js.map +1 -1
  34. package/dist/module/features/keyboard/types/MathKeysGroups/units.js +3 -18
  35. package/dist/module/features/keyboard/types/MathKeysGroups/units.js.map +1 -1
  36. package/dist/module/shared/translation/localization/ca.json +1 -2
  37. package/dist/module/shared/translation/localization/de.json +1 -2
  38. package/dist/module/shared/translation/localization/en.json +1 -2
  39. package/dist/module/shared/translation/localization/gb.json +1 -2
  40. package/dist/module/shared/translation/localization/sct.json +1 -2
  41. package/dist/module/shared/translation/localization/sw.json +1 -2
  42. package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts +2 -1
  43. package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts.map +1 -1
  44. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.d.ts.map +1 -1
  45. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts +0 -1
  46. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts.map +1 -1
  47. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/types.d.ts +1 -2
  48. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/types.d.ts.map +1 -1
  49. package/dist/typescript/commonjs/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  50. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/units.d.ts +0 -15
  51. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/units.d.ts.map +1 -1
  52. package/dist/typescript/commonjs/shared/translation/constants.d.ts +0 -6
  53. package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +1 -1
  54. package/dist/typescript/commonjs/shared/translation/model.d.ts +0 -2
  55. package/dist/typescript/commonjs/shared/translation/model.d.ts.map +1 -1
  56. package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts +2 -1
  57. package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts.map +1 -1
  58. package/dist/typescript/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.d.ts.map +1 -1
  59. package/dist/typescript/module/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts +0 -1
  60. package/dist/typescript/module/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts.map +1 -1
  61. package/dist/typescript/module/features/keyboard/components/UnitsLayout/types.d.ts +1 -2
  62. package/dist/typescript/module/features/keyboard/components/UnitsLayout/types.d.ts.map +1 -1
  63. package/dist/typescript/module/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  64. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/units.d.ts +0 -15
  65. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/units.d.ts.map +1 -1
  66. package/dist/typescript/module/shared/translation/constants.d.ts +0 -6
  67. package/dist/typescript/module/shared/translation/constants.d.ts.map +1 -1
  68. package/dist/typescript/module/shared/translation/model.d.ts +0 -2
  69. package/dist/typescript/module/shared/translation/model.d.ts.map +1 -1
  70. package/package.json +1 -1
  71. package/src/features/keyboard/components/Keyboard.tsx +12 -2
  72. package/src/features/keyboard/components/KeysList/KeysList.tsx +1 -1
  73. package/src/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.ts +0 -4
  74. package/src/features/keyboard/components/UnitsLayout/keyboardGroups.ts +0 -11
  75. package/src/features/keyboard/components/UnitsLayout/types.ts +0 -1
  76. package/src/features/keyboard/constants/keyboardGroupsByLocale.ts +0 -2
  77. package/src/features/keyboard/types/MathKeysGroups/basicOperators.tsx +1 -1
  78. package/src/features/keyboard/types/MathKeysGroups/units.tsx +0 -15
  79. package/src/shared/translation/localization/ca.json +1 -2
  80. package/src/shared/translation/localization/de.json +1 -2
  81. package/src/shared/translation/localization/en.json +1 -2
  82. package/src/shared/translation/localization/gb.json +1 -2
  83. package/src/shared/translation/localization/sct.json +1 -2
  84. package/src/shared/translation/localization/sw.json +1 -2
  85. package/.editorconfig +0 -15
  86. package/.eslintignore +0 -2
  87. package/.eslintrc +0 -22
  88. package/.gitattributes +0 -3
  89. package/.github/actions/setup/action.yml +0 -37
  90. package/.github/workflows/ci.yml +0 -73
  91. package/.gitignore +0 -84
  92. package/.idea/.gitignore +0 -8
  93. package/.idea/codeStyles/Project.xml +0 -62
  94. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  95. package/.idea/copilot.data.migration.agent.xml +0 -6
  96. package/.idea/copilot.data.migration.ask.xml +0 -6
  97. package/.idea/copilot.data.migration.ask2agent.xml +0 -6
  98. package/.idea/copilot.data.migration.edit.xml +0 -6
  99. package/.idea/inspectionProfiles/Project_Default.xml +0 -8
  100. package/.idea/jsLinters/eslint.xml +0 -6
  101. package/.idea/modules.xml +0 -8
  102. package/.idea/prettier.xml +0 -7
  103. package/.idea/students-features.iml +0 -12
  104. package/.idea/vcs.xml +0 -6
  105. package/.idea/workspace.xml +0 -637
  106. package/.nvmrc +0 -1
  107. package/.prettierrc +0 -11
  108. package/.release-it.json +0 -17
  109. package/.watchmanconfig +0 -1
  110. package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +0 -541
  111. package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +0 -28
  112. package/.yarn/releases/yarn-3.6.1.cjs +0 -874
  113. package/babel.config.js +0 -5
  114. package/bob.config.js +0 -25
  115. package/dist/commonjs/shared/icons/TimeIcon.js +0 -37
  116. package/dist/commonjs/shared/icons/TimeIcon.js.map +0 -1
  117. package/dist/module/shared/icons/TimeIcon.js +0 -29
  118. package/dist/module/shared/icons/TimeIcon.js.map +0 -1
  119. package/dist/typescript/commonjs/shared/icons/TimeIcon.d.ts +0 -4
  120. package/dist/typescript/commonjs/shared/icons/TimeIcon.d.ts.map +0 -1
  121. package/dist/typescript/module/shared/icons/TimeIcon.d.ts +0 -4
  122. package/dist/typescript/module/shared/icons/TimeIcon.d.ts.map +0 -1
  123. package/example/.expo/README.md +0 -8
  124. package/example/.expo/devices.json +0 -3
  125. package/example/.expo/web/cache/production/images/favicon/favicon-24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb-contain-transparent/favicon-48.png +0 -0
  126. package/example/app.json +0 -30
  127. package/example/assets/adaptive-icon.png +0 -0
  128. package/example/assets/favicon.png +0 -0
  129. package/example/assets/icon.png +0 -0
  130. package/example/assets/splash-icon.png +0 -0
  131. package/example/babel.config.js +0 -28
  132. package/example/index.js +0 -8
  133. package/example/metro.config.js +0 -18
  134. package/example/package.json +0 -25
  135. package/example/src/App.tsx +0 -8
  136. package/example/tsconfig.json +0 -6
  137. package/example/yarn.lock +0 -6552
  138. package/src/shared/icons/TimeIcon.tsx +0 -23
  139. package/tsconfig.build.json +0 -4
  140. package/tsconfig.json +0 -34
  141. package/yarn.lock +0 -8623

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.