tide-design-system 2.0.49 → 2.0.50

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.
@@ -1417,9 +1417,11 @@ declare type Props_16 = {
1417
1417
 
1418
1418
  declare type Props_17 = {
1419
1419
  alt: string;
1420
+ height?: string;
1420
1421
  isLazy?: boolean;
1421
1422
  sources?: Source[];
1422
1423
  src?: string;
1424
+ width?: string;
1423
1425
  };
1424
1426
 
1425
1427
  declare type Props_18 = {
@@ -2024,15 +2026,21 @@ size: Size;
2024
2026
 
2025
2027
  export declare const TideImage: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToOption_17<Props_17>, {
2026
2028
  alt: string;
2029
+ height: undefined;
2027
2030
  isLazy: boolean;
2028
2031
  sources: () => never[];
2029
2032
  src: undefined;
2033
+ width: undefined;
2030
2034
  }>, any, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToOption_17<Props_17>, {
2031
2035
  alt: string;
2036
+ height: undefined;
2032
2037
  isLazy: boolean;
2033
2038
  sources: () => never[];
2034
2039
  src: undefined;
2040
+ width: undefined;
2035
2041
  }>>>, {
2042
+ height: string;
2043
+ width: string;
2036
2044
  alt: string;
2037
2045
  isLazy: boolean;
2038
2046
  sources: Source[];