@onereach/ui-components-vue2 25.3.4-beta.5803.0 → 25.3.4-beta.5809.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,4 +1,3 @@
1
- /// <reference types="env" />
2
1
  import { Ref, ComputedRef } from 'vue';
3
2
  import { BottomSheetVariant } from '../props';
4
3
  declare function useBottomSheetSwipeState(root: Ref<HTMLElement | undefined>, content: Ref<HTMLElement | undefined>, fullscreen: Ref<boolean>, variant: Ref<`${BottomSheetVariant}`>, close: () => void): {
@@ -1,4 +1,3 @@
1
- /// <reference types="env" />
2
1
  import type { FloatingElement, Middleware, MiddlewareData, Placement, ReferenceElement, Strategy } from '@floating-ui/dom';
3
2
  import type { ComponentPublicInstance, Ref } from 'vue';
4
3
  export type MaybeReadonlyRef<T> = T | Readonly<Ref<T>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="env" />
2
1
  import type { FloatingElement, ReferenceElement } from '@floating-ui/dom';
3
2
  import { Ref } from 'vue';
4
3
  import type { UseFloatingOptions, UseFloatingReturn, MaybeElement } from './types';
@@ -1,4 +1,3 @@
1
- /// <reference types="env" />
2
1
  import { Ref } from 'vue';
3
2
  export default function useQueue<T>(initialValue?: Array<T>): {
4
3
  queue: Ref<Ref<T>[]>;
@@ -4,6 +4,6 @@ export type ToastEventsBusEvents = 'toastNotify' | 'toastClose' | 'toastCloseAll
4
4
  declare const _default: () => {
5
5
  on: (namedQueue: ToastEventsBusEvents, listener: EventBusListener<ToastConfiguration>) => void;
6
6
  off: (namedQueue: ToastEventsBusEvents, listener: EventBusListener<ToastConfiguration>) => void;
7
- emit: (namedQueue: ToastEventsBusEvents, data?: ToastConfiguration | undefined) => void;
7
+ emit: (namedQueue: ToastEventsBusEvents, data?: ToastConfiguration) => void;
8
8
  };
9
9
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "25.3.4-beta.5803.0",
3
+ "version": "25.3.4-beta.5809.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-beta.5803.0",
44
- "@onereach/ui-components-common": "^25.3.4-beta.5803.0",
43
+ "@onereach/styles": "^25.3.4-beta.5809.0",
44
+ "@onereach/ui-components-common": "^25.3.4-beta.5809.0",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.0.3",
47
47
  "@tiptap/extension-blockquote": "2.0.3",
@@ -88,7 +88,7 @@
88
88
  "glob": "9.3.0",
89
89
  "rollup": "3.29.4",
90
90
  "sass": "1.63.4",
91
- "typescript": "5.3.3",
91
+ "typescript": "5.8.3",
92
92
  "vue": "2.6.14",
93
93
  "vue-template-compiler": "2.6.14"
94
94
  },