@vue-interface/btn-dropdown 4.1.4 → 4.1.5

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,4 @@
1
- import { ref as D, computed as x, watchEffect as O, defineComponent as L, createElementBlock as I, openBlock as P, normalizeClass as C, unref as e, renderSlot as y, createVNode as N, normalizeProps as B, guardReactiveProps as z, createElementVNode as E, toDisplayString as M, withModifiers as V, normalizeStyle as F, withCtx as T, createCommentVNode as A, mergeProps as H, useTemplateRef as G, createBlock as J, resolveDynamicComponent as K } from "vue";
1
+ import { ref as D, computed as x, watchEffect as O, defineComponent as L, openBlock as P, createElementBlock as I, normalizeClass as C, unref as e, renderSlot as y, normalizeProps as B, guardReactiveProps as z, createElementVNode as E, toDisplayString as M, createVNode as N, withModifiers as V, normalizeStyle as F, withCtx as T, mergeProps as H, createCommentVNode as A, useTemplateRef as G, createBlock as J, resolveDynamicComponent as K } from "vue";
2
2
  import { DropdownMenu as R } from "@vue-interface/dropdown-menu";
3
3
  import { offset as Q, flip as U } from "@floating-ui/dom";
4
4
  import { useFloating as W } from "@floating-ui/vue";
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  import { default as BtnDropdown } from './src/BtnDropdown.vue';
2
+ export * from './src/BtnDropdown.vue';
2
3
  export { BtnDropdown };
package/index.ts CHANGED
@@ -1,5 +1,7 @@
1
1
  import BtnDropdown from './src/BtnDropdown.vue';
2
2
 
3
+ export * from './src/BtnDropdown.vue';
4
+
3
5
  export {
4
6
  BtnDropdown
5
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-interface/btn-dropdown",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "description": "A Vue button dropdown component.",
5
5
  "type": "module",
6
6
  "main": "./dist/btn-dropdown.umd.cjs",
@@ -49,7 +49,7 @@
49
49
  "@floating-ui/vue": "^1.1.6",
50
50
  "vue": "^3.3.4",
51
51
  "@vue-interface/btn": "5.0.5",
52
- "@vue-interface/dropdown-menu": "3.0.7",
52
+ "@vue-interface/dropdown-menu": "3.0.8",
53
53
  "@vue-interface/sizeable": "2.0.0"
54
54
  },
55
55
  "devDependencies": {