@retailcrm/embed-ui-v1-components 0.4.1-alpha.16 → 0.4.1-alpha.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/README.md CHANGED
@@ -1,3 +1,15 @@
1
1
  # `@retailcrm/embed-ui-v1-components`
2
2
 
3
- Компоненты UI
3
+ Компоненты UI для использования в расширениях
4
+
5
+ Установка:
6
+
7
+ ```bash
8
+ npm i --save @retailcrm/embed-ui-v1-components
9
+ ```
10
+
11
+ или
12
+
13
+ ```bash
14
+ yarn add @retailcrm/embed-ui-v1-components
15
+ ```
package/dist/host.cjs CHANGED
@@ -3037,7 +3037,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
3037
3037
  ]),
3038
3038
  _: 2
3039
3039
  }, [
3040
- _ctx.$slots.icon || __props.external ? {
3040
+ _ctx.$slots.icon ? {
3041
3041
  name: "icon",
3042
3042
  fn: vue.withCtx(() => [
3043
3043
  vue.renderSlot(_ctx.$slots, "icon")
package/dist/host.js CHANGED
@@ -3035,7 +3035,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
3035
3035
  ]),
3036
3036
  _: 2
3037
3037
  }, [
3038
- _ctx.$slots.icon || __props.external ? {
3038
+ _ctx.$slots.icon ? {
3039
3039
  name: "icon",
3040
3040
  fn: withCtx(() => [
3041
3041
  renderSlot(_ctx.$slots, "icon")
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui-v1-components",
3
3
  "type": "module",
4
- "version": "0.4.1-alpha.16",
4
+ "version": "0.4.1-alpha.18",
5
5
  "license": "MIT",
6
6
  "author": "RetailDriverLLC <integration@retailcrm.ru>",
7
7
  "repository": "git@github.com:retailcrm/embed-ui.git",