@ptcwebops/ptcw-design 6.0.12 → 6.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/blogs-search-section.cjs.entry.js +1 -1
- package/dist/cjs/icon-asset_13.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +1 -1
- package/dist/cjs/ptc-card_2.cjs.entry.js +43 -2
- package/dist/cjs/ptc-checkbox.cjs.entry.js +16 -3
- package/dist/cjs/ptc-dropdown.cjs.entry.js +6 -5
- package/dist/cjs/ptc-filter-tag_2.cjs.entry.js +16 -8
- package/dist/cjs/ptc-form-checkbox_2.cjs.entry.js +185 -76
- package/dist/cjs/ptc-icon-minimize.cjs.entry.js +20 -3
- package/dist/cjs/ptc-inline-cta.cjs.entry.js +4 -4
- package/dist/cjs/ptc-jumbotron.cjs.entry.js +2 -2
- package/dist/cjs/ptc-link.cjs.entry.js +3 -2
- package/dist/cjs/ptc-pricing-add-on-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-pricing-add-on-section.cjs.entry.js +1 -1
- package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +1 -1
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ptc-search-field.cjs.entry.js +2 -2
- package/dist/cjs/ptc-social-icons.cjs.entry.js +2 -2
- package/dist/cjs/ptcw-design.cjs.js +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/organism-bundles/blogs-search-section/blogs-search-section.js +1 -1
- package/dist/collection/components/ptc-card/ptc-card.css +1 -1
- package/dist/collection/components/ptc-card/ptc-card.js +86 -1
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.css +1 -0
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.css +9 -0
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +51 -2
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.css +8 -0
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +22 -4
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.css +4 -0
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +11 -0
- package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.css +7 -7
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.css +4 -0
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +36 -2
- package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.css +0 -2
- package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.js +3 -3
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +3 -4
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +1 -1
- package/dist/collection/components/ptc-link/ptc-link.js +21 -2
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.css +5 -5
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +6 -6
- package/dist/collection/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.js +1 -1
- package/dist/collection/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.js +1 -1
- package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +1 -1
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +2 -2
- package/dist/collection/components/ptc-search-field/ptc-search-field.css +12 -5
- package/dist/collection/components/ptc-search-field/ptc-search-field.js +1 -1
- package/dist/collection/components/ptc-social-icons/ptc-social-icons.css +0 -1
- package/dist/collection/components/ptc-social-icons/ptc-social-icons.js +1 -1
- package/dist/collection/components/ptc-textfield/ptc-textfield.css +51 -34
- package/dist/custom-elements/index.js +313 -123
- 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/icon-asset_13.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/ptc-card-bottom_2.entry.js +1 -1
- package/dist/esm/ptc-card_2.entry.js +44 -3
- package/dist/esm/ptc-checkbox.entry.js +16 -3
- package/dist/esm/ptc-dropdown.entry.js +6 -5
- package/dist/esm/ptc-filter-tag_2.entry.js +16 -8
- package/dist/esm/ptc-form-checkbox_2.entry.js +185 -76
- package/dist/esm/ptc-icon-minimize.entry.js +20 -3
- package/dist/esm/ptc-inline-cta.entry.js +4 -4
- package/dist/esm/ptc-jumbotron.entry.js +2 -2
- package/dist/esm/ptc-link.entry.js +3 -2
- package/dist/esm/ptc-pricing-add-on-card.entry.js +1 -1
- package/dist/esm/ptc-pricing-add-on-section.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-search-field.entry.js +2 -2
- package/dist/esm/ptc-social-icons.entry.js +2 -2
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/ptcw-design/p-0483b35b.entry.js +1 -0
- package/dist/ptcw-design/{p-97691f5d.entry.js → p-0d2690dd.entry.js} +1 -1
- package/dist/ptcw-design/p-11eb4dd1.entry.js +1 -0
- package/dist/ptcw-design/p-1b1e8962.entry.js +1 -0
- package/dist/ptcw-design/p-1d48bad3.entry.js +1 -0
- package/dist/ptcw-design/p-21092dd2.entry.js +68 -0
- package/dist/ptcw-design/p-4ab685ce.entry.js +1 -0
- package/dist/ptcw-design/p-524088af.entry.js +1 -0
- package/dist/ptcw-design/{p-1b7a3753.entry.js → p-6cbc9e45.entry.js} +1 -1
- package/dist/ptcw-design/p-77b7108b.entry.js +1 -0
- package/dist/ptcw-design/p-7b27a4e4.entry.js +1 -0
- package/dist/ptcw-design/{p-674cbe95.entry.js → p-a2e0ebdf.entry.js} +1 -1
- package/dist/ptcw-design/p-a974f98f.entry.js +1 -0
- package/dist/ptcw-design/p-ac860994.entry.js +1 -0
- package/dist/ptcw-design/p-b03382d9.entry.js +1 -0
- package/dist/ptcw-design/p-b34456c8.entry.js +1 -0
- package/dist/ptcw-design/p-c48fad4f.entry.js +1 -0
- package/dist/ptcw-design/p-cd26d791.entry.js +1 -0
- package/dist/ptcw-design/{p-a241088c.entry.js → p-cfd07ef5.entry.js} +1 -1
- package/dist/ptcw-design/{p-3a7d25b6.entry.js → p-ea8e0b2e.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.css +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/ptc-card/ptc-card.d.ts +7 -0
- package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +3 -0
- package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +1 -0
- package/dist/types/components/ptc-filter-tag/ptc-filter-tag.d.ts +1 -0
- package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +2 -0
- package/dist/types/components/ptc-link/ptc-link.d.ts +6 -0
- package/dist/types/components.d.ts +19 -0
- package/package.json +1 -1
- package/readme.md +1 -1
- package/dist/ptcw-design/p-29816755.entry.js +0 -1
- package/dist/ptcw-design/p-4e60977c.entry.js +0 -1
- package/dist/ptcw-design/p-79624098.entry.js +0 -1
- package/dist/ptcw-design/p-7964e154.entry.js +0 -1
- package/dist/ptcw-design/p-a5ae3230.entry.js +0 -1
- package/dist/ptcw-design/p-a9a2d397.entry.js +0 -1
- package/dist/ptcw-design/p-b23ba3b6.entry.js +0 -1
- package/dist/ptcw-design/p-b72f0796.entry.js +0 -1
- package/dist/ptcw-design/p-c26edffe.entry.js +0 -68
- package/dist/ptcw-design/p-ccf1dacd.entry.js +0 -1
- package/dist/ptcw-design/p-d0ee3b50.entry.js +0 -1
- package/dist/ptcw-design/p-d538b1bc.entry.js +0 -1
- package/dist/ptcw-design/p-daa98c0d.entry.js +0 -1
- package/dist/ptcw-design/p-f2ed73d6.entry.js +0 -1
- package/dist/ptcw-design/p-fe73a83c.entry.js +0 -1
|
@@ -2215,9 +2215,9 @@
|
|
|
2215
2215
|
.iti__v-hide {
|
|
2216
2216
|
visibility: hidden;
|
|
2217
2217
|
}
|
|
2218
|
-
.iti input,
|
|
2219
|
-
.iti input[type=text],
|
|
2220
|
-
.iti input[type=tel] {
|
|
2218
|
+
.iti input.iti__tel-input,
|
|
2219
|
+
.iti input.iti__tel-input[type=text],
|
|
2220
|
+
.iti input.iti__tel-input[type=tel] {
|
|
2221
2221
|
position: relative;
|
|
2222
2222
|
z-index: 0;
|
|
2223
2223
|
margin-top: 0 !important;
|
|
@@ -2256,26 +2256,35 @@
|
|
|
2256
2256
|
border-top: none;
|
|
2257
2257
|
border-bottom: 4px solid #555;
|
|
2258
2258
|
}
|
|
2259
|
-
.
|
|
2259
|
+
.iti__dropdown-content {
|
|
2260
2260
|
position: absolute;
|
|
2261
2261
|
z-index: 2;
|
|
2262
|
-
|
|
2263
|
-
padding: 0;
|
|
2264
|
-
margin: 0 0 0 -1px;
|
|
2262
|
+
margin-left: -1px;
|
|
2265
2263
|
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
|
|
2266
2264
|
background-color: white;
|
|
2267
2265
|
border: 1px solid #ccc;
|
|
2268
|
-
white-space: nowrap;
|
|
2269
2266
|
max-height: 200px;
|
|
2270
2267
|
overflow-y: scroll;
|
|
2271
2268
|
-webkit-overflow-scrolling: touch;
|
|
2272
2269
|
}
|
|
2273
|
-
.
|
|
2270
|
+
.iti__dropdown-content--dropup {
|
|
2274
2271
|
bottom: 100%;
|
|
2275
2272
|
margin-bottom: -1px;
|
|
2276
2273
|
}
|
|
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
|
+
}
|
|
2277
2286
|
@media (max-width: 500px) {
|
|
2278
|
-
.iti__country-list {
|
|
2287
|
+
.iti--flexible-dropdown-width .iti__country-list {
|
|
2279
2288
|
white-space: normal;
|
|
2280
2289
|
}
|
|
2281
2290
|
}
|
|
@@ -2307,20 +2316,20 @@
|
|
|
2307
2316
|
margin-right: 0;
|
|
2308
2317
|
margin-left: 6px;
|
|
2309
2318
|
}
|
|
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] {
|
|
2319
|
+
.iti--allow-dropdown input.iti__tel-input,
|
|
2320
|
+
.iti--allow-dropdown input.iti__tel-input[type=text],
|
|
2321
|
+
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input,
|
|
2322
|
+
.iti--separate-dial-code input.iti__tel-input[type=text],
|
|
2323
|
+
.iti--separate-dial-code input.iti__tel-input[type=tel] {
|
|
2315
2324
|
padding-right: 6px;
|
|
2316
2325
|
padding-left: 52px;
|
|
2317
2326
|
margin-left: 0;
|
|
2318
2327
|
}
|
|
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] {
|
|
2328
|
+
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
|
|
2329
|
+
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
|
|
2330
|
+
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input,
|
|
2331
|
+
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text],
|
|
2332
|
+
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel] {
|
|
2324
2333
|
padding-right: 52px;
|
|
2325
2334
|
padding-left: 6px;
|
|
2326
2335
|
margin-right: 0;
|
|
@@ -2339,12 +2348,12 @@
|
|
|
2339
2348
|
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
|
|
2340
2349
|
background-color: rgba(0, 0, 0, 0.05);
|
|
2341
2350
|
}
|
|
2342
|
-
.iti--allow-dropdown
|
|
2343
|
-
.iti--allow-dropdown
|
|
2351
|
+
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
|
|
2352
|
+
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
|
|
2344
2353
|
cursor: default;
|
|
2345
2354
|
}
|
|
2346
|
-
.iti--allow-dropdown
|
|
2347
|
-
.iti--allow-dropdown
|
|
2355
|
+
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
|
|
2356
|
+
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
|
|
2348
2357
|
background-color: transparent;
|
|
2349
2358
|
}
|
|
2350
2359
|
.iti--separate-dial-code .iti__selected-flag {
|
|
@@ -2368,18 +2377,26 @@
|
|
|
2368
2377
|
cursor: pointer;
|
|
2369
2378
|
}
|
|
2370
2379
|
|
|
2371
|
-
.iti-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2380
|
+
.iti--fullscreen-popup.iti--container {
|
|
2381
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
2382
|
+
top: 0;
|
|
2383
|
+
bottom: 0;
|
|
2384
|
+
left: 0;
|
|
2385
|
+
right: 0;
|
|
2376
2386
|
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;
|
|
2377
2394
|
}
|
|
2378
|
-
.iti-
|
|
2395
|
+
.iti--fullscreen-popup .iti__dropdown-content {
|
|
2379
2396
|
max-height: 100%;
|
|
2380
|
-
|
|
2397
|
+
position: relative;
|
|
2381
2398
|
}
|
|
2382
|
-
.iti-
|
|
2399
|
+
.iti--fullscreen-popup .iti__country {
|
|
2383
2400
|
padding: 10px 10px;
|
|
2384
2401
|
line-height: 1.5em;
|
|
2385
2402
|
}
|
|
@@ -2405,7 +2422,7 @@
|
|
|
2405
2422
|
.iti__flag.iti__va {
|
|
2406
2423
|
width: 15px;
|
|
2407
2424
|
}
|
|
2408
|
-
@media (
|
|
2425
|
+
@media (min-resolution: 2x) {
|
|
2409
2426
|
.iti__flag {
|
|
2410
2427
|
background-size: 5762px 15px;
|
|
2411
2428
|
}
|
|
@@ -3471,7 +3488,7 @@
|
|
|
3471
3488
|
background-color: #dbdbdb;
|
|
3472
3489
|
background-position: 20px 0;
|
|
3473
3490
|
}
|
|
3474
|
-
@media (
|
|
3491
|
+
@media (min-resolution: 2x) {
|
|
3475
3492
|
.iti__flag {
|
|
3476
3493
|
background-image: url("../img/flags@2x.png?1");
|
|
3477
3494
|
}
|