codevdesign 0.0.29 → 0.0.30

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.
@@ -1,14 +1,11 @@
1
1
  <template>
2
- <v-app-bar
2
+ <v-toolbar
3
3
  flat
4
- fixed
5
4
  color="white"
6
- class="px-0 mx-0"
7
- :height="82"
8
- style="margin-top: 146px"
5
+ height="82px"
9
6
  >
10
7
  <v-row
11
- class="pt-2"
8
+ class="pt-4"
12
9
  @resize="controlAffichage"
13
10
  >
14
11
  <v-col
@@ -52,7 +49,7 @@
52
49
  </v-row>
53
50
  <!-- Barre en bas -->
54
51
  <div style="position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background-color: #808a9d" />
55
- </v-app-bar>
52
+ </v-toolbar>
56
53
  </template>
57
54
 
58
55
  <script setup lang="ts">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",