@magmamath/students-features 1.3.7 → 1.3.8-rc.2

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 (97) hide show
  1. package/dist/commonjs/features/voice/constants.js +15 -3
  2. package/dist/commonjs/features/voice/constants.js.map +1 -1
  3. package/dist/commonjs/features/voice/recording/components/VoiceRecord.js +19 -7
  4. package/dist/commonjs/features/voice/recording/components/VoiceRecord.js.map +1 -1
  5. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +84 -27
  6. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  7. package/dist/commonjs/features/voice/recording/components/VoiceRecordDeleteButton.js +2 -2
  8. package/dist/commonjs/features/voice/recording/hooks/useVoiceRecorderAnimation.js +3 -3
  9. package/dist/commonjs/features/voice/recording/hooks/useVoiceRecorderAnimation.js.map +1 -1
  10. package/dist/commonjs/features/voice/types.js +6 -0
  11. package/dist/commonjs/features/voice/types.js.map +1 -1
  12. package/dist/module/features/voice/constants.js +14 -2
  13. package/dist/module/features/voice/constants.js.map +1 -1
  14. package/dist/module/features/voice/recording/components/VoiceRecord.js +20 -8
  15. package/dist/module/features/voice/recording/components/VoiceRecord.js.map +1 -1
  16. package/dist/module/features/voice/recording/components/VoiceRecordButton.js +86 -29
  17. package/dist/module/features/voice/recording/components/VoiceRecordButton.js.map +1 -1
  18. package/dist/module/features/voice/recording/components/VoiceRecordDeleteButton.js +2 -2
  19. package/dist/module/features/voice/recording/hooks/useVoiceRecorderAnimation.js +3 -3
  20. package/dist/module/features/voice/recording/hooks/useVoiceRecorderAnimation.js.map +1 -1
  21. package/dist/module/features/voice/types.js +5 -1
  22. package/dist/module/features/voice/types.js.map +1 -1
  23. package/dist/typescript/commonjs/features/voice/constants.d.ts +12 -2
  24. package/dist/typescript/commonjs/features/voice/constants.d.ts.map +1 -1
  25. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecord.d.ts +3 -1
  26. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecord.d.ts.map +1 -1
  27. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts +3 -3
  28. package/dist/typescript/commonjs/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  29. package/dist/typescript/commonjs/features/voice/recording/hooks/useVoiceRecorderAnimation.d.ts +2 -1
  30. package/dist/typescript/commonjs/features/voice/recording/hooks/useVoiceRecorderAnimation.d.ts.map +1 -1
  31. package/dist/typescript/commonjs/features/voice/types.d.ts +4 -0
  32. package/dist/typescript/commonjs/features/voice/types.d.ts.map +1 -1
  33. package/dist/typescript/module/features/voice/constants.d.ts +12 -2
  34. package/dist/typescript/module/features/voice/constants.d.ts.map +1 -1
  35. package/dist/typescript/module/features/voice/recording/components/VoiceRecord.d.ts +3 -1
  36. package/dist/typescript/module/features/voice/recording/components/VoiceRecord.d.ts.map +1 -1
  37. package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts +3 -3
  38. package/dist/typescript/module/features/voice/recording/components/VoiceRecordButton.d.ts.map +1 -1
  39. package/dist/typescript/module/features/voice/recording/hooks/useVoiceRecorderAnimation.d.ts +2 -1
  40. package/dist/typescript/module/features/voice/recording/hooks/useVoiceRecorderAnimation.d.ts.map +1 -1
  41. package/dist/typescript/module/features/voice/types.d.ts +4 -0
  42. package/dist/typescript/module/features/voice/types.d.ts.map +1 -1
  43. package/package.json +1 -1
  44. package/src/features/voice/constants.ts +14 -2
  45. package/src/features/voice/recording/components/VoiceRecord.tsx +27 -7
  46. package/src/features/voice/recording/components/VoiceRecordButton.tsx +113 -30
  47. package/src/features/voice/recording/components/VoiceRecordDeleteButton.tsx +2 -2
  48. package/src/features/voice/recording/hooks/useVoiceRecorderAnimation.ts +8 -4
  49. package/src/features/voice/types.ts +5 -0
  50. package/.claude/settings.local.json +0 -25
  51. package/.editorconfig +0 -15
  52. package/.eslintignore +0 -2
  53. package/.eslintrc +0 -22
  54. package/.gitattributes +0 -3
  55. package/.github/actions/setup/action.yml +0 -37
  56. package/.github/workflows/ci.yml +0 -73
  57. package/.gitignore +0 -84
  58. package/.idea/.gitignore +0 -8
  59. package/.idea/codeStyles/Project.xml +0 -62
  60. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  61. package/.idea/copilot.data.migration.agent.xml +0 -6
  62. package/.idea/copilot.data.migration.ask.xml +0 -6
  63. package/.idea/copilot.data.migration.ask2agent.xml +0 -6
  64. package/.idea/copilot.data.migration.edit.xml +0 -6
  65. package/.idea/inspectionProfiles/Project_Default.xml +0 -8
  66. package/.idea/jsLinters/eslint.xml +0 -6
  67. package/.idea/modules.xml +0 -8
  68. package/.idea/prettier.xml +0 -7
  69. package/.idea/students-features.iml +0 -12
  70. package/.idea/vcs.xml +0 -6
  71. package/.idea/workspace.xml +0 -672
  72. package/.nvmrc +0 -1
  73. package/.prettierrc +0 -11
  74. package/.release-it.json +0 -17
  75. package/.watchmanconfig +0 -1
  76. package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +0 -541
  77. package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +0 -28
  78. package/.yarn/releases/yarn-3.6.1.cjs +0 -874
  79. package/babel.config.js +0 -5
  80. package/bob.config.js +0 -25
  81. package/example/.expo/README.md +0 -8
  82. package/example/.expo/devices.json +0 -3
  83. package/example/.expo/web/cache/production/images/favicon/favicon-24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb-contain-transparent/favicon-48.png +0 -0
  84. package/example/app.json +0 -30
  85. package/example/assets/adaptive-icon.png +0 -0
  86. package/example/assets/favicon.png +0 -0
  87. package/example/assets/icon.png +0 -0
  88. package/example/assets/splash-icon.png +0 -0
  89. package/example/babel.config.js +0 -28
  90. package/example/index.js +0 -8
  91. package/example/metro.config.js +0 -18
  92. package/example/package.json +0 -25
  93. package/example/src/App.tsx +0 -8
  94. package/example/tsconfig.json +0 -6
  95. package/tsconfig.build.json +0 -4
  96. package/tsconfig.json +0 -34
  97. package/yarn.lock +0 -10984
package/.nvmrc DELETED
@@ -1 +0,0 @@
1
- v22
package/.prettierrc DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "printWidth": 100,
3
- "semi": false,
4
- "singleQuote": true,
5
- "jsxSingleQuote": false,
6
- "trailingComma": "all",
7
- "bracketSameLine": false,
8
- "arrowParens": "always",
9
- "tabWidth": 2,
10
- "endOfLine": "lf"
11
- }
package/.release-it.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "git": {
3
- "commitMessage": "chore: release ${version}",
4
- "tagName": "v${version}"
5
- },
6
- "npm": {
7
- "publish": true
8
- },
9
- "github": {
10
- "release": true
11
- },
12
- "plugins": {
13
- "@release-it/conventional-changelog": {
14
- "preset": "angular"
15
- }
16
- }
17
- }
package/.watchmanconfig DELETED
@@ -1 +0,0 @@
1
- {}