New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chameleon-ds/chip

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chameleon-ds/chip - npm Package Compare versions

Comparing version

to
0.4.0

chameleon-chip-style.d.ts

5

chameleon-chip.js

@@ -8,4 +8,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { LitElement, customElement, html } from "lit-element";
import base from "@chameleon-ds/theme/base";
import style from "@chameleon-ds/theme/base/chip";
import style from "./chameleon-chip-style";
let ChameleonChip = class ChameleonChip extends LitElement {

@@ -33,3 +32,3 @@ /**

*/
ChameleonChip.styles = [base, style];
ChameleonChip.styles = [style];
ChameleonChip = __decorate([

@@ -36,0 +35,0 @@ customElement("chameleon-chip")

11

package.json
{
"name": "@chameleon-ds/chip",
"version": "0.3.2",
"version": "0.4.0",
"description": "Chameleon chip",

@@ -16,2 +16,6 @@ "author": "Maritz Motivation Solutions, Inc.",

"/src/",
"/chameleon-chip-style.d.ts",
"/chameleon-chip-style.d.ts.map",
"/chameleon-chip-style.js",
"/chameleon-chip-style.js.map",
"/chameleon-chip.d.ts",

@@ -30,4 +34,3 @@ "/chameleon-chip.d.ts.map",

"dependencies": {
"@chameleon-ds/theme": "^0.6.1",
"lit-element": "^2.2.0"
"lit-element": "^2.2.1"
},

@@ -37,3 +40,3 @@ "publishConfig": {

},
"gitHead": "c1618ef30504699578f52ca3967f14281bfd576a"
"gitHead": "54fa4df81b4ce5ae4ce5e2cc077e513757547d92"
}
import { LitElement, TemplateResult, customElement, html } from "lit-element";
import base from "@chameleon-ds/theme/base";
import style from "@chameleon-ds/theme/base/chip";
import style from "./chameleon-chip-style";

@@ -19,3 +18,3 @@ @customElement("chameleon-chip")

*/
static styles = [base, style];
static styles = [style];

@@ -22,0 +21,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet