codevdesign 2.0.0 → 2.0.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.
@@ -30,7 +30,9 @@
30
30
  >
31
31
  <template #activator="{ props }">
32
32
  <v-btn
33
+ variant="text"
33
34
  color="white"
35
+ :active-color="'white'"
34
36
  v-bind="props"
35
37
  :active="estActifSousliste(item)"
36
38
  >
@@ -224,8 +226,12 @@
224
226
  }
225
227
  /* desktop */
226
228
  .v-btn {
229
+ font-size: 0.875rem;
227
230
  font-weight: 400;
228
231
  height: 72px !important;
232
+ letter-spacing: 0.0892857em;
233
+ text-indent: 0.0892857em;
234
+ text-transform: uppercase;
229
235
  }
230
236
  /* desktop */
231
237
  .v-btn--active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Composants Vuetify 4 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "peerDependencies": {
21
21
  "vue": "^3.5.0",
22
- "vuetify": "^3.11.0",
22
+ "vuetify": "^4.0.0",
23
23
  "vue-i18n": "^11.0.0",
24
24
  "@tinymce/tinymce-vue": "^6.3.0",
25
25
  "tinymce": "^8.3.2"