@onereach/ui-components-vue2 25.3.4-beta.5804.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.
- package/dist/esm/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +0 -1
- package/dist/esm/components/or-popover-v3/hooks/types.d.ts +0 -1
- package/dist/esm/components/or-popover-v3/hooks/useFloating.d.ts +0 -1
- package/dist/esm/components/or-toast-v3/composable/useQueue.d.ts +0 -1
- package/dist/esm/components/or-toast-v3/composable/useToastEventBus.d.ts +1 -1
- package/package.json +4 -4
|
@@ -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): {
|
|
@@ -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
|
|
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.
|
|
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.
|
|
44
|
-
"@onereach/ui-components-common": "^25.3.4-beta.
|
|
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.
|
|
91
|
+
"typescript": "5.8.3",
|
|
92
92
|
"vue": "2.6.14",
|
|
93
93
|
"vue-template-compiler": "2.6.14"
|
|
94
94
|
},
|