@abgov/jsonforms-components 1.11.0 → 1.12.0

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.esm.js +2 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -4318,8 +4318,8 @@ let _$2 = t => t,
4318
4318
  _t$2,
4319
4319
  _t2$1,
4320
4320
  _t3$1;
4321
- const DELAY_UPLOAD_TIMEOUT_MS = 200;
4322
- const DELAY_DELETE_TIMEOUT_MS = 80;
4321
+ const DELAY_UPLOAD_TIMEOUT_MS = 5;
4322
+ const DELAY_DELETE_TIMEOUT_MS = 5;
4323
4323
  const FileUploader = _a => {
4324
4324
  var _b, _c, _d, _e;
4325
4325
  var {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
6
6
  "repository": "https://github.com/GovAlta/adsp-monorepo",