@ptcwebops/ptcw-design 5.0.9 → 5.1.1
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/blog-detail-content_2.cjs.entry.js +1 -1
- package/dist/cjs/blog-detail-layout.cjs.entry.js +1 -1
- package/dist/cjs/homepage-clickable-tab.cjs.entry.js +1 -1
- package/dist/cjs/icon-asset.cjs.entry.js +1 -1
- package/dist/cjs/ptc-card_2.cjs.entry.js +1 -1
- package/dist/cjs/ptc-data-lookup.cjs.entry.js +7 -2
- package/dist/cjs/ptc-filter-tag_2.cjs.entry.js +1 -1
- package/dist/cjs/ptc-form-checkbox_2.cjs.entry.js +76 -185
- package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +1 -1
- package/dist/cjs/ptc-jumbotron.cjs.entry.js +1 -1
- package/dist/cjs/ptc-mobile-select.cjs.entry.js +4 -3
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
- package/dist/collection/components/homepage-clickable-tab/homepage-clickable-tab.css +1 -1
- package/dist/collection/components/icon-asset/icon-asset.css +2 -2
- package/dist/collection/components/organism-bundles/blog-detail-content/blog-detail-content.css +1 -1
- package/dist/collection/components/organism-bundles/blog-detail-layout/blog-detail-layout.css +1 -1
- package/dist/collection/components/ptc-card/ptc-card.css +5 -5
- package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.css +7 -7
- package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.css +5 -1
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +11 -2
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.css +1 -1
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +11 -2
- package/dist/collection/components/ptc-textfield/ptc-textfield.css +34 -51
- package/dist/collection/utils/elq-lib.js +7 -2
- package/dist/custom-elements/index.js +96 -199
- package/dist/esm/blog-detail-content_2.entry.js +1 -1
- package/dist/esm/blog-detail-layout.entry.js +1 -1
- package/dist/esm/homepage-clickable-tab.entry.js +1 -1
- package/dist/esm/icon-asset.entry.js +1 -1
- package/dist/esm/ptc-card_2.entry.js +1 -1
- package/dist/esm/ptc-data-lookup.entry.js +7 -2
- package/dist/esm/ptc-filter-tag_2.entry.js +1 -1
- package/dist/esm/ptc-form-checkbox_2.entry.js +76 -185
- package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
- package/dist/esm/ptc-jumbotron.entry.js +1 -1
- package/dist/esm/ptc-mobile-select.entry.js +4 -3
- package/dist/esm/ptc-pricing-tabs.entry.js +1 -1
- package/dist/ptcw-design/{p-f65792ee.entry.js → p-4452f0cb.entry.js} +1 -1
- package/dist/ptcw-design/{p-fc51fc29.entry.js → p-657ecf13.entry.js} +1 -1
- package/dist/ptcw-design/p-78a1b285.entry.js +68 -0
- package/dist/ptcw-design/p-7fbd5676.entry.js +1 -0
- package/dist/ptcw-design/{p-7b40ed37.entry.js → p-94593ca7.entry.js} +1 -1
- package/dist/ptcw-design/{p-0d642d4a.entry.js → p-95c74739.entry.js} +1 -1
- package/dist/ptcw-design/{p-a3ae424f.entry.js → p-9a077de7.entry.js} +1 -1
- package/dist/ptcw-design/p-9eaddd24.entry.js +1 -0
- package/dist/ptcw-design/{p-8e6059b8.entry.js → p-a27e3899.entry.js} +1 -1
- package/dist/ptcw-design/p-a7950f31.entry.js +1 -0
- package/dist/ptcw-design/{p-a11dbfda.entry.js → p-b76cd8af.entry.js} +1 -1
- package/dist/ptcw-design/p-e732466f.entry.js +1 -0
- package/dist/ptcw-design/ptcw-design.css +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/package.json +1 -1
- package/readme.md +1 -1
- package/dist/ptcw-design/p-3d8902b8.entry.js +0 -1
- package/dist/ptcw-design/p-690f8f51.entry.js +0 -1
- package/dist/ptcw-design/p-81ec875a.entry.js +0 -68
- package/dist/ptcw-design/p-d633a609.entry.js +0 -1
- package/dist/ptcw-design/p-d9517457.entry.js +0 -1
|
@@ -749,6 +749,15 @@ ptc-link, ptc-square-card,
|
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
751
|
|
|
752
|
+
.ptc-section-hp {
|
|
753
|
+
padding-bottom: calc(2.25rem - 32px);
|
|
754
|
+
}
|
|
755
|
+
@media only screen and (min-width: 992px) {
|
|
756
|
+
.ptc-section-hp {
|
|
757
|
+
padding-bottom: calc(3.5rem - 32px);
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
|
|
752
761
|
.u-flex {
|
|
753
762
|
display: flex;
|
|
754
763
|
}
|
|
@@ -1037,7 +1046,7 @@ ptc-link, ptc-square-card,
|
|
|
1037
1046
|
}
|
|
1038
1047
|
@media only screen and (min-width: 992px) {
|
|
1039
1048
|
.u-3-col-grid .u-3-col {
|
|
1040
|
-
width: calc(33.
|
|
1049
|
+
width: calc(33.333333333333% - 10.66666666px);
|
|
1041
1050
|
}
|
|
1042
1051
|
}
|
|
1043
1052
|
.u-3-col-grid.u-col-space-lg {
|
|
@@ -1054,7 +1063,7 @@ ptc-link, ptc-square-card,
|
|
|
1054
1063
|
}
|
|
1055
1064
|
@media only screen and (min-width: 992px) {
|
|
1056
1065
|
.u-3-col-grid.u-col-space-lg .u-3-col {
|
|
1057
|
-
width: calc(33.
|
|
1066
|
+
width: calc(33.333333333333% - 21.3333333px);
|
|
1058
1067
|
}
|
|
1059
1068
|
}
|
|
1060
1069
|
|
|
@@ -2215,9 +2215,9 @@
|
|
|
2215
2215
|
.iti__v-hide {
|
|
2216
2216
|
visibility: hidden;
|
|
2217
2217
|
}
|
|
2218
|
-
.iti input
|
|
2219
|
-
.iti input
|
|
2220
|
-
.iti input
|
|
2218
|
+
.iti input,
|
|
2219
|
+
.iti input[type=text],
|
|
2220
|
+
.iti input[type=tel] {
|
|
2221
2221
|
position: relative;
|
|
2222
2222
|
z-index: 0;
|
|
2223
2223
|
margin-top: 0 !important;
|
|
@@ -2256,35 +2256,26 @@
|
|
|
2256
2256
|
border-top: none;
|
|
2257
2257
|
border-bottom: 4px solid #555;
|
|
2258
2258
|
}
|
|
2259
|
-
.
|
|
2259
|
+
.iti__country-list {
|
|
2260
2260
|
position: absolute;
|
|
2261
2261
|
z-index: 2;
|
|
2262
|
-
|
|
2262
|
+
list-style: none;
|
|
2263
|
+
padding: 0;
|
|
2264
|
+
margin: 0 0 0 -1px;
|
|
2263
2265
|
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
|
|
2264
2266
|
background-color: white;
|
|
2265
2267
|
border: 1px solid #ccc;
|
|
2268
|
+
white-space: nowrap;
|
|
2266
2269
|
max-height: 200px;
|
|
2267
2270
|
overflow-y: scroll;
|
|
2268
2271
|
-webkit-overflow-scrolling: touch;
|
|
2269
2272
|
}
|
|
2270
|
-
.
|
|
2273
|
+
.iti__country-list--dropup {
|
|
2271
2274
|
bottom: 100%;
|
|
2272
2275
|
margin-bottom: -1px;
|
|
2273
2276
|
}
|
|
2274
|
-
.iti__search-input {
|
|
2275
|
-
width: 100%;
|
|
2276
|
-
border-width: 0;
|
|
2277
|
-
}
|
|
2278
|
-
.iti__country-list {
|
|
2279
|
-
list-style: none;
|
|
2280
|
-
padding: 0;
|
|
2281
|
-
margin: 0;
|
|
2282
|
-
}
|
|
2283
|
-
.iti--flexible-dropdown-width .iti__country-list {
|
|
2284
|
-
white-space: nowrap;
|
|
2285
|
-
}
|
|
2286
2277
|
@media (max-width: 500px) {
|
|
2287
|
-
.
|
|
2278
|
+
.iti__country-list {
|
|
2288
2279
|
white-space: normal;
|
|
2289
2280
|
}
|
|
2290
2281
|
}
|
|
@@ -2316,20 +2307,20 @@
|
|
|
2316
2307
|
margin-right: 0;
|
|
2317
2308
|
margin-left: 6px;
|
|
2318
2309
|
}
|
|
2319
|
-
.iti--allow-dropdown input
|
|
2320
|
-
.iti--allow-dropdown input
|
|
2321
|
-
.iti--allow-dropdown input
|
|
2322
|
-
.iti--separate-dial-code input
|
|
2323
|
-
.iti--separate-dial-code input
|
|
2310
|
+
.iti--allow-dropdown input,
|
|
2311
|
+
.iti--allow-dropdown input[type=text],
|
|
2312
|
+
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
|
|
2313
|
+
.iti--separate-dial-code input[type=text],
|
|
2314
|
+
.iti--separate-dial-code input[type=tel] {
|
|
2324
2315
|
padding-right: 6px;
|
|
2325
2316
|
padding-left: 52px;
|
|
2326
2317
|
margin-left: 0;
|
|
2327
2318
|
}
|
|
2328
|
-
[dir=rtl] .iti--allow-dropdown input
|
|
2329
|
-
[dir=rtl] .iti--allow-dropdown input
|
|
2330
|
-
[dir=rtl] .iti--allow-dropdown input
|
|
2331
|
-
[dir=rtl] .iti--separate-dial-code input
|
|
2332
|
-
[dir=rtl] .iti--separate-dial-code input
|
|
2319
|
+
[dir=rtl] .iti--allow-dropdown input,
|
|
2320
|
+
[dir=rtl] .iti--allow-dropdown input[type=text],
|
|
2321
|
+
[dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
|
|
2322
|
+
[dir=rtl] .iti--separate-dial-code input[type=text],
|
|
2323
|
+
[dir=rtl] .iti--separate-dial-code input[type=tel] {
|
|
2333
2324
|
padding-right: 52px;
|
|
2334
2325
|
padding-left: 6px;
|
|
2335
2326
|
margin-right: 0;
|
|
@@ -2348,12 +2339,12 @@
|
|
|
2348
2339
|
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
|
|
2349
2340
|
background-color: rgba(0, 0, 0, 0.05);
|
|
2350
2341
|
}
|
|
2351
|
-
.iti--allow-dropdown .iti__flag-container:
|
|
2352
|
-
.iti--allow-dropdown .iti__flag-container:
|
|
2342
|
+
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
|
|
2343
|
+
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
|
|
2353
2344
|
cursor: default;
|
|
2354
2345
|
}
|
|
2355
|
-
.iti--allow-dropdown .iti__flag-container:
|
|
2356
|
-
.iti--allow-dropdown .iti__flag-container:
|
|
2346
|
+
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
|
|
2347
|
+
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
|
|
2357
2348
|
background-color: transparent;
|
|
2358
2349
|
}
|
|
2359
2350
|
.iti--separate-dial-code .iti__selected-flag {
|
|
@@ -2377,26 +2368,18 @@
|
|
|
2377
2368
|
cursor: pointer;
|
|
2378
2369
|
}
|
|
2379
2370
|
|
|
2380
|
-
.iti
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
right: 0;
|
|
2371
|
+
.iti-mobile .iti--container {
|
|
2372
|
+
top: 30px;
|
|
2373
|
+
bottom: 30px;
|
|
2374
|
+
left: 30px;
|
|
2375
|
+
right: 30px;
|
|
2386
2376
|
position: fixed;
|
|
2387
|
-
padding: 30px;
|
|
2388
|
-
display: flex;
|
|
2389
|
-
flex-direction: column;
|
|
2390
|
-
justify-content: center;
|
|
2391
|
-
}
|
|
2392
|
-
.iti--fullscreen-popup.iti--container.iti--country-search {
|
|
2393
|
-
justify-content: flex-start;
|
|
2394
2377
|
}
|
|
2395
|
-
.iti
|
|
2378
|
+
.iti-mobile .iti__country-list {
|
|
2396
2379
|
max-height: 100%;
|
|
2397
|
-
|
|
2380
|
+
width: 100%;
|
|
2398
2381
|
}
|
|
2399
|
-
.iti
|
|
2382
|
+
.iti-mobile .iti__country {
|
|
2400
2383
|
padding: 10px 10px;
|
|
2401
2384
|
line-height: 1.5em;
|
|
2402
2385
|
}
|
|
@@ -2422,7 +2405,7 @@
|
|
|
2422
2405
|
.iti__flag.iti__va {
|
|
2423
2406
|
width: 15px;
|
|
2424
2407
|
}
|
|
2425
|
-
@media (min-resolution:
|
|
2408
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
2426
2409
|
.iti__flag {
|
|
2427
2410
|
background-size: 5762px 15px;
|
|
2428
2411
|
}
|
|
@@ -3488,7 +3471,7 @@
|
|
|
3488
3471
|
background-color: #dbdbdb;
|
|
3489
3472
|
background-position: 20px 0;
|
|
3490
3473
|
}
|
|
3491
|
-
@media (min-resolution:
|
|
3474
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
3492
3475
|
.iti__flag {
|
|
3493
3476
|
background-image: url("../img/flags@2x.png?1");
|
|
3494
3477
|
}
|
|
@@ -96,11 +96,13 @@ export class ElqLib {
|
|
|
96
96
|
//this.lookup_subscription_by_email();
|
|
97
97
|
console.log('CONTACT LOOKUP: Attempting to find Eloqua subscription...');
|
|
98
98
|
// Queue callback action for the return of lookup
|
|
99
|
-
this.callback_queue.push(this.handle_visitor_lookup.bind(this));
|
|
99
|
+
//this.callback_queue.push(this.handle_visitor_lookup.bind(this));
|
|
100
100
|
if (this.visitor_elq_id !== null) {
|
|
101
101
|
this.lookup_visitor_by_recipient_id();
|
|
102
102
|
}
|
|
103
|
-
|
|
103
|
+
else {
|
|
104
|
+
this.lookup_visitor_by_cookie();
|
|
105
|
+
}
|
|
104
106
|
}
|
|
105
107
|
store_url_vars() {
|
|
106
108
|
// Clear the current url_vars
|
|
@@ -167,6 +169,9 @@ export class ElqLib {
|
|
|
167
169
|
this.update_user_details();
|
|
168
170
|
this.populate_mapped_fields();
|
|
169
171
|
}
|
|
172
|
+
if (actionSucceeded && typeof window.GetElqContentPersonalizationValue === 'function' && window.GetElqContentPersonalizationValue(this.params.elq_field_visitor_email) !== '') {
|
|
173
|
+
this.handle_visitor_lookup();
|
|
174
|
+
}
|
|
170
175
|
if (actionSucceeded && typeof window.GetElqGroupMembershipStatus === 'function') {
|
|
171
176
|
this.populateCheckboxes();
|
|
172
177
|
}
|