@retailcrm/embed-ui 0.8.3 → 0.8.4

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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## [0.8.4](https://github.com/retailcrm/embed-ui/compare/v0.8.3...v0.8.4) (2025-09-10)
5
+
6
+ ### Bug Fixes
7
+
8
+ * Изменено описание для цели customer/card:appeals ([7129d33](https://github.com/retailcrm/embed-ui/commit/7129d334c28abaadf2f9a8b686042287e98dd615))
4
9
  ## [0.8.3](https://github.com/retailcrm/embed-ui/compare/v0.8.2...v0.8.3) (2025-09-09)
5
10
 
6
11
  ### Features
package/dist/meta.json CHANGED
@@ -1637,9 +1637,9 @@
1637
1637
  "ru-RU": "Виджет для элемента обращений"
1638
1638
  },
1639
1639
  "location": {
1640
- "en-GB": "Before the \"In Progress\" header in the client card",
1641
- "es-ES": "Antes del encabezado \"En progreso\" en la tarjeta del cliente",
1642
- "ru-RU": "Перед заголовком \"В работе\" в карточке клиента"
1640
+ "en-GB": "At the beginning of the \"In Progress\" block in the client card",
1641
+ "es-ES": "Al principio del bloque \"En progreso\" en la tarjeta del cliente",
1642
+ "ru-RU": "В начале блока \"В работе\" в карточке клиента"
1643
1643
  },
1644
1644
  "contexts": [
1645
1645
  "customer/card",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.8.3",
4
+ "version": "0.8.4",
5
5
  "description": "API and components for creating RetailCRM UI extensions",
6
6
  "repository": "git@github.com:retailcrm/embed-ui.git",
7
7
  "author": "RetailDriverLLC <integration@retailcrm.ru>",
@@ -40,15 +40,15 @@
40
40
  "@omnicajs/symfony-router": "^1.0.0",
41
41
  "@omnicajs/vue-remote": "^0.2.5",
42
42
  "@remote-ui/rpc": "^1.4.5",
43
- "@retailcrm/embed-ui-v1-contexts": "^0.8.3",
44
- "@retailcrm/embed-ui-v1-types": "^0.8.3"
43
+ "@retailcrm/embed-ui-v1-contexts": "^0.8.4",
44
+ "@retailcrm/embed-ui-v1-types": "^0.8.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@eslint/eslintrc": "^3.0.2",
48
48
  "@eslint/js": "^9.13.0",
49
49
  "@modulify/git-toolkit": "^0.0.2",
50
50
  "@modulify/pkg": "^1.0.1",
51
- "@retailcrm/embed-ui-v1-testing": "^0.8.3",
51
+ "@retailcrm/embed-ui-v1-testing": "^0.8.4",
52
52
  "@types/git-semver-tags": "^7.0.0",
53
53
  "@types/node": "^22.7.9",
54
54
  "@types/semver": "^7.5.8",