@umbraco-ui/uui-input-file 1.16.0 → 1.17.0-rc.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.
@@ -45,7 +45,7 @@ export declare class UUIInputFileElement extends UUIInputFileElement_base {
45
45
  private _setShowDropzone;
46
46
  private _renderFileItem;
47
47
  private _renderFiles;
48
- render(): import("lit-html").TemplateResult<1>;
48
+ render(): import("lit").TemplateResult<1>;
49
49
  static styles: import("lit").CSSResult[];
50
50
  }
51
51
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-file",
3
- "version": "1.16.0",
3
+ "version": "1.17.0-rc.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,12 +30,12 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-action-bar": "1.16.0",
34
- "@umbraco-ui/uui-base": "1.16.0",
35
- "@umbraco-ui/uui-button": "1.16.0",
36
- "@umbraco-ui/uui-file-dropzone": "1.16.0",
37
- "@umbraco-ui/uui-icon": "1.16.0",
38
- "@umbraco-ui/uui-icon-registry-essential": "1.16.0"
33
+ "@umbraco-ui/uui-action-bar": "1.17.0-rc.1",
34
+ "@umbraco-ui/uui-base": "1.17.0-rc.1",
35
+ "@umbraco-ui/uui-button": "1.17.0-rc.1",
36
+ "@umbraco-ui/uui-file-dropzone": "1.17.0-rc.1",
37
+ "@umbraco-ui/uui-icon": "1.17.0-rc.1",
38
+ "@umbraco-ui/uui-icon-registry-essential": "1.17.0-rc.1"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -46,5 +46,5 @@
46
46
  "access": "public"
47
47
  },
48
48
  "homepage": "https://uui.umbraco.com/?path=/story/uui-input-file",
49
- "gitHead": "40e9bb97938eed758af1bc3852b2c2a015f87de6"
49
+ "gitHead": "84c1600b0f07edb0e0ee6b3968d794e21e711191"
50
50
  }