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.8.0-rc.0 to 1.8.0-rc.1

4

custom-elements.json

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

3

lib/index.js

@@ -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"
}
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