@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.
Files changed (327) hide show
  1. package/dist/cjs/index-f559cb2e.js +10 -2
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/{phone-c3ebb2eb.js → phone-d414fe5a.js} +0 -14
  4. package/dist/cjs/tasks-af99ad61.js +16 -0
  5. package/dist/cjs/tet-accordion.cjs.entry.js +6 -6
  6. package/dist/cjs/tet-address-offers-view.cjs.entry.js +1 -1
  7. package/dist/cjs/tet-address-offers_4.cjs.entry.js +3 -2
  8. package/dist/cjs/tet-autocomplete_2.cjs.entry.js +3 -3
  9. package/dist/cjs/tet-b2b-check-out-form.cjs.entry.js +164 -0
  10. package/dist/cjs/tet-b2b-configurator-cart.cjs.entry.js +2 -2
  11. package/dist/cjs/tet-b2b-service-calculator.cjs.entry.js +1 -1
  12. package/dist/cjs/tet-border-radius.cjs.entry.js +1 -1
  13. package/dist/cjs/tet-business-lines.cjs.entry.js +1 -1
  14. package/dist/cjs/tet-business-navigation.cjs.entry.js +1 -1
  15. package/dist/cjs/tet-carousel.cjs.entry.js +104 -36
  16. package/dist/cjs/tet-checkbox.cjs.entry.js +73 -0
  17. package/dist/cjs/tet-colors.cjs.entry.js +4 -4
  18. package/dist/cjs/tet-compare-cards_2.cjs.entry.js +2 -2
  19. package/dist/cjs/tet-components.cjs.js +1 -1
  20. package/dist/cjs/tet-contact-form.cjs.entry.js +4 -3
  21. package/dist/cjs/tet-datepicker-header_4.cjs.entry.js +5 -5
  22. package/dist/cjs/tet-datepicker.cjs.entry.js +4 -4
  23. package/dist/cjs/tet-dialog.cjs.entry.js +1 -1
  24. package/dist/cjs/{tet-checkbox_3.cjs.entry.js → tet-dropdown_2.cjs.entry.js} +1 -68
  25. package/dist/cjs/tet-expansion-panel.cjs.entry.js +1 -1
  26. package/dist/cjs/tet-font-weight.cjs.entry.js +1 -1
  27. package/dist/cjs/tet-fonts.cjs.entry.js +1 -1
  28. package/dist/cjs/tet-grid.cjs.entry.js +1 -1
  29. package/dist/cjs/tet-icon.cjs.entry.js +1 -1
  30. package/dist/cjs/tet-label.cjs.entry.js +2 -2
  31. package/dist/cjs/tet-layout.cjs.entry.js +1 -1
  32. package/dist/cjs/tet-link.cjs.entry.js +1 -1
  33. package/dist/cjs/tet-loader.cjs.entry.js +1 -1
  34. package/dist/cjs/tet-navigation-mobile.cjs.entry.js +3 -3
  35. package/dist/cjs/tet-news-card-list.cjs.entry.js +1 -1
  36. package/dist/cjs/tet-notification.cjs.entry.js +1 -1
  37. package/dist/cjs/tet-placeholder.cjs.entry.js +1 -1
  38. package/dist/cjs/tet-range-slider.cjs.entry.js +7 -7
  39. package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
  40. package/dist/cjs/tet-stepper-input.cjs.entry.js +1 -1
  41. package/dist/cjs/tet-tab-header.cjs.entry.js +2 -2
  42. package/dist/cjs/tet-tag_2.cjs.entry.js +2 -2
  43. package/dist/cjs/tet-textarea.cjs.entry.js +2 -2
  44. package/dist/cjs/tet-tv-gift-block.cjs.entry.js +1 -1
  45. package/dist/cjs/tet-tv-gift-list.cjs.entry.js +2 -2
  46. package/dist/collection/assets/icons/icon-map.json +1 -1
  47. package/dist/collection/assets/icons/tc/tc-company-1.svg +3 -0
  48. package/dist/collection/collection-manifest.json +1 -0
  49. package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.css +479 -0
  50. package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.js +211 -0
  51. package/dist/collection/components/advanced/forms/tet-contact-form/tet-contact-form.js +1 -1
  52. package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-block/tet-tv-gift-block.js +1 -1
  53. package/dist/collection/components/advanced/promotions/tv-gift/tet-tv-gift-list/tet-tv-gift-list.js +2 -2
  54. package/dist/collection/components/basic/buttons/tet-tabs/tet-tab-content/tet-tab-content.js +2 -2
  55. package/dist/collection/components/basic/buttons/tet-tabs/tet-tab-header/tet-tab-header.js +2 -2
  56. package/dist/collection/components/basic/buttons/tet-tag/tet-tag.js +2 -2
  57. package/dist/collection/components/basic/carousel/tet-carousel/test/tet-carousel.spec.js +6 -2
  58. package/dist/collection/components/basic/carousel/tet-carousel/tet-carousel.css +4 -0
  59. package/dist/collection/components/basic/carousel/tet-carousel/tet-carousel.js +103 -35
  60. package/dist/collection/components/basic/icon/tet-icon.js +1 -1
  61. package/dist/collection/components/basic/loaders/tet-loader/tet-loader.js +1 -1
  62. package/dist/collection/components/basic/loaders/tet-placeholder/tet-placeholder.js +1 -1
  63. package/dist/collection/components/basic/loaders/tet-spinner/tet-spinner.js +3 -3
  64. package/dist/collection/components/basic/misc/tet-label/tet-label.js +2 -2
  65. package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-header/tet-datepicker-header.js +2 -2
  66. package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-month-view/tet-datepicker-month-view.js +1 -1
  67. package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-multi-year-view/tet-datepicker-multi-year-view.js +1 -1
  68. package/dist/collection/components/simple/inputs/tet-datepicker/partials/tet-datepicker-year-view/tet-datepicker-year-view.js +1 -1
  69. package/dist/collection/components/simple/inputs/tet-datepicker/tet-datepicker.js +4 -4
  70. package/dist/collection/components/simple/inputs/tet-range-slider/tet-range-slider.js +7 -7
  71. package/dist/collection/components/simple/inputs/tet-stepper-input/tet-stepper-input.js +1 -1
  72. package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.js +2 -2
  73. package/dist/collection/components/simple/lists/tet-news-card-list/tet-news-card-list.js +1 -1
  74. package/dist/collection/components/simple/menu/tet-business-navigation/tet-business-navigation.js +1 -1
  75. package/dist/collection/components/simple/menu/tet-navigation-mobile/tet-navigation-mobile.js +3 -3
  76. package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.css +2 -0
  77. package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +5 -5
  78. package/dist/collection/components/simple/structural/tet-expansion-panel/tet-expansion-panel.js +1 -1
  79. package/dist/collection/components/simple/text-blocks/tet-dialog/tet-dialog.css +4 -2
  80. package/dist/collection/components/simple/text-blocks/tet-notification/tet-notification.js +1 -1
  81. package/dist/collection/components/simple/text-blocks/tet-tooltip/tet-tooltip.js +1 -1
  82. package/dist/collection/components/views/tet-address-offers-view/tet-address-offers-view.js +1 -1
  83. package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.js +2 -2
  84. package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js +1 -1
  85. package/dist/collection/components/views/tet-business-lines/tet-business-lines.js +1 -1
  86. package/dist/collection/docs/styling/border-radius/tet-border-radius.js +1 -1
  87. package/dist/collection/docs/styling/colors/tet-colors.js +4 -4
  88. package/dist/collection/docs/styling/font-weight/tet-font-weight.js +1 -1
  89. package/dist/collection/docs/styling/fonts/tet-fonts.js +1 -1
  90. package/dist/collection/docs/styling/layout/tet-layout.js +1 -1
  91. package/dist/collection/docs/styling/link/tet-link.js +1 -1
  92. package/dist/collection/docs/styling/spacing/tet-spacing.js +1 -1
  93. package/dist/collection/docs/styling/tet-grid/tet-grid.js +1 -1
  94. package/dist/collection/services/validators/index.js +2 -1
  95. package/dist/collection/services/validators/validators/e-mail.js +34 -0
  96. package/dist/collection/services/validators/validators/e-mail.spec.js +20 -0
  97. package/dist/components/assets/icons/icon-map.json +1 -1
  98. package/dist/components/assets/icons/tc/tc-company-1.svg +3 -0
  99. package/dist/components/index.js +2 -0
  100. package/dist/components/{p-59ecb7dc.js → p-000ae991.js} +6 -6
  101. package/dist/components/p-00c91e96.js +14 -0
  102. package/dist/components/{p-cdec8b43.js → p-12e123f3.js} +1 -1
  103. package/dist/components/{p-d7f5b61c.js → p-14534acc.js} +1 -1
  104. package/dist/components/{p-499b3838.js → p-21be0dd0.js} +2 -2
  105. package/dist/components/{p-a1f2eaa6.js → p-2424c4f1.js} +5 -5
  106. package/dist/components/{p-2f7ab47f.js → p-290f2855.js} +7 -6
  107. package/dist/components/{p-86da5272.js → p-397c69b3.js} +2 -2
  108. package/dist/components/{p-125271b1.js → p-4688b69d.js} +11 -11
  109. package/dist/components/{p-3ff35471.js → p-5ace687b.js} +5 -5
  110. package/dist/components/{p-e1dfd49d.js → p-5b5ea55f.js} +10 -10
  111. package/dist/components/{p-e20ff902.js → p-70ca1b23.js} +1 -1
  112. package/dist/components/{p-ae8498b6.js → p-758e222f.js} +7 -7
  113. package/dist/components/{p-c4a94d36.js → p-76c723b4.js} +2 -2
  114. package/dist/components/{p-be59ce58.js → p-7fa87e91.js} +1 -1
  115. package/dist/components/{p-1dfb07e1.js → p-8802f7f7.js} +1 -1
  116. package/dist/components/{p-ecb0207c.js → p-88eed449.js} +1 -1
  117. package/dist/components/{p-9c20ee34.js → p-8a924999.js} +3 -3
  118. package/dist/components/{p-504e911b.js → p-8ff3e337.js} +3 -3
  119. package/dist/components/{p-3dc2183b.js → p-90a15cb2.js} +1 -1
  120. package/dist/components/{p-0e796d48.js → p-92f3f562.js} +3 -3
  121. package/dist/components/{p-e409203b.js → p-ac5522f7.js} +2 -2
  122. package/dist/components/{p-796ea907.js → p-ba6768ef.js} +2 -2
  123. package/dist/components/{p-102c1fc3.js → p-bc9edad9.js} +1 -1
  124. package/dist/components/{p-d6580980.js → p-bddae715.js} +2 -2
  125. package/dist/components/{p-8b3d80aa.js → p-be78bde3.js} +1 -1
  126. package/dist/components/{p-e5f84db8.js → p-c2bfa12c.js} +1 -1
  127. package/dist/components/{p-b71cc97c.js → p-c8a0b770.js} +3 -3
  128. package/dist/components/{p-e4b59b85.js → p-c9491692.js} +1 -1
  129. package/dist/components/{p-d8c79647.js → p-c97b2c87.js} +2 -2
  130. package/dist/components/{p-0a9fb3c4.js → p-ca66b4b1.js} +1 -14
  131. package/dist/components/{p-b5dced58.js → p-cbb5f612.js} +1 -1
  132. package/dist/components/{p-48a1a0e4.js → p-d0c6b6c9.js} +2 -2
  133. package/dist/components/{p-0b13ba10.js → p-d516dff5.js} +7 -7
  134. package/dist/components/{p-c3dfb9e4.js → p-daa34847.js} +2 -2
  135. package/dist/components/{p-50c52fb2.js → p-db548ad6.js} +2 -2
  136. package/dist/components/{p-d3f63a7a.js → p-decd8ddd.js} +4 -4
  137. package/dist/components/{p-c1c8a966.js → p-eac684d6.js} +1 -1
  138. package/dist/components/{p-a141151a.js → p-fe95d572.js} +1 -1
  139. package/dist/components/{p-eb9b5f91.js → p-ff31e014.js} +1 -1
  140. package/dist/components/tet-accordion.js +1 -1
  141. package/dist/components/tet-address-offers-filters-products.js +1 -1
  142. package/dist/components/tet-address-offers-filters.js +1 -1
  143. package/dist/components/tet-address-offers-view.js +21 -21
  144. package/dist/components/tet-address-offers.js +1 -1
  145. package/dist/components/tet-address-search.js +1 -1
  146. package/dist/components/tet-asset-addresses.js +8 -8
  147. package/dist/components/tet-asset-availability-addresses.js +1 -1
  148. package/dist/components/tet-autocomplete-dropdown.js +4 -4
  149. package/dist/components/tet-autocomplete.js +1 -1
  150. package/dist/components/tet-availability-contact-form.js +1 -1
  151. package/dist/components/tet-b2b-check-out-form.d.ts +11 -0
  152. package/dist/components/tet-b2b-check-out-form.js +212 -0
  153. package/dist/components/tet-b2b-compare-card.js +4 -4
  154. package/dist/components/tet-b2b-configurator-cart.js +5 -5
  155. package/dist/components/tet-b2b-service-calculator.js +6 -6
  156. package/dist/components/tet-banner-nav.js +1 -1
  157. package/dist/components/tet-border-radius.js +1 -1
  158. package/dist/components/tet-business-compare-card.js +2 -2
  159. package/dist/components/tet-business-lines.js +2 -2
  160. package/dist/components/tet-business-navigation.js +2 -2
  161. package/dist/components/tet-business-round-stepper.js +1 -1
  162. package/dist/components/tet-business-summary-card.js +3 -3
  163. package/dist/components/tet-button.js +1 -1
  164. package/dist/components/tet-card-list.js +1 -1
  165. package/dist/components/tet-carousel.js +106 -38
  166. package/dist/components/tet-checkbox.js +1 -1
  167. package/dist/components/tet-cloud-application-form-dialog.js +6 -6
  168. package/dist/components/tet-cloud-configurator.js +7 -7
  169. package/dist/components/tet-colors.js +4 -4
  170. package/dist/components/tet-compare-card-v2.js +5 -5
  171. package/dist/components/tet-compare-card.js +1 -1
  172. package/dist/components/tet-compare-cards-tab.js +13 -13
  173. package/dist/components/tet-compare-cards.js +1 -1
  174. package/dist/components/tet-contact-form.js +7 -6
  175. package/dist/components/tet-customer-assets.js +2 -2
  176. package/dist/components/tet-datepicker-header.js +1 -1
  177. package/dist/components/tet-datepicker-month-view.js +1 -1
  178. package/dist/components/tet-datepicker-multi-year-view.js +1 -1
  179. package/dist/components/tet-datepicker-year-view.js +1 -1
  180. package/dist/components/tet-datepicker.js +9 -9
  181. package/dist/components/tet-dialog.js +1 -1
  182. package/dist/components/tet-dropdown.js +1 -1
  183. package/dist/components/tet-dynamic-card.js +2 -2
  184. package/dist/components/tet-expandable-input.js +2 -2
  185. package/dist/components/tet-expansion-panel.js +1 -1
  186. package/dist/components/tet-filter.js +3 -3
  187. package/dist/components/tet-font-weight.js +1 -1
  188. package/dist/components/tet-fonts.js +1 -1
  189. package/dist/components/tet-grid.js +1 -1
  190. package/dist/components/tet-icon.js +1 -1
  191. package/dist/components/tet-inline-message.js +1 -1
  192. package/dist/components/tet-input.js +1 -1
  193. package/dist/components/tet-label.js +3 -3
  194. package/dist/components/tet-layout.js +1 -1
  195. package/dist/components/tet-link.js +1 -1
  196. package/dist/components/tet-loader.js +1 -1
  197. package/dist/components/tet-macd-view.js +6 -6
  198. package/dist/components/tet-menu-mobile.js +1 -1
  199. package/dist/components/tet-menu.js +1 -1
  200. package/dist/components/tet-multi-step-dialog.js +3 -3
  201. package/dist/components/tet-navigation-mobile.js +4 -4
  202. package/dist/components/tet-news-card-list.js +4 -4
  203. package/dist/components/tet-notification.js +1 -1
  204. package/dist/components/tet-number-input.js +1 -1
  205. package/dist/components/tet-placeholder.js +1 -1
  206. package/dist/components/tet-range-slider.js +1 -1
  207. package/dist/components/tet-referral.js +4 -4
  208. package/dist/components/tet-round-stepper.js +1 -1
  209. package/dist/components/tet-spacing.js +1 -1
  210. package/dist/components/tet-spinner.js +1 -1
  211. package/dist/components/tet-stepper-input.js +1 -1
  212. package/dist/components/tet-stepper-v2.js +1 -1
  213. package/dist/components/tet-stepper-v3.js +1 -1
  214. package/dist/components/tet-tab-content.js +1 -1
  215. package/dist/components/tet-tab-header.js +1 -1
  216. package/dist/components/tet-table.js +2 -2
  217. package/dist/components/tet-tag-group.js +1 -1
  218. package/dist/components/tet-tag.js +1 -1
  219. package/dist/components/tet-text-list.js +1 -1
  220. package/dist/components/tet-textarea.js +2 -2
  221. package/dist/components/tet-thank-you-view-v2.js +3 -3
  222. package/dist/components/tet-thank-you-view-v3.js +3 -3
  223. package/dist/components/tet-thank-you-view.js +2 -2
  224. package/dist/components/tet-tooltip.js +1 -1
  225. package/dist/components/tet-tv-gift-block.js +1 -1
  226. package/dist/components/tet-tv-gift-list.js +3 -3
  227. package/dist/esm/index-7f1e2a22.js +10 -2
  228. package/dist/esm/loader.js +1 -1
  229. package/dist/esm/{phone-ed2205b3.js → phone-99c2f297.js} +1 -14
  230. package/dist/esm/tasks-3dfcc330.js +14 -0
  231. package/dist/esm/tet-accordion.entry.js +6 -6
  232. package/dist/esm/tet-address-offers-view.entry.js +1 -1
  233. package/dist/esm/tet-address-offers_4.entry.js +2 -1
  234. package/dist/esm/tet-autocomplete_2.entry.js +3 -3
  235. package/dist/esm/tet-b2b-check-out-form.entry.js +160 -0
  236. package/dist/esm/tet-b2b-configurator-cart.entry.js +2 -2
  237. package/dist/esm/tet-b2b-service-calculator.entry.js +1 -1
  238. package/dist/esm/tet-border-radius.entry.js +1 -1
  239. package/dist/esm/tet-business-lines.entry.js +1 -1
  240. package/dist/esm/tet-business-navigation.entry.js +1 -1
  241. package/dist/esm/tet-carousel.entry.js +104 -36
  242. package/dist/esm/tet-checkbox.entry.js +69 -0
  243. package/dist/esm/tet-colors.entry.js +4 -4
  244. package/dist/esm/tet-compare-cards_2.entry.js +2 -2
  245. package/dist/esm/tet-components.js +1 -1
  246. package/dist/esm/tet-contact-form.entry.js +3 -2
  247. package/dist/esm/tet-datepicker-header_4.entry.js +5 -5
  248. package/dist/esm/tet-datepicker.entry.js +4 -4
  249. package/dist/esm/tet-dialog.entry.js +1 -1
  250. package/dist/esm/{tet-checkbox_3.entry.js → tet-dropdown_2.entry.js} +2 -68
  251. package/dist/esm/tet-expansion-panel.entry.js +1 -1
  252. package/dist/esm/tet-font-weight.entry.js +1 -1
  253. package/dist/esm/tet-fonts.entry.js +1 -1
  254. package/dist/esm/tet-grid.entry.js +1 -1
  255. package/dist/esm/tet-icon.entry.js +1 -1
  256. package/dist/esm/tet-label.entry.js +2 -2
  257. package/dist/esm/tet-layout.entry.js +1 -1
  258. package/dist/esm/tet-link.entry.js +1 -1
  259. package/dist/esm/tet-loader.entry.js +1 -1
  260. package/dist/esm/tet-navigation-mobile.entry.js +3 -3
  261. package/dist/esm/tet-news-card-list.entry.js +1 -1
  262. package/dist/esm/tet-notification.entry.js +1 -1
  263. package/dist/esm/tet-placeholder.entry.js +1 -1
  264. package/dist/esm/tet-range-slider.entry.js +7 -7
  265. package/dist/esm/tet-spacing.entry.js +1 -1
  266. package/dist/esm/tet-stepper-input.entry.js +1 -1
  267. package/dist/esm/tet-tab-header.entry.js +2 -2
  268. package/dist/esm/tet-tag_2.entry.js +2 -2
  269. package/dist/esm/tet-textarea.entry.js +2 -2
  270. package/dist/esm/tet-tv-gift-block.entry.js +1 -1
  271. package/dist/esm/tet-tv-gift-list.entry.js +2 -2
  272. package/dist/tet-components/assets/icons/icon-map.json +1 -1
  273. package/dist/tet-components/assets/icons/tc/tc-company-1.svg +3 -0
  274. package/dist/tet-components/{p-c2d3f622.entry.js → p-00370414.entry.js} +1 -1
  275. package/dist/tet-components/{p-db666f67.entry.js → p-018123d1.entry.js} +1 -1
  276. package/dist/tet-components/{p-eee18759.entry.js → p-02381ade.entry.js} +1 -1
  277. package/dist/tet-components/p-05fc6443.entry.js +1 -0
  278. package/dist/tet-components/{p-f09325e9.entry.js → p-100a2a00.entry.js} +1 -1
  279. package/dist/tet-components/{p-17a4096b.entry.js → p-10d6590a.entry.js} +1 -1
  280. package/dist/tet-components/p-1460a670.entry.js +1 -0
  281. package/dist/tet-components/{p-82f67011.entry.js → p-223f4ca1.entry.js} +1 -1
  282. package/dist/tet-components/p-2a3448bc.entry.js +1 -0
  283. package/dist/tet-components/p-32c31441.entry.js +1 -0
  284. package/dist/tet-components/p-37d9b1c5.entry.js +1 -0
  285. package/dist/tet-components/{p-74989c7b.entry.js → p-382034f9.entry.js} +1 -1
  286. package/dist/tet-components/{p-970a3fc5.entry.js → p-3a68d8ee.entry.js} +1 -1
  287. package/dist/tet-components/p-3adb8b02.entry.js +1 -0
  288. package/dist/tet-components/{p-966eaa17.entry.js → p-3c03dea3.entry.js} +1 -1
  289. package/dist/tet-components/{p-3a388c27.entry.js → p-48ed1dbc.entry.js} +1 -1
  290. package/dist/tet-components/{p-cc73c6bf.entry.js → p-4cac1c11.entry.js} +1 -1
  291. package/dist/tet-components/{p-018095d9.entry.js → p-4efb7ee4.entry.js} +1 -1
  292. package/dist/tet-components/{p-1576d249.entry.js → p-584850c4.entry.js} +1 -1
  293. package/dist/tet-components/{p-c95cf2d4.entry.js → p-624ae17b.entry.js} +1 -1
  294. package/dist/tet-components/{p-c592f222.entry.js → p-67515e73.entry.js} +1 -1
  295. package/dist/tet-components/{p-9ef5798e.entry.js → p-72c5f6fd.entry.js} +1 -1
  296. package/dist/tet-components/{p-add5c08b.entry.js → p-73e8e847.entry.js} +1 -1
  297. package/dist/tet-components/{p-641c5d9d.entry.js → p-77dc69df.entry.js} +1 -1
  298. package/dist/tet-components/{p-e596991f.entry.js → p-79567d7c.entry.js} +1 -1
  299. package/dist/tet-components/{p-37958859.entry.js → p-7d1d0c36.entry.js} +1 -1
  300. package/dist/tet-components/{p-3588d98e.entry.js → p-89cbd0f4.entry.js} +1 -1
  301. package/dist/tet-components/{p-12c21228.entry.js → p-8c802a0a.entry.js} +1 -1
  302. package/dist/tet-components/{p-7a12782b.entry.js → p-992f7033.entry.js} +1 -1
  303. package/dist/tet-components/{p-a844fa98.entry.js → p-a9649e33.entry.js} +1 -1
  304. package/dist/tet-components/{p-74275f2b.entry.js → p-ab41a3f8.entry.js} +1 -1
  305. package/dist/tet-components/{p-7210bb04.entry.js → p-afbe6509.entry.js} +1 -1
  306. package/dist/tet-components/{p-f9d096b2.entry.js → p-b3ce0d6f.entry.js} +1 -1
  307. package/dist/tet-components/{p-61818927.entry.js → p-c634602c.entry.js} +1 -1
  308. package/dist/tet-components/p-ca66b4b1.js +1 -0
  309. package/dist/tet-components/p-d2919aae.js +1 -0
  310. package/dist/tet-components/{p-108cd149.entry.js → p-d56b4142.entry.js} +1 -1
  311. package/dist/tet-components/{p-7476cb78.entry.js → p-db3d023a.entry.js} +1 -1
  312. package/dist/tet-components/{p-55819f09.entry.js → p-e73e4e79.entry.js} +1 -1
  313. package/dist/tet-components/{p-b5706ef0.entry.js → p-ea0186d6.entry.js} +1 -1
  314. package/dist/tet-components/{p-ff66a3ec.entry.js → p-ef1bcb5f.entry.js} +1 -1
  315. package/dist/tet-components/{p-0ca72362.entry.js → p-efbe281d.entry.js} +1 -1
  316. package/dist/tet-components/tet-components.esm.js +1 -1
  317. package/dist/types/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.d.ts +52 -0
  318. package/dist/types/components/basic/carousel/tet-carousel/tet-carousel.d.ts +6 -2
  319. package/dist/types/components.d.ts +64 -0
  320. package/dist/types/services/validators/index.d.ts +2 -1
  321. package/dist/types/services/validators/validators/e-mail.d.ts +28 -0
  322. package/package.json +1 -1
  323. package/dist/tet-components/p-27e3fced.entry.js +0 -1
  324. package/dist/tet-components/p-3dc55358.entry.js +0 -1
  325. package/dist/tet-components/p-49f6e950.entry.js +0 -1
  326. package/dist/tet-components/p-71e2fe80.js +0 -1
  327. package/dist/tet-components/p-91d85a07.entry.js +0 -1
@@ -1,72 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-7f1e2a22.js';
2
2
  import { T as TooltipPosition } from './TooltipPosition-3ad27783.js';
3
3
 
4
- const tetCheckboxCss = "@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)}:root{--tet-link-color:var(--tc-text-primary);--tet-link-color-hover:var(--tc-text-secondary);--tet-link-color-active:var(--tc-text-tertiary);--tet-link-color-focus:var(--tc-blue-40);--tet-link-color-disabled:var(--tc-button-text-inverse-disabled);--tet-link-secondary-color:var(--tc-text-secondary);--tet-link-secondary-color-hover:var(--tc-text-primary)}.tet-link,.tet-link__arrow{text-decoration:underline;color:var(--tet-link-color);position:relative;line-height:1.5rem;cursor:pointer}.tet-link.dark,.tet-link__arrow.dark{--tet-link-color:var(--tc-text-primary-dark);--tet-link-color-hover:var(--tc-text-secondary-dark);--tet-link-color-active:var(--tc-text-tertiary-dark);--tet-link-color-focus:var(--tc-blue-40-dark);--tet-link-color-disabled:var(--tc-button-text-inverse-disabled-dark);--tet-link-secondary-color:var(--tc-text-secondary-dark);--tet-link-secondary-color-hover:var(--tc-text-primary-dark)}.tet-link.tet-link--secondary,.tet-link__arrow.tet-link--secondary{--tet-link-color:var(--tet-link-secondary-color);--tet-link-color-hover:var(--tet-link-secondary-color-hover)}.tet-link tet-icon,.tet-link__arrow tet-icon{--icon-color:var(--tet-link-color)}.tet-link:hover,.tet-link__arrow:hover{color:var(--tet-link-color-hover)}.tet-link:hover tet-icon,.tet-link__arrow:hover tet-icon{--icon-color:var(--tet-link-color-hover)}.tet-link:active,.tet-link__arrow:active{color:var(--tet-link-color-active)}.tet-link:active tet-icon,.tet-link__arrow:active tet-icon{--icon-color:var(--tet-link-color-active)}.tet-link:focus-visible,.tet-link__arrow:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;outline-color:var(--tet-link-color-focus);border-radius:0.125rem}.tet-link.disabled,.tet-link__arrow.disabled{color:var(--tet-link-color-disabled);pointer-events:none;cursor:auto}.tet-link.disabled tet-icon,.tet-link__arrow.disabled tet-icon{--icon-color:var(--tet-link-color-disabled)}.tet-link.disabled:focus-visible,.tet-link__arrow.disabled:focus-visible{outline:none}.tet-link tet-icon,.tet-link__arrow tet-icon{padding-left:0.25rem;padding-right:0.25rem;--icon-container-display:inline-block}.tet-link__arrow{padding-right:1.5rem}.tet-link__arrow::after{content:\"-->\";position:absolute;white-space:nowrap;display:inline-block;text-decoration:none;padding-left:0.25rem;letter-spacing:initial;transition:all 0.15s ease-in}.tet-link__arrow:hover::after{padding-left:0.375rem}:host{--checkbox-border-color:var(--tc-border-secondary);--checkbox-background-color:transparent;--checkbox-checked-background-color:var(--tc-checkbox-active-default);--checkbox-pressed-background-color:var(--tc-checkbox-pressed);--checkbox-icon-color:var(--tc-checkbox-default);--checkbox-text-color:var(--tc-text-primary);--checkbox-text-size:0.875rem;--checkbox-flex-direction:row;--checkbox-justify-content:normal;--checkbox-alignment:center;--checkbox-gap:0.625rem;--checkbox-hover-border-color:var(--tc-border-secondary);--checkbox-hover-background-color:var(--tc-checkbox-hover);--checkbox-checked-hover-background-color:var(--tc-checkbox-active-hover);--checkbox-checked-pressed-background-color:var(--tc-checkbox-active-pressed);--checkbox-focus-background-color:transparent;--checkbox-focus-shadow-color:var(--tc-checkbox-active-focus);--checkbox-disabled-border-color:var(--tc-border-quaternary);--checkbox-disabled-background-color:var(--tc-checkbox-disabled);--checkbox-disabled-checked-background-color:var(--tc-checkbox-active-disabled);--checkbox-disabled-text-color:var(--tc-button-text-inverse-disabled);--checkbox-error-border-color:var(--tc-alert-accent-error);display:block;position:relative}.checkbox.dark,.checkbox.mint{--checkbox-border-color:var(--tc-border-secondary-dark);--checkbox-checked-background-color:var(--tc-checkbox-active-default-dark);--checkbox-pressed-background-color:var(--tc-checkbox-pressed-dark);--checkbox-icon-color:var(--tc-checkbox-default-dark);--checkbox-text-color:var(--tc-text-primary-dark);--checkbox-hover-border-color:var(--tc-border-secondary-dark);--checkbox-hover-background-color:var(--tc-checkbox-hover-dark);--checkbox-checked-hover-background-color:var(--tc-checkbox-active-hover-dark);--checkbox-checked-pressed-background-color:var(--tc-checkbox-active-pressed-dark);--checkbox-focus-background-color:transparent;--checkbox-focus-shadow-color:var(--tc-checkbox-active-focus-dark);--checkbox-disabled-border-color:var(--tc-border-quaternary-dark);--checkbox-disabled-background-color:var(--tc-checkbox-disabled-dark);--checkbox-disabled-checked-background-color:var(--tc-checkbox-active-disabled-dark);--checkbox-disabled-text-color:var(--tc-button-text-inverse-disabled-dark);--checkbox-error-border-color:var(--tc-alert-accent-error-dark)}.checkbox.dark .checkbox__html-input:focus-visible~.checkbox__input,.checkbox.mint .checkbox__html-input:focus-visible~.checkbox__input{outline:0.125rem solid var(--tc-blue-40);outline:0.125rem solid var(--tc-blue-40-dark);outline-offset:0.125rem;transition:outline 0s}.checkbox.mint{--checkbox-checked-background-color:rgb(31, 208, 214);--checkbox-hover-background-color:rgba(31, 208, 214, 0.16);--checkbox-focus-border-color:rgb(31, 208, 214);--checkbox-focus-shadow-color:rgba(31, 208, 214, 0.24);--checkbox-checked-hover-background-color:var(--checkbox-checked-background-color);--checkbox-checked-pressed-background-color:var(--checkbox-checked-background-color)}.checkbox__container{font:500 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\";display:flex;gap:var(--checkbox-gap);flex-direction:var(--checkbox-flex-direction);justify-content:var(--checkbox-justify-content);align-items:var(--checkbox-alignment);user-select:none;color:var(--checkbox-text-color);font-size:var(--checkbox-text-size)}.checkbox__container:hover .checkbox__input{border-color:var(--checkbox-hover-border-color);background-color:var(--checkbox-hover-background-color)}.checkbox__container:hover .checkbox__input--error{border-color:var(--checkbox-error-border-color)}.checkbox__container:active .checkbox__input{background-color:var(--checkbox-pressed-background-color)}.checkbox__container:hover .checkbox__html-input:checked:not(:disabled)~.checkbox__input{border-color:transparent;background-color:var(--checkbox-checked-hover-background-color)}.checkbox__container:active .checkbox__html-input:checked:not(:disabled)~.checkbox__input{border-color:transparent;background-color:var(--checkbox-checked-pressed-background-color)}.checkbox__icon{--icon-color:var(--checkbox-icon-color);--icon-size:100%;opacity:0;position:absolute}.checkbox__html-input{position:absolute;opacity:0;width:0;height:0}.checkbox__html-input:focus~.checkbox__input{background-color:var(--checkbox-focus-background-color);border-color:var(--checkbox-focus-border-color)}.checkbox__html-input:focus~.checkbox__input--error{border-color:var(--checkbox-error-border-color)}.checkbox__html-input:focus-visible~.checkbox__input{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s}.checkbox__html-input:focus-visible~.checkbox__input--error{border-color:var(--checkbox-error-border-color)}.checkbox__html-input:indeterminate~.checkbox__input,.checkbox__html-input:checked~.checkbox__input{border-color:var(--checkbox-checked-background-color);background-color:var(--checkbox-checked-background-color)}.checkbox__html-input:indeterminate~.checkbox__input .checkbox__icon,.checkbox__html-input:checked~.checkbox__input .checkbox__icon{opacity:1}.checkbox__html-input:indeterminate~.checkbox__input .checkbox__icon--indeterminate,.checkbox__html-input:checked~.checkbox__input .checkbox__icon--indeterminate{opacity:0}.checkbox__html-input:indeterminate .checkbox__icon,.checkbox__html-input:checked .checkbox__icon{opacity:1}.checkbox__html-input:indeterminate~.checkbox__input .checkbox__icon{opacity:0}.checkbox__html-input:indeterminate~.checkbox__input .checkbox__icon--indeterminate{opacity:1}.checkbox__html-input[disabled]~.checkbox__label,.checkbox__html-input[disabled]~.checkbox__input{cursor:auto}.checkbox__html-input[disabled]~.checkbox__input{border-color:var(--checkbox-disabled-border-color);background-color:var(--checkbox-disabled-background-color)}.checkbox__html-input[disabled]~.checkbox__label{color:var(--checkbox-disabled-text-color)}.checkbox__html-input[disabled]:checked~.checkbox__input,.checkbox__html-input[disabled]:indeterminate~.checkbox__input{border:none;background-color:var(--checkbox-disabled-checked-background-color)}.checkbox__input{display:inline-flex;align-items:center;justify-content:center;background-color:var(--checkbox-background-color);width:1.125rem;min-width:1.125rem;height:1.125rem;min-height:1.125rem;border:0.1rem solid var(--checkbox-border-color);border-radius:0.25rem}.checkbox__input--error{border-color:var(--checkbox-error-border-color)}.checkbox__label,.checkbox__input{cursor:pointer}";
5
- const TetCheckboxStyle0 = tetCheckboxCss;
6
-
7
- const TetCheckbox = class {
8
- constructor(hostRef) {
9
- registerInstance(this, hostRef);
10
- this.check = createEvent(this, "check", 7);
11
- /**
12
- * Handles change on the html input element.
13
- */
14
- this.handleChange = ({ target }) => {
15
- const { checked, indeterminate, error, value } = this;
16
- const element = target;
17
- this.checked = element.checked;
18
- this.indeterminate = element.indeterminate;
19
- this.check.emit({ checked: !checked, indeterminate, error, value });
20
- };
21
- this.theme = 'light';
22
- this.label = undefined;
23
- this.name = undefined;
24
- this.value = 0;
25
- this.disabled = false;
26
- this.checked = false;
27
- this.error = false;
28
- this.indeterminate = false;
29
- }
30
- /**
31
- * Updates the indeterminate state whenever the component mounts or updates.
32
- */
33
- updateIndeterminateState() {
34
- this.inputEl.indeterminate = this.indeterminate;
35
- }
36
- /**
37
- * Changes the checked prop of the component.
38
- *
39
- * @param value
40
- */
41
- async setChecked(value) {
42
- this.checked = value;
43
- }
44
- /**
45
- * Changes the indeterminate prop of the component.
46
- *
47
- * @param value
48
- */
49
- async setIndeterminate(value) {
50
- this.indeterminate = value;
51
- }
52
- /**
53
- * Changes the error prop of the component.
54
- *
55
- * @param value
56
- */
57
- async setError(value) {
58
- this.error = value;
59
- }
60
- render() {
61
- const { label, name, checked, value, disabled, error } = this;
62
- return (h(Host, { key: '0f0aedd31be90507a815dc0133c4b3e3e7b15af4' }, h("div", { key: 'b01b6dc3e63379a6884e2a355f87d6d0c36f932c', class: { checkbox: true, [`${this.theme}`]: true } }, h("label", { key: '1ebeec97f5a5f6731489da19ce226e4e8d6a39c7', class: "checkbox__container", part: "checkbox-container", htmlFor: "tet-checkbox" }, h("input", { key: '1dab79b46dd7b400ae50c22f87fc57c596fa189c', ref: (el) => (this.inputEl = el), class: "checkbox__html-input", id: "tet-checkbox", type: "checkbox", name: name, value: value, disabled: disabled, checked: checked, onChange: this.handleChange }), h("span", { key: '6ca6a22a7af2c184945a7e2fc2ba34484631f823', class: { 'checkbox__input': true, 'checkbox__input--error': error } }, h("tet-icon", { key: '0897df7726a99ff029514e2a8e11a790e47bef51', name: "remove", class: "checkbox__icon checkbox__icon--indeterminate indicator" }), h("tet-icon", { key: '1c15c55be813cf67eebd7bbd2c3f8340f7c1b9eb', name: "check", class: "checkbox__icon" })), label ? (h("span", { class: "checkbox__label", innerHTML: label })) : (h("span", { class: "checkbox__label" }, h("slot", null)))))));
63
- }
64
- static get watchers() { return {
65
- "indeterminate": ["updateIndeterminateState"]
66
- }; }
67
- };
68
- TetCheckbox.style = TetCheckboxStyle0;
69
-
70
4
  const tetDropdownCss = "@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:\"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)}:root,:host{--input-height:2.75rem;--input-padding:0.5rem;--input-font-size:1rem;--input-border-radius:0.1875rem;--input-color-error:rgb(233, 69, 54);--input-font-family:var(--font-family-content);--input-icon-size:1.5rem;--input-icon-top-position:auto;--input-icon-color:rgb(10, 11, 13);--input-focus-icon-color:rgb(10, 11, 13);--input-label-color:rgb(10, 11, 13);--input-text-color:rgb(10, 11, 13);--input-background-color:rgb(255, 255, 255);--input-border-color:rgb(153, 160, 174);--input-placeholder-color:rgb(153, 160, 174);--input-hover-background-color:rgba(88, 99, 116, 0.08);--input-focus-background-color:rgb(255, 255, 255);--input-focus-border-color:rgb(10, 11, 13);--input-focus-outline-color:rgba(88, 99, 116, 0.12);--input-disabled-label-color:rgb(88, 99, 116);--input-disabled-text-color:rgb(153, 160, 174);--input-border-disabled:rgb(215, 219, 224);--input-disabled-background-color:rgba(88, 99, 116, 0.08);--input-disabled-icon-color:var(--input-icon-color);--textarea-border-radius:0.625rem;--textarea-min-height:5.25rem}.tet-input__dark,.tet-textarea__dark{--input-icon-color:var(--tc-icon-primary-dark);--input-label-color:var(--tc-text-primary-dark);--input-text-color:var(--tc-text-primary-dark);--input-background-color:var(--tc-layer-primary-dark);--input-border-color:var(--tc-border-secondary-dark);--input-placeholder-color:var(--tc-button-text-inverse-disabled-dark);--input-hover-background-color:var(--tc-button-primary-background-inverse-hover-dark);--input-focus-icon-color:var(--tc-icon-primary-dark);--input-focus-background-color:var(--tc-layer-primary-dark);--input-focus-border-color:var(--tc-border-primary-dark);--input-focus-outline-color:var(--tc-text-input-border-active-dark);--input-disabled-label-color:var(--tc-text-secondary-dark);--input-disabled-text-color:var(--tc-button-text-inverse-disabled-dark);--input-border-disabled:var(--tc-border-quaternary-dark);--input-disabled-background-color:var(--tc-button-primary-background-inverse-hover-dark);--input-disabled-icon-color:var(--tc-button-icon-inverse-disabled-dark);--input-color-error:var(--tc-alert-accent-error-dark)}.tet-input__dark.tet-input__dark.keyboard-focus:focus,.tet-textarea__dark.tet-input__dark.keyboard-focus:focus{outline:0.125rem solid var(--tc-blue-40);outline:0.125rem solid var(--tc-blue-40-dark);outline-offset:0.125rem;transition:outline 0s}.tet-input__mint{--input-icon-color:rgb(247, 247, 247);--input-focus-icon-color:rgb(247, 247, 247);--input-label-color:rgb(247, 247, 247);--input-text-color:rgb(255, 255, 255);--input-background-color:transparent;--input-border-color:rgb(88, 99, 116);--input-placeholder-color:rgb(67, 75, 86);--input-hover-background-color:rgba(26, 213, 219, 0.08);--input-focus-background-color:transparent;--input-focus-border-color:rgb(26, 213, 219);--input-focus-outline-color:rgba(26, 213, 219, 0.24);--input-disabled-label-color:rgb(153, 160, 174);--input-border-disabled:rgb(67, 75, 86);--input-disabled-background-color:rgba(153, 160, 174, 0.08);--input-disabled-text-color:rgb(67, 75, 86)}.tet-input__light,.tet-textarea__light{--input-icon-color:var(--tc-icon-primary);--input-label-color:var(--tc-text-primary);--input-text-color:var(--tc-text-primary);--input-background-color:var(--tc-layer-primary);--input-border-color:var(--tc-border-secondary);--input-placeholder-color:var(--tc-button-text-inverse-disabled);--input-hover-background-color:var(--tc-button-primary-background-inverse-hover);--input-focus-icon-color:var(--tc-icon-primary);--input-focus-background-color:var(--tc-layer-primary);--input-focus-border-color:var(--tc-border-primary);--input-focus-outline-color:var(--tc-text-input-border-active);--input-disabled-label-color:var(--tc-text-secondary);--input-disabled-text-color:var(--tc-button-text-inverse-disabled);--input-border-disabled:var(--tc-border-quaternary);--input-disabled-background-color:var(--tc-button-primary-background-inverse-hover);--input-disabled-icon-color:var(--tc-button-icon-inverse-disabled);--input-color-error:var(--tc-alert-accent-error)}.tet-input__mint-original{--input-icon-color:#9ba5be;--input-label-color:#f5f5f5;--input-text-color:#f5f5f5;--input-background-color:#1d2128;--input-border-color:#2b3036;--input-placeholder-color:rgba(155, 165, 190, 0.8);--input-focus-icon-color:#aeb7bc;--input-focus-border-color:#01cbe0;--input-focus-background-color:#1d2128}.tet-input__base,.tet-textarea__base{width:100%;height:var(--input-height);box-sizing:border-box;padding:var(--input-padding);border-radius:var(--input-border-radius);border:0.0625rem solid var(--input-border-color);color:var(--input-text-color);background:var(--input-background-color);outline:0.125rem solid transparent;font-size:inherit;font-family:var(--input-font-family);font-weight:500;line-height:1.25rem;letter-spacing:-0.005625rem;}.tet-input__base::placeholder,.tet-textarea__base::placeholder{color:var(--input-placeholder-color)}.tet-input__base.tet-input__mint-original:not(:disabled):hover,.tet-textarea__base.tet-input__mint-original:not(:disabled):hover{background-color:#1d2128;border-color:#01cbe0;box-shadow:0 0.0625rem 0.25rem 0.125rem rgba(1, 203, 224, 0.4)}.tet-input__base.tet-input__mint-original:not(:disabled):hover.error,.tet-input__base.tet-input__mint-original:not(:disabled):focus.error,.tet-input__base.tet-input__mint-original:not(:disabled):active.error,.tet-textarea__base.tet-input__mint-original:not(:disabled):hover.error,.tet-textarea__base.tet-input__mint-original:not(:disabled):focus.error,.tet-textarea__base.tet-input__mint-original:not(:disabled):active.error{border-color:rgb(233, 69, 54)}.tet-input__base.tet-input__mint-original:not(:disabled):focus,.tet-input__base.tet-input__mint-original:not(:disabled):active,.tet-textarea__base.tet-input__mint-original:not(:disabled):focus,.tet-textarea__base.tet-input__mint-original:not(:disabled):active{outline:none}.tet-input__base.tet-input__mint-original.keyboard-focus:focus,.tet-textarea__base.tet-input__mint-original.keyboard-focus:focus{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;box-shadow:none}.tet-input__base[disabled],.tet-textarea__base[disabled]{cursor:not-allowed;outline:none;border:0.0625rem solid var(--input-border-disabled);background-color:var(--input-disabled-background-color);color:var(--input-disabled-text-color)}.tet-input__base:not(:disabled).error,.tet-textarea__base:not(:disabled).error{border-color:var(--input-color-error)}.tet-input__base:not(:disabled):hover,.tet-textarea__base:not(:disabled):hover{background:var(--input-hover-background-color)}.tet-input__base:not(:disabled):focus,.tet-input__base:not(:disabled):active,.tet-textarea__base:not(:disabled):focus,.tet-textarea__base:not(:disabled):active{background:var(--input-focus-background-color);border:0.0625rem solid var(--input-focus-border-color);box-shadow:0 0 0 0.25rem var(--input-focus-outline-color)}.tet-input__base.keyboard-focus:focus,.tet-textarea__base.keyboard-focus:focus{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;box-shadow:none}.tet-input__base.error:not(:disabled).keyboard-focus,.tet-textarea__base.error:not(:disabled).keyboard-focus{border-color:var(--input-color-error)}.tet-textarea__base{border-radius:var(--textarea-border-radius);min-height:var(--textarea-min-height);resize:none}.tet-input__label,.tet-textarea__label{display:block;margin-left:0.25rem !important;margin-bottom:0.25rem !important;color:var(--input-label-color);font:500 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\"}.tet-input__label.tet-input__mint-original,.tet-textarea__label.tet-input__mint-original{margin-left:0 !important;font-family:var(--font-family-fallback)}.tet-input__label:has(~.input-container input[disabled]),.tet-textarea__label:has(~.input-container input[disabled]){color:var(--input-disabled-label-color)}.tet-input__error-message,.tet-textarea__error-message{font:500 0.75rem/1rem \"Inter\", \"Gilroy, Arial, sans-serif\";color:var(--input-color-error)}.errors{display:flex;flex-direction:column;gap:0.5em;margin-top:0.5em}.errors--hidden{display:none}:host{--options-max-height:15.625rem;--border-radius:0.625rem;--focus-border-radius:0.875rem;--option-padding:0.5rem 0.75rem;--button-padding:0.625rem 0.75rem;--text-size:0.875rem;--text-color:var(--tc-text-primary);--border-color:var(--tc-border-secondary);--hover-text-color:var(--text-color);--hover-border-color:var(--border-color);--disabled-border-color:var(--tc-border-quaternary);--disabled-text-color:var(--tc-button-text-inverse-disabled);--disabled-icon-color:var(--tc-button-icon-inverse-disabled);--disabled-label-text-color:var(--tc-text-secondary);--option-text-color:var(--tc-button-text-primary);--option-accent-color:var(--tc-button-text-secondary);--button-background-color:var(--tc-layer-primary);--dropdown-background-color:var(--tc-layer-primary);--hover-button-background-color:var(--tc-button-primary-background-inverse-hover);--focus-button-background-color:var(--tc-button-primary-background-inverse-pressed);--keyboard-focus-outline-color:var(--tc-blue-40);display:block;position:relative}.dropdown.dark,.dropdown.mint{--text-color:var(--tc-text-primary-dark);--border-color:var(--tc-border-secondary-dark);--hover-text-color:var(--text-color);--hover-border-color:var(--border-color);--disabled-border-color:var(--tc-border-quaternary-dark);--disabled-text-color:var(--tc-button-text-inverse-disabled-dark);--disabled-icon-color:var(--tc-button-icon-inverse-disabled-dark);--disabled-label-text-color:var(--tc-text-secondary-dark);--option-text-color:var(--text-color);--option-accent-color:var(--text-color);--button-background-color:var(--tc-layer-primary-dark);--dropdown-background-color:var(--tc-layer-primary-dark);--hover-button-background-color:var(--tc-button-primary-background-inverse-hover-dark);--focus-button-background-color:var(--tc-button-primary-background-inverse-pressed-dark);--keyboard-focus-outline-color:var(--tc-blue-40-dark)}.dropdown.mint{--option-accent-color:rgb(26, 213, 219);--hover-button-background-color:rgba(26, 213, 219, 0.08);--focus-button-background-color:rgba(26, 213, 219, 0.32)}.dropdown *{color:var(--text-color)}.dropdown__wrapper{position:relative;display:flex;flex-direction:column}.dropdown__wrapper.disabled .dropdown__button{cursor:not-allowed;background-color:var(--hover-button-background-color);border-color:var(--disabled-border-color)}.dropdown__wrapper.disabled .dropdown__button__selected,.dropdown__wrapper.disabled .dropdown__button__labelright{color:var(--disabled-text-color) !important}.dropdown__wrapper.disabled .dropdown__button .dropdown__icon{--icon-color:var(--disabled-icon-color)}.dropdown__wrapper.disabled .dropdown__label{color:var(--disabled-label-text-color)}.dropdown__icon{--icon-color:var(--option-accent-color)}.dropdown__chevron-icon{--icon-size:1.25rem;--icon-color:var(--text-color)}.dropdown__button{font:500 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\";display:flex;height:2.75rem;width:100%;align-items:center;justify-content:space-between;padding:var(--button-padding);border-radius:var(--border-radius);background-color:var(--button-background-color);border:0.0625rem solid var(--border-color);cursor:pointer}.dropdown__button:hover,.dropdown__button:focus{outline:none;color:var(--hover-text-color);border-color:var(--hover-border-color);background-color:var(--hover-button-background-color)}.dropdown__button:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;outline-color:var(--keyboard-focus-outline-color);background-color:var(--button-background-color)}.dropdown__button:active{background-color:var(--focus-button-background-color)}.dropdown__button__selected{padding-right:0.75rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dropdown__button img{width:2.625rem;height:1.25rem}.dropdown__button__selected--flex{margin-left:0.5rem;padding-right:0}.dropdown__button-wrapper{display:inline-flex;padding:0.125rem 0.125rem 0 0.125rem;border:0.125rem solid transparent;border-bottom:none;border-radius:var(--focus-border-radius) var(--focus-border-radius) 0 0}.dropdown__button__labelright{font:400 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\";margin-left:auto;margin-right:0.5rem}.dropdown__option{font:400 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\";display:flex;align-items:center;border-radius:0.125rem;cursor:pointer;padding:var(--option-padding);background-color:transparent}.dropdown__option:hover,.dropdown__option:focus{outline:none;background-color:var(--hover-button-background-color)}.dropdown__option:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:-0.125rem;transition:outline 0s;background-color:transparent}.dropdown__option img{width:2.625rem;height:1.25rem}.dropdown__option__labelright{font:400 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\"}.dropdown__option--single{position:relative}.dropdown__option__flex{display:flex;flex-direction:column}.dropdown__option__flex--label-container{display:flex;width:100%;align-items:center}.dropdown__option__flex--label-container .dropdown__button__label{margin-left:0.5rem}.dropdown__option__flex--label-container .dropdown__button__labelright{position:absolute;right:1rem}.dropdown__option__flex--subtext-container{margin-right:auto;margin-top:0.125rem}.dropdown__option__flex--subtext-container span{font:400 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\";color:var(--text-color)}.dropdown__option--selected-background{background:var(--hover-button-background-color)}.dropdown__option .dropdown__icon{position:absolute;right:0.5rem}.dropdown__option--selected .dropdown__check{border-color:var(--option-accent-color);background-color:var(--option-accent-color)}.dropdown__options-focus-wrapper{z-index:99999;position:absolute;top:100%;width:100%;display:none;flex-direction:column;border:0.125rem solid transparent;border-top:none;padding:0 0.125rem 0.125rem 0.125rem;border-radius:0 0 var(--focus-border-radius) var(--focus-border-radius)}.dropdown__options-scroll-wrapper{border:0.0625rem solid var(--border-color);border-top:none;border-radius:0 0 var(--border-radius) var(--border-radius);overflow:hidden}.dropdown__options{display:none;flex-direction:column;padding:0.625rem 0;background-color:var(--dropdown-background-color);max-height:var(--options-max-height);overflow-y:auto}.dropdown--open .dropdown__options-focus-wrapper,.dropdown--open .dropdown__options{display:flex}.dropdown--open .dropdown__button{border-radius:var(--border-radius) var(--border-radius) 0 0;border-bottom:0.0625rem solid transparent;background-color:var(--hover-button-background-color);outline:none}.dropdown--open.focus-visible .dropdown__options-focus-wrapper{border-color:var(--keyboard-focus-outline-color)}.dropdown--open.focus-visible .dropdown__button-wrapper{border-color:var(--keyboard-focus-outline-color)}";
71
5
  const TetDropdownStyle0 = tetDropdownCss;
72
6
 
@@ -791,7 +725,7 @@ const TetTooltip = class {
791
725
  return isTooltipOutOfBounds;
792
726
  }
793
727
  render() {
794
- return h(Host, { key: '5e7dce81750f672a0162b5ecc5ae024bb189bec9', class: { visible: this.showTooltip } }, this.renderTooltip());
728
+ return h(Host, { key: 'ca927c2367e411724f72f033995f79b5234bd8f2', class: { visible: this.showTooltip } }, this.renderTooltip());
795
729
  }
796
730
  get element() { return getElement(this); }
797
731
  static get watchers() { return {
@@ -801,4 +735,4 @@ const TetTooltip = class {
801
735
  };
802
736
  TetTooltip.style = TetTooltipStyle0;
803
737
 
804
- export { TetCheckbox as tet_checkbox, TetDropdown as tet_dropdown, TetTooltip as tet_tooltip };
738
+ export { TetDropdown as tet_dropdown, TetTooltip as tet_tooltip };
@@ -63,7 +63,7 @@ const TetExpansionPanel = class {
63
63
  return this.state;
64
64
  }
65
65
  render() {
66
- return (h("div", { key: '1bdf3e7d94331f22f566fdb87c94931840def4a5', class: { 'tet-expansion-panel': true, 'open': this.state === 'open' } }, h("div", { key: '6c839184d43404b150ae12cb76b721cb50356510', class: "tet-expansion-panel-content" }, h("slot", { key: '5bfab5ebbb8af4f113168062514c4330c7c8991b' }))));
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
  get element() { return getElement(this); }
69
69
  };
@@ -8,7 +8,7 @@ const TetFontWeight = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: 'e83b1ac0cf9a02bb78235aa39ed5ece8330f57ca' }, h("div", { key: '584614302d2d1f92ddf094391eb5d633140a0b8d', class: "variable-container" }, h("div", { key: '01a8e0b874b0c5b52f5f4afe3e64fb2363e7f8ba', class: "container-title main" }, "Fonta biezuma klase"), h("div", { key: 'c511fafc2f5e1264d4f01d86772e6762b6d7741a', class: "container-section" }, h("div", { key: 'be195218334810c9f4a4f012971209e5beb7674c', class: "variable-name" }, h("div", { key: '733cf771cf0b347168af1c1f53b0d428c1f48d22', class: "variable-part" }, "tet"), h("div", { key: 'c641da99f6b095f813cc590e0b16ea46dfab8c36', class: "variable-part" }, "-font"), h("div", { key: '1da8574ae84fc454c324790542aa89a9fb3981b6', class: "variable-part" }, "-weight"), h("div", { key: '3e87a2b11fb29798c62e3313e83f58a97ed1b9ac', class: "variable-part variable variable-weight" }, "--semi-bold")))), h("div", { key: 'b31cfcb462b50fd52065eeca2b6a522e648ad088', class: "tet-fonts-container" }, h("div", { key: 'f447e9e7dc1a65df61fe4852f0aa57ab05c24a12', class: "section" }, h("div", { key: '82917c7e316980b05a83f9ce1eea47605c429295', class: "container-title" }, "Fontu biezumi"), h("div", { key: 'b9015e82123aa01f2a58af9461f5f00b6a47502c', class: "section-font" }, h("div", { key: 'e68b634a91aef4003f6ee7048654eb3b57bf3bb1', class: "font font-body-xs" }, "Font weight - 400"), h("div", { key: 'fcd78f29652ea146ec66536a337bf8b471246382', class: "section-font-class" }, "klase: tet-font-weight--normal"), h("div", { key: '23dd8577cc10ee3eb8b78592d8244d6170453073', class: "section-font-weight" })), h("div", { key: 'ebc08306642c0badd033041bb096ecf393d7ebf9', class: "section-font" }, h("div", { key: '01854f6e82a9997efaf57ff0444df6e1724a3269', class: "font font-body-s" }, "Font weight - 500"), h("div", { key: '945b1e1d889b2f9233d2ab98a4f125a6ad1c702d', class: "section-font-class" }, "klase: tet-font-weight--medium"), h("div", { key: 'c4a56813b1323e6a61b7594f5d78829e33f2fa8a', class: "section-font-weight" })), h("div", { key: '0788fa50d88d7ed5d2581f596ee403544dd3c2d1', class: "section-font" }, h("div", { key: '5eb714cd9f75c5e0a6a346022b2a5eb904069cd3', class: "font font-body-m" }, "Font weight - 600"), h("div", { key: '300c74b164cc96fac550f447f4389f810ba831b4', class: "section-font-class" }, "klase: tet-font-weight--semi-bold"), h("div", { key: '56378e9ab65ea6483c73d080e174038344b8274d', class: "section-font-weight" }))))));
11
+ 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" }))))));
12
12
  }
13
13
  };
14
14
  TetFontWeight.style = TetFontWeightStyle0;
@@ -8,7 +8,7 @@ const TetFonts = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '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"))))));
11
+ 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"))))));
12
12
  }
13
13
  };
14
14
  TetFonts.style = TetFontsStyle0;
@@ -8,7 +8,7 @@ const TetGrid = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '02682e1684a9908df9315f10e5ce63191fb04ac6' }, h("div", { key: '4926e50d1d70c05cb2ebd185404163ad5308aed3', class: "variable-container" }, h("div", { key: '349ae905442a527105000228b682ad1bf1b9f1da', class: "container-title main" }, "Grid klase"), h("div", { key: '3853c5a201fa9c8fabe351e17a4f0f21413b4c4f', class: "container-section" }, h("div", { key: 'd49ed9dbc73e96a00127b8b24c8a3ec4ba7110c8', class: "variable-name" }, h("div", { key: 'a31f6a3d1135f4373b251af6c2a2321145451e29', class: "variable-part" }, "tet"), h("div", { key: 'e0ee6c60c1c8558642e6f2ce8a5c2bd855620494', class: "variable-part" }, "-grid")), h("div", { key: 'f09869c740b1c5f6641ee7dc87e471b6bfc925a2', class: "variable-name" }, h("div", { key: '213bc3c0fe79f0cd34610ebf8197d8bbcea03c08', class: "variable-part" }, "tet-grid__cell")))), h("div", { key: '30dad54cc7aef4128c2aee48802d2528bfc0f687', class: "container-wrapper" }, h("div", { key: '40b81ad424f3a5287cf738c040b26ac729227fe0', class: "container-title" }, "Grida lietojumi"), h("div", { key: 'b6d0309daadfea2187106b18f565fb316456885f', 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: 'f0368dcd2347bc289ddc6352036e5938bd97178f', class: "container-comment" }, "Piemēram: <div class='tet-grid'><div class='tet-grid__cell'></div></div>"), h("div", { key: '5cef30c945dc69fafd37c20ca780bc1fe4a8aa3d', class: "section" }, h("div", { key: 'ab0565a1e879fa006f8b2f5471c8c71015b6fa09', class: "section-content" }, h("div", { key: '2dab689c26e81f189d036109ac54a596dd34190b', class: "show-grid tet-grid" }, h("div", { key: '1877fa31a6e44ccb2564907c5e1868644f2ca7b5', class: "show-span tet-grid__cell--span-all" }, h("div", { key: 'fab260c944675185f4b0f21560880b222458acc9', class: "section-style" }, "Teksts pa visu gridu"), h("div", { key: '524a3e61632acc5690c3d22eac305331530f3b43', class: "section-style-attribute" }, "tet-grid__cell--span-all")))), h("div", { key: '80555becc3e1630e7fc3acbff9e5a96ffcbc5544', class: "section-content" }, h("div", { key: '5e7250aef13d4b3449dbcd5bc52dd584a97d980e', class: "show-grid tet-grid" }, h("div", { key: '5be6fff473b1d37192c070061562e1c1670f9855', class: "show-span tet-grid__cell--span-4" }, h("div", { key: '7f56ef2a94d29f7358c07f49e610739597047248' }, "Teksts pa 4 kolon\u0101m"), h("div", { key: '840d7611f6612d4c3f7ed0ff4f03790a4e4cd7c4', class: "section-style-attribute" }, "tet-grid__cell--span-4")))), h("div", { key: '4e100d54133296a5962b601a92319eebb8c0b583', class: "section-content" }, h("div", { key: '9a7b51054fb59ec120b0084b31d4be49467de941', class: "show-grid tet-grid" }, h("div", { key: '0e7417b6f2f509b238819bf965b63c15364256d2', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8" }, h("div", { key: '1415ce8fe36b0da8797cefeda4bea389afa95c64' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 8 LG "), h("div", { key: 'f2db2f5e388701638ae1f3f28120bd07f903f605', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-8")), h("div", { key: 'e95d585a21011569dd7b4a36ee0e5a03c3e48313', class: "show-span tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4" }, h("div", { key: '6bf901066022496adc26462714afa1a2f0967fc8' }, "Teksts pa 4 kolon\u0101m DF ekr\u0101na, pa 4 LG "), h("div", { key: 'd184975d5b55f537b0d67af53ade350153a1bf4d', class: "section-style-attribute" }, "tet-grid__cell--df-span-4 tet-grid__cell--lg-span-4")))), h("div", { key: '3cb148efcb102aa3a24614e43941fe3e10e4a73b', class: "section-content" }, h("div", { key: '76e3fb44c8fcaab70919182aebca0561c3637368', class: "show-grid tet-grid" }, h("div", { key: '707ed8725b906acfa545e7f7cfb35b70252d4086', class: "show-span tet-grid__cell--span-all" }, h("div", { key: '9823be4c1e6debcffe4fb732e6ebebe5fd960913' }, "Tekstu, ko redzam visu laiku.", ' ', h("span", { key: 'c56640f8217d3a3873cb50a1351aba79adadabae', class: "tet-grid__cell--hide tet-grid__cell--lg-show" }, "Redzam tikai pie LG izm\u0113ra")), h("div", { key: '9b7d7f2b3f46648ebd19619596d993e130168e9a', class: "section-style-attribute" }, "tet-grid__cell--hide", h("span", { key: '67e33f80973424e912753ac94e2082d2a0067a50', class: "tet-grid__cell--hide tet-grid__cell--lg-show" }, "tet-grid__cell--lg-show"))))), h("div", { key: '3569ccb24a38a06dda851c7a22473680d8199013', class: "section-content" }, h("div", { key: '4c7115fe8757506d946ba349e5df7f807b732b42', class: "show-grid tet-grid" }, h("div", { key: '742f3187e676743ba3779527ed028b26009ddb76', class: "show-span tet-grid__cell--span-2" }, h("div", { key: 'ec6b1e3e68094502b5107c4123f4e8ae5f1c3425', class: "section-style-attribute" }, "tet-grid__cell--span-2")), h("div", { key: '89139a08403174036e6ce3a397c3637dbdd275ff', class: "show-span tet-grid__cell--lg-span-8" }, h("div", { key: 'fec08f760d5edc9dde007bb296b43768d5ec8baf' }, "Teksts ir pa 8 kolon\u0101m un tam ir 2 kolon\u0101s robe\u017Ea no ab\u0101m pus\u0113m"), h("div", { key: 'fac407cb2448cf9caa64378bfa86f4c2e6f69777', class: "section-style-attribute" }, "tet-grid__cell--lg-span-8")), h("div", { key: '8d37c9ec38140706345b151f7740be3f8c49811a', class: "show-span tet-grid__cell--span-2" }, h("div", { key: '5d3a3fdde9aead93fffa2614689cff0b0766396a', class: "section-style-attribute" }, "tet-grid__cell--span-2")))))), h("div", { key: 'eff928937dcecead9ef59714a8601ccc8168107f', class: "container-wrapper" }, h("div", { key: '575a19f71b15226e0079e2b7d67483e3a018817f', class: "container-title" }, "1920px breakpoint"), h("div", { key: '14d6f392d3876085e650d134ffe264d5bccbca56', class: "container-comment" }, "Pievienojot papildus klasi", ' ', h("strong", { key: '20d25d65d5ca4e4a709a4d762b3ed36a19e70299' }, h("i", { key: '33bef0243d3324a2d39bc8aa9f7be25f21f1df9c' }, " tet-grid--gg")), ", tiek iesp\u0113jots elementa maksim\u0101lais platums l\u012Bdz 1920px."), h("div", { key: 'cc816b63e446cd3a69d4e9af95881a4a57da4c86', class: "container-comment" }, "Piemēram: <div class='tet-grid tet-grid--gg'><div class='tet-grid__cell'></div></div>"), h("div", { key: '52277a4c2230ec899afc0b0bf4618c162ce6e70f', class: "section" }, h("div", { key: '67d6302c8a10355caed9c0bf0f2aec201dba5d7f', class: "section-content" }, h("div", { key: '8439f97c14557fe5900b608f31d206f2e14f4c0a', class: "show-grid tet-grid tet-grid--gg" }, h("div", { key: 'e9dde41f0bc49c86f576095556761e8b7920817f', class: "show-span tet-grid__cell--span-2" }, h("div", { key: 'e0dc9b5da449f70c33dac26b62419f39f13767d0', class: "section-style-attribute" }, "tet-grid__cell--span-2")), h("div", { key: '450ee0d6547c9d1fa0c1d0cbcc9680b3231eb18e', class: "show-span tet-grid__cell--lg-span-8" }, h("div", { key: '7d60a96217e0140c2e92a6343c9d6606454b01dc' }, "Teksts ir pa 8 kolon\u0101m un tam ir 2 kolon\u0101s robe\u017Ea no ab\u0101m pus\u0113m"), h("div", { key: '6d9fd4923516bc6fc2a282628bb879a89ccd6531', class: "section-style-attribute" }, "tet-grid__cell--lg-span-8"), h("div", { key: '69fd0b6cb6e59f9160b5f74c7cd3a6ce4fa84f5c', class: "tet-grid tet-grid--gg" }, h("div", { key: '10a5b901b327cf3c955a9afb10908b5ad3aba067', class: "tet-grid__cell--span-all tet-grid__cell--hide tet-grid__cell--gg-show tet-spacing__xl--mt" }, h("div", { key: '21ac3043ad8fee227fa5206c6730804c5169e8dd' }, "\u0160is teksts ir redzams tikai no 1920px platuma."), h("div", { key: 'b49daa1693277b7d7d4a63610c64245e8e642ba9', class: "section-style-attribute" }, "tet-grid__cell--lg-span-12"), h("div", { key: 'd7bddbec02eeec07e153f517ee2dbb709fc408d5', class: "section-style-attribute" }, "tet-grid__cell--hide"), h("div", { key: 'ae4ed77e515e24d40853fd4aa875a1342b686a32', class: "section-style-attribute" }, "tet-grid__cell--gg-show")))), h("div", { key: 'ff78801a1d6f8d26ba0c0b6ca7506cf716295d1d', class: "show-span tet-grid__cell--span-2" }, h("div", { key: '3038f756b0f75dd5ba1c9c5197e058dd2a06b499', class: "section-style-attribute" }, "tet-grid__cell--span-2"))))))));
11
+ 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"))))))));
12
12
  }
13
13
  };
14
14
  TetGrid.style = TetGridStyle0;
@@ -68,7 +68,7 @@ const TetIcon = class {
68
68
  });
69
69
  }
70
70
  render() {
71
- return (h("span", { key: '54ab31ceb8597ebb94fd12ca44d3c67ba2b45848', class: "icon-wrapper", tabindex: (this.focusable || this.accessibilityLabel) ? 0 : -1 }, h("span", Object.assign({ key: 'cc82f58ce74ee97ee633c9b8720770b155b8ba1f', class: {
71
+ return (h("span", { key: 'bbfa5e3445bd0e22afbabd3efc071a39e8daeb21', class: "icon-wrapper", tabindex: (this.focusable || this.accessibilityLabel) ? 0 : -1 }, h("span", Object.assign({ key: '6532eb075ead5b6514515ef9ecb09c687dd53e7b', class: {
72
72
  'icon-container': true,
73
73
  'default-color': this.shouldUseDefaultColor(),
74
74
  [this.theme]: true,
@@ -17,12 +17,12 @@ const TetLabel = class {
17
17
  this.showIcon = false;
18
18
  }
19
19
  render() {
20
- return (h(Host, { key: '5d6ec80f859b10c9214b3f5886105d79417a0c44' }, h("div", { key: '7510c3ba9e0c73b7f2dd683ffd302851a8fedfdf', class: {
20
+ return (h(Host, { key: '7800d5c4511794832410f80a2d9d27e3e354fe2f' }, h("div", { key: '8c7594525064ab2d0d7a6712a86b7f0484597a2f', class: {
21
21
  label: true,
22
22
  'label-active': this.active,
23
23
  [`label-type-${this.type}`]: true,
24
24
  [`theme-${this.theme}`]: true,
25
- } }, this.labelTitle && h("p", { key: 'd62ce803dcb857fadcb3017dac24c1c703992e1f', class: "label-title" }, this.translateTitle ? translate(this.labelTitle) : this.labelTitle), this.showIcon && h("tet-icon", { key: '102bf8d06d2a16d0cec220202525d9deaf8b8783', class: "label-icon", name: "close-circle", part: "icon-selected" }))));
25
+ } }, 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" }))));
26
26
  }
27
27
  };
28
28
  TetLabel.style = TetLabelStyle0;
@@ -8,7 +8,7 @@ const TetLayout = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return h(Host, { key: 'a950f051e0cc0e9c9331f25afe456268be7852a4' }, h("div", { key: '2ae5c3e56e605155ead4e1cc4429831bec324e03', class: "container variable-container" }, h("div", { key: 'e66828992647b523db5e8d67ecf926d4c2032cea', class: "container-title main" }, "Teksta platuma klase"), h("div", { key: '37853e059bf27ef2cf358871186256c032076c4a', class: "container-section" }, h("div", { key: '12987d17dd3d5a49c7ddcfc78e0c962812b86222', class: "variable-wrapper" }, h("span", { key: '9b18777b4226016a6b6ba9daf38563fe3ad91995', class: "variable-name" }, h("span", { key: 'c06889da0fd2c673f6f9ec9f51cfaf4875eeb3a9', class: "variable-part" }, "tet-body-text-max-width"))))), h("div", { key: 'f0dfb2228b97fec1e87a75690a2f5efac838e69b', class: "container" }, h("div", { key: '6becd043e11cc52613f92188c67f6a6f6eb49864', class: "container-title" }, "Piem\u0113rs"), h("div", { key: '9ea4823d5e1ea880b957464dc0f4f14d5a2a09dd', class: "container-section container-example" }, h("code", { key: '47fd0bde5c66fc9bd3e4fa58c73eeba8902440b1' }, "<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: '6bc4053f5d5fd7d81917560faa14be901a577c8b', 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."))));
11
+ 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."))));
12
12
  }
13
13
  };
14
14
  TetLayout.style = TetLayoutStyle0;
@@ -8,7 +8,7 @@ const TetLink = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '5dda77f55f7acdca8b81ba25efcaeea44c2bcf65' }, h("div", { key: 'd9b34bd2fc5cdb22fb6491d6216b646a05ec630e', class: "container variable-container" }, h("div", { key: '18fe113037f9fbc7652efe403505b8ea2f829874', class: "container-title main" }, "Linka klase"), h("div", { key: '7cde67738790eacbbd6af6b290865989eb12891b', class: "container-section" }, h("div", { key: 'ae869909b59f2498c73702f19ecd52c279ab6488', class: "variable-wrapper" }, h("span", { key: 'e48f2f4d199a776f76837c391805d5b19eeadbf9', class: "variable-name" }, h("span", { key: '72b1c4cfdf3fb7543e943679e76b67ccc6c0a8ed', class: "variable-part" }, "tet"), h("span", { key: 'd42b445003cf89abceeb90cadcbb19a34b1b7e8c', class: "variable-part" }, "-link"), h("span", { key: 'd296451caef797bed2fe1f465f9b0e379d8c83de', class: "variable-part variable variable-attribute" }, "__arrow"))))), h("div", { key: '40d5c6329dcadb7c54051588d74922d402b28885', class: "container" }, h("div", { key: '14803ace0629e92daa03534d76fb3ca4091d8066', class: "container-title" }, "Piem\u0113ri"), h("div", { key: 'b5afa744225aea59a53a8242211bd34be08a29b3', class: "container-section container-example" }, h("code", { key: '1926ca42a056e7de9087131066f8e7e153531af0', class: "variable-example" }, "<a class=\"tet-link\" href=\"#\">Links uz tet</a>"), h("span", { key: 'a17f0df4273ef52c2949210443d200f9d52b23fa' }, "Link klase bez bulti\u0146as uz ", h("a", { key: '6da285f278e41f02f9b4d055c3c3dafe6c3e85e3', class: "tet-link", href: "#" }, "elementa")), h("code", { key: '5abdb51fd2fbf5b36a70e07fcdb842b302743d7c', class: "variable-example" }, "<a class=\"tet-link__arrow\" href=\"#\">Links uz tet</a>"), h("span", { key: '3b7812556dc70e27da1ad3751013386c56593dd2' }, "Link klase ar bulti\u0146u uz ", h("a", { key: 'c9384257f002ecdb53c0398fd75dae316e110bc8', class: "tet-link__arrow", href: "#" }, "elementa")), h("code", { key: '799e9207c3485e7589a8c2a3b13f6e40756d8bd2', class: "variable-example" }, "<a class=\"tet-link__arrow tet-link--secondary\" href=\"#\">Links uz tet</a>"), h("span", { key: '41eb3fbd6c4cdc581a882b7548c52a7f44275ded' }, "Link klase sekund\u0101raj\u0101 kr\u0101s\u0101 uz ", h("a", { key: '1270008ecd8179245b5694525f085d8e31f05d50', class: "tet-link__arrow tet-link--secondary", href: "#" }, "elementa")), h("code", { key: 'fd477857f3eac25d38a4cde146994d8ccbf4696c', class: "variable-example" }, "<a class=\"tet-link__arrow dark\" href=\"#\">Links uz tet</a>"), h("span", { key: 'f3ac727d226914aef6060568f14a3685fb980257', class: "dark-example" }, "Link klase ar tum\u0161o t\u0113mu uz ", h("a", { key: 'd180de38c66526289d0d0def27465a98e5e5b895', class: "tet-link__arrow dark", href: "#" }, "elementa"))))));
11
+ 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"))))));
12
12
  }
13
13
  };
14
14
  TetLink.style = TetLinkStyle0;
@@ -8,7 +8,7 @@ const TetLoader = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h("div", { key: 'cece39cbe52a09491a05c4a03d4ab0a6c9bc1c86', class: "loader" }, h("div", { key: '16f3ea48c7e285a3f442518e6aaa3ade71ec6295', class: "loader-inner" })));
11
+ return (h("div", { key: '5dc2e7913b4f48ebfb62c51c720516eaf8c97879', class: "loader" }, h("div", { key: 'b5c647ff4b2388de51721391a4683c693e71492a', class: "loader-inner" })));
12
12
  }
13
13
  };
14
14
  TetLoader.style = TetLoaderStyle0;
@@ -57,13 +57,13 @@ const TetNavigationMobile = class {
57
57
  this.mainDropdownToggle.emit(isTogglerExpanded);
58
58
  }
59
59
  render() {
60
- return (h(Host, { key: '35606e40e1827864f56e1487083b9baa54eda823' }, h("navigation", { key: '9e304ec60cd13e6a8f19511be5d3dc68e3b41172', class: {
60
+ return (h(Host, { key: '857fe7ebda03b21b3604f879a37ff5dd562b03a3' }, h("navigation", { key: 'a5129ff287fa54d25bbb7af3d11818f1dd58d04d', class: {
61
61
  'navigation': true,
62
62
  'navigation--dark': this.darkMode
63
- } }, h("div", { key: '3b790bc9a70db3e62cb83186483244cc81acc67c', class: "navigation__nav-bar" }, h("slot", { key: 'bf606c7b0e8963fec3ba9dbb004e0c2d0e67038f' })), this.isTogglerVisible && (h("span", { key: 'ee24cbc7cffc73a71bcaf85487fefeccfadb6afc', class: "navigation__toggler", onClick: this.onTogglerClick, onKeyDown: (e) => this.handleKeyDown(e), tabIndex: 0 }, h("tet-icon", { key: 'ccf44b81a4835a4124f73f254d718e65e6ea3a02', theme: this.darkMode ? "dark" : "light", name: this.isTogglerExpanded ? "close" : "burger" }))), h("div", { key: '9f11db71e69bf08a54d5cc9219fe74e6c18cc28f', class: {
63
+ } }, 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: {
64
64
  'navigation__dropdown': true,
65
65
  'navigation__dropdown--expanded': this.isTogglerExpanded,
66
- }, inert: !this.isTogglerExpanded }, h("slot", { key: '20d2992eee10f4546cd3fb7f84b76eab17650d44', name: "dropdown" })))));
66
+ }, inert: !this.isTogglerExpanded }, h("slot", { key: '2f56719a1139562bc4355e2187bbde839a5bbacf', name: "dropdown" })))));
67
67
  }
68
68
  static get watchers() { return {
69
69
  "isTogglerExpanded": ["onMenuToggle"]
@@ -62,7 +62,7 @@ const TetNewsCardList = class {
62
62
  scrollFullWidth,
63
63
  controlScrollAmount,
64
64
  };
65
- return (h(Host, { key: 'e5ea95909d581a81c67ae0ebc4eff7bdf92de5cf' }, h("tet-card-list", Object.assign({ key: '2629e333e589233b5be973ed016faeec1305cadb', 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)))));
65
+ 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)))));
66
66
  }
67
67
  get element() { return getElement(this); }
68
68
  };