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
5
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 0.1.0 to 0.2.0

4

custom-elements.json

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