@umbraco-ui/uui-box
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -33,7 +33,7 @@ { | ||
"name": "headline", | ||
"description": "headline area" | ||
"description": "headline area, this area is placed within the headline tag which is located inside the header. Use this to ensure the right headline styling." | ||
}, | ||
{ | ||
"name": "header", | ||
"description": "headline area" | ||
"description": "header area, use this for things that is not the headline but located in the header." | ||
}, | ||
@@ -40,0 +40,0 @@ { |
@@ -59,3 +59,2 @@ import { css, LitElement, html } from 'lit'; | ||
background-color: var(--uui-interface-surface,#fefefe); | ||
--uui-box-default-padding: var(--uui-size-space-5,18px); | ||
} | ||
@@ -62,0 +61,0 @@ |
@@ -5,4 +5,4 @@ import { LitElement } from 'lit'; | ||
* @element uui-box | ||
* @slot headline - headline area | ||
* @slot header - headline area | ||
* @slot headline - headline area, this area is placed within the headline tag which is located inside the header. Use this to ensure the right headline styling. | ||
* @slot header - header area, use this for things that is not the headline but located in the header. | ||
* @slot default - area for the content of the box | ||
@@ -9,0 +9,0 @@ * @cssprop --uui-box-default-padding - overwrite the box padding |
{ | ||
"name": "@umbraco-ui/uui-box", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
@@ -32,4 +32,4 @@ "description": "A box web component for grouping elements", | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "0.1.0", | ||
"@umbraco-ui/uui-css": "0.1.0" | ||
"@umbraco-ui/uui-base": "0.1.1", | ||
"@umbraco-ui/uui-css": "0.1.1" | ||
}, | ||
@@ -44,3 +44,3 @@ "scripts": { | ||
}, | ||
"gitHead": "9ed7860ce865d310b85bd1718f37b59db873aefd" | ||
"gitHead": "d91d346a0659f52de2a3c4746065c554f95e6328" | ||
} |
8549
171
+ Added@umbraco-ui/uui-base@0.1.1(transitive)
+ Added@umbraco-ui/uui-css@0.1.1(transitive)
- Removed@umbraco-ui/uui-base@0.1.0(transitive)
- Removed@umbraco-ui/uui-css@0.1.0(transitive)
Updated@umbraco-ui/uui-base@0.1.1
Updated@umbraco-ui/uui-css@0.1.1