@trafilea/afrodita-components 6.1.0 → 6.2.0

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.
@@ -7,8 +7,9 @@ declare enum ComponentSize {
7
7
  XSmall = "xsmall"
8
8
  }
9
9
 
10
+ declare type Themes = 'Shapermint' | 'Truekind' | 'Revel' | 'TheSpaDr';
10
11
  declare type Theme = {
11
- name: string;
12
+ name: Themes;
12
13
  fontSizes: number[];
13
14
  fontWeights: number[];
14
15
  lineHeights: number[];
@@ -725,6 +726,7 @@ declare type ThemeFonts = {
725
726
  }>;
726
727
  };
727
728
  declare type ThemeAssets = {
729
+ isSameOriginIcons?: boolean;
728
730
  cdn: string;
729
731
  images: {
730
732
  favicon: string;
@@ -7,8 +7,9 @@ declare enum ComponentSize {
7
7
  XSmall = "xsmall"
8
8
  }
9
9
 
10
+ declare type Themes = 'Shapermint' | 'Truekind' | 'Revel' | 'TheSpaDr';
10
11
  declare type Theme = {
11
- name: string;
12
+ name: Themes;
12
13
  fontSizes: number[];
13
14
  fontWeights: number[];
14
15
  lineHeights: number[];
@@ -725,6 +726,7 @@ declare type ThemeFonts = {
725
726
  }>;
726
727
  };
727
728
  declare type ThemeAssets = {
729
+ isSameOriginIcons?: boolean;
728
730
  cdn: string;
729
731
  images: {
730
732
  favicon: string;
@@ -7,8 +7,9 @@ declare enum ComponentSize {
7
7
  XSmall = "xsmall"
8
8
  }
9
9
 
10
+ declare type Themes = 'Shapermint' | 'Truekind' | 'Revel' | 'TheSpaDr';
10
11
  declare type Theme = {
11
- name: string;
12
+ name: Themes;
12
13
  fontSizes: number[];
13
14
  fontWeights: number[];
14
15
  lineHeights: number[];
@@ -725,6 +726,7 @@ declare type ThemeFonts = {
725
726
  }>;
726
727
  };
727
728
  declare type ThemeAssets = {
729
+ isSameOriginIcons?: boolean;
728
730
  cdn: string;
729
731
  images: {
730
732
  favicon: string;
@@ -7,8 +7,9 @@ declare enum ComponentSize {
7
7
  XSmall = "xsmall"
8
8
  }
9
9
 
10
+ declare type Themes = 'Shapermint' | 'Truekind' | 'Revel' | 'TheSpaDr';
10
11
  declare type Theme = {
11
- name: string;
12
+ name: Themes;
12
13
  fontSizes: number[];
13
14
  fontWeights: number[];
14
15
  lineHeights: number[];
@@ -725,6 +726,7 @@ declare type ThemeFonts = {
725
726
  }>;
726
727
  };
727
728
  declare type ThemeAssets = {
729
+ isSameOriginIcons?: boolean;
728
730
  cdn: string;
729
731
  images: {
730
732
  favicon: string;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "6.1.0",
6
+ "version": "6.2.0",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",