@magmamath/students-features 0.9.106 → 0.9.107-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.
- package/dist/commonjs/features/voiceRecord/components/VoiceRecord.js +82 -0
- package/dist/commonjs/features/voiceRecord/components/VoiceRecord.js.map +1 -0
- package/dist/commonjs/features/voiceRecord/components/VoiceRecordButton.js +45 -0
- package/dist/commonjs/features/voiceRecord/components/VoiceRecordButton.js.map +1 -0
- package/dist/commonjs/features/voiceRecord/components/VoiceRecordDelete.js +32 -0
- package/dist/commonjs/features/voiceRecord/components/VoiceRecordDelete.js.map +1 -0
- package/dist/commonjs/features/voiceRecord/components/VoiceRecordDevider.js +27 -0
- package/dist/commonjs/features/voiceRecord/components/VoiceRecordDevider.js.map +1 -0
- package/dist/commonjs/features/voiceRecord/components/VoiceRecordTimer.js +44 -0
- package/dist/commonjs/features/voiceRecord/components/VoiceRecordTimer.js.map +1 -0
- package/dist/commonjs/features/voiceRecord/helpers.js +34 -0
- package/dist/commonjs/features/voiceRecord/helpers.js.map +1 -0
- package/dist/commonjs/features/voiceRecord/hooks/useVoiceRecorder.hook.js +36 -0
- package/dist/commonjs/features/voiceRecord/hooks/useVoiceRecorder.hook.js.map +1 -0
- package/dist/commonjs/features/voiceRecord/index.js +28 -0
- package/dist/commonjs/features/voiceRecord/index.js.map +1 -0
- package/dist/commonjs/features/voiceRecord/model/VoiceRecord.model.js +37 -0
- package/dist/commonjs/features/voiceRecord/model/VoiceRecord.model.js.map +1 -0
- package/dist/commonjs/features/voiceRecord/model/VoiceRecordApi.js +9 -0
- package/dist/commonjs/features/voiceRecord/model/VoiceRecordApi.js.map +1 -0
- package/dist/commonjs/index.js +12 -0
- package/dist/commonjs/index.js.map +1 -1
- package/dist/module/features/voiceRecord/components/VoiceRecord.js +74 -0
- package/dist/module/features/voiceRecord/components/VoiceRecord.js.map +1 -0
- package/dist/module/features/voiceRecord/components/VoiceRecordButton.js +39 -0
- package/dist/module/features/voiceRecord/components/VoiceRecordButton.js.map +1 -0
- package/dist/module/features/voiceRecord/components/VoiceRecordDelete.js +26 -0
- package/dist/module/features/voiceRecord/components/VoiceRecordDelete.js.map +1 -0
- package/dist/module/features/voiceRecord/components/VoiceRecordDevider.js +21 -0
- package/dist/module/features/voiceRecord/components/VoiceRecordDevider.js.map +1 -0
- package/dist/module/features/voiceRecord/components/VoiceRecordTimer.js +38 -0
- package/dist/module/features/voiceRecord/components/VoiceRecordTimer.js.map +1 -0
- package/dist/module/features/voiceRecord/helpers.js +28 -0
- package/dist/module/features/voiceRecord/helpers.js.map +1 -0
- package/dist/module/features/voiceRecord/hooks/useVoiceRecorder.hook.js +31 -0
- package/dist/module/features/voiceRecord/hooks/useVoiceRecorder.hook.js.map +1 -0
- package/dist/module/features/voiceRecord/index.js +5 -0
- package/dist/module/features/voiceRecord/index.js.map +1 -0
- package/dist/module/features/voiceRecord/model/VoiceRecord.model.js +32 -0
- package/dist/module/features/voiceRecord/model/VoiceRecord.model.js.map +1 -0
- package/dist/module/features/voiceRecord/model/VoiceRecordApi.js +4 -0
- package/dist/module/features/voiceRecord/model/VoiceRecordApi.js.map +1 -0
- package/dist/module/index.js +1 -0
- package/dist/module/index.js.map +1 -1
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecord.d.ts +10 -0
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecord.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecordButton.d.ts +10 -0
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecordButton.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecordDelete.d.ts +7 -0
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecordDelete.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecordDevider.d.ts +3 -0
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecordDevider.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecordTimer.d.ts +9 -0
- package/dist/typescript/commonjs/features/voiceRecord/components/VoiceRecordTimer.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voiceRecord/helpers.d.ts +4 -0
- package/dist/typescript/commonjs/features/voiceRecord/helpers.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voiceRecord/hooks/useVoiceRecorder.hook.d.ts +9 -0
- package/dist/typescript/commonjs/features/voiceRecord/hooks/useVoiceRecorder.hook.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voiceRecord/index.d.ts +3 -0
- package/dist/typescript/commonjs/features/voiceRecord/index.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voiceRecord/model/VoiceRecord.model.d.ts +17 -0
- package/dist/typescript/commonjs/features/voiceRecord/model/VoiceRecord.model.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/voiceRecord/model/VoiceRecordApi.d.ts +3 -0
- package/dist/typescript/commonjs/features/voiceRecord/model/VoiceRecordApi.d.ts.map +1 -0
- package/dist/typescript/commonjs/index.d.ts +1 -0
- package/dist/typescript/commonjs/index.d.ts.map +1 -1
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecord.d.ts +10 -0
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecord.d.ts.map +1 -0
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecordButton.d.ts +10 -0
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecordButton.d.ts.map +1 -0
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecordDelete.d.ts +7 -0
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecordDelete.d.ts.map +1 -0
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecordDevider.d.ts +3 -0
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecordDevider.d.ts.map +1 -0
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecordTimer.d.ts +9 -0
- package/dist/typescript/module/features/voiceRecord/components/VoiceRecordTimer.d.ts.map +1 -0
- package/dist/typescript/module/features/voiceRecord/helpers.d.ts +4 -0
- package/dist/typescript/module/features/voiceRecord/helpers.d.ts.map +1 -0
- package/dist/typescript/module/features/voiceRecord/hooks/useVoiceRecorder.hook.d.ts +9 -0
- package/dist/typescript/module/features/voiceRecord/hooks/useVoiceRecorder.hook.d.ts.map +1 -0
- package/dist/typescript/module/features/voiceRecord/index.d.ts +3 -0
- package/dist/typescript/module/features/voiceRecord/index.d.ts.map +1 -0
- package/dist/typescript/module/features/voiceRecord/model/VoiceRecord.model.d.ts +17 -0
- package/dist/typescript/module/features/voiceRecord/model/VoiceRecord.model.d.ts.map +1 -0
- package/dist/typescript/module/features/voiceRecord/model/VoiceRecordApi.d.ts +3 -0
- package/dist/typescript/module/features/voiceRecord/model/VoiceRecordApi.d.ts.map +1 -0
- package/dist/typescript/module/index.d.ts +1 -0
- package/dist/typescript/module/index.d.ts.map +1 -1
- package/package.json +7 -3
- package/src/features/voiceRecord/components/VoiceRecord.tsx +78 -0
- package/src/features/voiceRecord/components/VoiceRecordButton.tsx +44 -0
- package/src/features/voiceRecord/components/VoiceRecordDelete.tsx +24 -0
- package/src/features/voiceRecord/components/VoiceRecordDevider.tsx +17 -0
- package/src/features/voiceRecord/components/VoiceRecordTimer.tsx +37 -0
- package/src/features/voiceRecord/helpers.ts +30 -0
- package/src/features/voiceRecord/hooks/useVoiceRecorder.hook.ts +39 -0
- package/src/features/voiceRecord/index.ts +2 -0
- package/src/features/voiceRecord/model/VoiceRecord.model.ts +41 -0
- package/src/features/voiceRecord/model/VoiceRecordApi.ts +1 -0
- package/src/index.ts +1 -0
- package/.editorconfig +0 -15
- package/.eslintignore +0 -2
- package/.eslintrc +0 -22
- package/.gitattributes +0 -3
- package/.github/actions/setup/action.yml +0 -37
- package/.github/workflows/ci.yml +0 -73
- package/.gitignore +0 -84
- package/.idea/.gitignore +0 -8
- package/.idea/codeStyles/Project.xml +0 -62
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/copilot.data.migration.agent.xml +0 -6
- package/.idea/copilot.data.migration.ask.xml +0 -6
- package/.idea/copilot.data.migration.ask2agent.xml +0 -6
- package/.idea/copilot.data.migration.edit.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -8
- package/.idea/jsLinters/eslint.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/prettier.xml +0 -7
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025,_11_06_[Changes]/shelved.patch +0 -18
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025,_11_07_[Changes]/shelved.patch +0 -18
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025__11_06__Changes_.xml +0 -4
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025__11_07__Changes_.xml +0 -4
- package/.idea/students-features.iml +0 -12
- package/.idea/vcs.xml +0 -6
- package/.idea/workspace.xml +0 -646
- package/.nvmrc +0 -1
- package/.prettierrc +0 -11
- package/.release-it.json +0 -17
- package/.watchmanconfig +0 -1
- package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +0 -541
- package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +0 -28
- package/.yarn/releases/yarn-3.6.1.cjs +0 -874
- package/babel.config.js +0 -5
- package/bob.config.js +0 -25
- package/example/.expo/README.md +0 -8
- package/example/.expo/devices.json +0 -3
- package/example/.expo/web/cache/production/images/favicon/favicon-24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb-contain-transparent/favicon-48.png +0 -0
- package/example/app.json +0 -30
- package/example/assets/adaptive-icon.png +0 -0
- package/example/assets/favicon.png +0 -0
- package/example/assets/icon.png +0 -0
- package/example/assets/splash-icon.png +0 -0
- package/example/babel.config.js +0 -28
- package/example/index.js +0 -8
- package/example/metro.config.js +0 -18
- package/example/package.json +0 -25
- package/example/src/App.tsx +0 -8
- package/example/tsconfig.json +0 -6
- package/example/yarn.lock +0 -6552
- package/tsconfig.build.json +0 -4
- package/tsconfig.json +0 -34
- package/yarn.lock +0 -8623
|
@@ -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>
|
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>
|
package/.idea/prettier.xml
DELETED
package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025,_11_06_[Changes]/shelved.patch
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Index: package.json
|
|
2
|
-
IDEA additional info:
|
|
3
|
-
Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP
|
|
4
|
-
<+>{\n \"name\": \"@magmamath/students-features\",\n \"version\": \"0.9.104-rc.10\",\n \"description\": \"Magmamath features library\",\n \"source\": \"src/index.ts\",\n \"main\": \"src/index.ts\",\n \"react-native\": \"src/index.ts\",\n \"module\": \"dist/module/index.js\",\n \"types\": \"dist/typescript/module/index.d.ts\",\n \"files\": [\n \"src\",\n \"dist\",\n \"!dist/typescript/example\"\n ],\n \"scripts\": {\n \"clean\": \"del-cli dist\",\n \"prepare\": \"bob build\",\n \"release\": \"release-it\"\n },\n \"peerDependencies\": {\n \"@magmamath/react-native-ui\": \"*\",\n \"effector\": \"^23.2.3\",\n \"effector-react\": \"^23.2.1\",\n \"react\": \"*\",\n \"react-native\": \"*\",\n \"react-native-gesture-handler\": \"*\",\n \"react-native-modalfy\": \"*\",\n \"react-native-reanimated\": \">=0.3.16\",\n \"react-native-svg\": \"^15.10.0\"\n },\n \"devDependencies\": {\n \"@magmamath/react-native-ui\": \"0.4.61\",\n \"@react-native/eslint-config\": \"^0.73.1\",\n \"@release-it/conventional-changelog\": \"^9.0.2\",\n \"@types/jest\": \"^29.5.5\",\n \"@types/react\": \"^18.2.44\",\n \"del-cli\": \"^5.1.0\",\n \"effector\": \"^23.2.3\",\n \"effector-react\": \"^23.2.1\",\n \"eslint\": \"^8.51.0\",\n \"eslint-config-prettier\": \"^9.0.0\",\n \"eslint-plugin-prettier\": \"^5.0.1\",\n \"jest\": \"^29.7.0\",\n \"prettier\": \"^3.0.3\",\n \"react\": \"18.3.1\",\n \"react-native\": \"0.76.3\",\n \"react-native-builder-bob\": \"^0.33.3\",\n \"react-native-gesture-handler\": \"^2.28.0\",\n \"react-native-modalfy\": \"^3.7.0\",\n \"react-native-reanimated\": \"^3.17.2\",\n \"react-native-svg\": \"^15.10.0\",\n \"release-it\": \"^17.10.0\",\n \"typescript\": \"^5.2.2\"\n },\n \"resolutions\": {\n \"@types/react\": \"^18.2.44\"\n },\n \"repository\": \"https://github.com/matteappen/magmamath-features.git\",\n \"author\": \"magmamath <magmamath@gmail.com> (https://magmamath.com)\",\n \"publishConfig\": {\n \"access\": \"restricted\"\n },\n \"jest\": {\n \"preset\": \"react-native\",\n \"modulePathIgnorePatterns\": [\n \"<rootDir>/example/node_modules\",\n \"<rootDir>/dist/\"\n ]\n },\n \"commitlint\": {\n \"extends\": [\n \"@commitlint/config-conventional\"\n ]\n },\n \"create-react-native-library\": {\n \"languages\": \"js\",\n \"type\": \"library\",\n \"version\": \"0.44.3\"\n }\n}\n
|
|
5
|
-
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
6
|
-
<+>UTF-8
|
|
7
|
-
===================================================================
|
|
8
|
-
diff --git a/package.json b/package.json
|
|
9
|
-
--- a/package.json (revision df14dcea77671cc4bcaa20dc729207b5a7da555b)
|
|
10
|
-
+++ b/package.json (date 1767088527165)
|
|
11
|
-
@@ -1,6 +1,6 @@
|
|
12
|
-
{
|
|
13
|
-
"name": "@magmamath/students-features",
|
|
14
|
-
- "version": "0.9.104-rc.10",
|
|
15
|
-
+ "version": "0.9.14-rc.10",
|
|
16
|
-
"description": "Magmamath features library",
|
|
17
|
-
"source": "src/index.ts",
|
|
18
|
-
"main": "src/index.ts",
|
package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025,_11_07_[Changes]/shelved.patch
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Index: package.json
|
|
2
|
-
IDEA additional info:
|
|
3
|
-
Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP
|
|
4
|
-
<+>{\n \"name\": \"@magmamath/students-features\",\n \"version\": \"0.9.14-rc.6\",\n \"description\": \"Magmamath features library\",\n \"source\": \"src/index.ts\",\n \"main\": \"src/index.ts\",\n \"react-native\": \"src/index.ts\",\n \"module\": \"dist/module/index.js\",\n \"types\": \"dist/typescript/module/index.d.ts\",\n \"files\": [\n \"src\",\n \"dist\",\n \"!dist/typescript/example\"\n ],\n \"scripts\": {\n \"clean\": \"del-cli dist\",\n \"prepare\": \"bob build\",\n \"release\": \"release-it\"\n },\n \"peerDependencies\": {\n \"@magmamath/react-native-ui\": \"*\",\n \"effector\": \"^23.2.3\",\n \"effector-react\": \"^23.2.1\",\n \"react\": \"*\",\n \"react-native\": \"*\",\n \"react-native-gesture-handler\": \"*\",\n \"react-native-modalfy\": \"*\",\n \"react-native-reanimated\": \">=0.3.16\",\n \"react-native-svg\": \"^15.10.0\"\n },\n \"devDependencies\": {\n \"@magmamath/react-native-ui\": \"0.4.61\",\n \"@react-native/eslint-config\": \"^0.73.1\",\n \"@release-it/conventional-changelog\": \"^9.0.2\",\n \"@types/jest\": \"^29.5.5\",\n \"@types/react\": \"^18.2.44\",\n \"del-cli\": \"^5.1.0\",\n \"effector\": \"^23.2.3\",\n \"effector-react\": \"^23.2.1\",\n \"eslint\": \"^8.51.0\",\n \"eslint-config-prettier\": \"^9.0.0\",\n \"eslint-plugin-prettier\": \"^5.0.1\",\n \"jest\": \"^29.7.0\",\n \"prettier\": \"^3.0.3\",\n \"react\": \"18.3.1\",\n \"react-native\": \"0.76.3\",\n \"react-native-builder-bob\": \"^0.33.3\",\n \"react-native-gesture-handler\": \"^2.28.0\",\n \"react-native-modalfy\": \"^3.7.0\",\n \"react-native-reanimated\": \"^3.17.2\",\n \"react-native-svg\": \"^15.10.0\",\n \"release-it\": \"^17.10.0\",\n \"typescript\": \"^5.2.2\"\n },\n \"resolutions\": {\n \"@types/react\": \"^18.2.44\"\n },\n \"repository\": \"https://github.com/matteappen/magmamath-features.git\",\n \"author\": \"magmamath <magmamath@gmail.com> (https://magmamath.com)\",\n \"publishConfig\": {\n \"access\": \"restricted\"\n },\n \"jest\": {\n \"preset\": \"react-native\",\n \"modulePathIgnorePatterns\": [\n \"<rootDir>/example/node_modules\",\n \"<rootDir>/dist/\"\n ]\n },\n \"commitlint\": {\n \"extends\": [\n \"@commitlint/config-conventional\"\n ]\n },\n \"create-react-native-library\": {\n \"languages\": \"js\",\n \"type\": \"library\",\n \"version\": \"0.44.3\"\n }\n}\n
|
|
5
|
-
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
6
|
-
<+>UTF-8
|
|
7
|
-
===================================================================
|
|
8
|
-
diff --git a/package.json b/package.json
|
|
9
|
-
--- a/package.json (revision c4c33d0411d1dc03e5c235776e35c58c3e7b767c)
|
|
10
|
-
+++ b/package.json (date 1767089196499)
|
|
11
|
-
@@ -1,6 +1,6 @@
|
|
12
|
-
{
|
|
13
|
-
"name": "@magmamath/students-features",
|
|
14
|
-
- "version": "0.9.14-rc.6",
|
|
15
|
-
+ "version": "0.9.14-rc.10",
|
|
16
|
-
"description": "Magmamath features library",
|
|
17
|
-
"source": "src/index.ts",
|
|
18
|
-
"main": "src/index.ts",
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<changelist name="Uncommitted_changes_before_Checkout_at_30_12_2025,_11_06_[Changes]" date="1767089196557" recycled="true" deleted="true">
|
|
2
|
-
<option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025,_11_06_[Changes]/shelved.patch" />
|
|
3
|
-
<option name="DESCRIPTION" value="Uncommitted changes before Checkout at 30/12/2025, 11:06 [Changes]" />
|
|
4
|
-
</changelist>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<changelist name="Uncommitted_changes_before_Checkout_at_30_12_2025,_11_07_[Changes]" date="1767089274852" recycled="true" deleted="true">
|
|
2
|
-
<option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025,_11_07_[Changes]/shelved.patch" />
|
|
3
|
-
<option name="DESCRIPTION" value="Uncommitted changes before Checkout at 30/12/2025, 11:07 [Changes]" />
|
|
4
|
-
</changelist>
|
|
@@ -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>
|