@coorpacademy/components 11.6.1 → 11.7.3-alpha.29
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/README.md +3 -3
- package/es/atom/loader/index.native.d.ts +10 -0
- package/es/atom/loader/index.native.d.ts.map +1 -0
- package/es/atom/loader/index.native.js +192 -0
- package/es/atom/loader/index.native.js.map +1 -0
- package/es/atom/select/index.d.ts +18 -0
- package/es/atom/select/index.d.ts.map +1 -1
- package/es/atom/select/index.js +69 -15
- package/es/atom/select/index.js.map +1 -1
- package/es/molecule/answer/index.d.ts.map +1 -1
- package/es/molecule/answer/index.js +17 -12
- package/es/molecule/answer/index.js.map +1 -1
- package/es/molecule/brand-form-group/index.d.ts +18 -0
- package/es/molecule/empty-state-dashboard/index.d.ts +23 -0
- package/es/molecule/empty-state-dashboard/index.d.ts.map +1 -0
- package/es/molecule/empty-state-dashboard/index.js +31 -0
- package/es/molecule/empty-state-dashboard/index.js.map +1 -0
- package/es/molecule/empty-state-dashboard/style.css +55 -0
- package/es/molecule/empty-state-dashboard/types.d.ts +19 -0
- package/es/molecule/empty-state-dashboard/types.d.ts.map +1 -0
- package/es/molecule/empty-state-dashboard/types.js +19 -0
- package/es/molecule/empty-state-dashboard/types.js.map +1 -0
- package/es/molecule/filters/filters-wrapper.d.ts +1 -0
- package/es/molecule/filters/filters-wrapper.d.ts.map +1 -1
- package/es/molecule/filters/filters-wrapper.js +9 -5
- package/es/molecule/filters/filters-wrapper.js.map +1 -1
- package/es/molecule/filters/index.d.ts +10 -0
- package/es/molecule/filters/index.d.ts.map +1 -1
- package/es/molecule/filters/index.js +6 -3
- package/es/molecule/filters/index.js.map +1 -1
- package/es/molecule/questions/drop-down/index.d.ts +1 -0
- package/es/molecule/questions/drop-down/index.d.ts.map +1 -1
- package/es/molecule/questions/drop-down/index.js +9 -5
- package/es/molecule/questions/drop-down/index.js.map +1 -1
- package/es/molecule/questions/qcm/index.d.ts +1 -0
- package/es/molecule/questions/qcm/index.d.ts.map +1 -1
- package/es/molecule/questions/qcm/index.js +9 -5
- package/es/molecule/questions/qcm/index.js.map +1 -1
- package/es/molecule/questions/qcm-drag/index.d.ts +3 -1
- package/es/molecule/questions/qcm-drag/index.d.ts.map +1 -1
- package/es/molecule/questions/qcm-drag/index.js +9 -5
- package/es/molecule/questions/qcm-drag/index.js.map +1 -1
- package/es/molecule/questions/qcm-graphic/index.d.ts +1 -0
- package/es/molecule/questions/qcm-graphic/index.d.ts.map +1 -1
- package/es/molecule/questions/qcm-graphic/index.js +9 -5
- package/es/molecule/questions/qcm-graphic/index.js.map +1 -1
- package/es/molecule/questions/question-range/index.d.ts +1 -0
- package/es/molecule/questions/question-range/index.d.ts.map +1 -1
- package/es/molecule/questions/question-range/index.js +10 -6
- package/es/molecule/questions/question-range/index.js.map +1 -1
- package/es/molecule/questions/template/index.d.ts +6 -2
- package/es/molecule/questions/template/index.d.ts.map +1 -1
- package/es/molecule/questions/template/index.js +9 -5
- package/es/molecule/questions/template/index.js.map +1 -1
- package/es/molecule/setup-slide/index.d.ts +9 -0
- package/es/molecule/setup-slider/index.d.ts +9 -0
- package/es/organism/brand-form/index.d.ts +18 -0
- package/es/organism/list-item/index.d.ts +8 -6
- package/es/organism/list-item/index.d.ts.map +1 -1
- package/es/organism/list-item/index.js +16 -2
- package/es/organism/list-item/index.js.map +1 -1
- package/es/organism/list-item/style.css +18 -0
- package/es/organism/list-items/index.d.ts +2 -0
- package/es/organism/list-items/index.js +5 -1
- package/es/organism/list-items/index.js.map +1 -1
- package/es/organism/user-preferences/index.d.ts +1 -0
- package/es/organism/user-preferences/index.d.ts.map +1 -1
- package/es/organism/user-preferences/index.js +9 -5
- package/es/organism/user-preferences/index.js.map +1 -1
- package/es/organism/wizard-contents/index.d.ts +18 -0
- package/es/template/activity/index.d.ts +36 -40
- package/es/template/activity/index.d.ts.map +1 -1
- package/es/template/activity/index.js +89 -111
- package/es/template/activity/index.js.map +1 -1
- package/es/template/activity/stars-summary.d.ts +9 -18
- package/es/template/activity/stars-summary.d.ts.map +1 -1
- package/es/template/activity/stars-summary.js +94 -122
- package/es/template/activity/stars-summary.js.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +56 -0
- package/es/template/back-office/brand-update/index.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.js +12 -3
- package/es/template/back-office/brand-update/index.js.map +1 -1
- package/es/template/back-office/brand-update/style.css +5 -1
- package/es/template/common/search-page/index.d.ts +11 -0
- package/es/template/common/search-page/index.d.ts.map +1 -1
- package/es/template/common/search-page/index.js +6 -3
- package/es/template/common/search-page/index.js.map +1 -1
- package/es/util/button-icons.d.ts +1 -0
- package/es/util/button-icons.d.ts.map +1 -1
- package/es/util/button-icons.js +3 -2
- package/es/util/button-icons.js.map +1 -1
- package/lib/atom/loader/index.native.d.ts +10 -0
- package/lib/atom/loader/index.native.d.ts.map +1 -0
- package/lib/atom/loader/index.native.js +205 -0
- package/lib/atom/loader/index.native.js.map +1 -0
- package/lib/atom/select/index.d.ts +18 -0
- package/lib/atom/select/index.d.ts.map +1 -1
- package/lib/atom/select/index.js +72 -14
- package/lib/atom/select/index.js.map +1 -1
- package/lib/molecule/answer/index.d.ts.map +1 -1
- package/lib/molecule/answer/index.js +18 -13
- package/lib/molecule/answer/index.js.map +1 -1
- package/lib/molecule/brand-form-group/index.d.ts +18 -0
- package/lib/molecule/empty-state-dashboard/index.d.ts +23 -0
- package/lib/molecule/empty-state-dashboard/index.d.ts.map +1 -0
- package/lib/molecule/empty-state-dashboard/index.js +42 -0
- package/lib/molecule/empty-state-dashboard/index.js.map +1 -0
- package/lib/molecule/empty-state-dashboard/style.css +55 -0
- package/lib/molecule/empty-state-dashboard/types.d.ts +19 -0
- package/lib/molecule/empty-state-dashboard/types.d.ts.map +1 -0
- package/lib/molecule/empty-state-dashboard/types.js +29 -0
- package/lib/molecule/empty-state-dashboard/types.js.map +1 -0
- package/lib/molecule/filters/filters-wrapper.d.ts +1 -0
- package/lib/molecule/filters/filters-wrapper.d.ts.map +1 -1
- package/lib/molecule/filters/filters-wrapper.js +9 -5
- package/lib/molecule/filters/filters-wrapper.js.map +1 -1
- package/lib/molecule/filters/index.d.ts +10 -0
- package/lib/molecule/filters/index.d.ts.map +1 -1
- package/lib/molecule/filters/index.js +6 -3
- package/lib/molecule/filters/index.js.map +1 -1
- package/lib/molecule/questions/drop-down/index.d.ts +1 -0
- package/lib/molecule/questions/drop-down/index.d.ts.map +1 -1
- package/lib/molecule/questions/drop-down/index.js +9 -5
- package/lib/molecule/questions/drop-down/index.js.map +1 -1
- package/lib/molecule/questions/qcm/index.d.ts +1 -0
- package/lib/molecule/questions/qcm/index.d.ts.map +1 -1
- package/lib/molecule/questions/qcm/index.js +9 -5
- package/lib/molecule/questions/qcm/index.js.map +1 -1
- package/lib/molecule/questions/qcm-drag/index.d.ts +3 -1
- package/lib/molecule/questions/qcm-drag/index.d.ts.map +1 -1
- package/lib/molecule/questions/qcm-drag/index.js +9 -5
- package/lib/molecule/questions/qcm-drag/index.js.map +1 -1
- package/lib/molecule/questions/qcm-graphic/index.d.ts +1 -0
- package/lib/molecule/questions/qcm-graphic/index.d.ts.map +1 -1
- package/lib/molecule/questions/qcm-graphic/index.js +9 -5
- package/lib/molecule/questions/qcm-graphic/index.js.map +1 -1
- package/lib/molecule/questions/question-range/index.d.ts +1 -0
- package/lib/molecule/questions/question-range/index.d.ts.map +1 -1
- package/lib/molecule/questions/question-range/index.js +10 -6
- package/lib/molecule/questions/question-range/index.js.map +1 -1
- package/lib/molecule/questions/template/index.d.ts +6 -2
- package/lib/molecule/questions/template/index.d.ts.map +1 -1
- package/lib/molecule/questions/template/index.js +9 -5
- package/lib/molecule/questions/template/index.js.map +1 -1
- package/lib/molecule/setup-slide/index.d.ts +9 -0
- package/lib/molecule/setup-slider/index.d.ts +9 -0
- package/lib/organism/brand-form/index.d.ts +18 -0
- package/lib/organism/list-item/index.d.ts +8 -6
- package/lib/organism/list-item/index.d.ts.map +1 -1
- package/lib/organism/list-item/index.js +16 -2
- package/lib/organism/list-item/index.js.map +1 -1
- package/lib/organism/list-item/style.css +18 -0
- package/lib/organism/list-items/index.d.ts +2 -0
- package/lib/organism/list-items/index.js +5 -1
- package/lib/organism/list-items/index.js.map +1 -1
- package/lib/organism/user-preferences/index.d.ts +1 -0
- package/lib/organism/user-preferences/index.d.ts.map +1 -1
- package/lib/organism/user-preferences/index.js +9 -5
- package/lib/organism/user-preferences/index.js.map +1 -1
- package/lib/organism/wizard-contents/index.d.ts +18 -0
- package/lib/template/activity/index.d.ts +36 -40
- package/lib/template/activity/index.d.ts.map +1 -1
- package/lib/template/activity/index.js +95 -110
- package/lib/template/activity/index.js.map +1 -1
- package/lib/template/activity/stars-summary.d.ts +9 -18
- package/lib/template/activity/stars-summary.d.ts.map +1 -1
- package/lib/template/activity/stars-summary.js +90 -119
- package/lib/template/activity/stars-summary.js.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +56 -0
- package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.js +13 -3
- package/lib/template/back-office/brand-update/index.js.map +1 -1
- package/lib/template/back-office/brand-update/style.css +5 -1
- package/lib/template/common/search-page/index.d.ts +11 -0
- package/lib/template/common/search-page/index.d.ts.map +1 -1
- package/lib/template/common/search-page/index.js +6 -3
- package/lib/template/common/search-page/index.js.map +1 -1
- package/lib/util/button-icons.d.ts +1 -0
- package/lib/util/button-icons.d.ts.map +1 -1
- package/lib/util/button-icons.js +2 -1
- package/lib/util/button-icons.js.map +1 -1
- package/locales/bs/global.json +8 -1
- package/locales/cs/global.json +9 -1
- package/locales/de/global.json +9 -1
- package/locales/en/global.json +1 -1
- package/locales/es/global.json +9 -1
- package/locales/et/global.json +9 -1
- package/locales/fr/global.json +1 -1
- package/locales/hr/global.json +9 -1
- package/locales/hu/global.json +9 -1
- package/locales/hy/global.json +0 -1
- package/locales/it/global.json +9 -1
- package/locales/ja/global.json +9 -1
- package/locales/ko/global.json +9 -1
- package/locales/nl/global.json +9 -1
- package/locales/pl/global.json +9 -1
- package/locales/pt/global.json +9 -1
- package/locales/ro/global.json +9 -1
- package/locales/ru/global.json +1 -1
- package/locales/sk/global.json +9 -1
- package/locales/tl/global.json +9 -1
- package/locales/tr/global.json +9 -1
- package/locales/uk/global.json +9 -1
- package/locales/vi/global.json +9 -1
- package/locales/zh/global.json +9 -1
- package/locales/zh_TW/global.json +9 -1
- package/package.json +3 -3
package/locales/sk/global.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Vytvorte novú kohortu",
|
|
21
21
|
"Delete": "Vymazať",
|
|
22
22
|
"Draft": "Výber",
|
|
23
|
+
"answer_the_question": "Odpovedzte na otázku",
|
|
23
24
|
"Edit": "Upraviť",
|
|
24
25
|
"external_content_article": "DOKUMENTY",
|
|
25
26
|
"external_content_scorm": "ANIMOVANÉ ZDROJE",
|
|
@@ -76,5 +77,12 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "Aplikovať",
|
|
77
78
|
"zuora_discount_code": "Promo kód",
|
|
78
79
|
"mandatory_fields": "*Povinné polia",
|
|
79
|
-
"something_went_wrong": "Och! Niečo sa pokazilo."
|
|
80
|
+
"something_went_wrong": "Och! Niečo sa pokazilo.",
|
|
81
|
+
"review_header_step_item": {
|
|
82
|
+
"aria_label": "Otázka {{headerStepValue}}",
|
|
83
|
+
"current_question": "Otázka {{headerStepValue}} je aktuálna otázka",
|
|
84
|
+
"correct_question": "Otázka {{headerStepValue}} je správna",
|
|
85
|
+
"incorrect_question": "Otázka {{headerStepValue}} je nesprávna",
|
|
86
|
+
"not_answered_question": "Otázka {{headerStepValue}} zatiaľ nie je zodpovedaná"
|
|
87
|
+
}
|
|
80
88
|
}
|
package/locales/tl/global.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Lumikha ng isang bagong cohort",
|
|
21
21
|
"Delete": "Tanggalin",
|
|
22
22
|
"Draft": "Draft",
|
|
23
|
+
"answer_the_question": "Sagutin ang katanungan",
|
|
23
24
|
"Edit": "Edit",
|
|
24
25
|
"external_content_article": "MGA DOKUMENTO",
|
|
25
26
|
"external_content_scorm": "MGA ANIMATED NA MAPAGKUKUNAN",
|
|
@@ -76,5 +77,12 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "Mag-apply",
|
|
77
78
|
"zuora_discount_code": "Promo code",
|
|
78
79
|
"mandatory_fields": "* Mga patlang na ipinag-uutos",
|
|
79
|
-
"something_went_wrong": "Oh Snap! Something went wrong."
|
|
80
|
+
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
81
|
+
"review_header_step_item": {
|
|
82
|
+
"aria_label": "Tanong {{headerStepValue}}",
|
|
83
|
+
"current_question": "Tanong {{headerStepValue}} ang kasalukuyang tanong",
|
|
84
|
+
"correct_question": "Tama ang tanong na {{headerStepValue}}",
|
|
85
|
+
"incorrect_question": "Ang tanong na {{headerStepValue}} ay hindi tama",
|
|
86
|
+
"not_answered_question": "Ang tanong na {{headerStepValue}} ay hindi pa nasasagot"
|
|
87
|
+
}
|
|
80
88
|
}
|
package/locales/tr/global.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
21
|
"Delete": "Sil",
|
|
22
22
|
"Draft": "taslak",
|
|
23
|
+
"answer_the_question": "Soruyu yanıtlayın",
|
|
23
24
|
"Edit": "Düzenle",
|
|
24
25
|
"external_content_article": "BELGELER",
|
|
25
26
|
"external_content_scorm": "HAREKETLİ KAYNAKLAR",
|
|
@@ -76,5 +77,12 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "Uygula",
|
|
77
78
|
"zuora_discount_code": "Promosyon kodu",
|
|
78
79
|
"mandatory_fields": "*Mandatory fields",
|
|
79
|
-
"something_went_wrong": "Oh Snap! Something went wrong."
|
|
80
|
+
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
81
|
+
"review_header_step_item": {
|
|
82
|
+
"aria_label": "Soru {{headerStepValue}}",
|
|
83
|
+
"current_question": "Soru {{headerStepValue}} şu anki soru",
|
|
84
|
+
"correct_question": "{{headerStepValue}} sorusu doğru",
|
|
85
|
+
"incorrect_question": "{{headerStepValue}} sorusu yanlış",
|
|
86
|
+
"not_answered_question": "{{headerStepValue}} sorusu henüz cevaplanmadı"
|
|
87
|
+
}
|
|
80
88
|
}
|
package/locales/uk/global.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
21
|
"Delete": "Видалити",
|
|
22
22
|
"Draft": "Чернетка",
|
|
23
|
+
"answer_the_question": "Дайте відповідь на питання",
|
|
23
24
|
"Edit": "Редагувати",
|
|
24
25
|
"external_content_article": "ДОКУМЕНТИ",
|
|
25
26
|
"external_content_scorm": "АНІМОВАНІ РЕСУРСИ",
|
|
@@ -76,5 +77,12 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "Застосувати",
|
|
77
78
|
"zuora_discount_code": "Промокод",
|
|
78
79
|
"mandatory_fields": "*Mandatory fields",
|
|
79
|
-
"something_went_wrong": "Oh Snap! Something went wrong."
|
|
80
|
+
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
81
|
+
"review_header_step_item": {
|
|
82
|
+
"aria_label": "Питання {{headerStepValue}}",
|
|
83
|
+
"current_question": "Питання {{headerStepValue}} є поточним питанням",
|
|
84
|
+
"correct_question": "Питання {{headerStepValue}} правильне",
|
|
85
|
+
"incorrect_question": "Питання {{headerStepValue}} некоректне",
|
|
86
|
+
"not_answered_question": "На запитання {{headerStepValue}} ще немає відповіді"
|
|
87
|
+
}
|
|
80
88
|
}
|
package/locales/vi/global.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
21
|
"Delete": "Xóa",
|
|
22
22
|
"Draft": "Bản nháp",
|
|
23
|
+
"answer_the_question": "Trả lời câu hỏi",
|
|
23
24
|
"Edit": "Chỉnh sửa",
|
|
24
25
|
"external_content_article": "VĂN BẢN",
|
|
25
26
|
"external_content_scorm": "TƯ LIỆU HOẠT HÌNH",
|
|
@@ -76,5 +77,12 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "Áp dụng",
|
|
77
78
|
"zuora_discount_code": "Mã khuyến mại",
|
|
78
79
|
"mandatory_fields": "*Mandatory fields",
|
|
79
|
-
"something_went_wrong": "Oh Snap! Something went wrong."
|
|
80
|
+
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
81
|
+
"review_header_step_item": {
|
|
82
|
+
"aria_label": "Câu hỏi {{headerStepValue}}",
|
|
83
|
+
"current_question": "Câu hỏi {{headerStepValue}} là câu hỏi hiện tại",
|
|
84
|
+
"correct_question": "Câu {{headerStepValue}} đúng không",
|
|
85
|
+
"incorrect_question": "Câu {{headerStepValue}} sai",
|
|
86
|
+
"not_answered_question": "Câu hỏi {{headerStepValue}} chưa có câu trả lời"
|
|
87
|
+
}
|
|
80
88
|
}
|
package/locales/zh/global.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
21
|
"Delete": "删除",
|
|
22
22
|
"Draft": "草案",
|
|
23
|
+
"answer_the_question": "回答问题",
|
|
23
24
|
"Edit": "编辑",
|
|
24
25
|
"external_content_article": "文件",
|
|
25
26
|
"external_content_scorm": "动画资源",
|
|
@@ -76,5 +77,12 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "应用",
|
|
77
78
|
"zuora_discount_code": "促销码",
|
|
78
79
|
"mandatory_fields": "*Mandatory fields",
|
|
79
|
-
"something_went_wrong": "Oh Snap! Something went wrong."
|
|
80
|
+
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
81
|
+
"review_header_step_item": {
|
|
82
|
+
"aria_label": "问题{{headerStepValue}}",
|
|
83
|
+
"current_question": "问题 {{headerStepValue}} 是当前问题",
|
|
84
|
+
"correct_question": "问题{{headerStepValue}}是正确的",
|
|
85
|
+
"incorrect_question": "问题 {{headerStepValue}} 不正确",
|
|
86
|
+
"not_answered_question": "问题 {{headerStepValue}} 尚未回答"
|
|
87
|
+
}
|
|
80
88
|
}
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Create a new cohort",
|
|
21
21
|
"Delete": "刪除",
|
|
22
22
|
"Draft": "草案",
|
|
23
|
+
"answer_the_question": "回答問題",
|
|
23
24
|
"Edit": "編輯",
|
|
24
25
|
"external_content_article": "檔案",
|
|
25
26
|
"external_content_scorm": "動畫資源",
|
|
@@ -76,5 +77,12 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "應用",
|
|
77
78
|
"zuora_discount_code": "優惠代碼",
|
|
78
79
|
"mandatory_fields": "*Mandatory fields",
|
|
79
|
-
"something_went_wrong": "Oh Snap! Something went wrong."
|
|
80
|
+
"something_went_wrong": "Oh Snap! Something went wrong.",
|
|
81
|
+
"review_header_step_item": {
|
|
82
|
+
"aria_label": "問題{{headerStepValue}}",
|
|
83
|
+
"current_question": "問題 {{headerStepValue}} 是當前問題",
|
|
84
|
+
"correct_question": "問題{{headerStepValue}}是正確的",
|
|
85
|
+
"incorrect_question": "問題 {{headerStepValue}} 不正確",
|
|
86
|
+
"not_answered_question": "問題 {{headerStepValue}} 尚未回答"
|
|
87
|
+
}
|
|
80
88
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.7.3-alpha.29+48258f9b1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@babel/types": "^7.19.0",
|
|
105
105
|
"@coorpacademy/css-modules-require-hook": "3.0.0",
|
|
106
106
|
"@coorpacademy/eslint-plugin-coorpacademy": "^10.0.0",
|
|
107
|
-
"@coorpacademy/react-native-mock-render": "^0.2.
|
|
107
|
+
"@coorpacademy/react-native-mock-render": "^0.2.9",
|
|
108
108
|
"@coorpacademy/react-native-slider": "^0.11.1",
|
|
109
109
|
"@coorpacademy/translate": "6.2.0",
|
|
110
110
|
"@coorpacademy/webpack-config": "12.0.1",
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"last 2 versions",
|
|
161
161
|
"IE 11"
|
|
162
162
|
],
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "48258f9b14385f9e826aae156f7c329c5140b0ed"
|
|
164
164
|
}
|