@ptcwebops/ptcw-design 6.3.44-beta → 6.3.45-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +3 -2
- package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
- package/dist/cjs/ptc-quote.cjs.entry.js +1 -1
- package/dist/cjs/ptc-theater-video-modal.cjs.entry.js +1 -1
- package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.js +2 -1
- package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +1 -0
- package/dist/collection/components/ptc-quote/ptc-quote.js +1 -1
- package/dist/collection/components/ptc-theater-video/ptc-theater-video.css +2 -0
- package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.css +3 -0
- package/dist/custom-elements/index.js +6 -5
- package/dist/esm/ptc-filter-dropdown_4.entry.js +3 -2
- package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
- package/dist/esm/ptc-quote.entry.js +1 -1
- package/dist/esm/ptc-theater-video-modal.entry.js +1 -1
- package/dist/ptcw-design/{p-f8b34e78.entry.js → p-410f98c6.entry.js} +1 -1
- package/dist/ptcw-design/p-66ecd7b9.entry.js +1 -0
- package/dist/ptcw-design/{p-ad673338.entry.js → p-d9ee43ba.entry.js} +1 -1
- package/dist/ptcw-design/p-fac750be.entry.js +1 -0
- package/dist/ptcw-design/ptcw-design.css +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/ptc-mobile-select/mobile-select/dist/mobile-select.d.ts +209 -0
- package/dist/types/utils/eloqua.d.ts +9 -0
- package/package.json +1 -1
- package/readme.md +1 -1
- package/dist/ptcw-design/p-3ee2a531.entry.js +0 -1
- package/dist/ptcw-design/p-ad1bd6fe.entry.js +0 -1
|
@@ -15,7 +15,7 @@ export class PtcQuote {
|
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
17
|
const classMap = this.getCssClassMap();
|
|
18
|
-
return (h(Host, { class: classMap }, this.imgSrc ? (h("div", { class: "quote-media" }, this.imgSrc ? h("img", { src: this.imgSrc, alt: this.imgTitle ? this.imgTitle : 'quote Image' }) : null, this.imgTitle ? this.getImageTitle() : null)) : null, h("div", { class: "quote-content" }, this.quoteType == 'image-quote' ? h("div", { class: 'quotemarks', innerHTML: QuotationMark }) : null, h("blockquote", null, this.quoteType == 'value-led-quote' &&
|
|
18
|
+
return (h(Host, { class: classMap }, this.imgSrc ? (h("div", { class: "quote-media" }, this.imgSrc ? h("img", { src: this.imgSrc, alt: this.imgTitle ? this.imgTitle : 'quote Image' }) : null, this.imgTitle ? this.getImageTitle() : null)) : null, h("div", { class: "quote-content" }, this.quoteType == 'image-quote' ? h("div", { class: 'quotemarks', innerHTML: QuotationMark }) : null, h("blockquote", null, this.quoteType == 'value-led-quote' && this.quoteImage &&
|
|
19
19
|
h("ptc-picture", { alt: "quote", src: this.quoteImage }), h("p", null, h("slot", null)), h("span", { class: "quote-name" }, this.quoteName ? this.quoteName : null), this.ctaText && this.ctaUrl ? (h("ptc-button", { type: "link", color: "ptc-secondary", "link-href": this.ctaUrl }, this.ctaText)) : null))));
|
|
20
20
|
}
|
|
21
21
|
getCssClassMap() {
|
|
@@ -82,10 +82,12 @@ ptc-link, ptc-square-card,
|
|
|
82
82
|
position: relative;
|
|
83
83
|
border-radius: 12px;
|
|
84
84
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);
|
|
85
|
+
margin-top: 5px;
|
|
85
86
|
cursor: pointer;
|
|
86
87
|
}
|
|
87
88
|
:host .img-wrap:focus-visible {
|
|
88
89
|
border-radius: var(--ptc-border-radius-standard);
|
|
90
|
+
border: 2px solid white;
|
|
89
91
|
outline: 5px solid var(--keyboard-nav-outline);
|
|
90
92
|
}
|
|
91
93
|
:host .img-wrap img {
|
|
@@ -5714,6 +5714,7 @@ Credits to Dave Berning
|
|
|
5714
5714
|
}
|
|
5715
5715
|
.modal .modal-container .vm-close:focus-visible {
|
|
5716
5716
|
border-radius: var(--ptc-border-radius-standard);
|
|
5717
|
+
border: 2px solid white;
|
|
5717
5718
|
outline: 5px solid var(--keyboard-nav-outline);
|
|
5718
5719
|
}
|
|
5719
5720
|
@media only screen and (min-width: 1200px) {
|
|
@@ -5746,6 +5747,7 @@ Credits to Dave Berning
|
|
|
5746
5747
|
}
|
|
5747
5748
|
.modal .modal-container .v-nav button:focus-visible {
|
|
5748
5749
|
border-radius: var(--ptc-border-radius-standard);
|
|
5750
|
+
border: 2px solid white;
|
|
5749
5751
|
outline: 5px solid var(--keyboard-nav-outline);
|
|
5750
5752
|
}
|
|
5751
5753
|
.modal .modal-container .card-description-content p {
|
|
@@ -5800,6 +5802,7 @@ Credits to Dave Berning
|
|
|
5800
5802
|
}
|
|
5801
5803
|
.modal.modal-only-video .modal-wrapper .vm-close:focus-visible {
|
|
5802
5804
|
border-radius: var(--ptc-border-radius-standard);
|
|
5805
|
+
border: 2px solid white;
|
|
5803
5806
|
outline: 5px solid var(--keyboard-nav-outline);
|
|
5804
5807
|
}
|
|
5805
5808
|
.modal.modal-only-video .modal-wrapper .aspect-ratio-container {
|