@retailcrm/embed-ui 0.5.6 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## [0.5.7](https://github.com/retailcrm/embed-ui/compare/v0.5.6...v0.5.7) (2025-01-14)
5
+
6
+ ### Features
7
+
8
+ * **v1-components:** Added chevron-left icon sprite ([687a69c](https://github.com/retailcrm/embed-ui/commit/687a69c13c858c4ae258f2bad1185bfb116a926e))
9
+ * **v1-components:** Added UiAvatar component ([ea6ae32](https://github.com/retailcrm/embed-ui/commit/ea6ae32e6e0a6db7764788fc51774eb5455ba2eb))
4
10
  ## [0.5.6](https://github.com/retailcrm/embed-ui/compare/v0.5.5...v0.5.6) (2025-01-03)
5
11
 
6
12
  ### Bug Fixes
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @retailcrm/embed-ui
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@retailcrm/embed-ui.svg)](https://www.npmjs.com/package/@retailcrm/embed-ui)
4
+
3
5
  API и компоненты для создания расширений интерфейса RetailCRM
4
6
 
5
7
  ## Цели встраивания
package/dist/index.cjs CHANGED
@@ -51,6 +51,8 @@ const useHost = () => {
51
51
  const createRoot = async (channel) => {
52
52
  const root = remote$1.createRemoteRoot(channel, {
53
53
  components: [
54
+ "UiAvatar",
55
+ "UiAvatarList",
54
56
  "UiButton",
55
57
  "UiCheckbox",
56
58
  "UiError",
package/dist/index.mjs CHANGED
@@ -49,6 +49,8 @@ const useHost = () => {
49
49
  const createRoot = async (channel) => {
50
50
  const root = createRemoteRoot(channel, {
51
51
  components: [
52
+ "UiAvatar",
53
+ "UiAvatarList",
52
54
  "UiButton",
53
55
  "UiCheckbox",
54
56
  "UiError",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.5.6",
4
+ "version": "0.5.7",
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>",
@@ -37,13 +37,13 @@
37
37
  "dependencies": {
38
38
  "@omnicajs/vue-remote": "^0.2.5",
39
39
  "@remote-ui/rpc": "^1.4.5",
40
- "@retailcrm/embed-ui-v1-contexts": "^0.5.6",
41
- "@retailcrm/embed-ui-v1-types": "^0.5.6"
40
+ "@retailcrm/embed-ui-v1-contexts": "^0.5.7",
41
+ "@retailcrm/embed-ui-v1-types": "^0.5.7"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@eslint/eslintrc": "^3.0.2",
45
45
  "@eslint/js": "^9.13.0",
46
- "@retailcrm/embed-ui-v1-testing": "^0.5.6",
46
+ "@retailcrm/embed-ui-v1-testing": "^0.5.7",
47
47
  "@types/git-semver-tags": "^7.0.0",
48
48
  "@types/node": "^22.7.9",
49
49
  "@types/semver": "^7.5.8",