tide-design-system 2.2.7 → 2.2.8

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.
@@ -2088,7 +2088,8 @@ isTouchscreen: undefined;
2088
2088
  subtitle: undefined;
2089
2089
  title: undefined;
2090
2090
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2091
- change: (...args: any[]) => void;
2091
+ slideChange: (slideIndex: number) => void;
2092
+ slidesAddedToView: (slidesInView: number[]) => void;
2092
2093
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToOption_11<Props_11>, {
2093
2094
  bleed: undefined;
2094
2095
  isFloating: boolean;
@@ -2098,7 +2099,8 @@ isTouchscreen: undefined;
2098
2099
  subtitle: undefined;
2099
2100
  title: undefined;
2100
2101
  }>>> & {
2101
- onChange?: ((...args: any[]) => any) | undefined;
2102
+ onSlideChange?: ((slideIndex: number) => any) | undefined;
2103
+ onSlidesAddedToView?: ((slidesInView: number[]) => any) | undefined;
2102
2104
  }, {
2103
2105
  title: string;
2104
2106
  isFloating: boolean;