@umbraco-ui/uui-box
Advanced tools
Comparing version 1.8.0-rc.0 to 1.8.0-rc.1
@@ -81,2 +81,6 @@ { | ||
"description": "overwrite the box border-radius, default is var(--uui-border-radius)" | ||
}, | ||
{ | ||
"name": "--uui-box-border-color", | ||
"description": "overwrites the box border colorm default is var(--uui-color-divider-standalone)" | ||
} | ||
@@ -83,0 +87,0 @@ ] |
@@ -80,4 +80,3 @@ import { css, LitElement } from 'lit'; | ||
border: var(--uui-box-border-width, 0) solid | ||
var(--uui-color-divider-standalone,#e9e9eb); | ||
var(--uui-box-border-color, 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))); | ||
@@ -84,0 +83,0 @@ border-radius: var(--uui-box-border-radius, var(--uui-border-radius,3px)); |
@@ -15,3 +15,3 @@ import { LitElement } from 'lit'; | ||
* @cssprop --uui-box-border-radius - overwrite the box border-radius, default is var(--uui-border-radius) | ||
* | ||
* @cssprop --uui-box-border-color - overwrites the box border colorm default is var(--uui-color-divider-standalone) | ||
*/ | ||
@@ -18,0 +18,0 @@ export declare class UUIBoxElement extends LitElement { |
{ | ||
"name": "@umbraco-ui/uui-box", | ||
"version": "1.8.0-rc.0", | ||
"version": "1.8.0-rc.1", | ||
"license": "MIT", | ||
@@ -43,3 +43,3 @@ "description": "A box web component for grouping elements", | ||
}, | ||
"gitHead": "46d444c66217c9a3c74518d8ce4badc7f121bfdf" | ||
"gitHead": "0bb90095d63ffffb02f46691bb83568512dafefe" | ||
} |
13490
268