@coorpacademy/components 11.33.6 → 11.33.7

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 (91) hide show
  1. package/LICENSE +201 -0
  2. package/es/atom/chip/index.d.ts +1 -0
  3. package/es/atom/chip/index.d.ts.map +1 -1
  4. package/es/atom/chip/index.js +23 -11
  5. package/es/atom/chip/index.js.map +1 -1
  6. package/es/atom/chip/style.css +11 -27
  7. package/es/atom/tag/index.d.ts.map +1 -1
  8. package/es/atom/tag/index.js +2 -1
  9. package/es/atom/tag/index.js.map +1 -1
  10. package/es/atom/tag/style.css +7 -0
  11. package/es/molecule/multi-filter-panel/index.d.ts +25 -0
  12. package/es/molecule/multi-filter-panel/index.d.ts.map +1 -0
  13. package/es/molecule/multi-filter-panel/index.js +81 -0
  14. package/es/molecule/multi-filter-panel/index.js.map +1 -0
  15. package/es/molecule/multi-filter-panel/prop-types.d.ts +31 -0
  16. package/es/molecule/multi-filter-panel/prop-types.d.ts.map +1 -0
  17. package/es/molecule/multi-filter-panel/prop-types.js +12 -0
  18. package/es/molecule/multi-filter-panel/prop-types.js.map +1 -0
  19. package/es/molecule/multi-filter-panel/style.css +30 -0
  20. package/es/organism/filter-chip/index.d.ts +18 -0
  21. package/es/organism/filter-chip/index.d.ts.map +1 -0
  22. package/es/organism/filter-chip/index.js +67 -0
  23. package/es/organism/filter-chip/index.js.map +1 -0
  24. package/es/organism/filter-chip/prop-types.d.ts +25 -0
  25. package/es/organism/filter-chip/prop-types.d.ts.map +1 -0
  26. package/es/organism/filter-chip/prop-types.js +14 -0
  27. package/es/organism/filter-chip/prop-types.js.map +1 -0
  28. package/es/organism/filter-chip/style.css +32 -0
  29. package/es/variables/colors.d.ts +1 -0
  30. package/es/variables/colors.d.ts.map +1 -1
  31. package/es/variables/colors.js +1 -0
  32. package/es/variables/colors.js.map +1 -1
  33. package/lib/atom/chip/index.d.ts +1 -0
  34. package/lib/atom/chip/index.d.ts.map +1 -1
  35. package/lib/atom/chip/index.js +23 -11
  36. package/lib/atom/chip/index.js.map +1 -1
  37. package/lib/atom/chip/style.css +11 -27
  38. package/lib/atom/tag/index.d.ts.map +1 -1
  39. package/lib/atom/tag/index.js +2 -1
  40. package/lib/atom/tag/index.js.map +1 -1
  41. package/lib/atom/tag/style.css +7 -0
  42. package/lib/molecule/multi-filter-panel/index.d.ts +25 -0
  43. package/lib/molecule/multi-filter-panel/index.d.ts.map +1 -0
  44. package/lib/molecule/multi-filter-panel/index.js +85 -0
  45. package/lib/molecule/multi-filter-panel/index.js.map +1 -0
  46. package/lib/molecule/multi-filter-panel/prop-types.d.ts +31 -0
  47. package/lib/molecule/multi-filter-panel/prop-types.d.ts.map +1 -0
  48. package/lib/molecule/multi-filter-panel/prop-types.js +17 -0
  49. package/lib/molecule/multi-filter-panel/prop-types.js.map +1 -0
  50. package/lib/molecule/multi-filter-panel/style.css +30 -0
  51. package/lib/organism/filter-chip/index.d.ts +18 -0
  52. package/lib/organism/filter-chip/index.d.ts.map +1 -0
  53. package/lib/organism/filter-chip/index.js +72 -0
  54. package/lib/organism/filter-chip/index.js.map +1 -0
  55. package/lib/organism/filter-chip/prop-types.d.ts +25 -0
  56. package/lib/organism/filter-chip/prop-types.d.ts.map +1 -0
  57. package/lib/organism/filter-chip/prop-types.js +19 -0
  58. package/lib/organism/filter-chip/prop-types.js.map +1 -0
  59. package/lib/organism/filter-chip/style.css +32 -0
  60. package/lib/variables/colors.d.ts +1 -0
  61. package/lib/variables/colors.d.ts.map +1 -1
  62. package/lib/variables/colors.js +1 -0
  63. package/lib/variables/colors.js.map +1 -1
  64. package/locales/bs/global.json +4 -4
  65. package/locales/cs/global.json +4 -4
  66. package/locales/de/global.json +3 -3
  67. package/locales/es/global.json +3 -3
  68. package/locales/et/global.json +4 -4
  69. package/locales/fi/global.json +7 -7
  70. package/locales/fr/global.json +4 -4
  71. package/locales/hr/global.json +4 -4
  72. package/locales/hu/global.json +4 -4
  73. package/locales/hy/global.json +4 -4
  74. package/locales/it/global.json +3 -3
  75. package/locales/ja/global.json +4 -4
  76. package/locales/ko/global.json +4 -4
  77. package/locales/nl/global.json +4 -4
  78. package/locales/pl/global.json +3 -3
  79. package/locales/pt/global.json +2 -2
  80. package/locales/ro/global.json +3 -3
  81. package/locales/ru/global.json +4 -4
  82. package/locales/sk/global.json +4 -4
  83. package/locales/sl/global.json +6 -6
  84. package/locales/sv/global.json +7 -7
  85. package/locales/tl/global.json +4 -4
  86. package/locales/tr/global.json +4 -4
  87. package/locales/uk/global.json +4 -4
  88. package/locales/vi/global.json +4 -4
  89. package/locales/zh/global.json +4 -4
  90. package/locales/zh_TW/global.json +4 -4
  91. package/package.json +2 -2
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "このコースを評価する",
189
- "diploma": "Validated pathway"
189
+ "diploma": "検証済みの経路"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "アワード"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "証明書"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "이 강좌를 평가해 주세요",
189
- "diploma": "Validated pathway"
189
+ "diploma": "검증된 경로"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": ""
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "인증서"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Beoordeel deze cursus",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Gevalideerd traject"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "Prijs"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Certificaat"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Oceń ten kurs",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Sprawdzona ścieżka"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -198,10 +198,10 @@
198
198
  "diploma": "Award"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Certyfikat"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Avalie este curso",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Caminho validado"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -201,7 +201,7 @@
201
201
  "diploma": "Certificat"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Certificado"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Evaluează acest curs",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Calea validată"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,10 +195,10 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "Adjudecare"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
204
  "diploma": "Certificat"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Оцените этот курс",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Проверенный путь"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "Награда"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Сертификат"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Ohodnoťte tento kurz",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Overená cesta"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "Cena"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Certifikát"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,22 +186,22 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Ocenite ta tečaj",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Potrjena pot"
190
190
  },
191
191
  "esante-formation": {
192
- "diploma": "Learning path"
192
+ "diploma": "Učna pot"
193
193
  },
194
194
  "ehc-vd": {
195
- "diploma": "certificate"
195
+ "diploma": "potrdilo"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "Nagrada"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certifikat"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Certifikat"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,25 +186,25 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Betygsätt denna kurs",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Validerad väg"
190
190
  },
191
191
  "esante-formation": {
192
- "diploma": "Learning path"
192
+ "diploma": "Inlärningsväg"
193
193
  },
194
194
  "ehc-vd": {
195
- "diploma": "certificate"
195
+ "diploma": "certifikat"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "Utmärkelse"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Certifikat"
205
205
  },
206
206
  "mylcl-learning": {
207
- "diploma": "learning path"
207
+ "diploma": "inlärningsväg"
208
208
  }
209
209
  }
210
210
  }
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "I-rate ang kursong ito",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Napatunayang landas"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "parangal"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Sertipiko"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Bu kursu değerlendirin",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Doğrulanmış yol"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "Ödül"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Sertifika"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Оцініть цей курс",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Перевірений шлях"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "Нагорода"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Сертифікат"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "Đánh giá khóa học này",
189
- "diploma": "Validated pathway"
189
+ "diploma": "Lộ trình đã được xác thực"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": "Phần thưởng"
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Chứng chỉ"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "评价此课程",
189
- "diploma": "Validated pathway"
189
+ "diploma": "经过验证的途径"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": ""
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "Certificate"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Certificate"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
@@ -186,7 +186,7 @@
186
186
  "custom":{
187
187
  "digitlearning": {
188
188
  "comment_aria_label": "評量本課程",
189
- "diploma": "Validated pathway"
189
+ "diploma": "驗證途徑"
190
190
  },
191
191
  "esante-formation": {
192
192
  "diploma": "Learning path"
@@ -195,13 +195,13 @@
195
195
  "diploma": "certificate"
196
196
  },
197
197
  "givaudan": {
198
- "diploma": "Award"
198
+ "diploma": ""
199
199
  },
200
200
  "learning-lab": {
201
- "diploma": "Certificat"
201
+ "diploma": "證書"
202
202
  },
203
203
  "onboarding": {
204
- "diploma": "Certificat"
204
+ "diploma": "Certificate"
205
205
  },
206
206
  "mylcl-learning": {
207
207
  "diploma": "learning path"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.33.6",
3
+ "version": "11.33.7",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -165,5 +165,5 @@
165
165
  "last 2 versions",
166
166
  "IE 11"
167
167
  ],
168
- "gitHead": "6fc515f9c94d462660c200fb68b81ece1ec6e265"
168
+ "gitHead": "5587bd7ad58c4c3c68c029093ad9ef157ef6e38e"
169
169
  }