@coorpacademy/components 11.4.4-alpha.2 → 11.4.5-alpha.32
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/es/atom/review-presentation/index.d.ts.map +1 -1
- package/es/atom/review-presentation/index.js +75 -18
- package/es/atom/review-presentation/index.js.map +1 -1
- package/es/atom/review-presentation/prop-types.d.ts +4 -0
- package/es/atom/review-presentation/prop-types.d.ts.map +1 -1
- package/es/atom/review-presentation/prop-types.js +2 -1
- package/es/atom/review-presentation/prop-types.js.map +1 -1
- package/es/atom/review-presentation/style.css +5 -14
- package/es/molecule/add-to-my-list/index.js +3 -1
- package/es/molecule/add-to-my-list/index.js.map +1 -1
- package/es/molecule/card/notification.js +3 -1
- package/es/molecule/card/notification.js.map +1 -1
- package/es/molecule/forum/forum-post/index.d.ts.map +1 -1
- package/es/molecule/forum/forum-post/index.js +2 -1
- package/es/molecule/forum/forum-post/index.js.map +1 -1
- package/es/molecule/share/index.d.ts.map +1 -1
- package/es/molecule/share/index.js +5 -1
- package/es/molecule/share/index.js.map +1 -1
- package/es/template/back-office/brand-update/style.css +2 -2
- package/es/template/common/search-page/index.d.ts.map +1 -1
- package/es/template/common/search-page/index.js +2 -1
- package/es/template/common/search-page/index.js.map +1 -1
- package/es/template/review-dashboard-skills/index.d.ts +4 -0
- package/lib/atom/review-presentation/index.d.ts.map +1 -1
- package/lib/atom/review-presentation/index.js +79 -18
- package/lib/atom/review-presentation/index.js.map +1 -1
- package/lib/atom/review-presentation/prop-types.d.ts +4 -0
- package/lib/atom/review-presentation/prop-types.d.ts.map +1 -1
- package/lib/atom/review-presentation/prop-types.js +2 -1
- package/lib/atom/review-presentation/prop-types.js.map +1 -1
- package/lib/atom/review-presentation/style.css +5 -14
- package/lib/molecule/add-to-my-list/index.js +3 -1
- package/lib/molecule/add-to-my-list/index.js.map +1 -1
- package/lib/molecule/card/notification.js +3 -1
- package/lib/molecule/card/notification.js.map +1 -1
- package/lib/molecule/forum/forum-post/index.d.ts.map +1 -1
- package/lib/molecule/forum/forum-post/index.js +2 -1
- package/lib/molecule/forum/forum-post/index.js.map +1 -1
- package/lib/molecule/share/index.d.ts.map +1 -1
- package/lib/molecule/share/index.js +5 -1
- package/lib/molecule/share/index.js.map +1 -1
- package/lib/template/back-office/brand-update/style.css +2 -2
- package/lib/template/common/search-page/index.d.ts.map +1 -1
- package/lib/template/common/search-page/index.js +2 -1
- package/lib/template/common/search-page/index.js.map +1 -1
- package/lib/template/review-dashboard-skills/index.d.ts +4 -0
- package/locales/.mtslconfig.json +1 -0
- package/locales/en/global.json +5 -1
- package/locales/fr/global.json +6 -1
- package/locales/ru/global.json +6 -1
- package/package.json +2 -2
|
@@ -12,21 +12,25 @@ declare namespace ReviewDashboardSkills {
|
|
|
12
12
|
text: PropTypes.Requireable<string>;
|
|
13
13
|
tooltipText: PropTypes.Requireable<string>;
|
|
14
14
|
moreDetailsAreaLabel: PropTypes.Requireable<string>;
|
|
15
|
+
closeToolTipInformationTextAriaLabel: PropTypes.Requireable<string>;
|
|
15
16
|
}>>;
|
|
16
17
|
questions: PropTypes.Requireable<PropTypes.InferProps<{
|
|
17
18
|
text: PropTypes.Requireable<string>;
|
|
18
19
|
tooltipText: PropTypes.Requireable<string>;
|
|
19
20
|
moreDetailsAreaLabel: PropTypes.Requireable<string>;
|
|
21
|
+
closeToolTipInformationTextAriaLabel: PropTypes.Requireable<string>;
|
|
20
22
|
}>>;
|
|
21
23
|
lifes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
22
24
|
text: PropTypes.Requireable<string>;
|
|
23
25
|
tooltipText: PropTypes.Requireable<string>;
|
|
24
26
|
moreDetailsAreaLabel: PropTypes.Requireable<string>;
|
|
27
|
+
closeToolTipInformationTextAriaLabel: PropTypes.Requireable<string>;
|
|
25
28
|
}>>;
|
|
26
29
|
allright: PropTypes.Requireable<PropTypes.InferProps<{
|
|
27
30
|
text: PropTypes.Requireable<string>;
|
|
28
31
|
tooltipText: PropTypes.Requireable<string>;
|
|
29
32
|
moreDetailsAreaLabel: PropTypes.Requireable<string>;
|
|
33
|
+
closeToolTipInformationTextAriaLabel: PropTypes.Requireable<string>;
|
|
30
34
|
}>>;
|
|
31
35
|
}>>;
|
|
32
36
|
}>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"ignore_dirs":[]}
|
package/locales/en/global.json
CHANGED
|
@@ -77,5 +77,9 @@
|
|
|
77
77
|
"zuora_discount_code_submit": "Apply",
|
|
78
78
|
"zuora_discount_code": "Promo code",
|
|
79
79
|
"mandatory_fields": "*Mandatory fields",
|
|
80
|
-
"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": "Question ${headerStepValue}",
|
|
83
|
+
"aria_description": "Question ${headerStepValue} is ${questionIconStatus}"
|
|
84
|
+
}
|
|
81
85
|
}
|
package/locales/fr/global.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Créer une nouvelle cohorte",
|
|
21
21
|
"Delete": "Supprimer",
|
|
22
22
|
"Draft": "Brouillon",
|
|
23
|
+
"drop_down_icon": "Liste déroulante pour ouvrir la liste des réponses disponibles",
|
|
23
24
|
"Edit": "Modifier",
|
|
24
25
|
"external_content_article": "DOCUMENTS",
|
|
25
26
|
"external_content_scorm": "RESSOURCES ANIMÉES",
|
|
@@ -76,5 +77,9 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "Appliquer",
|
|
77
78
|
"zuora_discount_code": "Code promo",
|
|
78
79
|
"mandatory_fields": "* Champs obligatoires",
|
|
79
|
-
"something_went_wrong": "Oh Snap! Quelque chose a mal tourné."
|
|
80
|
+
"something_went_wrong": "Oh Snap! Quelque chose a mal tourné.",
|
|
81
|
+
"review_header_step_item": {
|
|
82
|
+
"aria_label": "Question ${headerStepValue}",
|
|
83
|
+
"aria_description": "La question ${headerStepValue} est ${questionIconStatus}"
|
|
84
|
+
}
|
|
80
85
|
}
|
package/locales/ru/global.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Create a new cohort": "Создать новый сегмент",
|
|
21
21
|
"Delete": "Удалить",
|
|
22
22
|
"Draft": "Черновой вариант",
|
|
23
|
+
"drop_down_icon": "Открыть, чтобы открыть список доступных ответов",
|
|
23
24
|
"Edit": "Редактировать",
|
|
24
25
|
"external_content_article": "ДОКУМЕНТЫ",
|
|
25
26
|
"external_content_scorm": "АНИМИРОВАННЫЕ РЕСУРСЫ",
|
|
@@ -76,5 +77,9 @@
|
|
|
76
77
|
"zuora_discount_code_submit": "Применить",
|
|
77
78
|
"zuora_discount_code": "Промо-код",
|
|
78
79
|
"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
|
+
"aria_description": "Вопрос ${headerStepValue} - это ${questionIconStatus}"
|
|
84
|
+
}
|
|
80
85
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.4.
|
|
3
|
+
"version": "11.4.5-alpha.32+74f8b9519",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"last 2 versions",
|
|
161
161
|
"IE 11"
|
|
162
162
|
],
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "74f8b9519020a7e3e081882a7ea1297da7e37361"
|
|
164
164
|
}
|