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
57
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.1.30 to 2.1.31

4

components/button/src/DileButtonIcon.js

@@ -19,3 +19,3 @@ import { html, css, LitElement } from "lit";

align-items: center;
--dile-icon-color: var(--dile-on-primary-color, #ffffff);
--dile-icon-color: var(--dile-icon-button-color, var(--dile-on-primary-color, #ffffff));
}

@@ -26,3 +26,3 @@ dile-icon {

button:hover {
--dile-icon-color: var(--dile-button-icon-hover-color, #303030);
--dile-icon-color: var(--dile-button-icon-hover-color, var(--dile-on-primary-light-color, #888));
}

@@ -29,0 +29,0 @@ :host([no-wrap]) {

{
"name": "@dile/ui",
"version": "2.1.30",
"version": "2.1.31",
"description": "UI Core components from dile-components.",

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

},
"gitHead": "8f71392b64dc49d9049cf98d1087dcb2d841c5df"
"gitHead": "65ffbb1743178dcdcda4f7ab2a89d33ca11852f2"
}
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