@umbraco-ui/uui-input-file 0.1.1 → 1.0.0-alpha.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/lib/index.js +1 -1
  2. package/package.json +8 -8
package/lib/index.js CHANGED
@@ -170,7 +170,7 @@ UUIInputFileElement.styles = [
170
170
  position: relative;
171
171
  display: flex;
172
172
  box-sizing: border-box;
173
- border: 1px solid var(--uui-interface-border,#c4c4c4);
173
+ border: 1px solid var(--uui-color-border,#d8d7d9);
174
174
  }
175
175
 
176
176
  #input {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-file",
3
- "version": "0.1.1",
3
+ "version": "1.0.0-alpha.0",
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": "0.2.1",
34
- "@umbraco-ui/uui-base": "0.2.1",
35
- "@umbraco-ui/uui-button": "0.3.1",
36
- "@umbraco-ui/uui-file-dropzone": "0.1.1",
37
- "@umbraco-ui/uui-icon": "0.2.1",
38
- "@umbraco-ui/uui-icon-registry-essential": "0.2.1"
33
+ "@umbraco-ui/uui-action-bar": "1.0.0-alpha.0",
34
+ "@umbraco-ui/uui-base": "1.0.0-alpha.0",
35
+ "@umbraco-ui/uui-button": "1.0.0-alpha.0",
36
+ "@umbraco-ui/uui-file-dropzone": "1.0.0-alpha.0",
37
+ "@umbraco-ui/uui-icon": "1.0.0-alpha.0",
38
+ "@umbraco-ui/uui-icon-registry-essential": "1.0.0-alpha.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "npm run analyze && tsc --build --force && 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": "cb61546f85d6c2f122fa8c130409507e8def4bd5"
49
+ "gitHead": "7d7608bf2fb63a8a077fcd8f0346dea73584b878"
50
50
  }