@tet/tet-components 1.3.35-staging → 1.3.36-staging
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/loader.cjs.js +1 -1
- package/dist/cjs/tet-accordion.cjs.entry.js +6 -6
- package/dist/cjs/tet-address-offers-view.cjs.entry.js +1 -1
- 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-button.cjs.entry.js +9 -1
- package/dist/cjs/tet-colors.cjs.entry.js +3 -3
- package/dist/cjs/tet-compare-card_4.cjs.entry.js +2 -2
- package/dist/cjs/tet-components.cjs.js +1 -1
- package/dist/cjs/tet-expansion-panel.cjs.entry.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-input.cjs.entry.js +2 -2
- package/dist/cjs/tet-layout.cjs.entry.js +1 -1
- package/dist/cjs/tet-link.cjs.entry.js +1 -1
- package/dist/cjs/tet-navigation-mobile.cjs.entry.js +3 -3
- package/dist/cjs/tet-news-card-list.cjs.entry.js +1 -1
- package/dist/cjs/tet-notification.cjs.entry.js +1 -1
- package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
- package/dist/cjs/tet-text-list.cjs.entry.js +1 -1
- package/dist/cjs/tet-textarea.cjs.entry.js +44 -8
- package/dist/cjs/tet-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/advanced/cards/tet-compare-card/tet-compare-card.css +51 -172
- package/dist/collection/components/basic/buttons/tet-button/test/tet-button.spec.js +15 -0
- package/dist/collection/components/basic/buttons/tet-button/tet-button.js +45 -1
- package/dist/collection/components/simple/inputs/tet-dropdown/tet-dropdown.css +54 -19
- package/dist/collection/components/simple/inputs/tet-input/test/tet-input.spec.js +5 -5
- package/dist/collection/components/simple/inputs/tet-input/tet-input.css +54 -26
- package/dist/collection/components/simple/inputs/tet-input/tet-input.js +1 -1
- package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.css +647 -30
- package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.js +91 -13
- package/dist/collection/components/simple/lists/tet-news-card-list/tet-news-card-list.js +1 -1
- package/dist/collection/components/simple/lists/tet-text-list/tet-text-list.css +51 -172
- package/dist/collection/components/simple/menu/tet-navigation-mobile/tet-navigation-mobile.js +3 -3
- package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +6 -6
- package/dist/collection/components/simple/structural/tet-expansion-panel/tet-expansion-panel.js +1 -1
- package/dist/collection/components/simple/text-blocks/tet-notification/tet-notification.js +1 -1
- package/dist/collection/components/simple/text-blocks/tet-tooltip/tet-tooltip.js +1 -1
- package/dist/collection/components/views/tet-address-offers-view/tet-address-offers-view.js +1 -1
- 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 +3 -3
- 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/components/{p-10ac7329.js → p-0e8e9969.js} +1 -1
- package/dist/components/{p-acfce9fc.js → p-137831a1.js} +2 -2
- package/dist/components/{p-b7a584f2.js → p-2512a377.js} +1 -1
- package/dist/components/{p-92212842.js → p-3224ce0c.js} +1 -1
- package/dist/components/{p-c815ced9.js → p-35989691.js} +2 -2
- package/dist/components/{p-c3505a00.js → p-59637c1a.js} +1 -1
- package/dist/components/{p-7dbe7816.js → p-6fbac2cc.js} +1 -1
- package/dist/components/{p-8911f3cb.js → p-7ab97fb1.js} +12 -2
- package/dist/components/{p-9562e2a7.js → p-7d8a6b54.js} +1 -1
- package/dist/components/{p-d1a5c127.js → p-8d5857fd.js} +2 -2
- package/dist/components/{p-3f462a6d.js → p-afca8b65.js} +1 -1
- package/dist/components/{p-48de78b0.js → p-b8b28286.js} +2 -2
- package/dist/components/{p-9b01a541.js → p-dda0282b.js} +1 -1
- package/dist/components/{p-65af555d.js → p-ecec9519.js} +2 -2
- package/dist/components/{p-d1850046.js → p-ff31012f.js} +2 -2
- package/dist/components/tet-accordion.js +6 -6
- package/dist/components/tet-address-offers-view.js +8 -8
- package/dist/components/tet-address-offers.js +1 -1
- package/dist/components/tet-address-search.js +1 -1
- package/dist/components/tet-asset-addresses.js +2 -2
- package/dist/components/tet-autocomplete-dropdown.js +1 -1
- package/dist/components/tet-availability-contact-form.js +1 -1
- package/dist/components/tet-b2b-service-calculator.js +4 -4
- 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-button.js +1 -1
- package/dist/components/tet-card-list.js +1 -1
- package/dist/components/tet-cloud-application-form-dialog.js +2 -2
- package/dist/components/tet-cloud-configurator.js +3 -3
- package/dist/components/tet-colors.js +3 -3
- package/dist/components/tet-compare-card.js +1 -1
- package/dist/components/tet-compare-cards-tab.js +3 -3
- package/dist/components/tet-compare-cards.js +1 -1
- package/dist/components/tet-contact-form.js +2 -2
- package/dist/components/tet-dropdown.js +1 -1
- package/dist/components/tet-expandable-input.js +1 -1
- package/dist/components/tet-expansion-panel.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-input.js +1 -1
- package/dist/components/tet-layout.js +1 -1
- package/dist/components/tet-link.js +1 -1
- package/dist/components/tet-macd-view.js +2 -2
- package/dist/components/tet-multi-step-dialog.js +1 -1
- package/dist/components/tet-navigation-mobile.js +3 -3
- package/dist/components/tet-news-card-list.js +3 -3
- package/dist/components/tet-notification.js +1 -1
- package/dist/components/tet-number-input.js +1 -1
- package/dist/components/tet-range-slider.js +1 -1
- package/dist/components/tet-referral.js +2 -2
- package/dist/components/tet-spacing.js +1 -1
- package/dist/components/tet-stepper-input.js +1 -1
- package/dist/components/tet-table.js +1 -1
- package/dist/components/tet-text-list.js +1 -1
- package/dist/components/tet-textarea.js +49 -10
- package/dist/components/tet-thank-you-view-v2.js +1 -1
- package/dist/components/tet-thank-you-view.js +1 -1
- package/dist/components/tet-tooltip.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tet-accordion.entry.js +6 -6
- package/dist/esm/tet-address-offers-view.entry.js +1 -1
- 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-button.entry.js +9 -1
- package/dist/esm/tet-colors.entry.js +3 -3
- package/dist/esm/tet-compare-card_4.entry.js +2 -2
- package/dist/esm/tet-components.js +1 -1
- package/dist/esm/tet-expansion-panel.entry.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-input.entry.js +2 -2
- package/dist/esm/tet-layout.entry.js +1 -1
- package/dist/esm/tet-link.entry.js +1 -1
- package/dist/esm/tet-navigation-mobile.entry.js +3 -3
- package/dist/esm/tet-news-card-list.entry.js +1 -1
- package/dist/esm/tet-notification.entry.js +1 -1
- package/dist/esm/tet-spacing.entry.js +1 -1
- package/dist/esm/tet-text-list.entry.js +1 -1
- package/dist/esm/tet-textarea.entry.js +44 -8
- package/dist/esm/tet-tooltip.entry.js +1 -1
- package/dist/tet-components/{p-26eba44f.entry.js → p-15b70f90.entry.js} +1 -1
- package/dist/tet-components/{p-e07d1bd1.entry.js → p-17028ff9.entry.js} +1 -1
- package/dist/tet-components/{p-45e14d92.entry.js → p-25f8f58c.entry.js} +1 -1
- package/dist/tet-components/p-28ca2ec4.entry.js +1 -0
- package/dist/tet-components/{p-ebf0611c.entry.js → p-313f016d.entry.js} +1 -1
- package/dist/tet-components/{p-44822ad9.entry.js → p-3b6ad95f.entry.js} +1 -1
- package/dist/tet-components/{p-1268aa23.entry.js → p-3d1093ac.entry.js} +1 -1
- package/dist/tet-components/{p-83d64cbd.entry.js → p-43bcfad3.entry.js} +1 -1
- package/dist/tet-components/{p-a0f7099f.entry.js → p-4864da73.entry.js} +1 -1
- package/dist/tet-components/{p-4ae6e17c.entry.js → p-48b0ca02.entry.js} +1 -1
- package/dist/tet-components/{p-486cb131.entry.js → p-51093fb8.entry.js} +1 -1
- package/dist/tet-components/{p-0c9675d2.entry.js → p-7fd1cbd0.entry.js} +1 -1
- package/dist/tet-components/{p-8c2b999b.entry.js → p-833f5a7b.entry.js} +1 -1
- package/dist/tet-components/{p-2cc550a0.entry.js → p-88a1be78.entry.js} +1 -1
- package/dist/tet-components/p-8b38a255.entry.js +1 -0
- package/dist/tet-components/p-a2fb3ecf.entry.js +1 -0
- package/dist/tet-components/{p-0b901542.entry.js → p-a811d7fe.entry.js} +1 -1
- package/dist/tet-components/{p-14598ec6.entry.js → p-aef89e2d.entry.js} +1 -1
- package/dist/tet-components/{p-becd06b3.entry.js → p-c016df1b.entry.js} +1 -1
- package/dist/tet-components/{p-af1eff3f.entry.js → p-e31d543a.entry.js} +1 -1
- package/dist/tet-components/p-e73357e6.entry.js +1 -0
- package/dist/tet-components/{p-e6ea5a96.entry.js → p-f125b69a.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/basic/buttons/tet-button/tet-button.d.ts +5 -0
- package/dist/types/components/simple/inputs/tet-textarea/tet-textarea.d.ts +27 -4
- package/dist/types/components.d.ts +27 -3
- package/package.json +1 -1
- package/dist/tet-components/p-4bce5438.entry.js +0 -1
- package/dist/tet-components/p-67b4dd36.entry.js +0 -1
- package/dist/tet-components/p-c2720ef1.entry.js +0 -1
- package/dist/tet-components/p-c5589653.entry.js +0 -1
|
@@ -16,5 +16,5 @@ var patchBrowser = () => {
|
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(async (options) => {
|
|
18
18
|
await globalScripts();
|
|
19
|
-
return bootstrapLazy(JSON.parse("[[\"tet-address-offers-view\",[[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-asset-addresses\",[[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\",[[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-compare-cards-tab\",[[1,\"tet-compare-cards-tab\",{\"data\":[16],\"forceColumn\":[4,\"force-column\"],\"layout\":[1],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"productDataLoaded\":[32],\"showLoader\":[32],\"productSACData\":[32]},[[0,\"compareCardsDidRender\",\"hideLoader\"]],{\"showLoader\":[\"onDataChange\"]}]]],[\"tet-b2b-service-calculator\",[[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\",[[1,\"tet-cloud-application-form-dialog\",{\"privacyPolicyLinkUrl\":[1,\"privacy-policy-link-url\"],\"loading\":[4],\"showOverlay\":[4,\"show-overlay\"],\"language\":[1],\"privacyPolicyError\":[32],\"open\":[64],\"close\":[64]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-contact-form\",[[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\",[[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\",[[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\",[[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\",[[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-multi-step-dialog\",[[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],\"isKeydownFocus\":[32]}]]],[\"tet-news-card-list\",[[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\",[[1,\"tet-referral\",{\"theme\":[1],\"language\":[1],\"data\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view\",[[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\",[[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-business-compare-card\",[[1,\"tet-business-compare-card\",{\"mainTitle\":[1,\"main-title\"],\"bulletPoints\":[16],\"pricePrefix\":[1,\"price-prefix\"],\"price\":[1],\"currency\":[1],\"theme\":[1],\"hasContentInFooter\":[32]}]]],[\"tet-expandable-input\",[[1,\"tet-expandable-input\",{\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"type\":[1,\"input-type\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"mode\":[1],\"closedWidth\":[1,\"closed-width\"],\"animationDuration\":[2,\"animation-duration\"],\"error\":[4],\"label\":[1],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconClosed\":[1,\"icon-closed\"],\"iconLeftClickCallback\":[16],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"size\":[1],\"closeInputText\":[1,\"close-input-text\"],\"darkMode\":[4,\"dark-mode\"],\"expanded\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"validateInput\":[64],\"setState\":[64],\"clear\":[64]},[[0,\"blur\",\"onBlur\"]],{\"mode\":[\"onModeChange\"]}]]],[\"tet-table\",[[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]}]]],[\"tet-accordion\",[[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-business-lines\",[[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\",[[0,\"tet-business-round-stepper\",{\"stepperData\":[16],\"layout\":[1]}]]],[\"tet-inline-message\",[[1,\"tet-inline-message\",{\"variant\":[1]}]]],[\"tet-label\",[[1,\"tet-label\",{\"labelTitle\":[1,\"label-title\"],\"translateTitle\":[4,\"translate-title\"],\"active\":[4],\"theme\":[1],\"type\":[1],\"showIcon\":[4,\"show-icon\"]}]]],[\"tet-menu\",[[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\",[[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\",[[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\",[[1,\"tet-round-stepper\",{\"stepperData\":[16],\"forcedColumn\":[4,\"forced-column\"],\"hideIcons\":[4,\"hide-icons\"],\"theme\":[1]},[[9,\"resize\",\"onResize\"]]]]],[\"tet-tv-gift-list\",[[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\",[[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],\"displayData\":[32],\"componentSize\":[32],\"labelWidth\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"size\":[\"onSizeChange\"],\"dataOrder\":[\"onDataOrderChange\"],\"data\":[\"onDataChange\"],\"minValue\":[\"onMinValueChange\"],\"maxValue\":[\"onMaxValueChange\"]}]]],[\"tet-border-radius\",[[1,\"tet-border-radius\"]]],[\"tet-business-card\",[[1,\"tet-business-card\",{\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"infoText\":[1,\"info-text\"],\"type\":[1],\"theme\":[1],\"size\":[32]}]]],[\"tet-colors\",[[1,\"tet-colors\",{\"showVariables\":[4,\"show-variables\"]}]]],[\"tet-contact-info\",[[1,\"tet-contact-info\",{\"contactBlocks\":[16]}]]],[\"tet-expansion-panel\",[[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\",[[1,\"tet-font-weight\"]]],[\"tet-fonts\",[[1,\"tet-fonts\"]]],[\"tet-grid\",[[0,\"tet-grid\"]]],[\"tet-layout\",[[1,\"tet-layout\"]]],[\"tet-link\",[[1,\"tet-link\"]]],[\"tet-spacing\",[[1,\"tet-spacing\"]]],[\"tet-textarea\",[[1,\"tet-textarea\",{\"value\":[1],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"errorMessages\":[16]}]]],[\"tet-tv-gift-block\",[[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\",[[1,\"tet-icon\",{\"name\":[1],\"theme\":[1],\"type\":[1],\"useDefaultColor\":[4,\"use-default-color\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"focusable\":[4]},null,{\"name\":[\"onNameChange\"]}]]],[\"tet-compare-cards\",[[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,\"selectEvent\",\"todoCompletedHandler\"],[0,\"optionSelected\",\"onOptionSelected\"]],{\"data\":[\"onDataChange\"]}]]],[\"tet-card-list\",[[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-notification\",[[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-stepper-v2\",[[1,\"tet-stepper-v2\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-text-list\",[[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-stepper\",[[1,\"tet-stepper\",{\"stepperData\":[16]}]]],[\"tet-address-search\",[[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\"],\"theme\":[1],\"manualAddressTriggers\":[4,\"manual-address-triggers\"],\"isInputInvalid\":[4,\"is-input-invalid\"],\"inputDisabled\":[1028,\"input-disabled\"],\"inputIconRight\":[32],\"inputValueLength\":[32],\"isLoading\":[32],\"resetInputState\":[64]},null,{\"language\":[\"onLanguageChanged\"],\"addressKey\":[\"search\"],\"inputDisabled\":[\"onInputDisabledStateChange\"]}]]],[\"tet-number-input_2\",[[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]},[[8,\"keydown\",\"onKeydown\"],[0,\"focus\",\"onFocus\"],[8,\"click\",\"onClick\"],[0,\"input\",\"inputChangeHandler\"],[0,\"blur\",\"onBlur\"]],{\"suffix\":[\"onSuffixChange\"]}],[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-range-slider_2\",[[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\"]}],[1,\"tet-switch\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"setChecked\":[64]}]]],[\"tet-radio\",[[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-tooltip\",[[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-tag_2\",[[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\"],\"language\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-checkbox\",[[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\",[[6,\"tet-input\",{\"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-placeholder\",[[1,\"tet-placeholder\",{\"width\":[1],\"height\":[1],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-address-offers_4\",[[1,\"tet-address-offers\",{\"addressKey\":[8,\"address-key\"],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"language\":[1],\"showLoader\":[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]},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\",[[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-dialog\",[[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\",[[1,\"tet-loader\"]]],[\"tet-autocomplete_2\",[[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\"],\"filteredOptions\":[32],\"activeOption\":[32],\"showOptions\":[32],\"showLoader\":[32],\"isKeyboardFocus\":[32],\"clear\":[64],\"focusOnNativeInput\":[64],\"selectOption\":[64]},[[0,\"click\",\"onClick\"],[8,\"click\",\"onWindowClick\"],[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\"]}]]],[\"tet-container_2\",[[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-compare-card_4\",[[1,\"tet-tab-content\",{\"dataName\":[1,\"data-name\"],\"defaultTab\":[8,\"default-tab\"],\"parentContainer\":[16],\"useVisibility\":[4,\"use-visibility\"],\"selectedId\":[32],\"previousDataName\":[32],\"previousParentContainer\":[32],\"init\":[64],\"selectTab\":[64]},null,{\"dataName\":[\"onDataNameChange\"],\"parentContainer\":[\"onParentContainerChange\"]}],[1,\"tet-compare-card\",{\"clickCallback\":[16],\"index\":[2],\"cardType\":[1,\"card-type\"],\"theme\":[1],\"canSelect\":[4,\"can-select\"],\"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\"],\"secondaryLinkPosition\":[1,\"secondary-link-position\"],\"showBulletPoints\":[4,\"show-bullet-points\"],\"showSubTitle\":[4,\"show-sub-title\"],\"showHelper\":[4,\"show-helper\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkModeOverride\":[4,\"dark-mode-override\"],\"darkMode\":[4,\"dark-mode\"],\"isSelected\":[32],\"currentCardType\":[32],\"setState\":[64]},[[0,\"click\",\"onClick\"]]],[1,\"tet-tab-header\",{\"theme\":[1],\"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],\"segmentAnimation\":[32],\"toggleAutoplay\":[64],\"stopAutoplay\":[64],\"startAutoplay\":[64],\"selectTab\":[64]},null,{\"hideActiveHeaderUnderline\":[\"showActiveHeaderUnderline\"],\"autoplayDelay\":[\"onAutoplayDelayChange\"],\"segmented\":[\"onSegmentedChange\"]}],[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\"]}]]],[\"tet-button\",[[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\"]}]]]]"), options);
|
|
19
|
+
return bootstrapLazy(JSON.parse("[[\"tet-address-offers-view\",[[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-asset-addresses\",[[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\",[[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-compare-cards-tab\",[[1,\"tet-compare-cards-tab\",{\"data\":[16],\"forceColumn\":[4,\"force-column\"],\"layout\":[1],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"productDataLoaded\":[32],\"showLoader\":[32],\"productSACData\":[32]},[[0,\"compareCardsDidRender\",\"hideLoader\"]],{\"showLoader\":[\"onDataChange\"]}]]],[\"tet-b2b-service-calculator\",[[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\",[[1,\"tet-cloud-application-form-dialog\",{\"privacyPolicyLinkUrl\":[1,\"privacy-policy-link-url\"],\"loading\":[4],\"showOverlay\":[4,\"show-overlay\"],\"language\":[1],\"privacyPolicyError\":[32],\"open\":[64],\"close\":[64]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-contact-form\",[[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\",[[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\",[[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\",[[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\",[[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-multi-step-dialog\",[[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],\"isKeydownFocus\":[32]}]]],[\"tet-news-card-list\",[[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\",[[1,\"tet-referral\",{\"theme\":[1],\"language\":[1],\"data\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view\",[[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\",[[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-business-compare-card\",[[1,\"tet-business-compare-card\",{\"mainTitle\":[1,\"main-title\"],\"bulletPoints\":[16],\"pricePrefix\":[1,\"price-prefix\"],\"price\":[1],\"currency\":[1],\"theme\":[1],\"hasContentInFooter\":[32]}]]],[\"tet-expandable-input\",[[1,\"tet-expandable-input\",{\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"type\":[1,\"input-type\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"mode\":[1],\"closedWidth\":[1,\"closed-width\"],\"animationDuration\":[2,\"animation-duration\"],\"error\":[4],\"label\":[1],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconClosed\":[1,\"icon-closed\"],\"iconLeftClickCallback\":[16],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"size\":[1],\"closeInputText\":[1,\"close-input-text\"],\"darkMode\":[4,\"dark-mode\"],\"expanded\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"validateInput\":[64],\"setState\":[64],\"clear\":[64]},[[0,\"blur\",\"onBlur\"]],{\"mode\":[\"onModeChange\"]}]]],[\"tet-table\",[[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]}]]],[\"tet-accordion\",[[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-business-lines\",[[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\",[[0,\"tet-business-round-stepper\",{\"stepperData\":[16],\"layout\":[1]}]]],[\"tet-inline-message\",[[1,\"tet-inline-message\",{\"variant\":[1]}]]],[\"tet-label\",[[1,\"tet-label\",{\"labelTitle\":[1,\"label-title\"],\"translateTitle\":[4,\"translate-title\"],\"active\":[4],\"theme\":[1],\"type\":[1],\"showIcon\":[4,\"show-icon\"]}]]],[\"tet-menu\",[[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\",[[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\",[[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\",[[1,\"tet-round-stepper\",{\"stepperData\":[16],\"forcedColumn\":[4,\"forced-column\"],\"hideIcons\":[4,\"hide-icons\"],\"theme\":[1]},[[9,\"resize\",\"onResize\"]]]]],[\"tet-tv-gift-list\",[[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\",[[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],\"displayData\":[32],\"componentSize\":[32],\"labelWidth\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"size\":[\"onSizeChange\"],\"dataOrder\":[\"onDataOrderChange\"],\"data\":[\"onDataChange\"],\"minValue\":[\"onMinValueChange\"],\"maxValue\":[\"onMaxValueChange\"]}]]],[\"tet-border-radius\",[[1,\"tet-border-radius\"]]],[\"tet-business-card\",[[1,\"tet-business-card\",{\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"infoText\":[1,\"info-text\"],\"type\":[1],\"theme\":[1],\"size\":[32]}]]],[\"tet-colors\",[[1,\"tet-colors\",{\"showVariables\":[4,\"show-variables\"]}]]],[\"tet-contact-info\",[[1,\"tet-contact-info\",{\"contactBlocks\":[16]}]]],[\"tet-expansion-panel\",[[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\",[[1,\"tet-font-weight\"]]],[\"tet-fonts\",[[1,\"tet-fonts\"]]],[\"tet-grid\",[[0,\"tet-grid\"]]],[\"tet-layout\",[[1,\"tet-layout\"]]],[\"tet-link\",[[1,\"tet-link\"]]],[\"tet-spacing\",[[1,\"tet-spacing\"]]],[\"tet-textarea\",[[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\",[[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\",[[1,\"tet-icon\",{\"name\":[1],\"theme\":[1],\"type\":[1],\"useDefaultColor\":[4,\"use-default-color\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"focusable\":[4]},null,{\"name\":[\"onNameChange\"]}]]],[\"tet-compare-cards\",[[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,\"selectEvent\",\"todoCompletedHandler\"],[0,\"optionSelected\",\"onOptionSelected\"]],{\"data\":[\"onDataChange\"]}]]],[\"tet-card-list\",[[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-notification\",[[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-stepper-v2\",[[1,\"tet-stepper-v2\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-text-list\",[[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-stepper\",[[1,\"tet-stepper\",{\"stepperData\":[16]}]]],[\"tet-address-search\",[[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\"],\"theme\":[1],\"manualAddressTriggers\":[4,\"manual-address-triggers\"],\"isInputInvalid\":[4,\"is-input-invalid\"],\"inputDisabled\":[1028,\"input-disabled\"],\"inputIconRight\":[32],\"inputValueLength\":[32],\"isLoading\":[32],\"resetInputState\":[64]},null,{\"language\":[\"onLanguageChanged\"],\"addressKey\":[\"search\"],\"inputDisabled\":[\"onInputDisabledStateChange\"]}]]],[\"tet-number-input_2\",[[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]},[[8,\"keydown\",\"onKeydown\"],[0,\"focus\",\"onFocus\"],[8,\"click\",\"onClick\"],[0,\"input\",\"inputChangeHandler\"],[0,\"blur\",\"onBlur\"]],{\"suffix\":[\"onSuffixChange\"]}],[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-range-slider_2\",[[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\"]}],[1,\"tet-switch\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"setChecked\":[64]}]]],[\"tet-radio\",[[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-tooltip\",[[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-tag_2\",[[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\"],\"language\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-checkbox\",[[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\",[[6,\"tet-input\",{\"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-placeholder\",[[1,\"tet-placeholder\",{\"width\":[1],\"height\":[1],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-address-offers_4\",[[1,\"tet-address-offers\",{\"addressKey\":[8,\"address-key\"],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"language\":[1],\"showLoader\":[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]},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\",[[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-dialog\",[[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\",[[1,\"tet-loader\"]]],[\"tet-autocomplete_2\",[[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\"],\"filteredOptions\":[32],\"activeOption\":[32],\"showOptions\":[32],\"showLoader\":[32],\"isKeyboardFocus\":[32],\"clear\":[64],\"focusOnNativeInput\":[64],\"selectOption\":[64]},[[0,\"click\",\"onClick\"],[8,\"click\",\"onWindowClick\"],[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\"]}]]],[\"tet-container_2\",[[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-compare-card_4\",[[1,\"tet-tab-content\",{\"dataName\":[1,\"data-name\"],\"defaultTab\":[8,\"default-tab\"],\"parentContainer\":[16],\"useVisibility\":[4,\"use-visibility\"],\"selectedId\":[32],\"previousDataName\":[32],\"previousParentContainer\":[32],\"init\":[64],\"selectTab\":[64]},null,{\"dataName\":[\"onDataNameChange\"],\"parentContainer\":[\"onParentContainerChange\"]}],[1,\"tet-compare-card\",{\"clickCallback\":[16],\"index\":[2],\"cardType\":[1,\"card-type\"],\"theme\":[1],\"canSelect\":[4,\"can-select\"],\"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\"],\"secondaryLinkPosition\":[1,\"secondary-link-position\"],\"showBulletPoints\":[4,\"show-bullet-points\"],\"showSubTitle\":[4,\"show-sub-title\"],\"showHelper\":[4,\"show-helper\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkModeOverride\":[4,\"dark-mode-override\"],\"darkMode\":[4,\"dark-mode\"],\"isSelected\":[32],\"currentCardType\":[32],\"setState\":[64]},[[0,\"click\",\"onClick\"]]],[1,\"tet-tab-header\",{\"theme\":[1],\"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],\"segmentAnimation\":[32],\"toggleAutoplay\":[64],\"stopAutoplay\":[64],\"startAutoplay\":[64],\"selectTab\":[64]},null,{\"hideActiveHeaderUnderline\":[\"showActiveHeaderUnderline\"],\"autoplayDelay\":[\"onAutoplayDelayChange\"],\"segmented\":[\"onSegmentedChange\"]}],[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\"]}]]],[\"tet-button\",[[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\"]}]]]]"), options);
|
|
20
20
|
});
|
|
@@ -63,7 +63,7 @@ const TetExpansionPanel = class {
|
|
|
63
63
|
return this.state;
|
|
64
64
|
}
|
|
65
65
|
render() {
|
|
66
|
-
return (h("div", { key: '
|
|
66
|
+
return (h("div", { key: '8d3a43d63d7a147bc794f8faca7285cd21eb4ae5', class: { 'tet-expansion-panel': true, 'open': this.state === 'open' } }, h("div", { key: 'ac084397487be7a1a158b3890993fdc1d1b25494', class: "tet-expansion-panel-content" }, h("slot", { key: '8cf593d96b9e238309bb128f77b22c0980c85d96' }))));
|
|
67
67
|
}
|
|
68
68
|
get element() { return getElement(this); }
|
|
69
69
|
};
|
|
@@ -8,7 +8,7 @@ const TetFontWeight = class {
|
|
|
8
8
|
registerInstance(this, hostRef);
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
|
-
return (h(Host, { key: '
|
|
11
|
+
return (h(Host, { key: 'ead641d89f38d77873a8f40d7e1ffa17eaadcd78' }, h("div", { key: '2fa0ede5320dbebd9abe206f0d2a08569ea066d4', class: "variable-container" }, h("div", { key: 'd3a3d2a50901057a0716ccc3ed8ba4e7250fb362', class: "container-title main" }, "Fonta biezuma klase"), h("div", { key: 'f3b7fd03fb38c8e97ddcd3b5abd0af7dea409f02', class: "container-section" }, h("div", { key: '05dbdb9777566e19b3cbd889d80c20ef485b8fdb', class: "variable-name" }, h("div", { key: '58db91d913e4234db332803f4df5bbbf570862ea', class: "variable-part" }, "tet"), h("div", { key: 'e4c02051d09f65865cd501f39c71f5924b256e75', class: "variable-part" }, "-font"), h("div", { key: 'a71289851525b8bfef75e40b27b4bb7fe7e2410a', class: "variable-part" }, "-weight"), h("div", { key: 'd272590ce83beddffa72395958dad1b50b790162', class: "variable-part variable variable-weight" }, "--semi-bold")))), h("div", { key: '262192d084d2a65de46b6f436bd349e02ca5a313', class: "tet-fonts-container" }, h("div", { key: '59b582568a0e7fb3fbc762cae6821f707d90cfbf', class: "section" }, h("div", { key: '51f4cf54c68489fbb2f2972ff44756be138cf1d5', class: "container-title" }, "Fontu biezumi"), h("div", { key: '4f98b38ed800502bc3db0f47216ce1e72e34906e', class: "section-font" }, h("div", { key: '84746fc1db58f491750932f1fc8dd9cf3deab066', class: "font font-body-xs" }, "Font weight - 400"), h("div", { key: 'ef2b5b5da293604aeb56a8782f4bd2f644c05f1f', class: "section-font-class" }, "klase: tet-font-weight--normal"), h("div", { key: '253d800ac0c56cdbfe67690a8737ceda1c8c2a05', class: "section-font-weight" })), h("div", { key: '2b9709c39e95ac5bdab11bbebb15863dde08bc1d', class: "section-font" }, h("div", { key: '6ac07b49b787abfcf9cc61f8fb2e6b0d7ed8fb95', class: "font font-body-s" }, "Font weight - 500"), h("div", { key: '15e8ae9bfa23245c18e6fc9751812639f55c196f', class: "section-font-class" }, "klase: tet-font-weight--medium"), h("div", { key: '33711959053af2c7068bb5081ec0f31faa6023fc', class: "section-font-weight" })), h("div", { key: '98cf0dfd946771aec1509454e75db2da3dc5d4ff', class: "section-font" }, h("div", { key: '5fa026321b35b81a3c706886a27c688079e6bce1', class: "font font-body-m" }, "Font weight - 600"), h("div", { key: '1d6002faef24ff5f5118e99bbb31e2e189c1d692', class: "section-font-class" }, "klase: tet-font-weight--semi-bold"), h("div", { key: 'f4e191fb8c5f0dd5ca8970f92976f1e27db0cbfd', class: "section-font-weight" }))))));
|
|
12
12
|
}
|
|
13
13
|
};
|
|
14
14
|
TetFontWeight.style = TetFontWeightStyle0;
|
|
@@ -8,7 +8,7 @@ const TetFonts = class {
|
|
|
8
8
|
registerInstance(this, hostRef);
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
|
-
return (h(Host, { key: 'dec05813ae52c779484df28c1da4e2e47a2f5db4' }, h("div", { key: '353bd943e5dcfd65940e09634255598d3bf53e19', class: "variable-container" }, h("div", { key: 'ab48664fe8db8fe0bd37a1ac91dd808173c2cf9e', class: "container-title main" }, "Fonta klase"), h("div", { key: '93eb74cbc0125e7895c8b0c9802eeae0d7bcabc1', class: "container-section" }, h("div", { key: 'bf6e115db23f4d59978a808fe7e94ca2e39d47e4', class: "variable-name" }, h("div", { key: '706e7aad0de72053414f5dc25e2c2f721dde8564', class: "variable-part" }, "tet"), h("div", { key: '87b41ea3f7a626241a655538b4a260e2a3feab33', class: "variable-part" }, "-font"), h("div", { key: '6a17150c3a48604796c295f3b261d19774e44bd0', class: "variable-part variable variable-type" }, "__label"), h("div", { key: '403f051b9817409ac7b994aeb6d687ea072e12c9', class: "variable-part variable variable-size" }, "--m")))), h("div", { key: '5205b415b206af2e93f24fbae75b62c60533e778', class: "tet-fonts-container" }, h("div", { key: 'cb916de8bfc413b872d230063847cc5fd84e714e', class: "section" }, h("div", { key: '55e2d282b7140a19f97c529f80bc03ecc8cc65fa', class: "container-title" }, "Body - Inter"), h("div", { key: '8f507880c320051f66253e9ea6b8701a08db618a', class: "section-font" }, h("div", { key: '1bd01e3208810a94e8e8073a87448bfcf8b92ab7', class: "font font-body-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '7736bb0c155e4538ac1020714b45dc0173317034', class: "section-font-class" }, "klase: tet-font__body--xs"), h("div", { key: 'a3f0e462c9f9dfd6c295cb17b0a304171b76bbfd', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: '81429ede1f0a4d79d316360368586344280fc702', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '251b63ae2c007309b49c5a92519d2c8f88495dd1', class: "section-font" }, h("div", { key: '8738d6f1cb92aaeb0a2648270a0591ef05d25563', class: "font font-body-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ac4145cfd7606654b6cafd1e2879fbbb929af51d', class: "section-font-class" }, "klase: tet-font__body--s"), h("div", { key: '2952918a53e32b203f71680f6a267ca437fa94d3', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '390bbf46c8eb2dbfbd64f6277c4dd3895a58e547', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: 'b61dcf3a2f770cb1ebf1c15d26feea023799b94e', class: "section-font" }, h("div", { key: '63380f0ac95bd3b28279485ce3707a24bb0af3be', class: "font font-body-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '10ec0e402a975bb9158a9ce26005bf2bd00f90a8', class: "section-font-class" }, "klase: tet-font__body--m"), h("div", { key: '5c38c8e65308b4329723b3412d70ad207d5835c1', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: 'c510afd700ea4893875e7145a49e7e4575fe27b7', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: 'c18217548b568ee4bfc7fd8f78fb3c0544445171', class: "section-font" }, h("div", { key: 'bb800efb62d35ae3dd72289db59055024ed2ee56', class: "font font-body-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '3e4ae134b7242675d517191826f98c5f8f64f17a', class: "section-font-class" }, "klase: tet-font__body--l"), h("div", { key: '27ac6ccdfe275d6f9164e13b6fc54e3be4798607', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: 'daea65cf9d50e07737ed42344ab665cebb5966f6', class: "section-font-attribute" }, "Font weight - 400"))), h("div", { key: 'a5c1a9a81e8a7d6f51690ce4639abdac5983221e', class: "section" }, h("div", { key: '9fa608c75bc7fff668ad0c42d46a30ead12ea8c8', class: "container-title" }, "Label - Inter"), h("div", { key: 'ca9f7ccf42257bef2cc158efe0345a81fba5b9d7', class: "section-font" }, h("div", { key: 'ca56832ba381f82f28b74981992da1342d069697', class: "font font-label-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '3877734cfc96c4a5034013de6a46549dccc1b184', class: "section-font-class" }, "klase: tet-font__label--xs"), h("div", { key: 'e2135ebe56466a413d95c392849e8a9549a8486a', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: 'bd4f899ebcd73815b4cd7939fd2f6c20d796ae05', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'a2ecf071eb861beb2143de90d504fd0b67535063', class: "section-font" }, h("div", { key: 'c1eb137899481af0f6bc809cbc5eca2e1d6f8c9c', class: "font font-label-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '528909b33d07e40fab56a86197c632b44e109280', class: "section-font-class" }, "klase: tet-font__label--s"), h("div", { key: '25999c20690ac355d8650c0a5b27350f3d2e5287', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: 'd5adc7fcbd40e0dd636277aaddf35c3441eaa7c4', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '191f9aef68050c77f860f92946958760e32c2413', class: "section-font" }, h("div", { key: '11c56e4a349992ddb864773fbe0ebdf228f8e6ce', class: "font font-label-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '457855898a17e1f7656b2fbbaca28e932f017cee', class: "section-font-class" }, "klase: tet-font__label--m"), h("div", { key: '8c642f42fc9dd78ad16bb75749f810ff77f192eb', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: 'fbc2600cd24dfbd25c10bd539ca90f8b535b2288', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '348935d8fae3393f3a875c5266a65a0b4f1d630d', class: "section-font" }, h("div", { key: '465dfba97891403f787cbba6e338fef9c4140a11', class: "font font-label-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '3118c9ee4d3b36d0b0df900e3bccded67a6d3a5b', class: "section-font-class" }, "klase: tet-font__label--l"), h("div", { key: 'c0521ac3276a4c7860b504d079bd0e3662e761ca', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: 'c191d770b350688732f6c6c99be2577d9b1c7324', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: '72431746c3c33ef931ea7e2fb40760ae9668b1c0', class: "section" }, h("div", { key: 'cfa562cbf6b1032fda66da7ab54237dea1905680', class: "container-title" }, "Title - Inter"), h("div", { key: '11937fa90a3b47cd61a90d99a4028f3092233572', class: "section-font" }, h("div", { key: '55aa5a9185eba11ebea3e015324ddfb5cbb637ae', class: "font font-title-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '79369259b0026e016228535aa1ca621fe73968df', class: "section-font-class" }, "klase: tet-font__title--xs"), h("div", { key: 'e1f1f1d2cc4bfdb8dfbf7828b1fec9e03c5455c4', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: '6c0118cdc931dc78bae16a2ca5a93e574d05e7b6', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '515d372b0e89562d5ac76272b8ff4ad1eba11eef', class: "section-font" }, h("div", { key: '8d9adf10cb604754e0612c8d6454d6967afbf331', class: "font font-title-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '73b39a087c5a6d989367269f598d3cb26bf1388d', class: "section-font-class" }, "klase: tet-font__title--s"), h("div", { key: '489ab5f9f30c7daafafb1b3e8a9c57f2be4eff99', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '15ed861de92b21327a81501c1c169db1613d5a1a', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '6f63a73836fa94cfd82e6f8354e6d59fbca71ff5', class: "section-font" }, h("div", { key: '016c8bfe459ac25739550355b2e7c56b2e0858af', class: "font font-title-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'da4dbac9cd8bed0e65519923a5f71cdab26cbbd2', class: "section-font-class" }, "klase: tet-font__title--m"), h("div", { key: '2bbdaea8d1c6070024ea64a4afc08e69d9d8764e', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '68e9fcc8891d363d3d000a3add41983c1238a42b', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '36725423236f5bb75a1f0384e74cdf62504b933d', class: "section-font" }, h("div", { key: '9123a63536705b92f1491289b70f5745ce43aa4e', class: "font font-title-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '4f6cd238bac458e96375101cd0219193540e2a39', class: "section-font-class" }, "klase: tet-font__title--l"), h("div", { key: 'ce2867ca00da7ee6e7eea963a09c6b30adb52d16', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: 'dd047423e96742bb6f5bcba5ad265c94917f0f83', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: '4275e7a6d1bcae39adb666894c7f44f353aabb01', class: "section" }, h("div", { key: '6b193d7888743bd8f4dc95c332277b2966677b13', class: "container-title" }, "Headline - Inter"), h("div", { key: 'd10d0472a06f734ad10260fb2540a65cd479e099', class: "section-font" }, h("div", { key: '424998565f13f5197c1e9fd46091bc446ca5f44a', class: "font font-headline-inter-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '4700bd7a93592f6bf5dd2d6911ec9572bcd418b6', class: "section-font-class" }, "klase: tet-font__headline-inter--s"), h("div", { key: '4590b9a0951a67c9317a98f6e12f1c330cfcaf98', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: '8d42d0f9a051f9b50c96c79eb50baee82106a9f9', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'c5c57dce475132c99351a5d2c7e6be656bbfd1ba', class: "section-font" }, h("div", { key: '9edabc43c1412a17e2f65b72ff0cef78e4fde23a', class: "font font-headline-inter-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '84492a3c97930161c63006d84c2dbf3653864c1f', class: "section-font-class" }, "klase: tet-font__headline-inter--m"), h("div", { key: '04261ff992913ae3e6e1cce60c8261fc252902e5', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: 'eaac85fca8e6a30af7c5e499b19b5a5019d5fb08', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '3daa23d374c9d87c20bf9a0f025ca783eeea5b16', class: "section-font" }, h("div", { key: 'dcf95fee85e55911a7a6687538da25c10432fd88', class: "font font-headline-inter-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'c08369e76fa7e69ba007172a69e010f8d2921bad', class: "section-font-class" }, "klase: tet-font__headline-inter--l"), h("div", { key: '29691e373ab0f925557709a6713bae1f2ea9c490', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: '82d21dca70a96faef1a11e47a6b2817e055a5f05', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '842ba36f211255c440aa36246f47830018c22653', class: "section-font" }, h("div", { key: '10f80c5e96e287415c1fabb75bad403c899052d0', class: "font font-headline-inter-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '136024ea76be6176cc4b81d8554b350e27e2ed0d', class: "section-font-class" }, "klase: tet-font__headline-inter--xl"), h("div", { key: '71bc0638a026ad03a980a5f3946f1c0dc27021e8', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: '08ff4f72aa8aaa617f07cb479cdfa75c863c0723', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: 'e78da5b4943481e80d1853d89d9ede2b102fc298', class: "section" }, h("div", { key: 'b2615330971c256078c5944d656780e94f63d361', class: "container-title" }, "Headline - Gilroy"), h("div", { key: '402c8fc227c0a11cf65b3221dd96c6d928fa7a5f', class: "section-font" }, h("div", { key: '501561146994c54dfee4d0d68ad3d67a834def11', class: "font font-headline-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '14869cadbe2c8160053a87cabcbf3283dcdbe24c', class: "section-font-class" }, "klase: tet-font__headline--s"), h("div", { key: '2d66e43079efa9a3df28f54d18e326dbcc61aac2', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: 'f00f06d980d7980b0a609457312ea27e190b86c2', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'db87e9014fe9a057cf5daedb6a00a860d70dedb1', class: "section-font" }, h("div", { key: 'c49154a9e264461f2a86c16349e00de89983f0d1', class: "font font-headline-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '3144d317493d2c173e90e9815a91d66d943c5e65', class: "section-font-class" }, "klase: tet-font__headline--m"), h("div", { key: '4280324f3ab2527cc1bacefde807278863c39d66', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: 'a324d5e69ee9c28573cdd3ecd41e527afadf55be', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '3815f78544e3b9dc5482a87326b726e8e9127b1a', class: "section-font" }, h("div", { key: '4cdb4ab32c50dfefba434ce6c133e07bd28ff768', class: "font font-headline-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '64942306c3897d48076b13f297159e7225164f23', class: "section-font-class" }, "klase: tet-font__headline--l"), h("div", { key: '707436406772cddddc3ac5b7640b948540dfb32d', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: '09cbf425588fba8816e25a3a151c4125a1982fe3', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'e1367dbbcb6d0da5d77d1db7d6666f34e464233f', class: "section-font" }, h("div", { key: '8624f6df641af2affd7be6168e63472098e2d307', class: "font font-headline-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '2f32a1328100db37dd5469984eabe7d3f8250f70', class: "section-font-class" }, "klase: tet-font__headline--xl"), h("div", { key: 'd8ed8baa751a703ea227b56e2b42b89066030471', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: 'cbe195293929aa76338ab16889cd5e0771405203', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: 'e07ddf28a522d93a06e940c3909d73513835ef8b', class: "section" }, h("div", { key: '65fecbe71aecd6d2ecf861e1710833d3d4619644', class: "container-title" }, "Display - Gilroy"), h("div", { key: 'e5124dbd098159fdf3943f1d8f4efec68ce39262', class: "section-font" }, h("div", { key: '6a5802f4c8728080bb6f052a81d5d6f02dbc6c78', class: "font font-display-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'a18f4f171bb74b6a0cf74f4f1ef0c72ec5fcd0bb', class: "section-font-class" }, "klase: tet-font__display--s"), h("div", { key: '3a69b60b04a4cc3c68b4a98b257f307bf07a6f78', class: "section-font-attribute" }, "Font size - 2.5rem / 40px"), h("div", { key: 'f0cd2956a8695cfb746f1c8ae2370592f7fbf480', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '9aca37698b6ed55bdb7323be1580a0597ee1aeb9', class: "section-font" }, h("div", { key: 'f07e5b187fef1cf37b98403fb818c9a9cef52d4f', class: "font font-display-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '9bb20e8594e0fe26de4e4418714453dc15367cef', class: "section-font-class" }, "klase: tet-font__display--m"), h("div", { key: 'cd80256b7b0ffb2bf251379e456b6f3161274d38', class: "section-font-attribute" }, "Font size - 3rem / 48px"), h("div", { key: '10b3766cfd05e5edc0d9947210ed945c6b254174', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '68a10150393af60cfd97a01a9f53b7cf42b82240', class: "section-font" }, h("div", { key: '8726748b82870171f8dd51edab828b7b63e31397', class: "font font-display-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'a24688b6ae0dd4fc4f757cfd404045d63565d36c', class: "section-font-class" }, "klase: tet-font__display--l"), h("div", { key: 'aedd5367bc38166c2037bef6188d8c9cac1fff86', class: "section-font-attribute" }, "Font size - 3.5rem / 56px"), h("div", { key: '55c7dbcb0e5543a711c56a3353f7c35fcb369b70', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: 'b676f74d02c2b054dea1b23cb355fe0974e2053e', class: "section" }, h("div", { key: '6646c2c4611f0fd63e84da75856ddae875ea7545', class: "container-title" }, "Expose - Gilroy"), h("div", { key: '991ba3c1259e68e5c8c387f747aa7f62058730b4', class: "section-font" }, h("div", { key: '08e53345dc3701dcc77d0bdf2389a6d53b611a14', class: "font font-expose-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '04aa74d98ef89cd772a20d2dbd08d807e6614f94', class: "section-font-class" }, "klase: tet-font__expose--s"), h("div", { key: '2366b09ea901760ada2bbd419fe31f3365e5437d', class: "section-font-attribute" }, "Font size - 4rem / 64px"), h("div", { key: '3765d17990affaaec8b63d2c0aee2ff7f4dac4c1', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '88b332d1949cc9cba5a4bf2ed946b90e87f2c39a', class: "section-font" }, h("div", { key: '88fbf0b14548111ac73f245d4aea2b58b14118ba', class: "font font-expose-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'daaa6e67889fcbe36942c555c5ffd141c70df3e4', class: "section-font-class" }, "klase: tet-font__expose--m"), h("div", { key: 'ab94af0b4603cc91241ecf571c57a898ad05c66d', class: "section-font-attribute" }, "Font size - 5rem / 80px"), h("div", { key: 'f105fae95b7c229bc76e7d104cb3c2e770ffaa40', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'e34a9ba03bbc420bdb7a199a792530b3b83b170c', class: "section-font" }, h("div", { key: 'afe65045e8d6ce8c45d82a0e295599b5a9719484', class: "font font-expose-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '5ce2a943173512fddb6a07167bcc0741fe65908d', class: "section-font-class" }, "klase: tet-font__expose--l"), h("div", { key: '8ed2b1ca594928eea754e674aee7102f3eb11403', class: "section-font-attribute" }, "Font size - 6rem / 96px"), h("div", { key: 'af87d48597a5562bf1626ba36bc38e8113d0d8a3', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'ceca9a7c2d5fd2934d40a6b81b364e436dba1298', class: "section-font" }, h("div", { key: '848eb7f400d586ba5b2c79086daa16eba4d21414', class: "font font-expose-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'bf6e5458dc48d9ea8ba995c7fe0125f2fe51dbe0', class: "section-font-class" }, "klase: tet-font__expose--xl"), h("div", { key: '7cb24012945cbfd24e3e462505d7aedb92e1c1be', class: "section-font-attribute" }, "Font size - 7.25rem / 116px"), h("div", { key: '20088672fd4a1adee99b4b0bfddb7bccb2927265', class: "section-font-attribute" }, "Font weight - 600"))))));
|
|
11
|
+
return (h(Host, { key: '57c81588228dc5396c5f2a51489235e1b8df6298' }, h("div", { key: 'd6e9e2b4ab1991ceaa2099faaeedce5c7e1eda93', class: "variable-container" }, h("div", { key: '58ad60ab9e3fa4b85319f62b235ead7c7cb40b85', class: "container-title main" }, "Fonta klase"), h("div", { key: '10f7dbb06e76aeb3f6ab51d1c8c7930a23313d96', class: "container-section" }, h("div", { key: 'f416f47ad59694f2454c37b8b7247ba098c73234', class: "variable-name" }, h("div", { key: 'e966b37d770f50037a38387563820ed93b29df54', class: "variable-part" }, "tet"), h("div", { key: 'bf9fdc46bfd88e5bb71054b97889464c9bdde15c', class: "variable-part" }, "-font"), h("div", { key: '9bcd2407aa7d120e5ec752e05b2da62a0b10a817', class: "variable-part variable variable-type" }, "__label"), h("div", { key: 'f58d5052e40556d7f48b04fa7b96d86467a05692', class: "variable-part variable variable-size" }, "--m")))), h("div", { key: '2378a8c0d2f12dce19df1121febfef1b1b90c206', class: "tet-fonts-container" }, h("div", { key: '3f25da8c184665fd99d6a2b6f36a73aea595b990', class: "section" }, h("div", { key: 'a2eff90b5b6528712d2272638034a121187a14be', class: "container-title" }, "Body - Inter"), h("div", { key: '2e75ec270c2635253fb2a7134ca069df93d78131', class: "section-font" }, h("div", { key: '5fba0cf474cb7bf86cb77b95df4bbfe0a71d9681', class: "font font-body-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ce279ee0a197b58095b780ff1a96b8dcc3db14b9', class: "section-font-class" }, "klase: tet-font__body--xs"), h("div", { key: 'f71d22127732e9ec6a593d45062d07fa658d9868', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: 'f27b4231b0d15ac824ef25953a85bc1b83097401', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '82290d19be685757cabc7a056083f9088e6113c9', class: "section-font" }, h("div", { key: '03766cfaf26ccac5d2e199734c1981047d124067', class: "font font-body-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '5633116a68e12f83dd535d55cefc196546841677', class: "section-font-class" }, "klase: tet-font__body--s"), h("div", { key: 'd3d9ee9625dead99972feebf499ffa03b5207ed1', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: 'e602e4ef380938841f8f300bac86f58e1a513349', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '65fee42cbed5e0371299eaaf5744b0e27195f880', class: "section-font" }, h("div", { key: 'd27d65d4685a7089216a552bc259dbb1c04cad9f', class: "font font-body-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '17293f83e5c3221fcafdaa76c87e1072ef4480d5', class: "section-font-class" }, "klase: tet-font__body--m"), h("div", { key: '101214347f7f286bb56000d8690ffc560bc1b4b4', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '823a7ec183c4f552f59082296a50ffda2dbcc50e', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '690622bbc2e7ba1a2426d736e5cfa013ad25bd1c', class: "section-font" }, h("div", { key: '2e1b4b1e5f09bd1aba8e7e7733f56dc7ffc045b1', class: "font font-body-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'c1a87f553203c65e3ef61fbcc3289b453e65d6c4', class: "section-font-class" }, "klase: tet-font__body--l"), h("div", { key: 'b053b4eb0da0edc3f49a960a7d016cca19f08289', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '97886dc54c929b977fbd8fdf551b882d5439bac4', class: "section-font-attribute" }, "Font weight - 400"))), h("div", { key: '5ef3f4cde533e1526f12cf799d741f16671f6a73', class: "section" }, h("div", { key: '52449b66bdc80b3c5b170479df967c54a8fddda2', class: "container-title" }, "Label - Inter"), h("div", { key: 'fe9cfcde1c36f9324e2394c1ce201b5c5f5a9493', class: "section-font" }, h("div", { key: 'de5ef904da5329ccbb2553d8a2f95bc63e46ecb7', class: "font font-label-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '7819e4a44b1be5d76cc003cc3a0c3c7bca9662f5', class: "section-font-class" }, "klase: tet-font__label--xs"), h("div", { key: '640e86b6a293061c5d267aac52e3fe97de86c518', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: 'dce55d4582ac3cf38dc4bff438d0760410d8acec', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '4cef3a4b85db583309d5fb609a712fae93100ec8', class: "section-font" }, h("div", { key: 'a32f6b1f6109da134f1279909ac759495a09954c', class: "font font-label-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'fcb2e52034c13ec2edc4e1f4396cf1cd3b21ca01', class: "section-font-class" }, "klase: tet-font__label--s"), h("div", { key: '739ed16d0520ab292d2873468e861b923c7f6206', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '34d75ea8249d106ee30d1b09e0c4a2d7a63e3cb2', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '0fcb1988fdd542c749006378fbba9db94bbf895c', class: "section-font" }, h("div", { key: '0beb8638b384c1005f34d8952d526b0c8df15a9a', class: "font font-label-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'b2e78253efb84f126284a216928511db7d008b87', class: "section-font-class" }, "klase: tet-font__label--m"), h("div", { key: '78efc8b31f21fdc384b05ffd4c86e62d727a6a34', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '072ad722bd4701e782b5a3dc18383a22fa6a9d4e', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'c85211c692c9b92e09e770771bd234fd61d8979e', class: "section-font" }, h("div", { key: 'aaf925858aca29893ef847c0d24c857d59797890', class: "font font-label-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ed871c58cd85ef535e1fcc849b8b595b2173ec3a', class: "section-font-class" }, "klase: tet-font__label--l"), h("div", { key: 'b7e1a28d6f745529e10127837cc867ae140903cb', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '32e672396495a07eb06f83ac753305a440f47ff5', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: 'e624736fb09160d5147f5433002ec47ad50dc08b', class: "section" }, h("div", { key: '8ab3678717c7e70151cec08ad7bb7181733a196b', class: "container-title" }, "Title - Inter"), h("div", { key: 'a7ebad66c0a1124ab2402e85adb3187d54f8f100', class: "section-font" }, h("div", { key: 'dd60ecc1ed7d083bf40b6c640eebac7924b0aabc', class: "font font-title-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '7968dddc7cc8b013a639739c5a225a646e0568b4', class: "section-font-class" }, "klase: tet-font__title--xs"), h("div", { key: 'f8b1378a4419c0bc57f7b4ac081368d255789b67', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: '8474bbaf44bdd64d2d947261ba12096483b8416e', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '298a974a1bb66c568d2f401836e42e84b20eaf92', class: "section-font" }, h("div", { key: '6cfeb3805c32c7681f062c7aa16425b5378bd1a4', class: "font font-title-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'e5ef8e1e287e788a616db1dff8ffcc96ddede92e', class: "section-font-class" }, "klase: tet-font__title--s"), h("div", { key: '62a827bb987f590c83d6a1ea7e4e8adadf89e507', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: 'bd08ac78a22e4340c8ac13e5a046802d8dafd618', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '8b4aeacc2f125f5a6825625a920c68a0e841d321', class: "section-font" }, h("div", { key: 'ec6fd5e0ba6d29cf717f041dceba80e687de37e5', class: "font font-title-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '8e9061fd5e929afe38ba701d6178f48be6722275', class: "section-font-class" }, "klase: tet-font__title--m"), h("div", { key: '47e1225ee802577e76978edff2975672c04c2201', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: 'fa5a1f4777e539494051fd3bb1768ba7cb7fbe74', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '4d23f43f7e18dabdbd048ad8d0911d0db756af3b', class: "section-font" }, h("div", { key: 'ca5c52f07493dbc4d2002fcbe7c6e1f954415a7e', class: "font font-title-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ea1e931d7ef182ea7341396dad7c68659963bac0', class: "section-font-class" }, "klase: tet-font__title--l"), h("div", { key: 'ce96b817bae28553b5facc1cc1187b277bfedd72', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '1175beb833ef1c2fa321b9b7c650b2242e607a97', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: 'bdaaaa615e48a4d0b34b89c5cf5c3e5983d59411', class: "section" }, h("div", { key: '6297a836f6efcfd7bf98d29c3f4c3f37d1929db7', class: "container-title" }, "Headline - Inter"), h("div", { key: '83736190a6950d9e77f7b59a2dd49cefada0f270', class: "section-font" }, h("div", { key: '80f13aac0d327dd6dfd5d5fab8004dc25796a16e', class: "font font-headline-inter-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '60a3978ae69ad7d3fa20dd900245effd32ae2cb3', class: "section-font-class" }, "klase: tet-font__headline-inter--s"), h("div", { key: 'cab5bbb3b8a2448aa919f9f27b4d65b00685e49e', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: '8c3b21a524ca941246f0ff6503a87ae1c6d454b3', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'edd4b93a6075c7eb2217fe847fc85936e22f2b82', class: "section-font" }, h("div", { key: 'a02a93dc59e3bf7212903401a2d05526da418166', class: "font font-headline-inter-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '5ab4a172c8e72f2c4643b7dfe34345170b300313', class: "section-font-class" }, "klase: tet-font__headline-inter--m"), h("div", { key: '938750218eb79d9af38b0c3025cf897f10b8a548', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: 'ce47e647c98e42d7f3c5f624d66ef8387575ddef', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'e24bdd6aa66a3897b951a0bc0ef37538824f6031', class: "section-font" }, h("div", { key: '1f5d233e85ccfe02402a129f06e02b3570d656a4', class: "font font-headline-inter-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'a4e7344aa11af586421e1ccef1a4cba6bc6190ee', class: "section-font-class" }, "klase: tet-font__headline-inter--l"), h("div", { key: '518afcd64d91e02530fcb044a51b5b6de7333b8a', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: 'b2482e6a7f98a1c9c5c9c59e431192ba4553aca4', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'e829a94ddd9642c9c79864964b30020a8fe941ed', class: "section-font" }, h("div", { key: '43e23b87b0bad68f77a96ff2b66fee5bf122801a', class: "font font-headline-inter-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'f1a348df5ca67645a0bab3e8b35e876123ed3541', class: "section-font-class" }, "klase: tet-font__headline-inter--xl"), h("div", { key: '7095a62ad3a41f4e30bfe5e4fd9567b0c457efef', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: '8c5852ea44844bb17ca92ce45934ac5da616bb46', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: '3834e664a35fdbb458c0c257cc29a9899edd1f13', class: "section" }, h("div", { key: '6b9b591bed7c09625d425d1cc30fc19460d227dc', class: "container-title" }, "Headline - Gilroy"), h("div", { key: 'c1fa28fdc273a3cc9033323336b4410013789b81', class: "section-font" }, h("div", { key: '629c0742864a62cb5d350f54da25da5100823ab9', class: "font font-headline-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'b3ac034d5a2960e23f4d93237494cb63539c5344', class: "section-font-class" }, "klase: tet-font__headline--s"), h("div", { key: 'da2df447b42624f9869dc19596e36335fb3d0546', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: 'd6ce07094b3db068f54642cfbe919c742171e437', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '910c82388c26728af8c254a71f64281b8e396458', class: "section-font" }, h("div", { key: '2d81dd4b6ee1b564f1b61b353cebd9f187f709cb', class: "font font-headline-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '0ef221169cf3dea9f879cd2f22a15ae87644b231', class: "section-font-class" }, "klase: tet-font__headline--m"), h("div", { key: 'c4587b199248acf8eb7a01b05235041612a57582', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: '49c18f8eb7518ad478910b0082d6e04c17c8e1d4', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '7d7d8caaf723d36fdadbbfe56d073d889cc83b8f', class: "section-font" }, h("div", { key: '5054e05e0f6645357f1e05835b0b55910e5b262f', class: "font font-headline-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'd0e721575d2dad469846e341bf084d2eda9c304c', class: "section-font-class" }, "klase: tet-font__headline--l"), h("div", { key: '38987d47a7bdeb4af1d04c515613f29da7505702', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: '2970be79682732240ba1fb713def1df8b25585d2', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'e9a0769af2ea8e934d14a2dc5b6f394ea28585e3', class: "section-font" }, h("div", { key: '0924e63e564e5c605eeec15cc8dc0ab04258e837', class: "font font-headline-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '1f2a49e9380a77a4c0bc3355895a8b5b1b5fc93a', class: "section-font-class" }, "klase: tet-font__headline--xl"), h("div", { key: '52f80ae0dd17faf8002ec41cf1eddeafe063d245', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: 'd8a77527a65af3a7b35168f3b091c9d8140cc5f1', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: '977f47097b7cef5eed4b6bdab5fa149f5869d4ec', class: "section" }, h("div", { key: '0438b1b32aff7b9d35cb33a2f200c1b21c8d364c', class: "container-title" }, "Display - Gilroy"), h("div", { key: 'ca13f4cfe55aa2c1c6b089eb6a99df4e04932d20', class: "section-font" }, h("div", { key: '7cdeecdfc482bfc9c55d705bafd831369e75b6d2', class: "font font-display-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '1848738d6fb2b0e1722f330fb485286422bb04f4', class: "section-font-class" }, "klase: tet-font__display--s"), h("div", { key: 'c9d3fb2abfb1af81a485d59820f9f774d36db121', class: "section-font-attribute" }, "Font size - 2.5rem / 40px"), h("div", { key: '498dd5f9d5897ac7ce0b3cecacb2c46ab230e747', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '5a6fa30df43ab8d96984fb4b0c17db3d49c73b97', class: "section-font" }, h("div", { key: '821b972455c7169f0050f6eaa0808b1cb30ccade', class: "font font-display-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'bde5d12f97b59ac582813a6ed70e47dea8f6352d', class: "section-font-class" }, "klase: tet-font__display--m"), h("div", { key: '7dff84047e20e1acab4c704e3667a385f56f0e90', class: "section-font-attribute" }, "Font size - 3rem / 48px"), h("div", { key: '424929bfd4a6d8271f81af0bfd1dcf2bb7674182', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'a68362108d2b669368c179193adccc89c96302ec', class: "section-font" }, h("div", { key: '7c293919064bb7b04e9791abbf5d0af159244d8f', class: "font font-display-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '909b783933a250ebf0a9fd0c9074c038347775d4', class: "section-font-class" }, "klase: tet-font__display--l"), h("div", { key: '504903d79d9f73f71c0619adeb7a3b780e5ae0c8', class: "section-font-attribute" }, "Font size - 3.5rem / 56px"), h("div", { key: 'a98fc18f8a0d27fa9f8bb34e21ff12c5051b4279', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: '95d5153571bf4ed9c701ec8180feb93a83fb154f', class: "section" }, h("div", { key: '293b1c1dc0692c49cfe2a1b5c5f18932eb64d4df', class: "container-title" }, "Expose - Gilroy"), h("div", { key: '14bf12e89151e3f2681a0ea66a73fedb013be0f6', class: "section-font" }, h("div", { key: 'fd26f146ef1e58c6c7ec236366d9754424aaf59f', class: "font font-expose-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '9ff44a3417f797d6ee04c5c0c83b02b9d7d3f358', class: "section-font-class" }, "klase: tet-font__expose--s"), h("div", { key: '377f9a3890ffa2ba8ef40a3d79205284d5012706', class: "section-font-attribute" }, "Font size - 4rem / 64px"), h("div", { key: 'b4465bbcc13a9dc1692fccc052079eb5d785da98', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'fa6ae00ab679338308fd7ffc45f2718204331284', class: "section-font" }, h("div", { key: '186dcaf63997acbaa4cb93812c9d700cce4e3496', class: "font font-expose-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '66ad8af2fd98917937f5fa11941a9d69835ca8e9', class: "section-font-class" }, "klase: tet-font__expose--m"), h("div", { key: 'ce5ce8f7b0c827d1927d792db68def61f5c801d8', class: "section-font-attribute" }, "Font size - 5rem / 80px"), h("div", { key: '3bc1238fb4d2429563c254015665d57cd94670e7', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '821da08cef237516e70dfa49ec3c738a0fa1f20c', class: "section-font" }, h("div", { key: 'f7a356990fd9acd4d388e13e522f77dbf9f192c6', class: "font font-expose-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '4826442438969f74113204ec30683cdc1f4ccb17', class: "section-font-class" }, "klase: tet-font__expose--l"), h("div", { key: 'ba4871630ada56450e5b1714c546540821fc225b', class: "section-font-attribute" }, "Font size - 6rem / 96px"), h("div", { key: '4a6a37cfd6d71b33f2ee9348f21550b02fe184c1', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '0a7bc32550b93f9c4d26132a61eef0873bb4aadf', class: "section-font" }, h("div", { key: 'db47db701e00ff12b753b1b9a0441c3c6434da4f', class: "font font-expose-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '93b2903163dba530080887756b53c837116f0dc0', class: "section-font-class" }, "klase: tet-font__expose--xl"), h("div", { key: '3e23507717bd431c31e593cfff2f59a875eb0e9a', class: "section-font-attribute" }, "Font size - 7.25rem / 116px"), h("div", { key: 'b5339ab25654a82dbf6c8f08ceffad5f5f36acc9', class: "section-font-attribute" }, "Font weight - 600"))))));
|
|
12
12
|
}
|
|
13
13
|
};
|
|
14
14
|
TetFonts.style = TetFontsStyle0;
|
|
@@ -8,7 +8,7 @@ const TetGrid = class {
|
|
|
8
8
|
registerInstance(this, hostRef);
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
|
-
return (h(Host, { key: '
|
|
11
|
+
return (h(Host, { key: '60c953fc5fc06ecc661864dc8323b188bfe3a302' }, h("div", { key: '2c7f7b46ffcbcdb4bcfa2ec5b2f8ba3cdbdd8670', class: "variable-container" }, h("div", { key: '7f677ad31beb66a430ff6312add3af6751370748', class: "container-title main" }, "Grid klase"), h("div", { key: '69bb9f5047254df075be679f4b3362eb93aa037b', class: "container-section" }, h("div", { key: 'e56d081c169585e427037569b08823581cd39d4a', class: "variable-name" }, h("div", { key: '859d6dd2a605d196a24e4b05a12c4e1934b147d1', class: "variable-part" }, "tet"), h("div", { key: 'f2daccfb176cc059f58a228b0b14448fcf14c7b2', class: "variable-part" }, "-grid")), h("div", { key: '46341287f87942af6d4eb4c051f3950a0a13ddce', class: "variable-name" }, h("div", { key: '4315c4ded4f93fe31094ea0d2de18957ab60bd11', class: "variable-part" }, "tet-grid__cell")))), h("div", { key: 'c6ddff17490ca5d79c00d757c696a23ebc8616f2', class: "container-wrapper" }, h("div", { key: '94c40d769eea84ad6abe37c39a4f6ad91415a7da', class: "container-title" }, "Grida lietojumi"), h("div", { key: 'fdd506e807c56d0627e7ac522764ec136ee5bd33', class: "container-comment" }, "Parent l\u012Bmen\u012B ir j\u0101b\u016Bt klasei tet-grid. Tad childam ir j\u0101b\u016Bt tet-grid__cell."), h("div", { key: '52d83c875b0c04a36ef44908aa0b43460fc8a98d', class: "container-comment" }, "Piemēram: <div class='tet-grid'><div class='tet-grid__cell'></div></div>"), h("div", { key: '49170e0458713a277a7de293b685e25086f2c602', class: "section" }, h("div", { key: '03ca8e712aca39c4563f7f638b0cbaa781d96a6d', class: "section-content" }, h("div", { key: '03c59ebe6278863b97f66e831407921249bf0586', class: "show-grid tet-grid" }, h("div", { key: 'e75c51811152d1028bfcfbc243abf8c2f1ba0af0', class: "show-span tet-grid__cell--span-all" }, h("div", { key: '8a1c7851dc733f92233f85fd8ba8b078f85d8087', class: "section-style" }, "Teksts pa visu gridu"), h("div", { key: '22c038fd82c4ba993fa683bda82f2ec89bed2273', class: "section-style-attribute" }, "tet-grid__cell--span-all")))), h("div", { key: 'd399f5820d6e2f4abdced3377d65a9c06381c4b1', class: "section-content" }, h("div", { key: '9adf2431198cccb5e3e39add4a01030260af5d7d', class: "show-grid tet-grid" }, h("div", { key: '111ae1cd19506c661a12c69d581888128d742ceb', class: "show-span tet-grid__cell--span-4" }, h("div", { key: '16f7903f739537eed5e3b78df4234a1e0c2783bd' }, "Teksts pa 4 kolon\u0101m"), h("div", { key: 'a9bcb39e346277f8bdfdc99d826a3cff961e630f', class: "section-style-attribute" }, "tet-grid__cell--span-4")))), h("div", { key: '0aa711decfe0d702778ca2e7d5fa94642b5e697b', class: "section-content" }, h("div", { key: '21488aa85d5858c3c14a3357404dca70a7bf35cc', class: "show-grid tet-grid" }, h("div", { key: '35eb30face7167af1ce75ac126e77d164161d961', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8" }, h("div", { key: 'b5c1edb1bc96200e94e0e3bab6f27cecf048798b' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 8 LG "), h("div", { key: 'd0069f39f5c6282721f83e7294e9f53728044bd1', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8")), h("div", { key: 'ffd2cd8ce1ecbc30ec1e04f89de5d26e4e6c2208', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4" }, h("div", { key: 'fa141852be4050042a4bfc25cb7d91c137edd8f3' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 4 LG "), h("div", { key: '611f886be167158893203b0619dc58b8ff2f717f', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4")))), h("div", { key: 'f2684cb942232e361de993c4de5eb6334e448d57', class: "section-content" }, h("div", { key: '034c8ea201b7cb6684089a724faddc52fb5c5ea4', class: "show-grid tet-grid" }, h("div", { key: '026252ccbc95ac9a4aad33d1583c58f448b89498', class: "show-span tet-grid__cell--span-all" }, h("div", { key: 'c4c1289e1aa90ca99629c26af8f6c22ba03cae0d' }, "Tekstu, ko redzam visu laiku. ", h("span", { key: 'a66eb5f77efc80544bd39c1ff7cfd7004eccebfb', class: 'tet-grid__cell--hide tet-grid__cell--lg-show' }, "Redzam tikai pie LG izm\u0113ra")), h("div", { key: 'a306bcf46ca0aaf753914d7a44c8cb51c6f3c66e', class: "section-style-attribute" }, "tet-grid__cell--hide", h("span", { key: 'ff76ebdcdb09db5b05b2db6f0be20450c1847240', class: 'tet-grid__cell--hide tet-grid__cell--lg-show' }, "tet-grid__cell--lg-show"))))), h("div", { key: '7ecd961d6475b139a95cbf605f9d95b06d3cfc5a', class: "section-content" }, h("div", { key: '81d56348656f5538b5d7cb8641c0f0a01d350c3b', class: "show-grid tet-grid" }, h("div", { key: '9a73e217a52419af368a0fd4e8e8215126faadac', class: "show-span tet-grid__cell--span-2" }, h("div", { key: 'b17b5126a1103b4e87002747a255207f705fc02f', class: "section-style-attribute" }, "tet-grid__cell--span-2")), h("div", { key: '24bfe1424e4cc48072ae15de37ca5620919b381f', class: "show-span tet-grid__cell--lg-span-8" }, h("div", { key: '883cc4bc61ee3f205ab8f9091c1c6b0de03def81' }, "Teksts ir pa 8 kolon\u0101m un tam ir 2 kolon\u0101s robe\u017Ea no ab\u0101m pus\u0113m"), h("div", { key: 'bb91161c84b63a4cf802d15efcc9ae484d62f264', class: "section-style-attribute" }, "tet-grid__cell--lg-span-8")), h("div", { key: 'd20fee8e537052aa0a9442e48ab8d3bfc2c57a92', class: "show-span tet-grid__cell--span-2" }, h("div", { key: '7f53121801ddcacef79a78fe4310bcea8dbcdc76', class: "section-style-attribute" }, "tet-grid__cell--span-2"))))))));
|
|
12
12
|
}
|
|
13
13
|
};
|
|
14
14
|
TetGrid.style = TetGridStyle0;
|