@interstice/button
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -113,2 +113,5 @@ 'use strict'; | ||
} | ||
:host * + * { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
button { | ||
@@ -134,5 +137,2 @@ -webkit-appearance: none; | ||
} | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
`; | ||
@@ -139,0 +139,0 @@ } |
@@ -59,2 +59,5 @@ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var litElement=require("lit-element");class Button extends litElement.LitElement{static get properties(){return{type:{type:String},color:{type:String,reflect:!0},size:{type:String,reflect:!0},inverted:{type:Boolean,reflect:!0}}}static get styles(){return litElement.css` | ||
} | ||
:host * + * { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
button { | ||
@@ -80,5 +83,2 @@ -webkit-appearance: none; | ||
} | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
`}constructor(){super(),this.type="button",this.color="default"}render(){return litElement.html` | ||
@@ -85,0 +85,0 @@ <button .type=${this.type}> |
@@ -108,2 +108,5 @@ import { html, css, LitElement } from 'lit-element'; | ||
} | ||
:host * + * { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
button { | ||
@@ -129,5 +132,2 @@ -webkit-appearance: none; | ||
} | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
`; | ||
@@ -134,0 +134,0 @@ } |
@@ -109,2 +109,5 @@ import { LitElement, css, html } from 'lit-element'; | ||
} | ||
:host * + * { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
button { | ||
@@ -130,5 +133,2 @@ -webkit-appearance: none; | ||
} | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
`; | ||
@@ -135,0 +135,0 @@ } |
@@ -59,2 +59,5 @@ import{LitElement,css,html}from"lit-element";class Button extends LitElement{static get properties(){return{type:{type:String},color:{type:String,reflect:!0},size:{type:String,reflect:!0},inverted:{type:Boolean,reflect:!0}}}static get styles(){return css` | ||
} | ||
:host * + * { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
button { | ||
@@ -80,5 +83,2 @@ -webkit-appearance: none; | ||
} | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
} | ||
`}constructor(){super(),this.type="button",this.color="default"}render(){return html` | ||
@@ -85,0 +85,0 @@ <button .type=${this.type}> |
{ | ||
"name": "@interstice/button", | ||
"description": "A button element using tailwindcss css variables", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34950