quintessential-ui
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -33,5 +33,5 @@ 'use strict'; | ||
get el() { return core.getElement(this); } | ||
static get style() { return "\@import url(\"https://fonts.googleapis.com/css?family=Rajdhani&display=swap\");\@import url(\"https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400&display=swap\");:host{font-family:Josefin Sans,sans-serif;cursor:pointer}:host .div-main{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:inherit;height:100%;border-radius:26px;position:relative}:host .div-bottom,:host .div-main{font-family:inherit;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}:host .div-bottom{-ms-flex-direction:column;flex-direction:column;margin:0;background-color:transparent;position:absolute;bottom:0;left:0}:host img{width:75%;max-height:calc((50% - 124px) * 2)}:host span{font-weight:600;font-size:22px;max-width:75%;text-align:center;height:44px;display:block;display:-webkit-box;margin:0 auto;line-height:1;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}:host hr{margin-top:0;margin-bottom:16px;border:none;border-top-width:1px;border-top-style:dashed;background-color:transparent;height:1px;width:75%}:host .icon-bottom{margin-top:24px;margin-bottom:24px;width:36px}:host ::slotted(*){display:none}"; } | ||
static get style() { return "\@import url(\"https://fonts.googleapis.com/css?family=Rajdhani&display=swap\");\@import url(\"https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400&display=swap\");:host{font-family:Josefin Sans,sans-serif;cursor:pointer}:host .div-main{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:inherit;height:100%;border-radius:26px;position:relative}:host .div-bottom,:host .div-main{font-family:inherit;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}:host .div-bottom{-ms-flex-direction:column;flex-direction:column;margin:0;background-color:transparent;position:absolute;bottom:0;left:0}:host img{width:75%;max-height:calc((50% - 124px) * 2);-o-object-fit:contain;object-fit:contain}:host span{font-weight:600;font-size:22px;max-width:75%;text-align:center;height:44px;display:block;display:-webkit-box;margin:0 auto;line-height:1;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}:host hr{margin-top:0;margin-bottom:16px;border:none;border-top-width:1px;border-top-style:dashed;background-color:transparent;height:1px;width:75%}:host .icon-bottom{margin-top:24px;margin-bottom:24px;width:36px}:host ::slotted(*){display:none}"; } | ||
}; | ||
exports.quint_product_card = ProductCard; |
{ | ||
"entries": [ | ||
"components/product-card/product-card.js", | ||
"components/footer/footer.js", | ||
"components/icon-button/icon-button.js", | ||
"components/button/button.js", | ||
"components/carousel/carousel.js", | ||
"components/footer/footer.js", | ||
"components/nav-header/nav-header.js", | ||
"components/testimonial/testimonial.js" | ||
"components/product-card/product-card.js", | ||
"components/testimonial/testimonial.js", | ||
"components/carousel/carousel.js" | ||
], | ||
@@ -11,0 +11,0 @@ "compiler": { |
@@ -34,3 +34,3 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-07b155ad.js'; | ||
Object.defineProperty(ProductCard, "style", { | ||
get: function () { return "\@import url(\"https://fonts.googleapis.com/css?family=Rajdhani&display=swap\");\@import url(\"https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400&display=swap\");:host{font-family:Josefin Sans,sans-serif;cursor:pointer}:host .div-main{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:inherit;height:100%;border-radius:26px;position:relative}:host .div-bottom,:host .div-main{font-family:inherit;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}:host .div-bottom{-ms-flex-direction:column;flex-direction:column;margin:0;background-color:transparent;position:absolute;bottom:0;left:0}:host img{width:75%;max-height:calc((50% - 124px) * 2)}:host span{font-weight:600;font-size:22px;max-width:75%;text-align:center;height:44px;display:block;display:-webkit-box;margin:0 auto;line-height:1;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}:host hr{margin-top:0;margin-bottom:16px;border:none;border-top-width:1px;border-top-style:dashed;background-color:transparent;height:1px;width:75%}:host .icon-bottom{margin-top:24px;margin-bottom:24px;width:36px}:host ::slotted(*){display:none}"; }, | ||
get: function () { return "\@import url(\"https://fonts.googleapis.com/css?family=Rajdhani&display=swap\");\@import url(\"https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400&display=swap\");:host{font-family:Josefin Sans,sans-serif;cursor:pointer}:host .div-main{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:inherit;height:100%;border-radius:26px;position:relative}:host .div-bottom,:host .div-main{font-family:inherit;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}:host .div-bottom{-ms-flex-direction:column;flex-direction:column;margin:0;background-color:transparent;position:absolute;bottom:0;left:0}:host img{width:75%;max-height:calc((50% - 124px) * 2);-o-object-fit:contain;object-fit:contain}:host span{font-weight:600;font-size:22px;max-width:75%;text-align:center;height:44px;display:block;display:-webkit-box;margin:0 auto;line-height:1;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}:host hr{margin-top:0;margin-bottom:16px;border:none;border-top-width:1px;border-top-style:dashed;background-color:transparent;height:1px;width:75%}:host .icon-bottom{margin-top:24px;margin-bottom:24px;width:36px}:host ::slotted(*){display:none}"; }, | ||
enumerable: true, | ||
@@ -37,0 +37,0 @@ configurable: true |
@@ -29,5 +29,5 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-07b155ad.js'; | ||
get el() { return getElement(this); } | ||
static get style() { return "\@import url(\"https://fonts.googleapis.com/css?family=Rajdhani&display=swap\");\@import url(\"https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400&display=swap\");:host{font-family:Josefin Sans,sans-serif;cursor:pointer}:host .div-main{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:inherit;height:100%;border-radius:26px;position:relative}:host .div-bottom,:host .div-main{font-family:inherit;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}:host .div-bottom{-ms-flex-direction:column;flex-direction:column;margin:0;background-color:transparent;position:absolute;bottom:0;left:0}:host img{width:75%;max-height:calc((50% - 124px) * 2)}:host span{font-weight:600;font-size:22px;max-width:75%;text-align:center;height:44px;display:block;display:-webkit-box;margin:0 auto;line-height:1;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}:host hr{margin-top:0;margin-bottom:16px;border:none;border-top-width:1px;border-top-style:dashed;background-color:transparent;height:1px;width:75%}:host .icon-bottom{margin-top:24px;margin-bottom:24px;width:36px}:host ::slotted(*){display:none}"; } | ||
static get style() { return "\@import url(\"https://fonts.googleapis.com/css?family=Rajdhani&display=swap\");\@import url(\"https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400&display=swap\");:host{font-family:Josefin Sans,sans-serif;cursor:pointer}:host .div-main{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:inherit;height:100%;border-radius:26px;position:relative}:host .div-bottom,:host .div-main{font-family:inherit;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}:host .div-bottom{-ms-flex-direction:column;flex-direction:column;margin:0;background-color:transparent;position:absolute;bottom:0;left:0}:host img{width:75%;max-height:calc((50% - 124px) * 2);-o-object-fit:contain;object-fit:contain}:host span{font-weight:600;font-size:22px;max-width:75%;text-align:center;height:44px;display:block;display:-webkit-box;margin:0 auto;line-height:1;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}:host hr{margin-top:0;margin-bottom:16px;border:none;border-top-width:1px;border-top-style:dashed;background-color:transparent;height:1px;width:75%}:host .icon-bottom{margin-top:24px;margin-bottom:24px;width:36px}:host ::slotted(*){display:none}"; } | ||
}; | ||
export { ProductCard as quint_product_card }; |
@@ -1,1 +0,1 @@ | ||
System.register(["./p-8f65068f.system.js"],(function(){"use strict";var o,t;return{setters:[function(e){o=e.p;t=e.b}],execute:function(){o().then((function(o){return t([["p-cohmbmb9.system",[[1,"quint-button",{iconLeft:[1,"icon-left"],iconRight:[1,"icon-right"],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],border:[4],rounded:[1]}]]],["p-b4qretox.system",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],active:[32]}]]],["p-cwck4ltn.system",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-jnp2t7ga.system",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],border:[4],rounded:[1],size:[2]}]]],["p-51uiv8og.system",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"]},[[9,"scroll","handleScroll"]]]]],["p-1b7hu8dt.system",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"]}]]],["p-39b1xngu.system",[[1,"quint-testimonial",{icon:[1]}]]]],o)}))}}})); | ||
System.register(["./p-8f65068f.system.js"],(function(){"use strict";var o,t;return{setters:[function(e){o=e.p;t=e.b}],execute:function(){o().then((function(o){return t([["p-cohmbmb9.system",[[1,"quint-button",{iconLeft:[1,"icon-left"],iconRight:[1,"icon-right"],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],border:[4],rounded:[1]}]]],["p-b4qretox.system",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],active:[32]}]]],["p-cwck4ltn.system",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-jnp2t7ga.system",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],border:[4],rounded:[1],size:[2]}]]],["p-51uiv8og.system",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"]},[[9,"scroll","handleScroll"]]]]],["p-thhnncfj.system",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"]}]]],["p-39b1xngu.system",[[1,"quint-testimonial",{icon:[1]}]]]],o)}))}}})); |
@@ -1,1 +0,1 @@ | ||
import{p as o,b as r}from"./p-f3404ae9.js";o().then(o=>r([["p-mixzsgdu",[[1,"quint-button",{iconLeft:[1,"icon-left"],iconRight:[1,"icon-right"],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],border:[4],rounded:[1]}]]],["p-mnco924u",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],active:[32]}]]],["p-se4nbcww",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-soyq2fil",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],border:[4],rounded:[1],size:[2]}]]],["p-i8ci2u8m",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"]},[[9,"scroll","handleScroll"]]]]],["p-2zziapuu",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"]}]]],["p-9d46qrti",[[1,"quint-testimonial",{icon:[1]}]]]],o)); | ||
import{p as o,b as t}from"./p-f3404ae9.js";o().then(o=>t([["p-mixzsgdu",[[1,"quint-button",{iconLeft:[1,"icon-left"],iconRight:[1,"icon-right"],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],border:[4],rounded:[1]}]]],["p-mnco924u",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],active:[32]}]]],["p-se4nbcww",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-soyq2fil",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],border:[4],rounded:[1],size:[2]}]]],["p-i8ci2u8m",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"]},[[9,"scroll","handleScroll"]]]]],["p-cvttfnoe",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"]}]]],["p-9d46qrti",[[1,"quint-testimonial",{icon:[1]}]]]],o)); |
{ | ||
"name": "quintessential-ui", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Quintessential's UI library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1260437
18867