@tet/tet-components 1.3.136-testing → 1.3.137-testing
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index-f559cb2e.js +10 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{phone-c3ebb2eb.js → phone-d414fe5a.js} +0 -14
- package/dist/cjs/tasks-af99ad61.js +16 -0
- 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-address-offers_4.cjs.entry.js +3 -2
- package/dist/cjs/tet-autocomplete_2.cjs.entry.js +3 -3
- package/dist/cjs/tet-b2b-check-out-form.cjs.entry.js +164 -0
- package/dist/cjs/tet-b2b-configurator-cart.cjs.entry.js +2 -2
- 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-business-navigation.cjs.entry.js +1 -1
- package/dist/cjs/tet-carousel.cjs.entry.js +104 -36
- package/dist/cjs/tet-checkbox.cjs.entry.js +73 -0
- package/dist/cjs/tet-colors.cjs.entry.js +4 -4
- package/dist/cjs/tet-compare-cards_2.cjs.entry.js +2 -2
- package/dist/cjs/tet-components.cjs.js +1 -1
- package/dist/cjs/tet-contact-form.cjs.entry.js +4 -3
- package/dist/cjs/tet-datepicker-header_4.cjs.entry.js +5 -5
- package/dist/cjs/tet-datepicker.cjs.entry.js +4 -4
- package/dist/cjs/tet-dialog.cjs.entry.js +1 -1
- package/dist/cjs/{tet-checkbox_3.cjs.entry.js → tet-dropdown_2.cjs.entry.js} +1 -68
- 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-icon.cjs.entry.js +1 -1
- package/dist/cjs/tet-label.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-loader.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-placeholder.cjs.entry.js +1 -1
- package/dist/cjs/tet-range-slider.cjs.entry.js +7 -7
- package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
- package/dist/cjs/tet-stepper-input.cjs.entry.js +1 -1
- package/dist/cjs/tet-tab-header.cjs.entry.js +2 -2
- package/dist/cjs/tet-tag_2.cjs.entry.js +2 -2
- package/dist/cjs/tet-textarea.cjs.entry.js +2 -2
- package/dist/cjs/tet-tv-gift-block.cjs.entry.js +1 -1
- package/dist/cjs/tet-tv-gift-list.cjs.entry.js +2 -2
- package/dist/collection/assets/icons/icon-map.json +1 -1
- package/dist/collection/assets/icons/tc/tc-company-1.svg +3 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.css +479 -0
- package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.js +211 -0
- package/dist/collection/components/advanced/forms/tet-contact-form/tet-contact-form.js +1 -1
- package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-block/tet-tv-gift-block.js +1 -1
- package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-list/tet-tv-gift-list.js +2 -2
- package/dist/collection/components/basic/buttons/tet-tabs/tet-tab-content/tet-tab-content.js +2 -2
- package/dist/collection/components/basic/buttons/tet-tabs/tet-tab-header/tet-tab-header.js +2 -2
- package/dist/collection/components/basic/buttons/tet-tag/tet-tag.js +2 -2
- package/dist/collection/components/basic/carousel/tet-carousel/test/tet-carousel.spec.js +6 -2
- package/dist/collection/components/basic/carousel/tet-carousel/tet-carousel.css +4 -0
- package/dist/collection/components/basic/carousel/tet-carousel/tet-carousel.js +103 -35
- package/dist/collection/components/basic/icon/tet-icon.js +1 -1
- package/dist/collection/components/basic/loaders/tet-loader/tet-loader.js +1 -1
- package/dist/collection/components/basic/loaders/tet-placeholder/tet-placeholder.js +1 -1
- package/dist/collection/components/basic/loaders/tet-spinner/tet-spinner.js +3 -3
- package/dist/collection/components/basic/misc/tet-label/tet-label.js +2 -2
- package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-header/tet-datepicker-header.js +2 -2
- package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-month-view/tet-datepicker-month-view.js +1 -1
- package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-multi-year-view/tet-datepicker-multi-year-view.js +1 -1
- package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-year-view/tet-datepicker-year-view.js +1 -1
- package/dist/collection/components/simple/inputs/tet-datepicker/tet-datepicker.js +4 -4
- package/dist/collection/components/simple/inputs/tet-range-slider/tet-range-slider.js +7 -7
- package/dist/collection/components/simple/inputs/tet-stepper-input/tet-stepper-input.js +1 -1
- package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.js +2 -2
- package/dist/collection/components/simple/lists/tet-news-card-list/tet-news-card-list.js +1 -1
- package/dist/collection/components/simple/menu/tet-business-navigation/tet-business-navigation.js +1 -1
- 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.css +2 -0
- package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +5 -5
- package/dist/collection/components/simple/structural/tet-expansion-panel/tet-expansion-panel.js +1 -1
- package/dist/collection/components/simple/text-blocks/tet-dialog/tet-dialog.css +4 -2
- 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-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.js +2 -2
- package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js +1 -1
- package/dist/collection/components/views/tet-business-lines/tet-business-lines.js +1 -1
- package/dist/collection/docs/styling/border-radius/tet-border-radius.js +1 -1
- package/dist/collection/docs/styling/colors/tet-colors.js +4 -4
- package/dist/collection/docs/styling/font-weight/tet-font-weight.js +1 -1
- package/dist/collection/docs/styling/fonts/tet-fonts.js +1 -1
- package/dist/collection/docs/styling/layout/tet-layout.js +1 -1
- package/dist/collection/docs/styling/link/tet-link.js +1 -1
- package/dist/collection/docs/styling/spacing/tet-spacing.js +1 -1
- package/dist/collection/docs/styling/tet-grid/tet-grid.js +1 -1
- package/dist/collection/services/validators/index.js +2 -1
- package/dist/collection/services/validators/validators/e-mail.js +34 -0
- package/dist/collection/services/validators/validators/e-mail.spec.js +20 -0
- package/dist/components/assets/icons/icon-map.json +1 -1
- package/dist/components/assets/icons/tc/tc-company-1.svg +3 -0
- package/dist/components/index.js +2 -0
- package/dist/components/{p-59ecb7dc.js → p-000ae991.js} +6 -6
- package/dist/components/p-00c91e96.js +14 -0
- package/dist/components/{p-cdec8b43.js → p-12e123f3.js} +1 -1
- package/dist/components/{p-d7f5b61c.js → p-14534acc.js} +1 -1
- package/dist/components/{p-499b3838.js → p-21be0dd0.js} +2 -2
- package/dist/components/{p-a1f2eaa6.js → p-2424c4f1.js} +5 -5
- package/dist/components/{p-2f7ab47f.js → p-290f2855.js} +7 -6
- package/dist/components/{p-86da5272.js → p-397c69b3.js} +2 -2
- package/dist/components/{p-125271b1.js → p-4688b69d.js} +11 -11
- package/dist/components/{p-3ff35471.js → p-5ace687b.js} +5 -5
- package/dist/components/{p-e1dfd49d.js → p-5b5ea55f.js} +10 -10
- package/dist/components/{p-e20ff902.js → p-70ca1b23.js} +1 -1
- package/dist/components/{p-ae8498b6.js → p-758e222f.js} +7 -7
- package/dist/components/{p-c4a94d36.js → p-76c723b4.js} +2 -2
- package/dist/components/{p-be59ce58.js → p-7fa87e91.js} +1 -1
- package/dist/components/{p-1dfb07e1.js → p-8802f7f7.js} +1 -1
- package/dist/components/{p-ecb0207c.js → p-88eed449.js} +1 -1
- package/dist/components/{p-9c20ee34.js → p-8a924999.js} +3 -3
- package/dist/components/{p-504e911b.js → p-8ff3e337.js} +3 -3
- package/dist/components/{p-3dc2183b.js → p-90a15cb2.js} +1 -1
- package/dist/components/{p-0e796d48.js → p-92f3f562.js} +3 -3
- package/dist/components/{p-e409203b.js → p-ac5522f7.js} +2 -2
- package/dist/components/{p-796ea907.js → p-ba6768ef.js} +2 -2
- package/dist/components/{p-102c1fc3.js → p-bc9edad9.js} +1 -1
- package/dist/components/{p-d6580980.js → p-bddae715.js} +2 -2
- package/dist/components/{p-8b3d80aa.js → p-be78bde3.js} +1 -1
- package/dist/components/{p-e5f84db8.js → p-c2bfa12c.js} +1 -1
- package/dist/components/{p-b71cc97c.js → p-c8a0b770.js} +3 -3
- package/dist/components/{p-e4b59b85.js → p-c9491692.js} +1 -1
- package/dist/components/{p-d8c79647.js → p-c97b2c87.js} +2 -2
- package/dist/components/{p-0a9fb3c4.js → p-ca66b4b1.js} +1 -14
- package/dist/components/{p-b5dced58.js → p-cbb5f612.js} +1 -1
- package/dist/components/{p-48a1a0e4.js → p-d0c6b6c9.js} +2 -2
- package/dist/components/{p-0b13ba10.js → p-d516dff5.js} +7 -7
- package/dist/components/{p-c3dfb9e4.js → p-daa34847.js} +2 -2
- package/dist/components/{p-50c52fb2.js → p-db548ad6.js} +2 -2
- package/dist/components/{p-d3f63a7a.js → p-decd8ddd.js} +4 -4
- package/dist/components/{p-c1c8a966.js → p-eac684d6.js} +1 -1
- package/dist/components/{p-a141151a.js → p-fe95d572.js} +1 -1
- package/dist/components/{p-eb9b5f91.js → p-ff31e014.js} +1 -1
- package/dist/components/tet-accordion.js +1 -1
- package/dist/components/tet-address-offers-filters-products.js +1 -1
- package/dist/components/tet-address-offers-filters.js +1 -1
- package/dist/components/tet-address-offers-view.js +21 -21
- 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 +8 -8
- package/dist/components/tet-asset-availability-addresses.js +1 -1
- package/dist/components/tet-autocomplete-dropdown.js +4 -4
- package/dist/components/tet-autocomplete.js +1 -1
- package/dist/components/tet-availability-contact-form.js +1 -1
- package/dist/components/tet-b2b-check-out-form.d.ts +11 -0
- package/dist/components/tet-b2b-check-out-form.js +212 -0
- package/dist/components/tet-b2b-compare-card.js +4 -4
- package/dist/components/tet-b2b-configurator-cart.js +5 -5
- package/dist/components/tet-b2b-service-calculator.js +6 -6
- package/dist/components/tet-banner-nav.js +1 -1
- package/dist/components/tet-border-radius.js +1 -1
- package/dist/components/tet-business-compare-card.js +2 -2
- package/dist/components/tet-business-lines.js +2 -2
- package/dist/components/tet-business-navigation.js +2 -2
- package/dist/components/tet-business-round-stepper.js +1 -1
- package/dist/components/tet-business-summary-card.js +3 -3
- package/dist/components/tet-button.js +1 -1
- package/dist/components/tet-card-list.js +1 -1
- package/dist/components/tet-carousel.js +106 -38
- package/dist/components/tet-checkbox.js +1 -1
- package/dist/components/tet-cloud-application-form-dialog.js +6 -6
- package/dist/components/tet-cloud-configurator.js +7 -7
- package/dist/components/tet-colors.js +4 -4
- package/dist/components/tet-compare-card-v2.js +5 -5
- package/dist/components/tet-compare-card.js +1 -1
- package/dist/components/tet-compare-cards-tab.js +13 -13
- package/dist/components/tet-compare-cards.js +1 -1
- package/dist/components/tet-contact-form.js +7 -6
- package/dist/components/tet-customer-assets.js +2 -2
- package/dist/components/tet-datepicker-header.js +1 -1
- package/dist/components/tet-datepicker-month-view.js +1 -1
- package/dist/components/tet-datepicker-multi-year-view.js +1 -1
- package/dist/components/tet-datepicker-year-view.js +1 -1
- package/dist/components/tet-datepicker.js +9 -9
- package/dist/components/tet-dialog.js +1 -1
- package/dist/components/tet-dropdown.js +1 -1
- package/dist/components/tet-dynamic-card.js +2 -2
- package/dist/components/tet-expandable-input.js +2 -2
- package/dist/components/tet-expansion-panel.js +1 -1
- package/dist/components/tet-filter.js +3 -3
- 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-icon.js +1 -1
- package/dist/components/tet-inline-message.js +1 -1
- package/dist/components/tet-input.js +1 -1
- package/dist/components/tet-label.js +3 -3
- package/dist/components/tet-layout.js +1 -1
- package/dist/components/tet-link.js +1 -1
- package/dist/components/tet-loader.js +1 -1
- package/dist/components/tet-macd-view.js +6 -6
- package/dist/components/tet-menu-mobile.js +1 -1
- package/dist/components/tet-menu.js +1 -1
- package/dist/components/tet-multi-step-dialog.js +3 -3
- package/dist/components/tet-navigation-mobile.js +4 -4
- package/dist/components/tet-news-card-list.js +4 -4
- package/dist/components/tet-notification.js +1 -1
- package/dist/components/tet-number-input.js +1 -1
- package/dist/components/tet-placeholder.js +1 -1
- package/dist/components/tet-range-slider.js +1 -1
- package/dist/components/tet-referral.js +4 -4
- package/dist/components/tet-round-stepper.js +1 -1
- package/dist/components/tet-spacing.js +1 -1
- package/dist/components/tet-spinner.js +1 -1
- package/dist/components/tet-stepper-input.js +1 -1
- package/dist/components/tet-stepper-v2.js +1 -1
- package/dist/components/tet-stepper-v3.js +1 -1
- package/dist/components/tet-tab-content.js +1 -1
- package/dist/components/tet-tab-header.js +1 -1
- package/dist/components/tet-table.js +2 -2
- package/dist/components/tet-tag-group.js +1 -1
- package/dist/components/tet-tag.js +1 -1
- package/dist/components/tet-text-list.js +1 -1
- package/dist/components/tet-textarea.js +2 -2
- package/dist/components/tet-thank-you-view-v2.js +3 -3
- package/dist/components/tet-thank-you-view-v3.js +3 -3
- package/dist/components/tet-thank-you-view.js +2 -2
- package/dist/components/tet-tooltip.js +1 -1
- package/dist/components/tet-tv-gift-block.js +1 -1
- package/dist/components/tet-tv-gift-list.js +3 -3
- package/dist/esm/index-7f1e2a22.js +10 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{phone-ed2205b3.js → phone-99c2f297.js} +1 -14
- package/dist/esm/tasks-3dfcc330.js +14 -0
- package/dist/esm/tet-accordion.entry.js +6 -6
- package/dist/esm/tet-address-offers-view.entry.js +1 -1
- package/dist/esm/tet-address-offers_4.entry.js +2 -1
- package/dist/esm/tet-autocomplete_2.entry.js +3 -3
- package/dist/esm/tet-b2b-check-out-form.entry.js +160 -0
- package/dist/esm/tet-b2b-configurator-cart.entry.js +2 -2
- 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-business-navigation.entry.js +1 -1
- package/dist/esm/tet-carousel.entry.js +104 -36
- package/dist/esm/tet-checkbox.entry.js +69 -0
- package/dist/esm/tet-colors.entry.js +4 -4
- package/dist/esm/tet-compare-cards_2.entry.js +2 -2
- package/dist/esm/tet-components.js +1 -1
- package/dist/esm/tet-contact-form.entry.js +3 -2
- package/dist/esm/tet-datepicker-header_4.entry.js +5 -5
- package/dist/esm/tet-datepicker.entry.js +4 -4
- package/dist/esm/tet-dialog.entry.js +1 -1
- package/dist/esm/{tet-checkbox_3.entry.js → tet-dropdown_2.entry.js} +2 -68
- 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-icon.entry.js +1 -1
- package/dist/esm/tet-label.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-loader.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-placeholder.entry.js +1 -1
- package/dist/esm/tet-range-slider.entry.js +7 -7
- package/dist/esm/tet-spacing.entry.js +1 -1
- package/dist/esm/tet-stepper-input.entry.js +1 -1
- package/dist/esm/tet-tab-header.entry.js +2 -2
- package/dist/esm/tet-tag_2.entry.js +2 -2
- package/dist/esm/tet-textarea.entry.js +2 -2
- package/dist/esm/tet-tv-gift-block.entry.js +1 -1
- package/dist/esm/tet-tv-gift-list.entry.js +2 -2
- package/dist/tet-components/assets/icons/icon-map.json +1 -1
- package/dist/tet-components/assets/icons/tc/tc-company-1.svg +3 -0
- package/dist/tet-components/{p-c2d3f622.entry.js → p-00370414.entry.js} +1 -1
- package/dist/tet-components/{p-db666f67.entry.js → p-018123d1.entry.js} +1 -1
- package/dist/tet-components/{p-eee18759.entry.js → p-02381ade.entry.js} +1 -1
- package/dist/tet-components/p-05fc6443.entry.js +1 -0
- package/dist/tet-components/{p-f09325e9.entry.js → p-100a2a00.entry.js} +1 -1
- package/dist/tet-components/{p-17a4096b.entry.js → p-10d6590a.entry.js} +1 -1
- package/dist/tet-components/p-1460a670.entry.js +1 -0
- package/dist/tet-components/{p-82f67011.entry.js → p-223f4ca1.entry.js} +1 -1
- package/dist/tet-components/p-2a3448bc.entry.js +1 -0
- package/dist/tet-components/p-32c31441.entry.js +1 -0
- package/dist/tet-components/p-37d9b1c5.entry.js +1 -0
- package/dist/tet-components/{p-74989c7b.entry.js → p-382034f9.entry.js} +1 -1
- package/dist/tet-components/{p-970a3fc5.entry.js → p-3a68d8ee.entry.js} +1 -1
- package/dist/tet-components/p-3adb8b02.entry.js +1 -0
- package/dist/tet-components/{p-966eaa17.entry.js → p-3c03dea3.entry.js} +1 -1
- package/dist/tet-components/{p-3a388c27.entry.js → p-48ed1dbc.entry.js} +1 -1
- package/dist/tet-components/{p-cc73c6bf.entry.js → p-4cac1c11.entry.js} +1 -1
- package/dist/tet-components/{p-018095d9.entry.js → p-4efb7ee4.entry.js} +1 -1
- package/dist/tet-components/{p-1576d249.entry.js → p-584850c4.entry.js} +1 -1
- package/dist/tet-components/{p-c95cf2d4.entry.js → p-624ae17b.entry.js} +1 -1
- package/dist/tet-components/{p-c592f222.entry.js → p-67515e73.entry.js} +1 -1
- package/dist/tet-components/{p-9ef5798e.entry.js → p-72c5f6fd.entry.js} +1 -1
- package/dist/tet-components/{p-add5c08b.entry.js → p-73e8e847.entry.js} +1 -1
- package/dist/tet-components/{p-641c5d9d.entry.js → p-77dc69df.entry.js} +1 -1
- package/dist/tet-components/{p-e596991f.entry.js → p-79567d7c.entry.js} +1 -1
- package/dist/tet-components/{p-37958859.entry.js → p-7d1d0c36.entry.js} +1 -1
- package/dist/tet-components/{p-3588d98e.entry.js → p-89cbd0f4.entry.js} +1 -1
- package/dist/tet-components/{p-12c21228.entry.js → p-8c802a0a.entry.js} +1 -1
- package/dist/tet-components/{p-7a12782b.entry.js → p-992f7033.entry.js} +1 -1
- package/dist/tet-components/{p-a844fa98.entry.js → p-a9649e33.entry.js} +1 -1
- package/dist/tet-components/{p-74275f2b.entry.js → p-ab41a3f8.entry.js} +1 -1
- package/dist/tet-components/{p-7210bb04.entry.js → p-afbe6509.entry.js} +1 -1
- package/dist/tet-components/{p-f9d096b2.entry.js → p-b3ce0d6f.entry.js} +1 -1
- package/dist/tet-components/{p-61818927.entry.js → p-c634602c.entry.js} +1 -1
- package/dist/tet-components/p-ca66b4b1.js +1 -0
- package/dist/tet-components/p-d2919aae.js +1 -0
- package/dist/tet-components/{p-108cd149.entry.js → p-d56b4142.entry.js} +1 -1
- package/dist/tet-components/{p-7476cb78.entry.js → p-db3d023a.entry.js} +1 -1
- package/dist/tet-components/{p-55819f09.entry.js → p-e73e4e79.entry.js} +1 -1
- package/dist/tet-components/{p-b5706ef0.entry.js → p-ea0186d6.entry.js} +1 -1
- package/dist/tet-components/{p-ff66a3ec.entry.js → p-ef1bcb5f.entry.js} +1 -1
- package/dist/tet-components/{p-0ca72362.entry.js → p-efbe281d.entry.js} +1 -1
- package/dist/tet-components/tet-components.esm.js +1 -1
- package/dist/types/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.d.ts +52 -0
- package/dist/types/components/basic/carousel/tet-carousel/tet-carousel.d.ts +6 -2
- package/dist/types/components.d.ts +64 -0
- package/dist/types/services/validators/index.d.ts +2 -1
- package/dist/types/services/validators/validators/e-mail.d.ts +28 -0
- package/package.json +1 -1
- package/dist/tet-components/p-27e3fced.entry.js +0 -1
- package/dist/tet-components/p-3dc55358.entry.js +0 -1
- package/dist/tet-components/p-49f6e950.entry.js +0 -1
- package/dist/tet-components/p-71e2fe80.js +0 -1
- package/dist/tet-components/p-91d85a07.entry.js +0 -1
|
@@ -10,7 +10,7 @@ const TetFonts$1 = /*@__PURE__*/ proxyCustomElement(class TetFonts extends H {
|
|
|
10
10
|
this.__attachShadow();
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
|
-
return (h(Host, { key: 'f14b65dae803f26cf9fd7039c3ae34f266d50e6d' }, h("div", { key: '018ab3c1a23e22b67e6b73c21bdbb0d09ed2ea34', class: "variable-container" }, h("div", { key: '6b606e9353438296955af915e97b17c0ae69af98', class: "container-title main" }, "Fonta klase"), h("div", { key: '598ff9320e371b316e07ffc9d5553b2041aa5de8', class: "container-section" }, h("div", { key: '16fdb4e5b87b6f748dafa17b9ad61f46f13917cc', class: "variable-name" }, h("div", { key: '84b03ee8c3f38117328b40ae4a5b9fb3d5ac3eb6', class: "variable-part" }, "tet"), h("div", { key: '63d9a23cf3260608de02b840bd5433f8299fc66c', class: "variable-part" }, "-font"), h("div", { key: '0a130b59166073236408101d19cbe4690682d754', class: "variable-part variable variable-type" }, "__label"), h("div", { key: '7e1793b2f1131b843fcfd4882cbca97968295f36', class: "variable-part variable variable-size" }, "--m")))), h("div", { key: '12bc403673f727c4c7df378f51c0899778f16794', class: "tet-fonts-container" }, h("div", { key: '7694b7602443d149e5456d46b3d1b518aa4abba2', class: "section" }, h("div", { key: 'e964fef924a1c62e747d27da8d40814a6196c0cc', class: "container-title" }, "Body - Inter"), h("div", { key: 'c99476ab3346f345fc44987ea523770a5a095133', class: "section-font" }, h("div", { key: '6c6721e9976d7006f6aa6fd038565d19caa53699', class: "font font-body-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'c15171c2217c818eb0e7e6dc1b87226085ed8e4c', class: "section-font-class" }, "klase: tet-font__body--xs"), h("div", { key: '18739d36847aadbf7455d04e656f6aea36546dde', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: 'aff3433f7afe2eff259ddb9b6eb4f6e87fe386b6', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '729d00e86aef4b5c4d3f900800d23b7435c4287a', class: "section-font" }, h("div", { key: 'c8f6a3ba2ded3aeee6a0f8e8ceb04012c8c72c18', class: "font font-body-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '3216bd679cab4793cb73f57df661578d88bae148', class: "section-font-class" }, "klase: tet-font__body--s"), h("div", { key: '04dcf6118a50b104979eca2196aa2b329bab78b5', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '861a02f7d5b890279a3ecdd156d1973de4e35ccc', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: 'dac3005f89d40039c5c6bdce6171a11791d5db4e', class: "section-font" }, h("div", { key: '500968756a9b98144971dbf21ab5806132470051', class: "font font-body-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '39ec893d8e794f03dd5443a3889c89c557a64eaf', class: "section-font-class" }, "klase: tet-font__body--m"), h("div", { key: 'ac500a938482390016888c9c3ecfa720ec81621d', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '6af3dcc993f1689807067098d45cbec8d6fdd7f6', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '074f8f758a2de4968c23305b2c69df238cba6f2e', class: "section-font" }, h("div", { key: '19030929bd24f5a2c1ce09f35fc358ac72193147', class: "font font-body-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'f1a86fa9a810beb470c49c70c8012c9dbbbe0213', class: "section-font-class" }, "klase: tet-font__body--l"), h("div", { key: '3632b2552093f665b11419e3e4c20824ce9e7bc5', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '0a95380caca7f33e8d8a2411154efd790ddbba92', class: "section-font-attribute" }, "Font weight - 400"))), h("div", { key: '45c6fb990337f204d78996007132d9da50a20302', class: "section" }, h("div", { key: '593b5af7bcdb4d4d4ade0e0a262baf454f3badca', class: "container-title" }, "Label - Inter"), h("div", { key: '5ed60136298d3a5621db866d74b95561556c37c4', class: "section-font" }, h("div", { key: '8730262b8177272cc79c6f21388e0a9b0ca1ffdf', class: "font font-label-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '89da3013eea28a24b8416918677c4b9d54735740', class: "section-font-class" }, "klase: tet-font__label--xs"), h("div", { key: 'a3c0a5200c95b314e59ac3b99bf547242dd0fd34', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: '9de69a8a93745cbd87b659930a50b32d83a3017a', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'c06cf30643e1a22951cabad30d5d53e549d59e67', class: "section-font" }, h("div", { key: '3e9e391a882fa91fb654dfeeb72eac2f33f299fd', class: "font font-label-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'a7b94bb93c3c16d7b96a4d4737262ea731dc454f', class: "section-font-class" }, "klase: tet-font__label--s"), h("div", { key: '39954e1d75f4eb63cec8e862663f9a8ff0466443', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '377b3be4af79780ddc1b456f737cf5aa10c4f5ab', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'a87bb9137b015b3efbd8eecde313666d1164d489', class: "section-font" }, h("div", { key: '1580374d28ef7579bd656a21eff39c470902128c', class: "font font-label-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '37f04b5c2586e8481c739172ca76f9563c9e0914', class: "section-font-class" }, "klase: tet-font__label--m"), h("div", { key: '79d1e6bd73c749f75d625af2202bc8825e8198ec', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '53e6a944d5e82c2a2e0cf031cbc43b3200edd446', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '31c98ed9afc024a090fba681012450aa23235b6c', class: "section-font" }, h("div", { key: '23a90b1643c9b28ea4fcb450c44a17b97e13f853', class: "font font-label-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '19b2a609b52f94c3ea64d742184587e4578964d4', class: "section-font-class" }, "klase: tet-font__label--l"), h("div", { key: '38218bf0a4d748fb6315c89a6fb120f31c6012b6', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '42097aee795d0da796cc82ad84f7a97feb9d6c9a', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: '6360835aaff6fdacbfe4f89d4b11b203fbef89a4', class: "section" }, h("div", { key: '576d85a587834c57e3365974fe61b34d58913ab4', class: "container-title" }, "Title - Inter"), h("div", { key: 'ca3751f6b9bb2203630df335daa35b5b3b9f71c0', class: "section-font" }, h("div", { key: '0002d40e9c1b4ab58e19c46c810f6b101b9ae456', class: "font font-title-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'dcd5fdf926fcb1275820f0ea577026a2b2bb3c5f', class: "section-font-class" }, "klase: tet-font__title--xs"), h("div", { key: 'bb4a213ce206a006ae02404816316319db9fc3bd', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: '9016e6efd3bfa43d26c083f560c04d923a53d921', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '765af4ecf509eef6579e2345212ce0c647b28bdd', class: "section-font" }, h("div", { key: '72b20a6027fd12d2b0ee2d20d9d47495f56b12f1', class: "font font-title-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ec3154f5b5fa0d8f9f96ecb5130dbbf6c8b1ea86', class: "section-font-class" }, "klase: tet-font__title--s"), h("div", { key: '8f82e95254f4c3afe605e1e34e2587d2003248e6', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: 'fda0dafdcf49151d073b5967fd677797a66d5b5c', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '0af97048629a1b3b5729ffb2fe0d70de086ea62c', class: "section-font" }, h("div", { key: '11eaf5965be7a48369564050c5439a93dde411dd', class: "font font-title-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'fc81d3410921cca74569520953d664a071a0d253', class: "section-font-class" }, "klase: tet-font__title--m"), h("div", { key: '3b5f3d18cce8223a1b32866024c6d04460b85c9f', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '2261abd417b884e8983048669145268febb769b1', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '0bf8ff63094ce0ba28bbbbca5f4047c2bca1a86c', class: "section-font" }, h("div", { key: 'a6ed22d907a26fea9078e21d95b396a095cbed05', class: "font font-title-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'a3abe96a978a3b48975880be369a839a83678337', class: "section-font-class" }, "klase: tet-font__title--l"), h("div", { key: 'bcc92e60c17d4f490688d15e564ee9562639ed16', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '8788f6e0eb0f0f78f35765820ae81ee570796531', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: 'b992dbe97deacdb07ab5c1a29ce0502a80c798d6', class: "section" }, h("div", { key: 'ddecc18801456770a2810335157e39bc29383c5d', class: "container-title" }, "Headline - Inter"), h("div", { key: '225c3564478b556123151422d7d005a9c3e1a315', class: "section-font" }, h("div", { key: '35b1c96a2d1d5b0a7317faec93506d9aa7b7954a', class: "font font-headline-inter-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '55f7b89ed3f57149cc4a07fba6c7eba821baedf9', class: "section-font-class" }, "klase: tet-font__headline-inter--s"), h("div", { key: '866fc4c1a5d580dd1548d74ead12b2ee3cbb2f4d', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: '29b393867370d21bf51075157eb599c56b190543', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '70a3a52d081cb4ff4de42284fa9ada063810a650', class: "section-font" }, h("div", { key: '6e9d220c95c64891cd0c3fa547529f2138365785', class: "font font-headline-inter-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'fb3e62022734cd804cb4a989ed446708e9c06964', class: "section-font-class" }, "klase: tet-font__headline-inter--m"), h("div", { key: 'e175887e49794df34466785420c2455ee088ba5a', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: '024c75756a5e167f23730df91e0750f5ec818378', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '7e53b2810db4acf20e3f3a27568595ccb34ba135', class: "section-font" }, h("div", { key: '9fc81533af5629c8271ff20a6d421563aee8598d', class: "font font-headline-inter-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'b96c6a988f18569a963cf7b111d1896e8a346923', class: "section-font-class" }, "klase: tet-font__headline-inter--l"), h("div", { key: 'b839b5eae28474495a7a2ab9c5e6c0c39b606631', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: 'cc82647fb0e00f37418e939b26bef8e380edfed2', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '2fc6733797fbc18b809b36b828a7ffb486b1c21b', class: "section-font" }, h("div", { key: 'f149693b08a42326c8b4eee4bd1f752f4976be61', class: "font font-headline-inter-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'b40d6845e96c86f716172b99fd5e35eb80026552', class: "section-font-class" }, "klase: tet-font__headline-inter--xl"), h("div", { key: '664516ae50ab2fbc45ee149d455910b8bbaf9604', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: '392682d385a17ad359a6699f333f17687b65c9f5', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: 'b84f752226e39b4b773bd245158aaad9db701e74', class: "section" }, h("div", { key: 'c7b503ba73a82144a22676adfa7f193fa5992fd8', class: "container-title" }, "Headline - Gilroy"), h("div", { key: 'be33b38933eca9a66278fcffaa3faa593f5b2556', class: "section-font" }, h("div", { key: '0c9e71ffa256b9762ac855216f0d16a49ef35266', class: "font font-headline-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '2c606d63b1ea752f852c7e85a3c1a96f0ae56f63', class: "section-font-class" }, "klase: tet-font__headline--s"), h("div", { key: '2d9a2ecaf8231ff1b577255164bb5eb3f2d09218', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: '22f14c3064be0f1e83c505c7d1b0cfc22da51a69', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '32dcab6678f9e50c206522ee73e883b30547d0b8', class: "section-font" }, h("div", { key: '9b3959ee7dd1a37c7cf9ea88744c3697dddd80a0', class: "font font-headline-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '8f284753059bc43674d8ad012bbcd824fa63a468', class: "section-font-class" }, "klase: tet-font__headline--m"), h("div", { key: '4a41c248056e3160d114928afc4eacf90cc03186', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: '096e6975e53ef49b4d4d6e3c81ce6223727be907', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'e88f0562bc0edd7d2651601c11bb6166855fdc79', class: "section-font" }, h("div", { key: '18df52c315d9525f2d8fd9676fe91578d994191b', class: "font font-headline-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'd5433204f5bc36935ef2abef8906730ba7787443', class: "section-font-class" }, "klase: tet-font__headline--l"), h("div", { key: '82f9c1c43db1dce39628a6a74bb96d77a44da461', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: '54fe6d31eaaad8dd61f4d43cc24995678b5e3480', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'ec7806b4776bea56686b3d5c29e73923b15b8808', class: "section-font" }, h("div", { key: '7b010112c91b152df34f6e494f55c48738a292b9', class: "font font-headline-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'dd85dbb813e8a9d80ddf0c151b47d4c4360110bc', class: "section-font-class" }, "klase: tet-font__headline--xl"), h("div", { key: '1a3b69b701601a2f32e6263f76c57878f799bf8f', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: 'b7896d6bbdb8cba6ba2f141d980417689de7ceac', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: 'cdc8c6c3e5ea5a27305ae8856ec824b28258e708', class: "section" }, h("div", { key: '2b729555d54328a73ebfdb70167fe1d5726ba3c7', class: "container-title" }, "Display - Gilroy"), h("div", { key: 'ef33eaf9aa115c795f6135b28e8fe95b1dbed88a', class: "section-font" }, h("div", { key: 'c92a9da1f6ec464c261fc0e98f0e15b91c6937eb', class: "font font-display-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '355162a51974e5500801a13ae0f9b9e9c59a174c', class: "section-font-class" }, "klase: tet-font__display--s"), h("div", { key: '7fd1bcab162e92486eb0beab2ebac60a9fd83b81', class: "section-font-attribute" }, "Font size - 2.5rem / 40px"), h("div", { key: 'c2aaf366f5c475fd9a1c324b3b580dde0463c26d', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '57792df3f2baa81677b768a8c12cde665889d08c', class: "section-font" }, h("div", { key: '1862b24213856b26dddb18147be7a40d9126f140', class: "font font-display-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '65edafaf44e6cc681080358c3259d1b21bbc8c00', class: "section-font-class" }, "klase: tet-font__display--m"), h("div", { key: 'ba8c80b8b212cd372a113f5483ebf27b6dca640f', class: "section-font-attribute" }, "Font size - 3rem / 48px"), h("div", { key: '5b097b7126f2499cb6200f17e3c73fa25bb64ce8', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '99398949ada7104197f04a84ac8a83d335f814fa', class: "section-font" }, h("div", { key: '64a338a28b7a081e4186250d98c0ae45f93c03a1', class: "font font-display-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '12c229c71166d5aeaf233963b991c6c8578da061', class: "section-font-class" }, "klase: tet-font__display--l"), h("div", { key: '669bc4aac9c4ea4a3088c8073855289b875ed241', class: "section-font-attribute" }, "Font size - 3.5rem / 56px"), h("div", { key: '7c5f19a5e4b9dcf949690a2cb44176c15c2e458a', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: '6f9c293bf18fe0b45d391a1242654efee743f089', class: "section" }, h("div", { key: '58ca73a9b6558a2eb584c77fb5ec58a9201d6954', class: "container-title" }, "Expose - Gilroy"), h("div", { key: 'c808159554fb5efd7329910bd6d1c378ecdd2f19', class: "section-font" }, h("div", { key: '0915269ce4b3c9ac5e8172030b156c94b6296d4b', class: "font font-expose-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'f0bcbe790704fce30a8a2ac898e67b1b540247ac', class: "section-font-class" }, "klase: tet-font__expose--s"), h("div", { key: '1d9698d85f8879fcf530b6109b76689917cd826a', class: "section-font-attribute" }, "Font size - 4rem / 64px"), h("div", { key: '51d9a2ddccc99c34cc3e6af29a614e2d10b2adaa', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '3e3d8ceb1fbeb555dbac16bc52a81dcaa9b1ef10', class: "section-font" }, h("div", { key: 'e35e5eb9c6cb1f509ba78a14e0f762f504efa982', class: "font font-expose-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '7ed38a3d33902e206b0c1fa2ef192173ff3d87f4', class: "section-font-class" }, "klase: tet-font__expose--m"), h("div", { key: '00b5f00fced764167cc36824af33d49c0f1e3504', class: "section-font-attribute" }, "Font size - 5rem / 80px"), h("div", { key: '64ae501ae0c90722ec649bce4426cf638d7ad397', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '95240a98829be522f631b28c0f4edc2ba9239c0d', class: "section-font" }, h("div", { key: '500cebfc146f11733e3c9db6be38fdb47f0c635a', class: "font font-expose-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ccfb16f4bbad4fcfaac45c952d570c82c71a443a', class: "section-font-class" }, "klase: tet-font__expose--l"), h("div", { key: 'b5dfb384d7d2e3fda57665f4f5c50c6cea634b20', class: "section-font-attribute" }, "Font size - 6rem / 96px"), h("div", { key: '2c8c01e6358dca7b04e1d5edfb1a77244c6d998a', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'db88b91bdbf0a1170d1143f97b7ec489fc52e33d', class: "section-font" }, h("div", { key: '78fd5b8bf15403667eb0850f8a6c218acbd50659', class: "font font-expose-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '5c10437b714b8e78bc98b59e066e9802507fd316', class: "section-font-class" }, "klase: tet-font__expose--xl"), h("div", { key: '7874e40041800ee40f4ecb6c826dce2284672bdc', class: "section-font-attribute" }, "Font size - 7.25rem / 116px"), h("div", { key: '27881e80c0e2b6575e388c5ac9412b8b6bfc2330', class: "section-font-attribute" }, "Font weight - 600"))))));
|
|
13
|
+
return (h(Host, { key: 'bd68add75832d5edd8be62cce9a65dd5033ed3da' }, h("div", { key: '52c05154095ed7f89c712eb8b3ae3d2f2f8168c9', class: "variable-container" }, h("div", { key: '8633fea1fb005b792c777dc46e3410127b081a15', class: "container-title main" }, "Fonta klase"), h("div", { key: 'd3a263c02287749610352c2d3ffbe6e429b2a952', class: "container-section" }, h("div", { key: '343732743838e989814226580c4ff7acb2d69cbb', class: "variable-name" }, h("div", { key: '5c003f642eb11cd8eeda79b38e2fb53a8ece375a', class: "variable-part" }, "tet"), h("div", { key: '7835fcb0722829c2a7edc68b05170f3526444dc7', class: "variable-part" }, "-font"), h("div", { key: '8cd203ed777715b0668343c761ad4a3362653a1a', class: "variable-part variable variable-type" }, "__label"), h("div", { key: 'dbec59164945e1735f3773e26cd528a143da7ab4', class: "variable-part variable variable-size" }, "--m")))), h("div", { key: '6d8833b17d58a2d91536a97eda5a71fa70294f4e', class: "tet-fonts-container" }, h("div", { key: '75638ae256938db4a72ce054b8b16c5f60dfcf0a', class: "section" }, h("div", { key: '8dc43a7c990f956bab07630de4298b7ef9a8775f', class: "container-title" }, "Body - Inter"), h("div", { key: 'e76a4174d71998fc91400409cbe82cc03cb93b99', class: "section-font" }, h("div", { key: '8d07d3a10569acfed1b8c857c13e642b128dd257', class: "font font-body-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '0b7c053897ab94d138870d34414fb20d947bd39f', class: "section-font-class" }, "klase: tet-font__body--xs"), h("div", { key: 'a2c91e6c4794b9de5c1339f50913d92f78890178', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: '259e5a7174f537b152f58d7a9bc3adbedb6fe7f0', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: 'de97e1023c543c0ce03a1a8e91b33f8d0411e790', class: "section-font" }, h("div", { key: '3443bfbd153c383d37cf69f7b06e670c428324d1', class: "font font-body-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'bbf4c42ce460a236f7cbf3b989ef69f2e6b6684c', class: "section-font-class" }, "klase: tet-font__body--s"), h("div", { key: '7187ea0828015a5e99fa0c740d69bf2d0f6a94db', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '926dbc2d57af8daac3890f7cf16904e889b91223', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '7d80b40429aa8912fd6c944113d9895252ce633b', class: "section-font" }, h("div", { key: '8ed944bc5ddf1e16e6461b3703252ce79780c7eb', class: "font font-body-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'f6b047f7759ec346024ed5291de41051514ca9b9', class: "section-font-class" }, "klase: tet-font__body--m"), h("div", { key: 'ea634b2e00663596cdcfdb4bfa339da89a4ee885', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '426ec5fe398652c6c209d8cb765b5c18580fe926', class: "section-font-attribute" }, "Font weight - 400")), h("div", { key: '121c0c3c8a0706a3241b22c91827a2fe248dfa4a', class: "section-font" }, h("div", { key: '3a446135d9ea0420acd4997f9e88d55ccbaccf80', class: "font font-body-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '20faa02b5d7028cafb6b4b25862c080fe34374f0', class: "section-font-class" }, "klase: tet-font__body--l"), h("div", { key: 'e902b5ef162c34152fa342dad0baa3bef6605c70', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '26665e00b4d8feabea954a5883fcaea233f5c46a', class: "section-font-attribute" }, "Font weight - 400"))), h("div", { key: '519ab8f9157cd11be2e26cb0fd87d127afc8356a', class: "section" }, h("div", { key: 'eef8193f374df4d3275d948ab5e48666e371e40f', class: "container-title" }, "Label - Inter"), h("div", { key: '79042e881ee84246742bcc504e9049c7074c0a1f', class: "section-font" }, h("div", { key: '931aa6e8277f893817186be924ddaee4a4fc5ab0', class: "font font-label-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'de592c3cdffef5503c638db34a6cd8c1480872b8', class: "section-font-class" }, "klase: tet-font__label--xs"), h("div", { key: '7e7357b78c40057175442aa9bdfb61adfbe077f7', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: 'f0e980f8b179ad6a577cad02c5acfe7bfb474a32', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '1e33e543f39813b740b3b9c12f85d43d0a96c930', class: "section-font" }, h("div", { key: '401a8be03a22dcbef7802e15a84bb8f6d9e59b44', class: "font font-label-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '9a32ec4b0e2cc37555eae780dc277e8d68e2d6da', class: "section-font-class" }, "klase: tet-font__label--s"), h("div", { key: '37ea44f9babf281797af8789500d8c6f1e2431ee', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '3dd0deaed00f5924800685595e2ceeeecff68b0d', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'f272b53fbc89a030866e210de728a7597facbbd6', class: "section-font" }, h("div", { key: '7ec10d76c9c2bd154b372181b30d58ae4ca81af2', class: "font font-label-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'c1d7f5a261f2f6692518793388a432b6da45e70b', class: "section-font-class" }, "klase: tet-font__label--m"), h("div", { key: 'cc2f7e10068edcaa54d7ffcbde4c1995b2bb53ae', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '157f93d113793b0c1fa32eaa734a8756d0221e23', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '8cbb548de42c9da3a8b79fd7d5d143dbedb96aab', class: "section-font" }, h("div", { key: 'b738084478e9b2a86a15ee98183bcaeef361ec3e', class: "font font-label-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '8a0dcdc8022da1ca76f2c353a83aa5c2e5e8d160', class: "section-font-class" }, "klase: tet-font__label--l"), h("div", { key: '5ef7e71012482f75b7e60669b2f2f17a1ecd1740', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '5d333141ca5f29090f11a6554f2adc68e400a42e', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: 'd57a1a12e61e664718f3469c9dea765c8383d64f', class: "section" }, h("div", { key: 'd83dd015514bd91f4280991b16a18d6b2b829f51', class: "container-title" }, "Title - Inter"), h("div", { key: '9208b93e8e97c1182c316d97359d07d246c42b94', class: "section-font" }, h("div", { key: '561d7771da952de5a3d471db4273d9c90f5ce955', class: "font font-title-xs" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '5305d3b6a100e5af11c7afe518099e576a7e6fc5', class: "section-font-class" }, "klase: tet-font__title--xs"), h("div", { key: 'b09d425a62e5eba451779c89353a9f8c1f366df8', class: "section-font-attribute" }, "Font size - 0.75rem / 12px"), h("div", { key: 'e7dc66efa121aa8f24f812bbb54b09dfd5ee91b0', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '18c9c850c0ee96d845d228d0b88321ef75eb6692', class: "section-font" }, h("div", { key: '6b082b4c2c7089ada2c1f22ed200065e618254b4', class: "font font-title-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'c9e97f1a4814af5d700ae9cb4f1ce1737f2cc896', class: "section-font-class" }, "klase: tet-font__title--s"), h("div", { key: '3733f9facc36995b34c89a465e91ac6160adcddc', class: "section-font-attribute" }, "Font size - 0.875rem / 14px"), h("div", { key: '859c619bc049480d1f6c0e3a0e00f271b79de706', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'd0be243390eec93172552aeaf64a76005a508ae5', class: "section-font" }, h("div", { key: '401fbc9036f6474b7ebc6023f88daad5c017ae4b', class: "font font-title-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '8ce993b8b3422726b7a8e39ce4a746f6e1bb1430', class: "section-font-class" }, "klase: tet-font__title--m"), h("div", { key: 'b71dafba47ee3ac65cdec6e3cd2d9558e1b88ade', class: "section-font-attribute" }, "Font size - 1rem / 16px"), h("div", { key: '0e34b2b969a443f82d96dc191f944404c33cd1b0', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '8b2303a80b4cfbfdb8bdcef3006077b649d8934f', class: "section-font" }, h("div", { key: '85cb2909eb52ce117462c1cd1cb9075597655f25', class: "font font-title-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ddc98794710177141b493d567dc5a3c9280124f8', class: "section-font-class" }, "klase: tet-font__title--l"), h("div", { key: '8a47ca7fc7c1bfaf9bd4b41a3602993e93b4a09c', class: "section-font-attribute" }, "Font size - 1.125rem / 18px"), h("div", { key: '7abe730f1f08b1584267459fa16184e8e861e748', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: '53ab62d56b1c776a4b554e33e7d2a5c476cad575', class: "section" }, h("div", { key: 'ecd95c6e9f224456a669a58f8f718b841cdeadee', class: "container-title" }, "Headline - Inter"), h("div", { key: '3e185a9d62519ec95233e9d49a68f63b353d4213', class: "section-font" }, h("div", { key: 'bf569caacc4bb08fad7f2fb188d40dd14a48ecf8', class: "font font-headline-inter-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'eccf00921d82c3fd2a8554fa48a142b0c62b432e', class: "section-font-class" }, "klase: tet-font__headline-inter--s"), h("div", { key: 'e40adce677b991726cf99b7860d634ea6955e13f', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: '058be148ca7b8cf6aa3d575dfbd0ed5cfcc1fb31', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '4bbf4a7d9234735b2bd632c1b2ef23b56bb29467', class: "section-font" }, h("div", { key: 'd09f57bdc1417e3f94c0886fe4221c724ce370c8', class: "font font-headline-inter-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'e720115692eaf99bce04763cce1306a2f6d4c059', class: "section-font-class" }, "klase: tet-font__headline-inter--m"), h("div", { key: '6aa39a1b34eb1c62d72cb34d0bfea9f9415fca53', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: 'b39e67f5121557c2df0ddcb843c9a1636170d3e3', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: '856454823c886712d3f456fc1f7e428d47351243', class: "section-font" }, h("div", { key: '1cdf5731668893453e1280ec8f9329e61f0cbe54', class: "font font-headline-inter-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '90df84a88319d74bcd72199fb32dc14197b28ea7', class: "section-font-class" }, "klase: tet-font__headline-inter--l"), h("div", { key: '74e44aa98a16bb336690120db19bcc2e0e7ae898', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: 'e3f76e716dff33dbdb143c64271231e5ecadf9ed', class: "section-font-attribute" }, "Font weight - 500")), h("div", { key: 'dc6009fc9d169dd8c75ce6baa421e652b8eea403', class: "section-font" }, h("div", { key: '0c76ec758aa5233c9a2a1e2933e334e23cdc1bed', class: "font font-headline-inter-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'ca76a5094d7b9b89e35fae51f6e1fdb132ed72f6', class: "section-font-class" }, "klase: tet-font__headline-inter--xl"), h("div", { key: '64099b623c89e2b74a5b2fad73779d667f638ab2', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: '589e944d01bc0a98379a4d5452a4ccddde1b4b2f', class: "section-font-attribute" }, "Font weight - 500"))), h("div", { key: '9a156635194605ef86bb58d557214da9276447fb', class: "section" }, h("div", { key: '58474a081af181a191e7652d31abf71e3fa2011a', class: "container-title" }, "Headline - Gilroy"), h("div", { key: 'a1373a8d219db03dbf4618ea0d2c3c8341b61540', class: "section-font" }, h("div", { key: 'fe75f78c63373d862421fb88d9f342d8a9ea6d4f', class: "font font-headline-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'bcbcc5732b415b3074aa6ba37443001e494fd5eb', class: "section-font-class" }, "klase: tet-font__headline--s"), h("div", { key: '84847e2cf135698815ee2ac76d1ebb43f15a28b7', class: "section-font-attribute" }, "Font size - 1.25rem / 20px"), h("div", { key: 'a6746896405624459a9c8cf180da41c1dd321160', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '4d6a7439c39502ffa30751b077c9efb13f2ef7ed', class: "section-font" }, h("div", { key: '16384f78d025e3e2f8f08ac897ae61ba719a7e99', class: "font font-headline-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'c828103d9b90111fbeaf4ac099222bf4badb3c10', class: "section-font-class" }, "klase: tet-font__headline--m"), h("div", { key: 'b664312b2728db8a89040581fee552c96350a3d1', class: "section-font-attribute" }, "Font size - 1.5rem / 24px"), h("div", { key: '56bfdf8c545241384c76dcd737fe2f193e927364', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '4d783b2cfbdb330c4795aead35175165c6366dfe', class: "section-font" }, h("div", { key: '7e571d2a6050f1f2230f30e2f7dd187b366690e7', class: "font font-headline-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'f50843fae888444501cbf5acb0dff4059ef94130', class: "section-font-class" }, "klase: tet-font__headline--l"), h("div", { key: '912f0e9ebcb541379fd57817d9a9ee46066c84c9', class: "section-font-attribute" }, "Font size - 1.75rem / 28px"), h("div", { key: '335bc056f881732153a6427f6c0b2383118dbf06', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '7c9d49a8df59565e37c34d6c20e43fa309a0de09', class: "section-font" }, h("div", { key: '6ae8132a5ff36973a364e3aea630d760a77ad88c', class: "font font-headline-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '690ca039bd496e402ee7c51f87d9a83348139eb9', class: "section-font-class" }, "klase: tet-font__headline--xl"), h("div", { key: '7e8ecdc65354fec70e3e2b85b6efff5e969e1a37', class: "section-font-attribute" }, "Font size - 2rem / 32px"), h("div", { key: 'c75a15f8adfb47c09a6e4505ecaf1cdbed369ad7', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: '3e5ebfaac7c762ea8588199b04c3467f67f7fbcd', class: "section" }, h("div", { key: '8871c8e7820942a0be5a626c72411146a2768356', class: "container-title" }, "Display - Gilroy"), h("div", { key: '2cd5fbf0de8875492fd1fab3d51c77582b0902b0', class: "section-font" }, h("div", { key: 'bf5f675e16d3b6fd90cfca7e58b1b17dc12901ba', class: "font font-display-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '4f621a7096468d244fa536c5e74f0b91d798f01b', class: "section-font-class" }, "klase: tet-font__display--s"), h("div", { key: '10f812436dc947a79ba0a8e881e9e6d566e6e8c2', class: "section-font-attribute" }, "Font size - 2.5rem / 40px"), h("div", { key: 'bc1c7a70915c6a81a1981adbeec987764d8a18df', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '93ce7f104b4e118e36650bf9fba450753731dd15', class: "section-font" }, h("div", { key: 'd4df9aa44f5ac370050d351fc671c7f0c36124bf', class: "font font-display-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '408764a174146b56ee4a6a2d91d05357d0b9ca75', class: "section-font-class" }, "klase: tet-font__display--m"), h("div", { key: '5d91eafc68b9a455eb512e8b63c4b426b3b07a9e', class: "section-font-attribute" }, "Font size - 3rem / 48px"), h("div", { key: '60ef0e2f2a17825448568c079475361a19f6d844', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '0beae24fea2e1e5abfd4af18728f78135b7e04e2', class: "section-font" }, h("div", { key: '29464cabb2b8f72867181071d1dda190cc518d82', class: "font font-display-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'a960a111bc3eba74ea9517f0929d2b5f4d679f4e', class: "section-font-class" }, "klase: tet-font__display--l"), h("div", { key: '87eb9d60cc73f6bbaa6287f7c3490be16e9c0364', class: "section-font-attribute" }, "Font size - 3.5rem / 56px"), h("div", { key: '1d30deb71d261b9bd12e6ca19ce5695633044af2', class: "section-font-attribute" }, "Font weight - 600"))), h("div", { key: 'f01bd69cb2fb0404ab23c08e1fd2191765004776', class: "section" }, h("div", { key: '14f713320720abbaeabd7081737fb3f451dba4f5', class: "container-title" }, "Expose - Gilroy"), h("div", { key: '6406d79d9ea470209043857199d2201f6d8aae6c', class: "section-font" }, h("div", { key: 'd490761bfbac18c28075fd904a4b90874ea2dda4', class: "font font-expose-s" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'f6639b79d083aaf440e0d14e95ee26e41997ea93', class: "section-font-class" }, "klase: tet-font__expose--s"), h("div", { key: '0b142bd0b45b2187a8c80a6d2a2e0f7592ac3e0c', class: "section-font-attribute" }, "Font size - 4rem / 64px"), h("div", { key: 'a843a411e37568853ab1d5e2b92706d33b1d85a2', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: '46416117907b7726732cb3b1ca96c1b4e8b524ee', class: "section-font" }, h("div", { key: '3baaf1ef2db2cc672a7e4659f12269761df57ced', class: "font font-expose-m" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'd57798dbaa99bc35a536d640536728f8ff1b0977', class: "section-font-class" }, "klase: tet-font__expose--m"), h("div", { key: 'ec53e95abdd5c2ae4a5ded4f531ca4db33bde8d4', class: "section-font-attribute" }, "Font size - 5rem / 80px"), h("div", { key: 'b00ddcaa953791a6f82533dccfe05e8c2fc51696', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'd233dcb7c6ca169452712e348fa19d8b91aec3e7', class: "section-font" }, h("div", { key: 'f3a3f0828e589caa3e769f330784a4360184c446', class: "font font-expose-l" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: 'cc9c1cd9736178e30ad427c0eb1e60d478bb8462', class: "section-font-class" }, "klase: tet-font__expose--l"), h("div", { key: '5df65b9ca94c8f15104ec0090f34be3a329c1805', class: "section-font-attribute" }, "Font size - 6rem / 96px"), h("div", { key: '71046351ec513457e12d8e0ed0c41a12c3b5f056', class: "section-font-attribute" }, "Font weight - 600")), h("div", { key: 'e089ec67b67084a26a40d6b1657ae62be471cef2', class: "section-font" }, h("div", { key: 'bead7c59c82584aaa39e17cc24aa1f53c6106177', class: "font font-expose-xl" }, "The quick brown fox jumps over the lazy dog"), h("div", { key: '241b009f0a94a0fac6a1083b72ede9f7ad697ee6', class: "section-font-class" }, "klase: tet-font__expose--xl"), h("div", { key: 'd98533678e18baa32ed590c0b9bd2b323f1309a3', class: "section-font-attribute" }, "Font size - 7.25rem / 116px"), h("div", { key: 'f8d566f2b9c55336c6577483ea965900feabf174', class: "section-font-attribute" }, "Font weight - 600"))))));
|
|
14
14
|
}
|
|
15
15
|
static get style() { return TetFontsStyle0; }
|
|
16
16
|
}, [1, "tet-fonts"]);
|
|
@@ -9,7 +9,7 @@ const TetGrid$1 = /*@__PURE__*/ proxyCustomElement(class TetGrid extends H {
|
|
|
9
9
|
this.__registerHost();
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h(Host, { key: '
|
|
12
|
+
return (h(Host, { key: '0d74be4a795b0d6f2e1155dd8ca75e7a3ae37dbb' }, h("div", { key: 'd3d553702afd57fa4e2bcbff75b0383e73fe168c', class: "variable-container" }, h("div", { key: '2fefa9e304dfff3913b8aea9dd972e0047c6c122', class: "container-title main" }, "Grid klase"), h("div", { key: 'a27cdf99a8d3c2bf18f6f7f6252580e15b522782', class: "container-section" }, h("div", { key: 'd30aa8fc7d86982c2b86d24e1c2f6eaa81740397', class: "variable-name" }, h("div", { key: 'aec59db1c3b60ca6a4324d5d0e5a02a371411bdc', class: "variable-part" }, "tet"), h("div", { key: 'b5d6068f28de0fbbf81e33a74522aa40972d3ade', class: "variable-part" }, "-grid")), h("div", { key: '21411a29451b765cf5b5dc2cfc93fd7d76b53ee2', class: "variable-name" }, h("div", { key: '4e1c0c8193d14d208bf968d2b1afa4d61780eb8c', class: "variable-part" }, "tet-grid__cell")))), h("div", { key: 'c9914cd3cb7a185bbd70e6dfcbddc0a1f30599bf', class: "container-wrapper" }, h("div", { key: 'f41592afe18478e1b2b08b1d71e2b862185ba8bc', class: "container-title" }, "Grida lietojumi"), h("div", { key: '7e45a57161795a91917ab259408829999dd06eda', 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: 'f8ca9790479e3ac8baa9e2373444c95c5fef468b', class: "container-comment" }, "Piemēram: <div class='tet-grid'><div class='tet-grid__cell'></div></div>"), h("div", { key: 'f73742cd3a0603f0db2002532f967e4270269d36', class: "section" }, h("div", { key: '78ef90a38cc4dfdb9ee5c68821acd6d69c1fbdb4', class: "section-content" }, h("div", { key: '84251fe3d2b52fdea00f7129944a087069f2da2e', class: "show-grid tet-grid" }, h("div", { key: '55286d5d95f8e5faaf529dc193b9eb776fd15057', class: "show-span tet-grid__cell--span-all" }, h("div", { key: 'a969d73312a8e1dcea42f840ca76cf4add24411b', class: "section-style" }, "Teksts pa visu gridu"), h("div", { key: 'de93e28e3a18ba61e6bcf3e72788491e845d4869', class: "section-style-attribute" }, "tet-grid__cell--span-all")))), h("div", { key: '92cc5ec2cfb277c9c690fc092a8b50778aec83d2', class: "section-content" }, h("div", { key: '9fd22195f83faa0e7c90d3a7954a361b6cc4851f', class: "show-grid tet-grid" }, h("div", { key: 'a142acdfdc6773867ef793ce945577d3d500ab80', class: "show-span tet-grid__cell--span-4" }, h("div", { key: '62cdff4bea03acbf9a24dafad4d83a50453dd794' }, "Teksts pa 4 kolon\u0101m"), h("div", { key: '2d52bef8ca76cb6fa15c01dc74762bf7037bf489', class: "section-style-attribute" }, "tet-grid__cell--span-4")))), h("div", { key: 'a03486e732a64264fc6fd115999ba60db2fd3bcb', class: "section-content" }, h("div", { key: '3ff14d1eb17ddf412455e669d9f22cb0c723c525', class: "show-grid tet-grid" }, h("div", { key: '302f900eb9f84033fa9fdb372f88c21a49fa0336', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8" }, h("div", { key: '3911cb0fab9fb966b73d000b17adb3eff2fba10b' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 8 LG "), h("div", { key: 'abcbde51c0657ee95bc7e1d2c917044fe420e9ab', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8")), h("div", { key: 'eaa9d7ac443695ea54ae74b80b7f082d8bdaf90a', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4" }, h("div", { key: 'ef3bff4d6002a7423ccfb3e5f8294cadd6ba0c40' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 4 LG "), h("div", { key: '5ac7ef65209216d61cba6a707915e87683e84181', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4")))), h("div", { key: '31414eab1dd3138d0b734d3220d6988f1dfbeb04', class: "section-content" }, h("div", { key: 'ae3c70dc34f727ba3e5ecb67a5016d3d3c933348', class: "show-grid tet-grid" }, h("div", { key: '71a55b8f07a50c7496814c8f472897fdadb74610', class: "show-span tet-grid__cell--span-all" }, h("div", { key: '28ea690422de2e828fff35fb0519526962328b66' }, "Tekstu, ko redzam visu laiku.", ' ', h("span", { key: '9fa912950de4c03ba68e0fffda627e8d0f3da1ff', class: "tet-grid__cell--hide tet-grid__cell--lg-show" }, "Redzam tikai pie LG izm\u0113ra")), h("div", { key: '893f31117140408f2b2fe05f7d626546e03adff7', class: "section-style-attribute" }, "tet-grid__cell--hide", h("span", { key: 'b303a49eb68b51d8fe574a6029accf04afb05d6f', class: "tet-grid__cell--hide tet-grid__cell--lg-show" }, "tet-grid__cell--lg-show"))))), h("div", { key: '8debb8686058fc114ba0ef518ee158a6d083df49', class: "section-content" }, h("div", { key: 'c1ea0a8015917de2d8fadbb6c43e07f7b14bdd74', class: "show-grid tet-grid" }, h("div", { key: 'e243d3b9d5844d6d2595107e80f4220d0c53d0d7', class: "show-span tet-grid__cell--span-2" }, h("div", { key: '4732ab25fcccb7bead7b4e35e99c8b0368375e80', class: "section-style-attribute" }, "tet-grid__cell--span-2")), h("div", { key: 'd8ccb10f79499c791919384b9b8d6074fee57fab', class: "show-span tet-grid__cell--lg-span-8" }, h("div", { key: 'a61b78ba52c431d485b6a3eda406aa4a717ca26a' }, "Teksts ir pa 8 kolon\u0101m un tam ir 2 kolon\u0101s robe\u017Ea no ab\u0101m pus\u0113m"), h("div", { key: '93fea2a5811c614395228b92c43549d326ccfdc7', class: "section-style-attribute" }, "tet-grid__cell--lg-span-8")), h("div", { key: '1bfd32abf5b4d8e75e6977f931d409984ad22c09', class: "show-span tet-grid__cell--span-2" }, h("div", { key: 'a0baae5a3aac8b059f2458d6b8f38810d9040dda', class: "section-style-attribute" }, "tet-grid__cell--span-2")))))), h("div", { key: '9a5cbd1e3030ab1dd7ffb3ba379eee9460341c7e', class: "container-wrapper" }, h("div", { key: '56cba61ee03c02f343c792b0da52481c9c514b7a', class: "container-title" }, "1920px breakpoint"), h("div", { key: 'bfa5524db979687e349e92f865d1f85613148c87', class: "container-comment" }, "Pievienojot papildus klasi", ' ', h("strong", { key: 'd869b791a2775b0fe6e5d2bdf24c5c6f8caa2ddb' }, h("i", { key: 'd0071fff8e0f0b45de2b3071957c34dd3472dcba' }, " tet-grid--gg")), ", tiek iesp\u0113jots elementa maksim\u0101lais platums l\u012Bdz 1920px."), h("div", { key: 'ad6b1906e1b52d84ebdd4d5381b8522a5cb53af0', class: "container-comment" }, "Piemēram: <div class='tet-grid tet-grid--gg'><div class='tet-grid__cell'></div></div>"), h("div", { key: '3d2676df9bfdbb30ad8f5a9b53982dd220696a06', class: "section" }, h("div", { key: '0436a09124ec74ef16a990ef013ed9f8ab7f1572', class: "section-content" }, h("div", { key: '80edc95d9fa936a839b3a8b104d108cceb35a97d', class: "show-grid tet-grid tet-grid--gg" }, h("div", { key: '3c3a7099177470f93123c82796fe84df1fafa3a3', class: "show-span tet-grid__cell--span-2" }, h("div", { key: '4bd2dd8f08a55ca07211ebd20a73e0052de01112', class: "section-style-attribute" }, "tet-grid__cell--span-2")), h("div", { key: '60c7aa9e56c01820d57824a34a25e38c1fb36029', class: "show-span tet-grid__cell--lg-span-8" }, h("div", { key: '179b7e69c2f9034dba75100f4174e8f450b94edb' }, "Teksts ir pa 8 kolon\u0101m un tam ir 2 kolon\u0101s robe\u017Ea no ab\u0101m pus\u0113m"), h("div", { key: '5c79e3dab04e845523dbf2ef2ef6dc3df6bfc4b3', class: "section-style-attribute" }, "tet-grid__cell--lg-span-8"), h("div", { key: '13a4099b98066aa7740f6e200d684cfb59620b26', class: "tet-grid tet-grid--gg" }, h("div", { key: 'a89b8a38c483bdb14ccefdd02f3c8fb2c39f75e3', class: "tet-grid__cell--span-all tet-grid__cell--hide tet-grid__cell--gg-show tet-spacing__xl--mt" }, h("div", { key: '07c80159c7f957474659edc31afc170ef2fb9f15' }, "\u0160is teksts ir redzams tikai no 1920px platuma."), h("div", { key: 'c7ee2a12bd45a3ec7c362b78f94d9e6ecd7d9128', class: "section-style-attribute" }, "tet-grid__cell--lg-span-12"), h("div", { key: '276ceb85a8955a80f5762b914ce89f6948b46d3d', class: "section-style-attribute" }, "tet-grid__cell--hide"), h("div", { key: '9ac2aa5f3ca82e78dc96723724d40c413bb86013', class: "section-style-attribute" }, "tet-grid__cell--gg-show")))), h("div", { key: 'd016d24f29a6bb75f62f9c4c0e9a4c9096dced20', class: "show-span tet-grid__cell--span-2" }, h("div", { key: '516d314287889ec45f9cf3bf4a4c30079befa72c', class: "section-style-attribute" }, "tet-grid__cell--span-2"))))))));
|
|
13
13
|
}
|
|
14
14
|
static get style() { return TetGridStyle0; }
|
|
15
15
|
}, [0, "tet-grid"]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h } from './p-37ed3ebb.js';
|
|
2
|
-
import { d as defineCustomElement$2 } from './p-
|
|
2
|
+
import { d as defineCustomElement$2 } from './p-14534acc.js';
|
|
3
3
|
|
|
4
4
|
const tetInlineMessageCss = "@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}:host{--inline-message-color:var(--tc-text-primary);--inline-message-padding:0.75rem 0;--inline-message-border-top:none;--inline-message-border-bottom:0.03125rem solid var(--tc-border-tertiary);display:block}.container{display:flex;align-items:baseline;gap:0.5rem;padding:var(--inline-message-padding);border-top:var(--inline-message-border-top);border-bottom:var(--inline-message-border-bottom);color:var(--inline-message-color)}.container.dark{--inline-message-color:var(--tc-text-primary-dark);--inline-message-border-bottom:0.03125rem solid var(--tc-border-tertiary-dark)}.container.attention .container__icon{--icon-color:var(--tc-alert-accent-warning)}.container.attention.dark .container__icon{--icon-color:var(--tc-alert-accent-warning-dark)}.container.info .container__icon{--icon-color:var(--tc-alert-accent-info)}.container.info.dark .container__icon{--icon-color:var(--tc-alert-accent-info-dark)}.container.success .container__icon{--icon-color:var(--tc-alert-accent-success)}.container.success.dark .container__icon{--icon-color:var(--tc-alert-accent-success-dark)}.container.danger .container__icon{--icon-color:var(--tc-alert-accent-error)}.container.danger.dark .container__icon{--icon-color:var(--tc-alert-accent-error-dark)}::slotted([slot=title]){font:600 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\"}::slotted([slot=description]){font:400 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\"}.content{position:relative;max-width:32.5rem;top:0.125rem}";
|
|
5
5
|
const TetInlineMessageStyle0 = tetInlineMessageCss;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h, c as Host } from './p-37ed3ebb.js';
|
|
2
2
|
import { t as translate } from './p-aca28e71.js';
|
|
3
|
-
import { d as defineCustomElement$2 } from './p-
|
|
3
|
+
import { d as defineCustomElement$2 } from './p-14534acc.js';
|
|
4
4
|
|
|
5
5
|
const tetLabelCss = "@font-face{font-family:Avenir Next;src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix);src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix) format(\"eot\"),url(assets/fonts/3c3e10968ffc97c2a52c5830f9886d1f.woff2) format(\"woff2\"),url(assets/fonts/660fbf858d30d7685fa4b166080f5980.woff) format(\"woff\"),url(assets/fonts/2b7748589092fd1a10b806abdfb562ff.ttf) format(\"truetype\");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix);src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix) format(\"eot\"),url(assets/fonts/aad36ecead30948bb30fe0ef818b749c.woff2) format(\"woff2\"),url(assets/fonts/c437d7752feaf3f056bbf8613e898d3a.woff) format(\"woff\"),url(assets/fonts/b8df4d02ef5de13a813917a85bc4a9c4.ttf) format(\"truetype\");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix);src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix) format(\"eot\"),url(assets/fonts/4d52f8276a74ea8efbad833ed790367c.woff2) format(\"woff2\"),url(assets/fonts/a067695dd1b87e927f4056c040d84669.woff) format(\"woff\"),url(assets/fonts/510a664af9771b72d4ce5e637109ca3c.ttf) format(\"truetype\");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix);src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix) format(\"eot\"),url(assets/fonts/63f5acc71d9852468683a4bfe824a28f.woff2) format(\"woff2\"),url(assets/fonts/ed94c737da267752ce0abd79bb003ff6.woff) format(\"woff\"),url(assets/fonts/6302f55a6dc6b12365177dc89b7d63cf.ttf) format(\"truetype\");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix);src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix) format(\"eot\"),url(assets/fonts/1fe7da97fe9dbe1349aca9b54b5fdf69.woff2) format(\"woff2\"),url(assets/fonts/dacc6a84278e221422902af99579ada5.woff) format(\"woff\"),url(assets/fonts/e530c573663a3a07243d303fbf7db508.ttf) format(\"truetype\");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix);src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix) format(\"eot\"),url(assets/fonts/93ec0034623fc696601ab99aba652d4c.woff2) format(\"woff2\"),url(assets/fonts/d73c8eb1c13abe1237366aa3ee829a59.woff) format(\"woff\"),url(assets/fonts/7b6dcef99f3f4b23346e23925ec8678f.ttf) format(\"truetype\");font-weight:600;font-style:italic;font-display:swap}.tet-icon{font-family:Tet Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tet Icons;src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot);src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot?#iefix) format(\"embedded-opentype\"),url(assets/fonts/25f10ef322a1220b2e9e11db38b73892.woff2) format(\"woff2\"),url(assets/fonts/fed75ac1edcf1c25cdd8612d2c365f9a.woff) format(\"woff\"),url(assets/fonts/df7fbe67cabb13cb837172a73c46378a.ttf) format(\"truetype\"),url(assets/fonts/5486d8c87e2abc6c13ed952a6cc96658.svg#tet-icons) format(\"svg\");font-weight:400;font-style:normal}.tet-icon:before{content:\"\\E84E\"}.tet-icon--sm{font-size:1.125rem}.tet-icon--md{font-size:1.5rem}.tet-icon--lg{font-size:2.25rem}.tet-icon--xl{font-size:3rem}.tet-icon--xxl{font-size:4rem}.tet-icon--0{font-size:0}.tet-icon--1{font-size:.0625rem}.tet-icon--2{font-size:.125rem}.tet-icon--3{font-size:.1875rem}.tet-icon--4{font-size:.25rem}.tet-icon--5{font-size:.3125rem}.tet-icon--6{font-size:.375rem}.tet-icon--7{font-size:.4375rem}.tet-icon--8{font-size:.5rem}.tet-icon--9{font-size:.5625rem}.tet-icon--10{font-size:.625rem}.tet-icon--11{font-size:.6875rem}.tet-icon--12{font-size:.75rem}.tet-icon--13{font-size:.8125rem}.tet-icon--14{font-size:.875rem}.tet-icon--15{font-size:.9375rem}.tet-icon--16{font-size:1rem}.tet-icon--17{font-size:1.0625rem}.tet-icon--18{font-size:1.125rem}.tet-icon--19{font-size:1.1875rem}.tet-icon--20{font-size:1.25rem}.tet-icon--21{font-size:1.3125rem}.tet-icon--22{font-size:1.375rem}.tet-icon--23{font-size:1.4375rem}.tet-icon--24{font-size:1.5rem}.tet-icon--25{font-size:1.5625rem}.tet-icon--26{font-size:1.625rem}.tet-icon--27{font-size:1.6875rem}.tet-icon--28{font-size:1.75rem}.tet-icon--29{font-size:1.8125rem}.tet-icon--30{font-size:1.875rem}.tet-icon--31{font-size:1.9375rem}.tet-icon--32{font-size:2rem}.tet-icon--33{font-size:2.0625rem}.tet-icon--34{font-size:2.125rem}.tet-icon--35{font-size:2.1875rem}.tet-icon--36{font-size:2.25rem}.tet-icon--37{font-size:2.3125rem}.tet-icon--38{font-size:2.375rem}.tet-icon--39{font-size:2.4375rem}.tet-icon--40{font-size:2.5rem}.tet-icon--41{font-size:2.5625rem}.tet-icon--42{font-size:2.625rem}.tet-icon--43{font-size:2.6875rem}.tet-icon--44{font-size:2.75rem}.tet-icon--45{font-size:2.8125rem}.tet-icon--46{font-size:2.875rem}.tet-icon--47{font-size:2.9375rem}.tet-icon--48{font-size:3rem}.tet-icon--49{font-size:3.0625rem}.tet-icon--50{font-size:3.125rem}.tet-icon--51{font-size:3.1875rem}.tet-icon--52{font-size:3.25rem}.tet-icon--53{font-size:3.3125rem}.tet-icon--54{font-size:3.375rem}.tet-icon--55{font-size:3.4375rem}.tet-icon--56{font-size:3.5rem}.tet-icon--57{font-size:3.5625rem}.tet-icon--58{font-size:3.625rem}.tet-icon--59{font-size:3.6875rem}.tet-icon--60{font-size:3.75rem}.tet-icon--61{font-size:3.8125rem}.tet-icon--62{font-size:3.875rem}.tet-icon--63{font-size:3.9375rem}.tet-icon--64{font-size:4rem}.tet-icon--65{font-size:4.0625rem}.tet-icon--66{font-size:4.125rem}.tet-icon--67{font-size:4.1875rem}.tet-icon--68{font-size:4.25rem}.tet-icon--69{font-size:4.3125rem}.tet-icon--70{font-size:4.375rem}.tet-icon--71{font-size:4.4375rem}.tet-icon--72{font-size:4.5rem}.tet-icon--73{font-size:4.5625rem}.tet-icon--74{font-size:4.625rem}.tet-icon--75{font-size:4.6875rem}.tet-icon--76{font-size:4.75rem}.tet-icon--77{font-size:4.8125rem}.tet-icon--78{font-size:4.875rem}.tet-icon--79{font-size:4.9375rem}.tet-icon--80{font-size:5rem}.tet-icon--81{font-size:5.0625rem}.tet-icon--82{font-size:5.125rem}.tet-icon--83{font-size:5.1875rem}.tet-icon--84{font-size:5.25rem}.tet-icon--85{font-size:5.3125rem}.tet-icon--86{font-size:5.375rem}.tet-icon--87{font-size:5.4375rem}.tet-icon--88{font-size:5.5rem}.tet-icon--89{font-size:5.5625rem}.tet-icon--90{font-size:5.625rem}.tet-icon--91{font-size:5.6875rem}.tet-icon--92{font-size:5.75rem}.tet-icon--93{font-size:5.8125rem}.tet-icon--94{font-size:5.875rem}.tet-icon--95{font-size:5.9375rem}.tet-icon--96{font-size:6rem}.tet-icon--97{font-size:6.0625rem}.tet-icon--98{font-size:6.125rem}.tet-icon--99{font-size:6.1875rem}.tet-icon--100{font-size:6.25rem}.tet-icon--101{font-size:6.3125rem}.tet-icon__add:before{content:\"\\E800\"}.tet-icon__alert-circled:before{content:\"\\E801\"}.tet-icon__alert:before{content:\"\\E802\"}.tet-icon__bank:before{content:\"\\E803\"}.tet-icon__box:before{content:\"\\E804\"}.tet-icon__download:before{content:\"\\E805\"}.tet-icon__burger:before{content:\"\\E806\"}.tet-icon__cancel:before{content:\"\\E807\"}.tet-icon__printer:before{content:\"\\E808\"}.tet-icon__cart-add:before{content:\"\\E809\"}.tet-icon__cart-remove:before{content:\"\\E80A\"}.tet-icon__cart:before{content:\"\\E80B\"}.tet-icon__chat:before{content:\"\\E80C\"}.tet-icon__arrow-up:before{content:\"\\E80D\"}.tet-icon__calendar:before{content:\"\\E80E\"}.tet-icon__help-circled:before{content:\"\\E80F\"}.tet-icon__edit:before{content:\"\\E810\"}.tet-icon__external-link:before{content:\"\\E811\"}.tet-icon__gift:before{content:\"\\E812\"}.tet-icon__person:before{content:\"\\E813\"}.tet-icon__heart:before{content:\"\\E814\"}.tet-icon__language:before{content:\"\\E815\"}.tet-icon__help:before{content:\"\\E816\"}.tet-icon__home-1:before{content:\"\\E817\"}.tet-icon__location:before{content:\"\\E818\"}.tet-icon__home-3:before{content:\"\\E819\"}.tet-icon__chart-even:before{content:\"\\E81A\"}.tet-icon__info-2:before{content:\"\\E81B\"}.tet-icon__key:before{content:\"\\E81C\"}.tet-icon__info:before{content:\"\\E81D\"}.tet-icon__lock-opened:before{content:\"\\E81E\"}.tet-icon__lock-outlined:before{content:\"\\E81F\"}.tet-icon__lock:before{content:\"\\E820\"}.tet-icon__laptop-filled:before{content:\"\\E821\"}.tet-icon__mail:before{content:\"\\E822\"}.tet-icon__options:before{content:\"\\E823\"}.tet-icon__chart-uneven:before{content:\"\\E824\"}.tet-icon__mail-2:before{content:\"\\E825\"}.tet-icon__remove:before{content:\"\\E826\"}.tet-icon__mobile-filled:before{content:\"\\E827\"}.tet-icon__ilu-calendar-check:before{content:\"\\E828\"}.tet-icon__settings-outlined:before{content:\"\\E829\"}.tet-icon__tablet:before{content:\"\\E82A\"}.tet-icon__thumb-up:before{content:\"\\E82B\"}.tet-icon__ilu-purchase:before{content:\"\\E82C\"}.tet-icon__chart-even-outlined:before{content:\"\\E82D\"}.tet-icon__movie:before{content:\"\\E82E\"}.tet-icon__percent:before{content:\"\\E82F\"}.tet-icon__ilu-change-whenever:before{content:\"\\E830\"}.tet-icon__truck:before{content:\"\\E831\"}.tet-icon__zero:before{content:\"\\E832\"}.tet-icon__attach:before{content:\"\\E833\"}.tet-icon__cloud-done:before{content:\"\\E834\"}.tet-icon__cloud-download:before{content:\"\\E835\"}.tet-icon__cloud-upload:before{content:\"\\E836\"}.tet-icon__cloud:before{content:\"\\E837\"}.tet-icon__folder:before{content:\"\\E838\"}.tet-icon__remote:before{content:\"\\E839\"}.tet-icon__router:before{content:\"\\E83A\"}.tet-icon__shield-filled:before{content:\"\\E83B\"}.tet-icon__shield:before{content:\"\\E83C\"}.tet-icon__ilu-devices:before{content:\"\\E83D\"}.tet-icon__ilu-get-points:before{content:\"\\E83E\"}.tet-icon__tv:before{content:\"\\E83F\"}.tet-icon__ilu-internet:before{content:\"\\E840\"}.tet-icon__wifi-outlined:before{content:\"\\E841\"}.tet-icon__wifi:before{content:\"\\E842\"}.tet-icon__description-outlined:before{content:\"\\E843\"}.tet-icon__laptop:before{content:\"\\E844\"}.tet-icon__chart-uneven-outlined:before{content:\"\\E845\"}.tet-icon__meter:before{content:\"\\E846\"}.tet-icon__mobile:before{content:\"\\E847\"}.tet-icon__phone:before{content:\"\\E848\"}.tet-icon__plug-filled:before{content:\"\\E849\"}.tet-icon__plug:before{content:\"\\E84A\"}.tet-icon__print:before{content:\"\\E84B\"}.tet-icon__camera:before{content:\"\\E84C\"}.tet-icon__clock:before{content:\"\\E84D\"}.tet-icon__placeholder:before{content:\"\\E84E\"}.tet-icon__tv-filled:before{content:\"\\E84F\"}.tet-icon__arrow-down:before{content:\"\\E850\"}.tet-icon__arrow-left:before{content:\"\\E851\"}.tet-icon__arrow-right:before{content:\"\\E852\"}.tet-icon__description:before{content:\"\\E853\"}.tet-icon__login:before{content:\"\\E854\"}.tet-icon__check:before{content:\"\\E855\"}.tet-icon__chevron-down:before{content:\"\\E856\"}.tet-icon__chevron-left:before{content:\"\\E857\"}.tet-icon__chevron-right:before{content:\"\\E858\"}.tet-icon__chevron-up:before{content:\"\\E859\"}.tet-icon__close-circled:before{content:\"\\E85A\"}.tet-icon__close:before{content:\"\\E85B\"}.tet-icon__more-horizontal:before{content:\"\\E85C\"}.tet-icon__more-vertical:before{content:\"\\E85D\"}.tet-icon__refresh:before{content:\"\\E85E\"}.tet-icon__facebook:before{content:\"\\E85F\"}.tet-icon__instagram:before{content:\"\\E860\"}.tet-icon__linkedin:before{content:\"\\E861\"}.tet-icon__people:before{content:\"\\E862\"}.tet-icon__logout:before{content:\"\\E863\"}.tet-icon__share:before{content:\"\\E864\"}.tet-icon__twitter:before{content:\"\\E865\"}.tet-icon__cancel-filled:before{content:\"\\E866\"}.tet-icon__done:before{content:\"\\E867\"}.tet-icon__star-filled:before{content:\"\\E868\"}.tet-icon__star:before{content:\"\\E869\"}.tet-icon__clipboard:before{content:\"\\E86A\"}.tet-icon__ilu-calendar:before{content:\"\\E86B\"}.tet-icon__check-circled:before{content:\"\\E86C\"}.tet-icon__ilu-choose-channels:before{content:\"\\E86D\"}.tet-icon__search:before{content:\"\\E86E\"}.tet-icon__warning:before{content:\"\\E86F\"}.tet-icon__ilu-clock-1:before{content:\"\\E870\"}.tet-icon__ilu-fold:before{content:\"\\E871\"}.tet-icon__ilu-letter:before{content:\"\\E872\"}.tet-icon__ilu-pay:before{content:\"\\E873\"}.tet-icon__ilu-meter:before{content:\"\\E874\"}.tet-icon__ilu-sign:before{content:\"\\E875\"}.tet-icon__smart-watch-filled:before{content:\"\\E876\"}.tet-icon__washing-machine-filled:before{content:\"\\E877\"}.tet-icon__bullet:before{content:\"\\E878\"}.tet-icon__sound:before{content:\"\\E879\"}.tet-icon__dropdown:before{content:\"\\E87A\"}.tet-icon__mask-pass:before{content:\"\\E87B\"}.tet-icon__select:before{content:\"\\E87C\"}.tet-icon__text-area-sizing:before{content:\"\\E87D\"}.tet-icon__unmask-pass:before{content:\"\\E87E\"}.tet-icon__bullet-small:before{content:\"\\E882\"}.tet-icon__electric-bolt:before{content:\"\\E880\"}.tet-icon__sun:before{content:\"\\E881\"}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}:host{--color-gray-light:#cdd2de;--color-ta070:#f5f6f8;--color-ta080:#e6e8ee;--color-ta100:#cdd2de;--color-ta200:#9ba5be;--color-ta300:#69789c;--color-ta500:#1e356a;--color-ta600:#051d59;--color-tc090:#d6e6fd;--color-tc100:#d1dffe;--color-tc300:#75a1fb;--color-tc500:#1a70f6;--color-tc600:#0060f5;--color-td500:#00F1F2;--color-td600:#01cbe0;--color-tf600:#f53b2a;--color-tg300:#2b3036;--color-tg400:#1d2128;--color-tg500:#12171e;--color-tg600:#01050c;--color-th500:#f5f5f5;--color-ti500:#869198;--color-ti600:#aeb7bc;--text-font:Gilroy, serif;--text-color-darker:var(--color-ta600);--text-color-dark:var(--color-ta500);--text-color-dark-theme:var(--color-th500);--icons-font:Tet Icons, serif}.icon.tet-search{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-search::before{content:\"\\e86e\"}.icon.tet-close-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close-circled::before{content:\"\\e85a\"}.icon.tet-close{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close::before{content:\"\\e85b\"}.icon.tet-check-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check-circled::before{content:\"\\e86c\"}.icon.tet-check{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check::before{content:\"\\e855\"}.icon.tet-chevron-up{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-up::before{content:\"\\e859\"}.icon.tet-chevron-down{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-down::before{content:\"\\e856\"}.icon.tet-clipboard{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-clipboard::before{content:\"\\e86a\"}.icon.tet-info{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-info::before{content:\"\\e81d\"}.icon.tet-done{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-done::before{content:\"\\e867\"}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}:host{display:inline-block;--label-border-radius:0.625rem;--label-text-color:rgb(10, 11, 13);--label-background-color:rgb(255, 255, 255)}.label{font:500 1rem/1.5rem \"Inter\", \"Gilroy, Arial, sans-serif\";cursor:pointer;display:flex;align-items:center;gap:0.25rem;padding:0.375rem 1rem;color:var(--label-text-color);border-radius:var(--label-border-radius);background:var(--label-background-color)}.label-type-primary{--label-border-radius:0.625rem}.label-type-primary.theme-dark{--label-background-color:rgb(255, 255, 255);--label-text-color:rgb(10, 11, 13)}.label-type-primary.theme-mint{--label-background-color:rgb(26, 213, 219);--label-text-color:rgb(10, 11, 13)}.label-type-primary.theme-light{--label-background-color:rgb(10, 11, 13);--label-text-color:rgb(255, 255, 255)}.label-type-primary.theme-classic{--label-background-color:rgb(0, 96, 245);--label-text-color:rgb(255, 255, 255)}.label-type-secondary{--label-border-radius:5.5rem}.label-type-secondary.theme-dark{--label-background-color:rgb(255, 255, 255);--label-text-color:rgb(10, 11, 13)}.label-type-secondary.theme-mint{--label-background-color:rgb(26, 213, 219);--label-text-color:rgb(10, 11, 13)}.label-type-secondary.theme-light{--label-background-color:rgb(10, 11, 13);--label-text-color:rgb(255, 255, 255)}.label-type-secondary.theme-classic{--label-background-color:rgb(0, 96, 245);--label-text-color:rgb(255, 255, 255)}.label .label-icon{--icon-size:1rem;--icon-color:var(--label-text-color)}";
|
|
6
6
|
const TetLabelStyle0 = tetLabelCss;
|
|
@@ -18,12 +18,12 @@ const TetLabel$1 = /*@__PURE__*/ proxyCustomElement(class TetLabel extends H {
|
|
|
18
18
|
this.showIcon = false;
|
|
19
19
|
}
|
|
20
20
|
render() {
|
|
21
|
-
return (h(Host, { key: '
|
|
21
|
+
return (h(Host, { key: '7800d5c4511794832410f80a2d9d27e3e354fe2f' }, h("div", { key: '8c7594525064ab2d0d7a6712a86b7f0484597a2f', class: {
|
|
22
22
|
label: true,
|
|
23
23
|
'label-active': this.active,
|
|
24
24
|
[`label-type-${this.type}`]: true,
|
|
25
25
|
[`theme-${this.theme}`]: true,
|
|
26
|
-
} }, this.labelTitle && h("p", { key: '
|
|
26
|
+
} }, this.labelTitle && h("p", { key: 'cbb0e2bce2e288af3e45cf247f929c6c09298128', class: "label-title" }, this.translateTitle ? translate(this.labelTitle) : this.labelTitle), this.showIcon && h("tet-icon", { key: '79ebfc91f957657065ad7d0c9914d920baf10fbf', class: "label-icon", name: "close-circle", part: "icon-selected" }))));
|
|
27
27
|
}
|
|
28
28
|
static get style() { return TetLabelStyle0; }
|
|
29
29
|
}, [1, "tet-label", {
|
|
@@ -10,7 +10,7 @@ const TetLayout$1 = /*@__PURE__*/ proxyCustomElement(class TetLayout extends H {
|
|
|
10
10
|
this.__attachShadow();
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
|
-
return h(Host, { key: '
|
|
13
|
+
return h(Host, { key: '281ec4c91f54c7f1b2a921c9bacaef57c0939fc1' }, h("div", { key: 'ab1f6b57c411ebd9e8da9dffab4034cf2b978edb', class: "container variable-container" }, h("div", { key: '219a3ddaa1cf2b314df5d4e3033c5f980d82cee1', class: "container-title main" }, "Teksta platuma klase"), h("div", { key: '42d14203a939b35b0747977786337af57de2b3f3', class: "container-section" }, h("div", { key: 'f28032afecaa2e53ae6ac7cd8a1558c342f77e5e', class: "variable-wrapper" }, h("span", { key: '17cd2417ca0ce62f1d15952bf5963c75852a240f', class: "variable-name" }, h("span", { key: '022fef141b08dabea417a0d3755f7b652686c330', class: "variable-part" }, "tet-body-text-max-width"))))), h("div", { key: 'e86756116aa7977082761bed20f83bb0f1638eac', class: "container" }, h("div", { key: '81fa6cdcdd0df00dd7e13853efc5133e7d2d11fe', class: "container-title" }, "Piem\u0113rs"), h("div", { key: 'f0d4c3d6a67c9364193b175e81a00a82b99594d1', class: "container-section container-example" }, h("code", { key: '27d353bc196a0d4551b02822e11a472816567adb' }, "<p class=\"tet-body-text-max-width\">Reprehenderit dolor sit esse sint. Irure veniam do excepteur est exercitation. Eiusmod nulla elit dolore nostrud dolore anim laboris enim amet. Sit amet adipisicing excepteur labore duis excepteur nisi et culpa nostrud pariatur anim.</p>"), h("p", { key: '5b007add4370c9e5f74e25fb97753e3abe0d134b', class: "paragraph tet-body-text-max-width" }, "Reprehenderit dolor sit esse sint. Irure veniam do excepteur est exercitation. Eiusmod nulla elit dolore nostrud dolore anim laboris enim amet. Sit amet adipisicing excepteur labore duis excepteur nisi et culpa nostrud pariatur anim."))));
|
|
14
14
|
}
|
|
15
15
|
static get style() { return TetLayoutStyle0; }
|
|
16
16
|
}, [1, "tet-layout"]);
|
|
@@ -10,7 +10,7 @@ const TetLink$1 = /*@__PURE__*/ proxyCustomElement(class TetLink extends H {
|
|
|
10
10
|
this.__attachShadow();
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
|
-
return (h(Host, { key: '
|
|
13
|
+
return (h(Host, { key: 'ee771d03863804524b135499b53d2da116e00b5f' }, h("div", { key: '879171a9be3e71610685acd683ad676a16be77e6', class: "container variable-container" }, h("div", { key: '3bb6eadfaa5f74236640faa480891bba21e3d3bb', class: "container-title main" }, "Linka klase"), h("div", { key: '36203322fa7c1b79f2b8e3216778b0b310bda875', class: "container-section" }, h("div", { key: '7580efd21d0cbe532a184b5df11a02aeaa23c94d', class: "variable-wrapper" }, h("span", { key: '11f51f0886d35fea29dc55e6a212bbdf4b57e444', class: "variable-name" }, h("span", { key: 'c0925690f22533ed4dffd338d71c071b1cc22038', class: "variable-part" }, "tet"), h("span", { key: 'c666f2305baea3068bc794e7537740df6bbb9acc', class: "variable-part" }, "-link"), h("span", { key: '33338baa78b1839f391c42545ba2aa1b8f2f00b5', class: "variable-part variable variable-attribute" }, "__arrow"))))), h("div", { key: '09905f5559f8c711ce35b51688232e9ac6205ed8', class: "container" }, h("div", { key: '2f127dc9c8c443011f6d27b55cd41d3d5b2bbefb', class: "container-title" }, "Piem\u0113ri"), h("div", { key: 'bf23ca94b84a334e8aceb54cce674976bbea688a', class: "container-section container-example" }, h("code", { key: 'dfd6372d6c16eb483c6ed4f1b372072373893f84', class: "variable-example" }, "<a class=\"tet-link\" href=\"#\">Links uz tet</a>"), h("span", { key: 'd62f2b3f4d858df66f6faa8299e295f840a019e0' }, "Link klase bez bulti\u0146as uz ", h("a", { key: '76b4e45e31849256ca76051e3f881a2e2e3f4805', class: "tet-link", href: "#" }, "elementa")), h("code", { key: '38ca282b5814292c2b3e79a324a2be9376fa17aa', class: "variable-example" }, "<a class=\"tet-link__arrow\" href=\"#\">Links uz tet</a>"), h("span", { key: '2cc0817935bd67bdf970ec0ca5b082819c2d7f2a' }, "Link klase ar bulti\u0146u uz ", h("a", { key: '3afefb3578a0cbf15fdf62bcc76af7445e463005', class: "tet-link__arrow", href: "#" }, "elementa")), h("code", { key: '031bd9414fd2d9a55534ca9ffa4cd813ef6e8c36', class: "variable-example" }, "<a class=\"tet-link__arrow tet-link--secondary\" href=\"#\">Links uz tet</a>"), h("span", { key: '1fa87dd62d841968bede9f288216e9f749837282' }, "Link klase sekund\u0101raj\u0101 kr\u0101s\u0101 uz ", h("a", { key: '78f4ffb4742cb71de637eb2b072aeb3802a7377c', class: "tet-link__arrow tet-link--secondary", href: "#" }, "elementa")), h("code", { key: 'c668647ce193ab78a263d5d1b978bd3c42a54b97', class: "variable-example" }, "<a class=\"tet-link__arrow dark\" href=\"#\">Links uz tet</a>"), h("span", { key: 'abd9fb9c5815500bf8ebf8e8620ca67fcd2f2743', class: "dark-example" }, "Link klase ar tum\u0161o t\u0113mu uz ", h("a", { key: '7dde6857bbbea71635be6c0b7e2cc5575a54d2a2', class: "tet-link__arrow dark", href: "#" }, "elementa"))))));
|
|
14
14
|
}
|
|
15
15
|
static get style() { return TetLinkStyle0; }
|
|
16
16
|
}, [1, "tet-link"]);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { E as Env, p as proxyCustomElement, H, d as createEvent, f as forceUpdate, h, c as Host } from './p-37ed3ebb.js';
|
|
2
|
-
import { T as Theme, a as ThemeWrapper } from './p-
|
|
2
|
+
import { T as Theme, a as ThemeWrapper } from './p-7fa87e91.js';
|
|
3
3
|
import './p-a0d406ca.js';
|
|
4
4
|
import { e as endpoints } from './p-6830b44d.js';
|
|
5
5
|
import { A as AsyncApiRequest } from './p-489ae3a0.js';
|
|
6
6
|
import { p as processTranslations, t as translate } from './p-aca28e71.js';
|
|
7
|
-
import { d as defineCustomElement$6 } from './p-
|
|
8
|
-
import { d as defineCustomElement$5 } from './p-
|
|
9
|
-
import { d as defineCustomElement$4 } from './p-
|
|
10
|
-
import { d as defineCustomElement$3 } from './p-
|
|
11
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$6 } from './p-c9491692.js';
|
|
8
|
+
import { d as defineCustomElement$5 } from './p-21be0dd0.js';
|
|
9
|
+
import { d as defineCustomElement$4 } from './p-14534acc.js';
|
|
10
|
+
import { d as defineCustomElement$3 } from './p-bddae715.js';
|
|
11
|
+
import { d as defineCustomElement$2 } from './p-be78bde3.js';
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Returns MACD Order types
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h, c as Host } from './p-37ed3ebb.js';
|
|
2
|
-
import { d as defineCustomElement$2 } from './p-
|
|
2
|
+
import { d as defineCustomElement$2 } from './p-14534acc.js';
|
|
3
3
|
|
|
4
4
|
const tetMenuMobileCss = "@font-face{font-family:Avenir Next;src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix);src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix) format(\"eot\"),url(assets/fonts/3c3e10968ffc97c2a52c5830f9886d1f.woff2) format(\"woff2\"),url(assets/fonts/660fbf858d30d7685fa4b166080f5980.woff) format(\"woff\"),url(assets/fonts/2b7748589092fd1a10b806abdfb562ff.ttf) format(\"truetype\");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix);src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix) format(\"eot\"),url(assets/fonts/aad36ecead30948bb30fe0ef818b749c.woff2) format(\"woff2\"),url(assets/fonts/c437d7752feaf3f056bbf8613e898d3a.woff) format(\"woff\"),url(assets/fonts/b8df4d02ef5de13a813917a85bc4a9c4.ttf) format(\"truetype\");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix);src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix) format(\"eot\"),url(assets/fonts/4d52f8276a74ea8efbad833ed790367c.woff2) format(\"woff2\"),url(assets/fonts/a067695dd1b87e927f4056c040d84669.woff) format(\"woff\"),url(assets/fonts/510a664af9771b72d4ce5e637109ca3c.ttf) format(\"truetype\");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix);src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix) format(\"eot\"),url(assets/fonts/63f5acc71d9852468683a4bfe824a28f.woff2) format(\"woff2\"),url(assets/fonts/ed94c737da267752ce0abd79bb003ff6.woff) format(\"woff\"),url(assets/fonts/6302f55a6dc6b12365177dc89b7d63cf.ttf) format(\"truetype\");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix);src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix) format(\"eot\"),url(assets/fonts/1fe7da97fe9dbe1349aca9b54b5fdf69.woff2) format(\"woff2\"),url(assets/fonts/dacc6a84278e221422902af99579ada5.woff) format(\"woff\"),url(assets/fonts/e530c573663a3a07243d303fbf7db508.ttf) format(\"truetype\");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix);src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix) format(\"eot\"),url(assets/fonts/93ec0034623fc696601ab99aba652d4c.woff2) format(\"woff2\"),url(assets/fonts/d73c8eb1c13abe1237366aa3ee829a59.woff) format(\"woff\"),url(assets/fonts/7b6dcef99f3f4b23346e23925ec8678f.ttf) format(\"truetype\");font-weight:600;font-style:italic;font-display:swap}.tet-icon{font-family:Tet Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tet Icons;src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot);src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot?#iefix) format(\"embedded-opentype\"),url(assets/fonts/25f10ef322a1220b2e9e11db38b73892.woff2) format(\"woff2\"),url(assets/fonts/fed75ac1edcf1c25cdd8612d2c365f9a.woff) format(\"woff\"),url(assets/fonts/df7fbe67cabb13cb837172a73c46378a.ttf) format(\"truetype\"),url(assets/fonts/5486d8c87e2abc6c13ed952a6cc96658.svg#tet-icons) format(\"svg\");font-weight:400;font-style:normal}.tet-icon:before{content:\"\\E84E\"}.tet-icon--sm{font-size:1.125rem}.tet-icon--md{font-size:1.5rem}.tet-icon--lg{font-size:2.25rem}.tet-icon--xl{font-size:3rem}.tet-icon--xxl{font-size:4rem}.tet-icon--0{font-size:0}.tet-icon--1{font-size:.0625rem}.tet-icon--2{font-size:.125rem}.tet-icon--3{font-size:.1875rem}.tet-icon--4{font-size:.25rem}.tet-icon--5{font-size:.3125rem}.tet-icon--6{font-size:.375rem}.tet-icon--7{font-size:.4375rem}.tet-icon--8{font-size:.5rem}.tet-icon--9{font-size:.5625rem}.tet-icon--10{font-size:.625rem}.tet-icon--11{font-size:.6875rem}.tet-icon--12{font-size:.75rem}.tet-icon--13{font-size:.8125rem}.tet-icon--14{font-size:.875rem}.tet-icon--15{font-size:.9375rem}.tet-icon--16{font-size:1rem}.tet-icon--17{font-size:1.0625rem}.tet-icon--18{font-size:1.125rem}.tet-icon--19{font-size:1.1875rem}.tet-icon--20{font-size:1.25rem}.tet-icon--21{font-size:1.3125rem}.tet-icon--22{font-size:1.375rem}.tet-icon--23{font-size:1.4375rem}.tet-icon--24{font-size:1.5rem}.tet-icon--25{font-size:1.5625rem}.tet-icon--26{font-size:1.625rem}.tet-icon--27{font-size:1.6875rem}.tet-icon--28{font-size:1.75rem}.tet-icon--29{font-size:1.8125rem}.tet-icon--30{font-size:1.875rem}.tet-icon--31{font-size:1.9375rem}.tet-icon--32{font-size:2rem}.tet-icon--33{font-size:2.0625rem}.tet-icon--34{font-size:2.125rem}.tet-icon--35{font-size:2.1875rem}.tet-icon--36{font-size:2.25rem}.tet-icon--37{font-size:2.3125rem}.tet-icon--38{font-size:2.375rem}.tet-icon--39{font-size:2.4375rem}.tet-icon--40{font-size:2.5rem}.tet-icon--41{font-size:2.5625rem}.tet-icon--42{font-size:2.625rem}.tet-icon--43{font-size:2.6875rem}.tet-icon--44{font-size:2.75rem}.tet-icon--45{font-size:2.8125rem}.tet-icon--46{font-size:2.875rem}.tet-icon--47{font-size:2.9375rem}.tet-icon--48{font-size:3rem}.tet-icon--49{font-size:3.0625rem}.tet-icon--50{font-size:3.125rem}.tet-icon--51{font-size:3.1875rem}.tet-icon--52{font-size:3.25rem}.tet-icon--53{font-size:3.3125rem}.tet-icon--54{font-size:3.375rem}.tet-icon--55{font-size:3.4375rem}.tet-icon--56{font-size:3.5rem}.tet-icon--57{font-size:3.5625rem}.tet-icon--58{font-size:3.625rem}.tet-icon--59{font-size:3.6875rem}.tet-icon--60{font-size:3.75rem}.tet-icon--61{font-size:3.8125rem}.tet-icon--62{font-size:3.875rem}.tet-icon--63{font-size:3.9375rem}.tet-icon--64{font-size:4rem}.tet-icon--65{font-size:4.0625rem}.tet-icon--66{font-size:4.125rem}.tet-icon--67{font-size:4.1875rem}.tet-icon--68{font-size:4.25rem}.tet-icon--69{font-size:4.3125rem}.tet-icon--70{font-size:4.375rem}.tet-icon--71{font-size:4.4375rem}.tet-icon--72{font-size:4.5rem}.tet-icon--73{font-size:4.5625rem}.tet-icon--74{font-size:4.625rem}.tet-icon--75{font-size:4.6875rem}.tet-icon--76{font-size:4.75rem}.tet-icon--77{font-size:4.8125rem}.tet-icon--78{font-size:4.875rem}.tet-icon--79{font-size:4.9375rem}.tet-icon--80{font-size:5rem}.tet-icon--81{font-size:5.0625rem}.tet-icon--82{font-size:5.125rem}.tet-icon--83{font-size:5.1875rem}.tet-icon--84{font-size:5.25rem}.tet-icon--85{font-size:5.3125rem}.tet-icon--86{font-size:5.375rem}.tet-icon--87{font-size:5.4375rem}.tet-icon--88{font-size:5.5rem}.tet-icon--89{font-size:5.5625rem}.tet-icon--90{font-size:5.625rem}.tet-icon--91{font-size:5.6875rem}.tet-icon--92{font-size:5.75rem}.tet-icon--93{font-size:5.8125rem}.tet-icon--94{font-size:5.875rem}.tet-icon--95{font-size:5.9375rem}.tet-icon--96{font-size:6rem}.tet-icon--97{font-size:6.0625rem}.tet-icon--98{font-size:6.125rem}.tet-icon--99{font-size:6.1875rem}.tet-icon--100{font-size:6.25rem}.tet-icon--101{font-size:6.3125rem}.tet-icon__add:before{content:\"\\E800\"}.tet-icon__alert-circled:before{content:\"\\E801\"}.tet-icon__alert:before{content:\"\\E802\"}.tet-icon__bank:before{content:\"\\E803\"}.tet-icon__box:before{content:\"\\E804\"}.tet-icon__download:before{content:\"\\E805\"}.tet-icon__burger:before{content:\"\\E806\"}.tet-icon__cancel:before{content:\"\\E807\"}.tet-icon__printer:before{content:\"\\E808\"}.tet-icon__cart-add:before{content:\"\\E809\"}.tet-icon__cart-remove:before{content:\"\\E80A\"}.tet-icon__cart:before{content:\"\\E80B\"}.tet-icon__chat:before{content:\"\\E80C\"}.tet-icon__arrow-up:before{content:\"\\E80D\"}.tet-icon__calendar:before{content:\"\\E80E\"}.tet-icon__help-circled:before{content:\"\\E80F\"}.tet-icon__edit:before{content:\"\\E810\"}.tet-icon__external-link:before{content:\"\\E811\"}.tet-icon__gift:before{content:\"\\E812\"}.tet-icon__person:before{content:\"\\E813\"}.tet-icon__heart:before{content:\"\\E814\"}.tet-icon__language:before{content:\"\\E815\"}.tet-icon__help:before{content:\"\\E816\"}.tet-icon__home-1:before{content:\"\\E817\"}.tet-icon__location:before{content:\"\\E818\"}.tet-icon__home-3:before{content:\"\\E819\"}.tet-icon__chart-even:before{content:\"\\E81A\"}.tet-icon__info-2:before{content:\"\\E81B\"}.tet-icon__key:before{content:\"\\E81C\"}.tet-icon__info:before{content:\"\\E81D\"}.tet-icon__lock-opened:before{content:\"\\E81E\"}.tet-icon__lock-outlined:before{content:\"\\E81F\"}.tet-icon__lock:before{content:\"\\E820\"}.tet-icon__laptop-filled:before{content:\"\\E821\"}.tet-icon__mail:before{content:\"\\E822\"}.tet-icon__options:before{content:\"\\E823\"}.tet-icon__chart-uneven:before{content:\"\\E824\"}.tet-icon__mail-2:before{content:\"\\E825\"}.tet-icon__remove:before{content:\"\\E826\"}.tet-icon__mobile-filled:before{content:\"\\E827\"}.tet-icon__ilu-calendar-check:before{content:\"\\E828\"}.tet-icon__settings-outlined:before{content:\"\\E829\"}.tet-icon__tablet:before{content:\"\\E82A\"}.tet-icon__thumb-up:before{content:\"\\E82B\"}.tet-icon__ilu-purchase:before{content:\"\\E82C\"}.tet-icon__chart-even-outlined:before{content:\"\\E82D\"}.tet-icon__movie:before{content:\"\\E82E\"}.tet-icon__percent:before{content:\"\\E82F\"}.tet-icon__ilu-change-whenever:before{content:\"\\E830\"}.tet-icon__truck:before{content:\"\\E831\"}.tet-icon__zero:before{content:\"\\E832\"}.tet-icon__attach:before{content:\"\\E833\"}.tet-icon__cloud-done:before{content:\"\\E834\"}.tet-icon__cloud-download:before{content:\"\\E835\"}.tet-icon__cloud-upload:before{content:\"\\E836\"}.tet-icon__cloud:before{content:\"\\E837\"}.tet-icon__folder:before{content:\"\\E838\"}.tet-icon__remote:before{content:\"\\E839\"}.tet-icon__router:before{content:\"\\E83A\"}.tet-icon__shield-filled:before{content:\"\\E83B\"}.tet-icon__shield:before{content:\"\\E83C\"}.tet-icon__ilu-devices:before{content:\"\\E83D\"}.tet-icon__ilu-get-points:before{content:\"\\E83E\"}.tet-icon__tv:before{content:\"\\E83F\"}.tet-icon__ilu-internet:before{content:\"\\E840\"}.tet-icon__wifi-outlined:before{content:\"\\E841\"}.tet-icon__wifi:before{content:\"\\E842\"}.tet-icon__description-outlined:before{content:\"\\E843\"}.tet-icon__laptop:before{content:\"\\E844\"}.tet-icon__chart-uneven-outlined:before{content:\"\\E845\"}.tet-icon__meter:before{content:\"\\E846\"}.tet-icon__mobile:before{content:\"\\E847\"}.tet-icon__phone:before{content:\"\\E848\"}.tet-icon__plug-filled:before{content:\"\\E849\"}.tet-icon__plug:before{content:\"\\E84A\"}.tet-icon__print:before{content:\"\\E84B\"}.tet-icon__camera:before{content:\"\\E84C\"}.tet-icon__clock:before{content:\"\\E84D\"}.tet-icon__placeholder:before{content:\"\\E84E\"}.tet-icon__tv-filled:before{content:\"\\E84F\"}.tet-icon__arrow-down:before{content:\"\\E850\"}.tet-icon__arrow-left:before{content:\"\\E851\"}.tet-icon__arrow-right:before{content:\"\\E852\"}.tet-icon__description:before{content:\"\\E853\"}.tet-icon__login:before{content:\"\\E854\"}.tet-icon__check:before{content:\"\\E855\"}.tet-icon__chevron-down:before{content:\"\\E856\"}.tet-icon__chevron-left:before{content:\"\\E857\"}.tet-icon__chevron-right:before{content:\"\\E858\"}.tet-icon__chevron-up:before{content:\"\\E859\"}.tet-icon__close-circled:before{content:\"\\E85A\"}.tet-icon__close:before{content:\"\\E85B\"}.tet-icon__more-horizontal:before{content:\"\\E85C\"}.tet-icon__more-vertical:before{content:\"\\E85D\"}.tet-icon__refresh:before{content:\"\\E85E\"}.tet-icon__facebook:before{content:\"\\E85F\"}.tet-icon__instagram:before{content:\"\\E860\"}.tet-icon__linkedin:before{content:\"\\E861\"}.tet-icon__people:before{content:\"\\E862\"}.tet-icon__logout:before{content:\"\\E863\"}.tet-icon__share:before{content:\"\\E864\"}.tet-icon__twitter:before{content:\"\\E865\"}.tet-icon__cancel-filled:before{content:\"\\E866\"}.tet-icon__done:before{content:\"\\E867\"}.tet-icon__star-filled:before{content:\"\\E868\"}.tet-icon__star:before{content:\"\\E869\"}.tet-icon__clipboard:before{content:\"\\E86A\"}.tet-icon__ilu-calendar:before{content:\"\\E86B\"}.tet-icon__check-circled:before{content:\"\\E86C\"}.tet-icon__ilu-choose-channels:before{content:\"\\E86D\"}.tet-icon__search:before{content:\"\\E86E\"}.tet-icon__warning:before{content:\"\\E86F\"}.tet-icon__ilu-clock-1:before{content:\"\\E870\"}.tet-icon__ilu-fold:before{content:\"\\E871\"}.tet-icon__ilu-letter:before{content:\"\\E872\"}.tet-icon__ilu-pay:before{content:\"\\E873\"}.tet-icon__ilu-meter:before{content:\"\\E874\"}.tet-icon__ilu-sign:before{content:\"\\E875\"}.tet-icon__smart-watch-filled:before{content:\"\\E876\"}.tet-icon__washing-machine-filled:before{content:\"\\E877\"}.tet-icon__bullet:before{content:\"\\E878\"}.tet-icon__sound:before{content:\"\\E879\"}.tet-icon__dropdown:before{content:\"\\E87A\"}.tet-icon__mask-pass:before{content:\"\\E87B\"}.tet-icon__select:before{content:\"\\E87C\"}.tet-icon__text-area-sizing:before{content:\"\\E87D\"}.tet-icon__unmask-pass:before{content:\"\\E87E\"}.tet-icon__bullet-small:before{content:\"\\E882\"}.tet-icon__electric-bolt:before{content:\"\\E880\"}.tet-icon__sun:before{content:\"\\E881\"}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}:host{--color-gray-light:#cdd2de;--color-ta070:#f5f6f8;--color-ta080:#e6e8ee;--color-ta100:#cdd2de;--color-ta200:#9ba5be;--color-ta300:#69789c;--color-ta500:#1e356a;--color-ta600:#051d59;--color-tc090:#d6e6fd;--color-tc100:#d1dffe;--color-tc300:#75a1fb;--color-tc500:#1a70f6;--color-tc600:#0060f5;--color-td500:#00F1F2;--color-td600:#01cbe0;--color-tf600:#f53b2a;--color-tg300:#2b3036;--color-tg400:#1d2128;--color-tg500:#12171e;--color-tg600:#01050c;--color-th500:#f5f5f5;--color-ti500:#869198;--color-ti600:#aeb7bc;--text-font:Gilroy, serif;--text-color-darker:var(--color-ta600);--text-color-dark:var(--color-ta500);--text-color-dark-theme:var(--color-th500);--icons-font:Tet Icons, serif}.icon.tet-search{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-search::before{content:\"\\e86e\"}.icon.tet-close-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close-circled::before{content:\"\\e85a\"}.icon.tet-close{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close::before{content:\"\\e85b\"}.icon.tet-check-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check-circled::before{content:\"\\e86c\"}.icon.tet-check{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check::before{content:\"\\e855\"}.icon.tet-chevron-up{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-up::before{content:\"\\e859\"}.icon.tet-chevron-down{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-down::before{content:\"\\e856\"}.icon.tet-clipboard{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-clipboard::before{content:\"\\e86a\"}.icon.tet-info{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-info::before{content:\"\\e81d\"}.icon.tet-done{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-done::before{content:\"\\e867\"}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--menu-text-size:0.875rem;--menu-line-height:1.25rem;--menu-list-expanded-margin-bottom:1rem;--menu-list-expanded-margin-top:0.375rem;--menu-dropdown-animation-speed:0.2s;--menu-link-border-radius:0.625rem;--menu-text-color:var(--tc-text-primary);--menu-background-color:var(--tc-layer-primary);--menu-first-level-text-color-active:var(--tc-text-tertiary);--menu-third-level-text-color-active:var(--tc-blue-40);--menu-border-bottom:0.03125rem solid var(--tc-border-quaternary);--menu-link-active-background-color:var(--tc-menu-item-active);--menu-link-hover-background-color:var(--tc-menu-item-hover);--menu-focus-outline-color:var(--tc-blue-40);display:inline-block;position:relative;width:100%}.menu{background-color:var(--menu-background-color);border-bottom:var(--menu-border-bottom);color:var(--menu-text-color);line-height:var(--menu-line-height);position:relative;width:100%;transition:border-bottom-color var(--menu-dropdown-animation-speed)}.menu--dark{--menu-text-color:var(--tc-text-primary-dark);--menu-background-color:var(--tc-layer-primary-dark);--menu-first-level-text-color-active:var(--tc-text-tertiary-dark);--menu-third-level-text-color-active:var(--tc-blue-40-dark);--menu-border-bottom:0.03125rem solid var(--tc-border-quaternary-dark);--menu-link-active-background-color:var(--tc-menu-item-active-dark);--menu-link-hover-background-color:var(--tc-menu-item-hover-dark);--menu-focus-outline-color:var(--tc-blue-40-dark)}.menu--expanded{border-bottom-color:transparent}.menu a{color:var(--menu-text-color);text-decoration:none}.menu__first-level{font:500 1.125rem/1.75rem \"Inter\", \"Gilroy, Arial, sans-serif\";align-items:center;display:flex;flex-direction:row;padding:0.625rem 1rem}.menu--active .menu__first-level{color:var(--menu-first-level-text-color-active)}.menu__first-level:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;border-radius:0.25rem;outline-offset:-0.125rem}.menu__chevron{--icon-size:1.25rem;justify-self:end;margin-left:auto}.menu__dropdown{overflow:hidden;z-index:1;min-width:14rem}.menu__dropdown__list{margin-top:0;margin-bottom:0;max-height:0;transition:all var(--menu-dropdown-animation-speed) ease-out}.menu--expanded .menu__dropdown__list{margin-top:var(--menu-list-expanded-margin-top);margin-bottom:var(--menu-list-expanded-margin-bottom);max-height:100rem;transition:all var(--menu-dropdown-animation-speed) ease-in}.menu__dropdown__list li{list-style:none}.menu__dropdown__list .sublist a{padding:0.75rem 1rem 0.75rem 3rem}.menu__dropdown a{padding:0.625rem 1rem 0.625rem 1.75rem;display:flex;border-radius:var(--menu-link-border-radius)}.menu__dropdown a:hover{background-color:var(--menu-link-hover-background-color)}.menu__dropdown a.menu__second-level{font:500 1rem/1.5rem \"Inter\", \"Gilroy, Arial, sans-serif\"}.menu__dropdown a.menu__second-level:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:-0.125rem;transition:outline 0s;outline-color:var(--menu-focus-outline-color)}.menu__dropdown a.menu__third-level{font:500 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\"}.menu__dropdown a.menu__third-level:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:-0.125rem;transition:outline 0s;outline-color:var(--menu-focus-outline-color)}.menu__dropdown a.menu--active{background-color:var(--menu-link-active-background-color)}.menu__dropdown a.menu--active.menu__third-level{color:var(--menu-third-level-text-color-active);background-color:unset}.menu__dropdown a.menu--active.menu__third-level .menu--active-check{--icon-size:1.25rem;display:block;padding-left:0.5rem}.menu__dropdown a.menu--active:hover{background-color:var(--menu-link-hover-background-color)}";
|
|
5
5
|
const TetMenuMobileStyle0 = tetMenuMobileCss;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h, c as Host } from './p-37ed3ebb.js';
|
|
2
|
-
import { d as defineCustomElement$2 } from './p-
|
|
2
|
+
import { d as defineCustomElement$2 } from './p-14534acc.js';
|
|
3
3
|
|
|
4
4
|
const tetMenuCss = "@font-face{font-family:Avenir Next;src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix);src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix) format(\"eot\"),url(assets/fonts/3c3e10968ffc97c2a52c5830f9886d1f.woff2) format(\"woff2\"),url(assets/fonts/660fbf858d30d7685fa4b166080f5980.woff) format(\"woff\"),url(assets/fonts/2b7748589092fd1a10b806abdfb562ff.ttf) format(\"truetype\");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix);src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix) format(\"eot\"),url(assets/fonts/aad36ecead30948bb30fe0ef818b749c.woff2) format(\"woff2\"),url(assets/fonts/c437d7752feaf3f056bbf8613e898d3a.woff) format(\"woff\"),url(assets/fonts/b8df4d02ef5de13a813917a85bc4a9c4.ttf) format(\"truetype\");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix);src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix) format(\"eot\"),url(assets/fonts/4d52f8276a74ea8efbad833ed790367c.woff2) format(\"woff2\"),url(assets/fonts/a067695dd1b87e927f4056c040d84669.woff) format(\"woff\"),url(assets/fonts/510a664af9771b72d4ce5e637109ca3c.ttf) format(\"truetype\");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix);src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix) format(\"eot\"),url(assets/fonts/63f5acc71d9852468683a4bfe824a28f.woff2) format(\"woff2\"),url(assets/fonts/ed94c737da267752ce0abd79bb003ff6.woff) format(\"woff\"),url(assets/fonts/6302f55a6dc6b12365177dc89b7d63cf.ttf) format(\"truetype\");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix);src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix) format(\"eot\"),url(assets/fonts/1fe7da97fe9dbe1349aca9b54b5fdf69.woff2) format(\"woff2\"),url(assets/fonts/dacc6a84278e221422902af99579ada5.woff) format(\"woff\"),url(assets/fonts/e530c573663a3a07243d303fbf7db508.ttf) format(\"truetype\");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix);src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix) format(\"eot\"),url(assets/fonts/93ec0034623fc696601ab99aba652d4c.woff2) format(\"woff2\"),url(assets/fonts/d73c8eb1c13abe1237366aa3ee829a59.woff) format(\"woff\"),url(assets/fonts/7b6dcef99f3f4b23346e23925ec8678f.ttf) format(\"truetype\");font-weight:600;font-style:italic;font-display:swap}.tet-icon{font-family:Tet Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tet Icons;src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot);src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot?#iefix) format(\"embedded-opentype\"),url(assets/fonts/25f10ef322a1220b2e9e11db38b73892.woff2) format(\"woff2\"),url(assets/fonts/fed75ac1edcf1c25cdd8612d2c365f9a.woff) format(\"woff\"),url(assets/fonts/df7fbe67cabb13cb837172a73c46378a.ttf) format(\"truetype\"),url(assets/fonts/5486d8c87e2abc6c13ed952a6cc96658.svg#tet-icons) format(\"svg\");font-weight:400;font-style:normal}.tet-icon:before{content:\"\\E84E\"}.tet-icon--sm{font-size:1.125rem}.tet-icon--md{font-size:1.5rem}.tet-icon--lg{font-size:2.25rem}.tet-icon--xl{font-size:3rem}.tet-icon--xxl{font-size:4rem}.tet-icon--0{font-size:0}.tet-icon--1{font-size:.0625rem}.tet-icon--2{font-size:.125rem}.tet-icon--3{font-size:.1875rem}.tet-icon--4{font-size:.25rem}.tet-icon--5{font-size:.3125rem}.tet-icon--6{font-size:.375rem}.tet-icon--7{font-size:.4375rem}.tet-icon--8{font-size:.5rem}.tet-icon--9{font-size:.5625rem}.tet-icon--10{font-size:.625rem}.tet-icon--11{font-size:.6875rem}.tet-icon--12{font-size:.75rem}.tet-icon--13{font-size:.8125rem}.tet-icon--14{font-size:.875rem}.tet-icon--15{font-size:.9375rem}.tet-icon--16{font-size:1rem}.tet-icon--17{font-size:1.0625rem}.tet-icon--18{font-size:1.125rem}.tet-icon--19{font-size:1.1875rem}.tet-icon--20{font-size:1.25rem}.tet-icon--21{font-size:1.3125rem}.tet-icon--22{font-size:1.375rem}.tet-icon--23{font-size:1.4375rem}.tet-icon--24{font-size:1.5rem}.tet-icon--25{font-size:1.5625rem}.tet-icon--26{font-size:1.625rem}.tet-icon--27{font-size:1.6875rem}.tet-icon--28{font-size:1.75rem}.tet-icon--29{font-size:1.8125rem}.tet-icon--30{font-size:1.875rem}.tet-icon--31{font-size:1.9375rem}.tet-icon--32{font-size:2rem}.tet-icon--33{font-size:2.0625rem}.tet-icon--34{font-size:2.125rem}.tet-icon--35{font-size:2.1875rem}.tet-icon--36{font-size:2.25rem}.tet-icon--37{font-size:2.3125rem}.tet-icon--38{font-size:2.375rem}.tet-icon--39{font-size:2.4375rem}.tet-icon--40{font-size:2.5rem}.tet-icon--41{font-size:2.5625rem}.tet-icon--42{font-size:2.625rem}.tet-icon--43{font-size:2.6875rem}.tet-icon--44{font-size:2.75rem}.tet-icon--45{font-size:2.8125rem}.tet-icon--46{font-size:2.875rem}.tet-icon--47{font-size:2.9375rem}.tet-icon--48{font-size:3rem}.tet-icon--49{font-size:3.0625rem}.tet-icon--50{font-size:3.125rem}.tet-icon--51{font-size:3.1875rem}.tet-icon--52{font-size:3.25rem}.tet-icon--53{font-size:3.3125rem}.tet-icon--54{font-size:3.375rem}.tet-icon--55{font-size:3.4375rem}.tet-icon--56{font-size:3.5rem}.tet-icon--57{font-size:3.5625rem}.tet-icon--58{font-size:3.625rem}.tet-icon--59{font-size:3.6875rem}.tet-icon--60{font-size:3.75rem}.tet-icon--61{font-size:3.8125rem}.tet-icon--62{font-size:3.875rem}.tet-icon--63{font-size:3.9375rem}.tet-icon--64{font-size:4rem}.tet-icon--65{font-size:4.0625rem}.tet-icon--66{font-size:4.125rem}.tet-icon--67{font-size:4.1875rem}.tet-icon--68{font-size:4.25rem}.tet-icon--69{font-size:4.3125rem}.tet-icon--70{font-size:4.375rem}.tet-icon--71{font-size:4.4375rem}.tet-icon--72{font-size:4.5rem}.tet-icon--73{font-size:4.5625rem}.tet-icon--74{font-size:4.625rem}.tet-icon--75{font-size:4.6875rem}.tet-icon--76{font-size:4.75rem}.tet-icon--77{font-size:4.8125rem}.tet-icon--78{font-size:4.875rem}.tet-icon--79{font-size:4.9375rem}.tet-icon--80{font-size:5rem}.tet-icon--81{font-size:5.0625rem}.tet-icon--82{font-size:5.125rem}.tet-icon--83{font-size:5.1875rem}.tet-icon--84{font-size:5.25rem}.tet-icon--85{font-size:5.3125rem}.tet-icon--86{font-size:5.375rem}.tet-icon--87{font-size:5.4375rem}.tet-icon--88{font-size:5.5rem}.tet-icon--89{font-size:5.5625rem}.tet-icon--90{font-size:5.625rem}.tet-icon--91{font-size:5.6875rem}.tet-icon--92{font-size:5.75rem}.tet-icon--93{font-size:5.8125rem}.tet-icon--94{font-size:5.875rem}.tet-icon--95{font-size:5.9375rem}.tet-icon--96{font-size:6rem}.tet-icon--97{font-size:6.0625rem}.tet-icon--98{font-size:6.125rem}.tet-icon--99{font-size:6.1875rem}.tet-icon--100{font-size:6.25rem}.tet-icon--101{font-size:6.3125rem}.tet-icon__add:before{content:\"\\E800\"}.tet-icon__alert-circled:before{content:\"\\E801\"}.tet-icon__alert:before{content:\"\\E802\"}.tet-icon__bank:before{content:\"\\E803\"}.tet-icon__box:before{content:\"\\E804\"}.tet-icon__download:before{content:\"\\E805\"}.tet-icon__burger:before{content:\"\\E806\"}.tet-icon__cancel:before{content:\"\\E807\"}.tet-icon__printer:before{content:\"\\E808\"}.tet-icon__cart-add:before{content:\"\\E809\"}.tet-icon__cart-remove:before{content:\"\\E80A\"}.tet-icon__cart:before{content:\"\\E80B\"}.tet-icon__chat:before{content:\"\\E80C\"}.tet-icon__arrow-up:before{content:\"\\E80D\"}.tet-icon__calendar:before{content:\"\\E80E\"}.tet-icon__help-circled:before{content:\"\\E80F\"}.tet-icon__edit:before{content:\"\\E810\"}.tet-icon__external-link:before{content:\"\\E811\"}.tet-icon__gift:before{content:\"\\E812\"}.tet-icon__person:before{content:\"\\E813\"}.tet-icon__heart:before{content:\"\\E814\"}.tet-icon__language:before{content:\"\\E815\"}.tet-icon__help:before{content:\"\\E816\"}.tet-icon__home-1:before{content:\"\\E817\"}.tet-icon__location:before{content:\"\\E818\"}.tet-icon__home-3:before{content:\"\\E819\"}.tet-icon__chart-even:before{content:\"\\E81A\"}.tet-icon__info-2:before{content:\"\\E81B\"}.tet-icon__key:before{content:\"\\E81C\"}.tet-icon__info:before{content:\"\\E81D\"}.tet-icon__lock-opened:before{content:\"\\E81E\"}.tet-icon__lock-outlined:before{content:\"\\E81F\"}.tet-icon__lock:before{content:\"\\E820\"}.tet-icon__laptop-filled:before{content:\"\\E821\"}.tet-icon__mail:before{content:\"\\E822\"}.tet-icon__options:before{content:\"\\E823\"}.tet-icon__chart-uneven:before{content:\"\\E824\"}.tet-icon__mail-2:before{content:\"\\E825\"}.tet-icon__remove:before{content:\"\\E826\"}.tet-icon__mobile-filled:before{content:\"\\E827\"}.tet-icon__ilu-calendar-check:before{content:\"\\E828\"}.tet-icon__settings-outlined:before{content:\"\\E829\"}.tet-icon__tablet:before{content:\"\\E82A\"}.tet-icon__thumb-up:before{content:\"\\E82B\"}.tet-icon__ilu-purchase:before{content:\"\\E82C\"}.tet-icon__chart-even-outlined:before{content:\"\\E82D\"}.tet-icon__movie:before{content:\"\\E82E\"}.tet-icon__percent:before{content:\"\\E82F\"}.tet-icon__ilu-change-whenever:before{content:\"\\E830\"}.tet-icon__truck:before{content:\"\\E831\"}.tet-icon__zero:before{content:\"\\E832\"}.tet-icon__attach:before{content:\"\\E833\"}.tet-icon__cloud-done:before{content:\"\\E834\"}.tet-icon__cloud-download:before{content:\"\\E835\"}.tet-icon__cloud-upload:before{content:\"\\E836\"}.tet-icon__cloud:before{content:\"\\E837\"}.tet-icon__folder:before{content:\"\\E838\"}.tet-icon__remote:before{content:\"\\E839\"}.tet-icon__router:before{content:\"\\E83A\"}.tet-icon__shield-filled:before{content:\"\\E83B\"}.tet-icon__shield:before{content:\"\\E83C\"}.tet-icon__ilu-devices:before{content:\"\\E83D\"}.tet-icon__ilu-get-points:before{content:\"\\E83E\"}.tet-icon__tv:before{content:\"\\E83F\"}.tet-icon__ilu-internet:before{content:\"\\E840\"}.tet-icon__wifi-outlined:before{content:\"\\E841\"}.tet-icon__wifi:before{content:\"\\E842\"}.tet-icon__description-outlined:before{content:\"\\E843\"}.tet-icon__laptop:before{content:\"\\E844\"}.tet-icon__chart-uneven-outlined:before{content:\"\\E845\"}.tet-icon__meter:before{content:\"\\E846\"}.tet-icon__mobile:before{content:\"\\E847\"}.tet-icon__phone:before{content:\"\\E848\"}.tet-icon__plug-filled:before{content:\"\\E849\"}.tet-icon__plug:before{content:\"\\E84A\"}.tet-icon__print:before{content:\"\\E84B\"}.tet-icon__camera:before{content:\"\\E84C\"}.tet-icon__clock:before{content:\"\\E84D\"}.tet-icon__placeholder:before{content:\"\\E84E\"}.tet-icon__tv-filled:before{content:\"\\E84F\"}.tet-icon__arrow-down:before{content:\"\\E850\"}.tet-icon__arrow-left:before{content:\"\\E851\"}.tet-icon__arrow-right:before{content:\"\\E852\"}.tet-icon__description:before{content:\"\\E853\"}.tet-icon__login:before{content:\"\\E854\"}.tet-icon__check:before{content:\"\\E855\"}.tet-icon__chevron-down:before{content:\"\\E856\"}.tet-icon__chevron-left:before{content:\"\\E857\"}.tet-icon__chevron-right:before{content:\"\\E858\"}.tet-icon__chevron-up:before{content:\"\\E859\"}.tet-icon__close-circled:before{content:\"\\E85A\"}.tet-icon__close:before{content:\"\\E85B\"}.tet-icon__more-horizontal:before{content:\"\\E85C\"}.tet-icon__more-vertical:before{content:\"\\E85D\"}.tet-icon__refresh:before{content:\"\\E85E\"}.tet-icon__facebook:before{content:\"\\E85F\"}.tet-icon__instagram:before{content:\"\\E860\"}.tet-icon__linkedin:before{content:\"\\E861\"}.tet-icon__people:before{content:\"\\E862\"}.tet-icon__logout:before{content:\"\\E863\"}.tet-icon__share:before{content:\"\\E864\"}.tet-icon__twitter:before{content:\"\\E865\"}.tet-icon__cancel-filled:before{content:\"\\E866\"}.tet-icon__done:before{content:\"\\E867\"}.tet-icon__star-filled:before{content:\"\\E868\"}.tet-icon__star:before{content:\"\\E869\"}.tet-icon__clipboard:before{content:\"\\E86A\"}.tet-icon__ilu-calendar:before{content:\"\\E86B\"}.tet-icon__check-circled:before{content:\"\\E86C\"}.tet-icon__ilu-choose-channels:before{content:\"\\E86D\"}.tet-icon__search:before{content:\"\\E86E\"}.tet-icon__warning:before{content:\"\\E86F\"}.tet-icon__ilu-clock-1:before{content:\"\\E870\"}.tet-icon__ilu-fold:before{content:\"\\E871\"}.tet-icon__ilu-letter:before{content:\"\\E872\"}.tet-icon__ilu-pay:before{content:\"\\E873\"}.tet-icon__ilu-meter:before{content:\"\\E874\"}.tet-icon__ilu-sign:before{content:\"\\E875\"}.tet-icon__smart-watch-filled:before{content:\"\\E876\"}.tet-icon__washing-machine-filled:before{content:\"\\E877\"}.tet-icon__bullet:before{content:\"\\E878\"}.tet-icon__sound:before{content:\"\\E879\"}.tet-icon__dropdown:before{content:\"\\E87A\"}.tet-icon__mask-pass:before{content:\"\\E87B\"}.tet-icon__select:before{content:\"\\E87C\"}.tet-icon__text-area-sizing:before{content:\"\\E87D\"}.tet-icon__unmask-pass:before{content:\"\\E87E\"}.tet-icon__bullet-small:before{content:\"\\E882\"}.tet-icon__electric-bolt:before{content:\"\\E880\"}.tet-icon__sun:before{content:\"\\E881\"}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}:host{--color-gray-light:#cdd2de;--color-ta070:#f5f6f8;--color-ta080:#e6e8ee;--color-ta100:#cdd2de;--color-ta200:#9ba5be;--color-ta300:#69789c;--color-ta500:#1e356a;--color-ta600:#051d59;--color-tc090:#d6e6fd;--color-tc100:#d1dffe;--color-tc300:#75a1fb;--color-tc500:#1a70f6;--color-tc600:#0060f5;--color-td500:#00F1F2;--color-td600:#01cbe0;--color-tf600:#f53b2a;--color-tg300:#2b3036;--color-tg400:#1d2128;--color-tg500:#12171e;--color-tg600:#01050c;--color-th500:#f5f5f5;--color-ti500:#869198;--color-ti600:#aeb7bc;--text-font:Gilroy, serif;--text-color-darker:var(--color-ta600);--text-color-dark:var(--color-ta500);--text-color-dark-theme:var(--color-th500);--icons-font:Tet Icons, serif}.icon.tet-search{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-search::before{content:\"\\e86e\"}.icon.tet-close-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close-circled::before{content:\"\\e85a\"}.icon.tet-close{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close::before{content:\"\\e85b\"}.icon.tet-check-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check-circled::before{content:\"\\e86c\"}.icon.tet-check{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check::before{content:\"\\e855\"}.icon.tet-chevron-up{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-up::before{content:\"\\e859\"}.icon.tet-chevron-down{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-down::before{content:\"\\e856\"}.icon.tet-clipboard{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-clipboard::before{content:\"\\e86a\"}.icon.tet-info{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-info::before{content:\"\\e81d\"}.icon.tet-done{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-done::before{content:\"\\e867\"}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--menu-text-size:0.875rem;--menu-line-height:1.25rem;--menu-text-color:rgb(10, 11, 13);--menu-text-color-dark:rgb(255, 255, 255);--menu-font-family:\"Inter\", var(--font-family-fallback);--menu-background-color:rgb(255, 255, 255);--menu-background-dark-color:rgb(22, 25, 29);--menu-link-active-background-color:rgb(237, 245, 252);--menu-link-hover-background-color:rgba(88, 99, 116, 0.08);--menu-link-hover-background-dark-color:rgba(153, 160, 174, 0.12);--menu-dropdown-border-color:rgba(192, 197, 206, 0.12);--menu-dropdown-box-shadow:0 0.063rem 0.125rem rgba(10, 11, 13, 0.05),\n 0 0.313rem 0.688rem rgba(10, 11, 13, 0.12);--menu-border-radius:0.625rem;--menu-focus-outline-color:var(--tc-blue-40);display:inline-block;position:relative;box-sizing:border-box}.menu{position:relative;padding:0.25rem 0;color:var(--menu-text-color);line-height:var(--menu-line-height);font-family:var(--menu-font-family);font-size:var(--menu-text-size);font-weight:500}.menu a{color:var(--menu-text-color);text-decoration:none}.menu__first-level{display:flex;flex-direction:row;align-items:center;border-radius:var(--menu-border-radius);padding:0.5rem 0.75rem;white-space:nowrap}.menu__first-level .chevron{display:flex;--icon-size:1rem;margin-left:0.4rem;transition:transform 150ms ease-out}.menu__first-level:hover{background-color:var(--menu-link-hover-background-color)}.menu__first-level:hover .chevron{transform:rotate(-180deg)}.menu__first-level:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;outline-color:var(--menu-focus-outline-color)}.menu__icon{display:none}.menu__dropdown{max-height:0;transform:scaleY(0);position:absolute;margin-top:0.25rem;z-index:1;min-width:14rem;background:var(--menu-background-color);border:0.031rem solid var(--menu-dropdown-border-color);box-shadow:var(--menu-dropdown-box-shadow);border-radius:var(--menu-border-radius);transform-origin:top;animation-name:hideDropdown;animation-fill-mode:both;animation-duration:300ms;animation-timing-function:ease-out;right:0}:hover>.menu__dropdown,:focus>.menu__dropdown,:focus-within>.menu__dropdown{max-height:100rem;transform:scaleY(1);animation-name:showDropdown;animation-fill-mode:both;animation-duration:300ms;animation-timing-function:ease-out;outline:none}.menu__dropdown__list{padding:0.625rem 0 0.438rem 0}.menu__dropdown__list__sub-title{display:none}.menu__dropdown__list li{list-style:none;white-space:nowrap;padding-bottom:0.063rem}.menu__dropdown a{padding:0.5rem 1rem;display:block}.menu__dropdown a:hover{background-color:var(--menu-link-hover-background-color)}.menu__dropdown a:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:-0.125rem;transition:outline 0s;outline-color:var(--menu-focus-outline-color);border-radius:0.5rem}.menu__dropdown a.menu--active{background-color:var(--menu-link-active-background-color)}.menu__dropdown a.menu--active:hover{background-color:var(--menu-link-hover-background-color)}.menu__main{--menu-text-size:1rem;--menu-line-height:1.5rem;--menu-dropdown-box-shadow:0 0 0.063rem rgba(10, 11, 13, 0.08),\n 0 0.063rem 0.188rem rgba(10, 11, 13, 0.12);--menu-dropdown-border-color:rgba(10, 11, 13, 0.08)}.menu__main .menu__first-level{padding:0.375rem 0.75rem;gap:0.25rem}.menu__main .menu__first-level .chevron{--icon-size:1.25rem;margin-left:0}.menu__main .menu__first-level.menu--active{background-color:var(--menu-link-active-background-color)}.menu__main .menu__first-level.menu--active:hover{background-color:var(--menu-link-hover-background-color)}.menu__main .menu__dropdown{min-width:21.625rem;border:0.031rem solid var(--menu-dropdown-border-color);right:auto;left:0}.menu__main .menu__dropdown__list{padding:0.5rem}.menu__main .menu__dropdown__list a{border-radius:var(--menu-border-radius);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding:0.625rem 0.75rem}.menu__main .menu__dropdown__list a:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:-0.125rem;transition:outline 0s;outline-color:var(--menu-focus-outline-color);border-radius:0.5rem}.menu__main .menu__dropdown__list .menu--highlighted{position:relative;margin-bottom:0.875rem}.menu__main .menu__dropdown__list .menu--highlighted:after{content:\"\";position:absolute;left:0.375rem;right:0.375rem;bottom:-0.438rem;height:0.063rem;background:rgb(235, 237, 239)}.menu__main .menu__dropdown__list__sub-title{display:block;font-size:0.875rem;line-height:1.25rem;color:rgb(67, 75, 86)}.menu__main .menu__icon{width:2.75rem;padding-right:0.75rem;display:flex;align-items:center;justify-content:center}.menu__main .menu__icon img,.menu__main .menu__icon svg{max-width:2rem;max-height:2rem}.menu__chevron{margin-left:auto}.menu__sublist{transform:scaleX(0);position:absolute;z-index:1;min-width:14rem;transform-origin:top right}:hover>.menu__sublist,:focus>.menu__sublist,:focus-within>.menu__sublist{max-height:100rem;transform:scaleX(1);outline:none}.menu__sublist.left{right:calc(100% - 0.6rem);padding-right:1.1rem}.menu__sublist.right{left:calc(100% - 0.6rem);padding-left:1.1rem}.menu__sublist .content{background:var(--menu-background-color);border:0.031rem solid var(--menu-dropdown-border-color);box-shadow:var(--menu-dropdown-box-shadow);border-radius:var(--menu-border-radius);min-width:21.875rem;padding:0.625rem 0}.menu__sublist .content a{font:500 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\";border-radius:unset}.menu__sublist .content a:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:-0.125rem;transition:outline 0s;outline-color:var(--menu-focus-outline-color);border-radius:0.5rem}.menu__sublist .content a.menu--active{background-color:var(--menu-link-hover-background-color)}.menu__sublist .content a.menu--active:hover{background-color:var(--menu-link-hover-background-color)}.menu__login .menu__first-level{border-radius:2rem;padding:0.5rem 0.875rem;background-color:rgb(10, 11, 13);color:rgb(255, 255, 255)}.menu__login .menu__first-level .menu__icon tet-icon{--icon-color:rgb(255, 255, 255);--icon-size:1.25rem;--icon-container-display:flex}.menu__login .menu__first-level .chevron{margin-left:0.5rem;--icon-color:rgb(255, 255, 255);--icon-size:1.25rem}.menu__login .menu--highlighted{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;margin:0 0 0.813rem 0}.menu__login .menu--highlighted:after{content:\"\";position:absolute;left:0.5rem;right:0.5rem;bottom:-0.438rem;height:0.063rem;background:rgb(235, 237, 239)}.menu__login .menu__icon{display:flex;margin-right:0.5rem}.menu__login .menu__icon.right{display:inline-flex;margin-left:auto;align-content:center;justify-content:center}.menu__login .menu--highlighted.line-top{margin:0.813rem 0 0 0}.menu__login .menu--highlighted.line-top:after{top:-0.5rem;bottom:auto}.menu__login .menu__dropdown__list a.text-color-secondary{color:rgb(67, 75, 86)}.menu__language .menu__dropdown{min-width:6rem;white-space:nowrap}.menu__language .menu__dropdown a{position:relative}.menu__language .menu__dropdown__list__checkmark{--icon-size:1.125rem;position:absolute;right:0.782rem;top:0.563rem}.menu__dark{--menu-focus-outline-color:var(--tc-blue-40-dark)}.menu__dark .menu__first-level.menu--active{background-color:rgb(24, 40, 59)}.menu__dark .menu__first-level.menu--active:hover{background-color:var(--menu-link-hover-background-dark-color)}.menu__dark .menu__first-level:hover{background-color:var(--menu-link-hover-background-dark-color)}.menu__dark a{color:var(--menu-text-color-dark)}.menu__dark a .chevron{--icon-color:var(--menu-text-color-dark)}.menu__dark .menu__dropdown{background:var(--menu-background-dark-color)}.menu__dark .menu__dropdown .menu__dropdown__list li a.menu--active{background-color:var(--menu-link-hover-background-dark-color)}.menu__dark .menu__dropdown .menu__dropdown__list li a.menu--active .menu__dropdown__list__checkmark{--icon-color:var(--menu-text-color-dark)}.menu__dark .menu__dropdown .menu__dropdown__list li a div .menu__dropdown__list__sub-title{color:rgb(153, 160, 174)}.menu__dark .menu__dropdown .menu__dropdown__list li a .menu__icon tet-icon{--icon-color:var(--menu-text-color-dark)}.menu__dark .menu__dropdown .menu__dropdown__list li a .menu__sublist .content{background:var(--menu-background-dark-color)}.menu__dark .menu__dropdown .menu__dropdown__list li a .menu__sublist .content li a{color:var(--menu-text-color-dark)}.menu__dark .menu__dropdown .menu__dropdown__list li a.menu--highlighted:after{background:rgb(35, 40, 46)}.menu__dark .menu__dropdown .menu__dropdown__list li a.menu--highlighted:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline:0.125rem solid var(--tc-blue-40-dark);outline-offset:0.125rem;transition:outline 0s}.menu__dark .menu__dropdown .menu__dropdown__list li a.menu--highlighted:focus-visible:after{outline:none}.menu__dark .menu__dropdown .menu__dropdown__list li a:hover{background-color:var(--menu-link-hover-background-dark-color)}.menu.menu__dark.menu__login .menu__first-level{background-color:rgb(255, 255, 255);color:rgb(10, 11, 13)}.menu.menu__dark.menu__login .menu__first-level:hover{background-color:rgb(235, 237, 239)}.menu.menu__dark.menu__login a{background-color:var(--menu-background-dark-color);color:var(--menu-text-color-dark)}.menu.menu__dark.menu__login a .menu__icon tet-icon,.menu.menu__dark.menu__login a .chevron{--icon-color:var(--menu-text-color)}.menu.menu__dark.menu__login a .menu__dropdown{background:var(--menu-background-dark-color)}.menu.menu__dark.menu__login a .menu__dropdown .menu__dropdown__list li a.menu--highlighted{background-color:rgba(89, 99, 115, 0.08)}.menu.menu__dark.menu__login a:hover{background-color:var(--menu-link-hover-background-dark-color)}.menu.menu__dark.menu__login .menu--highlighted:after{background:rgb(35, 40, 46)}@keyframes showDropdown{0%{max-height:0;padding-bottom:0.2rem;overflow:hidden}100%{max-height:100rem;padding-bottom:0;overflow:visible}}@keyframes hideDropdown{0%{max-height:100rem}100%{max-height:0}}";
|
|
5
5
|
const TetMenuStyle0 = tetMenuCss;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, d as createEvent, f as forceUpdate, h, c as Host } from './p-37ed3ebb.js';
|
|
2
2
|
import { p as processTranslations, t as translate } from './p-aca28e71.js';
|
|
3
|
-
import { d as defineCustomElement$4 } from './p-
|
|
4
|
-
import { d as defineCustomElement$3 } from './p-
|
|
5
|
-
import { d as defineCustomElement$2 } from './p-
|
|
3
|
+
import { d as defineCustomElement$4 } from './p-c9491692.js';
|
|
4
|
+
import { d as defineCustomElement$3 } from './p-21be0dd0.js';
|
|
5
|
+
import { d as defineCustomElement$2 } from './p-14534acc.js';
|
|
6
6
|
|
|
7
7
|
const TetMultiStepDialog$1 = /*@__PURE__*/ proxyCustomElement(class TetMultiStepDialog extends H {
|
|
8
8
|
constructor() {
|