@umbraco-ui/uui-toast-notification-container
Advanced tools
Comparing version 1.1.0 to 1.2.0-rc.0
@@ -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 @@ { |
@@ -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 { |
{ | ||
"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" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11701
242
1
+ Added@umbraco-ui/uui-base@1.2.0-rc.0(transitive)
+ Added@umbraco-ui/uui-button@1.2.0-rc.0(transitive)
+ Added@umbraco-ui/uui-css@1.2.0-rc.0(transitive)
+ Added@umbraco-ui/uui-icon@1.2.0-rc.0(transitive)
+ Added@umbraco-ui/uui-toast-notification@1.2.0-rc.0(transitive)
- Removed@umbraco-ui/uui-base@1.1.0(transitive)
- Removed@umbraco-ui/uui-button@1.1.0(transitive)
- Removed@umbraco-ui/uui-css@1.1.0(transitive)
- Removed@umbraco-ui/uui-icon@1.1.0(transitive)
- Removed@umbraco-ui/uui-toast-notification@1.1.0(transitive)