@umbraco-ui/uui-file-preview 0.1.1 → 1.0.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.
package/README.md CHANGED
@@ -1,9 +1,13 @@
1
1
  # uui-file-preview
2
2
 
3
- ![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-file-preview?logoColor=%231B264F)
3
+ [![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-file-preview?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-file-preview)
4
4
 
5
5
  Umbraco style file-preview component.
6
6
 
7
+ ### See it in action
8
+
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-file-preview)
10
+
7
11
  ## Installation
8
12
 
9
13
  ### ES imports
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-rc.1",
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-rc.1",
34
+ "@umbraco-ui/uui-symbol-file": "1.0.0-rc.1",
35
+ "@umbraco-ui/uui-symbol-file-thumbnail": "1.0.0-rc.1",
36
+ "@umbraco-ui/uui-symbol-folder": "1.0.0-rc.1"
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": "127e036dbafa18cc37027591d6548a4cb4700d33"
48
48
  }