@burh/nuxt-core 1.0.300 → 1.0.301

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.
@@ -62,7 +62,7 @@ export default {
62
62
  fileToUpload: null,
63
63
  dropzoneOptions: {
64
64
  maxFiles: 1,
65
- maxFilesize: 0.2, // ESTÁ DEFINIDO TAMANHO MÁXIMO DE 20 KB NA FOTO
65
+ maxFilesize: 0.5, // ESTÁ DEFINIDO TAMANHO MÁXIMO DE 20 KB NA FOTO
66
66
  dictFileTooBig:
67
67
  'A imagem que você tentou inserir é maior que 500KB',
68
68
  dictDefaultMessage: 'Clique ou arraste seu arquivo aqui',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.300",
3
+ "version": "1.0.301",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {