@onereach/ui-components-vue2 24.0.1 → 24.0.2-beta.5680.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 { onClickOutside, useSwipe, SwipeDirection } from '@vueuse/core';
2
- import { defineComponent, ref, computed, toRef } from 'vue-demi';
3
1
  import { X } from '../../useValidationAttributes-C9_kxaDj-ee1d63dd.js';
2
+ import { onClickOutside, useSwipe } from '@vueuse/core';
3
+ import { defineComponent, ref, computed, toRef } from 'vue-demi';
4
4
  import { OrOverlayV3 as OrOverlay } from '../or-overlay-v3/index.js';
5
5
  import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
6
6
  import '../../dom-qGGG2YCX-4d4cca6e.js';
@@ -106,10 +106,10 @@ var script = defineComponent({
106
106
  onSwipeEnd: (event, direction) => {
107
107
  switch (props.placement) {
108
108
  case DrawerPlacement.Left:
109
- if (direction === SwipeDirection.LEFT) close();
109
+ if (direction === 'left') close();
110
110
  break;
111
111
  case DrawerPlacement.Right:
112
- if (direction === SwipeDirection.RIGHT) close();
112
+ if (direction === 'right') close();
113
113
  break;
114
114
  }
115
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "24.0.1",
3
+ "version": "24.0.2-beta.5680.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": "^24.0.1",
44
- "@onereach/ui-components-common": "^24.0.1",
43
+ "@onereach/styles": "^24.0.2-beta.5680.0",
44
+ "@onereach/ui-components-common": "^24.0.2-beta.5680.0",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.0.3",
47
47
  "@tiptap/extension-blockquote": "2.0.3",
@@ -63,9 +63,9 @@
63
63
  "@tiptap/starter-kit": "2.0.3",
64
64
  "@types/sortablejs": "1.10.7",
65
65
  "@types/uuid": "8.3.1",
66
- "@vueuse/core": "9.13.0",
67
- "@vueuse/integrations": "9.13.0",
68
- "@vueuse/math": "9.13.0",
66
+ "@vueuse/core": "11.3.0",
67
+ "@vueuse/integrations": "11.3.0",
68
+ "@vueuse/math": "11.3.0",
69
69
  "codemirror": "6.0.1",
70
70
  "focus-trap": "7.5.2",
71
71
  "marked": "9.1.2",
@@ -102,6 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "npmUnpacked": "4.15.2",
106
- "gitHead": "6034a7b62b77dd4b9923de568b99a5dec40a4efa"
105
+ "npmUnpacked": "4.15.2"
107
106
  }