@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
@@ -1,23 +0,0 @@
1
- import { COLORS } from '@magmamath/react-native-ui'
2
- import { IconProps } from './icon.types'
3
- import Svg, { Path } from 'react-native-svg'
4
- import React from 'react'
5
-
6
- export const TimeIcon = ({ size = 20, color = COLORS.NEUTRAL_9 }: IconProps) => {
7
- return (
8
- <Svg width={size} height={size} viewBox="0 0 17 17" fill="none">
9
- <Path
10
- fillRule="evenodd"
11
- clipRule="evenodd"
12
- d="M7.84 1.5C4.33851 1.5 1.5 4.33851 1.5 7.84C1.5 11.3415 4.33851 14.18 7.84 14.18C11.3415 14.18 14.18 11.3415 14.18 7.84C14.18 4.33851 11.3415 1.5 7.84 1.5ZM0 7.84C0 3.51009 3.51009 0 7.84 0C12.1699 0 15.68 3.51009 15.68 7.84C15.68 12.1699 12.1699 15.68 7.84 15.68C3.51009 15.68 0 12.1699 0 7.84Z"
13
- fill={color}
14
- />
15
- <Path
16
- fillRule="evenodd"
17
- clipRule="evenodd"
18
- d="M7.83999 3.0826C8.2542 3.0826 8.58999 3.41839 8.58999 3.8326V7.8033L10.4859 9.42838C10.8004 9.69794 10.8368 10.1714 10.5673 10.4859C10.2977 10.8004 9.82421 10.8368 9.50972 10.5673L7.57539 8.90926C7.2673 8.64519 7.08999 8.25967 7.08999 7.85389V3.8326C7.08999 3.41839 7.42578 3.0826 7.83999 3.0826Z"
19
- fill={color}
20
- />
21
- </Svg>
22
- )
23
- }
@@ -1,4 +0,0 @@
1
- {
2
- "extends": "./tsconfig",
3
- "exclude": ["example", "dist"]
4
- }
package/tsconfig.json DELETED
@@ -1,34 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "paths": {
4
- "@magmamath/students-features": ["./src/index"]
5
- },
6
- "target": "esnext",
7
- "baseUrl": "./",
8
- "lib": [
9
- "dom",
10
- "dom.iterable",
11
- "esnext"
12
- ],
13
- "declaration": true,
14
- "allowJs": true,
15
- "skipLibCheck": true,
16
- "esModuleInterop": true,
17
- "allowSyntheticDefaultImports": true,
18
- "strict": true,
19
- "forceConsistentCasingInFileNames": true,
20
- "module": "esnext",
21
- "moduleResolution": "node",
22
- "resolveJsonModule": true,
23
- "isolatedModules": true,
24
- "jsx": "react",
25
- "experimentalDecorators": true
26
- },
27
- "include": [
28
- "src"
29
- ],
30
- "exclude": [
31
- "node_modules",
32
- "example"
33
- ]
34
- }