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.146 to 0.0.147

dist/quintessential-ui/p-1pnpqnxc.entry.js

2

dist/cjs/quint-content-card.cjs.entry.js

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

render() {
return (core.h(core.Host, null, core.h("div", { class: 'div-main row', style: { height: this.height, marginBottom: this.marginBottom, flexDirection: this.mediaPosition === 'right' ? 'row' : 'row-reverse' } }, core.h("div", { class: 'div-image-small col-12' }, this.media ? core.h("img", { class: 'image', src: this.media, alt: '' }) : ''), core.h("div", { class: 'div-content col-12 col-md', style: { margin: this.mediaPosition === 'right' ? '0 5% 0 0' : '0 0 0 5%' } }, this.title
return (core.h(core.Host, null, core.h("div", { class: 'div-main row', style: { height: this.height, marginBottom: this.marginBottom, flexDirection: this.mediaPosition === 'right' ? 'row' : 'row-reverse' } }, core.h("div", { class: 'div-image-small col-12', style: { maxHeight: this.mediaMaxHeight } }, this.media ? core.h("img", { class: 'image', src: this.media, alt: '' }) : ''), core.h("div", { class: 'div-content col-12 col-md', style: { margin: this.mediaPosition === 'right' ? '0 5% 0 0' : '0 0 0 5%' } }, this.title
? core.h("span", { class: 'content-card-title', style: { color: this.primaryColor } }, this.title)

@@ -30,0 +30,0 @@ : '', this.subtitle

{
"entries": [
"components/media-container/media-container.js",
"components/snackbar/snackbar.js",
"components/tab-animated/tab-animated.js",
"components/content-card/content-card.js",
"components/product-card-grid/product-card-grid.js",
"components/testimonial/testimonial.js",
"components/underline-animated/underline-animated.js",
"components/flip-image/flip-image.js",
"components/button/button.js",
"components/flip-image/flip-image.js",
"components/content-card/content-card.js",
"components/footer/footer.js",
"components/icon-button/icon-button.js",
"components/media-container/media-container.js",
"components/nav-header/nav-header.js",
"components/product-card/product-card.js",
"components/product-service/product-service.js",
"components/product-card/product-card.js",
"components/sidebar/sidebar.js",
"components/snackbar/snackbar.js",
"components/switch/switch.js",
"components/carousel/carousel.js",
"components/sidebar/sidebar.js"
"components/tab-animated/tab-animated.js"
],

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

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

h("div", { class: 'div-main row', style: { height: this.height, marginBottom: this.marginBottom, flexDirection: this.mediaPosition === 'right' ? 'row' : 'row-reverse' } },
h("div", { class: 'div-image-small col-12' }, this.media ? h("img", { class: 'image', src: this.media, alt: '' }) : ''),
h("div", { class: 'div-image-small col-12', style: { maxHeight: this.mediaMaxHeight } }, this.media ? h("img", { class: 'image', src: this.media, alt: '' }) : ''),
h("div", { class: 'div-content col-12 col-md', style: { margin: this.mediaPosition === 'right' ? '0 5% 0 0' : '0 0 0 5%' } },

@@ -26,0 +26,0 @@ this.title

@@ -23,3 +23,3 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-5f1f3a93.js';

var _this = this;
return (h(Host, null, h("div", { class: 'div-main row', style: { height: this.height, marginBottom: this.marginBottom, flexDirection: this.mediaPosition === 'right' ? 'row' : 'row-reverse' } }, h("div", { class: 'div-image-small col-12' }, this.media ? h("img", { class: 'image', src: this.media, alt: '' }) : ''), h("div", { class: 'div-content col-12 col-md', style: { margin: this.mediaPosition === 'right' ? '0 5% 0 0' : '0 0 0 5%' } }, this.title
return (h(Host, null, h("div", { class: 'div-main row', style: { height: this.height, marginBottom: this.marginBottom, flexDirection: this.mediaPosition === 'right' ? 'row' : 'row-reverse' } }, h("div", { class: 'div-image-small col-12', style: { maxHeight: this.mediaMaxHeight } }, this.media ? h("img", { class: 'image', src: this.media, alt: '' }) : ''), h("div", { class: 'div-content col-12 col-md', style: { margin: this.mediaPosition === 'right' ? '0 5% 0 0' : '0 0 0 5%' } }, this.title
? h("span", { class: 'content-card-title', style: { color: this.primaryColor } }, this.title)

@@ -26,0 +26,0 @@ : '', this.subtitle

@@ -23,3 +23,3 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-5f1f3a93.js';

render() {
return (h(Host, null, h("div", { class: 'div-main row', style: { height: this.height, marginBottom: this.marginBottom, flexDirection: this.mediaPosition === 'right' ? 'row' : 'row-reverse' } }, h("div", { class: 'div-image-small col-12' }, this.media ? h("img", { class: 'image', src: this.media, alt: '' }) : ''), h("div", { class: 'div-content col-12 col-md', style: { margin: this.mediaPosition === 'right' ? '0 5% 0 0' : '0 0 0 5%' } }, this.title
return (h(Host, null, h("div", { class: 'div-main row', style: { height: this.height, marginBottom: this.marginBottom, flexDirection: this.mediaPosition === 'right' ? 'row' : 'row-reverse' } }, h("div", { class: 'div-image-small col-12', style: { maxHeight: this.mediaMaxHeight } }, this.media ? h("img", { class: 'image', src: this.media, alt: '' }) : ''), h("div", { class: 'div-content col-12 col-md', style: { margin: this.mediaPosition === 'right' ? '0 5% 0 0' : '0 0 0 5%' } }, this.title
? h("span", { class: 'content-card-title', style: { color: this.primaryColor } }, this.title)

@@ -26,0 +26,0 @@ : '', this.subtitle

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

System.register(["./p-c974d36b.system.js"],(function(){"use strict";var e,o;return{setters:[function(t){e=t.p;o=t.b}],execute:function(){e().then((function(e){return o([["p-f1ec7vid.system",[[1,"quint-tab-animated",{tabs:[1],rotationDegrees:[2,"rotation-degrees"],lineColor:[1,"line-color"],elementsColor:[1,"elements-color"],dotsColor:[1,"dots-color"],selected:[32],selectedIcon:[32],tabsObject:[32]},[[9,"resize","placeElements"]]]]],["p-chpzydev.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],paddingX:[1,"padding-x"],width:[1],borderRadius:[1,"border-radius"]}]]],["p-wjmumtql.system",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],timerDisabled:[4,"timer-disabled"],indicatorDisabled:[4,"indicator-disabled"],arrows:[4],arrowColor:[1,"arrow-color"],active:[32],carouselItems:[32],carouselIndicator:[32],arrowsEnabled:[32],arrowContainer:[32]}]]],["p-i99rpmwb.system",[[1,"quint-content-card",{media:[1],title:[1],subtitle:[1],buttonText:[1,"button-text"],height:[1],mediaMaxWidth:[1,"media-max-width"],mediaMaxHeight:[1,"media-max-height"],mediaPosition:[1,"media-position"],marginBottom:[1,"margin-bottom"],primaryColor:[1,"primary-color"],secondaryColor:[1,"secondary-color"],underlineColor:[1,"underline-color"]}]]],["p-a0ae1quu.system",[[1,"quint-flip-image",{image1:[1,"image-1"],image2:[1,"image-2"],caption1:[1,"caption-1"],caption2:[1,"caption-2"],captionBackground:[1,"caption-background"],captionColor:[1,"caption-color"],direction:[1],change:[1],selected:[4]}]]],["p-jr9scyvi.system",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-9k8ssgak.system",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],rounded:[1],size:[2],borderWidth:[8,"border-width"]}]]],["p-pdcinigq.system",[[1,"quint-media-container",{type:[1],mediaPlay:[1,"media-play"],mediaLoop:[4,"media-loop"],mediaSpeed:[2,"media-speed"],lottieDirection:[2,"lottie-direction"],path:[1],data:[1],objectFit:[1,"object-fit"]}]]],["p-ikhunh8q.system",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"],shadowSolid:[4,"shadow-solid"],solid:[32]},[[9,"scroll","handleScroll"]]]]],["p-szeqpo47.system",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"],enabledArrow:[4,"enabled-arrow"]}]]],["p-4ggnrkfn.system",[[1,"quint-product-card-grid"]]],["p-wumrraa1.system",[[1,"quint-product-service",{productService:[1,"product-service"],productServiceText:[1,"product-service-text"],productServiceTextWidth:[32]}]]],["p-71su3oei.system",[[1,"quint-sidebar",{title:[1],backEnabled:[4,"back-enabled"],scrollToTop:[4,"scroll-to-top"],centered:[4],noTitle:[4,"no-title"],topBarNoMargin:[4,"top-bar-no-margin"],noScroll:[4,"no-scroll"],selected:[32]}]]],["p-9lzpeyxr.system",[[1,"quint-snackbar",{icon:[1],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],borderWidth:[1,"border-width"],maxWidth:[1,"max-width"],rounded:[1],isDisplayed:[32]}]]],["p-0izbvdua.system",[[1,"quint-switch",{rounded:[1],name:[1],checked:[4],value:[1],inputChecked:[32]}]]],["p-wvmoiatz.system",[[1,"quint-testimonial",{icon:[1]}]]],["p-0bds7vx4.system",[[1,"quint-underline-animated",{lineColor:[1,"line-color"],hover:[4],selected:[4],noUnderlineMobile:[4,"no-underline-mobile"]}]]]],e)}))}}}));
System.register(["./p-c974d36b.system.js"],(function(){"use strict";var e,o;return{setters:[function(t){e=t.p;o=t.b}],execute:function(){e().then((function(e){return o([["p-f1ec7vid.system",[[1,"quint-tab-animated",{tabs:[1],rotationDegrees:[2,"rotation-degrees"],lineColor:[1,"line-color"],elementsColor:[1,"elements-color"],dotsColor:[1,"dots-color"],selected:[32],selectedIcon:[32],tabsObject:[32]},[[9,"resize","placeElements"]]]]],["p-chpzydev.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],paddingX:[1,"padding-x"],width:[1],borderRadius:[1,"border-radius"]}]]],["p-wjmumtql.system",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],timerDisabled:[4,"timer-disabled"],indicatorDisabled:[4,"indicator-disabled"],arrows:[4],arrowColor:[1,"arrow-color"],active:[32],carouselItems:[32],carouselIndicator:[32],arrowsEnabled:[32],arrowContainer:[32]}]]],["p-xgeogw5s.system",[[1,"quint-content-card",{media:[1],title:[1],subtitle:[1],buttonText:[1,"button-text"],height:[1],mediaMaxWidth:[1,"media-max-width"],mediaMaxHeight:[1,"media-max-height"],mediaPosition:[1,"media-position"],marginBottom:[1,"margin-bottom"],primaryColor:[1,"primary-color"],secondaryColor:[1,"secondary-color"],underlineColor:[1,"underline-color"]}]]],["p-a0ae1quu.system",[[1,"quint-flip-image",{image1:[1,"image-1"],image2:[1,"image-2"],caption1:[1,"caption-1"],caption2:[1,"caption-2"],captionBackground:[1,"caption-background"],captionColor:[1,"caption-color"],direction:[1],change:[1],selected:[4]}]]],["p-jr9scyvi.system",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-9k8ssgak.system",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],rounded:[1],size:[2],borderWidth:[8,"border-width"]}]]],["p-pdcinigq.system",[[1,"quint-media-container",{type:[1],mediaPlay:[1,"media-play"],mediaLoop:[4,"media-loop"],mediaSpeed:[2,"media-speed"],lottieDirection:[2,"lottie-direction"],path:[1],data:[1],objectFit:[1,"object-fit"]}]]],["p-ikhunh8q.system",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"],shadowSolid:[4,"shadow-solid"],solid:[32]},[[9,"scroll","handleScroll"]]]]],["p-szeqpo47.system",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"],enabledArrow:[4,"enabled-arrow"]}]]],["p-4ggnrkfn.system",[[1,"quint-product-card-grid"]]],["p-wumrraa1.system",[[1,"quint-product-service",{productService:[1,"product-service"],productServiceText:[1,"product-service-text"],productServiceTextWidth:[32]}]]],["p-71su3oei.system",[[1,"quint-sidebar",{title:[1],backEnabled:[4,"back-enabled"],scrollToTop:[4,"scroll-to-top"],centered:[4],noTitle:[4,"no-title"],topBarNoMargin:[4,"top-bar-no-margin"],noScroll:[4,"no-scroll"],selected:[32]}]]],["p-9lzpeyxr.system",[[1,"quint-snackbar",{icon:[1],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],borderWidth:[1,"border-width"],maxWidth:[1,"max-width"],rounded:[1],isDisplayed:[32]}]]],["p-0izbvdua.system",[[1,"quint-switch",{rounded:[1],name:[1],checked:[4],value:[1],inputChecked:[32]}]]],["p-wvmoiatz.system",[[1,"quint-testimonial",{icon:[1]}]]],["p-0bds7vx4.system",[[1,"quint-underline-animated",{lineColor:[1,"line-color"],hover:[4],selected:[4],noUnderlineMobile:[4,"no-underline-mobile"]}]]]],e)}))}}}));

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

import{p as o,b as e}from"./p-6ae256d7.js";o().then(o=>e([["p-th7w3bsq",[[1,"quint-tab-animated",{tabs:[1],rotationDegrees:[2,"rotation-degrees"],lineColor:[1,"line-color"],elementsColor:[1,"elements-color"],dotsColor:[1,"dots-color"],selected:[32],selectedIcon:[32],tabsObject:[32]},[[9,"resize","placeElements"]]]]],["p-xsngbstj",[[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],paddingX:[1,"padding-x"],width:[1],borderRadius:[1,"border-radius"]}]]],["p-egidwswp",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],timerDisabled:[4,"timer-disabled"],indicatorDisabled:[4,"indicator-disabled"],arrows:[4],arrowColor:[1,"arrow-color"],active:[32],carouselItems:[32],carouselIndicator:[32],arrowsEnabled:[32],arrowContainer:[32]}]]],["p-n9g1e9rf",[[1,"quint-content-card",{media:[1],title:[1],subtitle:[1],buttonText:[1,"button-text"],height:[1],mediaMaxWidth:[1,"media-max-width"],mediaMaxHeight:[1,"media-max-height"],mediaPosition:[1,"media-position"],marginBottom:[1,"margin-bottom"],primaryColor:[1,"primary-color"],secondaryColor:[1,"secondary-color"],underlineColor:[1,"underline-color"]}]]],["p-kdqqkg6v",[[1,"quint-flip-image",{image1:[1,"image-1"],image2:[1,"image-2"],caption1:[1,"caption-1"],caption2:[1,"caption-2"],captionBackground:[1,"caption-background"],captionColor:[1,"caption-color"],direction:[1],change:[1],selected:[4]}]]],["p-3fhilywp",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-wkbhk5h8",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],rounded:[1],size:[2],borderWidth:[8,"border-width"]}]]],["p-mb4pb1ox",[[1,"quint-media-container",{type:[1],mediaPlay:[1,"media-play"],mediaLoop:[4,"media-loop"],mediaSpeed:[2,"media-speed"],lottieDirection:[2,"lottie-direction"],path:[1],data:[1],objectFit:[1,"object-fit"]}]]],["p-hbm2au3a",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"],shadowSolid:[4,"shadow-solid"],solid:[32]},[[9,"scroll","handleScroll"]]]]],["p-js5ap8e2",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"],enabledArrow:[4,"enabled-arrow"]}]]],["p-tfyq5ntx",[[1,"quint-product-card-grid"]]],["p-ndehoedw",[[1,"quint-product-service",{productService:[1,"product-service"],productServiceText:[1,"product-service-text"],productServiceTextWidth:[32]}]]],["p-b7tbgapg",[[1,"quint-sidebar",{title:[1],backEnabled:[4,"back-enabled"],scrollToTop:[4,"scroll-to-top"],centered:[4],noTitle:[4,"no-title"],topBarNoMargin:[4,"top-bar-no-margin"],noScroll:[4,"no-scroll"],selected:[32]}]]],["p-q9l83fle",[[1,"quint-snackbar",{icon:[1],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],borderWidth:[1,"border-width"],maxWidth:[1,"max-width"],rounded:[1],isDisplayed:[32]}]]],["p-on3qqwj8",[[1,"quint-switch",{rounded:[1],name:[1],checked:[4],value:[1],inputChecked:[32]}]]],["p-p4jflryf",[[1,"quint-testimonial",{icon:[1]}]]],["p-scorae1v",[[1,"quint-underline-animated",{lineColor:[1,"line-color"],hover:[4],selected:[4],noUnderlineMobile:[4,"no-underline-mobile"]}]]]],o));
import{p as o,b as e}from"./p-6ae256d7.js";o().then(o=>e([["p-th7w3bsq",[[1,"quint-tab-animated",{tabs:[1],rotationDegrees:[2,"rotation-degrees"],lineColor:[1,"line-color"],elementsColor:[1,"elements-color"],dotsColor:[1,"dots-color"],selected:[32],selectedIcon:[32],tabsObject:[32]},[[9,"resize","placeElements"]]]]],["p-xsngbstj",[[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],paddingX:[1,"padding-x"],width:[1],borderRadius:[1,"border-radius"]}]]],["p-egidwswp",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],timerDisabled:[4,"timer-disabled"],indicatorDisabled:[4,"indicator-disabled"],arrows:[4],arrowColor:[1,"arrow-color"],active:[32],carouselItems:[32],carouselIndicator:[32],arrowsEnabled:[32],arrowContainer:[32]}]]],["p-1pnpqnxc",[[1,"quint-content-card",{media:[1],title:[1],subtitle:[1],buttonText:[1,"button-text"],height:[1],mediaMaxWidth:[1,"media-max-width"],mediaMaxHeight:[1,"media-max-height"],mediaPosition:[1,"media-position"],marginBottom:[1,"margin-bottom"],primaryColor:[1,"primary-color"],secondaryColor:[1,"secondary-color"],underlineColor:[1,"underline-color"]}]]],["p-kdqqkg6v",[[1,"quint-flip-image",{image1:[1,"image-1"],image2:[1,"image-2"],caption1:[1,"caption-1"],caption2:[1,"caption-2"],captionBackground:[1,"caption-background"],captionColor:[1,"caption-color"],direction:[1],change:[1],selected:[4]}]]],["p-3fhilywp",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-wkbhk5h8",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],rounded:[1],size:[2],borderWidth:[8,"border-width"]}]]],["p-mb4pb1ox",[[1,"quint-media-container",{type:[1],mediaPlay:[1,"media-play"],mediaLoop:[4,"media-loop"],mediaSpeed:[2,"media-speed"],lottieDirection:[2,"lottie-direction"],path:[1],data:[1],objectFit:[1,"object-fit"]}]]],["p-hbm2au3a",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"],shadowSolid:[4,"shadow-solid"],solid:[32]},[[9,"scroll","handleScroll"]]]]],["p-js5ap8e2",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"],enabledArrow:[4,"enabled-arrow"]}]]],["p-tfyq5ntx",[[1,"quint-product-card-grid"]]],["p-ndehoedw",[[1,"quint-product-service",{productService:[1,"product-service"],productServiceText:[1,"product-service-text"],productServiceTextWidth:[32]}]]],["p-b7tbgapg",[[1,"quint-sidebar",{title:[1],backEnabled:[4,"back-enabled"],scrollToTop:[4,"scroll-to-top"],centered:[4],noTitle:[4,"no-title"],topBarNoMargin:[4,"top-bar-no-margin"],noScroll:[4,"no-scroll"],selected:[32]}]]],["p-q9l83fle",[[1,"quint-snackbar",{icon:[1],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],borderWidth:[1,"border-width"],maxWidth:[1,"max-width"],rounded:[1],isDisplayed:[32]}]]],["p-on3qqwj8",[[1,"quint-switch",{rounded:[1],name:[1],checked:[4],value:[1],inputChecked:[32]}]]],["p-p4jflryf",[[1,"quint-testimonial",{icon:[1]}]]],["p-scorae1v",[[1,"quint-underline-animated",{lineColor:[1,"line-color"],hover:[4],selected:[4],noUnderlineMobile:[4,"no-underline-mobile"]}]]]],o));
{
"name": "quintessential-ui",
"version": "0.0.146",
"version": "0.0.147",
"description": "Quintessential's UI library",

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

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