@useinsider/ab-components 0.0.51 → 0.0.52

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
@@ -6,7 +6,9 @@ import { Placement } from '@floating-ui/vue';
6
6
  import { PublicProps } from 'vue';
7
7
  import { Ref } from 'vue';
8
8
 
9
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
9
+ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
+ hideDelay: number;
11
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
10
12
  tooltipRef: HTMLDivElement;
11
13
  floatingArrowRef: HTMLDivElement;
12
14
  triggerRef: HTMLDivElement;
@@ -173,6 +175,7 @@ declare type __VLS_Props = {
173
175
  status?: boolean;
174
176
  preventXss?: boolean;
175
177
  iconName?: IconNames;
178
+ hideDelay?: number;
176
179
  };
177
180
 
178
181
  declare function __VLS_template(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/ab-components",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -30,7 +30,7 @@
30
30
  "build-only": "vite build",
31
31
  "type-check": "vue-tsc --build",
32
32
  "pack:move": "npm pack --pack-destination ../design-editor",
33
- "publish:def": "npm run build && npm run pack:move && cd ../design-editor && npm i ./useinsider-ab-components-0.0.50.tgz && npm run dev",
33
+ "publish:def": "npm run build && npm run pack:move && cd ../design-editor && npm i ./useinsider-ab-components-0.0.52.tgz && npm run dev",
34
34
  "lint": "eslint . --fix",
35
35
  "storybook": "storybook dev -p 6006",
36
36
  "build-storybook": "storybook build"