bfg-common 1.4.540 → 1.4.542

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.
@@ -907,7 +907,7 @@
907
907
  "monday": "Понедельник",
908
908
  "monitorHealthCheck": "Проверка работоспособности монитора",
909
909
  "monitoring": "Мониторинг",
910
- "more": "Еше",
910
+ "more": "Ешё",
911
911
  "moreInfo": "БОЛЬШЕ ИНФОРМАЦИИ",
912
912
  "moreInformation": "Дополнительная информация",
913
913
  "motherboardModel": "Модель материнской платы",
@@ -27,7 +27,7 @@
27
27
  <button
28
28
  v-if="!props.isHideCloseIcon"
29
29
  :id="`${props.testId}-close-icon`"
30
- :data-id="`${props.testId}-close-button`"
30
+ :data-id="`${props.testId}-close-icon`"
31
31
  class="close"
32
32
  @click="hide"
33
33
  >
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.540",
4
+ "version": "1.4.542",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",