@ptcwebops/ptcw-design 6.4.18-beta → 6.4.19-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/event-podcast-slider-example.cjs.entry.js +1 -1
- package/dist/cjs/featured-events-slider-example.cjs.entry.js +1 -1
- package/dist/cjs/homepage-jumbotron.cjs.entry.js +1 -1
- package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ptc-button_5.cjs.entry.js +614 -0
- package/dist/cjs/ptc-card_2.cjs.entry.js +1 -1
- package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
- package/dist/cjs/ptc-data-lookup.cjs.entry.js +10 -0
- package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +1 -1
- package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +1 -1
- package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +1 -1
- package/dist/cjs/ptc-icon-card-slider-example.cjs.entry.js +1 -1
- package/dist/cjs/ptc-image-download-strip.cjs.entry.js +1 -1
- package/dist/cjs/ptc-nav-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-value-prop-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-white-paper.cjs.entry.js +1 -1
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/storefront-enhanced-product-list-alt-example.cjs.entry.js +1 -1
- package/dist/cjs/storefront-enhanced-product-list-example.cjs.entry.js +1 -1
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +4 -2
- package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +11 -16
- package/dist/collection/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.css +11 -16
- package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.css +11 -16
- package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.css +11 -16
- package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.css +11 -16
- package/dist/collection/components/ptc-card/ptc-card.css +15 -1
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +11 -16
- package/dist/collection/components/ptc-data-lookup/ptc-data-lookup.js +4 -0
- package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.css +1 -0
- package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.css +2 -1
- package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.css +2 -1
- package/dist/collection/components/ptc-nav-card/ptc-nav-card.css +5 -2
- package/dist/collection/components/ptc-seo-title/ptc-seo-title.js +3 -3
- package/dist/collection/components/ptc-textfield/ptc-textfield.css +1 -1
- package/dist/collection/components/ptc-value-prop-card/ptc-value-prop-card.css +2 -1
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +2 -1
- package/dist/collection/utils/elq-lib.js +6 -0
- package/dist/custom-elements/index.js +25 -15
- package/dist/esm/blog-detail-content_2.entry.js +1 -1
- package/dist/esm/blog-detail-layout.entry.js +1 -1
- package/dist/esm/blogs-search-section.entry.js +1 -1
- package/dist/esm/event-podcast-slider-example.entry.js +1 -1
- package/dist/esm/featured-events-slider-example.entry.js +1 -1
- package/dist/esm/homepage-jumbotron.entry.js +2 -2
- package/dist/esm/homepage-toggled-content.entry.js +1 -1
- package/dist/esm/innovator-toggle-container.entry.js +2 -2
- package/dist/esm/{interfaces-4caedd26.js → interfaces-7c0243be.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/most-popular-news.entry.js +1 -1
- package/dist/esm/my-component.entry.js +1 -1
- package/dist/esm/ptc-accordion-item.entry.js +1 -1
- package/dist/esm/ptc-background-video.entry.js +1 -1
- package/dist/esm/ptc-button_5.entry.js +606 -0
- package/dist/esm/ptc-card_2.entry.js +1 -1
- package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
- package/dist/esm/ptc-collapse-list.entry.js +1 -1
- package/dist/esm/ptc-data-lookup.entry.js +10 -0
- package/dist/esm/ptc-filter-dropdown_4.entry.js +1 -1
- package/dist/esm/ptc-form-checkbox_4.entry.js +2 -2
- package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
- package/dist/esm/ptc-homepage-video-background.entry.js +2 -2
- package/dist/esm/ptc-icon-card-slider-example.entry.js +1 -1
- package/dist/esm/ptc-icon-card.entry.js +1 -1
- package/dist/esm/ptc-image-download-strip.entry.js +1 -1
- package/dist/esm/ptc-img.entry.js +1 -1
- package/dist/esm/ptc-link.entry.js +1 -1
- package/dist/esm/ptc-media-card.entry.js +1 -1
- package/dist/esm/ptc-nav-card.entry.js +1 -1
- package/dist/esm/ptc-pricing-packaging-table.entry.js +1 -1
- package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
- package/dist/esm/ptc-social-icons-footer.entry.js +1 -1
- package/dist/esm/ptc-value-prop-card.entry.js +1 -1
- package/dist/esm/ptc-white-paper.entry.js +1 -1
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/esm/storefront-enhanced-product-list-alt-example.entry.js +1 -1
- package/dist/esm/storefront-enhanced-product-list-example.entry.js +1 -1
- package/dist/esm/{utils-bdd0cc16.js → utils-a64ba942.js} +1 -1
- package/dist/ptcw-design/p-02622aa7.entry.js +1 -0
- package/dist/ptcw-design/{p-4c89d63d.entry.js → p-0df868d2.entry.js} +1 -1
- package/dist/ptcw-design/p-0f6b641c.entry.js +1 -0
- package/dist/ptcw-design/{p-6f9f55b3.entry.js → p-1519b36f.entry.js} +1 -1
- package/dist/ptcw-design/{p-1c63c812.entry.js → p-1c26f390.entry.js} +1 -1
- package/dist/ptcw-design/{p-53dee19b.entry.js → p-1e32a493.entry.js} +1 -1
- package/dist/ptcw-design/{p-c7e948b2.js → p-22cf00e7.js} +1 -1
- package/dist/ptcw-design/{p-502f534b.entry.js → p-2d00fefd.entry.js} +1 -1
- package/dist/ptcw-design/{p-ef870202.entry.js → p-3572eccc.entry.js} +1 -1
- package/dist/ptcw-design/{p-3b40bfbf.entry.js → p-36a3eb03.entry.js} +2 -2
- package/dist/ptcw-design/{p-9c6cad16.entry.js → p-456c5cbb.entry.js} +1 -1
- package/dist/ptcw-design/{p-a4dd4e83.entry.js → p-46b47ed7.entry.js} +1 -1
- package/dist/ptcw-design/p-46c518c8.entry.js +1 -0
- package/dist/ptcw-design/p-50569afd.entry.js +1 -0
- package/dist/ptcw-design/{p-c3b27836.entry.js → p-5cf5b9f8.entry.js} +1 -1
- package/dist/ptcw-design/{p-9efa8199.entry.js → p-5ec17b43.entry.js} +1 -1
- package/dist/ptcw-design/p-60d001c8.entry.js +1 -0
- package/dist/ptcw-design/{p-26e8ad2e.entry.js → p-62e3cd51.entry.js} +1 -1
- package/dist/ptcw-design/p-6ac4cfab.entry.js +1 -0
- package/dist/ptcw-design/{p-8fb48953.entry.js → p-6f2acce5.entry.js} +1 -1
- package/dist/ptcw-design/{p-e5e1e8fb.entry.js → p-82f766d2.entry.js} +1 -1
- package/dist/ptcw-design/{p-9fca5392.entry.js → p-9063956c.entry.js} +1 -1
- package/dist/ptcw-design/{p-26b70120.entry.js → p-90f1a7af.entry.js} +1 -1
- package/dist/ptcw-design/{p-3cb011c9.entry.js → p-92ad78c5.entry.js} +1 -1
- package/dist/ptcw-design/{p-13963d40.entry.js → p-9ca635fa.entry.js} +1 -1
- package/dist/ptcw-design/{p-fb8584e4.entry.js → p-9ef2b1e7.entry.js} +1 -1
- package/dist/ptcw-design/{p-bfadd78e.entry.js → p-9fb21bdf.entry.js} +1 -1
- package/dist/ptcw-design/p-b79b1e09.entry.js +1 -0
- package/dist/ptcw-design/p-bd3d71f1.entry.js +1 -0
- package/dist/ptcw-design/{p-3cfe0126.entry.js → p-c160bda4.entry.js} +1 -1
- package/dist/ptcw-design/p-cc7d5eb7.entry.js +1 -0
- package/dist/ptcw-design/p-d391c01b.entry.js +1 -0
- package/dist/ptcw-design/{p-187ef77b.entry.js → p-df66407c.entry.js} +1 -1
- package/dist/ptcw-design/p-e7c00e48.entry.js +1 -0
- package/dist/ptcw-design/{p-711bcdad.js → p-ee1183b2.js} +1 -1
- package/dist/ptcw-design/{p-5a2ed8fb.entry.js → p-f2675bb0.entry.js} +1 -1
- package/dist/ptcw-design/{p-0fbdcd78.entry.js → p-ff66587b.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components.d.ts +62 -62
- package/package.json +1 -1
- package/readme.md +1 -1
- package/dist/cjs/ptc-button.cjs.entry.js +0 -117
- package/dist/cjs/ptc-para.cjs.entry.js +0 -139
- package/dist/cjs/ptc-picture.cjs.entry.js +0 -185
- package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
- package/dist/cjs/ptc-title.cjs.entry.js +0 -161
- package/dist/esm/ptc-button.entry.js +0 -113
- package/dist/esm/ptc-para.entry.js +0 -135
- package/dist/esm/ptc-picture.entry.js +0 -181
- package/dist/esm/ptc-spacer.entry.js +0 -34
- package/dist/esm/ptc-title.entry.js +0 -157
- package/dist/ptcw-design/p-0c69ea52.entry.js +0 -1
- package/dist/ptcw-design/p-1a853854.entry.js +0 -1
- package/dist/ptcw-design/p-312c41b8.entry.js +0 -1
- package/dist/ptcw-design/p-3e4861a2.entry.js +0 -1
- package/dist/ptcw-design/p-4703e417.entry.js +0 -1
- package/dist/ptcw-design/p-4ab3249d.entry.js +0 -1
- package/dist/ptcw-design/p-6a561487.entry.js +0 -1
- package/dist/ptcw-design/p-6b9e4a18.entry.js +0 -1
- package/dist/ptcw-design/p-7218fe2c.entry.js +0 -1
- package/dist/ptcw-design/p-9da57f76.entry.js +0 -1
- package/dist/ptcw-design/p-ac766cb3.entry.js +0 -1
- package/dist/ptcw-design/p-ad0e7843.entry.js +0 -1
- package/dist/ptcw-design/p-cbbe2bba.entry.js +0 -1
- package/dist/ptcw-design/p-d6ee094b.entry.js +0 -1
- package/dist/ptcw-design/p-d9df1a16.entry.js +0 -1
|
@@ -572,6 +572,7 @@ ptc-footer {
|
|
|
572
572
|
margin-bottom: 14px;
|
|
573
573
|
margin-top: 0rem;
|
|
574
574
|
word-break: break-word;
|
|
575
|
+
-webkit-hyphens: auto;
|
|
575
576
|
hyphens: auto;
|
|
576
577
|
}
|
|
577
578
|
:host(.listing-card) ::slotted([slot=slot-date]) {
|
|
@@ -591,6 +592,7 @@ ptc-footer {
|
|
|
591
592
|
color: var(--color-gray-11);
|
|
592
593
|
margin-bottom: 1rem;
|
|
593
594
|
word-break: break-word;
|
|
595
|
+
-webkit-hyphens: auto;
|
|
594
596
|
hyphens: auto;
|
|
595
597
|
}
|
|
596
598
|
|
|
@@ -686,6 +688,7 @@ ptc-footer {
|
|
|
686
688
|
margin-top: 0rem;
|
|
687
689
|
margin-block-start: 0rem;
|
|
688
690
|
word-break: break-word;
|
|
691
|
+
-webkit-hyphens: auto;
|
|
689
692
|
hyphens: auto;
|
|
690
693
|
}
|
|
691
694
|
@media only screen and (min-width: 1200px) {
|
|
@@ -731,6 +734,7 @@ ptc-footer {
|
|
|
731
734
|
margin-bottom: 8px;
|
|
732
735
|
margin-top: 0rem;
|
|
733
736
|
word-break: break-word;
|
|
737
|
+
-webkit-hyphens: auto;
|
|
734
738
|
hyphens: auto;
|
|
735
739
|
}
|
|
736
740
|
@media (min-width: 768px) {
|
|
@@ -759,6 +763,7 @@ ptc-footer {
|
|
|
759
763
|
margin-bottom: 8px;
|
|
760
764
|
margin-top: 0rem;
|
|
761
765
|
word-break: break-word;
|
|
766
|
+
-webkit-hyphens: auto;
|
|
762
767
|
hyphens: auto;
|
|
763
768
|
}
|
|
764
769
|
}
|
|
@@ -773,6 +778,7 @@ ptc-footer {
|
|
|
773
778
|
margin-top: 0rem;
|
|
774
779
|
margin-block-start: 0rem;
|
|
775
780
|
word-break: break-word;
|
|
781
|
+
-webkit-hyphens: auto;
|
|
776
782
|
hyphens: auto;
|
|
777
783
|
}
|
|
778
784
|
:host(.listing-card-horizontal) ::slotted([slot=slot-description]) p {
|
|
@@ -936,7 +942,8 @@ ptc-footer {
|
|
|
936
942
|
margin-bottom: 12px;
|
|
937
943
|
margin-top: 0rem;
|
|
938
944
|
word-break: break-word;
|
|
939
|
-
hyphens: manual;
|
|
945
|
+
-webkit-hyphens: manual;
|
|
946
|
+
hyphens: manual;
|
|
940
947
|
}
|
|
941
948
|
:host(.resource-center-card) ::slotted([slot=slot-description]) {
|
|
942
949
|
font-family: var(--ptc-font-latin);
|
|
@@ -947,6 +954,7 @@ ptc-footer {
|
|
|
947
954
|
color: var(--color-gray-11);
|
|
948
955
|
margin-bottom: 1rem;
|
|
949
956
|
word-break: break-word;
|
|
957
|
+
-webkit-hyphens: auto;
|
|
950
958
|
hyphens: auto;
|
|
951
959
|
}
|
|
952
960
|
:host(.resource-center-card) ::slotted([slot=slot-description]) p {
|
|
@@ -958,6 +966,7 @@ ptc-footer {
|
|
|
958
966
|
color: var(--color-gray-11);
|
|
959
967
|
margin-bottom: 39px;
|
|
960
968
|
word-break: break-word;
|
|
969
|
+
-webkit-hyphens: auto;
|
|
961
970
|
hyphens: auto;
|
|
962
971
|
}
|
|
963
972
|
:host(.resource-center-card) ::slotted([slot=slot-description]) span {
|
|
@@ -1180,6 +1189,7 @@ ptc-footer {
|
|
|
1180
1189
|
width: fit-content;
|
|
1181
1190
|
clip-path: inset(-6px -6px -6px 0px);
|
|
1182
1191
|
word-break: break-word;
|
|
1192
|
+
-webkit-hyphens: manual;
|
|
1183
1193
|
hyphens: manual;
|
|
1184
1194
|
}
|
|
1185
1195
|
:host(.related-card) .link-wrapper {
|
|
@@ -1272,6 +1282,7 @@ ptc-footer {
|
|
|
1272
1282
|
display: inline-block;
|
|
1273
1283
|
margin-top: 0rem;
|
|
1274
1284
|
word-break: break-word;
|
|
1285
|
+
-webkit-hyphens: auto;
|
|
1275
1286
|
hyphens: auto;
|
|
1276
1287
|
}
|
|
1277
1288
|
:host(.related-card) .card-body .small {
|
|
@@ -1292,6 +1303,7 @@ ptc-footer {
|
|
|
1292
1303
|
margin-bottom: 14px;
|
|
1293
1304
|
margin-top: 0rem;
|
|
1294
1305
|
word-break: break-word;
|
|
1306
|
+
-webkit-hyphens: auto;
|
|
1295
1307
|
hyphens: auto;
|
|
1296
1308
|
}
|
|
1297
1309
|
:host(.related-card) ::slotted([slot=slot-description]) {
|
|
@@ -1395,6 +1407,7 @@ ptc-footer {
|
|
|
1395
1407
|
color: var(--color-gray-11);
|
|
1396
1408
|
margin-top: 0rem;
|
|
1397
1409
|
word-break: break-word;
|
|
1410
|
+
-webkit-hyphens: auto;
|
|
1398
1411
|
hyphens: auto;
|
|
1399
1412
|
margin-bottom: 0rem;
|
|
1400
1413
|
}
|
|
@@ -1415,6 +1428,7 @@ ptc-footer {
|
|
|
1415
1428
|
margin-top: 0rem;
|
|
1416
1429
|
margin-block-start: 0rem;
|
|
1417
1430
|
word-break: break-word;
|
|
1431
|
+
-webkit-hyphens: auto;
|
|
1418
1432
|
hyphens: auto;
|
|
1419
1433
|
}
|
|
1420
1434
|
:host(.featured-horizontal-card) ::slotted([slot=slot-description]) p {
|
|
@@ -83,8 +83,7 @@ swiper-slide {
|
|
|
83
83
|
}
|
|
84
84
|
.swiper-backface-hidden .swiper-slide {
|
|
85
85
|
transform: translateZ(0);
|
|
86
|
-
|
|
87
|
-
backface-visibility: hidden;
|
|
86
|
+
backface-visibility: hidden;
|
|
88
87
|
}
|
|
89
88
|
/* 3D Effects */
|
|
90
89
|
.swiper-3d.swiper-css-mode .swiper-wrapper {
|
|
@@ -391,7 +390,8 @@ button.swiper-pagination-bullet {
|
|
|
391
390
|
padding: 0;
|
|
392
391
|
box-shadow: none;
|
|
393
392
|
-webkit-appearance: none;
|
|
394
|
-
appearance: none;
|
|
393
|
+
-moz-appearance: none;
|
|
394
|
+
appearance: none;
|
|
395
395
|
}
|
|
396
396
|
.swiper-pagination-clickable .swiper-pagination-bullet {
|
|
397
397
|
cursor: pointer;
|
|
@@ -559,7 +559,8 @@ button.swiper-pagination-bullet {
|
|
|
559
559
|
.swiper-zoom-container > canvas {
|
|
560
560
|
max-width: 100%;
|
|
561
561
|
max-height: 100%;
|
|
562
|
-
object-fit: contain;
|
|
562
|
+
-o-object-fit: contain;
|
|
563
|
+
object-fit: contain;
|
|
563
564
|
}
|
|
564
565
|
.swiper-slide-zoomed {
|
|
565
566
|
cursor: move;
|
|
@@ -605,8 +606,7 @@ swiper-container .swiper-notification {
|
|
|
605
606
|
}
|
|
606
607
|
.swiper-cube .swiper-slide {
|
|
607
608
|
pointer-events: none;
|
|
608
|
-
|
|
609
|
-
backface-visibility: hidden;
|
|
609
|
+
backface-visibility: hidden;
|
|
610
610
|
z-index: 1;
|
|
611
611
|
visibility: hidden;
|
|
612
612
|
transform-origin: 0 0;
|
|
@@ -635,8 +635,7 @@ swiper-container .swiper-notification {
|
|
|
635
635
|
.swiper-cube .swiper-slide-shadow-left,
|
|
636
636
|
.swiper-cube .swiper-slide-shadow-right {
|
|
637
637
|
z-index: 0;
|
|
638
|
-
|
|
639
|
-
backface-visibility: hidden;
|
|
638
|
+
backface-visibility: hidden;
|
|
640
639
|
}
|
|
641
640
|
.swiper-cube .swiper-cube-shadow {
|
|
642
641
|
position: absolute;
|
|
@@ -662,8 +661,7 @@ swiper-container .swiper-notification {
|
|
|
662
661
|
}
|
|
663
662
|
.swiper-flip .swiper-slide {
|
|
664
663
|
pointer-events: none;
|
|
665
|
-
|
|
666
|
-
backface-visibility: hidden;
|
|
664
|
+
backface-visibility: hidden;
|
|
667
665
|
z-index: 1;
|
|
668
666
|
}
|
|
669
667
|
.swiper-flip .swiper-slide .swiper-slide {
|
|
@@ -678,12 +676,10 @@ swiper-container .swiper-notification {
|
|
|
678
676
|
.swiper-flip .swiper-slide-shadow-left,
|
|
679
677
|
.swiper-flip .swiper-slide-shadow-right {
|
|
680
678
|
z-index: 0;
|
|
681
|
-
|
|
682
|
-
backface-visibility: hidden;
|
|
679
|
+
backface-visibility: hidden;
|
|
683
680
|
}
|
|
684
681
|
.swiper-creative .swiper-slide {
|
|
685
|
-
|
|
686
|
-
backface-visibility: hidden;
|
|
682
|
+
backface-visibility: hidden;
|
|
687
683
|
overflow: hidden;
|
|
688
684
|
transition-property: transform, opacity, height;
|
|
689
685
|
}
|
|
@@ -692,8 +688,7 @@ swiper-container .swiper-notification {
|
|
|
692
688
|
}
|
|
693
689
|
.swiper-cards .swiper-slide {
|
|
694
690
|
transform-origin: center bottom;
|
|
695
|
-
|
|
696
|
-
backface-visibility: hidden;
|
|
691
|
+
backface-visibility: hidden;
|
|
697
692
|
overflow: hidden;
|
|
698
693
|
}
|
|
699
694
|
|
|
@@ -96,6 +96,10 @@ export class PtcDataLookup {
|
|
|
96
96
|
elementId: "contact-jp-job-title",
|
|
97
97
|
elqFieldName: "C_Title",
|
|
98
98
|
});
|
|
99
|
+
this.elqLib.add_field_mapping({
|
|
100
|
+
elementId: "hdnHubVideoID",
|
|
101
|
+
elqFieldName: "HubVideoID",
|
|
102
|
+
});
|
|
99
103
|
}
|
|
100
104
|
getCookie(name) {
|
|
101
105
|
let cookieValue = null;
|
package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.css
CHANGED
|
@@ -252,7 +252,8 @@ ptc-footer {
|
|
|
252
252
|
border-radius: 4px 4px 0px 0px;
|
|
253
253
|
border-bottom: 2px solid var(--color-blue-07);
|
|
254
254
|
background: transparent;
|
|
255
|
-
backdrop-filter: blur(12px);
|
|
255
|
+
-webkit-backdrop-filter: blur(12px);
|
|
256
|
+
backdrop-filter: blur(12px);
|
|
256
257
|
padding: 24px;
|
|
257
258
|
word-wrap: normal;
|
|
258
259
|
color: var(--color-white);
|
|
@@ -206,13 +206,15 @@ ptc-footer {
|
|
|
206
206
|
line-height: 24px;
|
|
207
207
|
text-align: left;
|
|
208
208
|
word-break: break-word;
|
|
209
|
-
hyphens: auto;
|
|
209
|
+
-webkit-hyphens: auto;
|
|
210
|
+
hyphens: auto;
|
|
210
211
|
margin-bottom: 2px;
|
|
211
212
|
}
|
|
212
213
|
@media only screen and (min-width: 1200px) {
|
|
213
214
|
:host(.media-card) .nav-card-wrap .media-card-wrap h4 {
|
|
214
215
|
font-size: 12px;
|
|
215
|
-
hyphens: auto;
|
|
216
|
+
-webkit-hyphens: auto;
|
|
217
|
+
hyphens: auto;
|
|
216
218
|
line-height: 18px;
|
|
217
219
|
text-align: left;
|
|
218
220
|
margin-bottom: 2px;
|
|
@@ -226,6 +228,7 @@ ptc-footer {
|
|
|
226
228
|
font-stretch: normal;
|
|
227
229
|
font-style: normal;
|
|
228
230
|
font-weight: 400;
|
|
231
|
+
-webkit-hyphens: auto;
|
|
229
232
|
hyphens: auto;
|
|
230
233
|
letter-spacing: normal;
|
|
231
234
|
line-height: 21px;
|
|
@@ -191,7 +191,7 @@ export class PtcSeoTitle {
|
|
|
191
191
|
"type": "string",
|
|
192
192
|
"mutable": false,
|
|
193
193
|
"complexType": {
|
|
194
|
-
"original": "| \"margin-flush\"\n\t\t| \"margin-top-3\"\n\t\t| \"margin-top-4\"\n\t\t| \"margin-top-5\"\n\t\t| \"margin-top-6\"\n\t\t| \"margin-bottom-3\"\n\t\t| \"margin-bottom-4\"\n\t\t| \"margin-bottom-5\"\n\t\t| \"margin-bottom-6\"\n\t\t| \"margin-3\"\n\t\t| \"margin-4\"\n\t\t| \"margin-5\"\n\t\t| \"margin-6\"\n\t\t| \"margin-9\"",
|
|
194
|
+
"original": "| \"margin-flush\"\r\n\t\t| \"margin-top-3\"\r\n\t\t| \"margin-top-4\"\r\n\t\t| \"margin-top-5\"\r\n\t\t| \"margin-top-6\"\r\n\t\t| \"margin-bottom-3\"\r\n\t\t| \"margin-bottom-4\"\r\n\t\t| \"margin-bottom-5\"\r\n\t\t| \"margin-bottom-6\"\r\n\t\t| \"margin-3\"\r\n\t\t| \"margin-4\"\r\n\t\t| \"margin-5\"\r\n\t\t| \"margin-6\"\r\n\t\t| \"margin-9\"",
|
|
195
195
|
"resolved": "\"margin-3\" | \"margin-4\" | \"margin-5\" | \"margin-6\" | \"margin-9\" | \"margin-bottom-3\" | \"margin-bottom-4\" | \"margin-bottom-5\" | \"margin-bottom-6\" | \"margin-flush\" | \"margin-top-3\" | \"margin-top-4\" | \"margin-top-5\" | \"margin-top-6\"",
|
|
196
196
|
"references": {}
|
|
197
197
|
},
|
|
@@ -225,7 +225,7 @@ export class PtcSeoTitle {
|
|
|
225
225
|
"type": "string",
|
|
226
226
|
"mutable": false,
|
|
227
227
|
"complexType": {
|
|
228
|
-
"original": "| \"xx-small\"\n\t\t| \"x-small\"\n\t\t| \"small\"\n\t\t| \"medium\"\n\t\t| \"large\"\n\t\t| \"x-large\"\n\t\t| \"xx-large\"\n\t\t| \"xxx-large\"\n\t\t| \"xxxx-large\"\n\t\t| \"xxxx-large-allbp\"\n\t\t| \"xx-large-allbp\"\n\t\t| \"xxxx-large-desktop\"\n\t\t| \"xxxx-large-store\"",
|
|
228
|
+
"original": "| \"xx-small\"\r\n\t\t| \"x-small\"\r\n\t\t| \"small\"\r\n\t\t| \"medium\"\r\n\t\t| \"large\"\r\n\t\t| \"x-large\"\r\n\t\t| \"xx-large\"\r\n\t\t| \"xxx-large\"\r\n\t\t| \"xxxx-large\"\r\n\t\t| \"xxxx-large-allbp\"\r\n\t\t| \"xx-large-allbp\"\r\n\t\t| \"xxxx-large-desktop\"\r\n\t\t| \"xxxx-large-store\"",
|
|
229
229
|
"resolved": "\"large\" | \"medium\" | \"small\" | \"x-large\" | \"x-small\" | \"xx-large\" | \"xx-large-allbp\" | \"xx-small\" | \"xxx-large\" | \"xxxx-large\" | \"xxxx-large-allbp\" | \"xxxx-large-desktop\" | \"xxxx-large-store\"",
|
|
230
230
|
"references": {}
|
|
231
231
|
},
|
|
@@ -242,7 +242,7 @@ export class PtcSeoTitle {
|
|
|
242
242
|
"type": "string",
|
|
243
243
|
"mutable": false,
|
|
244
244
|
"complexType": {
|
|
245
|
-
"original": "| \"densest\"\n\t\t| \"denser\"\n\t\t| \"dense\"\n\t\t| \"normal\"\n\t\t| \"loose\"\n\t\t| \"looser\"\n\t\t| \"paragraph\"",
|
|
245
|
+
"original": "| \"densest\"\r\n\t\t| \"denser\"\r\n\t\t| \"dense\"\r\n\t\t| \"normal\"\r\n\t\t| \"loose\"\r\n\t\t| \"looser\"\r\n\t\t| \"paragraph\"",
|
|
246
246
|
"resolved": "\"dense\" | \"denser\" | \"densest\" | \"loose\" | \"looser\" | \"normal\" | \"paragraph\"",
|
|
247
247
|
"references": {}
|
|
248
248
|
},
|
|
@@ -3743,7 +3743,7 @@ ptc-footer {
|
|
|
3743
3743
|
.ptc-text-field .iti__flag {
|
|
3744
3744
|
background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/18.2.1/img/flags.png");
|
|
3745
3745
|
}
|
|
3746
|
-
@media (min-resolution: 192dpi) {
|
|
3746
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
3747
3747
|
.ptc-text-field .iti__flag {
|
|
3748
3748
|
background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/18.2.1/img/flags@2x.png");
|
|
3749
3749
|
}
|
|
@@ -107,7 +107,8 @@ ptc-footer {
|
|
|
107
107
|
border-radius: var(--ptc-border-radius-large);
|
|
108
108
|
border: 1px solid var(--color-white);
|
|
109
109
|
background-color: rgba(0, 0, 0, 0.6);
|
|
110
|
-
backdrop-filter: blur(2px);
|
|
110
|
+
-webkit-backdrop-filter: blur(2px);
|
|
111
|
+
backdrop-filter: blur(2px);
|
|
111
112
|
color: var(--color-white);
|
|
112
113
|
z-index: 10;
|
|
113
114
|
display: flex;
|
|
@@ -6113,7 +6113,8 @@ blockquote p {
|
|
|
6113
6113
|
z-index: 900;
|
|
6114
6114
|
transition: all 0.1s ease 0s;
|
|
6115
6115
|
background-color: var(--color-standard-white);
|
|
6116
|
-
backdrop-filter: blur(22px);
|
|
6116
|
+
-webkit-backdrop-filter: blur(22px);
|
|
6117
|
+
backdrop-filter: blur(22px);
|
|
6117
6118
|
background-image: linear-gradient(93deg, #f4f4f4, #fff 100%);
|
|
6118
6119
|
box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.16);
|
|
6119
6120
|
}
|
|
@@ -321,6 +321,12 @@ export class ElqLib {
|
|
|
321
321
|
countryEle.closest('ptc-select').style.display = 'none';
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
|
+
// if (elementId === 'hdnHubVideoID'){
|
|
325
|
+
// const hdnHubVideoEle = document.getElementById(elementId) as HTMLInputElement;
|
|
326
|
+
// if(!hdnHubVideoEle){
|
|
327
|
+
// fieldValue = '';
|
|
328
|
+
// }
|
|
329
|
+
// }
|
|
324
330
|
});
|
|
325
331
|
//console.log('MAPPING: Finished ');
|
|
326
332
|
if (this.fields_populated) {
|