@maxtropy/v-components 0.1.18-beta.4 → 0.1.18-beta.8

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.
@@ -27959,7 +27959,7 @@ const gg = /* @__PURE__ */ _n(sve, [["__scopeId", "data-v-ccc5eca1"]]), P4 = /*
27959
27959
  ]), 1040));
27960
27960
  }
27961
27961
  }), O4 = /* @__PURE__ */ te({
27962
- __name: "MxDropDownItem",
27962
+ __name: "MxDropdownItem",
27963
27963
  setup(e) {
27964
27964
  return (t, n) => (B(), oe(A(sc), nt(t.$attrs, { class: "mx-dropdown-menu" }), Ut({ _: 2 }, [
27965
27965
  We(t.$slots, (r, a, i) => ({
@@ -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.18-beta.4",
3
+ "version": "0.1.18-beta.8",
4
4
  "files": [
5
5
  "dist"
6
6
  ],