@onereach/ui-components-vue2 25.3.4 → 25.3.5-beta.5816.0

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.
@@ -1313,6 +1313,8 @@ var __vue_render__ = function () {
1313
1313
  }, [_c('div', {
1314
1314
  on: {
1315
1315
  "click": function ($event) {
1316
+ $event.stopPropagation();
1317
+ $event.preventDefault();
1316
1318
  !option.disabled && _vm.toggleOption(option.value);
1317
1319
  }
1318
1320
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "25.3.4",
3
+ "version": "25.3.5-beta.5816.0",
4
4
  "description": "Vue components library for v2",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -40,8 +40,8 @@
40
40
  "@codemirror/view": "^6",
41
41
  "@floating-ui/dom": "1.5.3",
42
42
  "@lezer/highlight": "*",
43
- "@onereach/styles": "^25.3.4",
44
- "@onereach/ui-components-common": "^25.3.4",
43
+ "@onereach/styles": "^25.3.5-beta.5816.0",
44
+ "@onereach/ui-components-common": "^25.3.5-beta.5816.0",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.0.3",
47
47
  "@tiptap/extension-blockquote": "2.0.3",
@@ -102,6 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "npmUnpacked": "4.15.2",
106
- "gitHead": "a2a5b7d2a84df62375ef776926471fc27713d8a7"
105
+ "npmUnpacked": "4.15.2"
107
106
  }