@umbraco-ui/uui-file-dropzone 1.17.0 → 1.17.1

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.
@@ -5,7 +5,7 @@ export interface UUIFileFolder {
5
5
  folders: UUIFileFolder[];
6
6
  files: File[];
7
7
  }
8
- declare const UUIFileDropzoneElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").LabelMixinInterface) & typeof LitElement;
8
+ declare const UUIFileDropzoneElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUILabelMixinInterface) & typeof LitElement;
9
9
  /**
10
10
  * @element uui-file-dropzone
11
11
  * @fires {UUIFileDropzoneEvent} change - fires when a file has been selected.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-file-dropzone",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,8 +30,8 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.17.0",
34
- "@umbraco-ui/uui-symbol-file-dropzone": "1.17.0"
33
+ "@umbraco-ui/uui-base": "1.17.1",
34
+ "@umbraco-ui/uui-symbol-file-dropzone": "1.17.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-file-dropzone",
45
- "gitHead": "7d602fc76ed33f3100ead94a01e1d6f1eedf0f5e"
45
+ "gitHead": "066da7bddb2178bf21224f98c4b390d09773b896"
46
46
  }