@deckdeckgo/color
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,7 @@ | ||
# 4.0.1 (2021-05-13) | ||
### Style | ||
- missing exposed `background` and `font-family` for the color input | ||
# 4.0.0 (2021-05-01) | ||
@@ -2,0 +8,0 @@ |
@@ -172,3 +172,3 @@ 'use strict'; | ||
const deckdeckgoColorInputCss = ":host{display:flex;position:relative;margin:var(--deckgo-color-input-margin, 4px)}span{width:var(--deckgo-color-hash-width, 28px);height:var(--deckgo-color-hash-height, 28px);display:inline-flex;justify-content:center;align-items:center;background:var(--deckgo-color-hash-background, #f0f0f0 none repeat scroll 0 0);color:var(--deckgo-color-hash-color, #98a1a4);border-radius:var(--deckgo-color-hash-border-radius, 4px 0 0 4px)}input{color:var(--deckgo-color-input-color, #666666);border:none;outline:none;height:var(--deckgo-color-input-height, 28px);box-shadow:var(--deckgo-color-input-box-shadow, #f0f0f0 0 0 0 1px inset);border-radius:var(--deckgo-color-input-border-radius, 0 4px 4px 0);padding:var(--deckgo-color-input-padding, 0 4px);max-width:var(--deckgo-color-input-max-width, 136px)}"; | ||
const deckdeckgoColorInputCss = ":host{display:flex;position:relative;margin:var(--deckgo-color-input-margin, 4px)}span{width:var(--deckgo-color-hash-width, 28px);height:var(--deckgo-color-hash-height, 28px);display:inline-flex;justify-content:center;align-items:center;background:var(--deckgo-color-hash-background, #f0f0f0 none repeat scroll 0 0);color:var(--deckgo-color-hash-color, #98a1a4);border-radius:var(--deckgo-color-hash-border-radius, 4px 0 0 4px)}input{color:var(--deckgo-color-input-color, #666666);background:var(--deckgo-color-input-background, inherit);border:none;outline:none;height:var(--deckgo-color-input-height, 28px);box-shadow:var(--deckgo-color-input-box-shadow, #f0f0f0 0 0 0 1px inset);border-radius:var(--deckgo-color-input-border-radius, 0 4px 4px 0);padding:var(--deckgo-color-input-padding, 0 4px);max-width:var(--deckgo-color-input-max-width, 136px);font-family:var(--deckgo-color-input-font-family, inherit)}"; | ||
@@ -175,0 +175,0 @@ const DeckdeckgoColorInput = class { |
@@ -1,1 +0,1 @@ | ||
import{p as o,b as e}from"./p-f62e3fe2.js";(()=>{const e=import.meta.url,l={};return""!==e&&(l.resourcesUrl=new URL(".",e).href),o(l)})().then((o=>e([["p-2dedaf25",[[1,"deckgo-color",{palette:[1040],inputAlt:[1,"input-alt"],colorHex:[1,"color-hex"],colorRgb:[1,"color-rgb"],selectedColorHex:[32],selectedColorRgb:[32],selectedColorPalette:[32],selectedCustomColorRgb:[32]}],[1,"deckgo-color-input",{colorHex:[1,"color-hex"],colorRgb:[1,"color-rgb"],customColorRgb:[1,"custom-color-rgb"],inputAlt:[1,"input-alt"],color:[32]}]]]],o))); | ||
import{p as o,b as e}from"./p-f62e3fe2.js";(()=>{const e=import.meta.url,l={};return""!==e&&(l.resourcesUrl=new URL(".",e).href),o(l)})().then((o=>e([["p-5b5e3349",[[1,"deckgo-color",{palette:[1040],inputAlt:[1,"input-alt"],colorHex:[1,"color-hex"],colorRgb:[1,"color-rgb"],selectedColorHex:[32],selectedColorRgb:[32],selectedColorPalette:[32],selectedCustomColorRgb:[32]}],[1,"deckgo-color-input",{colorHex:[1,"color-hex"],colorRgb:[1,"color-rgb"],customColorRgb:[1,"custom-color-rgb"],inputAlt:[1,"input-alt"],color:[32]}]]]],o))); |
@@ -168,3 +168,3 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-17ec0249.js'; | ||
const deckdeckgoColorInputCss = ":host{display:flex;position:relative;margin:var(--deckgo-color-input-margin, 4px)}span{width:var(--deckgo-color-hash-width, 28px);height:var(--deckgo-color-hash-height, 28px);display:inline-flex;justify-content:center;align-items:center;background:var(--deckgo-color-hash-background, #f0f0f0 none repeat scroll 0 0);color:var(--deckgo-color-hash-color, #98a1a4);border-radius:var(--deckgo-color-hash-border-radius, 4px 0 0 4px)}input{color:var(--deckgo-color-input-color, #666666);border:none;outline:none;height:var(--deckgo-color-input-height, 28px);box-shadow:var(--deckgo-color-input-box-shadow, #f0f0f0 0 0 0 1px inset);border-radius:var(--deckgo-color-input-border-radius, 0 4px 4px 0);padding:var(--deckgo-color-input-padding, 0 4px);max-width:var(--deckgo-color-input-max-width, 136px)}"; | ||
const deckdeckgoColorInputCss = ":host{display:flex;position:relative;margin:var(--deckgo-color-input-margin, 4px)}span{width:var(--deckgo-color-hash-width, 28px);height:var(--deckgo-color-hash-height, 28px);display:inline-flex;justify-content:center;align-items:center;background:var(--deckgo-color-hash-background, #f0f0f0 none repeat scroll 0 0);color:var(--deckgo-color-hash-color, #98a1a4);border-radius:var(--deckgo-color-hash-border-radius, 4px 0 0 4px)}input{color:var(--deckgo-color-input-color, #666666);background:var(--deckgo-color-input-background, inherit);border:none;outline:none;height:var(--deckgo-color-input-height, 28px);box-shadow:var(--deckgo-color-input-box-shadow, #f0f0f0 0 0 0 1px inset);border-radius:var(--deckgo-color-input-border-radius, 0 4px 4px 0);padding:var(--deckgo-color-input-padding, 0 4px);max-width:var(--deckgo-color-input-max-width, 136px);font-family:var(--deckgo-color-input-font-family, inherit)}"; | ||
@@ -171,0 +171,0 @@ const DeckdeckgoColorInput = class { |
{ | ||
"name": "@deckdeckgo/color", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A color picker developed with Web Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
344571
5815