New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quintessential-ui

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quintessential-ui - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

dist/quintessential-ui/p-b2pdrhhs.system.entry.js

2

dist/cjs/quint-button.cjs.entry.js

@@ -24,5 +24,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 button{background:transparent;border:none;cursor:pointer;outline:none;padding:1rem 1rem;font-style:normal;font-weight:600;font-size:16px;line-height:20px;font-family:inherit;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;letter-spacing:.03em}:host .regular,:host .rounded{border-width:0;border-style:solid}:host .rounded{border-radius:8px}:host .pill{border-width:0;border-style:solid;border-radius:24px/50%}:host .border{border-width:1px}:host .icon-left{margin-right:1rem}:host .icon-left,:host .icon-right{-o-object-fit:contain;object-fit:contain}:host .icon-right{margin-left:1rem}:host ::slotted(*){line-height:-1}"; }
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 button{background:transparent;border:none;cursor:pointer;outline:none;padding:.5rem 1rem;font-style:normal;font-weight:600;font-size:16px;line-height:20px;font-family:inherit;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;letter-spacing:.03em}:host .regular,:host .rounded{border-width:0;border-style:solid}:host .rounded{border-radius:8px}:host .pill{padding:1rem!important;border-width:0;border-style:solid;border-radius:24px/50%}:host .border{border-width:1px}:host .icon-left{margin-right:1rem}:host .icon-left,:host .icon-right{-o-object-fit:contain;object-fit:contain}:host .icon-right{margin-left:1rem}:host ::slotted(*){line-height:-1}"; }
};
exports.quint_button = Button;

@@ -16,3 +16,3 @@ 'use strict';

constructClasses() {
const basicClasses = 'header row ';
const basicClasses = 'header row align-items-center ';
if (this.backgroundSolid) {

@@ -19,0 +19,0 @@ return basicClasses + 'solid';

{
"entries": [
"components/product-card-grid/product-card-grid.js",
"components/nav-header/nav-header.js",
"components/carousel/carousel.js",
"components/icon-button/icon-button.js",
"components/button/button.js",
"components/footer/footer.js",
"components/product-card/product-card.js",
"components/footer/footer.js",
"components/testimonial/testimonial.js",
"components/icon-button/icon-button.js"
"components/carousel/carousel.js",
"components/product-card-grid/product-card-grid.js",
"components/testimonial/testimonial.js"
],

@@ -12,0 +12,0 @@ "compiler": {

@@ -10,3 +10,3 @@ import { h, Host } from "@stencil/core";

constructClasses() {
const basicClasses = 'header row ';
const basicClasses = 'header row align-items-center ';
if (this.backgroundSolid) {

@@ -13,0 +13,0 @@ return basicClasses + 'solid';

@@ -25,3 +25,3 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-07b155ad.js';

Object.defineProperty(Button, "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 button{background:transparent;border:none;cursor:pointer;outline:none;padding:1rem 1rem;font-style:normal;font-weight:600;font-size:16px;line-height:20px;font-family:inherit;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;letter-spacing:.03em}:host .regular,:host .rounded{border-width:0;border-style:solid}:host .rounded{border-radius:8px}:host .pill{border-width:0;border-style:solid;border-radius:24px/50%}:host .border{border-width:1px}:host .icon-left{margin-right:1rem}:host .icon-left,:host .icon-right{-o-object-fit:contain;object-fit:contain}:host .icon-right{margin-left:1rem}:host ::slotted(*){line-height:-1}"; },
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 button{background:transparent;border:none;cursor:pointer;outline:none;padding:.5rem 1rem;font-style:normal;font-weight:600;font-size:16px;line-height:20px;font-family:inherit;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;letter-spacing:.03em}:host .regular,:host .rounded{border-width:0;border-style:solid}:host .rounded{border-radius:8px}:host .pill{padding:1rem!important;border-width:0;border-style:solid;border-radius:24px/50%}:host .border{border-width:1px}:host .icon-left{margin-right:1rem}:host .icon-left,:host .icon-right{-o-object-fit:contain;object-fit:contain}:host .icon-right{margin-left:1rem}:host ::slotted(*){line-height:-1}"; },
enumerable: true,

@@ -28,0 +28,0 @@ configurable: true

@@ -11,3 +11,3 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-07b155ad.js';

NavHeader.prototype.constructClasses = function () {
var basicClasses = 'header row ';
var basicClasses = 'header row align-items-center ';
if (this.backgroundSolid) {

@@ -14,0 +14,0 @@ return basicClasses + 'solid';

@@ -20,5 +20,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 button{background:transparent;border:none;cursor:pointer;outline:none;padding:1rem 1rem;font-style:normal;font-weight:600;font-size:16px;line-height:20px;font-family:inherit;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;letter-spacing:.03em}:host .regular,:host .rounded{border-width:0;border-style:solid}:host .rounded{border-radius:8px}:host .pill{border-width:0;border-style:solid;border-radius:24px/50%}:host .border{border-width:1px}:host .icon-left{margin-right:1rem}:host .icon-left,:host .icon-right{-o-object-fit:contain;object-fit:contain}:host .icon-right{margin-left:1rem}:host ::slotted(*){line-height:-1}"; }
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 button{background:transparent;border:none;cursor:pointer;outline:none;padding:.5rem 1rem;font-style:normal;font-weight:600;font-size:16px;line-height:20px;font-family:inherit;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;letter-spacing:.03em}:host .regular,:host .rounded{border-width:0;border-style:solid}:host .rounded{border-radius:8px}:host .pill{padding:1rem!important;border-width:0;border-style:solid;border-radius:24px/50%}:host .border{border-width:1px}:host .icon-left{margin-right:1rem}:host .icon-left,:host .icon-right{-o-object-fit:contain;object-fit:contain}:host .icon-right{margin-left:1rem}:host ::slotted(*){line-height:-1}"; }
};
export { Button as quint_button };

@@ -12,3 +12,3 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-07b155ad.js';

constructClasses() {
const basicClasses = 'header row ';
const basicClasses = 'header row align-items-center ';
if (this.backgroundSolid) {

@@ -15,0 +15,0 @@ return basicClasses + 'solid';

@@ -1,1 +0,1 @@

System.register(["./p-8f65068f.system.js"],(function(){"use strict";var t,o;return{setters:[function(r){t=r.p;o=r.b}],execute:function(){t().then((function(t){return o([["p-x5s14wu3.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-vcnphozt.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-ce9cwjhj.system",[[1,"quint-product-card-grid"]]],["p-39b1xngu.system",[[1,"quint-testimonial",{icon:[1]}]]]],t)}))}}}));
System.register(["./p-8f65068f.system.js"],(function(){"use strict";var t,o;return{setters:[function(r){t=r.p;o=r.b}],execute:function(){t().then((function(t){return o([["p-b2pdrhhs.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-vcnphozt.system",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],border:[4],rounded:[1],size:[2]}]]],["p-mgeagy4b.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-ce9cwjhj.system",[[1,"quint-product-card-grid"]]],["p-39b1xngu.system",[[1,"quint-testimonial",{icon:[1]}]]]],t)}))}}}));

@@ -1,1 +0,1 @@

import{p as o,b as t}from"./p-f3404ae9.js";o().then(o=>t([["p-0ymaaerv",[[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-3cjz9tpd",[[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-xnc3btex",[[1,"quint-product-card-grid"]]],["p-9d46qrti",[[1,"quint-testimonial",{icon:[1]}]]]],o));
import{p as o,b as t}from"./p-f3404ae9.js";o().then(o=>t([["p-onwqfbzr",[[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-3cjz9tpd",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],border:[4],rounded:[1],size:[2]}]]],["p-nxbquvds",[[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-xnc3btex",[[1,"quint-product-card-grid"]]],["p-9d46qrti",[[1,"quint-testimonial",{icon:[1]}]]]],o));
{
"name": "quintessential-ui",
"version": "0.0.19",
"version": "0.0.20",
"description": "Quintessential's UI library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc