carbon-components-svelte 0.87.4 → 0.87.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-components-svelte",
3
- "version": "0.87.4",
3
+ "version": "0.87.5",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Svelte implementation of the Carbon Design System",
6
6
  "type": "module",
@@ -82,7 +82,7 @@
82
82
  class:bx--tag__close-icon={true}
83
83
  {disabled}
84
84
  {title}
85
- on:click|stopPropagation
85
+ on:click
86
86
  on:click|stopPropagation={() => {
87
87
  dispatch("close");
88
88
  }}