@umbraco-ui/uui-file-preview 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 -0
  2. package/package.json +6 -6
package/lib/index.js CHANGED
@@ -135,6 +135,7 @@ UUIFilePreviewElement.styles = [
135
135
  /* --------------------------------- */
136
136
  box-sizing: border-box;
137
137
  aspect-ratio: 1;
138
+ color: var(--uui-color-text,#060606);
138
139
  }
139
140
 
140
141
  :host(:hover) slot[name='actions']::slotted(*) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-file-preview",
3
- "version": "0.1.1",
3
+ "version": "1.0.0-alpha.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,10 +30,10 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "0.2.1",
34
- "@umbraco-ui/uui-symbol-file": "0.2.1",
35
- "@umbraco-ui/uui-symbol-file-thumbnail": "0.1.1",
36
- "@umbraco-ui/uui-symbol-folder": "0.2.1"
33
+ "@umbraco-ui/uui-base": "1.0.0-alpha.0",
34
+ "@umbraco-ui/uui-symbol-file": "1.0.0-alpha.0",
35
+ "@umbraco-ui/uui-symbol-file-thumbnail": "1.0.0-alpha.0",
36
+ "@umbraco-ui/uui-symbol-folder": "1.0.0-alpha.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "homepage": "https://uui.umbraco.com/?path=/story/uui-file-preview",
47
- "gitHead": "cb61546f85d6c2f122fa8c130409507e8def4bd5"
47
+ "gitHead": "7d7608bf2fb63a8a077fcd8f0346dea73584b878"
48
48
  }