authscape 1.0.262 → 1.0.264

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.
package/index.js CHANGED
@@ -1377,6 +1377,7 @@ var FileUploader = function FileUploader(_ref) {
1377
1377
  display: "none"
1378
1378
  }
1379
1379
  }), variant == "custom" && /*#__PURE__*/_react["default"].createElement(_system.Box, {
1380
+ ref: refOveride,
1380
1381
  onClick: function onClick() {
1381
1382
  handleUploadFileInput();
1382
1383
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.262",
3
+ "version": "1.0.264",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -173,7 +173,7 @@ export const FileUploader = ({
173
173
  />
174
174
 
175
175
  {variant == "custom" &&
176
- <Box onClick={() => {
176
+ <Box ref={refOveride} onClick={() => {
177
177
  handleUploadFileInput();
178
178
  }}>
179
179
  {children}