@ptcwebops/ptcw-design 2.7.4 → 2.7.6

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.
Files changed (64) hide show
  1. package/dist/cjs/fl-tab-content_3.cjs.entry.js +6 -2
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/ptc-announcement.cjs.entry.js +2 -2
  4. package/dist/cjs/ptc-brightcov-video.cjs.entry.js +57 -0
  5. package/dist/cjs/ptc-featured-list.cjs.entry.js +7 -1
  6. package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +249 -0
  7. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +63 -0
  8. package/dist/cjs/ptc-theater-video-modal.cjs.entry.js +88 -0
  9. package/dist/cjs/ptcw-design.cjs.js +1 -1
  10. package/dist/collection/collection-manifest.json +6 -0
  11. package/dist/collection/components/ptc-announcement/ptc-announcement.css +65 -7
  12. package/dist/collection/components/ptc-announcement/ptc-announcement.js +1 -1
  13. package/dist/collection/components/ptc-brightcov-video/ptc-brightcov-video.css +18 -0
  14. package/dist/collection/components/ptc-brightcov-video/ptc-brightcov-video.js +79 -0
  15. package/dist/collection/components/ptc-featured-list/fl-tab-header/fl-tab-header.css +9 -0
  16. package/dist/collection/components/ptc-featured-list/fl-tab-header/fl-tab-header.js +11 -2
  17. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +13 -10
  18. package/dist/collection/components/ptc-featured-list/ptc-featured-list.js +6 -0
  19. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.css +118 -0
  20. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.js +134 -0
  21. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +222 -0
  22. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.js +98 -0
  23. package/dist/collection/components/ptc-theater-video/ptc-theater-video.css +68 -0
  24. package/dist/collection/components/ptc-theater-video/ptc-theater-video.js +140 -0
  25. package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.css +5705 -0
  26. package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.js +123 -0
  27. package/dist/collection/components/ptc-theater-video-playlist/ptc-theater-video-playlist.css +12 -0
  28. package/dist/collection/components/ptc-theater-video-playlist/ptc-theater-video-playlist.js +99 -0
  29. package/dist/custom-elements/index.d.ts +36 -0
  30. package/dist/custom-elements/index.js +391 -8
  31. package/dist/esm/fl-tab-content_3.entry.js +6 -2
  32. package/dist/esm/loader.js +1 -1
  33. package/dist/esm/ptc-announcement.entry.js +2 -2
  34. package/dist/esm/ptc-brightcov-video.entry.js +53 -0
  35. package/dist/esm/ptc-featured-list.entry.js +7 -1
  36. package/dist/esm/ptc-filter-dropdown_4.entry.js +242 -0
  37. package/dist/esm/ptc-filter-level-theater.entry.js +59 -0
  38. package/dist/esm/ptc-theater-video-modal.entry.js +84 -0
  39. package/dist/esm/ptcw-design.js +1 -1
  40. package/dist/ptcw-design/p-17a5ae95.entry.js +1 -0
  41. package/dist/ptcw-design/p-553505a6.entry.js +1 -0
  42. package/dist/ptcw-design/p-565dd14e.entry.js +1 -0
  43. package/dist/ptcw-design/p-6449b769.entry.js +1 -0
  44. package/dist/ptcw-design/p-739ab9b5.entry.js +1 -0
  45. package/dist/ptcw-design/p-cf70a004.entry.js +1 -0
  46. package/dist/ptcw-design/p-fb88e7a6.entry.js +1 -0
  47. package/dist/ptcw-design/ptcw-design.css +1 -1
  48. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  49. package/dist/types/components/ptc-brightcov-video/ptc-brightcov-video.d.ts +6 -0
  50. package/dist/types/components/ptc-featured-list/fl-tab-header/fl-tab-header.d.ts +2 -0
  51. package/dist/types/components/ptc-filter-dropdown/ptc-filter-dropdown.d.ts +24 -0
  52. package/dist/types/components/ptc-filter-level-theater/ptc-filter-level-theater.d.ts +14 -0
  53. package/dist/types/components/ptc-theater-video/ptc-theater-video.d.ts +11 -0
  54. package/dist/types/components/ptc-theater-video-modal/ptc-theater-video-modal.d.ts +15 -0
  55. package/dist/types/components/ptc-theater-video-playlist/ptc-theater-video-playlist.d.ts +12 -0
  56. package/dist/types/components.d.ts +107 -0
  57. package/package.json +1 -1
  58. package/readme.md +1 -1
  59. package/dist/cjs/ptc-social-share.cjs.entry.js +0 -80
  60. package/dist/esm/ptc-social-share.entry.js +0 -76
  61. package/dist/ptcw-design/p-12acb46f.entry.js +0 -1
  62. package/dist/ptcw-design/p-515f4332.entry.js +0 -1
  63. package/dist/ptcw-design/p-ac63caae.entry.js +0 -1
  64. package/dist/ptcw-design/p-f1ea577b.entry.js +0 -1
@@ -17,7 +17,7 @@ const patchBrowser = () => {
17
17
  };
18
18
 
19
19
  patchBrowser().then(options => {
20
- return index.bootstrapLazy(JSON.parse("[[\"bundle-jumbotron-example.cjs\",[[1,\"bundle-jumbotron-example\",{\"jumbotron\":[1],\"isIframe\":[4,\"is-iframe\"]}]]],[\"ptc-featured-list.cjs\",[[1,\"ptc-featured-list\",{\"isMobile\":[32],\"selectedTabGloble\":[32]},[[9,\"resize\",\"handleResize\"],[4,\"flTabClicked\",\"handleflTabClicked\"]]]]],[\"featured-list.cjs\",[[1,\"featured-list\",{\"isMobile\":[32],\"selectedTabGloble\":[32]},[[9,\"resize\",\"handleResize\"],[4,\"flTabClicked\",\"handleflTabClicked\"]]]]],[\"ptc-pricing-table.cjs\",[[1,\"ptc-pricing-table\",{\"pageWithSubnav\":[4,\"page-with-subnav\"],\"tableTitle\":[1,\"table-title\"],\"tableSubTitle\":[1,\"table-sub-title\"],\"tableDescription\":[1,\"table-description\"],\"dataRows\":[2,\"data-rows\"],\"dataCols\":[2,\"data-cols\"],\"disclaimerCount\":[2,\"disclaimer-count\"],\"scrollTopClipperHeight\":[32],\"desktopHeaderFirstCellWidth\":[32],\"targetElements\":[32],\"columnHeaderLinks\":[32],\"lastScrollTop\":[32],\"scrollTimeInterval\":[32],\"scrollAmount\":[32],\"scrollLimit\":[32],\"mobileHeaderRowColSpan\":[32],\"showCtaButtonsRow\":[32],\"ctaButtons\":[32],\"disclaimers\":[32]}]]],[\"embedded-form.cjs\",[[0,\"embedded-form\",{\"formData\":[32]}]]],[\"ptc-form.cjs\",[[0,\"ptc-form\",{\"formData\":[32]}]]],[\"ptc-pricing-add-on-section.cjs\",[[4,\"ptc-pricing-add-on-section\",{\"cardCount\":[2,\"card-count\"],\"cardData\":[32]}]]],[\"sequential-bundle.cjs\",[[1,\"sequential-bundle\",{\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"sequential-bundle-example.cjs\",[[1,\"sequential-bundle-example\",{\"isInteralCardsExpanded\":[1040],\"isMobile\":[32],\"expandedCardIndex\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"author-listing-example.cjs\",[[1,\"author-listing-example\",{\"defaultAuthorImage\":[1,\"default-author-image\"],\"isLoading\":[32],\"loadedCardCount\":[32],\"cardsPerLoad\":[32],\"cardData\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"bundle-example.cjs\",[[1,\"bundle-example\",{\"isLoading\":[32],\"picWidth\":[32],\"picHeight\":[32]},[[9,\"resize\",\"handleWindowResize\"]]]]],[\"ptc-product-sidebar.cjs\",[[1,\"ptc-product-sidebar\",{\"suggestionList\":[16],\"searchTerm\":[32],\"suggestions\":[32]},[[4,\"dropdownTouched\",\"handleDropdownTouched\"],[0,\"click\",\"handleClick\"],[4,\"clearCtaClicked\",\"handleclearCtaClicked\"],[4,\"selectedValues\",\"handleSelectedValues\"]]]]],[\"ptc-embedded-quiz.cjs\",[[1,\"ptc-embedded-quiz\",{\"getQuizEndpoint\":[1,\"get-quiz-endpoint\"],\"quiz\":[32],\"slide\":[32],\"traversal\":[32]}]]],[\"ptc-product-card.cjs\",[[1,\"ptc-product-card\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"],\"cardImageAltText\":[1,\"card-image-alt-text\"],\"cardDescription\":[1,\"card-description\"],\"cardCtaText\":[1,\"card-cta-text\"],\"toggleCtaTitle\":[1,\"toggle-cta-title\"],\"isSlotEmpty\":[4,\"is-slot-empty\"],\"isOpen\":[32]}]]],[\"ptc-modal-quiz.cjs\",[[1,\"ptc-modal-quiz\",{\"totalQuestions\":[2,\"total-questions\"],\"modalId\":[1,\"modal-id\"],\"currentQuestion\":[32],\"currentSelectedPriority\":[32],\"selectedPriorityRadio\":[32],\"answers\":[32]}]]],[\"ptc-news.cjs\",[[1,\"ptc-news\",{\"newsTag\":[1,\"news-tag\"],\"newsTitle\":[1,\"news-title\"],\"newsSecondaryTitle\":[1,\"news-secondary-title\"],\"newsDate\":[1,\"news-date\"],\"newsSummary\":[1,\"news-summary\"],\"newsImage\":[1,\"news-image\"],\"newsImageAlt\":[1,\"news-image-alt\"],\"newsDownloadUrl\":[1,\"news-download-url\"]}]]],[\"ptc-product-category.cjs\",[[1,\"ptc-product-category\",{\"categoryTitle\":[1,\"category-title\"],\"categoryDescription\":[1,\"category-description\"]}]]],[\"ptc-product-highlight-card.cjs\",[[1,\"ptc-product-highlight-card\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"],\"cardImageAltText\":[1,\"card-image-alt-text\"],\"cardDescription\":[1,\"card-description\"]}]]],[\"innovator-toggle-container.cjs\",[[1,\"innovator-toggle-container\",{\"sectionTitle\":[1,\"section-title\"],\"description\":[1],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-announcement.cjs\",[[1,\"ptc-announcement\",{\"barTitle\":[1025,\"bar-title\"],\"description\":[1025],\"linkText\":[513,\"link-text\"],\"linkTitle\":[513,\"link-title\"],\"visible\":[1540],\"linkUrl\":[1537,\"link-url\"],\"insideContainer\":[4,\"inside-container\"],\"target\":[1025],\"customMaxLines\":[2,\"custom-max-lines\"],\"moreText\":[1,\"more-text\"],\"windowSize\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-collapse-list.cjs\",[[1,\"ptc-collapse-list\",{\"header\":[1],\"listItems\":[1040],\"placeholderText\":[1025,\"placeholder-text\"],\"debounceUpdateDelay\":[1026,\"debounce-update-delay\"],\"data\":[32],\"searchText\":[32],\"selectedValue\":[32],\"selectedItems\":[32],\"hashMap\":[32],\"debouncedUpdatedEvent\":[32],\"refreshBuffer\":[32],\"removeSelectedItem\":[64],\"addSelectedItem\":[64]}]]],[\"ptc-product-list.cjs\",[[1,\"ptc-product-list\",null,[[4,\"selectedResult\",\"handleSearchResult\"],[4,\"clearsearch\",\"handleSearchResult\"],[4,\"selectedValues\",\"handleMultipleSearchResult\"],[4,\"emptyResult\",\"handleEmptyResult\"]]]]],[\"ptc-social-share.cjs\",[[1,\"ptc-social-share\",{\"display\":[1],\"shareType\":[1,\"share-type\"],\"shareTitle\":[1,\"share-title\"],\"text\":[1],\"url\":[1],\"source\":[1],\"recipient\":[1],\"iconColor\":[1,\"icon-color\"],\"iconHoverColor\":[1,\"icon-hover-color\"],\"iconSize\":[1,\"icon-size\"],\"isHover\":[32]}]]],[\"ptc-tab-list.cjs\",[[4,\"ptc-tab-list\",{\"type\":[1],\"isMobile\":[32],\"selectedValue\":[32]},[[0,\"tabClicked\",\"onSelectedTab\"],[9,\"resize\",\"calculateHeaderTabsRendering\"]]]]],[\"ptc-hero.cjs\",[[1,\"ptc-hero\",{\"heroType\":[1,\"hero-type\"],\"bgUrl\":[1,\"bg-url\"],\"contentAlignment\":[1,\"content-alignment\"]}]]],[\"ptc-previous-url.cjs\",[[1,\"ptc-previous-url\",{\"href\":[1],\"text\":[1],\"styles\":[1]}]]],[\"ptc-pricing-tabs.cjs\",[[1,\"ptc-pricing-tabs\",{\"productTag\":[1,\"product-tag\"],\"header\":[1],\"tabLabel\":[1,\"tab-label\"],\"filterTag\":[1,\"filter-tag\"],\"styles\":[1],\"tabItems\":[32],\"isMobileViewPort\":[32],\"isDesktopViewPort\":[32]},[[9,\"resize\",\"setIsMobileViewPort\"]]]]],[\"ptc-related-card-rail.cjs\",[[1,\"ptc-related-card-rail\",{\"footerQuerySelector\":[1,\"footer-query-selector\"],\"closed\":[32],\"cardInView\":[32],\"data\":[32],\"screenBasedProps\":[32]}]]],[\"ptc-square-card.cjs\",[[1,\"ptc-square-card\",{\"number\":[1],\"arrowDirection\":[1,\"arrow-direction\"]}]]],[\"ptc-sticky-title.cjs\",[[1,\"ptc-sticky-title\",{\"barTitle\":[1,\"bar-title\"],\"logo\":[1],\"isSticky\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-value-prop-card.cjs\",[[1,\"ptc-value-prop-card\",{\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"cardTitle\":[1,\"card-title\"],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-bio-card.cjs\",[[1,\"ptc-bio-card\",{\"name\":[1],\"jobTitle\":[1,\"job-title\"],\"image\":[1],\"linkedin\":[1],\"twitter\":[1],\"showModal\":[32]}]]],[\"ptc-checkbox.cjs\",[[1,\"ptc-checkbox\",{\"checked\":[1025],\"value\":[1025],\"disabled\":[1028],\"inputName\":[1,\"input-name\"]}]]],[\"ptc-dropdown.cjs\",[[1,\"ptc-dropdown\",{\"theme\":[1],\"label\":[1],\"listItems\":[16],\"toggle\":[32],\"selectedItem\":[32]},[[4,\"click\",\"offClick\"]]]]],[\"ptc-filter-tag.cjs\",[[1,\"ptc-filter-tag\",{\"theme\":[1],\"iconColorMap\":[32]}]]],[\"ptc-icon-minimize.cjs\",[[1,\"ptc-icon-minimize\",{\"heading\":[1025],\"opened\":[1028],\"timeStamp\":[32],\"Refresh\":[64]}]]],[\"ptc-list.cjs\",[[1,\"ptc-list\",{\"listType\":[1,\"list-type\"],\"listItems\":[16]}]]],[\"ptc-media-card.cjs\",[[1,\"ptc-media-card\",{\"cardType\":[1,\"card-type\"],\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"activeBackgroundImage\":[1025,\"active-background-image\"],\"hoverBackgroundImage\":[1025,\"hover-background-image\"],\"heading\":[1025],\"headingTransform\":[1025,\"heading-transform\"],\"category\":[1025],\"isHovered\":[32]}]]],[\"ptc-mobile-select.cjs\",[[0,\"ptc-mobile-select\",{\"triggerName\":[1,\"trigger-name\"],\"selectedText\":[1,\"selected-text\"],\"wheelData\":[1040],\"selectedId\":[1,\"selected-id\"],\"ensureBtnText\":[1,\"ensure-btn-text\"],\"cancelBtnText\":[1,\"cancel-btn-text\"],\"listTitle\":[1,\"list-title\"]}]]],[\"ptc-nav-submenu.cjs\",[[1,\"ptc-nav-submenu\",{\"label\":[1],\"iconAssetName\":[1025,\"icon-asset-name\"],\"iconSrc\":[1,\"icon-src\"]}]]],[\"ptc-pagenation.cjs\",[[1,\"ptc-pagenation\",{\"totalCount\":[2,\"total-count\"],\"numberOfItems\":[2,\"number-of-items\"],\"previousValue\":[1,\"previous-value\"],\"lastValue\":[1,\"last-value\"],\"minPageNumber\":[2,\"min-page-number\"],\"maxPageNumber\":[2,\"max-page-number\"],\"clickedPageNumber\":[2,\"clicked-page-number\"],\"appendArray\":[4,\"append-array\"],\"prevArrowImg\":[1,\"prev-arrow-img\"],\"nextArrowImg\":[1,\"next-arrow-img\"],\"theme\":[1],\"styles\":[1],\"pageNumbers\":[32],\"isSmallScreen\":[32]},[[9,\"resize\",\"windowResize\"]]]]],[\"ptc-podcast-card.cjs\",[[1,\"ptc-podcast-card\",{\"heading\":[1],\"imageSrc\":[1,\"image-src\"],\"altText\":[1,\"alt-text\"]}]]],[\"ptc-quote.cjs\",[[1,\"ptc-quote\",{\"quoteType\":[1025,\"quote-type\"],\"quoteName\":[1025,\"quote-name\"],\"ctaText\":[1,\"cta-text\"],\"ctaUrl\":[1,\"cta-url\"],\"imgSrc\":[1,\"img-src\"],\"imgTitle\":[1,\"img-title\"]}]]],[\"ptc-search-field.cjs\",[[1,\"ptc-search-field\",{\"textValue\":[1,\"text-value\"],\"placeholderLabel\":[1,\"placeholder-label\"],\"darkTheme\":[4,\"dark-theme\"],\"elevation\":[1],\"enableClear\":[4,\"enable-clear\"],\"styles\":[1],\"clearSearchValue\":[64]}]]],[\"ptc-slit-card.cjs\",[[1,\"ptc-slit-card\",{\"cardType\":[1,\"card-type\"],\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"heading\":[1],\"content\":[1],\"styles\":[1],\"cardImage\":[1,\"card-image\"]}]]],[\"ptc-subnav-card.cjs\",[[1,\"ptc-subnav-card\",{\"cardTitle\":[1,\"card-title\"],\"cardHref\":[1,\"card-href\"],\"cardImageSrc\":[1,\"card-image-src\"],\"cardImageAlt\":[1,\"card-image-alt\"],\"ctaText\":[1,\"cta-text\"],\"ctaIconAssetName\":[1,\"cta-icon-asset-name\"]}]]],[\"tab-header.cjs\",[[0,\"tab-header\",{\"name\":[1],\"tooltip\":[1],\"tabHeaderText\":[1,\"tab-header-text\"],\"isSelected\":[32],\"maxLength\":[32],\"getChild\":[64]},[[9,\"resize\",\"handleWindowResize\"]]]]],[\"dynamic-box-bundle.cjs\",[[1,\"dynamic-box-bundle\",{\"topImgSrc\":[1,\"top-img-src\"],\"topImgAlt\":[1,\"top-img-alt\"],\"boxHeight\":[2,\"box-height\"],\"isHovering\":[32]},[[1,\"mouseover\",\"handleMouseOver\"],[1,\"mouseout\",\"handleMouseOut\"]]]]],[\"my-component.cjs\",[[1,\"my-component\",{\"first\":[1],\"middle\":[1],\"last\":[1]}]]],[\"ptc-accordion.cjs\",[[1,\"ptc-accordion\",{\"multiple\":[4],\"theme\":[1]},[[0,\"opened\",\"openHandler\"]]]]],[\"ptc-accordion-item.cjs\",[[1,\"ptc-accordion-item\",{\"heading\":[1],\"headingTag\":[1,\"heading-tag\"],\"autoHeight\":[4,\"auto-height\"],\"active\":[1540],\"theme\":[1537],\"hasHeadingSlot\":[32],\"hasArrowSlot\":[32],\"toggle\":[64],\"close\":[64],\"open\":[64]}]]],[\"ptc-back-to-top.cjs\",[[1,\"ptc-back-to-top\",{\"showButton\":[32]},[[0,\"click\",\"handleClick\"]]]]],[\"ptc-case-studies-slider.cjs\",[[1,\"ptc-case-studies-slider\"]]],[\"ptc-container.cjs\",[[1,\"ptc-container\",{\"backgroundColor\":[1,\"background-color\"],\"elevation\":[1],\"containerType\":[1,\"container-type\"],\"spacing\":[1],\"styles\":[1]}]]],[\"ptc-hero-footer-cta.cjs\",[[6,\"ptc-hero-footer-cta\",{\"ctaTitle\":[1,\"cta-title\"],\"description\":[1],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-icon-component.cjs\",[[1,\"ptc-icon-component\",{\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-icon-list.cjs\",[[1,\"ptc-icon-list\",{\"listType\":[1,\"list-type\"],\"valueWithUnit\":[1,\"value-with-unit\"],\"valueText\":[1,\"value-text\"],\"listContent\":[1,\"list-content\"],\"isLastItem\":[4,\"is-last-item\"]}]]],[\"ptc-minimized-nav.cjs\",[[1,\"ptc-minimized-nav\",{\"linkUrl\":[513,\"link-url\"],\"imgSrc\":[513,\"img-src\"],\"imgAlt\":[513,\"img-alt\"],\"navType\":[1,\"nav-type\"]}]]],[\"ptc-nav-card.cjs\",[[1,\"ptc-nav-card\",{\"cardType\":[1025,\"card-type\"],\"cardHref\":[1025,\"card-href\"],\"logoAlt\":[1025,\"logo-alt\"],\"target\":[1025],\"rel\":[1025],\"linkTitle\":[1025,\"link-title\"],\"cardLogo\":[1025,\"card-logo\"],\"heading\":[1025],\"description\":[1025],\"windowSize\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-nav-link.cjs\",[[1,\"ptc-nav-link\",{\"href\":[1025],\"isOutsideLink\":[1028,\"is-outside-link\"],\"titleText\":[1025,\"title-text\"]},[[2,\"click\",\"handleClick\"]]]]],[\"ptc-nav-pills.cjs\",[[1,\"ptc-nav-pills\"]]],[\"ptc-nav-slider.cjs\",[[1,\"ptc-nav-slider\",{\"sliderId\":[1,\"slider-id\"]},[[0,\"dropdownClickEvent\",\"handledropdownClickEvent\"]]]]],[\"ptc-readmore-char.cjs\",[[1,\"ptc-readmore-char\",{\"maxCharacters\":[2,\"max-characters\"],\"description\":[1],\"readMoreText\":[1,\"read-more-text\"],\"readLessText\":[1,\"read-less-text\"],\"expanded\":[32]}]]],[\"ptc-responsive-wrapper.cjs\",[[1,\"ptc-responsive-wrapper\"]]],[\"ptc-shopping-cart.cjs\",[[1,\"ptc-shopping-cart\",{\"cartCount\":[1,\"cart-count\"],\"color\":[1]}]]],[\"ptc-span.cjs\",[[1,\"ptc-span\",{\"spanStyle\":[1,\"span-style\"],\"display\":[1],\"fontWeight\":[1,\"font-weight\"],\"styles\":[1]}]]],[\"ptc-sticky-icons.cjs\",[[1,\"ptc-sticky-icons\",null,[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-sticky-section.cjs\",[[1,\"ptc-sticky-section\",null,[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-subnav.cjs\",[[1,\"ptc-subnav\",{\"mobileTitle\":[1,\"mobile-title\"],\"navOpen\":[32]},[[9,\"scroll\",\"handleScroll\"],[0,\"navLinkClicked\",\"handleNavLinkClickedEvent\"]]]]],[\"ptc-tab.cjs\",[[1,\"ptc-tab\",{\"optionClicked\":[1540,\"option-clicked\"],\"label\":[1],\"price\":[1],\"active\":[4],\"disabled\":[516]}]]],[\"ptc-tabs.cjs\",[[1,\"ptc-tabs\",{\"tabs\":[32],\"openTab\":[64]}]]],[\"ptc-text-copy-with-background.cjs\",[[1,\"ptc-text-copy-with-background\",{\"type\":[1],\"backgroundImage\":[1,\"background-image\"],\"ImageAltText\":[1,\"image-alt-text\"],\"topSlitBackgroundColor\":[1,\"top-slit-background-color\"],\"slitPosition\":[1,\"slit-position\"],\"isBackgroundBlur\":[4,\"is-background-blur\"],\"overlay\":[4],\"styles\":[1]}]]],[\"ptc-two-column-media.cjs\",[[1,\"ptc-two-column-media\",{\"componentType\":[1,\"component-type\"]}]]],[\"tab-content.cjs\",[[4,\"tab-content\",{\"name\":[1],\"isSelected\":[32],\"getChild\":[64]}]]],[\"ptc-readmore.cjs\",[[1,\"ptc-readmore\",{\"moreText\":[1025,\"more-text\"],\"lessText\":[1025,\"less-text\"],\"readMorePosition\":[1,\"read-more-position\"],\"display\":[1],\"visibleLines\":[1,\"visible-lines\"],\"visibleLinesCustom\":[2,\"visible-lines-custom\"],\"zIndex\":[1,\"z-index\"],\"checked\":[1028],\"size\":[1],\"isIcon\":[4,\"is-icon\"],\"color\":[1],\"updateReadmoreStatus\":[64]},[[9,\"resize\",\"updateReadmoreStatus\"]]]]],[\"ptc-pricing-add-on-card.cjs\",[[1,\"ptc-pricing-add-on-card\",{\"cardTitle\":[1,\"card-title\"],\"cardPricingText\":[1,\"card-pricing-text\"],\"cardCtaHref\":[1,\"card-cta-href\"],\"cardCtaText\":[1,\"card-cta-text\"],\"cardDisclaimer\":[1,\"card-disclaimer\"]}]]],[\"ptc-card.cjs\",[[1,\"ptc-card\",{\"cardType\":[1,\"card-type\"],\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"hasImage\":[4,\"has-image\"],\"hasVideo\":[4,\"has-video\"],\"hasLottie\":[4,\"has-lottie\"],\"heading\":[1],\"headingTransform\":[1,\"heading-transform\"],\"cardDate\":[1,\"card-date\"],\"country\":[1],\"styles\":[1],\"ribbonText\":[1,\"ribbon-text\"],\"eventType\":[1,\"event-type\"],\"cardLogo\":[1,\"card-logo\"],\"titleLineCutOff\":[2,\"title-line-cut-off\"],\"maxChars\":[2,\"max-chars\"],\"maxLines\":[2,\"max-lines\"],\"cardOverflow\":[1,\"card-overflow\"],\"isCreoCard\":[4,\"is-creo-card\"]}]]],[\"ptc-ellipsis-dropdown.cjs\",[[1,\"ptc-ellipsis-dropdown\",{\"dataItems\":[16],\"selectedTab\":[1,\"selected-tab\"],\"isDropdownOpen\":[32],\"isMobile\":[32]},[[4,\"click\",\"offClick\"],[9,\"resize\",\"handleResize\"]]]]],[\"ptc-image-download-strip.cjs\",[[1,\"ptc-image-download-strip\",{\"downloadUrl\":[1,\"download-url\"]}]]],[\"ptc-link.cjs\",[[1,\"ptc-link\",{\"disabled\":[516],\"external\":[516],\"href\":[1],\"target\":[1],\"linkTitle\":[1,\"link-title\"],\"theme\":[1],\"fontSize\":[1,\"font-size\"],\"fontWeight\":[1,\"font-weight\"],\"linkArea\":[1,\"link-area\"],\"styles\":[1]}]]],[\"ptc-pricing-block.cjs\",[[1,\"ptc-pricing-block\",{\"active\":[4],\"optionClicked\":[1540,\"option-clicked\"]}]]],[\"ptc-product-dropdown.cjs\",[[1,\"ptc-product-dropdown\",{\"newOptions\":[16],\"selectedOptions\":[16],\"placeholder\":[1],\"internalOptions\":[32],\"isOpen\":[32]},[[4,\"clearsearch\",\"handleSearchResult\"],[4,\"inputChanged\",\"handleinputChanged\"]]]]],[\"ptc-progress-bar.cjs\",[[1,\"ptc-progress-bar\",{\"scrollPercentage\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-svg-btn.cjs\",[[1,\"ptc-svg-btn\",{\"svgName\":[1,\"svg-name\"],\"display\":[1],\"zIndex\":[1,\"z-index\"],\"styles\":[2]}]]],[\"ptc-breadcrumb_2.cjs\",[[1,\"ptc-jumbotron\",{\"jumbotronType\":[1,\"jumbotron-type\"],\"hasPopupVideo\":[4,\"has-popup-video\"],\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"pngSrc\":[1,\"png-src\"],\"gifSrc\":[1,\"gif-src\"],\"bgVideoSrc\":[1,\"bg-video-src\"],\"bgSrc\":[1,\"bg-src\"],\"isIframe\":[4,\"is-iframe\"],\"playButtonTitle\":[1,\"play-button-title\"],\"pauseButtonTitle\":[1,\"pause-button-title\"],\"hasCtaSlot\":[4,\"has-cta-slot\"],\"contentBackground\":[32],\"contentColor\":[32],\"textAlign\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]],[1,\"ptc-breadcrumb\",{\"position\":[1],\"removeTopMargin\":[4,\"remove-top-margin\"],\"color\":[1],\"styles\":[1]}]]],[\"ptc-dynamic-card.cjs\",[[1,\"ptc-dynamic-card\",{\"cardType\":[1,\"card-type\"],\"cardTitle\":[1,\"card-title\"],\"cardImgSrc\":[1,\"card-img-src\"],\"cardImgAlt\":[1,\"card-img-alt\"],\"cardScreen\":[1,\"card-screen\"],\"isExpanded\":[4,\"is-expanded\"],\"overlayExists\":[32]}]]],[\"dropdown-item.cjs\",[[4,\"dropdown-item\",{\"linkHref\":[1,\"link-href\"],\"linkTarget\":[1,\"link-target\"]}]]],[\"ptc-date.cjs\",[[1,\"ptc-date\",{\"year\":[2],\"month\":[2],\"day\":[2],\"country\":[1],\"dateString\":[1,\"date-string\"],\"dateColor\":[1,\"date-color\"],\"dateStyles\":[1,\"date-styles\"],\"dataSize\":[1,\"data-size\"],\"formatOptions\":[1,\"format-options\"]}]]],[\"ptc-card-bottom_3.cjs\",[[1,\"ptc-card-bottom\",{\"cardType\":[1,\"card-type\"],\"styles\":[1]}],[1,\"ptc-card-wrapper\",{\"cardType\":[1,\"card-type\"],\"cardLink\":[1,\"card-link\"],\"linkTitle\":[1,\"link-title\"],\"linkTarget\":[1,\"link-target\"],\"isLoading\":[4,\"is-loading\"],\"styles\":[1]},[[9,\"resize\",\"handleResize\"]]],[1,\"ptc-skeleton\",{\"isLoading\":[4,\"is-loading\"],\"animated\":[4],\"width\":[1],\"borderRadius\":[1,\"border-radius\"],\"topMargin\":[1,\"top-margin\"],\"btmMargin\":[1,\"btm-margin\"]}]]],[\"ptc-tooltip.cjs\",[[6,\"ptc-tooltip\",{\"textDisplay\":[1,\"text-display\"],\"maxLength\":[2,\"max-length\"],\"textLines\":[2,\"text-lines\"],\"description\":[1],\"zIndex\":[1,\"z-index\"],\"position\":[1],\"styles\":[1],\"mode\":[1],\"theme\":[1],\"width\":[1],\"hideOnMobile\":[4,\"hide-on-mobile\"],\"isSmallScreen\":[4,\"is-small-screen\"]},[[9,\"resize\",\"addTruncatedClass\"],[9,\"resize\",\"windowResize\"]]]]],[\"ptc-background-video.cjs\",[[1,\"ptc-background-video\",{\"videoSrc\":[1,\"video-src\"],\"posterSrc\":[1,\"poster-src\"],\"overlay\":[4],\"playButtonTitle\":[1,\"play-button-title\"],\"pauseButtonTitle\":[1,\"pause-button-title\"],\"type\":[1],\"isIframe\":[4,\"is-iframe\"],\"paused\":[32]}]]],[\"max-width-container.cjs\",[[1,\"max-width-container\",{\"maxWidthP\":[2,\"max-width-p\"],\"maxWidth\":[2,\"max-width\"],\"breakpoint\":[2],\"contentAlign\":[1,\"content-align\"],\"styles\":[1]}]]],[\"ptc-card-content.cjs\",[[1,\"ptc-card-content\",{\"cardType\":[1,\"card-type\"],\"outlineColor\":[1,\"outline-color\"],\"styles\":[1],\"isLoading\":[4,\"is-loading\"],\"setHeight\":[64],\"removeInlineHeight\":[64]}]]],[\"ptc-modal.cjs\",[[1,\"ptc-modal\",{\"iframeUrl\":[1025,\"iframe-url\"],\"size\":[1025],\"show\":[1028],\"overlay\":[1028],\"fixed\":[1028],\"closeOnBlur\":[1028,\"close-on-blur\"],\"rounded\":[1028],\"showHeaderFooter\":[1028,\"show-header-footer\"],\"borderRadius\":[1025,\"border-radius\"],\"isBioModal\":[1028,\"is-bio-modal\"],\"styles\":[1],\"overlayHeight\":[32],\"bodyOverflowSetting\":[32]}]]],[\"list-item.cjs\",[[1,\"list-item\",{\"listType\":[1,\"list-type\"],\"linkHref\":[1,\"link-href\"],\"flushBefore\":[4,\"flush-before\"],\"linkTarget\":[1,\"link-target\"],\"color\":[1],\"styles\":[1]}]]],[\"ptc-overlay.cjs\",[[1,\"ptc-overlay\",{\"filterColor\":[1,\"filter-color\"],\"borderRadius\":[1,\"border-radius\"],\"overlayZIndex\":[1,\"overlay-z-index\"],\"styles\":[1],\"setOverlay\":[64]}]]],[\"fl-tab-content_3.cjs\",[[1,\"fl-tab-header\",{\"tabTitle\":[1,\"tab-title\"],\"nameKey\":[1,\"name-key\"],\"selected\":[4]}],[1,\"fl-tab-content\",{\"nameKey\":[1,\"name-key\"],\"selected\":[4]}],[1,\"fl-tab-image\",{\"nameKey\":[1,\"name-key\"],\"selected\":[4]}]]],[\"ptc-form-checkbox_3.cjs\",[[0,\"ptc-form-checkbox\",{\"checkboxId\":[1,\"checkbox-id\"],\"label\":[1],\"required\":[4],\"isChecked\":[1028,\"is-checked\"],\"name\":[1],\"helpertext\":[1],\"hasError\":[32],\"validateCheckbox\":[64]}],[4,\"ptc-select\",{\"label\":[1],\"isRequired\":[4,\"is-required\"],\"helpertext\":[1],\"name\":[1],\"disabled\":[4],\"selectedValue\":[1025,\"selected-value\"],\"ptcDataEloquaName\":[1,\"ptc-data-eloqua-name\"]}],[0,\"ptc-textfield\",{\"fieldId\":[1,\"field-id\"],\"type\":[1],\"required\":[4],\"ptcMaxLength\":[2,\"ptc-max-length\"],\"labelText\":[1025,\"label-text\"],\"helpertext\":[1025],\"disabled\":[4],\"name\":[1],\"ptcDataEloquaName\":[1,\"ptc-data-eloqua-name\"],\"inputValue\":[1025,\"input-value\"]},[[0,\"input\",\"handleInput\"],[2,\"blur\",\"inputBlurHandler\"]]]]],[\"ptc-img.cjs\",[[4,\"ptc-img\",{\"sizeXs\":[1025,\"size-xs\"],\"sizeSm\":[1025,\"size-sm\"],\"sizeMd\":[1025,\"size-md\"],\"sizeLg\":[1025,\"size-lg\"],\"imgUrl\":[1,\"img-url\"],\"imageType\":[1,\"image-type\"],\"borderRadius\":[1,\"border-radius\"],\"loadMode\":[1,\"load-mode\"],\"styles\":[1]},[[9,\"resize\",\"WindowResize\"]]]]],[\"ptc-picture.cjs\",[[1,\"ptc-picture\",{\"src\":[1],\"alt\":[1],\"sizeXs\":[1025,\"size-xs\"],\"sizeSm\":[1025,\"size-sm\"],\"sizeMd\":[1025,\"size-md\"],\"sizeLg\":[1025,\"size-lg\"],\"disableResize\":[1028,\"disable-resize\"],\"imagePosition\":[1,\"image-position\"],\"borderRadius\":[1,\"border-radius\"],\"height\":[1],\"width\":[1],\"objectFit\":[1,\"object-fit\"],\"isFullHeight\":[4,\"is-full-height\"],\"isFullWidth\":[4,\"is-full-width\"],\"styles\":[1],\"imageAlignment\":[1,\"image-alignment\"],\"maxWidth\":[1,\"max-width\"],\"displayImage\":[1,\"display-image\"],\"oldSrc\":[32]},[[9,\"resize\",\"WindowResize\"]]]]],[\"ptc-button.cjs\",[[1,\"ptc-button\",{\"disabled\":[516],\"active\":[516],\"type\":[1],\"color\":[1],\"iconAnimation\":[1,\"icon-animation\"],\"iconPosition\":[1,\"icon-position\"],\"linkHref\":[1,\"link-href\"],\"linkTitle\":[1,\"link-title\"],\"target\":[1],\"rel\":[1],\"tabNav\":[2,\"tab-nav\"],\"styles\":[1],\"textAlign\":[1,\"text-align\"]}]]],[\"ptc-spacer.cjs\",[[1,\"ptc-spacer\",{\"breakpoint\":[1],\"size\":[1],\"direction\":[1]}]]],[\"ptc-title.cjs\",[[6,\"ptc-title\",{\"isPlmHub\":[4,\"is-plm-hub\"],\"type\":[1],\"textAlign\":[1,\"text-align\"],\"upperline\":[1],\"titleShadow\":[1,\"title-shadow\"],\"titleColor\":[1,\"title-color\"],\"titleMargin\":[1,\"title-margin\"],\"titleWeight\":[1,\"title-weight\"],\"titleSize\":[1,\"title-size\"],\"titleHeight\":[1,\"title-height\"],\"styles\":[1],\"ellipsisLineCutoff\":[2,\"ellipsis-line-cutoff\"],\"titleDisplay\":[1,\"title-display\"]}]]],[\"ptc-para.cjs\",[[1,\"ptc-para\",{\"fontSize\":[1,\"font-size\"],\"fontWeight\":[1,\"font-weight\"],\"paraStyle\":[1,\"para-style\"],\"paraColor\":[1,\"para-color\"],\"paraLineH\":[1,\"para-line-h\"],\"paraMargin\":[1,\"para-margin\"],\"paraAlign\":[1,\"para-align\"],\"ellipsisLineCutoff\":[2,\"ellipsis-line-cutoff\"],\"paraZIndex\":[1,\"para-z-index\"],\"styles\":[1]}]]],[\"icon-asset.cjs\",[[2,\"icon-asset\",{\"name\":[1],\"size\":[1],\"type\":[1],\"spin\":[1],\"pulse\":[1],\"color\":[1],\"isMobileSelect\":[4,\"is-mobile-select\"],\"injectedStyle\":[1,\"injected-style\"]}]]]]"), options);
20
+ return index.bootstrapLazy(JSON.parse("[[\"bundle-jumbotron-example.cjs\",[[1,\"bundle-jumbotron-example\",{\"jumbotron\":[1],\"isIframe\":[4,\"is-iframe\"]}]]],[\"ptc-featured-list.cjs\",[[1,\"ptc-featured-list\",{\"isMobile\":[32],\"selectedTabGloble\":[32]},[[9,\"resize\",\"handleResize\"],[4,\"flTabClicked\",\"handleflTabClicked\"]]]]],[\"featured-list.cjs\",[[1,\"featured-list\",{\"isMobile\":[32],\"selectedTabGloble\":[32]},[[9,\"resize\",\"handleResize\"],[4,\"flTabClicked\",\"handleflTabClicked\"]]]]],[\"ptc-filter-level-theater.cjs\",[[1,\"ptc-filter-level-theater\",{\"selectedTab\":[32],\"lastSelectedTab\":[32],\"lastSelectedTabGroup\":[32],\"selectedTabGroup\":[32]},[[4,\"selectedFilterValues\",\"handleSelectedFilterValues\"]]]]],[\"ptc-pricing-table.cjs\",[[1,\"ptc-pricing-table\",{\"pageWithSubnav\":[4,\"page-with-subnav\"],\"tableTitle\":[1,\"table-title\"],\"tableSubTitle\":[1,\"table-sub-title\"],\"tableDescription\":[1,\"table-description\"],\"dataRows\":[2,\"data-rows\"],\"dataCols\":[2,\"data-cols\"],\"disclaimerCount\":[2,\"disclaimer-count\"],\"scrollTopClipperHeight\":[32],\"desktopHeaderFirstCellWidth\":[32],\"targetElements\":[32],\"columnHeaderLinks\":[32],\"lastScrollTop\":[32],\"scrollTimeInterval\":[32],\"scrollAmount\":[32],\"scrollLimit\":[32],\"mobileHeaderRowColSpan\":[32],\"showCtaButtonsRow\":[32],\"ctaButtons\":[32],\"disclaimers\":[32]}]]],[\"embedded-form.cjs\",[[0,\"embedded-form\",{\"formData\":[32]}]]],[\"ptc-form.cjs\",[[0,\"ptc-form\",{\"formData\":[32]}]]],[\"ptc-pricing-add-on-section.cjs\",[[4,\"ptc-pricing-add-on-section\",{\"cardCount\":[2,\"card-count\"],\"cardData\":[32]}]]],[\"sequential-bundle.cjs\",[[1,\"sequential-bundle\",{\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"sequential-bundle-example.cjs\",[[1,\"sequential-bundle-example\",{\"isInteralCardsExpanded\":[1040],\"isMobile\":[32],\"expandedCardIndex\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"author-listing-example.cjs\",[[1,\"author-listing-example\",{\"defaultAuthorImage\":[1,\"default-author-image\"],\"isLoading\":[32],\"loadedCardCount\":[32],\"cardsPerLoad\":[32],\"cardData\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"bundle-example.cjs\",[[1,\"bundle-example\",{\"isLoading\":[32],\"picWidth\":[32],\"picHeight\":[32]},[[9,\"resize\",\"handleWindowResize\"]]]]],[\"ptc-product-sidebar.cjs\",[[1,\"ptc-product-sidebar\",{\"suggestionList\":[16],\"searchTerm\":[32],\"suggestions\":[32]},[[4,\"dropdownTouched\",\"handleDropdownTouched\"],[0,\"click\",\"handleClick\"],[4,\"clearCtaClicked\",\"handleclearCtaClicked\"],[4,\"selectedValues\",\"handleSelectedValues\"]]]]],[\"ptc-embedded-quiz.cjs\",[[1,\"ptc-embedded-quiz\",{\"getQuizEndpoint\":[1,\"get-quiz-endpoint\"],\"quiz\":[32],\"slide\":[32],\"traversal\":[32]}]]],[\"ptc-product-card.cjs\",[[1,\"ptc-product-card\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"],\"cardImageAltText\":[1,\"card-image-alt-text\"],\"cardDescription\":[1,\"card-description\"],\"cardCtaText\":[1,\"card-cta-text\"],\"toggleCtaTitle\":[1,\"toggle-cta-title\"],\"isSlotEmpty\":[4,\"is-slot-empty\"],\"isOpen\":[32]}]]],[\"ptc-modal-quiz.cjs\",[[1,\"ptc-modal-quiz\",{\"totalQuestions\":[2,\"total-questions\"],\"modalId\":[1,\"modal-id\"],\"currentQuestion\":[32],\"currentSelectedPriority\":[32],\"selectedPriorityRadio\":[32],\"answers\":[32]}]]],[\"ptc-news.cjs\",[[1,\"ptc-news\",{\"newsTag\":[1,\"news-tag\"],\"newsTitle\":[1,\"news-title\"],\"newsSecondaryTitle\":[1,\"news-secondary-title\"],\"newsDate\":[1,\"news-date\"],\"newsSummary\":[1,\"news-summary\"],\"newsImage\":[1,\"news-image\"],\"newsImageAlt\":[1,\"news-image-alt\"],\"newsDownloadUrl\":[1,\"news-download-url\"]}]]],[\"ptc-product-category.cjs\",[[1,\"ptc-product-category\",{\"categoryTitle\":[1,\"category-title\"],\"categoryDescription\":[1,\"category-description\"]}]]],[\"ptc-product-highlight-card.cjs\",[[1,\"ptc-product-highlight-card\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"],\"cardImageAltText\":[1,\"card-image-alt-text\"],\"cardDescription\":[1,\"card-description\"]}]]],[\"innovator-toggle-container.cjs\",[[1,\"innovator-toggle-container\",{\"sectionTitle\":[1,\"section-title\"],\"description\":[1],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-announcement.cjs\",[[1,\"ptc-announcement\",{\"barTitle\":[1025,\"bar-title\"],\"description\":[1025],\"linkText\":[513,\"link-text\"],\"linkTitle\":[513,\"link-title\"],\"visible\":[1540],\"linkUrl\":[1537,\"link-url\"],\"insideContainer\":[4,\"inside-container\"],\"target\":[1025],\"customMaxLines\":[2,\"custom-max-lines\"],\"moreText\":[1,\"more-text\"],\"windowSize\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-collapse-list.cjs\",[[1,\"ptc-collapse-list\",{\"header\":[1],\"listItems\":[1040],\"placeholderText\":[1025,\"placeholder-text\"],\"debounceUpdateDelay\":[1026,\"debounce-update-delay\"],\"data\":[32],\"searchText\":[32],\"selectedValue\":[32],\"selectedItems\":[32],\"hashMap\":[32],\"debouncedUpdatedEvent\":[32],\"refreshBuffer\":[32],\"removeSelectedItem\":[64],\"addSelectedItem\":[64]}]]],[\"ptc-product-list.cjs\",[[1,\"ptc-product-list\",null,[[4,\"selectedResult\",\"handleSearchResult\"],[4,\"clearsearch\",\"handleSearchResult\"],[4,\"selectedValues\",\"handleMultipleSearchResult\"],[4,\"emptyResult\",\"handleEmptyResult\"]]]]],[\"ptc-tab-list.cjs\",[[4,\"ptc-tab-list\",{\"type\":[1],\"isMobile\":[32],\"selectedValue\":[32]},[[0,\"tabClicked\",\"onSelectedTab\"],[9,\"resize\",\"calculateHeaderTabsRendering\"]]]]],[\"ptc-hero.cjs\",[[1,\"ptc-hero\",{\"heroType\":[1,\"hero-type\"],\"bgUrl\":[1,\"bg-url\"],\"contentAlignment\":[1,\"content-alignment\"]}]]],[\"ptc-previous-url.cjs\",[[1,\"ptc-previous-url\",{\"href\":[1],\"text\":[1],\"styles\":[1]}]]],[\"ptc-pricing-tabs.cjs\",[[1,\"ptc-pricing-tabs\",{\"productTag\":[1,\"product-tag\"],\"header\":[1],\"tabLabel\":[1,\"tab-label\"],\"filterTag\":[1,\"filter-tag\"],\"styles\":[1],\"tabItems\":[32],\"isMobileViewPort\":[32],\"isDesktopViewPort\":[32]},[[9,\"resize\",\"setIsMobileViewPort\"]]]]],[\"ptc-related-card-rail.cjs\",[[1,\"ptc-related-card-rail\",{\"footerQuerySelector\":[1,\"footer-query-selector\"],\"closed\":[32],\"cardInView\":[32],\"data\":[32],\"screenBasedProps\":[32]}]]],[\"ptc-square-card.cjs\",[[1,\"ptc-square-card\",{\"number\":[1],\"arrowDirection\":[1,\"arrow-direction\"]}]]],[\"ptc-sticky-title.cjs\",[[1,\"ptc-sticky-title\",{\"barTitle\":[1,\"bar-title\"],\"logo\":[1],\"isSticky\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-theater-video-modal.cjs\",[[6,\"ptc-theater-video-modal\",{\"cards\":[32],\"showModal\":[32],\"currentCardIndex\":[32],\"filteredTagName\":[32],\"updateData\":[64]}]]],[\"ptc-value-prop-card.cjs\",[[1,\"ptc-value-prop-card\",{\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"cardTitle\":[1,\"card-title\"],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-bio-card.cjs\",[[1,\"ptc-bio-card\",{\"name\":[1],\"jobTitle\":[1,\"job-title\"],\"image\":[1],\"linkedin\":[1],\"twitter\":[1],\"showModal\":[32]}]]],[\"ptc-checkbox.cjs\",[[1,\"ptc-checkbox\",{\"checked\":[1025],\"value\":[1025],\"disabled\":[1028],\"inputName\":[1,\"input-name\"]}]]],[\"ptc-dropdown.cjs\",[[1,\"ptc-dropdown\",{\"theme\":[1],\"label\":[1],\"listItems\":[16],\"toggle\":[32],\"selectedItem\":[32]},[[4,\"click\",\"offClick\"]]]]],[\"ptc-filter-tag.cjs\",[[1,\"ptc-filter-tag\",{\"theme\":[1],\"iconColorMap\":[32]}]]],[\"ptc-icon-minimize.cjs\",[[1,\"ptc-icon-minimize\",{\"heading\":[1025],\"opened\":[1028],\"timeStamp\":[32],\"Refresh\":[64]}]]],[\"ptc-list.cjs\",[[1,\"ptc-list\",{\"listType\":[1,\"list-type\"],\"listItems\":[16]}]]],[\"ptc-media-card.cjs\",[[1,\"ptc-media-card\",{\"cardType\":[1,\"card-type\"],\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"activeBackgroundImage\":[1025,\"active-background-image\"],\"hoverBackgroundImage\":[1025,\"hover-background-image\"],\"heading\":[1025],\"headingTransform\":[1025,\"heading-transform\"],\"category\":[1025],\"isHovered\":[32]}]]],[\"ptc-mobile-select.cjs\",[[0,\"ptc-mobile-select\",{\"triggerName\":[1,\"trigger-name\"],\"selectedText\":[1,\"selected-text\"],\"wheelData\":[1040],\"selectedId\":[1,\"selected-id\"],\"ensureBtnText\":[1,\"ensure-btn-text\"],\"cancelBtnText\":[1,\"cancel-btn-text\"],\"listTitle\":[1,\"list-title\"]}]]],[\"ptc-nav-submenu.cjs\",[[1,\"ptc-nav-submenu\",{\"label\":[1],\"iconAssetName\":[1025,\"icon-asset-name\"],\"iconSrc\":[1,\"icon-src\"]}]]],[\"ptc-pagenation.cjs\",[[1,\"ptc-pagenation\",{\"totalCount\":[2,\"total-count\"],\"numberOfItems\":[2,\"number-of-items\"],\"previousValue\":[1,\"previous-value\"],\"lastValue\":[1,\"last-value\"],\"minPageNumber\":[2,\"min-page-number\"],\"maxPageNumber\":[2,\"max-page-number\"],\"clickedPageNumber\":[2,\"clicked-page-number\"],\"appendArray\":[4,\"append-array\"],\"prevArrowImg\":[1,\"prev-arrow-img\"],\"nextArrowImg\":[1,\"next-arrow-img\"],\"theme\":[1],\"styles\":[1],\"pageNumbers\":[32],\"isSmallScreen\":[32]},[[9,\"resize\",\"windowResize\"]]]]],[\"ptc-podcast-card.cjs\",[[1,\"ptc-podcast-card\",{\"heading\":[1],\"imageSrc\":[1,\"image-src\"],\"altText\":[1,\"alt-text\"]}]]],[\"ptc-quote.cjs\",[[1,\"ptc-quote\",{\"quoteType\":[1025,\"quote-type\"],\"quoteName\":[1025,\"quote-name\"],\"ctaText\":[1,\"cta-text\"],\"ctaUrl\":[1,\"cta-url\"],\"imgSrc\":[1,\"img-src\"],\"imgTitle\":[1,\"img-title\"]}]]],[\"ptc-search-field.cjs\",[[1,\"ptc-search-field\",{\"textValue\":[1,\"text-value\"],\"placeholderLabel\":[1,\"placeholder-label\"],\"darkTheme\":[4,\"dark-theme\"],\"elevation\":[1],\"enableClear\":[4,\"enable-clear\"],\"styles\":[1],\"clearSearchValue\":[64]}]]],[\"ptc-slit-card.cjs\",[[1,\"ptc-slit-card\",{\"cardType\":[1,\"card-type\"],\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"heading\":[1],\"content\":[1],\"styles\":[1],\"cardImage\":[1,\"card-image\"]}]]],[\"ptc-subnav-card.cjs\",[[1,\"ptc-subnav-card\",{\"cardTitle\":[1,\"card-title\"],\"cardHref\":[1,\"card-href\"],\"cardImageSrc\":[1,\"card-image-src\"],\"cardImageAlt\":[1,\"card-image-alt\"],\"ctaText\":[1,\"cta-text\"],\"ctaIconAssetName\":[1,\"cta-icon-asset-name\"]}]]],[\"tab-header.cjs\",[[0,\"tab-header\",{\"name\":[1],\"tooltip\":[1],\"tabHeaderText\":[1,\"tab-header-text\"],\"isSelected\":[32],\"maxLength\":[32],\"getChild\":[64]},[[9,\"resize\",\"handleWindowResize\"]]]]],[\"dynamic-box-bundle.cjs\",[[1,\"dynamic-box-bundle\",{\"topImgSrc\":[1,\"top-img-src\"],\"topImgAlt\":[1,\"top-img-alt\"],\"boxHeight\":[2,\"box-height\"],\"isHovering\":[32]},[[1,\"mouseover\",\"handleMouseOver\"],[1,\"mouseout\",\"handleMouseOut\"]]]]],[\"my-component.cjs\",[[1,\"my-component\",{\"first\":[1],\"middle\":[1],\"last\":[1]}]]],[\"ptc-accordion.cjs\",[[1,\"ptc-accordion\",{\"multiple\":[4],\"theme\":[1]},[[0,\"opened\",\"openHandler\"]]]]],[\"ptc-accordion-item.cjs\",[[1,\"ptc-accordion-item\",{\"heading\":[1],\"headingTag\":[1,\"heading-tag\"],\"autoHeight\":[4,\"auto-height\"],\"active\":[1540],\"theme\":[1537],\"hasHeadingSlot\":[32],\"hasArrowSlot\":[32],\"toggle\":[64],\"close\":[64],\"open\":[64]}]]],[\"ptc-back-to-top.cjs\",[[1,\"ptc-back-to-top\",{\"showButton\":[32]},[[0,\"click\",\"handleClick\"]]]]],[\"ptc-brightcov-video.cjs\",[[2,\"ptc-brightcov-video\",{\"videoId\":[1,\"video-id\"]}]]],[\"ptc-case-studies-slider.cjs\",[[1,\"ptc-case-studies-slider\"]]],[\"ptc-container.cjs\",[[1,\"ptc-container\",{\"backgroundColor\":[1,\"background-color\"],\"elevation\":[1],\"containerType\":[1,\"container-type\"],\"spacing\":[1],\"styles\":[1]}]]],[\"ptc-hero-footer-cta.cjs\",[[6,\"ptc-hero-footer-cta\",{\"ctaTitle\":[1,\"cta-title\"],\"description\":[1],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-icon-component.cjs\",[[1,\"ptc-icon-component\",{\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-icon-list.cjs\",[[1,\"ptc-icon-list\",{\"listType\":[1,\"list-type\"],\"valueWithUnit\":[1,\"value-with-unit\"],\"valueText\":[1,\"value-text\"],\"listContent\":[1,\"list-content\"],\"isLastItem\":[4,\"is-last-item\"]}]]],[\"ptc-minimized-nav.cjs\",[[1,\"ptc-minimized-nav\",{\"linkUrl\":[513,\"link-url\"],\"imgSrc\":[513,\"img-src\"],\"imgAlt\":[513,\"img-alt\"],\"navType\":[1,\"nav-type\"]}]]],[\"ptc-nav-card.cjs\",[[1,\"ptc-nav-card\",{\"cardType\":[1025,\"card-type\"],\"cardHref\":[1025,\"card-href\"],\"logoAlt\":[1025,\"logo-alt\"],\"target\":[1025],\"rel\":[1025],\"linkTitle\":[1025,\"link-title\"],\"cardLogo\":[1025,\"card-logo\"],\"heading\":[1025],\"description\":[1025],\"windowSize\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-nav-link.cjs\",[[1,\"ptc-nav-link\",{\"href\":[1025],\"isOutsideLink\":[1028,\"is-outside-link\"],\"titleText\":[1025,\"title-text\"]},[[2,\"click\",\"handleClick\"]]]]],[\"ptc-nav-pills.cjs\",[[1,\"ptc-nav-pills\"]]],[\"ptc-nav-slider.cjs\",[[1,\"ptc-nav-slider\",{\"sliderId\":[1,\"slider-id\"]},[[0,\"dropdownClickEvent\",\"handledropdownClickEvent\"]]]]],[\"ptc-readmore-char.cjs\",[[1,\"ptc-readmore-char\",{\"maxCharacters\":[2,\"max-characters\"],\"description\":[1],\"readMoreText\":[1,\"read-more-text\"],\"readLessText\":[1,\"read-less-text\"],\"expanded\":[32]}]]],[\"ptc-responsive-wrapper.cjs\",[[1,\"ptc-responsive-wrapper\"]]],[\"ptc-shopping-cart.cjs\",[[1,\"ptc-shopping-cart\",{\"cartCount\":[1,\"cart-count\"],\"color\":[1]}]]],[\"ptc-span.cjs\",[[1,\"ptc-span\",{\"spanStyle\":[1,\"span-style\"],\"display\":[1],\"fontWeight\":[1,\"font-weight\"],\"styles\":[1]}]]],[\"ptc-sticky-icons.cjs\",[[1,\"ptc-sticky-icons\",null,[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-sticky-section.cjs\",[[1,\"ptc-sticky-section\",null,[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-subnav.cjs\",[[1,\"ptc-subnav\",{\"mobileTitle\":[1,\"mobile-title\"],\"navOpen\":[32]},[[9,\"scroll\",\"handleScroll\"],[0,\"navLinkClicked\",\"handleNavLinkClickedEvent\"]]]]],[\"ptc-tab.cjs\",[[1,\"ptc-tab\",{\"optionClicked\":[1540,\"option-clicked\"],\"label\":[1],\"price\":[1],\"active\":[4],\"disabled\":[516]}]]],[\"ptc-tabs.cjs\",[[1,\"ptc-tabs\",{\"tabs\":[32],\"openTab\":[64]}]]],[\"ptc-text-copy-with-background.cjs\",[[1,\"ptc-text-copy-with-background\",{\"type\":[1],\"backgroundImage\":[1,\"background-image\"],\"ImageAltText\":[1,\"image-alt-text\"],\"topSlitBackgroundColor\":[1,\"top-slit-background-color\"],\"slitPosition\":[1,\"slit-position\"],\"isBackgroundBlur\":[4,\"is-background-blur\"],\"overlay\":[4],\"styles\":[1]}]]],[\"ptc-two-column-media.cjs\",[[1,\"ptc-two-column-media\",{\"componentType\":[1,\"component-type\"]}]]],[\"tab-content.cjs\",[[4,\"tab-content\",{\"name\":[1],\"isSelected\":[32],\"getChild\":[64]}]]],[\"ptc-readmore.cjs\",[[1,\"ptc-readmore\",{\"moreText\":[1025,\"more-text\"],\"lessText\":[1025,\"less-text\"],\"readMorePosition\":[1,\"read-more-position\"],\"display\":[1],\"visibleLines\":[1,\"visible-lines\"],\"visibleLinesCustom\":[2,\"visible-lines-custom\"],\"zIndex\":[1,\"z-index\"],\"checked\":[1028],\"size\":[1],\"isIcon\":[4,\"is-icon\"],\"color\":[1],\"updateReadmoreStatus\":[64]},[[9,\"resize\",\"updateReadmoreStatus\"]]]]],[\"ptc-pricing-add-on-card.cjs\",[[1,\"ptc-pricing-add-on-card\",{\"cardTitle\":[1,\"card-title\"],\"cardPricingText\":[1,\"card-pricing-text\"],\"cardCtaHref\":[1,\"card-cta-href\"],\"cardCtaText\":[1,\"card-cta-text\"],\"cardDisclaimer\":[1,\"card-disclaimer\"]}]]],[\"ptc-card.cjs\",[[1,\"ptc-card\",{\"cardType\":[1,\"card-type\"],\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"hasImage\":[4,\"has-image\"],\"hasVideo\":[4,\"has-video\"],\"hasLottie\":[4,\"has-lottie\"],\"heading\":[1],\"headingTransform\":[1,\"heading-transform\"],\"cardDate\":[1,\"card-date\"],\"country\":[1],\"styles\":[1],\"ribbonText\":[1,\"ribbon-text\"],\"eventType\":[1,\"event-type\"],\"cardLogo\":[1,\"card-logo\"],\"titleLineCutOff\":[2,\"title-line-cut-off\"],\"maxChars\":[2,\"max-chars\"],\"maxLines\":[2,\"max-lines\"],\"cardOverflow\":[1,\"card-overflow\"],\"isCreoCard\":[4,\"is-creo-card\"]}]]],[\"ptc-ellipsis-dropdown.cjs\",[[1,\"ptc-ellipsis-dropdown\",{\"dataItems\":[16],\"selectedTab\":[1,\"selected-tab\"],\"isDropdownOpen\":[32],\"isMobile\":[32]},[[4,\"click\",\"offClick\"],[9,\"resize\",\"handleResize\"]]]]],[\"ptc-image-download-strip.cjs\",[[1,\"ptc-image-download-strip\",{\"downloadUrl\":[1,\"download-url\"]}]]],[\"ptc-link.cjs\",[[1,\"ptc-link\",{\"disabled\":[516],\"external\":[516],\"href\":[1],\"target\":[1],\"linkTitle\":[1,\"link-title\"],\"theme\":[1],\"fontSize\":[1,\"font-size\"],\"fontWeight\":[1,\"font-weight\"],\"linkArea\":[1,\"link-area\"],\"styles\":[1]}]]],[\"ptc-pricing-block.cjs\",[[1,\"ptc-pricing-block\",{\"active\":[4],\"optionClicked\":[1540,\"option-clicked\"]}]]],[\"ptc-product-dropdown.cjs\",[[1,\"ptc-product-dropdown\",{\"newOptions\":[16],\"selectedOptions\":[16],\"placeholder\":[1],\"internalOptions\":[32],\"isOpen\":[32]},[[4,\"clearsearch\",\"handleSearchResult\"],[4,\"inputChanged\",\"handleinputChanged\"]]]]],[\"ptc-progress-bar.cjs\",[[1,\"ptc-progress-bar\",{\"scrollPercentage\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-svg-btn.cjs\",[[1,\"ptc-svg-btn\",{\"svgName\":[1,\"svg-name\"],\"display\":[1],\"zIndex\":[1,\"z-index\"],\"styles\":[2]}]]],[\"ptc-breadcrumb_2.cjs\",[[1,\"ptc-jumbotron\",{\"jumbotronType\":[1,\"jumbotron-type\"],\"hasPopupVideo\":[4,\"has-popup-video\"],\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"pngSrc\":[1,\"png-src\"],\"gifSrc\":[1,\"gif-src\"],\"bgVideoSrc\":[1,\"bg-video-src\"],\"bgSrc\":[1,\"bg-src\"],\"isIframe\":[4,\"is-iframe\"],\"playButtonTitle\":[1,\"play-button-title\"],\"pauseButtonTitle\":[1,\"pause-button-title\"],\"hasCtaSlot\":[4,\"has-cta-slot\"],\"contentBackground\":[32],\"contentColor\":[32],\"textAlign\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]],[1,\"ptc-breadcrumb\",{\"position\":[1],\"removeTopMargin\":[4,\"remove-top-margin\"],\"color\":[1],\"styles\":[1]}]]],[\"ptc-dynamic-card.cjs\",[[1,\"ptc-dynamic-card\",{\"cardType\":[1,\"card-type\"],\"cardTitle\":[1,\"card-title\"],\"cardImgSrc\":[1,\"card-img-src\"],\"cardImgAlt\":[1,\"card-img-alt\"],\"cardScreen\":[1,\"card-screen\"],\"isExpanded\":[4,\"is-expanded\"],\"overlayExists\":[32]}]]],[\"dropdown-item.cjs\",[[4,\"dropdown-item\",{\"linkHref\":[1,\"link-href\"],\"linkTarget\":[1,\"link-target\"]}]]],[\"ptc-date.cjs\",[[1,\"ptc-date\",{\"year\":[2],\"month\":[2],\"day\":[2],\"country\":[1],\"dateString\":[1,\"date-string\"],\"dateColor\":[1,\"date-color\"],\"dateStyles\":[1,\"date-styles\"],\"dataSize\":[1,\"data-size\"],\"formatOptions\":[1,\"format-options\"]}]]],[\"ptc-card-bottom_3.cjs\",[[1,\"ptc-card-bottom\",{\"cardType\":[1,\"card-type\"],\"styles\":[1]}],[1,\"ptc-card-wrapper\",{\"cardType\":[1,\"card-type\"],\"cardLink\":[1,\"card-link\"],\"linkTitle\":[1,\"link-title\"],\"linkTarget\":[1,\"link-target\"],\"isLoading\":[4,\"is-loading\"],\"styles\":[1]},[[9,\"resize\",\"handleResize\"]]],[1,\"ptc-skeleton\",{\"isLoading\":[4,\"is-loading\"],\"animated\":[4],\"width\":[1],\"borderRadius\":[1,\"border-radius\"],\"topMargin\":[1,\"top-margin\"],\"btmMargin\":[1,\"btm-margin\"]}]]],[\"ptc-button.cjs\",[[1,\"ptc-button\",{\"disabled\":[516],\"active\":[516],\"type\":[1],\"color\":[1],\"iconAnimation\":[1,\"icon-animation\"],\"iconPosition\":[1,\"icon-position\"],\"linkHref\":[1,\"link-href\"],\"linkTitle\":[1,\"link-title\"],\"target\":[1],\"rel\":[1],\"tabNav\":[2,\"tab-nav\"],\"styles\":[1],\"textAlign\":[1,\"text-align\"]}]]],[\"ptc-title.cjs\",[[6,\"ptc-title\",{\"isPlmHub\":[4,\"is-plm-hub\"],\"type\":[1],\"textAlign\":[1,\"text-align\"],\"upperline\":[1],\"titleShadow\":[1,\"title-shadow\"],\"titleColor\":[1,\"title-color\"],\"titleMargin\":[1,\"title-margin\"],\"titleWeight\":[1,\"title-weight\"],\"titleSize\":[1,\"title-size\"],\"titleHeight\":[1,\"title-height\"],\"styles\":[1],\"ellipsisLineCutoff\":[2,\"ellipsis-line-cutoff\"],\"titleDisplay\":[1,\"title-display\"]}]]],[\"icon-asset.cjs\",[[2,\"icon-asset\",{\"name\":[1],\"size\":[1],\"type\":[1],\"spin\":[1],\"pulse\":[1],\"color\":[1],\"isMobileSelect\":[4,\"is-mobile-select\"],\"injectedStyle\":[1,\"injected-style\"]}]]],[\"ptc-filter-dropdown_4.cjs\",[[1,\"ptc-social-share\",{\"display\":[1],\"shareType\":[1,\"share-type\"],\"shareTitle\":[1,\"share-title\"],\"text\":[1],\"url\":[1],\"source\":[1],\"recipient\":[1],\"iconColor\":[1,\"icon-color\"],\"iconHoverColor\":[1,\"icon-hover-color\"],\"iconSize\":[1,\"icon-size\"],\"isHover\":[32]}],[1,\"ptc-filter-dropdown\",{\"placeholder\":[1],\"selectedTag\":[1,\"selected-tag\"],\"internalOptions\":[32],\"selectedOptions\":[32],\"isOpen\":[32]}],[6,\"ptc-theater-video\",{\"cardTitle\":[1,\"card-title\"],\"cardDescription\":[1,\"card-description\"],\"thumbImg\":[1,\"thumb-img\"],\"cardNumber\":[2,\"card-number\"],\"videoId\":[2,\"video-id\"],\"vtagName\":[1,\"vtag-name\"]}],[1,\"ptc-theater-video-playlist\",{\"currentCardIndex\":[32],\"filteredTagName\":[32]},[[4,\"filterCliked\",\"handleFilterClick\"]]]]],[\"ptc-background-video.cjs\",[[1,\"ptc-background-video\",{\"videoSrc\":[1,\"video-src\"],\"posterSrc\":[1,\"poster-src\"],\"overlay\":[4],\"playButtonTitle\":[1,\"play-button-title\"],\"pauseButtonTitle\":[1,\"pause-button-title\"],\"type\":[1],\"isIframe\":[4,\"is-iframe\"],\"paused\":[32]}]]],[\"max-width-container.cjs\",[[1,\"max-width-container\",{\"maxWidthP\":[2,\"max-width-p\"],\"maxWidth\":[2,\"max-width\"],\"breakpoint\":[2],\"contentAlign\":[1,\"content-align\"],\"styles\":[1]}]]],[\"ptc-card-content.cjs\",[[1,\"ptc-card-content\",{\"cardType\":[1,\"card-type\"],\"outlineColor\":[1,\"outline-color\"],\"styles\":[1],\"isLoading\":[4,\"is-loading\"],\"setHeight\":[64],\"removeInlineHeight\":[64]}]]],[\"list-item.cjs\",[[1,\"list-item\",{\"listType\":[1,\"list-type\"],\"linkHref\":[1,\"link-href\"],\"flushBefore\":[4,\"flush-before\"],\"linkTarget\":[1,\"link-target\"],\"color\":[1],\"styles\":[1]}]]],[\"ptc-modal.cjs\",[[1,\"ptc-modal\",{\"iframeUrl\":[1025,\"iframe-url\"],\"size\":[1025],\"show\":[1028],\"overlay\":[1028],\"fixed\":[1028],\"closeOnBlur\":[1028,\"close-on-blur\"],\"rounded\":[1028],\"showHeaderFooter\":[1028,\"show-header-footer\"],\"borderRadius\":[1025,\"border-radius\"],\"isBioModal\":[1028,\"is-bio-modal\"],\"styles\":[1],\"overlayHeight\":[32],\"bodyOverflowSetting\":[32]}]]],[\"ptc-overlay.cjs\",[[1,\"ptc-overlay\",{\"filterColor\":[1,\"filter-color\"],\"borderRadius\":[1,\"border-radius\"],\"overlayZIndex\":[1,\"overlay-z-index\"],\"styles\":[1],\"setOverlay\":[64]}]]],[\"fl-tab-content_3.cjs\",[[6,\"fl-tab-header\",{\"tabTitle\":[1,\"tab-title\"],\"nameKey\":[1,\"name-key\"],\"selected\":[4],\"initialHeader\":[32]}],[1,\"fl-tab-content\",{\"nameKey\":[1,\"name-key\"],\"selected\":[4]}],[1,\"fl-tab-image\",{\"nameKey\":[1,\"name-key\"],\"selected\":[4]}]]],[\"ptc-form-checkbox_3.cjs\",[[0,\"ptc-form-checkbox\",{\"checkboxId\":[1,\"checkbox-id\"],\"label\":[1],\"required\":[4],\"isChecked\":[1028,\"is-checked\"],\"name\":[1],\"helpertext\":[1],\"hasError\":[32],\"validateCheckbox\":[64]}],[4,\"ptc-select\",{\"label\":[1],\"isRequired\":[4,\"is-required\"],\"helpertext\":[1],\"name\":[1],\"disabled\":[4],\"selectedValue\":[1025,\"selected-value\"],\"ptcDataEloquaName\":[1,\"ptc-data-eloqua-name\"]}],[0,\"ptc-textfield\",{\"fieldId\":[1,\"field-id\"],\"type\":[1],\"required\":[4],\"ptcMaxLength\":[2,\"ptc-max-length\"],\"labelText\":[1025,\"label-text\"],\"helpertext\":[1025],\"disabled\":[4],\"name\":[1],\"ptcDataEloquaName\":[1,\"ptc-data-eloqua-name\"],\"inputValue\":[1025,\"input-value\"]},[[0,\"input\",\"handleInput\"],[2,\"blur\",\"inputBlurHandler\"]]]]],[\"ptc-img.cjs\",[[4,\"ptc-img\",{\"sizeXs\":[1025,\"size-xs\"],\"sizeSm\":[1025,\"size-sm\"],\"sizeMd\":[1025,\"size-md\"],\"sizeLg\":[1025,\"size-lg\"],\"imgUrl\":[1,\"img-url\"],\"imageType\":[1,\"image-type\"],\"borderRadius\":[1,\"border-radius\"],\"loadMode\":[1,\"load-mode\"],\"styles\":[1]},[[9,\"resize\",\"WindowResize\"]]]]],[\"ptc-picture.cjs\",[[1,\"ptc-picture\",{\"src\":[1],\"alt\":[1],\"sizeXs\":[1025,\"size-xs\"],\"sizeSm\":[1025,\"size-sm\"],\"sizeMd\":[1025,\"size-md\"],\"sizeLg\":[1025,\"size-lg\"],\"disableResize\":[1028,\"disable-resize\"],\"imagePosition\":[1,\"image-position\"],\"borderRadius\":[1,\"border-radius\"],\"height\":[1],\"width\":[1],\"objectFit\":[1,\"object-fit\"],\"isFullHeight\":[4,\"is-full-height\"],\"isFullWidth\":[4,\"is-full-width\"],\"styles\":[1],\"imageAlignment\":[1,\"image-alignment\"],\"maxWidth\":[1,\"max-width\"],\"displayImage\":[1,\"display-image\"],\"oldSrc\":[32]},[[9,\"resize\",\"WindowResize\"]]]]],[\"ptc-spacer.cjs\",[[1,\"ptc-spacer\",{\"breakpoint\":[1],\"size\":[1],\"direction\":[1]}]]],[\"ptc-tooltip.cjs\",[[6,\"ptc-tooltip\",{\"textDisplay\":[1,\"text-display\"],\"maxLength\":[2,\"max-length\"],\"textLines\":[2,\"text-lines\"],\"description\":[1],\"zIndex\":[1,\"z-index\"],\"position\":[1],\"styles\":[1],\"mode\":[1],\"theme\":[1],\"width\":[1],\"hideOnMobile\":[4,\"hide-on-mobile\"],\"isSmallScreen\":[4,\"is-small-screen\"]},[[9,\"resize\",\"addTruncatedClass\"],[9,\"resize\",\"windowResize\"]]]]],[\"ptc-para.cjs\",[[1,\"ptc-para\",{\"fontSize\":[1,\"font-size\"],\"fontWeight\":[1,\"font-weight\"],\"paraStyle\":[1,\"para-style\"],\"paraColor\":[1,\"para-color\"],\"paraLineH\":[1,\"para-line-h\"],\"paraMargin\":[1,\"para-margin\"],\"paraAlign\":[1,\"para-align\"],\"ellipsisLineCutoff\":[2,\"ellipsis-line-cutoff\"],\"paraZIndex\":[1,\"para-z-index\"],\"styles\":[1]}]]]]"), options);
21
21
  });
22
22
 
23
23
  exports.setNonce = index.setNonce;
@@ -22,6 +22,7 @@
22
22
  "./components/ptc-background-video/ptc-background-video.js",
23
23
  "./components/ptc-bio-card/ptc-bio-card.js",
24
24
  "./components/ptc-breadcrumb/ptc-breadcrumb.js",
25
+ "./components/ptc-brightcov-video/ptc-brightcov-video.js",
25
26
  "./components/ptc-button/ptc-button.js",
26
27
  "./components/ptc-card/ptc-card.js",
27
28
  "./components/ptc-card-bottom/ptc-card-bottom.js",
@@ -40,6 +41,8 @@
40
41
  "./components/ptc-featured-list/fl-tab-content/fl-tab-content.js",
41
42
  "./components/ptc-featured-list/fl-tab-header/fl-tab-header.js",
42
43
  "./components/ptc-featured-list/fl-tab-image/fl-tab-image.js",
44
+ "./components/ptc-filter-dropdown/ptc-filter-dropdown.js",
45
+ "./components/ptc-filter-level-theater/ptc-filter-level-theater.js",
43
46
  "./components/ptc-filter-tag/ptc-filter-tag.js",
44
47
  "./components/ptc-form-checkbox/ptc-form-checkbox.js",
45
48
  "./components/ptc-hero/ptc-hero.js",
@@ -101,6 +104,9 @@
101
104
  "./components/ptc-tabs/ptc-tabs.js",
102
105
  "./components/ptc-text-copy-with-background/ptc-text-copy-with-background.js",
103
106
  "./components/ptc-textfield/ptc-textfield.js",
107
+ "./components/ptc-theater-video/ptc-theater-video.js",
108
+ "./components/ptc-theater-video-modal/ptc-theater-video-modal.js",
109
+ "./components/ptc-theater-video-playlist/ptc-theater-video-playlist.js",
104
110
  "./components/ptc-title/ptc-title.js",
105
111
  "./components/ptc-tooltip/ptc-tooltip.js",
106
112
  "./components/ptc-two-column-media/ptc-two-column-media.js",
@@ -1,3 +1,60 @@
1
+ .ptc-container {
2
+ padding-right: 24px;
3
+ padding-left: 24px;
4
+ margin-right: auto;
5
+ margin-left: auto;
6
+ }
7
+
8
+ @media only screen and (min-width: 1200px) {
9
+ .ptc-container {
10
+ padding-left: 0;
11
+ padding-right: 0;
12
+ max-width: 1136px;
13
+ }
14
+ }
15
+ @media only screen and (min-width: 1440px) {
16
+ .ptc-container {
17
+ padding-left: 0;
18
+ padding-right: 0;
19
+ max-width: 1200px;
20
+ }
21
+ }
22
+ .ptc-container-lg {
23
+ padding-right: 15px;
24
+ padding-left: 15px;
25
+ margin-right: auto;
26
+ margin-left: auto;
27
+ }
28
+
29
+ @media only screen and (min-width: 480px) {
30
+ .ptc-container-lg {
31
+ padding-left: var(--ptc-layout-spacing-03);
32
+ padding-right: var(--ptc-layout-spacing-03);
33
+ }
34
+ }
35
+ @media only screen and (min-width: 768px) {
36
+ .ptc-container-lg {
37
+ padding-left: var(--ptc-layout-spacing-04);
38
+ padding-right: var(--ptc-layout-spacing-04);
39
+ }
40
+ }
41
+ @media only screen and (min-width: 992px) {
42
+ .ptc-container-lg {
43
+ padding-left: var(--ptc-element-spacing-08);
44
+ padding-right: var(--ptc-element-spacing-08);
45
+ }
46
+ }
47
+ @media only screen and (min-width: 1980px) {
48
+ .ptc-container-lg {
49
+ padding-left: 0;
50
+ padding-right: 0;
51
+ max-width: 1900px;
52
+ }
53
+ }
54
+ .ptc-container-fluid {
55
+ width: 100%;
56
+ }
57
+
1
58
  :host {
2
59
  display: block;
3
60
  }
@@ -21,28 +78,29 @@
21
78
 
22
79
  .content-wrapper {
23
80
  display: flex;
24
- padding: var(--ptc-element-spacing-03) var(--ptc-element-spacing-06) var(--ptc-element-spacing-03) var(--ptc-element-spacing-05);
81
+ padding-top: var(--ptc-element-spacing-03);
82
+ padding-bottom: var(--ptc-element-spacing-03);
25
83
  margin: 0 auto;
26
84
  align-items: center;
27
85
  justify-content: space-between;
28
- max-width: 1200px;
29
86
  }
30
87
  @media only screen and (min-width: 768px) {
31
88
  .content-wrapper {
32
- padding: var(--ptc-element-spacing-03) var(--ptc-element-spacing-06);
89
+ padding-top: var(--ptc-element-spacing-03);
90
+ padding-bottom: var(--ptc-element-spacing-03);
33
91
  }
34
92
  }
35
93
  @media only screen and (min-width: 1200px) {
36
94
  .content-wrapper {
37
- padding: var(--ptc-element-spacing-03) 15px var(--ptc-element-spacing-03) 15px;
38
- max-width: 1170px;
95
+ padding-top: var(--ptc-element-spacing-03);
96
+ padding-bottom: var(--ptc-element-spacing-03);
39
97
  box-sizing: border-box;
40
98
  }
41
99
  }
42
100
  @media screen and (min-width: 1400px) {
43
101
  .content-wrapper {
44
- padding: var(--ptc-element-spacing-03) 0px var(--ptc-element-spacing-03) 0px;
45
- max-width: 1200px;
102
+ padding-top: var(--ptc-element-spacing-03);
103
+ padding-bottom: var(--ptc-element-spacing-03);
46
104
  }
47
105
  }
48
106
 
@@ -37,7 +37,7 @@ export class PtcAnnouncement {
37
37
  render() {
38
38
  var _a, _b;
39
39
  const classMap = this.getCssClassMap();
40
- return (h(Host, null, h("div", { class: classMap, part: "part-announcement" }, h("div", { class: this.insideContainer ? 'content-wrapper ptc-container' : 'content-wrapper' }, h("div", { class: "left-content", part: "part-left-content" }, !!this.barTitle ? (h("div", { class: `title${this.isMaxWidthTitle()}` }, this.windowSize === 'mobile' ? (this.barTitle) : (h("ptc-tooltip", { "text-display": "inline", "max-length": "60", "z-index": "z-2", description: this.barTitle, position: "bottom" })))) : null, this.windowSize === 'mobile' ? ( //mobile view
40
+ return (h(Host, null, h("div", { class: classMap, part: "part-announcement" }, h("div", { class: "content-wrapper ptc-container" }, h("div", { class: "left-content", part: "part-left-content" }, !!this.barTitle ? (h("div", { class: `title${this.isMaxWidthTitle()}` }, this.windowSize === 'mobile' ? (this.barTitle) : (h("ptc-tooltip", { "text-display": "inline", "max-length": "60", "z-index": "z-2", description: this.barTitle, position: "bottom" })))) : null, this.windowSize === 'mobile' ? ( //mobile view
41
41
  Object.assign({}, (!!this.description || !!this.linkUrl ? (h("ptc-readmore", { "visible-lines-custom": this.customMaxLines, "z-index": "z-3", "more-text": this.moreText }, h("div", { style: { display: 'inline' } }, !!this.description ? `${this.description + ' '}` : null, !!this.linkText ? (h("a", { class: "cta-link", href: this.linkUrl, title: (_a = this.linkTitle) !== null && _a !== void 0 ? _a : this.linkText, target: this.target }, this.linkText, console.log('rending link'))) : null))) : null))) : (
42
42
  //desktop view
43
43
  h("div", { class: "description" }, !!this.description ? (h("ptc-tooltip", { "text-display": "inline", "max-length": "165", "z-index": "z-2", description: this.description + ' ', position: "bottom" })) : null, !!this.linkText ? (h("a", { class: "cta-link", href: this.linkUrl, title: (_b = this.linkTitle) !== null && _b !== void 0 ? _b : this.linkText, target: this.target }, h("ptc-tooltip", { "text-display": "inline", "max-length": "25", "z-index": "z-2", description: this.linkText, position: "bottom" }))) : null))), h("icon-asset", { color: "inherit", name: "close-button-flat", type: "ptc", size: this.getIconSize(), onClick: this.closeClick, class: "bar-close" })))));
@@ -0,0 +1,18 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+ :host .aspect-ratio-container {
5
+ position: relative;
6
+ width: 100%;
7
+ padding-top: 56.25%;
8
+ /* 9 / 16 * 100% */
9
+ max-height: 500px;
10
+ background-color: var(--color-gray-10);
11
+ }
12
+ :host .aspect-ratio-container .video-container {
13
+ position: absolute;
14
+ top: 0;
15
+ left: 0;
16
+ width: 100%;
17
+ height: 100%;
18
+ }
@@ -0,0 +1,79 @@
1
+ import { h } from '@stencil/core';
2
+ export class PtcBrightcovVideo {
3
+ constructor() {
4
+ this.videoId = undefined;
5
+ }
6
+ componentDidLoad() {
7
+ // this.loadBrightcovePlayer();
8
+ }
9
+ // loadBrightcovePlayer() {
10
+ // // Load the Brightcove Player library
11
+ // const script = document.createElement('script');
12
+ // script.src = 'https://players.brightcove.net/1532789042001/dNyUv9zZ6_default/index.min.js'; // Replace with your actual account and player IDs
13
+ // script.async = true;
14
+ // script.onerror = (error) => {
15
+ // console.error('Error loading Brightcove Player:', error);
16
+ // };
17
+ // this.el.appendChild(script);
18
+ // script.onload = () => this.initializeVideo();
19
+ // const bcStyle = document.createElement('link');
20
+ // bcStyle.href = 'https://players.brightcove.net/videojs-bc-playlist-ui/3/videojs-bc-playlist-ui.css';
21
+ // bcStyle.onerror = (error) => {
22
+ // console.error('Error loading Brightcove styles:', error);
23
+ // };
24
+ // this.el.appendChild(bcStyle);
25
+ // bcStyle.onload = () => this.initializeVideo();
26
+ // }
27
+ // initializeVideo() {
28
+ // console.log('Initializing video with ID:', this.videoId);
29
+ // const videoContainer = this.el.querySelector('.video-container');
30
+ // if (videoContainer && this.videoId) {
31
+ // videoContainer.innerHTML = `<video-js
32
+ // id="bcPlayer"
33
+ // data-account="1532789042001"
34
+ // data-player="dNyUv9zZ6_default"
35
+ // data-embed="default"
36
+ // data-video-id="${this.videoId}"
37
+ // controls
38
+ // class="vjs-fill"
39
+ // ></video-js>`;
40
+ // }
41
+ // }
42
+ render() {
43
+ return (h("div", { class: 'aspect-ratio-container' }, h("div", { class: "video-container" }, h("video-js", { id: "bcPlayer", "data-account": "1532789042001", "data-player": "dNyUv9zZ6", "data-embed": "default", "data-video-id": "6337173859112", controls: "", "data-application-id": "", class: "vjs-fill" }), h("script", { src: "https://players.brightcove.net/1532789042001/dNyUv9zZ6_default/index.min.js" }))));
44
+ }
45
+ static get is() { return "ptc-brightcov-video"; }
46
+ static get encapsulation() { return "scoped"; }
47
+ static get originalStyleUrls() {
48
+ return {
49
+ "$": ["ptc-brightcov-video.scss"]
50
+ };
51
+ }
52
+ static get styleUrls() {
53
+ return {
54
+ "$": ["ptc-brightcov-video.css"]
55
+ };
56
+ }
57
+ static get properties() {
58
+ return {
59
+ "videoId": {
60
+ "type": "string",
61
+ "mutable": false,
62
+ "complexType": {
63
+ "original": "string",
64
+ "resolved": "string",
65
+ "references": {}
66
+ },
67
+ "required": false,
68
+ "optional": false,
69
+ "docs": {
70
+ "tags": [],
71
+ "text": ""
72
+ },
73
+ "attribute": "video-id",
74
+ "reflect": false
75
+ }
76
+ };
77
+ }
78
+ static get elementRef() { return "el"; }
79
+ }
@@ -12,5 +12,14 @@
12
12
  @media only screen and (min-width: 992px) {
13
13
  :host p {
14
14
  font-size: var(--ptc-font-size-small);
15
+ padding: 4px 8px;
16
+ border-radius: var(--ptc-border-radius-standard);
17
+ display: inline-block;
18
+ }
19
+ :host p:hover {
20
+ background-color: var(--color-gray-02);
21
+ }
22
+ :host p.selected-p, :host p.selected-p-init {
23
+ background-color: var(--color-gray-03);
15
24
  }
16
25
  }
@@ -4,6 +4,7 @@ export class FlTabHeader {
4
4
  this.tabTitle = undefined;
5
5
  this.nameKey = undefined;
6
6
  this.selected = false;
7
+ this.initialHeader = false;
7
8
  }
8
9
  handleClick(event) {
9
10
  this.flTabClicked.emit({
@@ -12,11 +13,14 @@ export class FlTabHeader {
12
13
  'name': this.nameKey
13
14
  });
14
15
  }
16
+ componentWillLoad() {
17
+ this.initialHeader = this.el.classList.contains('init-active');
18
+ }
15
19
  render() {
16
- return (h(Host, { class: `fl-header ${this.selected ? 'selected' : ''}`, onClick: this.handleClick.bind(this) }, h("slot", null), h("p", null, h("ptc-tooltip", { "text-display": "inline", "text-lines": "2", description: this.tabTitle, position: "bottom", width: "full-width", theme: "standard", "hide-on-mobile": "false" }))));
20
+ return (h(Host, { class: `fl-header ${this.selected ? 'selected' : ''}`, onClick: this.handleClick.bind(this) }, h("slot", null), h("p", { class: `${this.selected ? 'selected-p' : ''} ${this.initialHeader ? 'selected-p-init' : ''}` }, h("ptc-tooltip", { "text-display": "inline", "text-lines": "2", description: this.tabTitle, position: "bottom", width: "full-width", theme: "standard", "hide-on-mobile": "false" }))));
17
21
  }
18
22
  static get is() { return "fl-tab-header"; }
19
- static get encapsulation() { return "shadow"; }
23
+ static get encapsulation() { return "scoped"; }
20
24
  static get originalStyleUrls() {
21
25
  return {
22
26
  "$": ["fl-tab-header.scss"]
@@ -83,6 +87,11 @@ export class FlTabHeader {
83
87
  }
84
88
  };
85
89
  }
90
+ static get states() {
91
+ return {
92
+ "initialHeader": {}
93
+ };
94
+ }
86
95
  static get events() {
87
96
  return [{
88
97
  "method": "flTabClicked",
@@ -109,7 +109,6 @@ a.disabled {
109
109
  }
110
110
  @media only screen and (min-width: 992px) {
111
111
  :host .non-mobile-wrapper {
112
- max-width: 1078px;
113
112
  margin: -40px auto 0 auto;
114
113
  display: flex;
115
114
  align-items: center;
@@ -122,11 +121,21 @@ a.disabled {
122
121
  min-height: 350px;
123
122
  }
124
123
  }
124
+ @media only screen and (min-width: 1200px) {
125
+ :host .non-mobile-wrapper {
126
+ max-width: 1136px;
127
+ }
128
+ }
125
129
  @media (min-width: 1300px) {
126
130
  :host .non-mobile-wrapper {
127
131
  margin: -75px auto 0 auto;
128
132
  }
129
133
  }
134
+ @media only screen and (min-width: 1440px) {
135
+ :host .non-mobile-wrapper {
136
+ max-width: 1200px;
137
+ }
138
+ }
130
139
  @media only screen and (min-width: 992px) {
131
140
  :host .non-mobile-wrapper .header-list-wrap {
132
141
  padding-right: 16px;
@@ -155,15 +164,9 @@ a.disabled {
155
164
  }
156
165
  }
157
166
  :host .non-mobile-wrapper .fl-header {
158
- border-radius: 4px;
159
- margin: 12px 0;
160
- padding: 4px 8px;
161
- }
162
- :host .non-mobile-wrapper .fl-header:hover {
163
- background-color: var(--color-gray-02);
164
- }
165
- :host .non-mobile-wrapper .fl-header.selected, :host .non-mobile-wrapper .fl-header.init-active {
166
- background-color: var(--color-gray-03);
167
+ margin: 0;
168
+ padding: 12px 0;
169
+ width: 100%;
167
170
  }
168
171
  :host .mobile-wrapper .acc-item {
169
172
  border-bottom: 1px solid var(--color-gray-03);
@@ -27,6 +27,9 @@ export class PtcFeaturedList {
27
27
  headerBlocks.forEach(header => {
28
28
  if (header.classList.contains("init-active")) {
29
29
  header.classList.remove("init-active");
30
+ if (header.querySelector('p')) {
31
+ header.querySelector('p').classList.remove('selected-p-init');
32
+ }
30
33
  }
31
34
  header.getAttribute('name-key') === name ? (header.setAttribute('selected', 'selected')) : (header.removeAttribute('selected'));
32
35
  });
@@ -74,6 +77,9 @@ export class PtcFeaturedList {
74
77
  }
75
78
  if (tabName.classList.contains("init-active")) {
76
79
  tabName.classList.remove("init-active");
80
+ if (tabName.querySelector('p')) {
81
+ tabName.querySelector('p').classList.remove('selected-p-init');
82
+ }
77
83
  }
78
84
  }
79
85
  render() {
@@ -0,0 +1,118 @@
1
+ :host {
2
+ display: block;
3
+ box-sizing: border-box;
4
+ }
5
+ :host .hidden {
6
+ display: none;
7
+ }
8
+ :host .dropdown {
9
+ position: relative;
10
+ display: inline-block;
11
+ font-size: 16px;
12
+ color: var(--color-gray-10);
13
+ }
14
+ :host .dropdown .dropdown-toggle {
15
+ padding: 0.5rem;
16
+ border: 1px solid var(--color-gray-05);
17
+ background-color: var(--color-white);
18
+ cursor: pointer;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ min-height: 34px;
23
+ border-radius: 4px;
24
+ }
25
+ :host .dropdown .caret {
26
+ display: inline-block;
27
+ vertical-align: middle;
28
+ margin-left: 5px;
29
+ }
30
+ :host .dropdown .dropdown-menu {
31
+ position: absolute;
32
+ top: 100%;
33
+ left: 0;
34
+ left: 8px;
35
+ border: 1px solid var(--color-gray-03);
36
+ background-color: var(--color-white);
37
+ overflow-y: auto;
38
+ width: 100%;
39
+ border-radius: 4px;
40
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
41
+ display: flex;
42
+ flex-direction: column;
43
+ margin-top: 8px;
44
+ min-width: 278px;
45
+ overflow: hidden;
46
+ position: absolute;
47
+ transition: max-height 0.25s ease-out;
48
+ z-index: 2000;
49
+ max-height: 1000px;
50
+ }
51
+ :host .dropdown .dropdown-menu .filter-list {
52
+ padding: 24px 24px 16px 24px;
53
+ margin: 0;
54
+ list-style: none;
55
+ border-bottom: 1px solid var(--color-gray-02);
56
+ }
57
+ :host .dropdown .dropdown-menu .filter-btns {
58
+ display: flex;
59
+ justify-content: space-between;
60
+ align-items: center;
61
+ padding: 16px 24px;
62
+ }
63
+ :host .dropdown .dropdown-menu .filter-btns .clear-btn {
64
+ cursor: pointer;
65
+ }
66
+ :host .dropdown .dropdown-menu .filter-btns .clear-btn:hover {
67
+ text-decoration: underline;
68
+ }
69
+ :host .dropdown::-webkit-scrollbar {
70
+ width: 5px;
71
+ }
72
+ :host .dropdown::-webkit-scrollbar-track {
73
+ -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
74
+ }
75
+ :host .dropdown::-webkit-scrollbar-thumb {
76
+ background-color: var(--color-gray-05);
77
+ outline: 1px solid var(--color-gray-05);
78
+ }
79
+ :host .radio-label {
80
+ margin-bottom: 16px;
81
+ font-size: 16px;
82
+ font-weight: 500;
83
+ cursor: pointer;
84
+ display: block;
85
+ font-weight: 500;
86
+ position: relative;
87
+ user-select: none;
88
+ line-height: 1.5;
89
+ display: flex;
90
+ align-items: baseline;
91
+ }
92
+ :host .radio-label input {
93
+ margin-right: 10px;
94
+ }
95
+ :host .radio-label .checkmark {
96
+ width: 20px;
97
+ height: 20px;
98
+ background-color: #fff;
99
+ border: 1px solid #1f2024;
100
+ border-radius: 0.4rem;
101
+ margin-right: 8px;
102
+ position: absolute;
103
+ left: 0;
104
+ top: 0;
105
+ }
106
+ :host .radio-label .checkmark::after {
107
+ background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"><path d="M1.5 4L5.5 8L12.5 1" stroke="white" stroke-width="2"/></svg>');
108
+ background-position: 50%;
109
+ background-repeat: no-repeat;
110
+ background-size: 75% 100%;
111
+ content: "";
112
+ height: 20px;
113
+ width: 20px;
114
+ position: absolute;
115
+ left: 0;
116
+ top: 0;
117
+ display: none;
118
+ }