@magmamath/students-features 1.3.7 → 1.3.8-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 (104) 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 -5
  4. package/dist/commonjs/features/voice/recording/components/VoiceRecord.js.map +1 -1
  5. package/dist/commonjs/features/voice/recording/components/VoiceRecordButton.js +81 -26
  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 +14 -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 +83 -28
  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 +14 -2
  51. package/src/features/voice/recording/components/VoiceRecord.tsx +28 -5
  52. package/src/features/voice/recording/components/VoiceRecordButton.tsx +114 -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 -672
  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 -10984
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="AgentMigrationStateService">
4
- <option name="migrationStatus" value="COMPLETED" />
5
- </component>
6
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="AskMigrationStateService">
4
- <option name="migrationStatus" value="COMPLETED" />
5
- </component>
6
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Ask2AgentMigrationStateService">
4
- <option name="migrationStatus" value="COMPLETED" />
5
- </component>
6
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="EditMigrationStateService">
4
- <option name="migrationStatus" value="COMPLETED" />
5
- </component>
6
- </project>
@@ -1,8 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="EditorConfigUnusedDeclaration" enabled="false" level="WARNING" enabled_by_default="false" />
5
- <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
6
- <inspection_tool class="UnusedDefine" enabled="true" level="WARNING" enabled_by_default="true" />
7
- </profile>
8
- </component>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="EslintConfiguration">
4
- <option name="fix-on-save" value="true" />
5
- </component>
6
- </project>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/students-features.iml" filepath="$PROJECT_DIR$/.idea/students-features.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="PrettierConfiguration">
4
- <option name="myConfigurationMode" value="AUTOMATIC" />
5
- <option name="myRunOnSave" value="true" />
6
- </component>
7
- </project>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
- <excludeFolder url="file://$MODULE_DIR$/temp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
12
- </module>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>