@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
|
@@ -47,13 +47,13 @@ export class TetSpinner {
|
|
|
47
47
|
this.setForeignObjectAttributes();
|
|
48
48
|
}
|
|
49
49
|
render() {
|
|
50
|
-
return (h("div", { key: '
|
|
50
|
+
return (h("div", { key: '40a511cb4a645a1525088abf9b8af5f756566f57', ref: element => (this.spinner = element), class: {
|
|
51
51
|
spinner: true,
|
|
52
52
|
[`${this.theme}-theme`]: true,
|
|
53
53
|
[`size--${this.size}`]: true,
|
|
54
54
|
[`spinner--${this.type}`]: true,
|
|
55
|
-
} }, h("svg", { key: '
|
|
56
|
-
0 40 8.9543 40 20ZM6 20C6 27.732 12.268 34 20 34C27.732 34 34 27.732 34 20C34 12.268 27.732 6 20 6C12.268 6 6 12.268 6 20Z` })), h("foreignObject", { key: '
|
|
55
|
+
} }, h("svg", { key: '20d9c1f5d8abe95222e25b12d73d053b0db87ee4', viewBox: "0 0 40 40" }, h("clipPath", { key: '536e4b76f4e4224798627352daf01923c55ffeb8', id: "clip" }, h("path", { key: '7d552904593ec4f48124265dd29eda5f2a97a004', d: `M40 20C40 31.0457 31.0457 40 20 40C8.9543 40 0 31.0457 0 20C0 8.9543 8.9543 0 20 0C31.0457
|
|
56
|
+
0 40 8.9543 40 20ZM6 20C6 27.732 12.268 34 20 34C27.732 34 34 27.732 34 20C34 12.268 27.732 6 20 6C12.268 6 6 12.268 6 20Z` })), h("foreignObject", { key: '338884d5e49d3539091ec14a5cf2a8f848556c5e' }, h("div", { key: 'a2f073464ee8914119d4ca6c7ad456eeb6cf0cc0', class: "spinner__gradient" })))));
|
|
57
57
|
}
|
|
58
58
|
static get is() { return "tet-spinner"; }
|
|
59
59
|
static get encapsulation() { return "shadow"; }
|
|
@@ -13,12 +13,12 @@ export class TetLabel {
|
|
|
13
13
|
this.showIcon = false;
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
return (h(Host, { key: '
|
|
16
|
+
return (h(Host, { key: '7800d5c4511794832410f80a2d9d27e3e354fe2f' }, h("div", { key: '8c7594525064ab2d0d7a6712a86b7f0484597a2f', class: {
|
|
17
17
|
label: true,
|
|
18
18
|
'label-active': this.active,
|
|
19
19
|
[`label-type-${this.type}`]: true,
|
|
20
20
|
[`theme-${this.theme}`]: true,
|
|
21
|
-
} }, this.labelTitle && h("p", { key: '
|
|
21
|
+
} }, this.labelTitle && h("p", { key: 'cbb0e2bce2e288af3e45cf247f929c6c09298128', class: "label-title" }, this.translateTitle ? t(this.labelTitle) : this.labelTitle), this.showIcon && h("tet-icon", { key: '79ebfc91f957657065ad7d0c9914d920baf10fbf', class: "label-icon", name: "close-circle", part: "icon-selected" }))));
|
|
22
22
|
}
|
|
23
23
|
static get is() { return "tet-label"; }
|
|
24
24
|
static get encapsulation() { return "shadow"; }
|
|
@@ -51,9 +51,9 @@ export class TetDatepickerHeader {
|
|
|
51
51
|
this.internalDateChanged.emit(newDate);
|
|
52
52
|
}
|
|
53
53
|
render() {
|
|
54
|
-
return (h("div", { key: '
|
|
54
|
+
return (h("div", { key: '109ec7d2eea9fa0600ea9f9366692b925eca11bd', class: "header" }, this.datepickerView !== 'year'
|
|
55
55
|
? (h("div", { class: "icon-container", onClick: () => this.subtractDates() }, h("tet-icon", { class: "arrow-left", name: "arrow-left" })))
|
|
56
|
-
: h("div", null), h("div", { key: '
|
|
56
|
+
: h("div", null), h("div", { key: '5efe15ba84a161f35233806ad31cabaf2a3b04d2', class: "control-button", onClick: () => this.changeDatepickerView() }, this.getControlButtonDate(), h("tet-icon", { key: '84ca22b102b2258a3a948b6e3c6a93659e19a64a', class: "chevron-down", name: this.datepickerView === 'month' ? 'chevron-down' : 'chevron-up' })), this.datepickerView !== 'year'
|
|
57
57
|
? (h("div", { class: "icon-container", onClick: () => this.addDates() }, h("tet-icon", { class: "arrow-left", name: "arrow-right" })))
|
|
58
58
|
: h("div", null)));
|
|
59
59
|
}
|
|
@@ -156,7 +156,7 @@ export class TetDatepickerMonthView {
|
|
|
156
156
|
return date.toDateString() === this.currentDate.toDateString();
|
|
157
157
|
}
|
|
158
158
|
render() {
|
|
159
|
-
return (h(Host, { key: '
|
|
159
|
+
return (h(Host, { key: 'f16154d28915c22cf06afc2d8f0ad60dbdfd7961' }, h("div", { key: '02a2ae96fbbf9e1975846f545c07b5ffc40124eb', class: "weekday-header" }, this.days.map((day) => h("div", { class: "day" }, day))), h("div", { key: '3686d99d34eff7c0beed499b818d091b95ccc55b', class: "month-dates" }, this.previousMonthPreviewDates.map((date) => h("div", { class: "date-container" }, h("div", { class: "preview-date" }, date.getDate()))), this.monthDates.map(date => h("div", { class: this.getDateContainerClasses(date), onPointerEnter: (event) => this.setInRangeHover(date, event), onPointerLeave: (event) => this.removeInRangeHover(event) }, h("div", { class: this.getDateClasses(date), onClick: () => this.handleDateSelection(date) }, date.getDate()))), this.nextMonthPreviewDates.map((date) => h("div", { class: "date-container" }, h("div", { class: "preview-date" }, date))))));
|
|
160
160
|
}
|
|
161
161
|
static get is() { return "tet-datepicker-month-view"; }
|
|
162
162
|
static get encapsulation() { return "shadow"; }
|
|
@@ -29,7 +29,7 @@ export class TetDatepickerMultiYearView {
|
|
|
29
29
|
this.years = this.getYears(this.internalDate);
|
|
30
30
|
}
|
|
31
31
|
render() {
|
|
32
|
-
return (h("div", { key: '
|
|
32
|
+
return (h("div", { key: '962921db16c6d9887d54278e6cbad40f2a8d0b5c', class: "container" }, this.years.map((year) => h("div", { class: this.getYearClasses(year), onClick: () => this.handleYearSelection(year) }, year))));
|
|
33
33
|
}
|
|
34
34
|
static get is() { return "tet-datepicker-multi-year-view"; }
|
|
35
35
|
static get encapsulation() { return "shadow"; }
|
|
@@ -34,7 +34,7 @@ export class TetDatepickerYearView {
|
|
|
34
34
|
return this.todayDate.getMonth() === monthIndex;
|
|
35
35
|
}
|
|
36
36
|
render() {
|
|
37
|
-
return (h("div", { key: '
|
|
37
|
+
return (h("div", { key: '962fb26f4e0ce8b8b85505f8e18d6985a7d6f05f', class: "container" }, this.months.map((month, index) => h("div", { class: "month-container" }, h("div", { class: this.getMonthClasses(index), onClick: () => this.handleMonthSelection(index) }, month)))));
|
|
38
38
|
}
|
|
39
39
|
static get is() { return "tet-datepicker-year-view"; }
|
|
40
40
|
static get encapsulation() { return "shadow"; }
|
|
@@ -94,10 +94,10 @@ export class TetDatepicker {
|
|
|
94
94
|
this.rangeDatesChanged.emit(newDates);
|
|
95
95
|
}
|
|
96
96
|
render() {
|
|
97
|
-
return (h("div", { key: '
|
|
98
|
-
h("tet-datepicker-month-view", { key: '
|
|
99
|
-
h("tet-datepicker-multi-year-view", { key: '
|
|
100
|
-
h("tet-datepicker-year-view", { key: '
|
|
97
|
+
return (h("div", { key: 'c0577565af339943670071481e75fd61077a2688', class: this.getOverlayClasses(), onClick: this.handleDatepickerClose }, h("div", { key: '6d905cde52c184f42a53c3aa063b112840bc49b6', class: "container", ref: (el) => this.datepickerContainer = el }, h("tet-datepicker-header", { key: '81b190f181e0eda75bbd69ee509191f9126ac5fd', selectedDate: this.date, internalDate: this.internalDate, locale: this.locale, datepickerView: this.datepickerView }), this.datepickerView === 'month' &&
|
|
98
|
+
h("tet-datepicker-month-view", { key: 'df5560d84a00fa1a8951089daea7d9e95b9552e4', selectedDate: this.date, internalDate: this.internalDate, rangePickerMode: this.rangePickerMode, rangeDates: this.rangeDates }), this.datepickerView === 'multi-year' &&
|
|
99
|
+
h("tet-datepicker-multi-year-view", { key: '79f81561239a5c9dd8f0e4ac9454bc4fc249b1f6', selectedDate: this.date, internalDate: this.internalDate }), this.datepickerView === 'year' &&
|
|
100
|
+
h("tet-datepicker-year-view", { key: '089b2d899c52348112bb274ed6dd9c105b8db7b1', selectedDate: this.date, internalDate: this.internalDate }))));
|
|
101
101
|
}
|
|
102
102
|
static get is() { return "tet-datepicker"; }
|
|
103
103
|
static get encapsulation() { return "shadow"; }
|
|
@@ -747,31 +747,31 @@ export class TetRangeSlider {
|
|
|
747
747
|
this.updateProgress();
|
|
748
748
|
}
|
|
749
749
|
render() {
|
|
750
|
-
return (h(Host, { key: '
|
|
750
|
+
return (h(Host, { key: 'd2e0efc140525fe57dcceac6009a72bdecfe58f8' }, h("div", { key: 'f94525b346b500f7598987086869d70e86fb3027', class: {
|
|
751
751
|
'range-slider': true,
|
|
752
752
|
[`range-slider--${this.containerSize}`]: true,
|
|
753
753
|
[`range-slider--${this.type}`]: true,
|
|
754
754
|
'range-slider--no-controls': !this.withControls,
|
|
755
755
|
'range-slider--no-input': !this.withInput,
|
|
756
756
|
[this.theme]: true,
|
|
757
|
-
} }, h("div", { key: '
|
|
757
|
+
} }, h("div", { key: '211d4ae481b98313efbf72e7ce78782f0bf7fb77', class: {
|
|
758
758
|
'range-slider__input-container': true,
|
|
759
759
|
'hidden': !this.withInput,
|
|
760
|
-
} }, h("tet-input", Object.assign({ key: '
|
|
760
|
+
} }, h("tet-input", Object.assign({ key: '85950721167e3668b21530a95a66018e80577234', "input-class": "range-slider__input", "input-type": "number", "input-value": this.currentValue, ref: inputEl => (this.inputRef = inputEl), theme: this.theme, onInput: this.onInputChange, onKeyDown: (event) => this.onInputKeyDown(event, true), accessibilityLabel: this.numberInputAccessibilityLabel }, (this.containerSize !== 'large' ? { inputTabindex: 3 } : {})))), h("div", { key: '352187a3cffa98083508ea751b960c748b4b34fd', class: "range-slider__container" }, h("tet-button", Object.assign({ key: '0843b8b461340ef2b5c77db6a3fd7fde3a63e287', theme: this.theme, iconMode: true, class: {
|
|
761
761
|
'range-slider__control': true,
|
|
762
762
|
'range-slider__control--left': true,
|
|
763
763
|
'hidden': !this.withControls,
|
|
764
|
-
}, clickCallback: this.onControlPreviousClick }, (this.reduceButtonAccessibilityLabel ? { accessibilityLabel: this.reduceButtonAccessibilityLabel } : {}), (this.containerSize !== 'large' ? { tabindex: 2 } : {})), h("tet-icon", { key: '
|
|
764
|
+
}, clickCallback: this.onControlPreviousClick }, (this.reduceButtonAccessibilityLabel ? { accessibilityLabel: this.reduceButtonAccessibilityLabel } : {}), (this.containerSize !== 'large' ? { tabindex: 2 } : {})), h("tet-icon", { key: 'e7663882c0caea974b652f7d8857954323276f5f', name: "remove", class: "range-slider__control--icon" })), h("div", { key: '213c9a631097ad41201db2d3538d191fc21f2db4', onTouchStart: this.onContainerTouchStart, onTouchEnd: this.onContainerTouchEnd, onMouseDown: this.onContainerMouseDown, onScroll: this.onContainerScroll, ref: sliderContainerEl => (this.sliderContainerRef = sliderContainerEl), class: "range-slider__slider-container", draggable: false }, h("div", { key: '7147f9a98e1f9c337e6b89f5c8e2cff4e3a57da8', class: "range-slider__slider-wrapper" }, h("input", Object.assign({ key: '36d5f35a96ac4d5119ddebf690df980f01ac722a', ref: sliderEl => (this.sliderRef = sliderEl), type: "range", min: this.minValue, max: this.maxValue, step: this.step, value: this.defaultValue, list: "steplist", id: "rangeInput", onInput: this.onSliderInput, onChange: this.onSliderChange, onPointerDown: this.onSliderPointerDown, onPointerUp: this.onSliderPointerUp, onKeyDown: this.onInputKeyDown, class: "range-slider__slider" }, (this.sliderInputAccessibilityLabel ? { "aria-label": this.sliderInputAccessibilityLabel } : {}), (this.containerSize !== 'large' ? { tabindex: 1 } : {})))), h("div", { key: 'b72d98fbb8320108c69725198e8d1e9f72ae1375', class: "range-slider__track range-slider__track--background" }), h("div", { key: '12ec3da2ffdf30023177fe8123894634d039eb53', ref: progressTrackEl => (this.progressTrackRef = progressTrackEl), class: "range-slider__track range-slider__track--progress" }), h("div", { key: 'b0fd65a3b11771d373626ffb2bd25f8129b3d993', ref: tickContainerEl => (this.tickContainerRef = tickContainerEl), class: "range-slider__tick-container" }), h("div", { key: 'ab2d041a3d13cdc5fcd26e4cecdc2a80b8ad3eec', ref: dataLabelEl => (this.dataLabelRef = dataLabelEl), class: {
|
|
765
765
|
'range-slider__data-label-container': true,
|
|
766
766
|
'hidden': this.type === 'secondary' && this.containerSize === 'small',
|
|
767
|
-
} })), h("div", { key: '
|
|
767
|
+
} })), h("div", { key: '339861e13eefa0d718ab281137de3cd87dee355f', class: {
|
|
768
768
|
'range-slider__current-step-container': true,
|
|
769
769
|
'hidden': !this.withCurrentStepCounter,
|
|
770
|
-
} }, h("div", { key: '
|
|
770
|
+
} }, h("div", { key: '7f1c448542ab89dde50a462278444c9deeb947ad', class: "range-slider__current-step", "aria-live": "polite" }, this.dataSet.indexOf(this.getClosestOverrideDataPoint()) + 1, "/", this.dataPoints.length)), h("div", { key: 'dd64435171beb9774782b41fa6320d4593db435e', ref: toolbarHandleEl => (this.tooltipHandleRef = toolbarHandleEl), class: "range-slider__tooltip-handle" }, h("div", { key: '557a151619d4279f1ca6c6736fcd0509675b53b7', class: "range-slider__tooltip translation-none", style: { [`--tooltip-offset`]: `${this.tooltipOffset}rem` }, "aria-live": "polite" }, this.getTooltipValue())), h("tet-button", Object.assign({ key: '2f8ff7e1939b5738b025730b591e509bde22fe43', theme: this.theme, iconMode: true, class: {
|
|
771
771
|
'range-slider__control': true,
|
|
772
772
|
'range-slider__control--right': true,
|
|
773
773
|
'hidden': !this.withControls,
|
|
774
|
-
}, clickCallback: this.onControlNextClick }, (this.addButtonAccessibilityLabel ? { accessibilityLabel: this.addButtonAccessibilityLabel } : {}), (this.containerSize !== 'large' ? { tabindex: 4 } : {})), h("tet-icon", { key: '
|
|
774
|
+
}, clickCallback: this.onControlNextClick }, (this.addButtonAccessibilityLabel ? { accessibilityLabel: this.addButtonAccessibilityLabel } : {}), (this.containerSize !== 'large' ? { tabindex: 4 } : {})), h("tet-icon", { key: 'bab87fc1ad3d2f2eea763f11c5079761f10054cf', name: "add", class: "range-slider__control--icon" }))))));
|
|
775
775
|
}
|
|
776
776
|
static get is() { return "tet-range-slider"; }
|
|
777
777
|
static get encapsulation() { return "shadow"; }
|
|
@@ -123,7 +123,7 @@ export class TetStepperInput {
|
|
|
123
123
|
*/
|
|
124
124
|
render() {
|
|
125
125
|
const { onMinusClick, value, onPlusClick } = this;
|
|
126
|
-
return (h("div", { key: '
|
|
126
|
+
return (h("div", { key: '360bf9007756b51ce164c4c493d8212c5d2b12b3', class: { 'stepper-input': true, [this.theme]: !!this.theme } }, h("tet-button", { key: 'f34274f31fda052045d04222d411d6c43a798e91', type: "secondary", iconMode: true, theme: this.theme, size: 'small', accessibilityLabel: t('components-number-input-decrease'), onKeyDown: this.handleOptionKeydown(onMinusClick), onClick: onMinusClick }, h("tet-icon", { key: 'ea88668bfce1765e768524f4189330a22189fa5c', name: "remove" })), h("input", Object.assign({ key: '9f5ce6a4b5ba842543b3df82f84b79075469ef29', ref: (htmlInputElement) => (this.inputElement = htmlInputElement), class: "stepper-input__value", value: value, type: "number" }, (this.accessibilityLabel ? { "aria-label": this.accessibilityLabel } : {}))), h("tet-button", { key: '86d3f7014eb3751f26eaee43697e92d835184272', type: "secondary", iconMode: true, theme: this.theme, size: 'small', accessibilityLabel: t('components-number-input-increase'), onKeyDown: this.handleOptionKeydown(onPlusClick), onClick: onPlusClick }, h("tet-icon", { key: '1032aa593c834c2b7725948835ff175319238850', name: "add" }))));
|
|
127
127
|
}
|
|
128
128
|
static get is() { return "tet-stepper-input"; }
|
|
129
129
|
static get encapsulation() { return "shadow"; }
|
|
@@ -50,8 +50,8 @@ export class TetTextarea {
|
|
|
50
50
|
'error': (errorMessages.length > 0),
|
|
51
51
|
'keyboard-focus': this.focusVisible,
|
|
52
52
|
};
|
|
53
|
-
return (h(Host, { key: '
|
|
54
|
-
h("span", { key: '
|
|
53
|
+
return (h(Host, { key: 'f79e628ab17d80674f1c62dde0ceb8483e262c1a' }, h("label", { key: '72d885eb035a879584b4bd76962ea1533e43af20', class: { [`${theme}`]: true } }, label &&
|
|
54
|
+
h("span", { key: '6781192e5a71c37fb565d55e947c07bdbef08f8c', class: { 'tet-textarea__label': true, [`tet-textarea__${theme}`]: true } }, label), h("div", { key: '09ed86fe9f2fa60a4a73b48d2e27d31d0f6468ee', class: { 'textarea-container': true, [`tet-textarea__${theme}`]: true } }, h("textarea", { key: '9af0fea02fd6eddb6ecc3d60b08bf5a07beb24da', onFocus: this.addKeyboardFocus, onFocusout: this.removeKeyboardFocus, id: "textarea", class: textareaClasses, placeholder: placeholder, disabled: disabled, autocomplete: "off" }, value))), (this.errorMessages.length > 0) && renderErrorMessages()));
|
|
55
55
|
}
|
|
56
56
|
static get is() { return "tet-textarea"; }
|
|
57
57
|
static get encapsulation() { return "shadow"; }
|
|
@@ -65,7 +65,7 @@ export class TetNewsCardList {
|
|
|
65
65
|
scrollFullWidth,
|
|
66
66
|
controlScrollAmount,
|
|
67
67
|
};
|
|
68
|
-
return (h(Host, { key: '
|
|
68
|
+
return (h(Host, { key: '423893a682627f9686ae8a745d7893195f84b33d' }, h("tet-card-list", Object.assign({ key: '0d14904e7bc8572ba023f7341c05fd3098382c11', theme: this.theme, part: "card-list-component", exportparts: "card-list, card-list-container", withOverflowOpacity: true }, props), this.items.map((item, index) => this.renderListCard(item, index)))));
|
|
69
69
|
}
|
|
70
70
|
static get is() { return "tet-news-card-list"; }
|
|
71
71
|
static get encapsulation() { return "shadow"; }
|
package/dist/collection/components/simple/menu/tet-business-navigation/tet-business-navigation.js
CHANGED
|
@@ -64,7 +64,7 @@ export class TetBusinessNavigation {
|
|
|
64
64
|
/** Render Functional Component*/
|
|
65
65
|
render() {
|
|
66
66
|
const { menuItems, theme } = this;
|
|
67
|
-
return (h("div", { key: '
|
|
67
|
+
return (h("div", { key: '5bedeb509b3edf973121ce2536dc134f1b0f60f6', class: { 'business-navigation': true, [`${theme}`]: true }, role: "group", onMouseDown: this.onContainerMouseDown, ref: (ref) => (this.navigationContainer = ref) }, menuItems && menuItems.map(this.renderMenuItem)));
|
|
68
68
|
}
|
|
69
69
|
static get is() { return "tet-business-navigation"; }
|
|
70
70
|
static get encapsulation() { return "shadow"; }
|
package/dist/collection/components/simple/menu/tet-navigation-mobile/tet-navigation-mobile.js
CHANGED
|
@@ -54,13 +54,13 @@ export class TetNavigationMobile {
|
|
|
54
54
|
this.mainDropdownToggle.emit(isTogglerExpanded);
|
|
55
55
|
}
|
|
56
56
|
render() {
|
|
57
|
-
return (h(Host, { key: '
|
|
57
|
+
return (h(Host, { key: '857fe7ebda03b21b3604f879a37ff5dd562b03a3' }, h("navigation", { key: 'a5129ff287fa54d25bbb7af3d11818f1dd58d04d', class: {
|
|
58
58
|
'navigation': true,
|
|
59
59
|
'navigation--dark': this.darkMode
|
|
60
|
-
} }, h("div", { key: '
|
|
60
|
+
} }, h("div", { key: '357a7998128fe81e11e4700ba801e92bfc296e9d', class: "navigation__nav-bar" }, h("slot", { key: 'cd2c6d0532ffed0df47e7a07fd87d1141af74b5b' })), this.isTogglerVisible && (h("span", { key: '0379c95afe7914848cec6eb89f92edeaed627981', class: "navigation__toggler", onClick: this.onTogglerClick, onKeyDown: (e) => this.handleKeyDown(e), tabIndex: 0 }, h("tet-icon", { key: 'b671a3bcd0d4b16dd6ae088350854b23882e0dd4', theme: this.darkMode ? "dark" : "light", name: this.isTogglerExpanded ? "close" : "burger" }))), h("div", { key: '082981695a780c849389579c1b4789849e3c3dc1', class: {
|
|
61
61
|
'navigation__dropdown': true,
|
|
62
62
|
'navigation__dropdown--expanded': this.isTogglerExpanded,
|
|
63
|
-
}, inert: !this.isTogglerExpanded }, h("slot", { key: '
|
|
63
|
+
}, inert: !this.isTogglerExpanded }, h("slot", { key: '2f56719a1139562bc4355e2187bbde839a5bbacf', name: "dropdown" })))));
|
|
64
64
|
}
|
|
65
65
|
static get is() { return "tet-navigation-mobile"; }
|
|
66
66
|
static get encapsulation() { return "shadow"; }
|
|
@@ -369,6 +369,7 @@
|
|
|
369
369
|
--accordion-border-color: var(--tc-border-quaternary);
|
|
370
370
|
--accordion-border-radius: 0;
|
|
371
371
|
--accordion-break-point: 64rem;
|
|
372
|
+
--accordion-outer-border: none;
|
|
372
373
|
--accordion-header-font: 500 1.5rem/1.75rem Gilroy, Gilroy, Arial, sans-serif;
|
|
373
374
|
--accordion-header-display: flex;
|
|
374
375
|
}
|
|
@@ -390,6 +391,7 @@
|
|
|
390
391
|
background-color: var(--accordion-background-color);
|
|
391
392
|
border-color: var(--accordion-border-color);
|
|
392
393
|
border-radius: var(--accordion-border-radius);
|
|
394
|
+
border: var(--accordion-outer-border);
|
|
393
395
|
}
|
|
394
396
|
.tet-accordion.transparent-bg {
|
|
395
397
|
--accordion-background-color: transparent;
|
|
@@ -108,21 +108,21 @@ export class TetAccordion {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
render() {
|
|
111
|
-
return (h(Host, { key: '
|
|
111
|
+
return (h(Host, { key: 'd18870267b0debbd0262bc6e06e288afd057fb8f' }, h("div", { key: '9f39243ed6aa60991fd8cb736f445f9e2daf7e32', class: {
|
|
112
112
|
'tet-accordion': true,
|
|
113
113
|
'tet-accordion--border': this.withBorder,
|
|
114
114
|
[`${this.theme}-theme`]: true,
|
|
115
115
|
[`tet-accordion--breakpoint-${this.breakpoint}`]: true,
|
|
116
116
|
'transparent-bg': this.transparentBackground,
|
|
117
|
-
} }, h("div", { key: '
|
|
117
|
+
} }, h("div", { key: '81761b06755d01db91363e92fd22a356a848c9e0', class: { "tet-accordion__header": true, [this.theme]: true }, onClick: this.toggleOpenState, onKeyDown: this.toggleAccessibilityOpenState, tabIndex: 0 }, h("slot", { key: '5347e6990ccb28a44eb22d2e4aed0aa4967012c8', name: "header" }, this.headerImageSrc && this.headerImageSrc !== '' && (h("img", { key: '5b648eb0491e0428c89591c752caa5f2ddb46d7f', src: this.headerImageSrc, alt: this.headerImageAlt ? this.headerImageAlt : undefined, class: "tet-accordion__header-image" })), this.renderHeading(), h("tet-icon", { key: 'adb4a8c61b084e83045b47e04cf0a93069237f4b', name: "chevron-down", class: {
|
|
118
118
|
'tet-accordion__icon': true,
|
|
119
119
|
'open': this.isOpen
|
|
120
|
-
} }))), h("div", { key: '
|
|
120
|
+
} }))), h("div", { key: '023d0ee882ce489858aa0b8137595371ef0e27d0', ref: (element) => (this.contentWrapperElement = element), class: {
|
|
121
121
|
'tet-accordion__content-wrapper': true,
|
|
122
122
|
'visible': this.isOpen
|
|
123
|
-
}, inert: !this.isOpen }, h("div", { key: '
|
|
123
|
+
}, inert: !this.isOpen }, h("div", { key: '4b88d85d72e3bf19a4ef5977a81dee3c3698d9d5', ref: (element) => (this.contentElement = element), class: {
|
|
124
124
|
'tet-accordion__content': true
|
|
125
|
-
} }, h("slot", { key: '
|
|
125
|
+
} }, h("slot", { key: 'f42559c1171f5590e8b338698a3133c250c63b2a' }))))));
|
|
126
126
|
}
|
|
127
127
|
static get is() { return "tet-accordion"; }
|
|
128
128
|
static get encapsulation() { return "shadow"; }
|
package/dist/collection/components/simple/structural/tet-expansion-panel/tet-expansion-panel.js
CHANGED
|
@@ -63,7 +63,7 @@ export class TetExpansionPanel {
|
|
|
63
63
|
return this.state;
|
|
64
64
|
}
|
|
65
65
|
render() {
|
|
66
|
-
return (h("div", { key: '
|
|
66
|
+
return (h("div", { key: 'f95708e6604355e34dbd525a55d04288bc19a0e7', class: { 'tet-expansion-panel': true, 'open': this.state === 'open' } }, h("div", { key: '952198be90258ade3285ec83d40a7b46aa8f1417', class: "tet-expansion-panel-content" }, h("slot", { key: 'cefc1f764e78c6bd379089f11c5cf195cffc07e8' }))));
|
|
67
67
|
}
|
|
68
68
|
static get is() { return "tet-expansion-panel"; }
|
|
69
69
|
static get encapsulation() { return "shadow"; }
|
|
@@ -375,6 +375,8 @@
|
|
|
375
375
|
--dialog-overlay-padding: 1rem;
|
|
376
376
|
--dialog-align-items: flex-start;
|
|
377
377
|
--dialog-title-font-size: 1.25rem;
|
|
378
|
+
--dialog-header-padding: 1rem 1.5rem;
|
|
379
|
+
--dialog-body-padding: 1rem 1.5rem;
|
|
378
380
|
--dialog-text-color: var(--tc-text-primary);
|
|
379
381
|
--dialog-background-color: var(--tc-modal-primary);
|
|
380
382
|
--dialog-overlay-color: rgba(18, 19, 21, 0.40);
|
|
@@ -466,7 +468,7 @@ dialog .dialog__header {
|
|
|
466
468
|
align-items: flex-start;
|
|
467
469
|
gap: 0.5rem;
|
|
468
470
|
width: 100%;
|
|
469
|
-
padding:
|
|
471
|
+
padding: var(--dialog-header-padding);
|
|
470
472
|
padding-right: 1.125rem;
|
|
471
473
|
}
|
|
472
474
|
dialog .dialog__header--divider {
|
|
@@ -521,7 +523,7 @@ dialog .dialog__body {
|
|
|
521
523
|
overflow-x: hidden;
|
|
522
524
|
width: 100%;
|
|
523
525
|
flex: 1;
|
|
524
|
-
padding:
|
|
526
|
+
padding: var(--dialog-body-padding);
|
|
525
527
|
}
|
|
526
528
|
dialog .dialog__body * {
|
|
527
529
|
font-family: var(--font-family-content);
|
|
@@ -116,7 +116,7 @@ export class TetNotification {
|
|
|
116
116
|
}
|
|
117
117
|
render() {
|
|
118
118
|
const { headerTitle, content } = this;
|
|
119
|
-
return (h(Host, { key: '
|
|
119
|
+
return (h(Host, { key: 'c79ddcd175221b387f3a7c0331d8192f8e2a4cef' }, h("div", { key: 'ba014bf4495125729975c4e68ea030a312d9ec37', class: { notification: true, [this.theme]: true } }, h("div", { key: '9179f1bfe5826206a35dd65aff5f9ec297a8fc11', class: { item: true, [this.type]: true } }, h("div", { key: '658fd50c3c6c30cb7e8c5d85e3af3a1640f9b61e', class: "header" }, this.renderTypeIcon(), h("div", { key: '7bad8cd28f23e7149d5922de6df6f325f6e66554', class: "title" }, headerTitle), this.renderCloseButton()), h("div", { key: '027d6def2b0e43666220cd93943d7234ce93e5c7', class: "content" }, h("span", { key: 'c0940b3b6cc4a41c357430315bddd1624b16228d', innerHTML: content }), h("div", { key: 'c80e7ab14f77c3f02074484917d7b7dc04f55347' }, h("slot", { key: 'ca10965657097ff2a3405386148c17495ee68f82', name: "button" })))))));
|
|
120
120
|
}
|
|
121
121
|
static get is() { return "tet-notification"; }
|
|
122
122
|
static get encapsulation() { return "shadow"; }
|
|
@@ -351,7 +351,7 @@ export class TetTooltip {
|
|
|
351
351
|
return isTooltipOutOfBounds;
|
|
352
352
|
}
|
|
353
353
|
render() {
|
|
354
|
-
return h(Host, { key: '
|
|
354
|
+
return h(Host, { key: 'ca927c2367e411724f72f033995f79b5234bd8f2', class: { visible: this.showTooltip } }, this.renderTooltip());
|
|
355
355
|
}
|
|
356
356
|
static get is() { return "tet-tooltip"; }
|
|
357
357
|
static get encapsulation() { return "shadow"; }
|
|
@@ -129,7 +129,7 @@ export class TetAddressOffersView {
|
|
|
129
129
|
return h(Fragment, null);
|
|
130
130
|
}
|
|
131
131
|
render() {
|
|
132
|
-
return (h(Host, { key: '
|
|
132
|
+
return (h(Host, { key: '89f48b5f790381117c5f9c26b4309598036ab218' }, this.renderContactForm(), this.renderHeader(), this.address && this.renderBody()));
|
|
133
133
|
}
|
|
134
134
|
static get is() { return "tet-address-offers-view"; }
|
|
135
135
|
static get encapsulation() { return "shadow"; }
|
|
@@ -103,11 +103,11 @@ export class TetB2bConfiguratorCart {
|
|
|
103
103
|
const isEditMode = this.context === 'edit';
|
|
104
104
|
const isCheckoutMode = this.context === 'checkout';
|
|
105
105
|
const showSummary = !this.isCartEmpty && (isEditMode || (isCheckoutMode && this.isAccordionOpen));
|
|
106
|
-
return (h(Host, { key: '
|
|
106
|
+
return (h(Host, { key: 'b2c3a34072e0b69762c6795f0c03f76837b721f9' }, h("div", { key: '279f2df045aa9e20a022ff68aa09dd93d286b518', class: { cart: true, [`${this.theme}`]: true, [`${this.context}`]: true } }, h("tet-accordion", { key: '8a982c8476e575d8501f260a82c036161ed46bb7', ref: (el) => (this.accordionEl = el), class: {
|
|
107
107
|
'cart__accordion': true,
|
|
108
108
|
[`cart__accordion--${this.context}`]: true,
|
|
109
109
|
'cart__accordion--rounded': this.isCartEmpty || (isCheckoutMode && !this.isAccordionOpen)
|
|
110
|
-
}, isOpen: this.isAccordionOpen, onOpenChanged: this.handleAccordionChanged, header: cartTitle, withBorder: true, theme: this.theme, transparentBackground: true }, h("div", { key: '
|
|
110
|
+
}, isOpen: this.isAccordionOpen, onOpenChanged: this.handleAccordionChanged, header: cartTitle, withBorder: true, theme: this.theme, transparentBackground: true }, h("div", { key: '5eda0e9db1fbe8d1c415be97a406139338134b14', class: `cart__title--${this.context}` }, cartTitle), h("div", { key: '445dad844b6c6a86f70055069fb7a099d214ace5', class: "cart__content" }, this.isCartEmpty ? this.renderEmptyContent() : [this.renderContent()])), showSummary && this.renderSummary())));
|
|
111
111
|
}
|
|
112
112
|
static get is() { return "tet-b2b-configurator-cart"; }
|
|
113
113
|
static get encapsulation() { return "shadow"; }
|
package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js
CHANGED
|
@@ -51,7 +51,7 @@ export class TetB2bServiceCalculator {
|
|
|
51
51
|
processTranslations('tet-components', this.language).then(() => forceUpdate(this));
|
|
52
52
|
}
|
|
53
53
|
render() {
|
|
54
|
-
return (h("section", { key: '
|
|
54
|
+
return (h("section", { key: '262646b49dad9e5318f35bda3c67ca6e0f7f3189', class: "container" }, h("div", { key: 'f9534bb55fe85b2493d6d475c8f74ad92750ae0f', class: "title-block" }, t('components-b2b-calculator-title')), h("div", { key: '35747158147849ebc95aceea7842290a9b7fc234', class: "calculator-block" }, h("p", { key: 'cd45f6579046913386820f487c63480223c7227b', class: "slider-title" }, t('components-b2b-calculator-computer-count')), h("tet-range-slider", { key: 'affc8d6ea0c3a516bbfc1b5afb125c1e4fb1ba9b', class: "slider", size: "large", type: "primary", defaultValue: 75, maxValue: 100, withControls: false, withInput: false, dataPoints: [1, 20, 40, 60, 80, 100], displayDataPoints: [1, 20, 40, 60, 80, 100], lockToDataPoint: false }), h("div", { key: 'bb8c3437c2f92f45c84b130bb77e2f5724a1cd64', class: "control-container" }, h("div", { key: 'f543b7a111de4c900ce90983656fa1b46eb2249c', class: "control" }, h("tet-checkbox", { key: '60b06c80620d0ab6dac52353451d0f70c8275638', class: "it-admin-checkbox", checked: this.withItAdmin, onCheck: this.handleWithItAdminValueChange }, t('components-b2b-calculator-it-admin-checkbox-label'))), h("div", { key: '7427e9e1c75959ac464ba1537616f7e7790dc5fc', class: "control" }, h("tet-switch", { key: 'a2c3fe55b04cb2afd7290c20e06e0d40454096d6', class: "in-person-support-switch", checked: this.withInPersonServiceSupport, onCheck: this.handleInPersonServiceSupportValueChange }, t('components-b2b-calculator-in-person-support-switch-label')))), h("div", { key: 'eb08a6d6318776e7f1ff5b77591c4c7ad2160d9d', class: "monthly-payment-block" }, h("p", { key: 'a7a7e49355aa36797319c444b5030d1ae0532252', class: "title" }, t('components-b2b-calculator-potential-monthly-payment')), h("p", { key: '3ba2da8863dced18e87185d17f8cb1eddda89bf7' }, h("span", { key: '0cfbb8d80348373b867e10e12397a13f0e12a65b', class: "price" }, this.totalPrice), h("span", { key: 'b423d86fc0563a6670598b1a54b7c2edd544015e', class: "currency" }, t('components-euro-per-month')))))));
|
|
55
55
|
}
|
|
56
56
|
static get is() { return "tet-b2b-service-calculator"; }
|
|
57
57
|
static get encapsulation() { return "shadow"; }
|
|
@@ -46,7 +46,7 @@ export class TetBusinessLines {
|
|
|
46
46
|
}
|
|
47
47
|
render() {
|
|
48
48
|
var _a;
|
|
49
|
-
return (h("div", { key: '
|
|
49
|
+
return (h("div", { key: '9303c665e29fd04c220af342cec4a0720a1adfc6', class: "container" }, this.showHeadings && this.renderHeadings(), h("div", { key: '97e4b6afb919a99ec5869cc74888fddb77b47def', class: "business-line-wrapper" }, (_a = this.businessLines) === null || _a === void 0 ? void 0 : _a.map(this.renderBusinessLineItem))));
|
|
50
50
|
}
|
|
51
51
|
static get is() { return "tet-business-lines"; }
|
|
52
52
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class TetBorderRadius {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: '86f33814769d5e08909d77a94407fd2f20761790' }, h("div", { key: 'dd789351d4c0051bf1709193007917c25e56dd26', class: "variable-container" }, h("div", { key: 'f62cf5b9209abefdc78bfa2a698ab543f77aa54a', class: "container-title main" }, "Border r\u0101diusa klase"), h("div", { key: '44222801c345178ec7b7fe51c9908fdccf72bc38', class: "container-section" }, h("div", { key: 'a649c10e4a26a204fce6e976c0f238cf5f4b7e97', class: "variable-name" }, h("div", { key: 'df863924df3ed94959e53d6b45f9fa30b68eb9e3', class: "variable-part" }, "tet"), h("div", { key: 'e790544d1299041540bd0e31abfcfd8079915e20', class: "variable-part" }, "-border"), h("div", { key: 'cb4606499e194e1de59d6c48848f8e00c49b345a', class: "variable-part variable variable-type" }, "-radius"), h("div", { key: 'fd7a9e3ca863f7dfd1dd320cce20cac6ce0bedc1', class: "variable-part variable variable-size" }, "--md")))), h("div", { key: 'e38945e4c8941325f782235ff8354f1f0c498968', class: "tet-fonts-container" }, h("div", { key: '964391e9e14e83ee62846098eb981d47b57d1fb2', class: "container-title" }, "R\u0101diusa izm\u0113ri"), h("div", { key: 'bd1689546702b838e4b4e714b9ec269901a11306', class: "section" }, h("div", { key: 'd1ccc9ccbdcdf19748b4324601aabb9ae80db4b6', class: "section-variable" }, h("div", { key: '2b31e1e3912c8e0c91e7ed853f94567bee75b3b7', class: "border tet-border-radius--xs" }), h("div", { key: '7c22cd1dbe2f1822fef27de4beddf07820676369', class: "section-font-class" }, "klase: tet-border-radius--xs"), h("div", { key: '43abaad8dc532cba2634392debe8ed958cfe5fff', class: "section-font-size" }, "border radius: 0.25rem / 4px")), h("div", { key: 'e3e7d9c8f386bf145d2866685cefc3d1b021bb9a', class: "section-variable" }, h("div", { key: 'f9621cfb581fe85cf1344913737635aa60a16798', class: "border tet-border-radius--sm" }), h("div", { key: 'a4c1b34fbf92e79a259858f6a7cce0ff0cd01ae2', class: "section-font-class" }, "klase: tet-border-radius--sm"), h("div", { key: 'a8bd9ca00e9862def6be9b7d33a2c0f604555daf', class: "section-font-size" }, "border radius: 0.5rem / 8px")), h("div", { key: '536e5e81ac30e149e307aca217f7019c6c3fca10', class: "section-variable" }, h("div", { key: '8b8ce9cf1c850977097e888f2334b72efe9610e5', class: "border tet-border-radius--md" }), h("div", { key: '5086bf12e0a4d37ab506979e38d7cdd50fe3a54e', class: "section-font-class" }, "klase: tet-border-radius--md"), h("div", { key: '82e031106bb03bcacc1768a138b4a6382dcac08c', class: "section-font-size" }, "border radius: 1rem / 16px")), h("div", { key: '78e25c6d050a0831d4003ba703a03bfc23c218bb', class: "section-variable" }, h("div", { key: '5de4c83a907d3ffd639eac5b8860baf5400210ef', class: "border tet-border-radius--lg" }), h("div", { key: '883b6a65d9cad69c5cdfe7cba82e4fcf4f3956e7', class: "section-font-class" }, "klase: tet-border-radius--lg"), h("div", { key: '3e7b7f349973744bf529c7f00f61cfa8d04a9410', class: "section-font-size" }, "border radius: 1.5rem / 24px"), h("div", { key: 'd72090eb547d7f0fdcab5dc5fb212e5dd9d44f7f', class: "section-font-size" })), h("div", { key: 'dda5491f317678fe46d22173206fedfe45130f3c', class: "section-variable" }, h("div", { key: '2458db351968653c1a592dc8cff9461703c1e583', class: "border tet-border-radius--xl" }), h("div", { key: '14f7f6e552d27c4f0875f412b639641931d404b4', class: "section-font-class" }, "klase: tet-border-radius--xl"), h("div", { key: 'df07824dbda1492c8cbe0f406f580a692e1d7e6f', class: "section-font-size" }, "border radius: 2rem / 32px"))))));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "tet-border-radius"; }
|
|
7
7
|
static get encapsulation() { return "shadow"; }
|
|
@@ -46,15 +46,15 @@ export class TetColors {
|
|
|
46
46
|
this.darkTheme = false;
|
|
47
47
|
}
|
|
48
48
|
render() {
|
|
49
|
-
return (h(Host, { key: '
|
|
49
|
+
return (h(Host, { key: '56e6ab29371328d040c890b92309e536c838b0bd' }, h("div", { key: 'b7dafc20809f6f75a27003133cb3970d2cf4bc8c', class: {
|
|
50
50
|
'dark': this.darkTheme
|
|
51
|
-
} }, h("div", { key: '
|
|
51
|
+
} }, h("div", { key: '52669506fb282761e720ccabb11776d7126904b9', class: {
|
|
52
52
|
'container': true,
|
|
53
53
|
'variable-container': true,
|
|
54
|
-
} }, h("div", { key: '
|
|
54
|
+
} }, h("div", { key: '9b0157ef133cd3127bb0bdfee878a5f451d22e76', class: "container-title main" }, "Kr\u0101sas klase"), h("div", { key: 'b5c138db8d1c259e06deff05943bc9dc00a21ba6', class: "container-section" }, h("div", { key: '355d54051e0b93e745962ef7890b2df8766304a1', class: "variable-wrapper" }, h("span", { key: '6673f99c49414000cfdb5c0cba743af28885b614', class: "variable-name" }, h("span", { key: 'ae4f6b25de4667b78fc238c428f16bff7e8c1168', class: "variable-part" }, "tet"), h("span", { key: 'd00bcddb35e65173cad628d10c1e29a29781a430', class: "variable-part variable variable-attribute" }, "-color"), h("span", { key: '5b9fd1a95850b87a0167af6c182f3360d4e1835f', class: "variable-part variable variable-color" }, "__red30"), h("span", { key: '34ff3850be65210287bdbc0ac9ebce5c061e9fa8', class: "variable-part variable variable-type" }, "--background"), h("span", { key: 'fc1be29db4c314c385bc0718d3f8f67f83c1074f', class: "variable-part variable variable-state" }, "-focus"))))), h("div", { key: 'f6fbdd6583da1efe8b7947bd6586ca219e3d5d40', class: "container" }, h("div", { key: 'ec17ca6ca26e9cab0c3300587d5e8d985c74b8c1', class: "container-title" }, "Piem\u0113ri"), h("div", { key: 'bf63d9153b56f70c9e953b1643e5c5f8e2713026', class: "container-section container-example" }, h("span", { key: '2aed875661b3c6e36afb60798bf98634fe806995', class: "subsection-title" }, "Teksta kr\u0101sas mai\u0146a"), h("code", { key: '5a637ef2579d209117ef70c2069549c343616f47', class: "variable-example" }, "<div class=\"tet-color__red30\">Teksts</div>"), h("span", { key: 'ee55ebde8bada579a643bb273d1c41c0f8874648' }, "Teksta kr\u0101sas mai\u0146a", ' ', h("span", { key: 'bb1072162a9eff0153c2eef01a0f9d65287cc375', class: "example-element tet-color__red30" }, "elementam"), "."), h("code", { key: '4a82d09d8e7c9c22b999a9d0a38b8dfda33b84a6', class: "variable-example" }, "<div class=\"tet-color__red30--hover\">Teksts</div>"), h("span", { key: '62276eb3a40cb3e9ee3100b2d93133c4ad56231e' }, "Teksta kr\u0101sas mai\u0146a", ' ', h("span", { key: 'b4e7a3d5823dfb1d8cd14b669537d784ec72541f', class: "example-element example-element--hover tet-color__red30--hover" }, "elementam"), ' ', "hover st\u0101vokl\u012B."), h("code", { key: 'c2d7bb1fda39e5bc94b8a2fc48fe23e8966691e1', class: "variable-example" }, "<div class=\"tet-color__red30--focus\">Teksts</div>"), h("span", { key: 'e540b29d0bf324285dda2e4f084082bb40b1aa30' }, "Teksta kr\u0101sas mai\u0146a", ' ', h("span", { key: '26c1bd1c390186daf11934ad4c806d3a1fbe17ba', tabindex: "0", class: "example-element tet-color__red30--focus" }, "elementam"), ' ', "focus st\u0101vokl\u012B."), h("span", { key: '7d1084988e9da2e44fe99893d0ad65304a09d83f', class: "subsection-title" }, "Fona kr\u0101sas mai\u0146a"), h("code", { key: '2f1b647b56a7b76764099db924417594035bbf33', class: "variable-example" }, "<div class=\"tet-color__red30--background\">Teksts</div>"), h("span", { key: 'eaa2485ce6035247876e256556e2eb0ada5b8859' }, "Fona kr\u0101sas mai\u0146a", ' ', h("span", { key: 'a5788f68f618f75c7ed9206ce8eb77411266ebe8', class: "example-element tet-color__red30--background" }, "elementam"), "."), h("code", { key: 'c705aa12840e45a22fc9b18d4e270c4d5b684ea2', class: "variable-example" }, "<div class=\"tet-color__red30--background-hover\">Teksts</div>"), h("span", { key: '86bab40d469c34ba533e841ccc17196448105ebf' }, "Fona kr\u0101sas mai\u0146a elementam", ' ', h("span", { key: '190f24c2b51fddcb01e5b5c34b9b0472f519d312', class: "example-element example-element--hover tet-color__red30--background-hover" }, "elementam"), ' ', "hover st\u0101vokl\u012B."), h("code", { key: '14dbcdff2cc759ee0a702bab9595c578f18ecd1f', class: "variable-example" }, "<div class=\"tet-color__red30--background-focus\">Teksts</div>"), h("span", { key: 'e7614bf8e2a260fb46c601342c26a1f938929354' }, "Fona kr\u0101sas mai\u0146a elementam", ' ', h("span", { key: '0b615c0f3194f269f253bb52c39d3ca101e2617a', tabindex: "0", class: "example-element tet-color__red30--background-focus" }, "elementam"), ' ', "focus st\u0101vokl\u012B."), h("span", { key: '4a00972eba08ad2f8d377ce52ccb6ce424b56c0d', class: "subsection-title" }, "Apmales kr\u0101sas mai\u0146a"), h("code", { key: '2af21179581b42daabf371465846f1ac01f13577', class: "variable-example" }, "<div class=\"tet-color__red30--border\">Teksts</div>"), h("span", { key: 'e6b13b5fd80b397c2f6e94f6431deb4b8fa5a4b1' }, "Apmales kr\u0101sas mai\u0146a", ' ', h("span", { key: '4de1ba9ea5cf67e5d252ea45b328e0f47db4c45a', class: "example-element border-example tet-color__red30--border" }, "elementam"), "."), h("code", { key: '001acb138d0b6d0e158833756c1f6bab0764bfbc', class: "variable-example" }, "<div class=\"tet-color__red30--border-hover\">Teksts</div>"), h("span", { key: '2e09df5bb188cf3cec117c7165c25cc2f7ab2e6f' }, "Apmales kr\u0101sas mai\u0146a elementam", ' ', h("span", { key: 'abaf8b84cd83da310602ccb02c850ce927d98f70', class: "example-element example-element--hover border-example tet-color__red30--border-hover" }, "elementam"), ' ', "hover st\u0101vokl\u012B."), h("code", { key: 'd5fafae7e617bd64409484d523af1a8f4af48bb3', class: "variable-example" }, "<div class=\"tet-color__red30--border-focus\">Teksts</div>"), h("span", { key: '830699e589ab93a8fb5245dbf4363a2e71c488ed' }, "Apmales kr\u0101sas mai\u0146a elementam", ' ', h("span", { key: 'dd634a1d60b5d6032a4d2f43db5bd296c75a88ff', tabindex: "0", class: "example-element border-example tet-color__red30--border-focus" }, "elementam"), ' ', "focus st\u0101vokl\u012B."), h("span", { key: '3df3c1390dabd2647d6094cb5e04b17347f58def', class: "subsection-title" }, "Nemain\u012Bga gai\u0161\u0101s t\u0113mas kr\u0101sa"), h("code", { key: 'f6217332a3b88557e1ccaee9255b8347b5d904a5', class: "variable-example" }, "<div class=\"tet-color__red30 tet-color--static\">Teksts</div>"), h("span", { key: '97290ea06ec5f553a2c55ef53004bc1e2f394b12' }, "Nemain\u012Bga teksta kr\u0101sa", ' ', h("span", { key: 'dd5fbfd006d710ede3c609f30afb058d7f81c506', class: "example-element tet-color__red30 tet-color--static" }, "elementam"), "."))), h("div", { key: '187d61187dac36212bc1a977243e1845f9c58d69', class: {
|
|
55
55
|
'container': true,
|
|
56
56
|
'show-variables': this.showVariables
|
|
57
|
-
} }, h("div", { key: '
|
|
57
|
+
} }, h("div", { key: '1ee01c56556d5232f1686af887d27b59dc740e20', class: "container-title" }, "Kr\u0101sas un To\u0146i"), h("div", { key: '459ea714e95ae80e5c270f1a6fba3107066827af', class: "container-section" }, Object.entries(this.colorSections).map(([key, section]) => this.renderColorSection(key, section)))))));
|
|
58
58
|
}
|
|
59
59
|
static get is() { return "tet-colors"; }
|
|
60
60
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class TetFontWeight {
|
|
3
3
|
render() {
|
|
4
|
-
return (h(Host, { key: '
|
|
4
|
+
return (h(Host, { key: 'c8a359e383dfe33736ab66614a724a44c481d9c7' }, h("div", { key: '4ff0930cb7ac27af0daa87bc7bb6f5fc5e8060be', class: "variable-container" }, h("div", { key: '75aa774bcb68deb9d442c68757d532237c15cfb2', class: "container-title main" }, "Fonta biezuma klase"), h("div", { key: '28ae006f76ca57238d69471c2373660c7bca4c18', class: "container-section" }, h("div", { key: 'e654e7acdabd0fd1e604b8fe4301e52f3d63328d', class: "variable-name" }, h("div", { key: 'a973a0aebfd6f5006cf22614e9f31cfee19798f7', class: "variable-part" }, "tet"), h("div", { key: 'bce70cfda57791aadd99e4c8bb83ab82a159ea17', class: "variable-part" }, "-font"), h("div", { key: '54d1ce174563ca13c8f049113bbab2f99ccea629', class: "variable-part" }, "-weight"), h("div", { key: 'efd643efd5252193dd997569a95da0fea8f2510a', class: "variable-part variable variable-weight" }, "--semi-bold")))), h("div", { key: 'de01bb2a7cf5b6afb22e0793e9660c24d1abcdd0', class: "tet-fonts-container" }, h("div", { key: '2640a9a4467292490deaca4ba60e7ea7e3aff669', class: "section" }, h("div", { key: 'f172f106772e9108fab2352d24aaf2e50bd4b8d3', class: "container-title" }, "Fontu biezumi"), h("div", { key: 'f23b1a2cedda7527d415b024227dd5f9a48d9eae', class: "section-font" }, h("div", { key: '4129d1ff6c07986e7e75054655733326a62520ad', class: "font font-body-xs" }, "Font weight - 400"), h("div", { key: 'b3dad4ac9667da46d0b92047d8335e9260a8fcbb', class: "section-font-class" }, "klase: tet-font-weight--normal"), h("div", { key: 'e260097e9d10d3fc62d3d058d384f2f7021157b4', class: "section-font-weight" })), h("div", { key: '639439c9ff590416edaa6907ab8e1a5c15236e4c', class: "section-font" }, h("div", { key: 'fc7a8cec3ab03bc0871c93f0cca268ddbdd5bba2', class: "font font-body-s" }, "Font weight - 500"), h("div", { key: 'cecc641283966a951a97ece1944ebeb85ce96745', class: "section-font-class" }, "klase: tet-font-weight--medium"), h("div", { key: '0b1f4c7827e42bb5aa3373daedd0e2e32aa5e613', class: "section-font-weight" })), h("div", { key: '2c6c8c61886a7dbd917911398c17e8a12a5599fa', class: "section-font" }, h("div", { key: 'a4bd897a6cb5b36ee26a380a3a2eba7884f92013', class: "font font-body-m" }, "Font weight - 600"), h("div", { key: '4741d2b3b63256041b52434e11d35b8bdffdc9ea', class: "section-font-class" }, "klase: tet-font-weight--semi-bold"), h("div", { key: '9fb720aa36735a222c5a46d024d701542e6cc674', class: "section-font-weight" }))))));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "tet-font-weight"; }
|
|
7
7
|
static get encapsulation() { return "shadow"; }
|