@magmamath/students-features 1.0.2-rc.12 → 1.0.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 (105) hide show
  1. package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingModel.js +0 -1
  2. package/dist/commonjs/features/chatbot/errorSpotting/ErrorSpottingModel.js.map +1 -1
  3. package/dist/commonjs/features/chatbot/helpers.js +0 -3
  4. package/dist/commonjs/features/chatbot/helpers.js.map +1 -1
  5. package/dist/commonjs/features/chatbot/model/ChatBotThreadManager.js +3 -23
  6. package/dist/commonjs/features/chatbot/model/ChatBotThreadManager.js.map +1 -1
  7. package/dist/commonjs/features/chatbot/model/ThreadItem.js +13 -52
  8. package/dist/commonjs/features/chatbot/model/ThreadItem.js.map +1 -1
  9. package/dist/commonjs/features/chatbot/types/model.types.js.map +1 -1
  10. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js +38 -12
  11. package/dist/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -1
  12. package/dist/module/features/chatbot/errorSpotting/ErrorSpottingModel.js +0 -1
  13. package/dist/module/features/chatbot/errorSpotting/ErrorSpottingModel.js.map +1 -1
  14. package/dist/module/features/chatbot/helpers.js +0 -3
  15. package/dist/module/features/chatbot/helpers.js.map +1 -1
  16. package/dist/module/features/chatbot/model/ChatBotThreadManager.js +3 -23
  17. package/dist/module/features/chatbot/model/ChatBotThreadManager.js.map +1 -1
  18. package/dist/module/features/chatbot/model/ThreadItem.js +13 -52
  19. package/dist/module/features/chatbot/model/ThreadItem.js.map +1 -1
  20. package/dist/module/features/chatbot/types/model.types.js.map +1 -1
  21. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js +39 -13
  22. package/dist/module/features/voice/playing/components/VoiceTranscriptionsDropdown.js.map +1 -1
  23. package/dist/typescript/commonjs/features/chatbot/errorSpotting/ErrorSpottingModel.d.ts +1 -2
  24. package/dist/typescript/commonjs/features/chatbot/errorSpotting/ErrorSpottingModel.d.ts.map +1 -1
  25. package/dist/typescript/commonjs/features/chatbot/helpers.d.ts.map +1 -1
  26. package/dist/typescript/commonjs/features/chatbot/model/ChatBotThreadManager.d.ts.map +1 -1
  27. package/dist/typescript/commonjs/features/chatbot/model/ThreadItem.d.ts +12 -49
  28. package/dist/typescript/commonjs/features/chatbot/model/ThreadItem.d.ts.map +1 -1
  29. package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts +2 -15
  30. package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts.map +1 -1
  31. package/dist/typescript/commonjs/features/chatbot/types/model.types.d.ts +2 -5
  32. package/dist/typescript/commonjs/features/chatbot/types/model.types.d.ts.map +1 -1
  33. package/dist/typescript/commonjs/features/chatbot/types/units.types.d.ts +0 -22
  34. package/dist/typescript/commonjs/features/chatbot/types/units.types.d.ts.map +1 -1
  35. package/dist/typescript/commonjs/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts.map +1 -1
  36. package/dist/typescript/module/features/chatbot/errorSpotting/ErrorSpottingModel.d.ts +1 -2
  37. package/dist/typescript/module/features/chatbot/errorSpotting/ErrorSpottingModel.d.ts.map +1 -1
  38. package/dist/typescript/module/features/chatbot/helpers.d.ts.map +1 -1
  39. package/dist/typescript/module/features/chatbot/model/ChatBotThreadManager.d.ts.map +1 -1
  40. package/dist/typescript/module/features/chatbot/model/ThreadItem.d.ts +12 -49
  41. package/dist/typescript/module/features/chatbot/model/ThreadItem.d.ts.map +1 -1
  42. package/dist/typescript/module/features/chatbot/types/api.types.d.ts +2 -15
  43. package/dist/typescript/module/features/chatbot/types/api.types.d.ts.map +1 -1
  44. package/dist/typescript/module/features/chatbot/types/model.types.d.ts +2 -5
  45. package/dist/typescript/module/features/chatbot/types/model.types.d.ts.map +1 -1
  46. package/dist/typescript/module/features/chatbot/types/units.types.d.ts +0 -22
  47. package/dist/typescript/module/features/chatbot/types/units.types.d.ts.map +1 -1
  48. package/dist/typescript/module/features/voice/playing/components/VoiceTranscriptionsDropdown.d.ts.map +1 -1
  49. package/package.json +2 -2
  50. package/src/features/chatbot/errorSpotting/ErrorSpottingModel.ts +1 -3
  51. package/src/features/chatbot/helpers.ts +0 -1
  52. package/src/features/chatbot/model/ChatBotThreadManager.ts +3 -24
  53. package/src/features/chatbot/model/ThreadItem.ts +19 -70
  54. package/src/features/chatbot/types/api.types.ts +2 -18
  55. package/src/features/chatbot/types/model.types.ts +2 -12
  56. package/src/features/chatbot/types/units.types.ts +0 -26
  57. package/src/features/voice/playing/components/VoiceTranscriptionsDropdown.tsx +56 -17
  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 -660
  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/example/yarn.lock +0 -6552
  103. package/tsconfig.build.json +0 -4
  104. package/tsconfig.json +0 -34
  105. package/yarn.lock +0 -10904

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.