@umbraco-ui/uui-box
Advanced tools
Comparing version 1.7.2 to 1.8.0-rc.0
@@ -69,2 +69,14 @@ { | ||
"description": "overwrite the box padding" | ||
}, | ||
{ | ||
"name": "--uui-box-border-width", | ||
"description": "overwrite the box border, default is 0" | ||
}, | ||
{ | ||
"name": "--uui-box-box-shadow", | ||
"description": "overwrite the box shadow, default is var(--uui-shadow-depth-1)" | ||
}, | ||
{ | ||
"name": "--uui-box-border-radius", | ||
"description": "overwrite the box border-radius, default is var(--uui-border-radius)" | ||
} | ||
@@ -71,0 +83,0 @@ ] |
@@ -79,4 +79,7 @@ import { css, LitElement } from 'lit'; | ||
display: block; | ||
box-shadow: var(--uui-shadow-depth-1,0 1px 3px rgba(0,0,0,0.12) , 0 1px 2px rgba(0,0,0,0.24)); | ||
border-radius: var(--uui-border-radius,3px); | ||
border: var(--uui-box-border-width, 0) solid | ||
var(--uui-color-divider-standalone,#e9e9eb); | ||
box-shadow: var(--uui-box-box-shadow, var(--uui-shadow-depth-1,0 1px 3px rgba(0,0,0,0.12) , 0 1px 2px rgba(0,0,0,0.24))); | ||
border-radius: var(--uui-box-border-radius, var(--uui-border-radius,3px)); | ||
background-color: var(--uui-color-surface,#fff); | ||
@@ -83,0 +86,0 @@ } |
@@ -12,2 +12,5 @@ import { LitElement } from 'lit'; | ||
* @cssprop --uui-box-default-padding - overwrite the box padding | ||
* @cssprop --uui-box-border-width - overwrite the box border, default is 0 | ||
* @cssprop --uui-box-box-shadow - overwrite the box shadow, default is var(--uui-shadow-depth-1) | ||
* @cssprop --uui-box-border-radius - overwrite the box border-radius, default is var(--uui-border-radius) | ||
* | ||
@@ -14,0 +17,0 @@ */ |
{ | ||
"name": "@umbraco-ui/uui-box", | ||
"version": "1.7.2", | ||
"version": "1.8.0-rc.0", | ||
"license": "MIT", | ||
@@ -32,4 +32,4 @@ "description": "A box web component for grouping elements", | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.7.0", | ||
"@umbraco-ui/uui-css": "1.7.2" | ||
"@umbraco-ui/uui-base": "1.8.0-rc.0", | ||
"@umbraco-ui/uui-css": "1.8.0-rc.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "scripts": { | ||
}, | ||
"gitHead": "cb68e7887d2daa5a7d6bf7b376623a072be8108c" | ||
"gitHead": "46d444c66217c9a3c74518d8ce4badc7f121bfdf" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13175
264
2
+ Added@umbraco-ui/uui-base@1.8.0-rc.0(transitive)
+ Added@umbraco-ui/uui-css@1.8.0-rc.0(transitive)
- Removed@umbraco-ui/uui-base@1.7.0(transitive)
- Removed@umbraco-ui/uui-css@1.7.2(transitive)