@trafilea/afrodita-components 6.31.1 → 6.31.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.
package/build/index.d.ts CHANGED
@@ -2216,6 +2216,7 @@ declare type ThemeAssets = {
2216
2216
  cdn: string;
2217
2217
  images: {
2218
2218
  favicon: string;
2219
+ favicon_light?: string;
2219
2220
  logo: string;
2220
2221
  logoSize?: {
2221
2222
  width: string;
@@ -784,6 +784,7 @@ declare type ThemeAssets = {
784
784
  cdn: string;
785
785
  images: {
786
786
  favicon: string;
787
+ favicon_light?: string;
787
788
  logo: string;
788
789
  logoSize?: {
789
790
  width: string;
@@ -784,6 +784,7 @@ declare type ThemeAssets = {
784
784
  cdn: string;
785
785
  images: {
786
786
  favicon: string;
787
+ favicon_light?: string;
787
788
  logo: string;
788
789
  logoSize?: {
789
790
  width: string;
@@ -784,6 +784,7 @@ declare type ThemeAssets = {
784
784
  cdn: string;
785
785
  images: {
786
786
  favicon: string;
787
+ favicon_light?: string;
787
788
  logo: string;
788
789
  logoSize?: {
789
790
  width: string;
@@ -971,7 +971,7 @@ var thebodcon = {
971
971
  },
972
972
  },
973
973
  fonts: {
974
- url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/fonts/thebodcon',
974
+ url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/thebodcon/fonts/',
975
975
  config: [
976
976
  {
977
977
  family: 'Raleway',
@@ -1045,6 +1045,7 @@ var thebodcon = {
1045
1045
  cdn: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@1.9.9/common',
1046
1046
  images: {
1047
1047
  favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
1048
+ favicon_light: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_favicon.png',
1048
1049
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/thebodcon/thebodcon_logo.svg',
1049
1050
  logoSize: {
1050
1051
  width: '102',
@@ -784,6 +784,7 @@ declare type ThemeAssets = {
784
784
  cdn: string;
785
785
  images: {
786
786
  favicon: string;
787
+ favicon_light?: string;
787
788
  logo: string;
788
789
  logoSize?: {
789
790
  width: string;
@@ -784,6 +784,7 @@ declare type ThemeAssets = {
784
784
  cdn: string;
785
785
  images: {
786
786
  favicon: string;
787
+ favicon_light?: string;
787
788
  logo: string;
788
789
  logoSize?: {
789
790
  width: 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.31.1",
6
+ "version": "6.31.2",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",