@magmamath/students-features 0.9.100 → 0.9.101-rc.0

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 (139) hide show
  1. package/dist/commonjs/features/feedback/model/model.js.map +1 -1
  2. package/dist/commonjs/features/feedback/model/sockets.js +8 -5
  3. package/dist/commonjs/features/feedback/model/sockets.js.map +1 -1
  4. package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +0 -3
  5. package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
  6. package/dist/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.js +1 -9
  7. package/dist/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.js.map +1 -1
  8. package/dist/commonjs/features/keyboard/components/UnitsLayout/types.js +0 -1
  9. package/dist/commonjs/features/keyboard/components/UnitsLayout/types.js.map +1 -1
  10. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js +1 -2
  11. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  12. package/dist/commonjs/features/keyboard/types/MathKeysGroups/units.js +3 -18
  13. package/dist/commonjs/features/keyboard/types/MathKeysGroups/units.js.map +1 -1
  14. package/dist/commonjs/shared/translation/localization/ca.json +1 -2
  15. package/dist/commonjs/shared/translation/localization/de.json +1 -2
  16. package/dist/commonjs/shared/translation/localization/en.json +1 -2
  17. package/dist/commonjs/shared/translation/localization/gb.json +1 -2
  18. package/dist/commonjs/shared/translation/localization/sct.json +1 -2
  19. package/dist/commonjs/shared/translation/localization/sw.json +1 -2
  20. package/dist/module/features/feedback/model/model.js.map +1 -1
  21. package/dist/module/features/feedback/model/sockets.js +8 -5
  22. package/dist/module/features/feedback/model/sockets.js.map +1 -1
  23. package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +0 -3
  24. package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
  25. package/dist/module/features/keyboard/components/UnitsLayout/keyboardGroups.js +1 -9
  26. package/dist/module/features/keyboard/components/UnitsLayout/keyboardGroups.js.map +1 -1
  27. package/dist/module/features/keyboard/components/UnitsLayout/types.js +0 -1
  28. package/dist/module/features/keyboard/components/UnitsLayout/types.js.map +1 -1
  29. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js +2 -3
  30. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  31. package/dist/module/features/keyboard/types/MathKeysGroups/units.js +3 -18
  32. package/dist/module/features/keyboard/types/MathKeysGroups/units.js.map +1 -1
  33. package/dist/module/shared/translation/localization/ca.json +1 -2
  34. package/dist/module/shared/translation/localization/de.json +1 -2
  35. package/dist/module/shared/translation/localization/en.json +1 -2
  36. package/dist/module/shared/translation/localization/gb.json +1 -2
  37. package/dist/module/shared/translation/localization/sct.json +1 -2
  38. package/dist/module/shared/translation/localization/sw.json +1 -2
  39. package/dist/typescript/commonjs/features/feedback/model/model.d.ts +4 -1
  40. package/dist/typescript/commonjs/features/feedback/model/model.d.ts.map +1 -1
  41. package/dist/typescript/commonjs/features/feedback/model/sockets.d.ts.map +1 -1
  42. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.d.ts.map +1 -1
  43. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts +0 -1
  44. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts.map +1 -1
  45. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/types.d.ts +1 -2
  46. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/types.d.ts.map +1 -1
  47. package/dist/typescript/commonjs/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  48. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/units.d.ts +0 -15
  49. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/units.d.ts.map +1 -1
  50. package/dist/typescript/commonjs/shared/translation/constants.d.ts +0 -6
  51. package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +1 -1
  52. package/dist/typescript/commonjs/shared/translation/model.d.ts +0 -2
  53. package/dist/typescript/commonjs/shared/translation/model.d.ts.map +1 -1
  54. package/dist/typescript/module/features/feedback/model/model.d.ts +4 -1
  55. package/dist/typescript/module/features/feedback/model/model.d.ts.map +1 -1
  56. package/dist/typescript/module/features/feedback/model/sockets.d.ts.map +1 -1
  57. package/dist/typescript/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.d.ts.map +1 -1
  58. package/dist/typescript/module/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts +0 -1
  59. package/dist/typescript/module/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts.map +1 -1
  60. package/dist/typescript/module/features/keyboard/components/UnitsLayout/types.d.ts +1 -2
  61. package/dist/typescript/module/features/keyboard/components/UnitsLayout/types.d.ts.map +1 -1
  62. package/dist/typescript/module/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  63. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/units.d.ts +0 -15
  64. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/units.d.ts.map +1 -1
  65. package/dist/typescript/module/shared/translation/constants.d.ts +0 -6
  66. package/dist/typescript/module/shared/translation/constants.d.ts.map +1 -1
  67. package/dist/typescript/module/shared/translation/model.d.ts +0 -2
  68. package/dist/typescript/module/shared/translation/model.d.ts.map +1 -1
  69. package/package.json +1 -1
  70. package/src/features/feedback/model/model.ts +4 -1
  71. package/src/features/feedback/model/sockets.ts +8 -6
  72. package/src/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.ts +0 -4
  73. package/src/features/keyboard/components/UnitsLayout/keyboardGroups.ts +0 -11
  74. package/src/features/keyboard/components/UnitsLayout/types.ts +0 -1
  75. package/src/features/keyboard/constants/keyboardGroupsByLocale.ts +0 -2
  76. package/src/features/keyboard/types/MathKeysGroups/units.tsx +0 -15
  77. package/src/shared/translation/localization/ca.json +1 -2
  78. package/src/shared/translation/localization/de.json +1 -2
  79. package/src/shared/translation/localization/en.json +1 -2
  80. package/src/shared/translation/localization/gb.json +1 -2
  81. package/src/shared/translation/localization/sct.json +1 -2
  82. package/src/shared/translation/localization/sw.json +1 -2
  83. package/.editorconfig +0 -15
  84. package/.eslintignore +0 -2
  85. package/.eslintrc +0 -22
  86. package/.gitattributes +0 -3
  87. package/.github/actions/setup/action.yml +0 -37
  88. package/.github/workflows/ci.yml +0 -73
  89. package/.gitignore +0 -84
  90. package/.idea/.gitignore +0 -8
  91. package/.idea/codeStyles/Project.xml +0 -62
  92. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  93. package/.idea/copilot.data.migration.agent.xml +0 -6
  94. package/.idea/copilot.data.migration.ask.xml +0 -6
  95. package/.idea/copilot.data.migration.ask2agent.xml +0 -6
  96. package/.idea/copilot.data.migration.edit.xml +0 -6
  97. package/.idea/inspectionProfiles/Project_Default.xml +0 -8
  98. package/.idea/jsLinters/eslint.xml +0 -6
  99. package/.idea/modules.xml +0 -8
  100. package/.idea/prettier.xml +0 -7
  101. package/.idea/students-features.iml +0 -12
  102. package/.idea/vcs.xml +0 -6
  103. package/.idea/workspace.xml +0 -637
  104. package/.nvmrc +0 -1
  105. package/.prettierrc +0 -11
  106. package/.release-it.json +0 -17
  107. package/.watchmanconfig +0 -1
  108. package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +0 -541
  109. package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +0 -28
  110. package/.yarn/releases/yarn-3.6.1.cjs +0 -874
  111. package/babel.config.js +0 -5
  112. package/bob.config.js +0 -25
  113. package/dist/commonjs/shared/icons/TimeIcon.js +0 -37
  114. package/dist/commonjs/shared/icons/TimeIcon.js.map +0 -1
  115. package/dist/module/shared/icons/TimeIcon.js +0 -29
  116. package/dist/module/shared/icons/TimeIcon.js.map +0 -1
  117. package/dist/typescript/commonjs/shared/icons/TimeIcon.d.ts +0 -4
  118. package/dist/typescript/commonjs/shared/icons/TimeIcon.d.ts.map +0 -1
  119. package/dist/typescript/module/shared/icons/TimeIcon.d.ts +0 -4
  120. package/dist/typescript/module/shared/icons/TimeIcon.d.ts.map +0 -1
  121. package/example/.expo/README.md +0 -8
  122. package/example/.expo/devices.json +0 -3
  123. package/example/.expo/web/cache/production/images/favicon/favicon-24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb-contain-transparent/favicon-48.png +0 -0
  124. package/example/app.json +0 -30
  125. package/example/assets/adaptive-icon.png +0 -0
  126. package/example/assets/favicon.png +0 -0
  127. package/example/assets/icon.png +0 -0
  128. package/example/assets/splash-icon.png +0 -0
  129. package/example/babel.config.js +0 -28
  130. package/example/index.js +0 -8
  131. package/example/metro.config.js +0 -18
  132. package/example/package.json +0 -25
  133. package/example/src/App.tsx +0 -8
  134. package/example/tsconfig.json +0 -6
  135. package/example/yarn.lock +0 -6552
  136. package/src/shared/icons/TimeIcon.tsx +0 -23
  137. package/tsconfig.build.json +0 -4
  138. package/tsconfig.json +0 -34
  139. package/yarn.lock +0 -8623
@@ -2,21 +2,23 @@ import { createEvent } from 'effector'
2
2
  import { TeacherComment, FeedbackSocketEvents } from '../types'
3
3
 
4
4
  export class TeacherFeedbackSockets {
5
- private readonly socket: any
5
+ private readonly socket: any = null
6
6
  public readonly commentAdded = createEvent<TeacherComment>()
7
7
  public readonly commentDeleted = createEvent<TeacherComment>()
8
8
 
9
9
  constructor(socket: any) {
10
- this.socket = socket
10
+ if (socket) {
11
+ this.socket = socket
12
+ }
11
13
  }
12
14
 
13
15
  connect() {
14
- this.socket.on(FeedbackSocketEvents.COMMENT_ADDED, this.commentAdded)
15
- this.socket.on(FeedbackSocketEvents.COMMENT_DELETED, this.commentDeleted)
16
+ this.socket?.on(FeedbackSocketEvents.COMMENT_ADDED, this.commentAdded)
17
+ this.socket?.on(FeedbackSocketEvents.COMMENT_DELETED, this.commentDeleted)
16
18
  }
17
19
 
18
20
  off() {
19
- this.socket.off(FeedbackSocketEvents.COMMENT_ADDED, this.commentAdded)
20
- this.socket.off(FeedbackSocketEvents.COMMENT_DELETED, this.commentDeleted)
21
+ this.socket?.off(FeedbackSocketEvents.COMMENT_ADDED, this.commentAdded)
22
+ this.socket?.off(FeedbackSocketEvents.COMMENT_DELETED, this.commentDeleted)
21
23
  }
22
24
  }
@@ -24,10 +24,6 @@ export const useUnitTabs = () => {
24
24
  title: t('keyboard.weight'),
25
25
  key: KeyboardUnitsGroupType.WEIGHT,
26
26
  },
27
- {
28
- title: t('keyboard.time'),
29
- key: KeyboardUnitsGroupType.TIME,
30
- },
31
27
  ],
32
28
  [t],
33
29
  )
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  MATH_AREA_UNITS,
3
3
  MATH_LENGTH_UNITS,
4
- MATH_TIME_UNITS,
5
4
  MATH_VOLUME_UNITS,
6
5
  MATH_WEIGHT_UNITS,
7
6
  } from '../../types/MathKeysGroups/units'
@@ -11,7 +10,6 @@ import { VolumeIcon } from '../../../../shared/icons/VolumeIcon'
11
10
  import { WeightIcon } from '../../../../shared/icons/WeightIcon'
12
11
  import { KeyboardUnitsGroupType, UnitKeyboardGroups } from './types'
13
12
  import { MathEntryKeyboardGroupId } from '../../types/keyboardGroupIds'
14
- import { TimeIcon } from '../../../../shared/icons/TimeIcon'
15
13
 
16
14
  export const MATH_ENTRY_LENGTH_UNITS_SW_KEYBOARD_GROUPS: UnitKeyboardGroups = {
17
15
  id: MathEntryKeyboardGroupId.LENGTH_UNITS_SW,
@@ -173,11 +171,6 @@ export const MATH_ENTRY_WEIGHT_UNITS_SW_KEYBOARD_GROUPS: UnitKeyboardGroups = {
173
171
  ],
174
172
  }
175
173
 
176
- export const MATH_ENTRY_TIME_UNITS_SW_KEYBOARD_GROUPS: UnitKeyboardGroups = {
177
- id: MathEntryKeyboardGroupId.TIME_SW,
178
- keys: [[MATH_TIME_UNITS.S, MATH_TIME_UNITS.M, MATH_TIME_UNITS.H]],
179
- }
180
-
181
174
  export const MATH_ENTRY_WEIGHT_UNITS_US_KEYBOARD_GROUPS: UnitKeyboardGroups = {
182
175
  id: MathEntryKeyboardGroupId.WEIGHT_UNITS_US,
183
176
  keys: [
@@ -206,8 +199,4 @@ export const UNITS_KEYBOARD_GROUPS = new Map([
206
199
  KeyboardUnitsGroupType.WEIGHT,
207
200
  { keys: MATH_ENTRY_WEIGHT_UNITS_SW_KEYBOARD_GROUPS.keys, icon: WeightIcon },
208
201
  ],
209
- [
210
- KeyboardUnitsGroupType.TIME,
211
- { keys: MATH_ENTRY_TIME_UNITS_SW_KEYBOARD_GROUPS.keys, icon: TimeIcon },
212
- ],
213
202
  ])
@@ -10,7 +10,6 @@ export enum KeyboardUnitsGroupType {
10
10
  AREA = 'area',
11
11
  VOLUME = 'volume',
12
12
  WEIGHT = 'weight',
13
- TIME = 'time',
14
13
  }
15
14
 
16
15
  export type UnitKeyboardGroups = {
@@ -31,7 +31,6 @@ import {
31
31
  MATH_ENTRY_AREA_UNITS_US_KEYBOARD_GROUPS,
32
32
  MATH_ENTRY_LENGTH_UNITS_SW_KEYBOARD_GROUPS,
33
33
  MATH_ENTRY_LENGTH_UNITS_US_KEYBOARD_GROUPS,
34
- MATH_ENTRY_TIME_UNITS_SW_KEYBOARD_GROUPS,
35
34
  MATH_ENTRY_VOLUME_UNITS_SW_KEYBOARD_GROUPS,
36
35
  MATH_ENTRY_VOLUME_UNITS_UK_KEYBOARD_GROUPS,
37
36
  MATH_ENTRY_VOLUME_UNITS_US_KEYBOARD_GROUPS,
@@ -71,7 +70,6 @@ function createKeyboardUnitsLocale(
71
70
  [KeyboardUnitsGroupType.AREA]: MATH_ENTRY_AREA_UNITS_US_KEYBOARD_GROUPS,
72
71
  [KeyboardUnitsGroupType.VOLUME]: MATH_ENTRY_VOLUME_UNITS_US_KEYBOARD_GROUPS,
73
72
  [KeyboardUnitsGroupType.WEIGHT]: MATH_ENTRY_WEIGHT_UNITS_US_KEYBOARD_GROUPS,
74
- [KeyboardUnitsGroupType.TIME]: MATH_ENTRY_TIME_UNITS_SW_KEYBOARD_GROUPS,
75
73
  }
76
74
  return { ...base, ...overrides }
77
75
  }
@@ -427,31 +427,16 @@ export const MATH_TIME_UNITS = createMathKeysGroup({
427
427
  label: 's',
428
428
  mathliveValue: '\\mathrm{s}',
429
429
  katexValue: 's',
430
- style: {
431
- button: {
432
- width: 50,
433
- },
434
- },
435
430
  },
436
431
  M: {
437
432
  label: 'min',
438
433
  mathliveValue: '$\\mathrm{min}',
439
434
  katexValue: 'min',
440
- style: {
441
- button: {
442
- width: 50,
443
- },
444
- },
445
435
  },
446
436
  H: {
447
437
  label: 'h',
448
438
  mathliveValue: '\\mathrm{h}',
449
439
  katexValue: 'h',
450
- style: {
451
- button: {
452
- width: 50,
453
- },
454
- },
455
440
  },
456
441
  DAY: {
457
442
  label: 'day',
@@ -37,7 +37,6 @@
37
37
  "length": "Length",
38
38
  "area": "Area",
39
39
  "volume": "Volume",
40
- "weight": "Weight",
41
- "time": "Time"
40
+ "weight": "Weight"
42
41
  }
43
42
  }
@@ -37,7 +37,6 @@
37
37
  "length": "Länge",
38
38
  "area": "Fläche",
39
39
  "volume": "Volumen",
40
- "weight": "Gewicht",
41
- "time": "Zeit"
40
+ "weight": "Gewicht"
42
41
  }
43
42
  }
@@ -37,7 +37,6 @@
37
37
  "length": "Length",
38
38
  "area": "Area",
39
39
  "volume": "Volume",
40
- "weight": "Weight",
41
- "time": "Time"
40
+ "weight": "Weight"
42
41
  }
43
42
  }
@@ -37,7 +37,6 @@
37
37
  "length": "Length",
38
38
  "area": "Area",
39
39
  "volume": "Volume",
40
- "weight": "Weight",
41
- "time": "Time"
40
+ "weight": "Weight"
42
41
  }
43
42
  }
@@ -37,7 +37,6 @@
37
37
  "length": "Length",
38
38
  "area": "Area",
39
39
  "volume": "Volume",
40
- "weight": "Weight",
41
- "time": "Time"
40
+ "weight": "Weight"
42
41
  }
43
42
  }
@@ -37,7 +37,6 @@
37
37
  "length": "Längd",
38
38
  "area": "Area",
39
39
  "volume": "Volym",
40
- "weight": "Vikt",
41
- "time": "Tid"
40
+ "weight": "Vikt"
42
41
  }
43
42
  }
package/.editorconfig DELETED
@@ -1,15 +0,0 @@
1
- # EditorConfig helps developers define and maintain consistent
2
- # coding styles between different editors and IDEs
3
- # editorconfig.org
4
-
5
- root = true
6
-
7
- [*]
8
-
9
- indent_style = space
10
- indent_size = 2
11
-
12
- end_of_line = lf
13
- charset = utf-8
14
- trim_trailing_whitespace = true
15
- insert_final_newline = true
package/.eslintignore DELETED
@@ -1,2 +0,0 @@
1
- node_modules/
2
- ./lib/
package/.eslintrc DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "env": {
3
- "browser": true,
4
- "es2020": true
5
- },
6
- "extends": [
7
- "eslint:recommended",
8
- "plugin:@typescript-eslint/recommended",
9
- "plugin:react-hooks/recommended",
10
- "plugin:storybook/recommended",
11
- "prettier"
12
- ],
13
- "parser": "@typescript-eslint/parser",
14
- "parserOptions": {
15
- "ecmaVersion": "latest",
16
- "sourceType": "module"
17
- },
18
- "plugins": ["react-refresh"],
19
- "rules": {
20
- "react-refresh/only-export-components": "warn"
21
- }
22
- }
package/.gitattributes DELETED
@@ -1,3 +0,0 @@
1
- *.pbxproj -text
2
- # specific for windows script files
3
- *.bat text eol=crlf
@@ -1,37 +0,0 @@
1
- name: Setup
2
- description: Setup Node.js and install dependencies
3
-
4
- inputs:
5
- npmrc-auth-token:
6
- required: true
7
-
8
- runs:
9
- using: composite
10
- steps:
11
- - name: Setup Node.js
12
- uses: actions/setup-node@v3
13
- with:
14
- node-version-file: .nvmrc
15
-
16
- - name: Create .npmrc
17
- shell: bash
18
- run: |
19
- echo "registry=https://registry.npmjs.org" > .npmrc
20
- echo "//registry.npmjs.org/:_authToken=${{ inputs.npmrc-auth-token }}" >> .npmrc
21
-
22
- - name: Cache dependencies
23
- id: yarn-cache
24
- uses: actions/cache@v3
25
- with:
26
- path: |
27
- **/node_modules
28
- .yarn/install-state.gz
29
- key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
30
- restore-keys: |
31
- ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
32
- ${{ runner.os }}-yarn-
33
-
34
- - name: Install dependencies
35
- if: steps.yarn-cache.outputs.cache-hit != 'true'
36
- run: yarn install --immutable
37
- shell: bash
@@ -1,73 +0,0 @@
1
- name: CI
2
-
3
- on:
4
- push:
5
- branches:
6
- - main
7
- pull_request:
8
- branches:
9
- - main
10
- merge_group:
11
- types:
12
- - checks_requested
13
-
14
- jobs:
15
- lint:
16
- runs-on: ubuntu-latest
17
- steps:
18
- - name: Checkout
19
- uses: actions/checkout@v3
20
-
21
- - name: Setup
22
- uses: ./.github/actions/setup
23
- with:
24
- npmrc-auth-token: ${{ secrets.MAGMA_NPMRC_TOKEN }}
25
-
26
- - name: Lint files
27
- run: yarn lint
28
-
29
- - name: Typecheck files
30
- run: yarn typecheck
31
-
32
- test:
33
- runs-on: ubuntu-latest
34
- steps:
35
- - name: Checkout
36
- uses: actions/checkout@v3
37
-
38
- - name: Setup
39
- uses: ./.github/actions/setup
40
- with:
41
- npmrc-auth-token: ${{ secrets.MAGMA_NPMRC_TOKEN }}
42
-
43
- - name: Run unit tests
44
- run: yarn test --maxWorkers=2 --coverage
45
-
46
- build-library:
47
- runs-on: ubuntu-latest
48
- steps:
49
- - name: Checkout
50
- uses: actions/checkout@v3
51
-
52
- - name: Setup
53
- uses: ./.github/actions/setup
54
- with:
55
- npmrc-auth-token: ${{ secrets.MAGMA_NPMRC_TOKEN }}
56
-
57
- - name: Build package
58
- run: yarn prepare
59
-
60
- build-web:
61
- runs-on: ubuntu-latest
62
- steps:
63
- - name: Checkout
64
- uses: actions/checkout@v3
65
-
66
- - name: Setup
67
- uses: ./.github/actions/setup
68
- with:
69
- npmrc-auth-token: ${{ secrets.MAGMA_NPMRC_TOKEN }}
70
-
71
- - name: Build example for Web
72
- run: |
73
- yarn example expo export --platform web
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/.idea/.gitignore DELETED
@@ -1,8 +0,0 @@
1
- # Default ignored files
2
- /shelf/
3
- /workspace.xml
4
- # Editor-based HTTP Client requests
5
- /httpRequests/
6
- # Datasource local storage ignored files
7
- /dataSources/
8
- /dataSources.local.xml
@@ -1,62 +0,0 @@
1
- <component name="ProjectCodeStyleConfiguration">
2
- <code_scheme name="Project" version="173">
3
- <option name="LINE_SEPARATOR" value="&#10;" />
4
- <HTMLCodeStyleSettings>
5
- <option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
6
- </HTMLCodeStyleSettings>
7
- <JSCodeStyleSettings version="0">
8
- <option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
9
- <option name="FORCE_SEMICOLON_STYLE" value="true" />
10
- <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
11
- <option name="USE_DOUBLE_QUOTES" value="false" />
12
- <option name="FORCE_QUOTE_STYlE" value="true" />
13
- <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
14
- <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
15
- <option name="SPACES_WITHIN_IMPORTS" value="true" />
16
- </JSCodeStyleSettings>
17
- <TypeScriptCodeStyleSettings version="0">
18
- <option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
19
- <option name="FORCE_SEMICOLON_STYLE" value="true" />
20
- <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
21
- <option name="USE_DOUBLE_QUOTES" value="false" />
22
- <option name="FORCE_QUOTE_STYlE" value="true" />
23
- <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
24
- <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
25
- <option name="SPACES_WITHIN_IMPORTS" value="true" />
26
- </TypeScriptCodeStyleSettings>
27
- <VueCodeStyleSettings>
28
- <option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
29
- <option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
30
- </VueCodeStyleSettings>
31
- <codeStyleSettings language="HTML">
32
- <option name="SOFT_MARGINS" value="100" />
33
- <indentOptions>
34
- <option name="INDENT_SIZE" value="2" />
35
- <option name="CONTINUATION_INDENT_SIZE" value="2" />
36
- <option name="TAB_SIZE" value="2" />
37
- </indentOptions>
38
- </codeStyleSettings>
39
- <codeStyleSettings language="JavaScript">
40
- <option name="SOFT_MARGINS" value="100" />
41
- <indentOptions>
42
- <option name="INDENT_SIZE" value="2" />
43
- <option name="CONTINUATION_INDENT_SIZE" value="2" />
44
- <option name="TAB_SIZE" value="2" />
45
- </indentOptions>
46
- </codeStyleSettings>
47
- <codeStyleSettings language="TypeScript">
48
- <option name="SOFT_MARGINS" value="100" />
49
- <indentOptions>
50
- <option name="INDENT_SIZE" value="2" />
51
- <option name="CONTINUATION_INDENT_SIZE" value="2" />
52
- <option name="TAB_SIZE" value="2" />
53
- </indentOptions>
54
- </codeStyleSettings>
55
- <codeStyleSettings language="Vue">
56
- <option name="SOFT_MARGINS" value="100" />
57
- <indentOptions>
58
- <option name="CONTINUATION_INDENT_SIZE" value="2" />
59
- </indentOptions>
60
- </codeStyleSettings>
61
- </code_scheme>
62
- </component>
@@ -1,5 +0,0 @@
1
- <component name="ProjectCodeStyleConfiguration">
2
- <state>
3
- <option name="USE_PER_PROJECT_SETTINGS" value="true" />
4
- </state>
5
- </component>
@@ -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>