@retailcrm/embed-ui-v1-components 0.9.11-alpha.2 → 0.9.11-alpha.3

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/dist/host.cjs CHANGED
@@ -5943,7 +5943,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
5943
5943
  }
5944
5944
  }, _ctx.$attrs), [
5945
5945
  __props.prefix || "prefix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$c, [
5946
- vue.renderSlot(_ctx.$slots, "default", {}, () => [
5946
+ vue.renderSlot(_ctx.$slots, "prefix", {}, () => [
5947
5947
  vue.createTextVNode(vue.toDisplayString(__props.prefix), 1)
5948
5948
  ])
5949
5949
  ])) : vue.createCommentVNode("", true),
@@ -6028,7 +6028,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
6028
6028
  vue.renderSlot(_ctx.$slots, "trailing-icon")
6029
6029
  ])) : vue.createCommentVNode("", true),
6030
6030
  __props.suffix || "suffix" in _ctx.$slots ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$4, [
6031
- vue.renderSlot(_ctx.$slots, "default", {}, () => [
6031
+ vue.renderSlot(_ctx.$slots, "suffix", {}, () => [
6032
6032
  vue.createTextVNode(vue.toDisplayString(__props.suffix), 1)
6033
6033
  ])
6034
6034
  ])) : vue.createCommentVNode("", true)
package/dist/host.js CHANGED
@@ -5941,7 +5941,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
5941
5941
  }
5942
5942
  }, _ctx.$attrs), [
5943
5943
  __props.prefix || "prefix" in _ctx.$slots ? (openBlock(), createElementBlock("span", _hoisted_2$c, [
5944
- renderSlot(_ctx.$slots, "default", {}, () => [
5944
+ renderSlot(_ctx.$slots, "prefix", {}, () => [
5945
5945
  createTextVNode(toDisplayString(__props.prefix), 1)
5946
5946
  ])
5947
5947
  ])) : createCommentVNode("", true),
@@ -6026,7 +6026,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
6026
6026
  renderSlot(_ctx.$slots, "trailing-icon")
6027
6027
  ])) : createCommentVNode("", true),
6028
6028
  __props.suffix || "suffix" in _ctx.$slots ? (openBlock(), createElementBlock("span", _hoisted_6$4, [
6029
- renderSlot(_ctx.$slots, "default", {}, () => [
6029
+ renderSlot(_ctx.$slots, "suffix", {}, () => [
6030
6030
  createTextVNode(toDisplayString(__props.suffix), 1)
6031
6031
  ])
6032
6032
  ])) : createCommentVNode("", true)
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.9.11-alpha.2",
4
+ "version": "0.9.11-alpha.3",
5
5
  "license": "MIT",
6
6
  "author": "RetailDriverLLC <integration@retailcrm.ru>",
7
7
  "repository": "git@github.com:retailcrm/embed-ui.git",