@opentinyvue/vue-dropdown-menu 2.23.0 → 2.25.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/lib/index.js CHANGED
@@ -92,7 +92,7 @@ var DropdownMenu = defineComponent({
92
92
  });
93
93
  }
94
94
  });
95
- var version = "2.23.0";
95
+ var version = "2.undefined";
96
96
  DropdownMenu.install = function(Vue) {
97
97
  Vue.component(DropdownMenu.name, DropdownMenu);
98
98
  };
@@ -66,7 +66,7 @@ var render = function render2() {
66
66
  value: _vm.state.showPopper,
67
67
  expression: "state.showPopper"
68
68
  }],
69
- class: _vm.m("min-w-[theme(spacing.18)] max-w-[theme(spacing.52)] absoulte bg-color-bg-1", {
69
+ class: _vm.m("min-w-[theme(spacing.18)] max-w-[theme(spacing.52)] absoulte bg-color-bg-1 tiny-dropdown-popper", {
70
70
  "py-1.5": _vm.state.size === "medium"
71
71
  }, {
72
72
  "py-1.5": _vm.state.size === "small"
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-dropdown-menu",
3
- "version": "2.23.0",
3
+ "version": "2.25.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-renderless": "~3.23.0",
11
- "@opentinyvue/vue-common": "~2.23.0",
12
- "@opentinyvue/vue-tooltip": "~2.23.0",
13
- "@opentinyvue/vue-dropdown-item": "~2.23.0",
14
- "@opentinyvue/vue-theme": "~3.23.0"
10
+ "@opentinyvue/vue-renderless": "~3.25.0",
11
+ "@opentinyvue/vue-common": "~2.25.0",
12
+ "@opentinyvue/vue-tooltip": "~2.25.0",
13
+ "@opentinyvue/vue-dropdown-item": "~2.25.0",
14
+ "@opentinyvue/vue-theme": "~3.25.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -68,6 +68,7 @@ export declare const dropdownMenuProps: {
68
68
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
69
69
  tiny_renderless: FunctionConstructor;
70
70
  tiny_theme: StringConstructor;
71
+ tiny_mcp_config: ObjectConstructor;
71
72
  tiny_chart_theme: ObjectConstructor;
72
73
  };
73
74
  declare const _default: any;