@retailcrm/embed-ui 0.5.17 → 0.5.18

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,14 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## [0.5.18](https://github.com/retailcrm/embed-ui/compare/v0.5.17...v0.5.18) (2025-01-30)
5
+
6
+ ### Features
7
+
8
+ * Added popper/tooltip components to known components list ([911df10](https://github.com/retailcrm/embed-ui/commit/911df1068c1bf5dcd4944bab4fb2d35833b30f13))
9
+ * Added UiCopyButton to known ui components list ([d3d4cab](https://github.com/retailcrm/embed-ui/commit/d3d4cab6185bfd36fa8a9d40d804063d8d930b63))
10
+ * **v1-components:** ref [#99154](https://github.com/retailcrm/embed-ui/issues/99154) UiPopper/UiPopperTarget/UiPopperConnector/UiTooltip components ([2cb529d](https://github.com/retailcrm/embed-ui/commit/2cb529d65226d27add1eed22e1a21316dce839a2))
11
+ * **v1-components:** UiCopyButton component ([35e78b3](https://github.com/retailcrm/embed-ui/commit/35e78b33143f3376ca5efae62224dd6a41ddad1a))
4
12
  ## [0.5.17](https://github.com/retailcrm/embed-ui/compare/v0.5.16...v0.5.17) (2025-01-28)
5
13
 
6
14
  ### Bug Fixes
package/dist/index.cjs CHANGED
@@ -75,6 +75,7 @@ const createRoot = async (channel) => {
75
75
  "UiAvatarList",
76
76
  "UiButton",
77
77
  "UiCheckbox",
78
+ "UiCopyButton",
78
79
  "UiDate",
79
80
  "UiError",
80
81
  "UiImage",
@@ -83,11 +84,15 @@ const createRoot = async (channel) => {
83
84
  "UiModalSidebar",
84
85
  "UiModalWindow",
85
86
  "UiModalWindowSurface",
87
+ "UiPopper",
88
+ "UiPopperConnector",
89
+ "UiPopperTarget",
86
90
  "UiRadio",
87
91
  "UiScrollBox",
88
92
  "UiTag",
89
93
  "UiToolbarButton",
90
94
  "UiToolbarLink",
95
+ "UiTooltip",
91
96
  "UiTransition",
92
97
  "UiYandexMap"
93
98
  ]
package/dist/index.mjs CHANGED
@@ -74,6 +74,7 @@ const createRoot = async (channel) => {
74
74
  "UiAvatarList",
75
75
  "UiButton",
76
76
  "UiCheckbox",
77
+ "UiCopyButton",
77
78
  "UiDate",
78
79
  "UiError",
79
80
  "UiImage",
@@ -82,11 +83,15 @@ const createRoot = async (channel) => {
82
83
  "UiModalSidebar",
83
84
  "UiModalWindow",
84
85
  "UiModalWindowSurface",
86
+ "UiPopper",
87
+ "UiPopperConnector",
88
+ "UiPopperTarget",
85
89
  "UiRadio",
86
90
  "UiScrollBox",
87
91
  "UiTag",
88
92
  "UiToolbarButton",
89
93
  "UiToolbarLink",
94
+ "UiTooltip",
90
95
  "UiTransition",
91
96
  "UiYandexMap"
92
97
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.5.17",
4
+ "version": "0.5.18",
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>",
@@ -35,16 +35,19 @@
35
35
  "vue": "^3.5"
36
36
  },
37
37
  "dependencies": {
38
+ "@floating-ui/core": "^1.6.9",
39
+ "@floating-ui/dom": "^1.6.13",
38
40
  "@omnicajs/symfony-router": "^1.0.0",
39
41
  "@omnicajs/vue-remote": "^0.2.5",
40
42
  "@remote-ui/rpc": "^1.4.5",
41
- "@retailcrm/embed-ui-v1-contexts": "^0.5.17",
42
- "@retailcrm/embed-ui-v1-types": "^0.5.17"
43
+ "@retailcrm/embed-ui-v1-contexts": "^0.5.18",
44
+ "@retailcrm/embed-ui-v1-types": "^0.5.18"
43
45
  },
44
46
  "devDependencies": {
45
47
  "@eslint/eslintrc": "^3.0.2",
46
48
  "@eslint/js": "^9.13.0",
47
- "@retailcrm/embed-ui-v1-testing": "^0.5.17",
49
+ "@modulify/pkg": "^1.0.1",
50
+ "@retailcrm/embed-ui-v1-testing": "^0.5.18",
48
51
  "@types/git-semver-tags": "^7.0.0",
49
52
  "@types/node": "^22.7.9",
50
53
  "@types/semver": "^7.5.8",
@@ -56,26 +59,23 @@
56
59
  "conventional-changelog": "^6.0.0",
57
60
  "conventional-changelog-conventionalcommits": "^8.0.0",
58
61
  "conventional-recommended-bump": "^10.0.0",
59
- "detect-indent": "^7.0.1",
60
- "detect-newline": "^4.0.1",
61
- "eslint": "^9.13.0",
62
+ "eslint": "^9.19.0",
62
63
  "eslint-plugin-import": "^2.31.0",
63
- "eslint-plugin-n": "^17.11.1",
64
+ "eslint-plugin-n": "^17.15.1",
64
65
  "eslint-plugin-promise": "^6.6.0",
65
- "eslint-plugin-vue": "^9.29.1",
66
+ "eslint-plugin-vue": "^9.32.0",
66
67
  "figures": "^6.1.0",
67
68
  "git-semver-tags": "^7.0.1",
68
- "glob": "^11.0.0",
69
- "globals": "^15.11.0",
69
+ "glob": "^11.0.1",
70
+ "globals": "^15.14.0",
70
71
  "jsdom": "^25.0.1",
71
72
  "pinia": "^2.2.8",
72
73
  "semver": "^7.6.3",
73
- "stringify-package": "^1.0.1",
74
74
  "tsx": "^4.19.2",
75
75
  "typescript": "^5.6.3",
76
- "typescript-eslint": "^8.11.0",
76
+ "typescript-eslint": "^8.22.0",
77
77
  "vite": "^5.4.11",
78
- "vite-plugin-dts": "^4.3.0",
78
+ "vite-plugin-dts": "^4.5.0",
79
79
  "vitest": "^2.1.8",
80
80
  "vue": "^3.5.12",
81
81
  "yargs": "^17.7.2"