@retailcrm/embed-ui-v1-components 0.9.3 → 0.9.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/dist/host.cjs CHANGED
@@ -5064,6 +5064,9 @@ const _hoisted_7 = {
5064
5064
  class: "ui-v1-modal-sidebar__footer"
5065
5065
  };
5066
5066
  const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
5067
+ ...{
5068
+ inheritAttrs: false
5069
+ },
5067
5070
  __name: "UiModalSidebar",
5068
5071
  props: {
5069
5072
  /** Атрибут id корневого элемента. Должен быть уникальным на странице */
package/dist/host.js CHANGED
@@ -5062,6 +5062,9 @@ const _hoisted_7 = {
5062
5062
  class: "ui-v1-modal-sidebar__footer"
5063
5063
  };
5064
5064
  const _sfc_main$b = /* @__PURE__ */ defineComponent({
5065
+ ...{
5066
+ inheritAttrs: false
5067
+ },
5065
5068
  __name: "UiModalSidebar",
5066
5069
  props: {
5067
5070
  /** Атрибут id корневого элемента. Должен быть уникальным на странице */
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.3",
4
+ "version": "0.9.4",
5
5
  "license": "MIT",
6
6
  "author": "RetailDriverLLC <integration@retailcrm.ru>",
7
7
  "repository": "git@github.com:retailcrm/embed-ui.git",