@codemonster-ru/vueforge 0.62.0 → 0.63.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.
package/dist/index.d.ts CHANGED
@@ -51,6 +51,7 @@ export { default as SplitButton } from './package/components/split-button.vue';
51
51
  export { default as ContextMenu } from './package/components/context-menu.vue';
52
52
  export { default as CommandPalette } from './package/components/command-palette.vue';
53
53
  export { default as Tooltip } from './package/components/tooltip.vue';
54
+ export { default as Tour } from './package/components/tour.vue';
54
55
  export { default as Skeleton } from './package/components/skeleton.vue';
55
56
  export { default as Progress } from './package/components/progress.vue';
56
57
  export { default as Badge } from './package/components/badge.vue';
@@ -72,6 +73,7 @@ export type { DataTableColumn } from './package/components/data-table.vue';
72
73
  export type { FormErrors, FormTouched, FormValidateHandler, FormValidateResult, FormValues } from './package/components/form.vue';
73
74
  export type { TreeItem, TreeValue } from './package/components/tree.vue';
74
75
  export type { TimelineItem } from './package/components/timeline.vue';
76
+ export type { TourStep } from './package/components/tour.vue';
75
77
  export { default as VueForge, setTheme, updateTheme, getTheme } from './package/config/index';
76
78
  export type { ThemeTokens, ThemeOptions, ThemePreset } from './package/config/theme-core';
77
79
  export { default as DefaultTheme } from './package/themes/default';