@uzum-tech/ui 2.0.0-beta.1 → 2.0.0-beta.2

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/index.js CHANGED
@@ -88486,7 +88486,7 @@
88486
88486
  onUpdateMenuValue: [Function, Array],
88487
88487
  onUpdateActiveMenuKey: Function
88488
88488
  };
88489
- var HeaderNavigation = vue.defineComponent({
88489
+ const HeaderNavigation = vue.defineComponent({
88490
88490
  name: "HeaderNavigation",
88491
88491
  props: headerNavigationProps,
88492
88492
  setup(props) {
@@ -111031,7 +111031,7 @@
111031
111031
  });
111032
111032
  }
111033
111033
 
111034
- var version = "2.0.0-beta.1";
111034
+ var version = "2.0.0-beta.2";
111035
111035
 
111036
111036
  function create({
111037
111037
  componentPrefix = "U",
package/dist/index.mjs CHANGED
@@ -88482,7 +88482,7 @@ const headerNavigationProps = {
88482
88482
  onUpdateMenuValue: [Function, Array],
88483
88483
  onUpdateActiveMenuKey: Function
88484
88484
  };
88485
- var HeaderNavigation = defineComponent({
88485
+ const HeaderNavigation = defineComponent({
88486
88486
  name: "HeaderNavigation",
88487
88487
  props: headerNavigationProps,
88488
88488
  setup(props) {
@@ -111027,7 +111027,7 @@ function useExposeProxy(targetRef) {
111027
111027
  });
111028
111028
  }
111029
111029
 
111030
- var version = "2.0.0-beta.1";
111030
+ var version = "2.0.0-beta.2";
111031
111031
 
111032
111032
  function create({
111033
111033
  componentPrefix = "U",