@magmamath/students-features 0.6.7-rc.0 → 0.6.7-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 (68) hide show
  1. package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js +1 -0
  2. package/dist/commonjs/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
  3. package/dist/commonjs/shared/translation/constants.js +1 -5
  4. package/dist/commonjs/shared/translation/constants.js.map +1 -1
  5. package/dist/commonjs/shared/translation/types.js +0 -2
  6. package/dist/commonjs/shared/translation/types.js.map +1 -1
  7. package/dist/module/features/endOfAssignment/components/Modal/Modal.js +2 -1
  8. package/dist/module/features/endOfAssignment/components/Modal/Modal.js.map +1 -1
  9. package/dist/module/shared/translation/constants.js +1 -5
  10. package/dist/module/shared/translation/constants.js.map +1 -1
  11. package/dist/module/shared/translation/types.js +0 -2
  12. package/dist/module/shared/translation/types.js.map +1 -1
  13. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
  14. package/dist/typescript/commonjs/shared/translation/constants.d.ts +0 -44
  15. package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +1 -1
  16. package/dist/typescript/commonjs/shared/translation/types.d.ts +1 -3
  17. package/dist/typescript/commonjs/shared/translation/types.d.ts.map +1 -1
  18. package/dist/typescript/commonjs/shared/translation/validation.types.d.ts +1 -5
  19. package/dist/typescript/commonjs/shared/translation/validation.types.d.ts.map +1 -1
  20. package/dist/typescript/module/features/endOfAssignment/components/Modal/Modal.d.ts.map +1 -1
  21. package/dist/typescript/module/shared/translation/constants.d.ts +0 -44
  22. package/dist/typescript/module/shared/translation/constants.d.ts.map +1 -1
  23. package/dist/typescript/module/shared/translation/types.d.ts +1 -3
  24. package/dist/typescript/module/shared/translation/types.d.ts.map +1 -1
  25. package/dist/typescript/module/shared/translation/validation.types.d.ts +1 -5
  26. package/dist/typescript/module/shared/translation/validation.types.d.ts.map +1 -1
  27. package/package.json +1 -1
  28. package/src/features/endOfAssignment/components/Modal/Modal.tsx +2 -1
  29. package/src/shared/translation/constants.ts +0 -4
  30. package/src/shared/translation/types.ts +0 -6
  31. package/src/shared/translation/validation.types.ts +1 -9
  32. package/.editorconfig +0 -15
  33. package/.eslintignore +0 -2
  34. package/.eslintrc +0 -22
  35. package/.gitattributes +0 -3
  36. package/.github/actions/setup/action.yml +0 -37
  37. package/.github/workflows/ci.yml +0 -73
  38. package/.gitignore +0 -84
  39. package/.npmrc +0 -3
  40. package/.nvmrc +0 -1
  41. package/.prettierrc +0 -11
  42. package/.release-it.json +0 -17
  43. package/.watchmanconfig +0 -1
  44. package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +0 -541
  45. package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +0 -28
  46. package/.yarn/releases/yarn-3.6.1.cjs +0 -874
  47. package/babel.config.js +0 -5
  48. package/bob.config.js +0 -25
  49. package/dist/commonjs/shared/translation/localization/ca.json +0 -22
  50. package/dist/commonjs/shared/translation/localization/sct.json +0 -22
  51. package/dist/module/shared/translation/localization/ca.json +0 -22
  52. package/dist/module/shared/translation/localization/sct.json +0 -22
  53. package/example/app.json +0 -30
  54. package/example/assets/adaptive-icon.png +0 -0
  55. package/example/assets/favicon.png +0 -0
  56. package/example/assets/icon.png +0 -0
  57. package/example/assets/splash-icon.png +0 -0
  58. package/example/babel.config.js +0 -28
  59. package/example/index.js +0 -8
  60. package/example/metro.config.js +0 -18
  61. package/example/package.json +0 -25
  62. package/example/src/App.tsx +0 -8
  63. package/example/tsconfig.json +0 -6
  64. package/src/shared/translation/localization/ca.json +0 -22
  65. package/src/shared/translation/localization/sct.json +0 -22
  66. package/tsconfig.build.json +0 -4
  67. package/tsconfig.json +0 -34
  68. package/yarn.lock +0 -8589
package/.gitignore DELETED
@@ -1,84 +0,0 @@
1
- # OSX
2
- #
3
- .DS_Store
4
-
5
- # XDE
6
- .expo/
7
-
8
- # VSCode
9
- .vscode/
10
- jsconfig.json
11
-
12
- # Xcode
13
- #
14
- build/
15
- *.pbxuser
16
- !default.pbxuser
17
- *.mode1v3
18
- !default.mode1v3
19
- *.mode2v3
20
- !default.mode2v3
21
- *.perspectivev3
22
- !default.perspectivev3
23
- xcuserdata
24
- *.xccheckout
25
- *.moved-aside
26
- DerivedData
27
- *.hmap
28
- *.ipa
29
- *.xcuserstate
30
- project.xcworkspace
31
-
32
- # Android/IJ
33
- #
34
- .classpath
35
- .cxx
36
- .gradle
37
- .idea
38
- .project
39
- .settings
40
- local.properties
41
- android.iml
42
-
43
- # Cocoapods
44
- #
45
- example/ios/Pods
46
-
47
- # Ruby
48
- example/vendor/
49
-
50
- # node.js
51
- #
52
- node_modules/
53
- npm-debug.log
54
- yarn-debug.log
55
- yarn-error.log
56
-
57
- # BUCK
58
- buck-out/
59
- \.buckd/
60
- android/app/libs
61
- android/keystores/debug.keystore
62
-
63
- # Yarn
64
- .yarn/*
65
- !.yarn/patches
66
- !.yarn/plugins
67
- !.yarn/releases
68
- !.yarn/sdks
69
- !.yarn/versions
70
-
71
- # Expo
72
- .expo/
73
-
74
- # Turborepo
75
- .turbo/
76
-
77
- # generated by bob
78
- dist/
79
- !src/lib/
80
-
81
- # React Native Codegen
82
- ios/generated
83
- android/generated
84
- .npmrc
package/.npmrc DELETED
@@ -1,3 +0,0 @@
1
- @matteappen:registry=https://npm.pkg.github.com
2
- //npm.pkg.github.com/:_authToken=GITHUB_TOKEN
3
- //registry.npmjs.org/:_authToken=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
package/.nvmrc DELETED
@@ -1 +0,0 @@
1
- v18
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
- {}