@maxtropy/v-components 0.1.17-beta.11 → 0.1.17-beta.12

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.
@@ -27856,7 +27856,7 @@ const fa = /* @__PURE__ */ At(nK, [["__scopeId", "data-v-ccc5eca1"]]), Oh = /* @
27856
27856
  ]), 1040));
27857
27857
  }
27858
27858
  }), Ph = /* @__PURE__ */ j({
27859
- __name: "MxDropDownItem",
27859
+ __name: "MxDropdownItem",
27860
27860
  setup(e) {
27861
27861
  return (t, n) => (w(), Z(s(Po), Fe(t.$attrs, { class: "mx-dropdown-menu" }), et({ _: 2 }, [
27862
27862
  Be(t.$slots, (o, r, a) => ({
@@ -0,0 +1,7 @@
1
+ export declare enum Themes {
2
+ DARK = "dark",
3
+ LIGHT = "light",
4
+ YELLOWLIGHT = "yellow-light",
5
+ SAPPHIRE = "sapphire",
6
+ JUNTONG = "juntong"
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.17-beta.11",
3
+ "version": "0.1.17-beta.12",
4
4
  "files": [
5
5
  "dist"
6
6
  ],