@namba_one/ui-kit-2 1.0.293 → 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