@tet/tet-components 1.3.146-testing → 1.3.147-testing
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/index-f559cb2e.js +24 -36
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tet-notification.cjs.entry.js → tet-accordion_2.cjs.entry.js} +131 -0
- package/dist/cjs/tet-address-offers-filters-products_2.cjs.entry.js +1 -1
- package/dist/cjs/{tet-autocomplete_2.cjs.entry.js → tet-autocomplete.cjs.entry.js} +0 -65
- package/dist/cjs/tet-b2b-check-out-form_5.cjs.entry.js +647 -0
- package/dist/cjs/tet-b2b-configurator.cjs.entry.js +536 -0
- package/dist/cjs/tet-b2b-service-calculator.cjs.entry.js +1 -1
- package/dist/cjs/tet-border-radius.cjs.entry.js +1 -1
- package/dist/cjs/tet-business-lines.cjs.entry.js +1 -1
- package/dist/cjs/tet-colors.cjs.entry.js +4 -4
- package/dist/cjs/tet-compare-card-v2.cjs.entry.js +1 -1
- package/dist/cjs/tet-components.cjs.js +1 -1
- package/dist/cjs/tet-font-weight.cjs.entry.js +1 -1
- package/dist/cjs/tet-fonts.cjs.entry.js +1 -1
- package/dist/cjs/tet-grid.cjs.entry.js +1 -1
- package/dist/cjs/tet-layout.cjs.entry.js +1 -1
- package/dist/cjs/tet-link.cjs.entry.js +1 -1
- package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
- package/dist/cjs/tet-spinner.cjs.entry.js +71 -0
- package/dist/cjs/tet-text-list.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/advanced/cards/tet-b2b-compare-card/test/tet-b2b-compare-card.spec.js +0 -1
- package/dist/collection/components/advanced/cards/tet-b2b-compare-card/tet-b2b-compare-card.js +8 -8
- package/dist/collection/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.css +7 -0
- package/dist/collection/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.js +31 -7
- package/dist/collection/components/advanced/cards/tet-compare-card/tet-compare-card.css +1 -0
- package/dist/collection/components/advanced/cards/tet-compare-card-v2/tet-compare-card-v2.css +1 -0
- package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.css +0 -2
- package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.js +24 -4
- package/dist/collection/components/simple/lists/tet-text-list/tet-text-list.css +1 -0
- package/dist/collection/components/simple/menu/tet-business-navigation/tet-business-navigation.css +15 -5
- package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.css +4 -2
- package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +27 -5
- package/dist/collection/components/views/tet-b2b-configurator/b2b-configurator.store.js +47 -0
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/test/tet-b2b-configurator-cart.spec.js +10 -1
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.css +54 -9
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.js +106 -8
- package/dist/collection/components/views/tet-b2b-configurator/tet-b2b-configurator.css +472 -0
- package/dist/collection/components/views/tet-b2b-configurator/tet-b2b-configurator.js +612 -0
- package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js +1 -1
- package/dist/collection/components/views/tet-business-lines/tet-business-lines.js +1 -1
- package/dist/collection/docs/styling/border-radius/tet-border-radius.js +1 -1
- package/dist/collection/docs/styling/colors/tet-colors.js +4 -4
- package/dist/collection/docs/styling/font-weight/tet-font-weight.js +1 -1
- package/dist/collection/docs/styling/fonts/tet-fonts.js +1 -1
- package/dist/collection/docs/styling/layout/tet-layout.js +1 -1
- package/dist/collection/docs/styling/link/tet-link.js +1 -1
- package/dist/collection/docs/styling/spacing/tet-spacing.js +1 -1
- package/dist/collection/docs/styling/tet-grid/tet-grid.js +1 -1
- package/dist/collection/services/utils/minimum-duration-time.js +14 -0
- package/dist/components/index.js +2 -0
- package/dist/components/{p-08cb8e8b.js → p-401be6d8.js} +8 -6
- package/dist/components/{p-b3266df2.js → p-42c3311c.js} +1 -1
- package/dist/components/{p-c15aec6f.js → p-4a4c9b2c.js} +1 -1
- package/dist/{esm/tet-business-navigation.entry.js → components/p-5541195e.js} +35 -8
- package/dist/components/{p-e735af9c.js → p-8dd212bd.js} +1 -1
- package/dist/{esm/tet-b2b-compare-card.entry.js → components/p-922171da.js} +68 -20
- package/dist/{esm/tet-b2b-check-out-form.entry.js → components/p-b74f5470.js} +69 -16
- package/dist/components/p-cbf2c238.js +227 -0
- package/dist/components/{p-18778346.js → p-e72ea31d.js} +1 -1
- package/dist/{esm/tet-business-summary-card.entry.js → components/p-f68a8deb.js} +66 -14
- package/dist/components/tet-accordion.js +1 -1
- package/dist/components/tet-address-offers-view.js +2 -2
- package/dist/components/tet-address-offers.js +1 -1
- package/dist/components/tet-b2b-check-out-form.js +1 -207
- package/dist/components/tet-b2b-compare-card.js +1 -206
- package/dist/components/tet-b2b-configurator-cart.js +1 -167
- package/dist/components/tet-b2b-configurator.d.ts +11 -0
- package/dist/components/tet-b2b-configurator.js +661 -0
- package/dist/components/tet-b2b-service-calculator.js +1 -1
- package/dist/components/tet-border-radius.js +1 -1
- package/dist/components/tet-business-compare-card.js +1 -1
- package/dist/components/tet-business-lines.js +1 -1
- package/dist/components/tet-business-navigation.js +1 -103
- package/dist/components/tet-business-summary-card.js +1 -116
- package/dist/components/tet-colors.js +4 -4
- package/dist/components/tet-compare-card-v2.js +1 -1
- package/dist/components/tet-compare-card.js +1 -1
- package/dist/components/tet-compare-cards-tab.js +2 -2
- package/dist/components/tet-compare-cards.js +1 -1
- package/dist/components/tet-font-weight.js +1 -1
- package/dist/components/tet-fonts.js +1 -1
- package/dist/components/tet-grid.js +1 -1
- package/dist/components/tet-layout.js +1 -1
- package/dist/components/tet-link.js +1 -1
- package/dist/components/tet-spacing.js +1 -1
- package/dist/components/tet-text-list.js +1 -1
- package/dist/esm/index-7f1e2a22.js +24 -36
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tet-notification.entry.js → tet-accordion_2.entry.js} +132 -2
- package/dist/esm/tet-address-offers-filters-products_2.entry.js +1 -1
- package/dist/esm/{tet-autocomplete_2.entry.js → tet-autocomplete.entry.js} +1 -65
- package/dist/esm/tet-b2b-check-out-form_5.entry.js +639 -0
- package/dist/esm/tet-b2b-configurator.entry.js +532 -0
- package/dist/esm/tet-b2b-service-calculator.entry.js +1 -1
- package/dist/esm/tet-border-radius.entry.js +1 -1
- package/dist/esm/tet-business-lines.entry.js +1 -1
- package/dist/esm/tet-colors.entry.js +4 -4
- package/dist/esm/tet-compare-card-v2.entry.js +1 -1
- package/dist/esm/tet-components.js +1 -1
- package/dist/esm/tet-font-weight.entry.js +1 -1
- package/dist/esm/tet-fonts.entry.js +1 -1
- package/dist/esm/tet-grid.entry.js +1 -1
- package/dist/esm/tet-layout.entry.js +1 -1
- package/dist/esm/tet-link.entry.js +1 -1
- package/dist/esm/tet-spacing.entry.js +1 -1
- package/dist/esm/tet-spinner.entry.js +67 -0
- package/dist/esm/tet-text-list.entry.js +1 -1
- package/dist/tet-components/{p-0121cef5.entry.js → p-067c2f1b.entry.js} +1 -1
- package/dist/tet-components/{p-bb6387c6.entry.js → p-0738afc0.entry.js} +1 -1
- package/dist/tet-components/{p-f476f61c.entry.js → p-07aee8d0.entry.js} +1 -1
- package/dist/tet-components/p-0d818b7e.entry.js +1 -0
- package/dist/tet-components/{p-56460d2d.entry.js → p-4c9e742f.entry.js} +1 -1
- package/dist/tet-components/{p-9c274191.entry.js → p-4e0a24ba.entry.js} +1 -1
- package/dist/tet-components/p-4ea127f4.entry.js +1 -0
- package/dist/tet-components/{p-9bfcf2cc.entry.js → p-62eb4fe0.entry.js} +1 -1
- package/dist/tet-components/{p-38c3b247.entry.js → p-662d9457.entry.js} +1 -1
- package/dist/tet-components/{p-1ddb9e3c.entry.js → p-677b8bf7.entry.js} +1 -1
- package/dist/tet-components/{p-7f00f463.entry.js → p-6a4a979c.entry.js} +1 -1
- package/dist/tet-components/p-6d2c4b16.entry.js +1 -0
- package/dist/tet-components/{p-6782340f.entry.js → p-9513c8f6.entry.js} +1 -1
- package/dist/tet-components/p-af917a8f.entry.js +1 -0
- package/dist/tet-components/{p-597e234a.entry.js → p-dcb66405.entry.js} +1 -1
- package/dist/tet-components/{p-4838a00a.entry.js → p-e311eb7d.entry.js} +1 -1
- package/dist/tet-components/p-ed67bd52.entry.js +1 -0
- package/dist/tet-components/{p-bd8a0449.entry.js → p-eed6163a.entry.js} +1 -1
- package/dist/tet-components/tet-components.css +1 -1
- package/dist/tet-components/tet-components.esm.js +1 -1
- package/dist/types/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.d.ts +4 -2
- package/dist/types/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.d.ts +2 -1
- package/dist/types/components/simple/structural/tet-accordion/tet-accordion.d.ts +5 -0
- package/dist/types/components/views/tet-b2b-configurator/b2b-configurator.store.d.ts +22 -0
- package/dist/types/components.d.ts +100 -4
- package/dist/types/services/api/interfaces/property.interface.d.ts +2 -2
- package/dist/types/services/api/services/b2b-configurator/b2b-configurator.d.ts +4 -4
- package/dist/types/services/utils/minimum-duration-time.d.ts +9 -0
- package/package.json +1 -1
- package/dist/cjs/tet-accordion.cjs.entry.js +0 -136
- package/dist/cjs/tet-b2b-check-out-form.cjs.entry.js +0 -164
- package/dist/cjs/tet-b2b-compare-card.cjs.entry.js +0 -164
- package/dist/cjs/tet-b2b-configurator-cart.cjs.entry.js +0 -129
- package/dist/cjs/tet-business-navigation.cjs.entry.js +0 -82
- package/dist/cjs/tet-business-summary-card.cjs.entry.js +0 -77
- package/dist/esm/tet-accordion.entry.js +0 -132
- package/dist/esm/tet-b2b-configurator-cart.entry.js +0 -125
- package/dist/tet-components/p-05fc6443.entry.js +0 -1
- package/dist/tet-components/p-319c29e9.entry.js +0 -1
- package/dist/tet-components/p-47618056.entry.js +0 -1
- package/dist/tet-components/p-4eb386f5.entry.js +0 -1
- package/dist/tet-components/p-62419a1f.entry.js +0 -1
- package/dist/tet-components/p-a9499bbb.entry.js +0 -1
- package/dist/tet-components/p-d0d39e88.entry.js +0 -1
- package/dist/tet-components/p-ff5dba0e.entry.js +0 -1
- package/dist/types/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.d.ts +0 -67
|
@@ -19,7 +19,7 @@ var patchBrowser = () => {
|
|
|
19
19
|
|
|
20
20
|
patchBrowser().then(async (options) => {
|
|
21
21
|
await appGlobals.globalScripts();
|
|
22
|
-
return index.bootstrapLazy(JSON.parse("[[\"tet-address-offers-view.cjs\",[[1,\"tet-address-offers-view\",{\"language\":[1],\"addressKey\":[1,\"address-key\"],\"theme\":[1],\"userPersonalCode\":[1,\"user-personal-code\"],\"showAuthorizedAddresses\":[4,\"show-authorized-addresses\"],\"accessToken\":[1,\"access-token\"],\"noUserFound\":[4,\"no-user-found\"],\"callCenterTaskOptions\":[16],\"showContactForm\":[1028,\"show-contact-form\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"address\":[32]},[[0,\"assetAddressSelected\",\"onAddressSelected\"],[0,\"customerNotFound\",\"customerNotFound\"],[0,\"emptyCatalog\",\"onEmptyCatalog\"]],{\"language\":[\"onLanguageChange\"]}]]],[\"tet-compare-cards-tab.cjs\",[[1,\"tet-compare-cards-tab\",{\"data\":[16],\"forceColumn\":[4,\"force-column\"],\"layout\":[1],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkHeader\":[4,\"dark-header\"],\"withProductFilters\":[4,\"with-product-filters\"],\"productDataLoaded\":[32],\"showLoader\":[32],\"productSACData\":[32],\"filteredProductCodes\":[32]},[[0,\"compareCardsDidRender\",\"hideLoader\"]],{\"showLoader\":[\"onDataChange\"]}]]],[\"tet-asset-addresses.cjs\",[[1,\"tet-asset-addresses\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"theme\":[1],\"addressSearchLabel\":[1,\"address-search-label\"],\"addressSearchPlaceholder\":[1,\"address-search-placeholder\"],\"addresses\":[32],\"lastAddedKey\":[32],\"showLoader\":[32],\"isAddressSearchVisible\":[32]},[[0,\"addressSelected\",\"onAddressSelected\"]],{\"pid\":[\"loadAddressesOnPidChange\"],\"salesforceAccountId\":[\"loadAddressesOnAccountIdChange\"],\"addresses\":[\"onAddressesChange\"]}]]],[\"tet-cloud-configurator.cjs\",[[1,\"tet-cloud-configurator\",{\"language\":[1],\"containerSelector\":[1,\"container-selector\"],\"theme\":[1],\"selectOnFocus\":[4,\"select-on-focus\"],\"isLoading\":[32],\"headerRef\":[32],\"footerRef\":[32],\"formValues\":[32],\"selectedTab\":[32],\"selectedPeriod\":[32],\"isFloatingSummary\":[32],\"isListExpanded\":[32],\"parentElement\":[32]},null,{\"isLoading\":[\"onisLoadingChange\"],\"headerRef\":[\"onHeaderRefChange\"],\"footerRef\":[\"onFooterRefChange\"],\"selectedTab\":[\"onSelectedTabChange\"],\"language\":[\"onLanguageChange\"]}]]],[\"tet-b2b-service-calculator.cjs\",[[1,\"tet-b2b-service-calculator\",{\"language\":[1],\"totalPrice\":[32],\"withItAdmin\":[32],\"withInPersonServiceSupport\":[32],\"unitCountSelected\":[32]},[[0,\"slider-input\",\"onSliderInput\"]],{\"language\":[\"onLanguageChange\"],\"withItAdmin\":[\"onControlChange\"],\"withInPersonServiceSupport\":[\"onControlChange\"]}]]],[\"tet-cloud-application-form-dialog.cjs\",[[1,\"tet-cloud-application-form-dialog\",{\"privacyPolicyLinkUrl\":[1,\"privacy-policy-link-url\"],\"loading\":[4],\"showOverlay\":[4,\"show-overlay\"],\"language\":[1],\"theme\":[1],\"privacyPolicyError\":[32],\"open\":[64],\"close\":[64]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-compare-card-v2.cjs\",[[1,\"tet-compare-card-v2\",{\"clickCallback\":[16],\"cardType\":[1,\"card-type\"],\"theme\":[1],\"colorIcons\":[4,\"color-icons\"],\"bestChoice\":[4,\"best-choice\"],\"language\":[1],\"options\":[16],\"cardBackgroundColor\":[1,\"card-background-color\"],\"cardScript\":[1,\"card-script\"],\"bestChoiceTextPosition\":[1,\"best-choice-text-position\"],\"darkMode\":[4,\"dark-mode\"],\"bonuses\":[16],\"benefitTitle\":[1,\"benefit-title\"],\"benefits\":[16],\"contractTerm\":[2,\"contract-term\"],\"bestChoiceText\":[1,\"best-choice-text\"],\"currency\":[1],\"secondaryLink\":[1,\"secondary-link\"],\"secondaryLinkText\":[1,\"secondary-link-text\"],\"secondaryLinkOpenBlank\":[4,\"secondary-link-open-blank\"],\"buttonTitle\":[1,\"button-title\"],\"linkOpenBlank\":[4,\"link-open-blank\"],\"dropdownOptions\":[16],\"showLoader\":[32],\"selectedProductCode\":[32],\"selectedSwitchKeys\":[32],\"preselectedKeys\":[32],\"preselectedProductCode\":[32],\"allProductData\":[32],\"preselectedRemountId\":[32]},[[0,\"optionSelected\",\"onOptionSelected\"]]]]],[\"tet-b2b-check-out-form.cjs\",[[1,\"tet-b2b-check-out-form\",{\"language\":[1],\"theme\":[1],\"open\":[64]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-contact-form.cjs\",[[1,\"tet-contact-form\",{\"language\":[1],\"taskOptions\":[16],\"submitButtonProps\":[16],\"showTitle\":[4,\"show-title\"],\"showInputLabel\":[4,\"show-input-label\"],\"theme\":[1],\"darkTheme\":[4,\"dark-theme\"],\"subtitle\":[1],\"showLoader\":[32]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-customer-assets.cjs\",[[1,\"tet-customer-assets\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"singleLoader\":[4,\"single-loader\"],\"hideAssets\":[4,\"hide-assets\"],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"groupByAddress\":[4,\"group-by-address\"],\"loaderElementsCount\":[2,\"loader-elements-count\"],\"darkTheme\":[4,\"dark-theme\"],\"assets\":[32],\"showLoader\":[32]},null,{\"pid\":[\"loadAssetsOnPidChange\"],\"salesforceAccountId\":[\"loadAssetsOnAccountIdChange\"],\"assets\":[\"onAssetsChange\"]}]]],[\"tet-datepicker.cjs\",[[1,\"tet-datepicker\",{\"locale\":[1],\"overlayEffect\":[4,\"overlay-effect\"],\"rangePickerMode\":[4,\"range-picker-mode\"],\"isOpen\":[1028,\"is-open\"],\"date\":[1040],\"datepickerView\":[1025,\"datepicker-view\"],\"rangeDates\":[32],\"internalDate\":[32],\"toggleIsOpen\":[64]},[[0,\"dateChanged\",\"handleDateChanged\"],[0,\"datepickerViewChanged\",\"handleDatepickerViewChanged\"],[0,\"internalDateChanged\",\"handleInternalDateChanged\"],[0,\"rangeDateSet\",\"handleRangeDateSet\"],[0,\"datepickerClosed\",\"handleDatepickerClosed\"],[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]],{\"date\":[\"handleDateChange\"],\"rangeDates\":[\"handleRangeDateChange\"]}]]],[\"tet-macd-view.cjs\",[[1,\"tet-macd-view\",{\"language\":[1],\"theme\":[1],\"showErrorNotification\":[1028,\"show-error-notification\"],\"showLoader\":[1028,\"show-loader\"],\"loaderHeight\":[1,\"loader-height\"],\"accessToken\":[1,\"access-token\"],\"eventsOnly\":[4,\"events-only\"],\"hideUnavailable\":[4,\"hide-unavailable\"],\"assetId\":[1025,\"asset-id\"],\"accountNumber\":[1026,\"account-number\"],\"macdOrderTypes\":[16],\"ignoredMacdOrderTypes\":[16],\"suspendFn\":[16],\"changeOfPlanFn\":[16],\"promotionChangeFn\":[16],\"ceaseFn\":[16],\"modifyFn\":[16]},null,{\"language\":[\"onLanguageChange\"],\"accessToken\":[\"setAccessToken\"],\"macdOrderTypes\":[\"setMacdOrderTypes\"]}]]],[\"tet-autocomplete-dropdown.cjs\",[[1,\"tet-autocomplete-dropdown\",{\"options\":[16],\"defaultOption\":[16],\"noOptionsMessage\":[1,\"no-options-message\"],\"placeholder\":[1],\"label\":[1],\"theme\":[1],\"hasError\":[4,\"has-error\"],\"errorMessage\":[1,\"error-message\"],\"inputValue\":[32],\"clearInput\":[64],\"focusOnNativeInput\":[64]}]]],[\"tet-b2b-compare-card.cjs\",[[1,\"tet-b2b-compare-card\",{\"theme\":[1],\"options\":[16],\"count\":[2],\"isSelected\":[4,\"is-selected\"],\"localCount\":[32],\"localIsSelected\":[32],\"isTablet\":[32]},null,{\"count\":[\"syncCount\"],\"isSelected\":[\"syncSelected\"]}]]],[\"tet-b2b-configurator-cart.cjs\",[[1,\"tet-b2b-configurator-cart\",{\"theme\":[1],\"data\":[16],\"isCartEmpty\":[4,\"is-cart-empty\"],\"context\":[1],\"isDesktopResolution\":[4,\"is-desktop-resolution\"],\"isAccordionOpen\":[32],\"isPrimaryBlockOpen\":[32],\"isSecondaryBlockOpen\":[32],\"primarySlotFilled\":[32],\"secondarySlotFilled\":[32]},null,{\"isDesktopResolution\":[\"openAccordionOnResolutionChange\"]}]]],[\"tet-business-summary-card.cjs\",[[1,\"tet-business-summary-card\",{\"productName\":[1,\"product-name\"],\"price\":[2],\"productDescription\":[1,\"product-description\"],\"discountPrice\":[2,\"discount-price\"],\"currency\":[1],\"contractTerm\":[1,\"contract-term\"],\"theme\":[1],\"withStepper\":[4,\"with-stepper\"],\"value\":[2],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"stepperLabel\":[1,\"stepper-label\"],\"language\":[1]}]]],[\"tet-dynamic-card.cjs\",[[1,\"tet-dynamic-card\",{\"theme\":[1],\"size\":[1],\"sizeChangeBreakpoint\":[1,\"size-change-breakpoint\"],\"isInCarousel\":[4,\"is-in-carousel\"],\"pictureLayoutShiftPosition\":[1,\"picture-layout-shift-position\"],\"cardTitle\":[1,\"card-title\"],\"subtitle\":[1],\"tags\":[16],\"dateTag\":[1,\"date-tag\"],\"dateTagColorLight\":[1,\"date-tag-color-light\"],\"dateTagColorDark\":[1,\"date-tag-color-dark\"],\"priceTagOptions\":[16],\"linkHref\":[1,\"link-href\"],\"linkText\":[1,\"link-text\"],\"linkNewTab\":[4,\"link-new-tab\"],\"index\":[2],\"isFocused\":[32],\"originalSize\":[32],\"currentSize\":[32]},null,{\"theme\":[\"onThemeChanged\"],\"size\":[\"onSizeChange\"]}]]],[\"tet-filter.cjs\",[[1,\"tet-filter\",{\"theme\":[1],\"clearFilterButtonTitle\":[1,\"clear-filter-button-title\"],\"showClearFilterButton\":[4,\"show-clear-filter-button\"],\"tags\":[16],\"filterState\":[32]},null,{\"tags\":[\"tagsWatchHandler\"]}]]],[\"tet-multi-step-dialog.cjs\",[[1,\"tet-multi-step-dialog\",{\"content\":[1],\"steps\":[16],\"isOpen\":[4,\"is-open\"],\"dialogDataScreenKey\":[1,\"dialog-data-screen-key\"],\"tetDialogClass\":[1,\"tet-dialog-class\"],\"language\":[1],\"theme\":[1],\"isKeydownFocus\":[32]}]]],[\"tet-news-card-list.cjs\",[[1,\"tet-news-card-list\",{\"items\":[16],\"withControls\":[4,\"with-controls\"],\"scrollFullWidth\":[4,\"scroll-full-width\"],\"controlScrollAmount\":[2,\"control-scroll-amount\"],\"initialScrollAmount\":[2,\"initial-scroll-amount\"],\"disableScroll\":[4,\"disable-scroll\"],\"withScrollbar\":[4,\"with-scrollbar\"],\"withMouseDrag\":[4,\"with-mouse-drag\"],\"withVirtualScroll\":[4,\"with-virtual-scroll\"],\"theme\":[1]}]]],[\"tet-referral.cjs\",[[1,\"tet-referral\",{\"theme\":[1],\"language\":[1],\"data\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view.cjs\",[[1,\"tet-thank-you-view\",{\"stepperData\":[16],\"theme\":[1],\"mainBlockIcon\":[1,\"main-block-icon\"],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonDescription\":[1,\"cta-button-description\"],\"ctaButtonType\":[1,\"cta-button-type\"]}]]],[\"tet-thank-you-view-v2.cjs\",[[1,\"tet-thank-you-view-v2\",{\"stepperData\":[16],\"icon\":[1],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonId\":[1,\"cta-button-id\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonType\":[1,\"cta-button-type\"],\"ctaButtonTheme\":[1,\"cta-button-theme\"],\"language\":[1],\"translationGroup\":[1,\"translation-group\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view-v3.cjs\",[[1,\"tet-thank-you-view-v3\",{\"stepperData\":[16],\"icon\":[1],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonId\":[1,\"cta-button-id\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonType\":[1,\"cta-button-type\"],\"ctaButtonTheme\":[1,\"cta-button-theme\"],\"language\":[1],\"translationGroup\":[1,\"translation-group\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-business-compare-card.cjs\",[[1,\"tet-business-compare-card\",{\"mainTitle\":[1,\"main-title\"],\"bulletPoints\":[16],\"pricePrefix\":[1,\"price-prefix\"],\"price\":[1],\"currency\":[1],\"theme\":[1],\"hasContentInFooter\":[32]}]]],[\"tet-carousel.cjs\",[[1,\"tet-carousel\",{\"theme\":[1],\"showDots\":[4,\"show-dots\"],\"showGradient\":[4,\"show-gradient\"],\"showButtons\":[4,\"show-buttons\"],\"transitionDuration\":[2,\"transition-duration\"],\"swipeThreshold\":[2,\"swipe-threshold\"],\"transitionTiming\":[1,\"transition-timing\"],\"buttonIconLeft\":[1,\"button-icon-left\"],\"buttonIconRight\":[1,\"button-icon-right\"],\"maxDots\":[2,\"max-dots\"],\"label\":[1],\"language\":[1],\"activeDotIndex\":[32],\"dotCount\":[32],\"totalItems\":[32],\"activeItem\":[32],\"isDragging\":[32],\"dragOffset\":[32]},null,{\"language\":[\"onLanguageChange\"],\"showGradient\":[\"checkGradient\"],\"dragOffset\":[\"checkGradient\"]}]]],[\"tet-expandable-input.cjs\",[[1,\"tet-expandable-input\",{\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"mode\":[1],\"closedWidth\":[1,\"closed-width\"],\"animationDuration\":[2,\"animation-duration\"],\"error\":[4],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"size\":[1],\"closeInputText\":[1,\"close-input-text\"],\"darkMode\":[4,\"dark-mode\"],\"expanded\":[32],\"hasInputValue\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"validateInput\":[64],\"setState\":[64],\"clear\":[64]},[[0,\"blur\",\"onBlur\"],[0,\"focus\",\"onFocus\"]],{\"mode\":[\"onModeChange\"],\"size\":[\"onSizeChange\"]}]]],[\"tet-table.cjs\",[[2,\"tet-table\",{\"caption\":[1],\"cellTextAlign\":[1,\"cell-text-align\"],\"tableHeader\":[1,\"table-header\"],\"tableHeaderTextAlign\":[1,\"table-header-text-align\"],\"tableHeaderColumnSpan\":[2,\"table-header-column-span\"],\"tableHeaderWidth\":[1,\"table-header-width\"],\"tableData\":[1040],\"gappedColumnLayout\":[4,\"gapped-column-layout\"],\"theme\":[1],\"normalizedColumns\":[32]},null,{\"tableData\":[\"onTableDataChange\"]}]]],[\"tet-banner-nav.cjs\",[[0,\"tet-banner-nav\",{\"slides\":[2],\"duration\":[2],\"paused\":[4],\"mobileLayout\":[4,\"mobile-layout\"],\"theme\":[1],\"language\":[1],\"isPaused\":[32],\"currentSlide\":[32],\"firstLoad\":[32],\"pause\":[64],\"play\":[64],\"goTo\":[64],\"next\":[64],\"previous\":[64],\"getCurrentSlide\":[64]},null,{\"paused\":[\"onPausedStateChange\"],\"language\":[\"onLanguageChange\"]}]]],[\"tet-business-lines.cjs\",[[1,\"tet-business-lines\",{\"language\":[1],\"addressKey\":[2,\"address-key\"],\"showHeadings\":[4,\"show-headings\"],\"address\":[32],\"businessLines\":[32]},null,{\"language\":[\"onLanguageChange\"],\"addressKey\":[\"onAddressKeyChange\"]}]]],[\"tet-business-navigation.cjs\",[[1,\"tet-business-navigation\",{\"menuItems\":[16],\"theme\":[1],\"selectedItemId\":[32],\"positions\":[32],\"selectMenuItem\":[64]}]]],[\"tet-business-round-stepper.cjs\",[[0,\"tet-business-round-stepper\",{\"stepperData\":[16],\"layout\":[1],\"theme\":[1]}]]],[\"tet-inline-message.cjs\",[[1,\"tet-inline-message\",{\"variant\":[1],\"theme\":[1]}]]],[\"tet-label.cjs\",[[1,\"tet-label\",{\"labelTitle\":[1,\"label-title\"],\"translateTitle\":[4,\"translate-title\"],\"active\":[4],\"theme\":[1],\"type\":[1],\"showIcon\":[4,\"show-icon\"]}]]],[\"tet-menu.cjs\",[[1,\"tet-menu\",{\"type\":[1],\"active\":[4],\"clickable\":[4],\"firstLevelTitle\":[1,\"first-level-title\"],\"firstLevelId\":[1,\"first-level-id\"],\"firstLevelLink\":[1,\"first-level-link\"],\"firstLevelIcon\":[1,\"first-level-icon\"],\"subLevels\":[16],\"darkMode\":[4,\"dark-mode\"],\"isSubmenuLeft\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-menu-mobile.cjs\",[[1,\"tet-menu-mobile\",{\"isActive\":[4,\"active\"],\"firstLevelTitle\":[1,\"first-level-title\"],\"firstLevelLink\":[1,\"first-level-link\"],\"firstLevelId\":[1,\"first-level-id\"],\"subLevels\":[16],\"darkMode\":[4,\"dark-mode\"],\"isExpanded\":[32],\"hasDropdownContent\":[32],\"subMenuState\":[32]}]]],[\"tet-navigation-mobile.cjs\",[[1,\"tet-navigation-mobile\",{\"darkMode\":[4,\"dark-mode\"],\"isTogglerExpanded\":[32],\"isTogglerVisible\":[32],\"showToggler\":[64],\"hideToggler\":[64],\"open\":[64],\"close\":[64]},null,{\"isTogglerExpanded\":[\"onMenuToggle\"]}]]],[\"tet-round-stepper.cjs\",[[1,\"tet-round-stepper\",{\"stepperData\":[16],\"forcedColumn\":[4,\"forced-column\"],\"hideIcons\":[4,\"hide-icons\"],\"theme\":[1]},[[9,\"resize\",\"onResize\"]]]]],[\"tet-tv-gift-list.cjs\",[[1,\"tet-tv-gift-list\",{\"header\":[1],\"listBulletIcon\":[1,\"list-bullet-icon\"],\"imageSource\":[1,\"image-source\"],\"list\":[16],\"containerSize\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-bar-graph.cjs\",[[1,\"tet-bar-graph\",{\"parentContainer\":[1040],\"data\":[16],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"valueUnit\":[1,\"value-unit\"],\"labelPosition\":[1,\"label-position\"],\"valuePosition\":[1,\"value-position\"],\"dataOrder\":[1,\"data-order\"],\"withGrid\":[4,\"with-grid\"],\"animationDuration\":[2,\"animation-duration\"],\"size\":[1],\"theme\":[1],\"displayData\":[32],\"componentSize\":[32],\"labelWidth\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"size\":[\"onSizeChange\"],\"dataOrder\":[\"onDataOrderChange\"],\"data\":[\"onDataChange\"],\"minValue\":[\"onMinValueChange\"],\"maxValue\":[\"onMaxValueChange\"]}]]],[\"tet-border-radius.cjs\",[[1,\"tet-border-radius\"]]],[\"tet-business-card.cjs\",[[1,\"tet-business-card\",{\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"infoText\":[1,\"info-text\"],\"type\":[1],\"theme\":[1],\"size\":[32]}]]],[\"tet-colors.cjs\",[[1,\"tet-colors\",{\"showVariables\":[4,\"show-variables\"],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-contact-info.cjs\",[[1,\"tet-contact-info\",{\"contactBlocks\":[16]}]]],[\"tet-expansion-panel.cjs\",[[1,\"tet-expansion-panel\",{\"toggleElement\":[1025,\"toggle-element\"],\"initialState\":[1,\"initial-state\"],\"state\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64],\"getState\":[64]}]]],[\"tet-font-weight.cjs\",[[1,\"tet-font-weight\"]]],[\"tet-fonts.cjs\",[[1,\"tet-fonts\"]]],[\"tet-grid.cjs\",[[0,\"tet-grid\"]]],[\"tet-layout.cjs\",[[1,\"tet-layout\"]]],[\"tet-link.cjs\",[[1,\"tet-link\"]]],[\"tet-spacing.cjs\",[[1,\"tet-spacing\"]]],[\"tet-textarea.cjs\",[[1,\"tet-textarea\",{\"value\":[1],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"errorMessages\":[16],\"theme\":[1],\"isKeyboardFocus\":[32],\"focusVisible\":[32]},[[8,\"keydown\",\"onKeyDown\"],[9,\"mousedown\",\"onMouseDown\"]]]]],[\"tet-tv-gift-block.cjs\",[[1,\"tet-tv-gift-block\",{\"headerTitle\":[1,\"header-title\"],\"headerImageSrc\":[1,\"header-image-src\"],\"footerTitle\":[1,\"footer-title\"],\"footerText\":[1,\"footer-text\"],\"containerSize\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-icon.cjs\",[[1,\"tet-icon\",{\"name\":[1],\"theme\":[1],\"type\":[1],\"useDefaultColor\":[4,\"use-default-color\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"focusable\":[4]},null,{\"name\":[\"onNameChange\"]}]]],[\"tet-range-slider.cjs\",[[1,\"tet-range-slider\",{\"parentContainer\":[1040],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"inputMaxValue\":[2,\"input-max-value\"],\"defaultValue\":[2,\"default-value\"],\"step\":[2],\"dataPoints\":[16],\"displayDataPoints\":[16],\"lockToDataPoint\":[4,\"lock-to-data-point\"],\"type\":[1],\"withControls\":[4,\"with-controls\"],\"withInput\":[4,\"with-input\"],\"withCurrentStepCounter\":[4,\"with-current-step-counter\"],\"dataUnits\":[1,\"data-units\"],\"size\":[1],\"reduceButtonAccessibilityLabel\":[1,\"reduce-button-accessibility-label\"],\"addButtonAccessibilityLabel\":[1,\"add-button-accessibility-label\"],\"numberInputAccessibilityLabel\":[1,\"number-input-accessibility-label\"],\"sliderInputAccessibilityLabel\":[1,\"slider-input-accessibility-label\"],\"theme\":[1],\"currentValue\":[32],\"dataSet\":[32],\"containerSize\":[32],\"tooltipOffset\":[32],\"isSliding\":[32],\"isPointerDown\":[32],\"positions\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"dataPoints\":[\"onDataPointsChange\"],\"type\":[\"onTypeChange\"],\"currentValue\":[\"onCurrentValueChange\"],\"size\":[\"onSizeChange\"]}]]],[\"tet-card-list.cjs\",[[1,\"tet-card-list\",{\"theme\":[1],\"withControls\":[4,\"with-controls\"],\"controlScrollAmount\":[2,\"control-scroll-amount\"],\"scrollFullWidth\":[4,\"scroll-full-width\"],\"initialScrollAmount\":[2,\"initial-scroll-amount\"],\"disableScroll\":[4,\"disable-scroll\"],\"withScrollbar\":[4,\"with-scrollbar\"],\"withOverflowOpacity\":[4,\"with-overflow-opacity\"],\"overflowOpacityMinWidth\":[1,\"overflow-opacity-min-width\"],\"withMouseDrag\":[4,\"with-mouse-drag\"],\"withVirtualScroll\":[4,\"with-virtual-scroll\"],\"withActiveElement\":[4,\"with-active-element\"],\"activeElementClass\":[1,\"active-element-class\"],\"scrollAnimationSpeed\":[2,\"scroll-animation-speed\"],\"iconPrev\":[1,\"icon-prev\"],\"iconNext\":[1,\"icon-next\"],\"controlVisibility\":[32],\"scrollThumbWidth\":[32],\"isSmallContainer\":[32],\"scrollListTo\":[64],\"scrollListBy\":[64],\"scrollListToElementCenter\":[64]},[[9,\"resize\",\"onResize\"]],{\"withMouseDrag\":[\"onWithMouseDragChange\"],\"disableScroll\":[\"onDisableScrollChange\"],\"withControls\":[\"onWithControlsChange\"],\"withOverflowOpacity\":[\"onWithOverflowOpacityChange\"],\"withVirtualScroll\":[\"onWithVirtualScrollChange\"]}]]],[\"tet-number-input.cjs\",[[1,\"tet-number-input\",{\"label\":[1],\"theme\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"buttonAccessibilityLabel\":[1,\"button-accessibility-label\"],\"helperText\":[1,\"helper-text\"],\"suffixes\":[16],\"value\":[1026],\"min\":[2],\"max\":[2],\"disabled\":[4],\"error\":[4],\"completed\":[4],\"selectOnFocus\":[4,\"select-on-focus\"],\"suffix\":[32],\"isOpen\":[32],\"isValueHidden\":[32],\"isKeyboardFocus\":[32],\"getValue\":[64],\"resetSuffix\":[64]},[[0,\"keydown\",\"onKeydown\"],[8,\"keydown\",\"onTabKeydown\"],[0,\"focus\",\"onFocus\"],[8,\"click\",\"onClick\"],[0,\"input\",\"inputChangeHandler\"],[0,\"blur\",\"onBlur\"]],{\"suffix\":[\"onSuffixChange\"]}]]],[\"tet-accordion.cjs\",[[1,\"tet-accordion\",{\"isOpen\":[1540,\"is-open\"],\"theme\":[1],\"header\":[1],\"headerImageSrc\":[1,\"header-image-src\"],\"headerImageAlt\":[1,\"header-image-alt\"],\"withBorder\":[4,\"with-border\"],\"withAutoScroll\":[4,\"with-auto-scroll\"],\"breakpoint\":[1],\"headingTag\":[1,\"heading-tag\"],\"transparentBackground\":[4,\"transparent-background\"],\"open\":[64],\"close\":[64],\"toggle\":[64],\"getState\":[64],\"setState\":[64]}]]],[\"tet-stepper-v2.cjs\",[[1,\"tet-stepper-v2\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-stepper-v3.cjs\",[[1,\"tet-stepper-v3\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-price-view.cjs\",[[1,\"tet-price-view\",{\"theme\":[1],\"background\":[1],\"font\":[1],\"size\":[1],\"headingText\":[1,\"heading-text\"],\"priceType\":[1,\"price-type\"],\"euroPrice\":[1,\"euro-price\"],\"centsPrice\":[1,\"cents-price\"],\"footerText\":[1,\"footer-text\"],\"footerTextType\":[1,\"footer-text-type\"],\"staticColors\":[4,\"static-colors\"]}]]],[\"tet-stepper.cjs\",[[1,\"tet-stepper\",{\"stepperData\":[16]}]]],[\"tet-placeholder.cjs\",[[1,\"tet-placeholder\",{\"width\":[1],\"height\":[1],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-compare-cards_2.cjs\",[[1,\"tet-compare-cards\",{\"data\":[1040],\"vatText\":[1,\"vat-text\"],\"forceColumn\":[4,\"force-column\"],\"theme\":[1],\"layout\":[1],\"cardScript\":[1,\"card-script\"],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"changedProductCode\":[1,\"changed-product-code\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkMode\":[4,\"dark-mode\"],\"initializedState\":[32],\"showLoader\":[32]},[[0,\"optionSelected\",\"onOptionSelected\"]],{\"data\":[\"onDataChange\"]}],[1,\"tet-tab-content\",{\"dataName\":[1,\"data-name\"],\"defaultTab\":[8,\"default-tab\"],\"parentContainer\":[16],\"useVisibility\":[4,\"use-visibility\"],\"selectedId\":[32],\"previousDataName\":[32],\"previousParentContainer\":[32],\"theme\":[32],\"init\":[64],\"selectTab\":[64]},null,{\"dataName\":[\"onDataNameChange\"],\"parentContainer\":[\"onParentContainerChange\"]}]]],[\"tet-address-search.cjs\",[[1,\"tet-address-search\",{\"language\":[1],\"minSearchKeywordLength\":[2,\"min-search-keyword-length\"],\"placeholder\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"addressKey\":[1,\"address-key\"],\"newStyle\":[4,\"new-style\"],\"newFormsStyle\":[4,\"new-forms-style\"],\"redesignedStyle\":[4,\"redesigned-style\"],\"theme\":[1],\"manualAddressTriggers\":[4,\"manual-address-triggers\"],\"isInputInvalid\":[4,\"is-input-invalid\"],\"inputDisabled\":[1028,\"input-disabled\"],\"searchButtonText\":[1,\"search-button-text\"],\"closeButtonText\":[1,\"close-button-text\"],\"inputIconRight\":[32],\"inputValueLength\":[32],\"isLoading\":[32],\"isKeyboardFocus\":[32],\"focusVisible\":[32],\"elementActive\":[32],\"resetInputState\":[64]},[[8,\"keydown\",\"onKeyDown\"]],{\"language\":[\"onLanguageChanged\"],\"addressKey\":[\"search\"],\"inputDisabled\":[\"onInputDisabledStateChange\"]}]]],[\"tet-notification.cjs\",[[1,\"tet-notification\",{\"icon\":[1],\"headerTitle\":[1,\"header-title\"],\"content\":[1],\"type\":[1],\"allowClose\":[4,\"allow-close\"],\"theme\":[1],\"animationDuration\":[2,\"animation-duration\"],\"close\":[64]}]]],[\"tet-text-list.cjs\",[[1,\"tet-text-list\",{\"listType\":[1,\"list-type\"],\"decimalStart\":[2,\"decimal-start\"],\"decimalPrefix\":[1,\"decimal-prefix\"],\"withIcon\":[4,\"with-icon\"],\"listIcon\":[1,\"list-icon\"],\"theme\":[1]}]]],[\"tet-radio.cjs\",[[6,\"tet-radio\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"inputAutofocus\":[4,\"input-autofocus\"],\"setChecked\":[64]},[[0,\"keydown\",\"onKeydown\"]]]]],[\"tet-switch.cjs\",[[1,\"tet-switch\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[516],\"setChecked\":[64]}]]],[\"tet-tab-header.cjs\",[[1,\"tet-tab-header\",{\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"type\":[1],\"position\":[1],\"sizing\":[1],\"defaultTab\":[8,\"default-tab\"],\"segmented\":[4],\"hideHeaderUnderline\":[4,\"hide-header-underline\"],\"hideActiveHeaderUnderline\":[4,\"hide-active-header-underline\"],\"autoplayDelay\":[2,\"autoplay-delay\"],\"stopAutoplayOnHeaderHover\":[4,\"stop-autoplay-on-header-hover\"],\"stopAutoplayOnContentHover\":[4,\"stop-autoplay-on-content-hover\"],\"dataName\":[1,\"data-name\"],\"selectedId\":[32],\"positions\":[32],\"autoplay\":[32],\"idSuffix\":[32],\"segmentAnimation\":[32],\"toggleAutoplay\":[64],\"stopAutoplay\":[64],\"startAutoplay\":[64],\"selectTab\":[64]},null,{\"hideActiveHeaderUnderline\":[\"showActiveHeaderUnderline\"],\"autoplayDelay\":[\"onAutoplayDelayChange\"],\"segmented\":[\"onSegmentedChange\"]}]]],[\"tet-stepper-input.cjs\",[[1,\"tet-stepper-input\",{\"value\":[1026],\"theme\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"selectOnFocus\":[4,\"select-on-focus\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"language\":[1],\"getValue\":[64]},[[0,\"keydown\",\"onKeydown\"],[0,\"focus\",\"onFocus\"],[0,\"input\",\"inputChangeHandler\"]],{\"language\":[\"onLanguageChange\"],\"value\":[\"onValueChange\"]}]]],[\"tet-dialog.cjs\",[[1,\"tet-dialog\",{\"headerTitle\":[1,\"header-title\"],\"isOpen\":[1540,\"is-open\"],\"theme\":[1],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"closeOnEscape\":[4,\"close-on-escape\"],\"preventDefaultClose\":[4,\"prevent-default-close\"],\"footerDisplay\":[1,\"footer-display\"],\"hideCloseButton\":[4,\"hide-close-button\"],\"showHeaderDivider\":[4,\"show-header-divider\"],\"hideHeader\":[4,\"hide-header\"],\"titleId\":[1,\"title-id\"],\"open\":[64],\"close\":[64]},[[8,\"keydown\",\"handleKeyDown\"]],{\"isOpen\":[\"onDialogOpenAction\"]}]]],[\"tet-loader.cjs\",[[1,\"tet-loader\"]]],[\"tet-container_2.cjs\",[[1,\"tet-selection-list\",{\"items\":[16],\"preSelectedItems\":[16],\"multipleSelections\":[4,\"multiple-selections\"],\"itemRenderFunction\":[16],\"identifier\":[1],\"selectedItems\":[32],\"unsetSelectedItems\":[64],\"getSelectedItems\":[64]},null,{\"preSelectedItems\":[\"onPreselectedItemsChanged\"]}],[1,\"tet-container\",{\"highlightable\":[4],\"selected\":[4],\"theme\":[1]}]]],[\"tet-checkbox.cjs\",[[1,\"tet-checkbox\",{\"theme\":[1],\"label\":[1],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"error\":[1540],\"indeterminate\":[1540],\"setChecked\":[64],\"setIndeterminate\":[64],\"setError\":[64]},null,{\"indeterminate\":[\"updateIndeterminateState\"]}]]],[\"tet-input.cjs\",[[6,\"tet-input\",{\"isPhoneNumber\":[4,\"is-phone-number\"],\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"type\":[1,\"input-type\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"readonly\":[4,\"input-readonly\"],\"error\":[4],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconLeftClickCallback\":[16],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"autocomplete\":[1],\"maxlength\":[1],\"inputTabindex\":[2,\"input-tabindex\"],\"errorMessages\":[32],\"isKeyboardFocus\":[32],\"focusVisible\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"clearErrors\":[64],\"validateInput\":[64]},[[8,\"keydown\",\"onKeyDown\"],[9,\"mousedown\",\"onMouseDown\"]]]]],[\"tet-tag_2.cjs\",[[1,\"tet-tag-group\",{\"language\":[1],\"tags\":[16],\"theme\":[1]}],[1,\"tet-tag\",{\"tagTitle\":[1,\"tag-title\"],\"count\":[2],\"active\":[4],\"theme\":[1],\"showIcon\":[4,\"show-icon\"],\"disabled\":[4],\"language\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-dropdown_2.cjs\",[[1,\"tet-dropdown\",{\"label\":[1],\"labelLogo\":[1,\"label-logo\"],\"labelLogoGrayscale\":[1,\"label-logo-grayscale\"],\"labelRight\":[1,\"label-right\"],\"labelRightColor\":[1,\"label-right-color\"],\"labelSubText\":[1,\"label-sub-text\"],\"flexLayout\":[4,\"flex-layout\"],\"buttonLabel\":[1,\"button-label\"],\"allowMultiple\":[4,\"allow-multiple\"],\"closeOnSelection\":[4,\"close-on-selection\"],\"theme\":[1],\"options\":[16],\"disabled\":[4],\"selectedOptionIndexes\":[32],\"isOpen\":[32],\"isKeyboardFocus\":[32],\"getSelectedOptions\":[64],\"selectOption\":[64]},[[8,\"click\",\"handleWindowClick\"],[8,\"focusout\",\"handleFocusOut\"]],{\"options\":[\"onOptionsChange\"]}],[1,\"tet-tooltip\",{\"theme\":[1],\"targetElementSelector\":[1,\"target-element-selector\"],\"hoverElement\":[16],\"doNotShowOnHover\":[4,\"do-not-show-on-hover\"],\"position\":[1],\"positionState\":[32],\"showTooltip\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]},[[16,\"touchmove\",\"handleTouchmove\"],[16,\"wheel\",\"handleWheel\"],[16,\"keydown\",\"onKeydown\"],[9,\"resize\",\"handleResize\"]],{\"position\":[\"handlePositionChange\"],\"showTooltip\":[\"onShowTooltipChange\"]}]]],[\"tet-address-offers_4.cjs\",[[1,\"tet-address-offers\",{\"addressKey\":[8,\"address-key\"],\"catalog\":[16],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"language\":[1],\"allowedTvProductCodes\":[16],\"showLoader\":[32],\"subcategoryProductFilters\":[32]},null,{\"addressKey\":[\"onAddressKeyChange\"],\"language\":[\"onLanguageChanged\"]}],[1,\"tet-availability-contact-form\",{\"language\":[1],\"taskOptions\":[16],\"submitButtonProps\":[16],\"showTitle\":[4,\"show-title\"],\"showInputLabel\":[4,\"show-input-label\"],\"theme\":[1],\"darkTheme\":[4,\"dark-theme\"],\"success\":[1028],\"showAvailabilityContactForm\":[4,\"show-availability-contact-form\"],\"subtitle\":[1],\"showLoader\":[32]},[[0,\"taskCreationSuccess\",\"onSuccess\"],[4,\"emptyCatalog\",\"onEmptyCatalog\"]],{\"language\":[\"onLanguageChange\"]}],[1,\"tet-address-offers-filters\",{\"language\":[1],\"clearFilterButton\":[4,\"clear-filter-button\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}],[1,\"tet-asset-availability-addresses\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"theme\":[1],\"addressSearchLabel\":[1,\"address-search-label\"],\"addressSearchPlaceholder\":[1,\"address-search-placeholder\"],\"addresses\":[32],\"lastAddedKey\":[32],\"showLoader\":[32],\"unselectAssetAddresses\":[64]},null,{\"pid\":[\"loadAddressesOnPidChange\"],\"salesforceAccountId\":[\"loadAddressesOnAccountIdChange\"],\"addresses\":[\"onAddressesChange\"]}]]],[\"tet-datepicker-header_4.cjs\",[[1,\"tet-datepicker-header\",{\"locale\":[1],\"selectedDate\":[16],\"internalDate\":[16],\"datepickerView\":[1,\"datepicker-view\"]}],[1,\"tet-datepicker-month-view\",{\"rangeDates\":[16],\"selectedDate\":[16],\"internalDate\":[16],\"rangePickerMode\":[4,\"range-picker-mode\"],\"inRangeHoverDate\":[32]},null,{\"internalDate\":[\"handleDateChange\"]}],[1,\"tet-datepicker-multi-year-view\",{\"selectedDate\":[16],\"internalDate\":[16],\"years\":[32]},null,{\"internalDate\":[\"handleInternalDateChange\"]}],[1,\"tet-datepicker-year-view\",{\"selectedDate\":[16],\"internalDate\":[16]}]]],[\"tet-button.cjs\",[[17,\"tet-button\",{\"clickCallback\":[16],\"size\":[1],\"type\":[1],\"theme\":[1],\"disabled\":[4],\"iconMode\":[4,\"icon-mode\"],\"iconPosition\":[1,\"icon-position\"],\"iconName\":[1,\"icon-name\"],\"elementId\":[1,\"element-id\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"url\":[1],\"urlTarget\":[1,\"url-target\"]}]]],[\"tet-address-offers-filters-products_2.cjs\",[[1,\"tet-address-offers-filters-products\",{\"language\":[1],\"clearFilterButton\":[4,\"clear-filter-button\"],\"theme\":[1],\"catalog\":[16],\"productCodes\":[16],\"category\":[16],\"subcategoryId\":[1,\"subcategory-id\"],\"availableTvProducts\":[32],\"activeTvFilters\":[32]},null,{\"language\":[\"onLanguageChange\"],\"catalog\":[\"onDataChange\"],\"category\":[\"onDataChange\"],\"productCodes\":[\"onProductCodesChanged\"]}],[1,\"tet-compare-card\",{\"clickCallback\":[16],\"index\":[2],\"cardType\":[1,\"card-type\"],\"theme\":[1],\"colorIcons\":[4,\"color-icons\"],\"fullHeight\":[4,\"full-height\"],\"bestChoice\":[4,\"best-choice\"],\"cardHeader\":[1,\"card-header\"],\"logo\":[1],\"image\":[1],\"thumbnail\":[1],\"thumbnailAlt\":[1,\"thumbnail-alt\"],\"language\":[1],\"options\":[16],\"minWideWidth\":[2,\"min-wide-width\"],\"cardList\":[4,\"card-list\"],\"cardBackgroundColor\":[1,\"card-background-color\"],\"cardScript\":[1,\"card-script\"],\"parentContainer\":[16],\"hideBestChoiceBorder\":[4,\"hide-best-choice-border\"],\"withBorder\":[4,\"with-border\"],\"priceShownVertically\":[4,\"price-shown-vertically\"],\"bestChoiceTextPosition\":[1,\"best-choice-text-position\"],\"bestChoiceTextFloating\":[4,\"best-choice-text-floating\"],\"secondaryLinkPosition\":[1,\"secondary-link-position\"],\"showBulletPoints\":[4,\"show-bullet-points\"],\"showSubTitle\":[4,\"show-sub-title\"],\"showHelper\":[4,\"show-helper\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkMode\":[4,\"dark-mode\"],\"currentCardType\":[32]},[[0,\"click\",\"onClick\"]]]]],[\"tet-autocomplete_2.cjs\",[[1,\"tet-autocomplete\",{\"showOptionsOnEscapeClear\":[4,\"show-options-on-escape-clear\"],\"defaultOptions\":[16],\"optionsFilterAction\":[16],\"typingDebounceTime\":[2,\"typing-debounce-time\"],\"noOptionsMessage\":[1,\"no-options-message\"],\"noOptionsRenderFunction\":[16],\"clearCallback\":[16],\"finishedLoading\":[16],\"newStyle\":[4,\"new-style\"],\"highlightOptionsKeyword\":[4,\"highlight-options-keyword\"],\"darkTheme\":[4,\"dark-theme\"],\"optionsIcon\":[1,\"options-icon\"],\"redesignedStyle\":[4,\"redesigned-style\"],\"filteredOptions\":[32],\"activeOption\":[32],\"showOptions\":[32],\"showLoader\":[32],\"isKeyboardFocus\":[32],\"clear\":[64],\"focusOnNativeInput\":[64],\"selectOption\":[64]},[[1,\"pointerup\",\"onPointerUp\"],[9,\"pointerup\",\"onWindowPointerUp\"],[9,\"mousedown\",\"onMouseDown\"],[8,\"activeComponentStateChanged\",\"onComponentActiveStateChange\"],[0,\"keydown\",\"handleKeyDown\"],[0,\"focusout\",\"handleFocusOut\"]]],[1,\"tet-spinner\",{\"theme\":[1],\"size\":[1],\"type\":[1],\"previousProgress\":[32],\"setProgress\":[64]},null,{\"type\":[\"onTypeChange\"]}]]]]"), options);
|
|
22
|
+
return index.bootstrapLazy(JSON.parse("[[\"tet-address-offers-view.cjs\",[[1,\"tet-address-offers-view\",{\"language\":[1],\"addressKey\":[1,\"address-key\"],\"theme\":[1],\"userPersonalCode\":[1,\"user-personal-code\"],\"showAuthorizedAddresses\":[4,\"show-authorized-addresses\"],\"accessToken\":[1,\"access-token\"],\"noUserFound\":[4,\"no-user-found\"],\"callCenterTaskOptions\":[16],\"showContactForm\":[1028,\"show-contact-form\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"address\":[32]},[[0,\"assetAddressSelected\",\"onAddressSelected\"],[0,\"customerNotFound\",\"customerNotFound\"],[0,\"emptyCatalog\",\"onEmptyCatalog\"]],{\"language\":[\"onLanguageChange\"]}]]],[\"tet-b2b-configurator.cjs\",[[1,\"tet-b2b-configurator\",{\"theme\":[1],\"stickyRefEl\":[1,\"sticky-ref-el\"],\"referenceElement\":[32],\"isLoading\":[32],\"itemToRemove\":[32],\"checkoutAttempted\":[32],\"formState\":[32],\"activePrimaryCategoryId\":[32],\"activeSecondaryCategoryId\":[32],\"selectedPrimaryCards\":[32],\"selectedSecondaryCards\":[32],\"isDesktopResolution\":[32],\"setSubmitFormState\":[64]},[[9,\"resize\",\"onResize\"]],{\"activePrimaryCategoryId\":[\"resetSelectedPrimaryCards\"],\"activeSecondaryCategoryId\":[\"resetSelectedSecondaryCards\"]}]]],[\"tet-compare-cards-tab.cjs\",[[1,\"tet-compare-cards-tab\",{\"data\":[16],\"forceColumn\":[4,\"force-column\"],\"layout\":[1],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkHeader\":[4,\"dark-header\"],\"withProductFilters\":[4,\"with-product-filters\"],\"productDataLoaded\":[32],\"showLoader\":[32],\"productSACData\":[32],\"filteredProductCodes\":[32]},[[0,\"compareCardsDidRender\",\"hideLoader\"]],{\"showLoader\":[\"onDataChange\"]}]]],[\"tet-asset-addresses.cjs\",[[1,\"tet-asset-addresses\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"theme\":[1],\"addressSearchLabel\":[1,\"address-search-label\"],\"addressSearchPlaceholder\":[1,\"address-search-placeholder\"],\"addresses\":[32],\"lastAddedKey\":[32],\"showLoader\":[32],\"isAddressSearchVisible\":[32]},[[0,\"addressSelected\",\"onAddressSelected\"]],{\"pid\":[\"loadAddressesOnPidChange\"],\"salesforceAccountId\":[\"loadAddressesOnAccountIdChange\"],\"addresses\":[\"onAddressesChange\"]}]]],[\"tet-cloud-configurator.cjs\",[[1,\"tet-cloud-configurator\",{\"language\":[1],\"containerSelector\":[1,\"container-selector\"],\"theme\":[1],\"selectOnFocus\":[4,\"select-on-focus\"],\"isLoading\":[32],\"headerRef\":[32],\"footerRef\":[32],\"formValues\":[32],\"selectedTab\":[32],\"selectedPeriod\":[32],\"isFloatingSummary\":[32],\"isListExpanded\":[32],\"parentElement\":[32]},null,{\"isLoading\":[\"onisLoadingChange\"],\"headerRef\":[\"onHeaderRefChange\"],\"footerRef\":[\"onFooterRefChange\"],\"selectedTab\":[\"onSelectedTabChange\"],\"language\":[\"onLanguageChange\"]}]]],[\"tet-b2b-service-calculator.cjs\",[[1,\"tet-b2b-service-calculator\",{\"language\":[1],\"totalPrice\":[32],\"withItAdmin\":[32],\"withInPersonServiceSupport\":[32],\"unitCountSelected\":[32]},[[0,\"slider-input\",\"onSliderInput\"]],{\"language\":[\"onLanguageChange\"],\"withItAdmin\":[\"onControlChange\"],\"withInPersonServiceSupport\":[\"onControlChange\"]}]]],[\"tet-cloud-application-form-dialog.cjs\",[[1,\"tet-cloud-application-form-dialog\",{\"privacyPolicyLinkUrl\":[1,\"privacy-policy-link-url\"],\"loading\":[4],\"showOverlay\":[4,\"show-overlay\"],\"language\":[1],\"theme\":[1],\"privacyPolicyError\":[32],\"open\":[64],\"close\":[64]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-compare-card-v2.cjs\",[[1,\"tet-compare-card-v2\",{\"clickCallback\":[16],\"cardType\":[1,\"card-type\"],\"theme\":[1],\"colorIcons\":[4,\"color-icons\"],\"bestChoice\":[4,\"best-choice\"],\"language\":[1],\"options\":[16],\"cardBackgroundColor\":[1,\"card-background-color\"],\"cardScript\":[1,\"card-script\"],\"bestChoiceTextPosition\":[1,\"best-choice-text-position\"],\"darkMode\":[4,\"dark-mode\"],\"bonuses\":[16],\"benefitTitle\":[1,\"benefit-title\"],\"benefits\":[16],\"contractTerm\":[2,\"contract-term\"],\"bestChoiceText\":[1,\"best-choice-text\"],\"currency\":[1],\"secondaryLink\":[1,\"secondary-link\"],\"secondaryLinkText\":[1,\"secondary-link-text\"],\"secondaryLinkOpenBlank\":[4,\"secondary-link-open-blank\"],\"buttonTitle\":[1,\"button-title\"],\"linkOpenBlank\":[4,\"link-open-blank\"],\"dropdownOptions\":[16],\"showLoader\":[32],\"selectedProductCode\":[32],\"selectedSwitchKeys\":[32],\"preselectedKeys\":[32],\"preselectedProductCode\":[32],\"allProductData\":[32],\"preselectedRemountId\":[32]},[[0,\"optionSelected\",\"onOptionSelected\"]]]]],[\"tet-contact-form.cjs\",[[1,\"tet-contact-form\",{\"language\":[1],\"taskOptions\":[16],\"submitButtonProps\":[16],\"showTitle\":[4,\"show-title\"],\"showInputLabel\":[4,\"show-input-label\"],\"theme\":[1],\"darkTheme\":[4,\"dark-theme\"],\"subtitle\":[1],\"showLoader\":[32]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-customer-assets.cjs\",[[1,\"tet-customer-assets\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"singleLoader\":[4,\"single-loader\"],\"hideAssets\":[4,\"hide-assets\"],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"groupByAddress\":[4,\"group-by-address\"],\"loaderElementsCount\":[2,\"loader-elements-count\"],\"darkTheme\":[4,\"dark-theme\"],\"assets\":[32],\"showLoader\":[32]},null,{\"pid\":[\"loadAssetsOnPidChange\"],\"salesforceAccountId\":[\"loadAssetsOnAccountIdChange\"],\"assets\":[\"onAssetsChange\"]}]]],[\"tet-datepicker.cjs\",[[1,\"tet-datepicker\",{\"locale\":[1],\"overlayEffect\":[4,\"overlay-effect\"],\"rangePickerMode\":[4,\"range-picker-mode\"],\"isOpen\":[1028,\"is-open\"],\"date\":[1040],\"datepickerView\":[1025,\"datepicker-view\"],\"rangeDates\":[32],\"internalDate\":[32],\"toggleIsOpen\":[64]},[[0,\"dateChanged\",\"handleDateChanged\"],[0,\"datepickerViewChanged\",\"handleDatepickerViewChanged\"],[0,\"internalDateChanged\",\"handleInternalDateChanged\"],[0,\"rangeDateSet\",\"handleRangeDateSet\"],[0,\"datepickerClosed\",\"handleDatepickerClosed\"],[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]],{\"date\":[\"handleDateChange\"],\"rangeDates\":[\"handleRangeDateChange\"]}]]],[\"tet-macd-view.cjs\",[[1,\"tet-macd-view\",{\"language\":[1],\"theme\":[1],\"showErrorNotification\":[1028,\"show-error-notification\"],\"showLoader\":[1028,\"show-loader\"],\"loaderHeight\":[1,\"loader-height\"],\"accessToken\":[1,\"access-token\"],\"eventsOnly\":[4,\"events-only\"],\"hideUnavailable\":[4,\"hide-unavailable\"],\"assetId\":[1025,\"asset-id\"],\"accountNumber\":[1026,\"account-number\"],\"macdOrderTypes\":[16],\"ignoredMacdOrderTypes\":[16],\"suspendFn\":[16],\"changeOfPlanFn\":[16],\"promotionChangeFn\":[16],\"ceaseFn\":[16],\"modifyFn\":[16]},null,{\"language\":[\"onLanguageChange\"],\"accessToken\":[\"setAccessToken\"],\"macdOrderTypes\":[\"setMacdOrderTypes\"]}]]],[\"tet-autocomplete-dropdown.cjs\",[[1,\"tet-autocomplete-dropdown\",{\"options\":[16],\"defaultOption\":[16],\"noOptionsMessage\":[1,\"no-options-message\"],\"placeholder\":[1],\"label\":[1],\"theme\":[1],\"hasError\":[4,\"has-error\"],\"errorMessage\":[1,\"error-message\"],\"inputValue\":[32],\"clearInput\":[64],\"focusOnNativeInput\":[64]}]]],[\"tet-dynamic-card.cjs\",[[1,\"tet-dynamic-card\",{\"theme\":[1],\"size\":[1],\"sizeChangeBreakpoint\":[1,\"size-change-breakpoint\"],\"isInCarousel\":[4,\"is-in-carousel\"],\"pictureLayoutShiftPosition\":[1,\"picture-layout-shift-position\"],\"cardTitle\":[1,\"card-title\"],\"subtitle\":[1],\"tags\":[16],\"dateTag\":[1,\"date-tag\"],\"dateTagColorLight\":[1,\"date-tag-color-light\"],\"dateTagColorDark\":[1,\"date-tag-color-dark\"],\"priceTagOptions\":[16],\"linkHref\":[1,\"link-href\"],\"linkText\":[1,\"link-text\"],\"linkNewTab\":[4,\"link-new-tab\"],\"index\":[2],\"isFocused\":[32],\"originalSize\":[32],\"currentSize\":[32]},null,{\"theme\":[\"onThemeChanged\"],\"size\":[\"onSizeChange\"]}]]],[\"tet-filter.cjs\",[[1,\"tet-filter\",{\"theme\":[1],\"clearFilterButtonTitle\":[1,\"clear-filter-button-title\"],\"showClearFilterButton\":[4,\"show-clear-filter-button\"],\"tags\":[16],\"filterState\":[32]},null,{\"tags\":[\"tagsWatchHandler\"]}]]],[\"tet-multi-step-dialog.cjs\",[[1,\"tet-multi-step-dialog\",{\"content\":[1],\"steps\":[16],\"isOpen\":[4,\"is-open\"],\"dialogDataScreenKey\":[1,\"dialog-data-screen-key\"],\"tetDialogClass\":[1,\"tet-dialog-class\"],\"language\":[1],\"theme\":[1],\"isKeydownFocus\":[32]}]]],[\"tet-news-card-list.cjs\",[[1,\"tet-news-card-list\",{\"items\":[16],\"withControls\":[4,\"with-controls\"],\"scrollFullWidth\":[4,\"scroll-full-width\"],\"controlScrollAmount\":[2,\"control-scroll-amount\"],\"initialScrollAmount\":[2,\"initial-scroll-amount\"],\"disableScroll\":[4,\"disable-scroll\"],\"withScrollbar\":[4,\"with-scrollbar\"],\"withMouseDrag\":[4,\"with-mouse-drag\"],\"withVirtualScroll\":[4,\"with-virtual-scroll\"],\"theme\":[1]}]]],[\"tet-referral.cjs\",[[1,\"tet-referral\",{\"theme\":[1],\"language\":[1],\"data\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view.cjs\",[[1,\"tet-thank-you-view\",{\"stepperData\":[16],\"theme\":[1],\"mainBlockIcon\":[1,\"main-block-icon\"],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonDescription\":[1,\"cta-button-description\"],\"ctaButtonType\":[1,\"cta-button-type\"]}]]],[\"tet-thank-you-view-v2.cjs\",[[1,\"tet-thank-you-view-v2\",{\"stepperData\":[16],\"icon\":[1],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonId\":[1,\"cta-button-id\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonType\":[1,\"cta-button-type\"],\"ctaButtonTheme\":[1,\"cta-button-theme\"],\"language\":[1],\"translationGroup\":[1,\"translation-group\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view-v3.cjs\",[[1,\"tet-thank-you-view-v3\",{\"stepperData\":[16],\"icon\":[1],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonId\":[1,\"cta-button-id\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonType\":[1,\"cta-button-type\"],\"ctaButtonTheme\":[1,\"cta-button-theme\"],\"language\":[1],\"translationGroup\":[1,\"translation-group\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-business-compare-card.cjs\",[[1,\"tet-business-compare-card\",{\"mainTitle\":[1,\"main-title\"],\"bulletPoints\":[16],\"pricePrefix\":[1,\"price-prefix\"],\"price\":[1],\"currency\":[1],\"theme\":[1],\"hasContentInFooter\":[32]}]]],[\"tet-carousel.cjs\",[[1,\"tet-carousel\",{\"theme\":[1],\"showDots\":[4,\"show-dots\"],\"showGradient\":[4,\"show-gradient\"],\"showButtons\":[4,\"show-buttons\"],\"transitionDuration\":[2,\"transition-duration\"],\"swipeThreshold\":[2,\"swipe-threshold\"],\"transitionTiming\":[1,\"transition-timing\"],\"buttonIconLeft\":[1,\"button-icon-left\"],\"buttonIconRight\":[1,\"button-icon-right\"],\"maxDots\":[2,\"max-dots\"],\"label\":[1],\"language\":[1],\"activeDotIndex\":[32],\"dotCount\":[32],\"totalItems\":[32],\"activeItem\":[32],\"isDragging\":[32],\"dragOffset\":[32]},null,{\"language\":[\"onLanguageChange\"],\"showGradient\":[\"checkGradient\"],\"dragOffset\":[\"checkGradient\"]}]]],[\"tet-expandable-input.cjs\",[[1,\"tet-expandable-input\",{\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"mode\":[1],\"closedWidth\":[1,\"closed-width\"],\"animationDuration\":[2,\"animation-duration\"],\"error\":[4],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"size\":[1],\"closeInputText\":[1,\"close-input-text\"],\"darkMode\":[4,\"dark-mode\"],\"expanded\":[32],\"hasInputValue\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"validateInput\":[64],\"setState\":[64],\"clear\":[64]},[[0,\"blur\",\"onBlur\"],[0,\"focus\",\"onFocus\"]],{\"mode\":[\"onModeChange\"],\"size\":[\"onSizeChange\"]}]]],[\"tet-table.cjs\",[[2,\"tet-table\",{\"caption\":[1],\"cellTextAlign\":[1,\"cell-text-align\"],\"tableHeader\":[1,\"table-header\"],\"tableHeaderTextAlign\":[1,\"table-header-text-align\"],\"tableHeaderColumnSpan\":[2,\"table-header-column-span\"],\"tableHeaderWidth\":[1,\"table-header-width\"],\"tableData\":[1040],\"gappedColumnLayout\":[4,\"gapped-column-layout\"],\"theme\":[1],\"normalizedColumns\":[32]},null,{\"tableData\":[\"onTableDataChange\"]}]]],[\"tet-banner-nav.cjs\",[[0,\"tet-banner-nav\",{\"slides\":[2],\"duration\":[2],\"paused\":[4],\"mobileLayout\":[4,\"mobile-layout\"],\"theme\":[1],\"language\":[1],\"isPaused\":[32],\"currentSlide\":[32],\"firstLoad\":[32],\"pause\":[64],\"play\":[64],\"goTo\":[64],\"next\":[64],\"previous\":[64],\"getCurrentSlide\":[64]},null,{\"paused\":[\"onPausedStateChange\"],\"language\":[\"onLanguageChange\"]}]]],[\"tet-business-lines.cjs\",[[1,\"tet-business-lines\",{\"language\":[1],\"addressKey\":[2,\"address-key\"],\"showHeadings\":[4,\"show-headings\"],\"address\":[32],\"businessLines\":[32]},null,{\"language\":[\"onLanguageChange\"],\"addressKey\":[\"onAddressKeyChange\"]}]]],[\"tet-business-round-stepper.cjs\",[[0,\"tet-business-round-stepper\",{\"stepperData\":[16],\"layout\":[1],\"theme\":[1]}]]],[\"tet-inline-message.cjs\",[[1,\"tet-inline-message\",{\"variant\":[1],\"theme\":[1]}]]],[\"tet-label.cjs\",[[1,\"tet-label\",{\"labelTitle\":[1,\"label-title\"],\"translateTitle\":[4,\"translate-title\"],\"active\":[4],\"theme\":[1],\"type\":[1],\"showIcon\":[4,\"show-icon\"]}]]],[\"tet-menu.cjs\",[[1,\"tet-menu\",{\"type\":[1],\"active\":[4],\"clickable\":[4],\"firstLevelTitle\":[1,\"first-level-title\"],\"firstLevelId\":[1,\"first-level-id\"],\"firstLevelLink\":[1,\"first-level-link\"],\"firstLevelIcon\":[1,\"first-level-icon\"],\"subLevels\":[16],\"darkMode\":[4,\"dark-mode\"],\"isSubmenuLeft\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-menu-mobile.cjs\",[[1,\"tet-menu-mobile\",{\"isActive\":[4,\"active\"],\"firstLevelTitle\":[1,\"first-level-title\"],\"firstLevelLink\":[1,\"first-level-link\"],\"firstLevelId\":[1,\"first-level-id\"],\"subLevels\":[16],\"darkMode\":[4,\"dark-mode\"],\"isExpanded\":[32],\"hasDropdownContent\":[32],\"subMenuState\":[32]}]]],[\"tet-navigation-mobile.cjs\",[[1,\"tet-navigation-mobile\",{\"darkMode\":[4,\"dark-mode\"],\"isTogglerExpanded\":[32],\"isTogglerVisible\":[32],\"showToggler\":[64],\"hideToggler\":[64],\"open\":[64],\"close\":[64]},null,{\"isTogglerExpanded\":[\"onMenuToggle\"]}]]],[\"tet-round-stepper.cjs\",[[1,\"tet-round-stepper\",{\"stepperData\":[16],\"forcedColumn\":[4,\"forced-column\"],\"hideIcons\":[4,\"hide-icons\"],\"theme\":[1]},[[9,\"resize\",\"onResize\"]]]]],[\"tet-tv-gift-list.cjs\",[[1,\"tet-tv-gift-list\",{\"header\":[1],\"listBulletIcon\":[1,\"list-bullet-icon\"],\"imageSource\":[1,\"image-source\"],\"list\":[16],\"containerSize\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-bar-graph.cjs\",[[1,\"tet-bar-graph\",{\"parentContainer\":[1040],\"data\":[16],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"valueUnit\":[1,\"value-unit\"],\"labelPosition\":[1,\"label-position\"],\"valuePosition\":[1,\"value-position\"],\"dataOrder\":[1,\"data-order\"],\"withGrid\":[4,\"with-grid\"],\"animationDuration\":[2,\"animation-duration\"],\"size\":[1],\"theme\":[1],\"displayData\":[32],\"componentSize\":[32],\"labelWidth\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"size\":[\"onSizeChange\"],\"dataOrder\":[\"onDataOrderChange\"],\"data\":[\"onDataChange\"],\"minValue\":[\"onMinValueChange\"],\"maxValue\":[\"onMaxValueChange\"]}]]],[\"tet-border-radius.cjs\",[[1,\"tet-border-radius\"]]],[\"tet-business-card.cjs\",[[1,\"tet-business-card\",{\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"infoText\":[1,\"info-text\"],\"type\":[1],\"theme\":[1],\"size\":[32]}]]],[\"tet-colors.cjs\",[[1,\"tet-colors\",{\"showVariables\":[4,\"show-variables\"],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-contact-info.cjs\",[[1,\"tet-contact-info\",{\"contactBlocks\":[16]}]]],[\"tet-expansion-panel.cjs\",[[1,\"tet-expansion-panel\",{\"toggleElement\":[1025,\"toggle-element\"],\"initialState\":[1,\"initial-state\"],\"state\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64],\"getState\":[64]}]]],[\"tet-font-weight.cjs\",[[1,\"tet-font-weight\"]]],[\"tet-fonts.cjs\",[[1,\"tet-fonts\"]]],[\"tet-grid.cjs\",[[0,\"tet-grid\"]]],[\"tet-layout.cjs\",[[1,\"tet-layout\"]]],[\"tet-link.cjs\",[[1,\"tet-link\"]]],[\"tet-spacing.cjs\",[[1,\"tet-spacing\"]]],[\"tet-textarea.cjs\",[[1,\"tet-textarea\",{\"value\":[1],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"errorMessages\":[16],\"theme\":[1],\"isKeyboardFocus\":[32],\"focusVisible\":[32]},[[8,\"keydown\",\"onKeyDown\"],[9,\"mousedown\",\"onMouseDown\"]]]]],[\"tet-tv-gift-block.cjs\",[[1,\"tet-tv-gift-block\",{\"headerTitle\":[1,\"header-title\"],\"headerImageSrc\":[1,\"header-image-src\"],\"footerTitle\":[1,\"footer-title\"],\"footerText\":[1,\"footer-text\"],\"containerSize\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-input.cjs\",[[6,\"tet-input\",{\"isPhoneNumber\":[4,\"is-phone-number\"],\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"type\":[1,\"input-type\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"readonly\":[4,\"input-readonly\"],\"error\":[4],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconLeftClickCallback\":[16],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"autocomplete\":[1],\"maxlength\":[1],\"inputTabindex\":[2,\"input-tabindex\"],\"errorMessages\":[32],\"isKeyboardFocus\":[32],\"focusVisible\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"clearErrors\":[64],\"validateInput\":[64]},[[8,\"keydown\",\"onKeyDown\"],[9,\"mousedown\",\"onMouseDown\"]]]]],[\"tet-range-slider.cjs\",[[1,\"tet-range-slider\",{\"parentContainer\":[1040],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"inputMaxValue\":[2,\"input-max-value\"],\"defaultValue\":[2,\"default-value\"],\"step\":[2],\"dataPoints\":[16],\"displayDataPoints\":[16],\"lockToDataPoint\":[4,\"lock-to-data-point\"],\"type\":[1],\"withControls\":[4,\"with-controls\"],\"withInput\":[4,\"with-input\"],\"withCurrentStepCounter\":[4,\"with-current-step-counter\"],\"dataUnits\":[1,\"data-units\"],\"size\":[1],\"reduceButtonAccessibilityLabel\":[1,\"reduce-button-accessibility-label\"],\"addButtonAccessibilityLabel\":[1,\"add-button-accessibility-label\"],\"numberInputAccessibilityLabel\":[1,\"number-input-accessibility-label\"],\"sliderInputAccessibilityLabel\":[1,\"slider-input-accessibility-label\"],\"theme\":[1],\"currentValue\":[32],\"dataSet\":[32],\"containerSize\":[32],\"tooltipOffset\":[32],\"isSliding\":[32],\"isPointerDown\":[32],\"positions\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"dataPoints\":[\"onDataPointsChange\"],\"type\":[\"onTypeChange\"],\"currentValue\":[\"onCurrentValueChange\"],\"size\":[\"onSizeChange\"]}]]],[\"tet-card-list.cjs\",[[1,\"tet-card-list\",{\"theme\":[1],\"withControls\":[4,\"with-controls\"],\"controlScrollAmount\":[2,\"control-scroll-amount\"],\"scrollFullWidth\":[4,\"scroll-full-width\"],\"initialScrollAmount\":[2,\"initial-scroll-amount\"],\"disableScroll\":[4,\"disable-scroll\"],\"withScrollbar\":[4,\"with-scrollbar\"],\"withOverflowOpacity\":[4,\"with-overflow-opacity\"],\"overflowOpacityMinWidth\":[1,\"overflow-opacity-min-width\"],\"withMouseDrag\":[4,\"with-mouse-drag\"],\"withVirtualScroll\":[4,\"with-virtual-scroll\"],\"withActiveElement\":[4,\"with-active-element\"],\"activeElementClass\":[1,\"active-element-class\"],\"scrollAnimationSpeed\":[2,\"scroll-animation-speed\"],\"iconPrev\":[1,\"icon-prev\"],\"iconNext\":[1,\"icon-next\"],\"controlVisibility\":[32],\"scrollThumbWidth\":[32],\"isSmallContainer\":[32],\"scrollListTo\":[64],\"scrollListBy\":[64],\"scrollListToElementCenter\":[64]},[[9,\"resize\",\"onResize\"]],{\"withMouseDrag\":[\"onWithMouseDragChange\"],\"disableScroll\":[\"onDisableScrollChange\"],\"withControls\":[\"onWithControlsChange\"],\"withOverflowOpacity\":[\"onWithOverflowOpacityChange\"],\"withVirtualScroll\":[\"onWithVirtualScrollChange\"]}]]],[\"tet-number-input.cjs\",[[1,\"tet-number-input\",{\"label\":[1],\"theme\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"buttonAccessibilityLabel\":[1,\"button-accessibility-label\"],\"helperText\":[1,\"helper-text\"],\"suffixes\":[16],\"value\":[1026],\"min\":[2],\"max\":[2],\"disabled\":[4],\"error\":[4],\"completed\":[4],\"selectOnFocus\":[4,\"select-on-focus\"],\"suffix\":[32],\"isOpen\":[32],\"isValueHidden\":[32],\"isKeyboardFocus\":[32],\"getValue\":[64],\"resetSuffix\":[64]},[[0,\"keydown\",\"onKeydown\"],[8,\"keydown\",\"onTabKeydown\"],[0,\"focus\",\"onFocus\"],[8,\"click\",\"onClick\"],[0,\"input\",\"inputChangeHandler\"],[0,\"blur\",\"onBlur\"]],{\"suffix\":[\"onSuffixChange\"]}]]],[\"tet-stepper-v2.cjs\",[[1,\"tet-stepper-v2\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-stepper-v3.cjs\",[[1,\"tet-stepper-v3\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-price-view.cjs\",[[1,\"tet-price-view\",{\"theme\":[1],\"background\":[1],\"font\":[1],\"size\":[1],\"headingText\":[1,\"heading-text\"],\"priceType\":[1,\"price-type\"],\"euroPrice\":[1,\"euro-price\"],\"centsPrice\":[1,\"cents-price\"],\"footerText\":[1,\"footer-text\"],\"footerTextType\":[1,\"footer-text-type\"],\"staticColors\":[4,\"static-colors\"]}]]],[\"tet-stepper.cjs\",[[1,\"tet-stepper\",{\"stepperData\":[16]}]]],[\"tet-button.cjs\",[[17,\"tet-button\",{\"clickCallback\":[16],\"size\":[1],\"type\":[1],\"theme\":[1],\"disabled\":[4],\"iconMode\":[4,\"icon-mode\"],\"iconPosition\":[1,\"icon-position\"],\"iconName\":[1,\"icon-name\"],\"elementId\":[1,\"element-id\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"url\":[1],\"urlTarget\":[1,\"url-target\"]}]]],[\"tet-compare-cards_2.cjs\",[[1,\"tet-compare-cards\",{\"data\":[1040],\"vatText\":[1,\"vat-text\"],\"forceColumn\":[4,\"force-column\"],\"theme\":[1],\"layout\":[1],\"cardScript\":[1,\"card-script\"],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"changedProductCode\":[1,\"changed-product-code\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkMode\":[4,\"dark-mode\"],\"initializedState\":[32],\"showLoader\":[32]},[[0,\"optionSelected\",\"onOptionSelected\"]],{\"data\":[\"onDataChange\"]}],[1,\"tet-tab-content\",{\"dataName\":[1,\"data-name\"],\"defaultTab\":[8,\"default-tab\"],\"parentContainer\":[16],\"useVisibility\":[4,\"use-visibility\"],\"selectedId\":[32],\"previousDataName\":[32],\"previousParentContainer\":[32],\"theme\":[32],\"init\":[64],\"selectTab\":[64]},null,{\"dataName\":[\"onDataNameChange\"],\"parentContainer\":[\"onParentContainerChange\"]}]]],[\"tet-loader.cjs\",[[1,\"tet-loader\"]]],[\"tet-address-search.cjs\",[[1,\"tet-address-search\",{\"language\":[1],\"minSearchKeywordLength\":[2,\"min-search-keyword-length\"],\"placeholder\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"addressKey\":[1,\"address-key\"],\"newStyle\":[4,\"new-style\"],\"newFormsStyle\":[4,\"new-forms-style\"],\"redesignedStyle\":[4,\"redesigned-style\"],\"theme\":[1],\"manualAddressTriggers\":[4,\"manual-address-triggers\"],\"isInputInvalid\":[4,\"is-input-invalid\"],\"inputDisabled\":[1028,\"input-disabled\"],\"searchButtonText\":[1,\"search-button-text\"],\"closeButtonText\":[1,\"close-button-text\"],\"inputIconRight\":[32],\"inputValueLength\":[32],\"isLoading\":[32],\"isKeyboardFocus\":[32],\"focusVisible\":[32],\"elementActive\":[32],\"resetInputState\":[64]},[[8,\"keydown\",\"onKeyDown\"]],{\"language\":[\"onLanguageChanged\"],\"addressKey\":[\"search\"],\"inputDisabled\":[\"onInputDisabledStateChange\"]}]]],[\"tet-radio.cjs\",[[6,\"tet-radio\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"inputAutofocus\":[4,\"input-autofocus\"],\"setChecked\":[64]},[[0,\"keydown\",\"onKeydown\"]]]]],[\"tet-switch.cjs\",[[1,\"tet-switch\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[516],\"setChecked\":[64]}]]],[\"tet-tab-header.cjs\",[[1,\"tet-tab-header\",{\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"type\":[1],\"position\":[1],\"sizing\":[1],\"defaultTab\":[8,\"default-tab\"],\"segmented\":[4],\"hideHeaderUnderline\":[4,\"hide-header-underline\"],\"hideActiveHeaderUnderline\":[4,\"hide-active-header-underline\"],\"autoplayDelay\":[2,\"autoplay-delay\"],\"stopAutoplayOnHeaderHover\":[4,\"stop-autoplay-on-header-hover\"],\"stopAutoplayOnContentHover\":[4,\"stop-autoplay-on-content-hover\"],\"dataName\":[1,\"data-name\"],\"selectedId\":[32],\"positions\":[32],\"autoplay\":[32],\"idSuffix\":[32],\"segmentAnimation\":[32],\"toggleAutoplay\":[64],\"stopAutoplay\":[64],\"startAutoplay\":[64],\"selectTab\":[64]},null,{\"hideActiveHeaderUnderline\":[\"showActiveHeaderUnderline\"],\"autoplayDelay\":[\"onAutoplayDelayChange\"],\"segmented\":[\"onSegmentedChange\"]}]]],[\"tet-icon.cjs\",[[1,\"tet-icon\",{\"name\":[1],\"theme\":[1],\"type\":[1],\"useDefaultColor\":[4,\"use-default-color\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"focusable\":[4]},null,{\"name\":[\"onNameChange\"]}]]],[\"tet-text-list.cjs\",[[1,\"tet-text-list\",{\"listType\":[1,\"list-type\"],\"decimalStart\":[2,\"decimal-start\"],\"decimalPrefix\":[1,\"decimal-prefix\"],\"withIcon\":[4,\"with-icon\"],\"listIcon\":[1,\"list-icon\"],\"theme\":[1]}]]],[\"tet-address-offers_4.cjs\",[[1,\"tet-address-offers\",{\"addressKey\":[8,\"address-key\"],\"catalog\":[16],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"language\":[1],\"allowedTvProductCodes\":[16],\"showLoader\":[32],\"subcategoryProductFilters\":[32]},null,{\"addressKey\":[\"onAddressKeyChange\"],\"language\":[\"onLanguageChanged\"]}],[1,\"tet-availability-contact-form\",{\"language\":[1],\"taskOptions\":[16],\"submitButtonProps\":[16],\"showTitle\":[4,\"show-title\"],\"showInputLabel\":[4,\"show-input-label\"],\"theme\":[1],\"darkTheme\":[4,\"dark-theme\"],\"success\":[1028],\"showAvailabilityContactForm\":[4,\"show-availability-contact-form\"],\"subtitle\":[1],\"showLoader\":[32]},[[0,\"taskCreationSuccess\",\"onSuccess\"],[4,\"emptyCatalog\",\"onEmptyCatalog\"]],{\"language\":[\"onLanguageChange\"]}],[1,\"tet-address-offers-filters\",{\"language\":[1],\"clearFilterButton\":[4,\"clear-filter-button\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}],[1,\"tet-asset-availability-addresses\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"theme\":[1],\"addressSearchLabel\":[1,\"address-search-label\"],\"addressSearchPlaceholder\":[1,\"address-search-placeholder\"],\"addresses\":[32],\"lastAddedKey\":[32],\"showLoader\":[32],\"unselectAssetAddresses\":[64]},null,{\"pid\":[\"loadAddressesOnPidChange\"],\"salesforceAccountId\":[\"loadAddressesOnAccountIdChange\"],\"addresses\":[\"onAddressesChange\"]}]]],[\"tet-autocomplete.cjs\",[[1,\"tet-autocomplete\",{\"showOptionsOnEscapeClear\":[4,\"show-options-on-escape-clear\"],\"defaultOptions\":[16],\"optionsFilterAction\":[16],\"typingDebounceTime\":[2,\"typing-debounce-time\"],\"noOptionsMessage\":[1,\"no-options-message\"],\"noOptionsRenderFunction\":[16],\"clearCallback\":[16],\"finishedLoading\":[16],\"newStyle\":[4,\"new-style\"],\"highlightOptionsKeyword\":[4,\"highlight-options-keyword\"],\"darkTheme\":[4,\"dark-theme\"],\"optionsIcon\":[1,\"options-icon\"],\"redesignedStyle\":[4,\"redesigned-style\"],\"filteredOptions\":[32],\"activeOption\":[32],\"showOptions\":[32],\"showLoader\":[32],\"isKeyboardFocus\":[32],\"clear\":[64],\"focusOnNativeInput\":[64],\"selectOption\":[64]},[[1,\"pointerup\",\"onPointerUp\"],[9,\"pointerup\",\"onWindowPointerUp\"],[9,\"mousedown\",\"onMouseDown\"],[8,\"activeComponentStateChanged\",\"onComponentActiveStateChange\"],[0,\"keydown\",\"handleKeyDown\"],[0,\"focusout\",\"handleFocusOut\"]]]]],[\"tet-stepper-input.cjs\",[[1,\"tet-stepper-input\",{\"value\":[1026],\"theme\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"selectOnFocus\":[4,\"select-on-focus\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"language\":[1],\"getValue\":[64]},[[0,\"keydown\",\"onKeydown\"],[0,\"focus\",\"onFocus\"],[0,\"input\",\"inputChangeHandler\"]],{\"language\":[\"onLanguageChange\"],\"value\":[\"onValueChange\"]}]]],[\"tet-datepicker-header_4.cjs\",[[1,\"tet-datepicker-header\",{\"locale\":[1],\"selectedDate\":[16],\"internalDate\":[16],\"datepickerView\":[1,\"datepicker-view\"]}],[1,\"tet-datepicker-month-view\",{\"rangeDates\":[16],\"selectedDate\":[16],\"internalDate\":[16],\"rangePickerMode\":[4,\"range-picker-mode\"],\"inRangeHoverDate\":[32]},null,{\"internalDate\":[\"handleDateChange\"]}],[1,\"tet-datepicker-multi-year-view\",{\"selectedDate\":[16],\"internalDate\":[16],\"years\":[32]},null,{\"internalDate\":[\"handleInternalDateChange\"]}],[1,\"tet-datepicker-year-view\",{\"selectedDate\":[16],\"internalDate\":[16]}]]],[\"tet-accordion_2.cjs\",[[1,\"tet-accordion\",{\"isOpen\":[1540,\"is-open\"],\"theme\":[1],\"header\":[1],\"headerImageSrc\":[1,\"header-image-src\"],\"headerImageAlt\":[1,\"header-image-alt\"],\"indicatorDirection\":[1,\"indicator-direction\"],\"withBorder\":[4,\"with-border\"],\"withAutoScroll\":[4,\"with-auto-scroll\"],\"breakpoint\":[1],\"headingTag\":[1,\"heading-tag\"],\"transparentBackground\":[4,\"transparent-background\"],\"open\":[64],\"close\":[64],\"toggle\":[64],\"getState\":[64],\"setState\":[64]}],[1,\"tet-notification\",{\"icon\":[1],\"headerTitle\":[1,\"header-title\"],\"content\":[1],\"type\":[1],\"allowClose\":[4,\"allow-close\"],\"theme\":[1],\"animationDuration\":[2,\"animation-duration\"],\"close\":[64]}]]],[\"tet-dialog.cjs\",[[1,\"tet-dialog\",{\"headerTitle\":[1,\"header-title\"],\"isOpen\":[1540,\"is-open\"],\"theme\":[1],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"closeOnEscape\":[4,\"close-on-escape\"],\"preventDefaultClose\":[4,\"prevent-default-close\"],\"footerDisplay\":[1,\"footer-display\"],\"hideCloseButton\":[4,\"hide-close-button\"],\"showHeaderDivider\":[4,\"show-header-divider\"],\"hideHeader\":[4,\"hide-header\"],\"titleId\":[1,\"title-id\"],\"open\":[64],\"close\":[64]},[[8,\"keydown\",\"handleKeyDown\"]],{\"isOpen\":[\"onDialogOpenAction\"]}]]],[\"tet-checkbox.cjs\",[[1,\"tet-checkbox\",{\"theme\":[1],\"label\":[1],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"error\":[1540],\"indeterminate\":[1540],\"setChecked\":[64],\"setIndeterminate\":[64],\"setError\":[64]},null,{\"indeterminate\":[\"updateIndeterminateState\"]}]]],[\"tet-b2b-check-out-form_5.cjs\",[[1,\"tet-b2b-check-out-form\",{\"language\":[1],\"theme\":[1],\"open\":[64],\"close\":[64]},null,{\"language\":[\"onLanguageChange\"]}],[1,\"tet-b2b-compare-card\",{\"theme\":[1],\"options\":[16],\"count\":[2],\"isSelected\":[4,\"is-selected\"],\"localCount\":[32],\"localIsSelected\":[32],\"isTablet\":[32]},null,{\"count\":[\"syncCount\"],\"isSelected\":[\"syncSelected\"]}],[1,\"tet-b2b-configurator-cart\",{\"theme\":[1],\"data\":[16],\"isCartEmpty\":[4,\"is-cart-empty\"],\"context\":[1],\"isDesktopResolution\":[4,\"is-desktop-resolution\"],\"isAccordionOpen\":[32],\"isPrimaryBlockOpen\":[32],\"isSecondaryBlockOpen\":[32],\"primarySlotFilled\":[32],\"secondarySlotFilled\":[32],\"changeBlockState\":[64]},null,{\"isDesktopResolution\":[\"openAccordionOnResolutionChange\"],\"isCartEmpty\":[\"checkStickyClassOnCartEmptyChange\"]}],[1,\"tet-business-summary-card\",{\"productName\":[1,\"product-name\"],\"price\":[2],\"productDescription\":[1,\"product-description\"],\"discountPrice\":[2,\"discount-price\"],\"currency\":[1],\"contractTerm\":[2,\"contract-term\"],\"theme\":[1],\"withStepper\":[4,\"with-stepper\"],\"value\":[2],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"stepperLabel\":[1,\"stepper-label\"],\"context\":[1],\"language\":[1]}],[1,\"tet-business-navigation\",{\"menuItems\":[16],\"theme\":[1],\"selectedItemId\":[32],\"positions\":[32],\"selectMenuItem\":[64]}]]],[\"tet-spinner.cjs\",[[1,\"tet-spinner\",{\"theme\":[1],\"size\":[1],\"type\":[1],\"previousProgress\":[32],\"setProgress\":[64]},null,{\"type\":[\"onTypeChange\"]}]]],[\"tet-tag_2.cjs\",[[1,\"tet-tag-group\",{\"language\":[1],\"tags\":[16],\"theme\":[1]}],[1,\"tet-tag\",{\"tagTitle\":[1,\"tag-title\"],\"count\":[2],\"active\":[4],\"theme\":[1],\"showIcon\":[4,\"show-icon\"],\"disabled\":[4],\"language\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-dropdown_2.cjs\",[[1,\"tet-dropdown\",{\"label\":[1],\"labelLogo\":[1,\"label-logo\"],\"labelLogoGrayscale\":[1,\"label-logo-grayscale\"],\"labelRight\":[1,\"label-right\"],\"labelRightColor\":[1,\"label-right-color\"],\"labelSubText\":[1,\"label-sub-text\"],\"flexLayout\":[4,\"flex-layout\"],\"buttonLabel\":[1,\"button-label\"],\"allowMultiple\":[4,\"allow-multiple\"],\"closeOnSelection\":[4,\"close-on-selection\"],\"theme\":[1],\"options\":[16],\"disabled\":[4],\"selectedOptionIndexes\":[32],\"isOpen\":[32],\"isKeyboardFocus\":[32],\"getSelectedOptions\":[64],\"selectOption\":[64]},[[8,\"click\",\"handleWindowClick\"],[8,\"focusout\",\"handleFocusOut\"]],{\"options\":[\"onOptionsChange\"]}],[1,\"tet-tooltip\",{\"theme\":[1],\"targetElementSelector\":[1,\"target-element-selector\"],\"hoverElement\":[16],\"doNotShowOnHover\":[4,\"do-not-show-on-hover\"],\"position\":[1],\"positionState\":[32],\"showTooltip\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]},[[16,\"touchmove\",\"handleTouchmove\"],[16,\"wheel\",\"handleWheel\"],[16,\"keydown\",\"onKeydown\"],[9,\"resize\",\"handleResize\"]],{\"position\":[\"handlePositionChange\"],\"showTooltip\":[\"onShowTooltipChange\"]}]]],[\"tet-placeholder.cjs\",[[1,\"tet-placeholder\",{\"width\":[1],\"height\":[1],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-address-offers-filters-products_2.cjs\",[[1,\"tet-address-offers-filters-products\",{\"language\":[1],\"clearFilterButton\":[4,\"clear-filter-button\"],\"theme\":[1],\"catalog\":[16],\"productCodes\":[16],\"category\":[16],\"subcategoryId\":[1,\"subcategory-id\"],\"availableTvProducts\":[32],\"activeTvFilters\":[32]},null,{\"language\":[\"onLanguageChange\"],\"catalog\":[\"onDataChange\"],\"category\":[\"onDataChange\"],\"productCodes\":[\"onProductCodesChanged\"]}],[1,\"tet-compare-card\",{\"clickCallback\":[16],\"index\":[2],\"cardType\":[1,\"card-type\"],\"theme\":[1],\"colorIcons\":[4,\"color-icons\"],\"fullHeight\":[4,\"full-height\"],\"bestChoice\":[4,\"best-choice\"],\"cardHeader\":[1,\"card-header\"],\"logo\":[1],\"image\":[1],\"thumbnail\":[1],\"thumbnailAlt\":[1,\"thumbnail-alt\"],\"language\":[1],\"options\":[16],\"minWideWidth\":[2,\"min-wide-width\"],\"cardList\":[4,\"card-list\"],\"cardBackgroundColor\":[1,\"card-background-color\"],\"cardScript\":[1,\"card-script\"],\"parentContainer\":[16],\"hideBestChoiceBorder\":[4,\"hide-best-choice-border\"],\"withBorder\":[4,\"with-border\"],\"priceShownVertically\":[4,\"price-shown-vertically\"],\"bestChoiceTextPosition\":[1,\"best-choice-text-position\"],\"bestChoiceTextFloating\":[4,\"best-choice-text-floating\"],\"secondaryLinkPosition\":[1,\"secondary-link-position\"],\"showBulletPoints\":[4,\"show-bullet-points\"],\"showSubTitle\":[4,\"show-sub-title\"],\"showHelper\":[4,\"show-helper\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkMode\":[4,\"dark-mode\"],\"currentCardType\":[32]},[[0,\"click\",\"onClick\"]]]]],[\"tet-container_2.cjs\",[[1,\"tet-selection-list\",{\"items\":[16],\"preSelectedItems\":[16],\"multipleSelections\":[4,\"multiple-selections\"],\"itemRenderFunction\":[16],\"identifier\":[1],\"selectedItems\":[32],\"unsetSelectedItems\":[64],\"getSelectedItems\":[64]},null,{\"preSelectedItems\":[\"onPreselectedItemsChanged\"]}],[1,\"tet-container\",{\"highlightable\":[4],\"selected\":[4],\"theme\":[1]}]]]]"), options);
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
exports.setNonce = index.setNonce;
|
|
@@ -12,7 +12,7 @@ const TetFontWeight = class {
|
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return (index.h(index.Host, { key: '
|
|
15
|
+
return (index.h(index.Host, { key: 'aed273ad327e9a9e3a158fccc9f6f6206376f251' }, index.h("div", { key: 'bbb7869f28637a63ab839e210df27e9cf3835f1b', class: "variable-container" }, index.h("div", { key: '594877478d3fa7030043deae1f33dd952f520145', class: "container-title main" }, "Fonta biezuma klase"), index.h("div", { key: 'd6bce2cbd99de6390dd3469cd31ac6c2ddf16d50', class: "container-section" }, index.h("div", { key: 'e92e1c5928a7d7659405a55154a8da323c96b740', class: "variable-name" }, index.h("div", { key: '0f38fe7fcdb7d0e08a4abe1cfa6a8bb83bfc2c4a', class: "variable-part" }, "tet"), index.h("div", { key: 'e1944a8c2fd786c71785df10a94bf943ec84d7b6', class: "variable-part" }, "-font"), index.h("div", { key: '3abb6ec974ba157e0b5da6ed650a4f85ee8e05ce', class: "variable-part" }, "-weight"), index.h("div", { key: '3dff89c9a2b25a695737e6d62b54e842bf410de0', class: "variable-part variable variable-weight" }, "--semi-bold")))), index.h("div", { key: '1636944c5687c4f5f392e68bf3e8f9ac9a76b4d9', class: "tet-fonts-container" }, index.h("div", { key: 'd4fb92068e83ccbb5834e2aecd8ae25803fd983a', class: "section" }, index.h("div", { key: 'ab71ba8c660db18e2192fd8336430e0a2cb2f7b1', class: "container-title" }, "Fontu biezumi"), index.h("div", { key: '098904259e01f6fa943b312e4ad23e27e1d9b75d', class: "section-font" }, index.h("div", { key: '8dbefc913ae934a6310e6bd43baa557bcd0758c5', class: "font font-body-xs" }, "Font weight - 400"), index.h("div", { key: '3248358216d774eec74099bc493774f5758ba8c1', class: "section-font-class" }, "klase: tet-font-weight--normal"), index.h("div", { key: 'e4571a342334751a31cea6fa41b223c1df2787d4', class: "section-font-weight" })), index.h("div", { key: 'be305ea8f3dd6d26fd548ddfa8c5bbfb9fab21fe', class: "section-font" }, index.h("div", { key: '231b4d5a78a36032f84c3c62c13a434aabdd3a9f', class: "font font-body-s" }, "Font weight - 500"), index.h("div", { key: '1946575cf57ea6ec4fddfe768e31858f8ffb40e0', class: "section-font-class" }, "klase: tet-font-weight--medium"), index.h("div", { key: '8d4b9587b48784465ac88edc62a808396b951572', class: "section-font-weight" })), index.h("div", { key: '38b5e03e43fc2bcb034df297f6ee68774594fda7', class: "section-font" }, index.h("div", { key: '11aac0e997f325ebb75e455d544e4d312ff260f7', class: "font font-body-m" }, "Font weight - 600"), index.h("div", { key: '63550bd87c7ad29e5f987ac47f5cbd2721c0e435', class: "section-font-class" }, "klase: tet-font-weight--semi-bold"), index.h("div", { key: '12c60ffaafa7ef37123cb366b332f6c5100f3aef', class: "section-font-weight" }))))));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
TetFontWeight.style = TetFontWeightStyle0;
|
|
@@ -12,7 +12,7 @@ const TetFonts = class {
|
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return (index.h(index.Host, { key: 'eb364aa730db6e47cc1172a0ba9b19a90ad3d84d' }, index.h("div", { key: '3ffad4589d517dec161590078880aae56635a468', class: "variable-container" }, index.h("div", { key: '5b7832f993baf66fcdb18968ce088913fbfc49e6', class: "container-title main" }, "Fonta klase"), index.h("div", { key: '47fb5b35fac3fdb14d8e8b537a0c78420e3a0198', class: "container-section" }, index.h("div", { key: 'ec00cd3c7d641201f2269072de0647f2558ae05c', class: "variable-name" }, index.h("div", { key: 'b341d91d1434977c47a58c9392a2165c0aba4775', class: "variable-part" }, "tet"), index.h("div", { key: '04ee9852fb467d34ddbb0c369dc9603c1153a4ab', class: "variable-part" }, "-font"), index.h("div", { key: '5df6339af959653f66ba359702e3bcc0c052cd94', class: "variable-part variable variable-type" }, "__label"), index.h("div", { key: '18dde82205444926291683f347a012ed9f7421f7', class: "variable-part variable variable-size" }, "--m")))), index.h("div", { key: 'e4d91eb53473d198cc1776bb63a7e5aa82026d55', class: "tet-fonts-container" }, index.h("div", { key: 'ea1356edabe635c2099b27d199b7728b08d3ba65', class: "section" }, index.h("div", { key: '9d1af47d68aa47b23705cbfaedfdbf2d901ebb40', class: "container-title" }, "Body - Inter"), index.h("div", { key: '0c56fadad687fabde78ce2f1d12bb31eaa6b8eae', class: "section-font" }, index.h("div", { key: '1d5748a7fe98ecae86c1556e5a6441e7a74d3688', class: "font font-body-xs" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '57eac81805158d70692c7c270188aa6f9721958b', class: "section-font-class" }, "klase: tet-font__body--xs"), index.h("div", { key: '633c1d585e45b70ef1970c293c7f4886819f3004', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), index.h("div", { key: '561b45e8cc256a753605fd75b32cb0eaf875aa43', class: "section-font-attribute" }, "Font weight - 400")), index.h("div", { key: '35beaa8970d3227bb70e670c8bbb17ca97910e9c', class: "section-font" }, index.h("div", { key: '8a187a8e4b837fa2c0753b01cf21825b5e46a137', class: "font font-body-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '1f6dbb2b94dcb10e99cf6e37d158fb13ac5aaf90', class: "section-font-class" }, "klase: tet-font__body--s"), index.h("div", { key: '691815d3a4e8ea1138c3c80dda422d5d69b1950d', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), index.h("div", { key: '8e7c8ea47cc93da8a4a04fe9348a082a08d8b5ef', class: "section-font-attribute" }, "Font weight - 400")), index.h("div", { key: 'd0d3e3abb0af866f79a44865abe6b8abf5d27707', class: "section-font" }, index.h("div", { key: 'bfbe71605fe0abdc1ebfd037a95bac2b7ced3efd', class: "font font-body-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '21b1c519b1c0eaa15dd1affb78e83b43b95836f0', class: "section-font-class" }, "klase: tet-font__body--m"), index.h("div", { key: 'a7fd845cd968bcd1f8a430855d1aa20ef5fdc1df', class: "section-font-attribute" }, "Font size - 1rem / 16px"), index.h("div", { key: 'f2e83a5e153373776ade24eb5307defdff42e76c', class: "section-font-attribute" }, "Font weight - 400")), index.h("div", { key: 'c0227c3bf4395893e3cc5e6ba17b71c9d7d494a4', class: "section-font" }, index.h("div", { key: '96020398879b3855649cfbc432319321763690e4', class: "font font-body-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '084e8cc785774d64c04e016459d7b8820a1266a7', class: "section-font-class" }, "klase: tet-font__body--l"), index.h("div", { key: '0cf40b56744eb65cdc5c114b63c5fb0e302602c5', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), index.h("div", { key: '716914f695c9bc08a0de308b597750238adcf272', class: "section-font-attribute" }, "Font weight - 400"))), index.h("div", { key: '352950f13363347b2562c06796864746e2b60f66', class: "section" }, index.h("div", { key: '24c5a73db6aa7f6399fec69911df1692c00630ae', class: "container-title" }, "Label - Inter"), index.h("div", { key: '57f29befd7c9c1297ecfc6e3426f63c7bcb4344e', class: "section-font" }, index.h("div", { key: '1627df8b18174f29561f42190c96bfbb93f834dd', class: "font font-label-xs" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '5edd469ea492696ad89c9678f88de499bef61e64', class: "section-font-class" }, "klase: tet-font__label--xs"), index.h("div", { key: '4bf2d51f4158e244c79b27bac38ad5e17a191b49', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), index.h("div", { key: '84c48fed1151d25b62ebe8bbf7fb9e6d1b0d0fa0', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: '2eefba5c3c1494f40dd601a1e0cbf543c5ab7cca', class: "section-font" }, index.h("div", { key: 'b915607585ea868dd95c11b2e20037a9e92bc42a', class: "font font-label-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'f8f6f305307944671801856b5d473d9b8e10d06f', class: "section-font-class" }, "klase: tet-font__label--s"), index.h("div", { key: '0953fe0f25ca1708a272038b0cb229d75395a923', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), index.h("div", { key: 'fd67cf49fe27368cfc3f1a7ddf00e4b06c92b2f8', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: 'b6ae4747f754a2d0f9613767c9b5d8473e5de6a0', class: "section-font" }, index.h("div", { key: '95e9e03941ab166a2c791cc33db54ec7bcbf7b78', class: "font font-label-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'b0d3ca91bc15afe0809686d9cf2c29c66f1f6faa', class: "section-font-class" }, "klase: tet-font__label--m"), index.h("div", { key: 'eb4e85d608abba79154fbfd356d8466c08afcea0', class: "section-font-attribute" }, "Font size - 1rem / 16px"), index.h("div", { key: '3728dd3a586ded8ea4ef87247790e0691eca87a5', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: '1c9ba73bd3dd8004325e82e847261ee954b25f2e', class: "section-font" }, index.h("div", { key: '5d4a99025f34d655f877ffe39a70a3ae1341f798', class: "font font-label-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '83c468df9caeef513c9f2d414f6e369bdd2c7d1d', class: "section-font-class" }, "klase: tet-font__label--l"), index.h("div", { key: 'eb7aca634dc974f3a191f215195c6809259b3d43', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), index.h("div", { key: 'fc46a2b8edfea2fd27035b1aa7cd59da2805d2e1', class: "section-font-attribute" }, "Font weight - 500"))), index.h("div", { key: '828d228442a69e627472455c632c182cb0a04056', class: "section" }, index.h("div", { key: '81001fb4f18e6e6b5124248197894221a86dd89f', class: "container-title" }, "Title - Inter"), index.h("div", { key: '42c29dab0ed1197c035eca0918b8d86f6b547fa3', class: "section-font" }, index.h("div", { key: '29ff0a5065b96979914e40194781490594b7ccf9', class: "font font-title-xs" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '79094c080ba729c503a909f0bb4cba45aae8b3f1', class: "section-font-class" }, "klase: tet-font__title--xs"), index.h("div", { key: '0175968cf568acc7fe38be3cd24ec4ffabc7edef', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), index.h("div", { key: '6688a54db618180cee2400af1cd56f3934ec8adb', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '1cbd11e116c9cccb9fe79515f8cf4bad6321cfaf', class: "section-font" }, index.h("div", { key: 'bd4dd78e9882205d3e6dd5572205d235b63b65d6', class: "font font-title-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '072897397dcfeafc76f448d6c803f14097c2458f', class: "section-font-class" }, "klase: tet-font__title--s"), index.h("div", { key: 'a5265ada73aeffe4c058d218baec3f8ce7f30883', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), index.h("div", { key: 'b4c8cec9c24a94412d4635fea0df1ffd5fa14158', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: 'afeecdfcbab15f7e2430f183c40b7a36b0caee56', class: "section-font" }, index.h("div", { key: '52524b0abc70013af84d6113f46afb49e9cd5557', class: "font font-title-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '47281838922e8a66765e7b8a742c4dbc45ebf385', class: "section-font-class" }, "klase: tet-font__title--m"), index.h("div", { key: '611b5ecc111f0d40c2f0c9211a93132509231010', class: "section-font-attribute" }, "Font size - 1rem / 16px"), index.h("div", { key: '68c024020e9f69c85a73cca6a8cd73c8af5a0c0e', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '3b395a5afa81094f278daaae61701d0c8a2eb8b6', class: "section-font" }, index.h("div", { key: 'c3015e6c8a9a30d077ed13c80bf905921cf62e1a', class: "font font-title-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'aced7ce847fad8968dc0d3a677c4af52ea52e032', class: "section-font-class" }, "klase: tet-font__title--l"), index.h("div", { key: '5e58a1d0c7839ad2544f86222a58bc0f1a839845', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), index.h("div", { key: '52fdea183864b0b93443dad631c90e95691f368d', class: "section-font-attribute" }, "Font weight - 600"))), index.h("div", { key: '38859595925a3f6a02fa5f66f7199d8d9a83beb7', class: "section" }, index.h("div", { key: 'c8f3bb6300f32c9a0a9d487c9795279fdc15a946', class: "container-title" }, "Headline - Inter"), index.h("div", { key: 'd15f315b947d4d1d4b55a1eb989031c35cc24ffe', class: "section-font" }, index.h("div", { key: 'bbdcd47fa0af67a7811c18a94b1469b6bce4abb5', class: "font font-headline-inter-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '71518ac0d8bc207a7c61c301229aace69adfb790', class: "section-font-class" }, "klase: tet-font__headline-inter--s"), index.h("div", { key: 'c4db6830c24aa294229f8cf8061cc2b56f652f81', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), index.h("div", { key: '1d01f6720154249618487a33c8cd5772467938af', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: '6135b11706e10936ce96ec6d5992857074f6c9b6', class: "section-font" }, index.h("div", { key: '5a5773dc45943e3ab35f862c63ab6e50d1f0fd8e', class: "font font-headline-inter-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '64ad28b2fb0fe0c1ffe7cb21324f9b112ebac831', class: "section-font-class" }, "klase: tet-font__headline-inter--m"), index.h("div", { key: '7a51c9da0eb1a10e5976689497cbc08eda9ffcbd', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), index.h("div", { key: 'f147928fadb7799b668d76cddad6dcab7c94099e', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: 'df91e35b87a9d6f6cacfc82ea3f2127eb553ef9b', class: "section-font" }, index.h("div", { key: '2f947f95ee78b5e5c12993c163d2cc41e9f64ea7', class: "font font-headline-inter-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '556554f06fee304507752faf053a7404a1727782', class: "section-font-class" }, "klase: tet-font__headline-inter--l"), index.h("div", { key: '9669b5e58625bfafeea91797c2f97fa00649cf9f', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), index.h("div", { key: 'd9837455e320e17d105eb098995d345bee60e98a', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: '1abb7226ba194465f6ae7e5426812f2c79945f03', class: "section-font" }, index.h("div", { key: '51e3b29529f5bb53ea1e77fb015d2af4ce77c5b9', class: "font font-headline-inter-xl" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'e2109851fddcaa156d446b6b420c511d9e11dc92', class: "section-font-class" }, "klase: tet-font__headline-inter--xl"), index.h("div", { key: '347df0f7b2c2841214d39791ac585d1781f1e1c2', class: "section-font-attribute" }, "Font size - 2rem / 32px"), index.h("div", { key: 'e38975c4fedcd117ea0e095b21908a28f6314667', class: "section-font-attribute" }, "Font weight - 500"))), index.h("div", { key: 'a4cad48c1d18544a73a63edb9ce78bb99873b7a8', class: "section" }, index.h("div", { key: '2ca23730f99fa682749914ca84fd94df61c52bf2', class: "container-title" }, "Headline - Gilroy"), index.h("div", { key: '93d6aa9efccfd9db7d35cacaf8b283fd7d2e6d6e', class: "section-font" }, index.h("div", { key: '38ef1b05fce79d7de15b503deecb9029ccba3df3', class: "font font-headline-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '5a2569379b2995f0c56935ef6cd65987a0bb82d4', class: "section-font-class" }, "klase: tet-font__headline--s"), index.h("div", { key: '61721eacb633defd8b2ad682829ab9d426b74a65', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), index.h("div", { key: 'c986de67411315d4e5a0d5dbf8a9221649e48e95', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '3193b17fe7516183c14dcdc568b02b84e430a039', class: "section-font" }, index.h("div", { key: '70623b35c8ae46312612a9a5498fb301f2b797ef', class: "font font-headline-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '7a58f1b19cda2702885ded5c1370c14c8c5531d4', class: "section-font-class" }, "klase: tet-font__headline--m"), index.h("div", { key: '20e11d0ce30bf0a0f975b3d8cc4d2bdcb197859a', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), index.h("div", { key: '5b94bd1f3d9bcd66b3236094f15e43c935d1d5c9', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '45792bcba389781a92100c9180474ba2f329d032', class: "section-font" }, index.h("div", { key: 'c50ff8cf472ec157b2a686892be7023c6b781ce4', class: "font font-headline-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '1a00c6635c53c6fd2ae6652e090a84b18842df63', class: "section-font-class" }, "klase: tet-font__headline--l"), index.h("div", { key: '56ca976f39491d67d8eda307f61a9f045024f1a8', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), index.h("div", { key: 'ad7e63de1563b0938b13be4cf8239ca9771d6900', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '7ed753c1e01f7f5446138c05ab2dfa7726ba1131', class: "section-font" }, index.h("div", { key: '3fe67eccd5f8b3aceed592c01070a231aa767b1f', class: "font font-headline-xl" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '3e0a3da5727f54677453c54e1a8bd65695bcb9d8', class: "section-font-class" }, "klase: tet-font__headline--xl"), index.h("div", { key: 'd2780cf79aed1d3bb5b1acc82d35b219d0cf4690', class: "section-font-attribute" }, "Font size - 2rem / 32px"), index.h("div", { key: 'f533a3baabdc9caf7ae2e33593d4e3b989825e95', class: "section-font-attribute" }, "Font weight - 600"))), index.h("div", { key: '4dce6a40e21e311eb0b03cede1b8949e3621f778', class: "section" }, index.h("div", { key: '11a6abd30b7c48084ab4a6b450f94155fa9f0a4a', class: "container-title" }, "Display - Gilroy"), index.h("div", { key: '8d0f9194f205ac187aea296bafa8b731565bdf5d', class: "section-font" }, index.h("div", { key: '8e3418f9c11beb44ae9246b0db69d69012e1880d', class: "font font-display-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '6e01ec5d8a51945f322e4a19be1b7aefa8fc75ab', class: "section-font-class" }, "klase: tet-font__display--s"), index.h("div", { key: '97ba5cae3b124d7936d52d537293bc8fe6931826', class: "section-font-attribute" }, "Font size - 2.5rem / 40px"), index.h("div", { key: '7deca65491551816ed30bafd5285a32d749e38ee', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: 'afca921188fe2fd073bbf676b5036db7bce43ca8', class: "section-font" }, index.h("div", { key: '6d0d70213b200b27912eb2b6be8243c2f0960ace', class: "font font-display-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '6b3b7090e3e87aa521df024631e230540c61bdc8', class: "section-font-class" }, "klase: tet-font__display--m"), index.h("div", { key: '7a6b15dacf3a09ec8011d8d7a8448dbd4304ff35', class: "section-font-attribute" }, "Font size - 3rem / 48px"), index.h("div", { key: 'c90a541c9c9626aa7e561148352dfd152d5ed360', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '0588b93d3caec93c3c0c70f21d2f1c717b513fa4', class: "section-font" }, index.h("div", { key: '27398a3a896fc6f62ffa503ba63d191435af776c', class: "font font-display-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'cce2bb4032e5e339f87fb3df365d3b1025b99771', class: "section-font-class" }, "klase: tet-font__display--l"), index.h("div", { key: 'cfcaf4765771628ca645c3533c6a988fb3704c44', class: "section-font-attribute" }, "Font size - 3.5rem / 56px"), index.h("div", { key: '2e0c53c35b803d6788524d4676eea29d98e19c66', class: "section-font-attribute" }, "Font weight - 600"))), index.h("div", { key: '9e35a45c8b3207bf8eff8423daa702f360c76801', class: "section" }, index.h("div", { key: '2b71029836b59baf1ee7b26bd02c542db75010ae', class: "container-title" }, "Expose - Gilroy"), index.h("div", { key: 'a34c0e680ccd4cf2a378111c7795c6b284a099fa', class: "section-font" }, index.h("div", { key: 'f2efc0a08a3efd0f08e43e0edb8c811258a3dd35', class: "font font-expose-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '28dec0f2a9d7e5dc71cb7d86ae129ac9cc2dac88', class: "section-font-class" }, "klase: tet-font__expose--s"), index.h("div", { key: 'e6e687c849ceb99c7968f1068d6a7abe1ad8757e', class: "section-font-attribute" }, "Font size - 4rem / 64px"), index.h("div", { key: 'b256ee84f7549525d994600967e465136a1a139a', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '47d844ef63a8b18ab260fa69031f07d9691e2030', class: "section-font" }, index.h("div", { key: 'eea515480dadf4f817d9fdae200c6b79663c3e0c', class: "font font-expose-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '499aa3b7faaa508001292215a6292fb49192582d', class: "section-font-class" }, "klase: tet-font__expose--m"), index.h("div", { key: '72184403a1e1656926e35a913fee3afee640599b', class: "section-font-attribute" }, "Font size - 5rem / 80px"), index.h("div", { key: '2a828eeb9fe09604e53fff0822bce1686720a000', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '976c0224eb75dd9129c5d56a900bb5380c99aa2f', class: "section-font" }, index.h("div", { key: '32b3da530537f783e55053e116fa71f35a4bd232', class: "font font-expose-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '32603c9ea8ca4ede679b635548f9394e3b9de083', class: "section-font-class" }, "klase: tet-font__expose--l"), index.h("div", { key: '93c217cff5ed0c3faceb0df5265169a55e06209c', class: "section-font-attribute" }, "Font size - 6rem / 96px"), index.h("div", { key: '0ecd4335fd0bfe37b8bcdd5878de05dc037e1c89', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '9da2b51e71f98c13c4068f938193264ccfc4fd8e', class: "section-font" }, index.h("div", { key: '8af297f7457cd9d27724d4b30060567179aa16a5', class: "font font-expose-xl" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'b90b95c6b56f7e3b8c7fa48e0f7ea7a8d75e6ea0', class: "section-font-class" }, "klase: tet-font__expose--xl"), index.h("div", { key: 'e2283ffd3baaddc7e6319647dc654d1133c0b1d6', class: "section-font-attribute" }, "Font size - 7.25rem / 116px"), index.h("div", { key: 'a758a5d0f7831eac24d480973be66039e4d16708', class: "section-font-attribute" }, "Font weight - 600"))))));
|
|
15
|
+
return (index.h(index.Host, { key: '85f47cf64725c3a06f9f38dee28b34d7f0600980' }, index.h("div", { key: 'c3f7ddbeb84664612e88fdcfb80948a942292d46', class: "variable-container" }, index.h("div", { key: 'ac0384d3f6fe7594551e9d873d69e5f9fee2b747', class: "container-title main" }, "Fonta klase"), index.h("div", { key: 'f358be6a6707557b6d8dc51a24ca48c62c3ea9b0', class: "container-section" }, index.h("div", { key: '8a15dbcd8842e1034804350bc41c3cd471b23615', class: "variable-name" }, index.h("div", { key: 'c0536f49a5826b6f562287f57f3fb44a3c23a9db', class: "variable-part" }, "tet"), index.h("div", { key: 'bbc773398f094c84980c302493b73d816f88beeb', class: "variable-part" }, "-font"), index.h("div", { key: '4be1cfd7bf5381a606b78887a27f435e2027544b', class: "variable-part variable variable-type" }, "__label"), index.h("div", { key: 'ba2a734271ca4b09013366735f4bfc973be9d75a', class: "variable-part variable variable-size" }, "--m")))), index.h("div", { key: '1ee706366ec1269de7cf3920f2cc72529b4fa497', class: "tet-fonts-container" }, index.h("div", { key: '192cc105e2fd792c8714682424a4f4ac06252cee', class: "section" }, index.h("div", { key: 'a8b5a478c38eb10f27437ecc29bd28ec30f3dc27', class: "container-title" }, "Body - Inter"), index.h("div", { key: '0a67d827f862b6b7f52596dacbad629d2ab53edb', class: "section-font" }, index.h("div", { key: '753e426554adaae230bceaeab00c9435a8d71e70', class: "font font-body-xs" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '60be69c0273c97d04ac94086ad0062b66d074331', class: "section-font-class" }, "klase: tet-font__body--xs"), index.h("div", { key: '2b56630bdeb526d1dd4e9304078a5df75250bf76', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), index.h("div", { key: '35ce217fc242a7e5e1252986f6f3990fb23a9f2b', class: "section-font-attribute" }, "Font weight - 400")), index.h("div", { key: '1b29c8bc798b6da5531649e5112e512f5e0eab91', class: "section-font" }, index.h("div", { key: '57a168345a296620ddd7fb560a39f006f66469da', class: "font font-body-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '46d4c2f92f2fea245616a730d4f94bd132057c07', class: "section-font-class" }, "klase: tet-font__body--s"), index.h("div", { key: '1e78bd3e161f5ac3864d3fcfb7b0e3448a49ccf6', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), index.h("div", { key: '5b55e2775c7639eb537be5adfb90034d7129b44e', class: "section-font-attribute" }, "Font weight - 400")), index.h("div", { key: 'ec73e31f86786af7fd3fb7a057273f841ba446b0', class: "section-font" }, index.h("div", { key: '7812260cfedd779f77cffe3e77af692589873dcf', class: "font font-body-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'bf3abdee58d8b036a56d4d48e6d17b0ec2af6fb4', class: "section-font-class" }, "klase: tet-font__body--m"), index.h("div", { key: '6c67e77d529f4c0d7c3683e0a1d5ed6f8be8adf7', class: "section-font-attribute" }, "Font size - 1rem / 16px"), index.h("div", { key: 'ac2338b8005ce9b6a2b45183b1c1fafb3c2a18b2', class: "section-font-attribute" }, "Font weight - 400")), index.h("div", { key: '92bffc475252a46fc100bb6606b1da7585081fd1', class: "section-font" }, index.h("div", { key: '5585f823000fc2a37a67feb0d69655ca4c57f06a', class: "font font-body-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '36f5f54f928da3d2a8405d63a8da187a87f06ebe', class: "section-font-class" }, "klase: tet-font__body--l"), index.h("div", { key: '80400a1a494a2631c5377e7cd5c16c2bb9b44b25', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), index.h("div", { key: '863c93d029e8cf6fcc2732f2582d96e7a3ce9c1b', class: "section-font-attribute" }, "Font weight - 400"))), index.h("div", { key: '46308d0618edced75777882f7b124a97e5188c22', class: "section" }, index.h("div", { key: '069b234c11e618a3aada21241bd236afca7cd547', class: "container-title" }, "Label - Inter"), index.h("div", { key: '30c9a1fb7ece57913bd4869ef6dd37d0c2f6dd71', class: "section-font" }, index.h("div", { key: 'e8117203ff396e7813f984e5f4d79e93da076b68', class: "font font-label-xs" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'f9aacb27c6952ca95c8fcf8608217e270b790879', class: "section-font-class" }, "klase: tet-font__label--xs"), index.h("div", { key: '01bc481cbd863fbb34a20b4464d111c9597567f0', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), index.h("div", { key: '5ae40a734b1e10c96a088d3c8c3dabf19e20b618', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: 'd4ba206cf8926959fb45d8ab1962c511f90f989d', class: "section-font" }, index.h("div", { key: '6aa01a485e81fd8faf1a12e300553e5d3e2bad5d', class: "font font-label-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '870a037a9eae4e09de3b781836dc178824995559', class: "section-font-class" }, "klase: tet-font__label--s"), index.h("div", { key: '3587174a621e582e0ee0555c9e31c0d29e665b1e', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), index.h("div", { key: 'bceebb78cd80f11b8cffdc9a416a2e89f824b495', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: '7a5d8343d6b115c09f0fe3445e2bab2d8cb519c3', class: "section-font" }, index.h("div", { key: '4cbe736415049a250286fc7a43beda6c21499278', class: "font font-label-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'f8966a8ad49b0558c930057df6a70af2ec3ea0aa', class: "section-font-class" }, "klase: tet-font__label--m"), index.h("div", { key: '5784b4a4c9353ec33a8c234d18b955f8ceeda528', class: "section-font-attribute" }, "Font size - 1rem / 16px"), index.h("div", { key: 'e03f30572bc7c19fde51ece54194e6c153f54b74', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: '07e58c12655cd5ccf39a5bb0c4b43a5ffdd6a514', class: "section-font" }, index.h("div", { key: '16ed55d629b198149b046732f44e2da02a635f69', class: "font font-label-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'b4e681496235384ed71d9b8ca0a145d123aa25d5', class: "section-font-class" }, "klase: tet-font__label--l"), index.h("div", { key: '82bc6051ae3eefd7b8095bb537df84ca30f7571c', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), index.h("div", { key: '53eae21cb23cf2607ba788f6c608eb9eb2326afd', class: "section-font-attribute" }, "Font weight - 500"))), index.h("div", { key: 'b0947bd8cab0b727e052d4dfcdfc9135c4f02dce', class: "section" }, index.h("div", { key: 'b699985e589f390cea915998df9317541bc0c28e', class: "container-title" }, "Title - Inter"), index.h("div", { key: 'abe6b925aab79accf0fce7956811a241671422eb', class: "section-font" }, index.h("div", { key: '5aad2666a08c0dec046969fef195652456626520', class: "font font-title-xs" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '75b08b847e2f514f1fa4107139c6b9c3b5066cb7', class: "section-font-class" }, "klase: tet-font__title--xs"), index.h("div", { key: 'faef6826678ec649a99ea1956d30c8fed4522aad', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), index.h("div", { key: '11bc6930261404cb0cf98163c93d6a29c5aed967', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '27da3836a11d7bc27c986a328952a54f7193ec2e', class: "section-font" }, index.h("div", { key: '4320728468c19c57915d7a010a6dd74591c0e8bd', class: "font font-title-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '98a563c2ac61756d1a3097634be97018126bade1', class: "section-font-class" }, "klase: tet-font__title--s"), index.h("div", { key: '71830883be9d58312d0dfeef6c9fbaf37bff5de6', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), index.h("div", { key: '3d9d471fdacafc01e840d4d8b186a2bad66695d8', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '6a0a22917332f9e307433ae1561e0625425a7d60', class: "section-font" }, index.h("div", { key: 'ea1eb833c8226eecfdc2fdedafdcd66bf17172f7', class: "font font-title-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '1f1049139e5f90a2b57458380b3ae91608962aad', class: "section-font-class" }, "klase: tet-font__title--m"), index.h("div", { key: '869ac0a7d922eef00c9e42985038a03d0e131e9a', class: "section-font-attribute" }, "Font size - 1rem / 16px"), index.h("div", { key: '9e6330f303a57ef8099e890f7084e29e0591b2e6', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: 'dfaab3a37414d059a7edbe87e7c1b7f3be44a61a', class: "section-font" }, index.h("div", { key: '5e76aa05bcf806aad7e8058f93d949a2a3c7bc7c', class: "font font-title-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '6b62bd745bcf3edaf8211e425b9b38d77ebf17b9', class: "section-font-class" }, "klase: tet-font__title--l"), index.h("div", { key: 'cf07ccc7aa57e73778b70e44b63734e6b63ebbd4', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), index.h("div", { key: '2cc7be0812ae4bf2c9d646e635a4987afda5373f', class: "section-font-attribute" }, "Font weight - 600"))), index.h("div", { key: 'e73bac3c98fb9a3cb89f0812e45da429130e9641', class: "section" }, index.h("div", { key: '9d8bbd3160db26b4c6aa0844d6632b75720a26b5', class: "container-title" }, "Headline - Inter"), index.h("div", { key: '2ae55b29ec2dc882fc1ccf761546fc6d8d0efe77', class: "section-font" }, index.h("div", { key: '2fe63666718e735b0b22a785e84c5919a0bfaaf2', class: "font font-headline-inter-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '277421db5eb5f6ea4df22d4be4a66b4e66f24eb6', class: "section-font-class" }, "klase: tet-font__headline-inter--s"), index.h("div", { key: 'b3b6407dce32cc73bc003090f764714a5b4eae94', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), index.h("div", { key: 'dca2678425882f5c3d9bc4f2a1230f88104d5a4e', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: '6d0979aab1cfaeb8658f70fa4398c1b25e04677d', class: "section-font" }, index.h("div", { key: 'c16799793a3be0d8981503aadf5f1526d4e1597e', class: "font font-headline-inter-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'b3a5fb4c1d55ad4a508c395112211699a5398d30', class: "section-font-class" }, "klase: tet-font__headline-inter--m"), index.h("div", { key: 'c85b79e5bf7b6b05d4ac8161d85699e5f88c55ca', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), index.h("div", { key: 'e11434d5789b6c0f7f55d7295e8e8ff7ff70ac8f', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: 'ff38e9252477832c9c9428f3bdf8e62f35b4e861', class: "section-font" }, index.h("div", { key: '64e9e43371b69aebeacbf2858a1ddbfbd43e01ce', class: "font font-headline-inter-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'e6cb2e26bd9023132e28ff7843a419644c0b758c', class: "section-font-class" }, "klase: tet-font__headline-inter--l"), index.h("div", { key: 'cfbcdc3dd80b178e6970ca53d1240b46ba14f62b', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), index.h("div", { key: '2c583095d35793ab9dc39ca51a126ca69a5ea5a6', class: "section-font-attribute" }, "Font weight - 500")), index.h("div", { key: '1255b01b1ea4f13c290bf226fce6c1d141033ed7', class: "section-font" }, index.h("div", { key: '1b529372b94f61fbea845e8de5ed6feaa68c737e', class: "font font-headline-inter-xl" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '6c7edd97e7a202975697d1e5858ac4dbcf2f2c28', class: "section-font-class" }, "klase: tet-font__headline-inter--xl"), index.h("div", { key: 'ab0831e5026861bb39d439809277b00f1dc0d6cd', class: "section-font-attribute" }, "Font size - 2rem / 32px"), index.h("div", { key: '8546e45d022bb019d45af32f23eef335d87a963d', class: "section-font-attribute" }, "Font weight - 500"))), index.h("div", { key: 'ecd79113d73db5a009f5fa0c2f487efb951275d6', class: "section" }, index.h("div", { key: 'd84c6d4f554aac5aeac6fa308e9faa65489ee4a8', class: "container-title" }, "Headline - Gilroy"), index.h("div", { key: '7295f3427c15100e7e21bdf93dfb85a9ef5d8fd8', class: "section-font" }, index.h("div", { key: '3ce82aafe8aee0de4867c4e3affc31abbf2fe374', class: "font font-headline-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '748e22e0f0ce0b8664b8abfadb11e694f175fe83', class: "section-font-class" }, "klase: tet-font__headline--s"), index.h("div", { key: '0c9a4c45a2d4b2b54d21fb23825cc9341f8f7122', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), index.h("div", { key: '2aed54590e6c27704864e3829e065e3d4fbc4431', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '95a2a4123f97332193d5009fe31617199f961731', class: "section-font" }, index.h("div", { key: '292f679b9d7b7e52ea51bab544cbf8a75e85c5c4', class: "font font-headline-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '6329fb6c7ca8c385693c014d36bdd7521476757a', class: "section-font-class" }, "klase: tet-font__headline--m"), index.h("div", { key: 'bf5a9c97dcdebd5d8738539c2f7803be0d9a1033', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), index.h("div", { key: '4ac5e6ac6dba9f2e4215f5817a957a2ef1ca4155', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: 'db0b173d8d136b48515b04f995e3a68280dcc82c', class: "section-font" }, index.h("div", { key: 'a3ed611a23984d6075336b49c32d8ebe1855bb15', class: "font font-headline-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'f1d1610d3e05ee5eaa54d253e18adbcf175ef3b0', class: "section-font-class" }, "klase: tet-font__headline--l"), index.h("div", { key: '8fa0bda48410030091e61fe604ba6806c38c2a3b', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), index.h("div", { key: '2c63b807b652a6f2e49f14f39fc3f5fe6db2a0b9', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '74e767e395fd8917a4227fc762e3c54fb30b0b8f', class: "section-font" }, index.h("div", { key: '6f18ebf0d4386070adff69d22065177992e9d26d', class: "font font-headline-xl" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '1acab653e660d8094852e70502a7fc10ac30706b', class: "section-font-class" }, "klase: tet-font__headline--xl"), index.h("div", { key: 'e7067b37cc57d1a3460fd3cf52bf98a7217dbbfe', class: "section-font-attribute" }, "Font size - 2rem / 32px"), index.h("div", { key: '3bf63682b5fd059ebe958f2c44aa785b1700a69c', class: "section-font-attribute" }, "Font weight - 600"))), index.h("div", { key: '67b19e110c56d0dc5f9ea837dda14a54bb6304bd', class: "section" }, index.h("div", { key: '3de58c6e177f19d3f2545453de9c0490b50282e7', class: "container-title" }, "Display - Gilroy"), index.h("div", { key: 'c9c114b1dccdbefb7db70f5e12e65fe87688c885', class: "section-font" }, index.h("div", { key: '1f2d77aa8f998c64e08bcd5411c18019f85c2b67', class: "font font-display-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '353072c6eceb5627267b2e2fb9ff293ceb9c96ca', class: "section-font-class" }, "klase: tet-font__display--s"), index.h("div", { key: '696e3f425cf114a606137f360c9c7513f8d14536', class: "section-font-attribute" }, "Font size - 2.5rem / 40px"), index.h("div", { key: '1845fdecc71d292b0b3ab159c2d3fc3fa70ea554', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: 'f585b2eb1af6160afab24996cde206d02c90ca6a', class: "section-font" }, index.h("div", { key: '6b36e069b758decc88d2e31321ce27c4a82ae517', class: "font font-display-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '578c757bd565d71645171ec250c8b5d4d05929d0', class: "section-font-class" }, "klase: tet-font__display--m"), index.h("div", { key: '0f136d942f7c2a8fc23b9bd87ac33a759e8ff03b', class: "section-font-attribute" }, "Font size - 3rem / 48px"), index.h("div", { key: '8cbcada657418e3afd846ee09c5454b9ebcd95b1', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '493c0f97d19335713d0d2927683dc51daa451fc2', class: "section-font" }, index.h("div", { key: '2d63e672e5590c0f4312af0b580f67596f302eaf', class: "font font-display-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'cde5a397a40f77ea3a02e29807f430b5eb1012ef', class: "section-font-class" }, "klase: tet-font__display--l"), index.h("div", { key: 'eaf84a11c5ee7685e98e644a128d7fff600317b6', class: "section-font-attribute" }, "Font size - 3.5rem / 56px"), index.h("div", { key: 'c6bb4f8d1d13cfe63a030e3ef54c2c3ed89c488b', class: "section-font-attribute" }, "Font weight - 600"))), index.h("div", { key: 'bb13542848b002fdb621c78211b0056e9cc18bfc', class: "section" }, index.h("div", { key: 'fac32b76026237519b12d3a96bc6b1c0aacf3189', class: "container-title" }, "Expose - Gilroy"), index.h("div", { key: '630c6132fb95c6e2064c8f48169787d6388a10b8', class: "section-font" }, index.h("div", { key: '2906357c6509ca6b0b5c16f71d26de903e73f308', class: "font font-expose-s" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: '50360713bc1492ad76758afe61310516fb6ef91c', class: "section-font-class" }, "klase: tet-font__expose--s"), index.h("div", { key: 'a9336dfe89be8b67b90803afa17643b7de7300ff', class: "section-font-attribute" }, "Font size - 4rem / 64px"), index.h("div", { key: 'ca813c2c7bbfe4260d3344e667dff7af7b32262d', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '91c1b3095d32c6724b0432527eac3927616773f6', class: "section-font" }, index.h("div", { key: 'd39f93fa98436d0ccf1f3b77de4817dcb1ad5499', class: "font font-expose-m" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'a4287ef41c4d9172dd065e8b64851d32b53aa184', class: "section-font-class" }, "klase: tet-font__expose--m"), index.h("div", { key: '520a805d57793cfedb0fc9d5a9b639f6f2676488', class: "section-font-attribute" }, "Font size - 5rem / 80px"), index.h("div", { key: '8b83d03be1d36eb21fb236627e5ba52c42eead7e', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: 'b76f354850e447cf088d52fdd165def4a4be43b8', class: "section-font" }, index.h("div", { key: 'd336c1a8979df978bac942dcef1021572d965f50', class: "font font-expose-l" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'e766c409d253966f6acf543fb74d81069a06d5b0', class: "section-font-class" }, "klase: tet-font__expose--l"), index.h("div", { key: 'ff96e76f30e680cdaf70528c54f40634ba41f038', class: "section-font-attribute" }, "Font size - 6rem / 96px"), index.h("div", { key: 'df0a9564cd58931ff473b4aee6922362844a851d', class: "section-font-attribute" }, "Font weight - 600")), index.h("div", { key: '9d64db3a5e0b712b0676031c7a8c73b8cbc3ed12', class: "section-font" }, index.h("div", { key: '41915fca66b1eea3931dcb806e09a702bfeb63c0', class: "font font-expose-xl" }, "The quick brown fox jumps over the lazy dog"), index.h("div", { key: 'c0c7bdd9b34580f0a4fcb687a0e51f1b24f2466a', class: "section-font-class" }, "klase: tet-font__expose--xl"), index.h("div", { key: '6f5ebe7fe851aeff2956525b6290ef07d120a909', class: "section-font-attribute" }, "Font size - 7.25rem / 116px"), index.h("div", { key: '1aa88c2a57fa84087f896d997d61deac655c7c92', class: "section-font-attribute" }, "Font weight - 600"))))));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
TetFonts.style = TetFontsStyle0;
|
|
@@ -12,7 +12,7 @@ const TetGrid = class {
|
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return (index.h(index.Host, { key: '
|
|
15
|
+
return (index.h(index.Host, { key: 'a1f2dbb29cd8874a9c8fa504357c609d42907e9c' }, index.h("div", { key: '27239f06adb1a1f5b32eb04e9249f9b6e4945c0f', class: "variable-container" }, index.h("div", { key: 'bf323b69c532ac477d717d07b163e78c54e7deb3', class: "container-title main" }, "Grid klase"), index.h("div", { key: '378964beec7c906912148bb05d272c47216250ee', class: "container-section" }, index.h("div", { key: 'da2ffeb5d5da87a4bee8d1ced691aea2bb860142', class: "variable-name" }, index.h("div", { key: '61c98cc53eec346459e6737ba48719eb1c8aa6b6', class: "variable-part" }, "tet"), index.h("div", { key: '7e3cba097f305b5f7ca5198307a3cae87fbe87c8', class: "variable-part" }, "-grid")), index.h("div", { key: '9c8ddee1e30df49987f463294441af48e70feefe', class: "variable-name" }, index.h("div", { key: 'de1afc8c2004e6371793451eec29fb8c6d7816ff', class: "variable-part" }, "tet-grid__cell")))), index.h("div", { key: '56892aa455c5375da0c2d5b18cac825e78d77acb', class: "container-wrapper" }, index.h("div", { key: '02395068539cf82ce28d849cc4f72d0beae0ddc2', class: "container-title" }, "Grida lietojumi"), index.h("div", { key: '1c617f76a94253351287709abd471be676784630', class: "container-comment" }, "Parent l\u012Bmen\u012B ir j\u0101b\u016Bt klasei tet-grid. Tad childam ir j\u0101b\u016Bt tet-grid__cell."), index.h("div", { key: '9e139cf02cf7146fb0b0255173caf5d7e6212393', class: "container-comment" }, "Piemēram: <div class='tet-grid'><div class='tet-grid__cell'></div></div>"), index.h("div", { key: '0c37ee763e4bf276e289161ed95f55fb0699904e', class: "section" }, index.h("div", { key: '3d61777e805d26154431c72dbb50afb90c8429a7', class: "section-content" }, index.h("div", { key: 'b2d45b5f8863398fe5be3456496d42817572e7e7', class: "show-grid tet-grid" }, index.h("div", { key: '2373eb50a0e6802fc508cc01b6367190f9c00f38', class: "show-span tet-grid__cell--span-all" }, index.h("div", { key: 'd3c4af358a81cd5a402429cc7eb191c8803917d2', class: "section-style" }, "Teksts pa visu gridu"), index.h("div", { key: 'd185f9874490af0388256d182e1b964eb956ea2a', class: "section-style-attribute" }, "tet-grid__cell--span-all")))), index.h("div", { key: '8e176b584b70966a295e2508736ee22bc5e83a20', class: "section-content" }, index.h("div", { key: '58fb7532011acc8ca0f31dfbc07a76b2d92aea20', class: "show-grid tet-grid" }, index.h("div", { key: '1f4f80aa4ee82f43c93ac1677979e7a5fb49b4a4', class: "show-span tet-grid__cell--span-4" }, index.h("div", { key: 'cc23c3ea24fe0dad0d29e379bef4fd9d86a34366' }, "Teksts pa 4 kolon\u0101m"), index.h("div", { key: '22c82ca30af879f951f3f8d8c0f96b95dde0e98a', class: "section-style-attribute" }, "tet-grid__cell--span-4")))), index.h("div", { key: 'a872c9d0802444f806089aa799a90b5b470e2a8c', class: "section-content" }, index.h("div", { key: 'e220061c5db479ff6c9f796dc761d45b1a9580b3', class: "show-grid tet-grid" }, index.h("div", { key: 'c27ad682ca21951f4182645c29e539cd920bdee1', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8" }, index.h("div", { key: '3fe2839bb52ef38da95c15430163f5c38ead7f89' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 8 LG "), index.h("div", { key: '06ea66609daa5301b7a62345c6f68b33fd6a71db', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8")), index.h("div", { key: 'ac07b13fc1596435d1f06da3515e49bfbdcdf7ff', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4" }, index.h("div", { key: 'e0ed01854bc53328268d324442d4f20c4829278f' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 4 LG "), index.h("div", { key: '286da9b19b5309a625ff941d326fc6989aea6c1e', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4")))), index.h("div", { key: 'ea634df33152a9a33c0db8cba810fcf321b4f99a', class: "section-content" }, index.h("div", { key: '3e7b78b6a450157a4b7058a1f9d406bce9e5e357', class: "show-grid tet-grid" }, index.h("div", { key: '00546838e252f53b4b4b0eed5a90db5198c13890', class: "show-span tet-grid__cell--span-all" }, index.h("div", { key: 'f840c4120b6f808e56cc7c440cf0259af6ab2a23' }, "Tekstu, ko redzam visu laiku.", ' ', index.h("span", { key: '2534f466eee0d390288894930b024c3168a6bde3', class: "tet-grid__cell--hide tet-grid__cell--lg-show" }, "Redzam tikai pie LG izm\u0113ra")), index.h("div", { key: '5e32bac8bb8c6a20ae6fd6bf378d5293167bc977', class: "section-style-attribute" }, "tet-grid__cell--hide", index.h("span", { key: '0cc1453b7aeba1f0360b6e6f63849380b9d99e44', class: "tet-grid__cell--hide tet-grid__cell--lg-show" }, "tet-grid__cell--lg-show"))))), index.h("div", { key: '69939a00889f7d0927b73baf6a99f6a023ce154f', class: "section-content" }, index.h("div", { key: 'f0e9520a44ac414a28a19a122e9cfa50a6c826e7', class: "show-grid tet-grid" }, index.h("div", { key: 'daa4f3f394c9a11748b132de2d558f1d905b3cfd', class: "show-span tet-grid__cell--span-2" }, index.h("div", { key: 'e8ba88abacb8c069c7441817c22655a9ce94dbcf', class: "section-style-attribute" }, "tet-grid__cell--span-2")), index.h("div", { key: 'c9a3e1ba51caa7b90bf713a7d98886722e18ba08', class: "show-span tet-grid__cell--lg-span-8" }, index.h("div", { key: '13737a5051a65915e9e4e2d5f42ea1de38714477' }, "Teksts ir pa 8 kolon\u0101m un tam ir 2 kolon\u0101s robe\u017Ea no ab\u0101m pus\u0113m"), index.h("div", { key: '149fb27839c3fdac6bd46d7d178fd9ecc6d6718f', class: "section-style-attribute" }, "tet-grid__cell--lg-span-8")), index.h("div", { key: '3b54b0a0a307c5d45ad97ab386e6a7e326cb89a7', class: "show-span tet-grid__cell--span-2" }, index.h("div", { key: '125f9a56fa3780a02d3cf259426957a723221924', class: "section-style-attribute" }, "tet-grid__cell--span-2")))))), index.h("div", { key: '8a4caebcf1f6395377d79b3f635acd6deaaf0c7b', class: "container-wrapper" }, index.h("div", { key: '57197534854a60ada73b092f981b149a545d2861', class: "container-title" }, "1920px breakpoint"), index.h("div", { key: '076aa383ef8b50a4e2ff1bc6560bde4b9e0908be', class: "container-comment" }, "Pievienojot papildus klasi", ' ', index.h("strong", { key: '689d1f8e3b631f06fe54c1e06cfc1ce44347dcb6' }, index.h("i", { key: '59b772f646abc0b5fe9209ffad5be19786e0171e' }, " tet-grid--gg")), ", tiek iesp\u0113jots elementa maksim\u0101lais platums l\u012Bdz 1920px."), index.h("div", { key: 'b83d05e4d0f6120773df11c44035e78a08e63f63', class: "container-comment" }, "Piemēram: <div class='tet-grid tet-grid--gg'><div class='tet-grid__cell'></div></div>"), index.h("div", { key: '3dd262b28d40407f9b3a7eb808b4b96f4c3c1789', class: "section" }, index.h("div", { key: '3a1155b8102ca39f68425c63ea95037ebbafa2b9', class: "section-content" }, index.h("div", { key: 'b7a24bf24e7aa66676608c5a4681d83beb1be395', class: "show-grid tet-grid tet-grid--gg" }, index.h("div", { key: '1b29656122e6d00bcd49ec958ee4dc1f54c5cac9', class: "show-span tet-grid__cell--span-2" }, index.h("div", { key: '7c2cff778092220012231667813cb509d9c9d86c', class: "section-style-attribute" }, "tet-grid__cell--span-2")), index.h("div", { key: 'c96987e205b9b114ba70ec83d68b33a2eb647024', class: "show-span tet-grid__cell--lg-span-8" }, index.h("div", { key: 'baa3b1cb09818efe8ed86b3ca54ff1eb44f18a49' }, "Teksts ir pa 8 kolon\u0101m un tam ir 2 kolon\u0101s robe\u017Ea no ab\u0101m pus\u0113m"), index.h("div", { key: '275c6aea853c6da56639cb80b1aca3afff02ff15', class: "section-style-attribute" }, "tet-grid__cell--lg-span-8"), index.h("div", { key: '24fc5d279663fdb56d02fb54f8e16e8a20ab9902', class: "tet-grid tet-grid--gg" }, index.h("div", { key: '6b3ff030003c0736d1fdc91f057737a70c8b1dcd', class: "tet-grid__cell--span-all tet-grid__cell--hide tet-grid__cell--gg-show tet-spacing__xl--mt" }, index.h("div", { key: '25c3eb18865f8609bb77b81df7c9f7165d45c6fb' }, "\u0160is teksts ir redzams tikai no 1920px platuma."), index.h("div", { key: 'fac80a8483d9bf0c15dc2fb1344cb797350e36ad', class: "section-style-attribute" }, "tet-grid__cell--lg-span-12"), index.h("div", { key: 'c6b12e8544e8eccbf9a1f14f00427f23d5173d97', class: "section-style-attribute" }, "tet-grid__cell--hide"), index.h("div", { key: 'e8eea5ebf3cd6faf44498f13a7d1fb43ec553a1e', class: "section-style-attribute" }, "tet-grid__cell--gg-show")))), index.h("div", { key: 'b48cbc280b1241248714c994e7ea4780613f4b8a', class: "show-span tet-grid__cell--span-2" }, index.h("div", { key: '91957d3512e5ae10cbc7fe9229516bcc21902080', class: "section-style-attribute" }, "tet-grid__cell--span-2"))))))));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
TetGrid.style = TetGridStyle0;
|
|
@@ -12,7 +12,7 @@ const TetLayout = class {
|
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return index.h(index.Host, { key: '
|
|
15
|
+
return index.h(index.Host, { key: '28e4491ce0f5b7bfaf8acf85e1470a287ab714c8' }, index.h("div", { key: '3c8c3923debb6473dea73be0d9e4f1d79168c133', class: "container variable-container" }, index.h("div", { key: 'bfb0c4d8e2796bf7ae39c4a1d3c8d2b29ac0309b', class: "container-title main" }, "Teksta platuma klase"), index.h("div", { key: '6ec4f7a0cb1574f2e2407f9abd8fe907577223d2', class: "container-section" }, index.h("div", { key: '397a1c8d4b394d61da259255b40b6a87e8678f9b', class: "variable-wrapper" }, index.h("span", { key: '7e6a6b3633cc6d016d28f5d10e96ecae3ed930fb', class: "variable-name" }, index.h("span", { key: 'f57de3978c0c9d7e90fdf6a5368c824dc090a903', class: "variable-part" }, "tet-body-text-max-width"))))), index.h("div", { key: '2a9a9c8b14e30e7f3ece9191e6ba6632352178d8', class: "container" }, index.h("div", { key: '178d9dc443d5a8f4782fd3489543d1c3b6702ceb', class: "container-title" }, "Piem\u0113rs"), index.h("div", { key: '00efb6db08c30a0adf58f51711c1a040472a50ed', class: "container-section container-example" }, index.h("code", { key: '6f6f72c0add5bf8622c2b7e2e2d97159368e2b60' }, "<p class=\"tet-body-text-max-width\">Reprehenderit dolor sit esse sint. Irure veniam do excepteur est exercitation. Eiusmod nulla elit dolore nostrud dolore anim laboris enim amet. Sit amet adipisicing excepteur labore duis excepteur nisi et culpa nostrud pariatur anim.</p>"), index.h("p", { key: '8daac9dd5ff9e70d9de051e52041f4664854a0d7', class: "paragraph tet-body-text-max-width" }, "Reprehenderit dolor sit esse sint. Irure veniam do excepteur est exercitation. Eiusmod nulla elit dolore nostrud dolore anim laboris enim amet. Sit amet adipisicing excepteur labore duis excepteur nisi et culpa nostrud pariatur anim."))));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
TetLayout.style = TetLayoutStyle0;
|
|
@@ -12,7 +12,7 @@ const TetLink = class {
|
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return (index.h(index.Host, { key: '
|
|
15
|
+
return (index.h(index.Host, { key: '88d041a68b609b7b047990a53db493e8283fea6f' }, index.h("div", { key: '2ec12a00c1ea80428be54b94969bb01b511cd1e7', class: "container variable-container" }, index.h("div", { key: '86e75f26c038390603a7f56095d211e8e1f54a8a', class: "container-title main" }, "Linka klase"), index.h("div", { key: '0079823617f1a67bb0211893fdd355a135dfaaf0', class: "container-section" }, index.h("div", { key: 'c4136e0e1fa606522539bd62b3a275defc0ea632', class: "variable-wrapper" }, index.h("span", { key: 'a90853b11198ad71776d2c7bec88db8e5bfdd151', class: "variable-name" }, index.h("span", { key: '62d5a9cb37f973ade1fd2ae1e6ca54e762cb799b', class: "variable-part" }, "tet"), index.h("span", { key: 'e3e502124ab4601b3c3a087b167cfffbead55bd0', class: "variable-part" }, "-link"), index.h("span", { key: 'a78d13474ef23ca8091460eda3226b690d65d57b', class: "variable-part variable variable-attribute" }, "__arrow"))))), index.h("div", { key: 'e0dd0b869e3cb99944682b7cc45a3a230c5c49a0', class: "container" }, index.h("div", { key: '81ceef15c3b483a2079415f116ac26cb9b4d1f99', class: "container-title" }, "Piem\u0113ri"), index.h("div", { key: 'c794e9d0e32009d5d205cc4a62adbb3b342f1a0e', class: "container-section container-example" }, index.h("code", { key: '8ee186bf87a8f5306b9aa85a92a8c3c27044624e', class: "variable-example" }, "<a class=\"tet-link\" href=\"#\">Links uz tet</a>"), index.h("span", { key: 'bbad659c498a3ad5c1624e05df1b049f7b40429a' }, "Link klase bez bulti\u0146as uz ", index.h("a", { key: '44f071a0efc7109e2663371bb8f2105827814041', class: "tet-link", href: "#" }, "elementa")), index.h("code", { key: '14bc6b7c3604c0ef665e73b26e71e2d242938b7b', class: "variable-example" }, "<a class=\"tet-link__arrow\" href=\"#\">Links uz tet</a>"), index.h("span", { key: 'fe3d738b90b3ed088169b10c5a0cb6056c04bcfe' }, "Link klase ar bulti\u0146u uz ", index.h("a", { key: 'b8000b2eed1f81091ecad51fcb29110105c17da7', class: "tet-link__arrow", href: "#" }, "elementa")), index.h("code", { key: 'd2716908d8a3b3dc7f13d64a1e7ae32fd2deed3f', class: "variable-example" }, "<a class=\"tet-link__arrow tet-link--secondary\" href=\"#\">Links uz tet</a>"), index.h("span", { key: '0df5f5578ebea28fd49b4ad7d0e859928523d355' }, "Link klase sekund\u0101raj\u0101 kr\u0101s\u0101 uz ", index.h("a", { key: '41dd1d5ba32d91f03055906659aa945150658694', class: "tet-link__arrow tet-link--secondary", href: "#" }, "elementa")), index.h("code", { key: '878ea58b2a61363498c1d23a38c602ba9e48c5fa', class: "variable-example" }, "<a class=\"tet-link__arrow dark\" href=\"#\">Links uz tet</a>"), index.h("span", { key: '53149aa2b6470c37dcdb70cb68934d16404bea89', class: "dark-example" }, "Link klase ar tum\u0161o t\u0113mu uz ", index.h("a", { key: '8f0de0da95b7bf493aee857c7a636f77f0eadb8e', class: "tet-link__arrow dark", href: "#" }, "elementa"))))));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
TetLink.style = TetLinkStyle0;
|