tide-design-system 2.2.6 → 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.
@@ -766,6 +766,7 @@ declare const CSS_2: {
766
766
  readonly CENTER: "tide-axis2-center";
767
767
  readonly END: "tide-axis2-end";
768
768
  readonly START: "tide-axis2-start";
769
+ readonly STRETCH: "tide-axis2-stretch";
769
770
  };
770
771
  readonly BG: {
771
772
  readonly GLOBAL: {
@@ -977,6 +978,7 @@ declare const CSS_2: {
977
978
  readonly ZERO: "tide-height-0";
978
979
  readonly FULL: "tide-height-full";
979
980
  readonly MAX_FULL: "tide-max-height-full";
981
+ readonly MIN_ZERO: "tide-min-height-0";
980
982
  };
981
983
  readonly ISOLATION: {
982
984
  readonly ISOLATE: "tide-isolate";
@@ -1194,6 +1196,7 @@ declare const CSS_2: {
1194
1196
  readonly ZERO: "tide-width-0";
1195
1197
  readonly FULL: "tide-width-full";
1196
1198
  readonly MAX_FULL: "tide-max-width-full";
1199
+ readonly MIN_ZERO: "tide-min-width-0";
1197
1200
  };
1198
1201
  readonly Z_INDEX: {
1199
1202
  readonly INITIAL: "tide-z-index-initial";
@@ -2085,7 +2088,8 @@ isTouchscreen: undefined;
2085
2088
  subtitle: undefined;
2086
2089
  title: undefined;
2087
2090
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2088
- change: (...args: any[]) => void;
2091
+ slideChange: (slideIndex: number) => void;
2092
+ slidesAddedToView: (slidesInView: number[]) => void;
2089
2093
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToOption_11<Props_11>, {
2090
2094
  bleed: undefined;
2091
2095
  isFloating: boolean;
@@ -2095,7 +2099,8 @@ isTouchscreen: undefined;
2095
2099
  subtitle: undefined;
2096
2100
  title: undefined;
2097
2101
  }>>> & {
2098
- onChange?: ((...args: any[]) => any) | undefined;
2102
+ onSlideChange?: ((slideIndex: number) => any) | undefined;
2103
+ onSlidesAddedToView?: ((slidesInView: number[]) => any) | undefined;
2099
2104
  }, {
2100
2105
  title: string;
2101
2106
  isFloating: boolean;