@umbraco-ui/uui-file-preview 1.3.0-rc.0 → 1.3.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 +7 -7
package/lib/index.js CHANGED
@@ -138,7 +138,7 @@ UUIFilePreviewElement.styles = [
138
138
  /* --------------------------------- */
139
139
  box-sizing: border-box;
140
140
  aspect-ratio: 1;
141
- color: var(--uui-color-text,var(--uui-palette-black));
141
+ color: var(--uui-color-text,#060606);
142
142
  }
143
143
 
144
144
  :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": "1.3.0-rc.0",
3
+ "version": "1.3.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,19 +30,19 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.3.0-rc.0",
34
- "@umbraco-ui/uui-symbol-file": "1.3.0-rc.0",
35
- "@umbraco-ui/uui-symbol-file-thumbnail": "1.3.0-rc.0",
36
- "@umbraco-ui/uui-symbol-folder": "1.3.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.3.0",
34
+ "@umbraco-ui/uui-symbol-file": "1.3.0",
35
+ "@umbraco-ui/uui-symbol-file-thumbnail": "1.3.0",
36
+ "@umbraco-ui/uui-symbol-folder": "1.3.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
40
- "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json",
40
+ "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",
41
41
  "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
46
  "homepage": "https://uui.umbraco.com/?path=/story/uui-file-preview",
47
- "gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0"
47
+ "gitHead": "e662ac3be21cef08076d1dbb978748c2dd30e596"
48
48
  }