tide-design-system 2.0.42 → 2.0.43

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.
@@ -1363,7 +1363,7 @@ declare type Props_16 = {
1363
1363
  alt: string;
1364
1364
  isLazy?: boolean;
1365
1365
  sources?: Source[];
1366
- src: string;
1366
+ src?: string;
1367
1367
  };
1368
1368
 
1369
1369
  declare type Props_17 = {
@@ -1923,14 +1923,17 @@ export declare const TideImage: DefineComponent<__VLS_WithDefaults_12<__VLS_Type
1923
1923
  alt: string;
1924
1924
  isLazy: boolean;
1925
1925
  sources: () => never[];
1926
+ src: undefined;
1926
1927
  }>, any, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToOption_16<Props_16>, {
1927
1928
  alt: string;
1928
1929
  isLazy: boolean;
1929
1930
  sources: () => never[];
1931
+ src: undefined;
1930
1932
  }>>>, {
1931
1933
  alt: string;
1932
1934
  isLazy: boolean;
1933
1935
  sources: Source[];
1936
+ src: string;
1934
1937
  }, {}>;
1935
1938
 
1936
1939
  export declare const TideIndicator: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToOption_17<Props_17>, {