@cnamts/vue-dot
Advanced tools
Comparing version 2.9.0-beta.1 to 2.9.0-beta.2
{ | ||
"name": "@cnamts/vue-dot", | ||
"version": "2.9.0-beta.1", | ||
"version": "2.9.0-beta.2", | ||
"description": "Implementation of our Design System for the French Health Insurance", | ||
@@ -58,4 +58,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@cnamts/eslint-config-vue": "^2.9.0-beta.1", | ||
"@cnamts/shared": "^2.9.0-beta.1", | ||
"@cnamts/eslint-config-vue": "^2.9.0-beta.2", | ||
"@cnamts/shared": "^2.9.0-beta.2", | ||
"@vue/cli-plugin-babel": "4.5.19", | ||
@@ -72,3 +72,3 @@ "@vue/cli-plugin-eslint": "4.5.19", | ||
}, | ||
"gitHead": "ed06b36a2f8da0ed1e7b983f1cbf2e993a43ef26" | ||
"gitHead": "a7817eac5a4f60638ccd57e3337f46c279927025" | ||
} |
@@ -6,2 +6,3 @@ export enum ThemeEnum { | ||
AMELI_PRO = 'ameli-pro', | ||
COMPTE_AMELI = 'compte-ameli', | ||
RISQUE_PRO = 'risque-pro', | ||
@@ -8,0 +9,0 @@ COMPTE_ENTREPRISE = 'compte-entreprise' |
@@ -20,1 +20,16 @@ import { IndexedObject } from '../../types'; | ||
}; | ||
export const logoAvatarDimensionsMapping: IndexedObject<Dimensions> = { | ||
[LogoSizeEnum.X_SMALL]: { | ||
width: '32', | ||
height: '32' | ||
}, | ||
[LogoSizeEnum.SMALL]: { | ||
width: '40', | ||
height: '40' | ||
}, | ||
[LogoSizeEnum.NORMAL]: { | ||
width: '64', | ||
height: '64' | ||
} | ||
}; |
@@ -7,2 +7,3 @@ export const locales = { | ||
logoAmeliPro: 'AmeliPro', | ||
logoCompteAmeli: 'Compte ameli', | ||
compteEntreprise: { | ||
@@ -9,0 +10,0 @@ title: { |
@@ -20,3 +20,7 @@ import { IndexedObject } from '../../types'; | ||
alt: locales.logoAmeliPro | ||
}, | ||
[ThemeEnum.COMPTE_AMELI]: { | ||
src: require('../../assets/images/compte-ameli.svg'), | ||
alt: locales.logoAmeli | ||
} | ||
}; |
@@ -12,4 +12,5 @@ import { tokens } from '@cnamts/design-tokens'; | ||
[ThemeEnum.AMELI_PRO]: tokens.colors.secondary, | ||
[ThemeEnum.COMPTE_AMELI]: tokens.colors.secondary, | ||
[ThemeEnum.RISQUE_PRO]: tokens.colors.risquePro, | ||
[ThemeEnum.COMPTE_ENTREPRISE]: tokens.colors.amBlue.darken20 | ||
}; |
export const config = { | ||
btn: { | ||
elevation: 0, | ||
height: 'auto', | ||
color: 'transparent' | ||
@@ -5,0 +6,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3537931
493
61349