@namba_one/ui-kit-2 1.0.202 → 1.0.204

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.d.ts CHANGED
@@ -10,7 +10,6 @@ import { ComponentPublicInstance } from 'vue';
10
10
  import { DebuggerEvent } from 'vue';
11
11
  import { DefineComponent } from 'vue';
12
12
  import { ExtractPropTypes } from 'vue';
13
- import { getCurrentInstance } from 'vue';
14
13
  import { GlobalComponents } from 'vue';
15
14
  import { GlobalDirectives } from 'vue';
16
15
  import { InjectionKey } from 'vue';
@@ -3605,7 +3604,7 @@ declare type WrapperProps = {
3605
3604
  minWidth?: number | string;
3606
3605
  isCenterByParent?: boolean;
3607
3606
  isCloseOnScrollParent?: boolean;
3608
- instance?: ReturnType<typeof getCurrentInstance>;
3607
+ parentElement?: HTMLElement;
3609
3608
  };
3610
3609
 
3611
3610
  export { }