@coorpacademy/components 11.6.1 → 11.7.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 (107) hide show
  1. package/es/atom/select/index.d.ts.map +1 -1
  2. package/es/atom/select/index.js +48 -11
  3. package/es/atom/select/index.js.map +1 -1
  4. package/es/molecule/answer/index.d.ts.map +1 -1
  5. package/es/molecule/answer/index.js +1 -9
  6. package/es/molecule/answer/index.js.map +1 -1
  7. package/es/molecule/empty-state-dashboard/index.d.ts +23 -0
  8. package/es/molecule/empty-state-dashboard/index.d.ts.map +1 -0
  9. package/es/molecule/empty-state-dashboard/index.js +31 -0
  10. package/es/molecule/empty-state-dashboard/index.js.map +1 -0
  11. package/es/molecule/empty-state-dashboard/style.css +55 -0
  12. package/es/molecule/empty-state-dashboard/types.d.ts +19 -0
  13. package/es/molecule/empty-state-dashboard/types.d.ts.map +1 -0
  14. package/es/molecule/empty-state-dashboard/types.js +19 -0
  15. package/es/molecule/empty-state-dashboard/types.js.map +1 -0
  16. package/es/organism/list-item/index.d.ts +8 -6
  17. package/es/organism/list-item/index.d.ts.map +1 -1
  18. package/es/organism/list-item/index.js +16 -2
  19. package/es/organism/list-item/index.js.map +1 -1
  20. package/es/organism/list-item/style.css +18 -0
  21. package/es/organism/list-items/index.d.ts +2 -0
  22. package/es/organism/list-items/index.js +5 -1
  23. package/es/organism/list-items/index.js.map +1 -1
  24. package/es/template/activity/index.d.ts +36 -40
  25. package/es/template/activity/index.d.ts.map +1 -1
  26. package/es/template/activity/index.js +89 -111
  27. package/es/template/activity/index.js.map +1 -1
  28. package/es/template/activity/stars-summary.d.ts +9 -18
  29. package/es/template/activity/stars-summary.d.ts.map +1 -1
  30. package/es/template/activity/stars-summary.js +94 -122
  31. package/es/template/activity/stars-summary.js.map +1 -1
  32. package/es/template/back-office/brand-update/index.d.ts +20 -0
  33. package/es/template/back-office/brand-update/index.d.ts.map +1 -1
  34. package/es/template/back-office/brand-update/index.js +12 -3
  35. package/es/template/back-office/brand-update/index.js.map +1 -1
  36. package/es/template/back-office/brand-update/style.css +5 -1
  37. package/es/util/button-icons.d.ts +1 -0
  38. package/es/util/button-icons.d.ts.map +1 -1
  39. package/es/util/button-icons.js +3 -2
  40. package/es/util/button-icons.js.map +1 -1
  41. package/lib/atom/select/index.d.ts.map +1 -1
  42. package/lib/atom/select/index.js +46 -9
  43. package/lib/atom/select/index.js.map +1 -1
  44. package/lib/molecule/answer/index.d.ts.map +1 -1
  45. package/lib/molecule/answer/index.js +1 -10
  46. package/lib/molecule/answer/index.js.map +1 -1
  47. package/lib/molecule/empty-state-dashboard/index.d.ts +23 -0
  48. package/lib/molecule/empty-state-dashboard/index.d.ts.map +1 -0
  49. package/lib/molecule/empty-state-dashboard/index.js +42 -0
  50. package/lib/molecule/empty-state-dashboard/index.js.map +1 -0
  51. package/lib/molecule/empty-state-dashboard/style.css +55 -0
  52. package/lib/molecule/empty-state-dashboard/types.d.ts +19 -0
  53. package/lib/molecule/empty-state-dashboard/types.d.ts.map +1 -0
  54. package/lib/molecule/empty-state-dashboard/types.js +29 -0
  55. package/lib/molecule/empty-state-dashboard/types.js.map +1 -0
  56. package/lib/organism/list-item/index.d.ts +8 -6
  57. package/lib/organism/list-item/index.d.ts.map +1 -1
  58. package/lib/organism/list-item/index.js +16 -2
  59. package/lib/organism/list-item/index.js.map +1 -1
  60. package/lib/organism/list-item/style.css +18 -0
  61. package/lib/organism/list-items/index.d.ts +2 -0
  62. package/lib/organism/list-items/index.js +5 -1
  63. package/lib/organism/list-items/index.js.map +1 -1
  64. package/lib/template/activity/index.d.ts +36 -40
  65. package/lib/template/activity/index.d.ts.map +1 -1
  66. package/lib/template/activity/index.js +95 -110
  67. package/lib/template/activity/index.js.map +1 -1
  68. package/lib/template/activity/stars-summary.d.ts +9 -18
  69. package/lib/template/activity/stars-summary.d.ts.map +1 -1
  70. package/lib/template/activity/stars-summary.js +90 -119
  71. package/lib/template/activity/stars-summary.js.map +1 -1
  72. package/lib/template/back-office/brand-update/index.d.ts +20 -0
  73. package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
  74. package/lib/template/back-office/brand-update/index.js +13 -3
  75. package/lib/template/back-office/brand-update/index.js.map +1 -1
  76. package/lib/template/back-office/brand-update/style.css +5 -1
  77. package/lib/util/button-icons.d.ts +1 -0
  78. package/lib/util/button-icons.d.ts.map +1 -1
  79. package/lib/util/button-icons.js +2 -1
  80. package/lib/util/button-icons.js.map +1 -1
  81. package/locales/bs/global.json +8 -1
  82. package/locales/cs/global.json +8 -1
  83. package/locales/de/global.json +8 -1
  84. package/locales/en/global.json +0 -1
  85. package/locales/es/global.json +8 -1
  86. package/locales/et/global.json +8 -1
  87. package/locales/fr/global.json +0 -1
  88. package/locales/hr/global.json +8 -1
  89. package/locales/hu/global.json +8 -1
  90. package/locales/hy/global.json +0 -1
  91. package/locales/it/global.json +8 -1
  92. package/locales/ja/global.json +8 -1
  93. package/locales/ko/global.json +8 -1
  94. package/locales/nl/global.json +8 -1
  95. package/locales/pl/global.json +8 -1
  96. package/locales/pt/global.json +8 -1
  97. package/locales/ro/global.json +8 -1
  98. package/locales/ru/global.json +0 -1
  99. package/locales/sk/global.json +8 -1
  100. package/locales/tl/global.json +8 -1
  101. package/locales/tr/global.json +8 -1
  102. package/locales/uk/global.json +8 -1
  103. package/locales/vi/global.json +8 -1
  104. package/locales/zh/global.json +8 -1
  105. package/locales/zh_TW/global.json +8 -1
  106. package/package.json +2 -2
  107. package/locales/.mtslconfig.json +0 -1
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Anwenden",
77
77
  "zuora_discount_code": "Promo-Code",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Frage {{headerStepValue}}",
82
+ "current_question": "Frage {{headerStepValue}} ist die aktuelle Frage",
83
+ "correct_question": "Frage {{headerStepValue}} ist richtig",
84
+ "incorrect_question": "Frage {{headerStepValue}} ist falsch",
85
+ "not_answered_question": "Frage {{headerStepValue}} ist noch nicht beantwortet"
86
+ }
80
87
  }
@@ -20,7 +20,6 @@
20
20
  "Create a new cohort": "Create a new cohort",
21
21
  "Delete": "Delete",
22
22
  "Draft": "Draft",
23
- "drop_down_icon": "Dropdown to open the list of available answers",
24
23
  "Edit": "Edit",
25
24
  "external_content_article": "DOCUMENTS",
26
25
  "external_content_scorm": "ANIMATED RESOURCES",
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Aplicar",
77
77
  "zuora_discount_code": "Código promocional",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Pregunta {{headerStepValue}}",
82
+ "current_question": "Pregunta {{headerStepValue}} es la pregunta actual",
83
+ "correct_question": "La pregunta {{headerStepValue}} es correcta",
84
+ "incorrect_question": "La pregunta {{headerStepValue}} es incorrecta",
85
+ "not_answered_question": "La pregunta {{headerStepValue}} aún no ha sido respondida"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Rakenda",
77
77
  "zuora_discount_code": "Promo code",
78
78
  "mandatory_fields": "*Kohustuslikud väljad",
79
- "something_went_wrong": "Oih! Midagi läks viltu."
79
+ "something_went_wrong": "Oih! Midagi läks viltu.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Küsimus {{headerStepValue}}",
82
+ "current_question": "Küsimus {{headerStepValue}} on praegune küsimus",
83
+ "correct_question": "Küsimus {{headerStepValue}} on õige",
84
+ "incorrect_question": "Küsimus {{headerStepValue}} on vale",
85
+ "not_answered_question": "Küsimusele {{headerStepValue}} pole veel vastust"
86
+ }
80
87
  }
@@ -20,7 +20,6 @@
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",
24
23
  "Edit": "Modifier",
25
24
  "external_content_article": "DOCUMENTS",
26
25
  "external_content_scorm": "RESSOURCES ANIMÉES",
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Prijavite se",
77
77
  "zuora_discount_code": "Promotivni kod",
78
78
  "mandatory_fields": "*Obavezna polja",
79
- "something_went_wrong": "Ajoj! Nešto je otišlo ukrivo."
79
+ "something_went_wrong": "Ajoj! Nešto je otišlo ukrivo.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Pitanje {{headerStepValue}}",
82
+ "current_question": "Pitanje {{headerStepValue}} je trenutno pitanje",
83
+ "correct_question": "Pitanje {{headerStepValue}} je točno",
84
+ "incorrect_question": "Pitanje {{headerStepValue}} je netočno",
85
+ "not_answered_question": "Na pitanje {{headerStepValue}} još nije odgovoreno"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Alkalmaz",
77
77
  "zuora_discount_code": "Promóciókód",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Kérdés {{headerStepValue}}",
82
+ "current_question": "Az {{headerStepValue}} kérdés az aktuális kérdés",
83
+ "correct_question": "Az {{headerStepValue}} kérdés helyes",
84
+ "incorrect_question": "Az {{headerStepValue}} kérdés helytelen",
85
+ "not_answered_question": "Az {{headerStepValue}} kérdésre még nincs válasz"
86
+ }
80
87
  }
@@ -20,7 +20,6 @@
20
20
  "Create a new cohort": "Ստեղծել նոր խումբ",
21
21
  "Delete": "Ջնջել",
22
22
  "Draft": "Նախագիծ",
23
- "drop_down_icon": "Բացվող՝ հասանելի պատասխանների ցանկը բացելու համար",
24
23
  "Edit": "Խմբագրել",
25
24
  "external_content_article": "ՓԱՍՏԱԹՂԹԵՐ",
26
25
  "external_content_scorm": "ԱՆԻՄԱՏ ՌԵՍՈՒՐՍՆԵՐ",
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Applica",
77
77
  "zuora_discount_code": "Codice promozionale",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Domanda {{headerStepValue}}",
82
+ "current_question": "La domanda {{headerStepValue}} è la domanda attuale",
83
+ "correct_question": "La domanda {{headerStepValue}} è corretta",
84
+ "incorrect_question": "La domanda {{headerStepValue}} non è corretta",
85
+ "not_answered_question": "La domanda {{headerStepValue}} non ha ancora ricevuto risposta"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "適用",
77
77
  "zuora_discount_code": "プロモーション コード",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "質問 {{headerStepValue}}",
82
+ "current_question": "質問 {{headerStepValue}} が現在の質問です",
83
+ "correct_question": "問題 {{headerStepValue}} は正解です",
84
+ "incorrect_question": "質問 {{headerStepValue}} は不正解です",
85
+ "not_answered_question": "質問 {{headerStepValue}} はまだ回答されていません"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "적용",
77
77
  "zuora_discount_code": "프로모션 코드",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "질문 {{headerStepValue}}",
82
+ "current_question": "질문 {{headerStepValue}}이 현재 질문입니다.",
83
+ "correct_question": "질문 {{headerStepValue}}이 맞습니다.",
84
+ "incorrect_question": "질문 {{headerStepValue}}이 올바르지 않습니다.",
85
+ "not_answered_question": "질문 {{headerStepValue}}은 아직 답변되지 않았습니다."
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Toepassen",
77
77
  "zuora_discount_code": "Promo-code",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Vraag {{headerStepValue}}",
82
+ "current_question": "Vraag {{headerStepValue}} is de huidige vraag",
83
+ "correct_question": "Vraag {{headerStepValue}} is juist",
84
+ "incorrect_question": "Vraag {{headerStepValue}} is onjuist",
85
+ "not_answered_question": "Vraag {{headerStepValue}} is nog niet beantwoord"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Zastosuj",
77
77
  "zuora_discount_code": "Kod promocyjny",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Pytanie {{headerStepValue}}",
82
+ "current_question": "Pytanie {{headerStepValue}} jest aktualnym pytaniem",
83
+ "correct_question": "Pytanie {{headerStepValue}} jest poprawne",
84
+ "incorrect_question": "Pytanie {{headerStepValue}} jest nieprawidłowe",
85
+ "not_answered_question": "Na pytanie {{headerStepValue}} nie ma jeszcze odpowiedzi"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Aplicar",
77
77
  "zuora_discount_code": "Código da promoção",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Pergunta {{headerStepValue}}",
82
+ "current_question": "A pergunta {{headerStepValue}} é a pergunta atual",
83
+ "correct_question": "A questão {{headerStepValue}} está correta",
84
+ "incorrect_question": "A pergunta {{headerStepValue}} está incorreta",
85
+ "not_answered_question": "A pergunta {{headerStepValue}} ainda não foi respondida"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Aplică",
77
77
  "zuora_discount_code": "Cod promoțional",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Întrebare {{headerStepValue}}",
82
+ "current_question": "Întrebarea {{headerStepValue}} este întrebarea curentă",
83
+ "correct_question": "Întrebarea {{headerStepValue}} este corectă",
84
+ "incorrect_question": "Întrebarea {{headerStepValue}} este incorectă",
85
+ "not_answered_question": "Întrebarea {{headerStepValue}} nu a primit încă răspuns"
86
+ }
80
87
  }
@@ -20,7 +20,6 @@
20
20
  "Create a new cohort": "Создать новый сегмент",
21
21
  "Delete": "Удалить",
22
22
  "Draft": "Черновой вариант",
23
- "drop_down_icon": "Открыть, чтобы открыть список доступных ответов",
24
23
  "Edit": "Редактировать",
25
24
  "external_content_article": "ДОКУМЕНТЫ",
26
25
  "external_content_scorm": "АНИМИРОВАННЫЕ РЕСУРСЫ",
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Aplikovať",
77
77
  "zuora_discount_code": "Promo kód",
78
78
  "mandatory_fields": "*Povinné polia",
79
- "something_went_wrong": "Och! Niečo sa pokazilo."
79
+ "something_went_wrong": "Och! Niečo sa pokazilo.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Otázka {{headerStepValue}}",
82
+ "current_question": "Otázka {{headerStepValue}} je aktuálna otázka",
83
+ "correct_question": "Otázka {{headerStepValue}} je správna",
84
+ "incorrect_question": "Otázka {{headerStepValue}} je nesprávna",
85
+ "not_answered_question": "Otázka {{headerStepValue}} zatiaľ nie je zodpovedaná"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Mag-apply",
77
77
  "zuora_discount_code": "Promo code",
78
78
  "mandatory_fields": "* Mga patlang na ipinag-uutos",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Tanong {{headerStepValue}}",
82
+ "current_question": "Tanong {{headerStepValue}} ang kasalukuyang tanong",
83
+ "correct_question": "Tama ang tanong na {{headerStepValue}}",
84
+ "incorrect_question": "Ang tanong na {{headerStepValue}} ay hindi tama",
85
+ "not_answered_question": "Ang tanong na {{headerStepValue}} ay hindi pa nasasagot"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Uygula",
77
77
  "zuora_discount_code": "Promosyon kodu",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Soru {{headerStepValue}}",
82
+ "current_question": "Soru {{headerStepValue}} şu anki soru",
83
+ "correct_question": "{{headerStepValue}} sorusu doğru",
84
+ "incorrect_question": "{{headerStepValue}} sorusu yanlış",
85
+ "not_answered_question": "{{headerStepValue}} sorusu henüz cevaplanmadı"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Застосувати",
77
77
  "zuora_discount_code": "Промокод",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Питання {{headerStepValue}}",
82
+ "current_question": "Питання {{headerStepValue}} є поточним питанням",
83
+ "correct_question": "Питання {{headerStepValue}} правильне",
84
+ "incorrect_question": "Питання {{headerStepValue}} некоректне",
85
+ "not_answered_question": "На запитання {{headerStepValue}} ще немає відповіді"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "Áp dụng",
77
77
  "zuora_discount_code": "Mã khuyến mại",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "Câu hỏi {{headerStepValue}}",
82
+ "current_question": "Câu hỏi {{headerStepValue}} là câu hỏi hiện tại",
83
+ "correct_question": "Câu {{headerStepValue}} đúng không",
84
+ "incorrect_question": "Câu {{headerStepValue}} sai",
85
+ "not_answered_question": "Câu hỏi {{headerStepValue}} chưa có câu trả lời"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "应用",
77
77
  "zuora_discount_code": "促销码",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "问题{{headerStepValue}}",
82
+ "current_question": "问题 {{headerStepValue}} 是当前问题",
83
+ "correct_question": "问题{{headerStepValue}}是正确的",
84
+ "incorrect_question": "问题 {{headerStepValue}} 不正确",
85
+ "not_answered_question": "问题 {{headerStepValue}} 尚未回答"
86
+ }
80
87
  }
@@ -76,5 +76,12 @@
76
76
  "zuora_discount_code_submit": "應用",
77
77
  "zuora_discount_code": "優惠代碼",
78
78
  "mandatory_fields": "*Mandatory fields",
79
- "something_went_wrong": "Oh Snap! Something went wrong."
79
+ "something_went_wrong": "Oh Snap! Something went wrong.",
80
+ "review_header_step_item": {
81
+ "aria_label": "問題{{headerStepValue}}",
82
+ "current_question": "問題 {{headerStepValue}} 是當前問題",
83
+ "correct_question": "問題{{headerStepValue}}是正確的",
84
+ "incorrect_question": "問題 {{headerStepValue}} 不正確",
85
+ "not_answered_question": "問題 {{headerStepValue}} 尚未回答"
86
+ }
80
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.6.1",
3
+ "version": "11.7.2",
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": "a9ea50935fc21d19550e009dce59690bfd1dcd9a"
163
+ "gitHead": "eb82d50689b9018562300e8c8cdcd7435e549808"
164
164
  }
@@ -1 +0,0 @@
1
- {"ignore_dirs":[]}