🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@umbraco-ui/uui-dialog

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
1.14.0-rc.0

6

lib/index.js
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
import { LitElement, html, css } from 'lit';
import { css, LitElement, html } from 'lit';
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

@@ -10,4 +9,3 @@ var __decorateClass = (decorators, target, key, kind) => {

if (decorator = decorators[i])
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
if (kind && result) __defProp(target, key, result);
result = (decorator(result)) || result;
return result;

@@ -14,0 +12,0 @@ };

{
"name": "@umbraco-ui/uui-dialog",
"version": "1.13.0",
"version": "1.14.0-rc.0",
"license": "MIT",

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

"dependencies": {
"@umbraco-ui/uui-base": "1.13.0",
"@umbraco-ui/uui-css": "1.13.0"
"@umbraco-ui/uui-base": "1.14.0-rc.0",
"@umbraco-ui/uui-css": "1.14.0-rc.0"
},

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

"homepage": "https://uui.umbraco.com/?path=/story/uui-dialog",
"gitHead": "f57b1fdfea3678b843fbec706cecb3a220f6046f"
"gitHead": "3dd62a7dd7fc7a38c6333c113cd942393bb437f0"
}