Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@digital-realty/ix-dialog

Package Overview
Dependencies
Maintainers
5
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-realty/ix-dialog - npm Package Compare versions

Comparing version 1.0.10 to 1.0.23

dist/md-dialog.d.ts

10

dist/ix-dialog.js

@@ -6,5 +6,15 @@ import { css } from 'lit';

IxDialogStyled.styles = css `
:root,
:host :root,
:host {
font-size: var(--ix-dialog-font-size, 0.875rem);
line-height: var(--ix-dialog-line-height, 1.25rem);
}
.dialog {
max-height: 90vh;
max-width: 90vw;
background: red;
font-size: var(--ix-dialog-font-size, 0.875rem);
line-height: var(--ix-dialog-line-height, 1.25rem);
}

@@ -11,0 +21,0 @@ `;

2

dist/IxDialog.d.ts
import { LitElement } from 'lit';
import '@material/web/dialog/dialog.js';
import './md-dialog.js';
import { Dialog } from '@material/web/dialog/internal/dialog.js';

@@ -4,0 +4,0 @@ export declare class IxDialog extends LitElement {

import { __decorate } from "tslib";
import { html, LitElement } from 'lit';
import { property, query } from 'lit/decorators.js';
import '@material/web/dialog/dialog.js';
import './md-dialog.js';
import { requestUpdateOnAriaChange } from '@material/web/internal/aria/delegate.js';

@@ -6,0 +6,0 @@ export class IxDialog extends LitElement {

@@ -6,3 +6,3 @@ {

"author": "Digital Realty",
"version": "1.0.10",
"version": "1.0.23",
"type": "module",

@@ -99,3 +99,3 @@ "main": "dist/index.js",

],
"gitHead": "a93ad0076764dc26321faa51bc504ff6b534d836"
"gitHead": "dced04ebef5c8342344b1fd3df33b5e22a78725f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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