@chameleon-ds/chip
Advanced tools
Comparing version
@@ -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") |
{ | ||
"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
8902
46.1%1
-50%15
87.5%145
88.31%- Removed
- Removed
Updated