codevdesign 2.0.8 → 2.0.10

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.
@@ -4,6 +4,7 @@
4
4
  class="px-0 mx-0"
5
5
  :style="{
6
6
  position: 'sticky',
7
+ width: '100%',
7
8
  // variables CSS pour les couleurs dynamiques
8
9
  '--entete-texte': texteCouleur,
9
10
  '--entete-icone': iconeCouleur,
@@ -60,7 +60,7 @@
60
60
  // dark theme... trouble de lien en prod avec le computed
61
61
  /* const logoSrc = computed(
62
62
  () =>
63
- `${import.meta.env.BASE_URL}images/${theme.global.current.value.dark ? 'QUEBEC_blanc.svg' : 'QUEBEC_couleur.svg'}`,
63
+ `${import.meta.env.BASE_URL}/images/${theme.global.current.value.dark ? 'QUEBEC_blanc.svg' : 'QUEBEC_couleur.svg'}`,
64
64
  )*/
65
65
 
66
66
  const anneeEnCours = computed<number>(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
4
4
  "description": "Composants Vuetify 4 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",