@shoper/phoenix_design_system 1.18.34-7 → 1.18.34-8

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.
@@ -132,7 +132,7 @@ class PhoenixLightLitElement extends lit.LitElement {
132
132
  createRenderRoot() {
133
133
  return this;
134
134
  }
135
- emitEvent(eventName, { bubbles = true, cancelable = false, composed = true, target = this } = {}) {
135
+ emitEvent(eventName, { bubbles = true, cancelable = false, composed = false, target = this } = {}) {
136
136
  const eventToDispatch = new Event(eventName, {
137
137
  bubbles,
138
138
  cancelable,
@@ -128,7 +128,7 @@ class PhoenixLightLitElement extends LitElement {
128
128
  createRenderRoot() {
129
129
  return this;
130
130
  }
131
- emitEvent(eventName, { bubbles = true, cancelable = false, composed = true, target = this } = {}) {
131
+ emitEvent(eventName, { bubbles = true, cancelable = false, composed = false, target = this } = {}) {
132
132
  const eventToDispatch = new Event(eventName, {
133
133
  bubbles,
134
134
  cancelable,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@shoper/phoenix_design_system",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "1.18.34-7",
5
+ "version": "1.18.34-8",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",