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

@umbraco-ui/uui-toast-notification-container

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-toast-notification-container - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0-rc.0

12

custom-elements.json

@@ -7,2 +7,14 @@ {

"path": "./lib/uui-toast-notification-container.element.ts",
"attributes": [
{
"name": "bottom-up",
"description": "set the toast container to grow from bottom to top.",
"type": "boolean"
},
{
"name": "left-align",
"description": "set the toast container to align to the left.",
"type": "boolean"
}
],
"properties": [

@@ -9,0 +21,0 @@ {

3

lib/uui-toast-notification-container.element.d.ts

@@ -6,2 +6,5 @@ import { UUIToastNotificationElement } from '@umbraco-ui/uui-toast-notification/lib';

* @slot - slot for toast layout/content
* @attr {boolean} [bottom-up] - set the toast container to grow from bottom to top.
* @attr {boolean} [left-align] - set the toast container to align to the left.
* @attr {number} [auto-close] - set the auto close timer for all toasts in the container.
*/

@@ -8,0 +11,0 @@ export declare class UUIToastNotificationContainerElement extends LitElement {

8

package.json
{
"name": "@umbraco-ui/uui-toast-notification-container",
"version": "1.1.0",
"version": "1.2.0-rc.0",
"license": "MIT",

@@ -33,4 +33,4 @@ "keywords": [

"dependencies": {
"@umbraco-ui/uui-base": "1.1.0",
"@umbraco-ui/uui-toast-notification": "1.1.0"
"@umbraco-ui/uui-base": "1.2.0-rc.0",
"@umbraco-ui/uui-toast-notification": "1.2.0-rc.0"
},

@@ -46,3 +46,3 @@ "scripts": {

"homepage": "https://uui.umbraco.com/?path=/story/uui-toast-notification-container",
"gitHead": "5159a81e353c893c30073cdbf2fdd94306477d6e"
"gitHead": "43f1b9a8bd1721af30ba7c145517ee665d874df3"
}
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