codevdesign 2.0.22 → 2.0.23

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/assets/csqc.css CHANGED
@@ -11,7 +11,7 @@
11
11
  /* Fond gris dans les marges latérales au-delà du conteneur */
12
12
  .v-main,
13
13
  .barre-footer {
14
- background-color: rgb(var(--v-theme-surface));
14
+ background-color: rgb(var(--v-theme-grisPale));
15
15
  }
16
16
 
17
17
  .v-main {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "Composants Vuetify 4 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",
@@ -105,7 +105,7 @@ export default createVuetify({
105
105
  //https://design.quebec.ca/design/bases/couleurs
106
106
  colors: {
107
107
  background: '#FFFFFF',
108
- surface: '#F1F1F2',// grisPale
108
+ //surface: '#F1F1F2',// grisPale, met du gris partout... fatigant
109
109
  // couleurs PIV
110
110
  bleu: '#1472BF',
111
111
  bleuPiv: '#095797',