@umbraco-ui/uui-box
Advanced tools
Comparing version 1.2.1 to 1.3.0-rc.0
@@ -30,2 +30,8 @@ import { css, LitElement, html } from 'lit'; | ||
} | ||
/** | ||
* Renders a header with the header-slot, headline and headline-slot within | ||
* @returns {TemplateResult} | ||
* @protected | ||
* @method | ||
*/ | ||
renderHeader() { | ||
@@ -58,3 +64,3 @@ return html`<div | ||
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-radius: var(--uui-border-radius,var(--uui-size-1)); | ||
background-color: var(--uui-color-surface,#fff); | ||
@@ -61,0 +67,0 @@ } |
{ | ||
"name": "@umbraco-ui/uui-box", | ||
"version": "1.2.1", | ||
"version": "1.3.0-rc.0", | ||
"license": "MIT", | ||
@@ -32,8 +32,8 @@ "description": "A box web component for grouping elements", | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.2.1", | ||
"@umbraco-ui/uui-css": "1.2.1" | ||
"@umbraco-ui/uui-base": "1.3.0-rc.0", | ||
"@umbraco-ui/uui-css": "1.3.0-rc.0" | ||
}, | ||
"scripts": { | ||
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js", | ||
"clean": "tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json", | ||
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json", | ||
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "94eb22bee5ff21bac6fadbd78653671279bebe36" | ||
"gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8717
177
2
+ Added@umbraco-ui/uui-base@1.3.0-rc.0(transitive)
+ Added@umbraco-ui/uui-css@1.3.0-rc.0(transitive)
- Removed@umbraco-ui/uui-base@1.2.1(transitive)
- Removed@umbraco-ui/uui-css@1.2.1(transitive)