Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

lit-heroicons

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lit-heroicons - npm Package Compare versions

Comparing version
0.6.5
to
0.6.6
+11
-0
heroicon.ts

@@ -8,2 +8,13 @@ import { css, html, LitElement } from "lit";

export class Heroicon extends LitElement {
static get styles() {
return [
super.styles,
css`
div {
color: red;
}
`,
];
}
@property()

@@ -10,0 +21,0 @@ name: HeroIconName = "LightningBolt";

+1
-1
{
"name": "lit-heroicons",
"version": "0.6.5",
"version": "0.6.6",
"description": "Heroicons for Lit (Project based on heroicons)",

@@ -5,0 +5,0 @@ "main": "heroicon.ts",