@cobre-npm/ds-v3 0.124.1 → 0.125.0

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.
@@ -1,5 +1,6 @@
1
1
  type Positions = 'left' | 'right';
2
2
  interface Props {
3
+ id?: string;
3
4
  position: Positions;
4
5
  size: string;
5
6
  hasCloseButton?: boolean;
@@ -7,6 +8,7 @@ interface Props {
7
8
  btnChevronHide?: boolean;
8
9
  closeOnClickOutside?: boolean;
9
10
  lockScreen?: boolean;
11
+ transitionDuration?: string;
10
12
  }
11
13
  declare var __VLS_16: {}, __VLS_18: {}, __VLS_20: {};
12
14
  type __VLS_Slots = {} & {
@@ -27,6 +29,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
27
29
  "onClose-button"?: ((...args: any[]) => any) | undefined;
28
30
  }>, {
29
31
  size: string;
32
+ id: string;
30
33
  hasCloseButton: boolean;
31
34
  position: Positions;
32
35
  blurred: boolean;
@@ -2,6 +2,7 @@ export interface TourStep {
2
2
  title: string;
3
3
  description: string;
4
4
  targetId?: string;
5
+ anchorId?: string;
5
6
  arrowSide?: 'right' | 'left' | 'top' | 'bottom';
6
7
  offsetY?: number;
7
8
  }
@@ -10,6 +11,7 @@ interface Props {
10
11
  prevLabel?: string;
11
12
  nextLabel?: string;
12
13
  finishLabel?: string;
14
+ initialDelay?: number;
13
15
  }
14
16
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
17
  navigate: (from: number, to: number) => any;
@@ -23,5 +25,6 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
23
25
  prevLabel: string;
24
26
  nextLabel: string;
25
27
  finishLabel: string;
28
+ initialDelay: number;
26
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
30
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.124.1",
3
+ "version": "0.125.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"