@data-fair/lib-vuetify 1.12.4 → 1.12.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.
Files changed (2) hide show
  1. package/index.js +9 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -84,6 +84,15 @@ export function defaultOptions(searchParams, darkCookie = false, locale = 'fr')
84
84
  // grey outlined card by default
85
85
  variant: 'outlined',
86
86
  style: 'border-color: rgba(var(--v-theme-on-surface), var(--v-focus-opacity)) !important;'
87
+ },
88
+ VColorPicker: {
89
+ mode: 'hex'
90
+ },
91
+ VCheckbox: {
92
+ color: 'primary'
93
+ },
94
+ VSwitch: {
95
+ color: 'primary'
87
96
  }
88
97
  }
89
98
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-fair/lib-vuetify",
3
- "version": "1.12.4",
3
+ "version": "1.12.5",
4
4
  "description": "Components based on the Vuetify 3 UI lib for the data-fair stack.",
5
5
  "main": "index.js",
6
6
  "files": [