@ssplib/react-components 0.0.80 → 0.0.81

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.
@@ -128,7 +128,7 @@ function FileUpload({ name, tipoArquivo, title, required = false, multiple = fal
128
128
  if (v.length <= 0 && required)
129
129
  return 'O campo de arquivo é obrigatório';
130
130
  },
131
- }), { onChange: onFile, accept: 'image/*', style: { display: 'none' } })),
131
+ }), { onChange: onFile, accept: '.jpg, .png, .jpeg', style: { display: 'none' } })),
132
132
  react_1.default.createElement(material_1.Box, { sx: {
133
133
  display: {
134
134
  sx: 'block',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",