codevdesign 2.0.4 → 2.0.5

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.
@@ -304,7 +304,7 @@
304
304
  // Style en-tête tableau (design Québec)
305
305
  styleEntete: {
306
306
  type: String as PropType<'standard' | 'standardGris' | 'simplifie'>,
307
- default: 'simplifie',
307
+ default: 'standard',
308
308
  },
309
309
 
310
310
  // Modale suppression
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Composants Vuetify 4 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",