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

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.