@coorpacademy/app-review 0.30.3 → 0.30.5-alpha.28

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.
@@ -19,6 +19,7 @@
19
19
  "Continue": "Lanjutkan",
20
20
  "Type here": "Ketik di sini",
21
21
  "Select an answer": "Pilih satu jawaban",
22
+ "answer_the_question": "Answer the question",
22
23
  "presentation": {
23
24
  "aria_label": "Tinjau Wadah Presentasi",
24
25
  "title": "Apa itu<br/>Mode Revisi?",
@@ -53,5 +54,8 @@
53
54
  "no_skills": {
54
55
  "title": "Anda belum memiliki keterampilan untuk merevisi",
55
56
  "text": "Pertama, Anda harus menyelesaikan kursus sebelum Anda dapat mengulas keterampilan yang berbeda."
56
- }
57
+ },
58
+ "Acquired stars animation": "Mengakuisisi animasi bintang",
59
+ "New rank animation": "New rank animation",
60
+ "Congratulations confetti animation": "Congratulations confetti animation"
57
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/app-review",
3
- "version": "0.30.3",
3
+ "version": "0.30.5-alpha.28+6fd546ffe",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=16.15.0"
@@ -35,7 +35,7 @@
35
35
  "main": "lib/index.js",
36
36
  "module": "es/index.js",
37
37
  "dependencies": {
38
- "@coorpacademy/components": "11.17.3",
38
+ "@coorpacademy/components": "11.17.5-alpha.28+6fd546ffe",
39
39
  "@coorpacademy/progression-engine": "11.7.0",
40
40
  "@coorpacademy/redux-task": "1.1.6",
41
41
  "@coorpacademy/review-services": "1.6.1",
@@ -74,5 +74,5 @@
74
74
  "webpack-cli": "^4.10.0",
75
75
  "webpack-dev-server": "^4.11.1"
76
76
  },
77
- "gitHead": "d4f904471eceed16df606fc1b1476dd5f4aca931"
77
+ "gitHead": "6fd546ffe607dadbd07bb611c4b4e579a27d4a46"
78
78
  }