elwins-test-web-components
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -23,5 +23,5 @@ 'use strict'; | ||
} | ||
static get style() { return ":host{--color:#262a1c;--background:#f7c956}div{color:var(--color);font-family:monospace;font-weight:700;background:var(--background);border-radius:10px;padding:15px;text-align:center;margin-bottom:15px}"; } | ||
static get style() { return "div{color:var(--color-primary-dark,#262a1c);font-family:monospace;font-weight:700;background:var(--color-primary-light,#f7c956);border-radius:var(--border-radius,10px);padding:15px;text-align:center;margin-bottom:15px}"; } | ||
}; | ||
exports.my_component = MyComponent; |
@@ -1,1 +0,1 @@ | ||
import{p,b as a}from"./p-db96aac2.js";p().then(p=>a([["p-dp8vhizp",[[1,"my-component",{first:[1],middle:[1],last:[1]}]]]],p)); | ||
import{p,b as a}from"./p-db96aac2.js";p().then(p=>a([["p-poec133y",[[1,"my-component",{first:[1],middle:[1],last:[1]}]]]],p)); |
@@ -1,1 +0,1 @@ | ||
System.register(["./p-47ef009d.system.js"],(function(){"use strict";var t,e;return{setters:[function(n){t=n.p;e=n.b}],execute:function(){t().then((function(t){return e([["p-5ycpk1op.system",[[1,"my-component",{first:[1],middle:[1],last:[1]}]]]],t)}))}}})); | ||
System.register(["./p-47ef009d.system.js"],(function(){"use strict";var t,e;return{setters:[function(n){t=n.p;e=n.b}],execute:function(){t().then((function(t){return e([["p-ygodqmuv.system",[[1,"my-component",{first:[1],middle:[1],last:[1]}]]]],t)}))}}})); |
@@ -18,3 +18,3 @@ import { r as registerInstance, h } from './core-f398f9d4.js'; | ||
Object.defineProperty(MyComponent, "style", { | ||
get: function () { return ":host{--color:#262a1c;--background:#f7c956}div{color:var(--color);font-family:monospace;font-weight:700;background:var(--background);border-radius:10px;padding:15px;text-align:center;margin-bottom:15px}"; }, | ||
get: function () { return "div{color:var(--color-primary-dark,#262a1c);font-family:monospace;font-weight:700;background:var(--color-primary-light,#f7c956);border-radius:var(--border-radius,10px);padding:15px;text-align:center;margin-bottom:15px}"; }, | ||
enumerable: true, | ||
@@ -21,0 +21,0 @@ configurable: true |
@@ -19,5 +19,5 @@ import { r as registerInstance, h } from './core-f398f9d4.js'; | ||
} | ||
static get style() { return ":host{--color:#262a1c;--background:#f7c956}div{color:var(--color);font-family:monospace;font-weight:700;background:var(--background);border-radius:10px;padding:15px;text-align:center;margin-bottom:15px}"; } | ||
static get style() { return "div{color:var(--color-primary-dark,#262a1c);font-family:monospace;font-weight:700;background:var(--color-primary-light,#f7c956);border-radius:var(--border-radius,10px);padding:15px;text-align:center;margin-bottom:15px}"; } | ||
}; | ||
export { MyComponent as my_component }; |
{ | ||
"name": "elwins-test-web-components", | ||
"version": "0.0.3", | ||
"description": "Stencil Component Starter", | ||
"version": "0.0.4", | ||
"description": "Some test Web Components build with Stencil", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
724996
11400
54