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

@dile/ui

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dile/ui - npm Package Compare versions

Comparing version 2.0.7 to 2.1.0

20

components/modal/src/DileModalHelp.js

@@ -16,2 +16,4 @@ import { LitElement, html, css } from 'lit';

color: #303030;
--dile-icon-rounded-background-color: var(--dile-primary-color, #2962FF);
--dile-icon-color: var(--dile-modal-help-icon-color, #fff);
}

@@ -22,6 +24,9 @@ h1 {

font-weight: 300;
color: var(--primary-dark-color);
color: var(--primary-dark-color, #303030);
padding-bottom: 0.5rem;
border-bottom: 1px solid var(--primary-color);
border-bottom: 1px solid var(--primary-color, #2962FF);
}
dile-icon {
cursor: pointer;
}
.content {

@@ -62,3 +67,3 @@ overflow: auto;

${this.onlyIcon
? html`<dile-icon .icon=${this.icon} @click=${this.open}></dile-icon>`
? html`<dile-icon .icon=${this.icon} @click=${this.open} rounded></dile-icon>`
: html`

@@ -83,5 +88,12 @@ <dile-button-icon

get elmodal() {
return this.shadowRoot.getElementById('elmodal');
}
open() {
this.shadowRoot.getElementById('elmodal').open();
this.elmodal.open();
}
close() {
this.elmodal.close();
}
}

8

package.json
{
"name": "@dile/ui",
"version": "2.0.7",
"version": "2.1.0",
"description": "UI Core components from dile-components.",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/Polydile/Components.git"
"url": "git+https://github.com/Polydile/dile-components.git"
},

@@ -22,3 +22,3 @@ "keywords": [

},
"homepage": "https://github.com/Polydile/Components#readme",
"homepage": "https://dile-components.polydile.com/",
"dependencies": {

@@ -31,3 +31,3 @@ "@dile/icons": "^2.0.3",

},
"gitHead": "7d521acefdc4edef45f7f4c3dd0f454013a9e75a"
"gitHead": "9d26c17d9855b73203b87535fd2a8b83c890b4cb"
}
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