@namba_one/ui-kit-2 1.0.292 → 1.0.294

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
@@ -4346,6 +4346,7 @@ declare type ResponseBaseProps = {
4346
4346
  img?: string;
4347
4347
  title?: string;
4348
4348
  size?: (typeof sizes_7)[number];
4349
+ isThemedImage?: boolean;
4349
4350
  description?: string;
4350
4351
  };
4351
4352
 
@@ -4853,6 +4854,10 @@ export declare type TheImageProps = {
4853
4854
  hasBlendMode?: boolean;
4854
4855
  };
4855
4856
 
4857
+ export declare const ThemedTheImage: DefineComponent<TheImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4858
+
4859
+ export declare type ThemedTheImageProps = TheImageProps;
4860
+
4856
4861
  export declare const ThemePicker: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4857
4862
  "update:value": (value: Maybe<string | number>) => any;
4858
4863
  }, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{