@onereach/ui-components-vue2 25.1.4 → 25.1.5-beta.5778.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.
@@ -1,6 +1,6 @@
1
+ import { t as te } from '../../useValidationAttributes-BLzi0C4L-6839e2c2.js';
1
2
  import { useDraggable } from '@vueuse/core';
2
3
  import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
3
- import { t as te } from '../../useValidationAttributes-BLzi0C4L-6839e2c2.js';
4
4
  import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3/index.js';
5
5
  import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
6
6
  import '../../dom-qGGG2YCX-4d4cca6e.js';
@@ -235,7 +235,7 @@ var script = defineComponent({
235
235
  }
236
236
  },
237
237
  emits: ['update:state', 'open', 'close', 'resize'],
238
- expose: ['root', 'state', 'open', 'close', 'toggle'],
238
+ expose: ['root', 'state', 'isDragging', 'open', 'close', 'toggle'],
239
239
  setup(props, context) {
240
240
  // Refs
241
241
  const root = ref();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "25.1.4",
3
+ "version": "25.1.5-beta.5778.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.1.4",
44
- "@onereach/ui-components-common": "^25.1.4",
43
+ "@onereach/styles": "^25.1.5-beta.5778.0",
44
+ "@onereach/ui-components-common": "^25.1.5-beta.5778.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": "7193080e3bd282672e579dc2c74b5b08c90a121b"
105
+ "npmUnpacked": "4.15.2"
107
106
  }