New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-box

Package Overview
Dependencies
Maintainers
6
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-box - npm Package Compare versions

Comparing version 1.7.2 to 1.8.0-rc.0

12

custom-elements.json

@@ -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 @@ ]

7

lib/index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc