ingeniuscliq-core 0.4.1 → 0.4.2

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.
@@ -1,7 +1,7 @@
1
1
  import { BaseStyleProps } from '../../../types/ui/main';
2
2
  interface LogoProps extends BaseStyleProps {
3
3
  to?: string;
4
- icon?: string;
4
+ icon?: any;
5
5
  fallback?: string;
6
6
  }
7
7
  export declare function Logo({ className, to, icon, fallback }: LogoProps): import("react/jsx-runtime").JSX.Element;
@@ -20,6 +20,8 @@ export interface CoreDesignTemplateSettings {
20
20
  available_coins: CoreDesignTemplateCoin[];
21
21
  base_coin: CoreDesignTemplateCoin;
22
22
  store_about_us: string;
23
+ store_email: string;
24
+ store_phone: string;
23
25
  }
24
26
  export interface CoreDesignTemplateCoin {
25
27
  short_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",