@tet/tet-components 1.3.35-staging → 1.3.36-staging

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/tet-accordion.cjs.entry.js +6 -6
  3. package/dist/cjs/tet-address-offers-view.cjs.entry.js +1 -1
  4. package/dist/cjs/tet-b2b-service-calculator.cjs.entry.js +1 -1
  5. package/dist/cjs/tet-border-radius.cjs.entry.js +1 -1
  6. package/dist/cjs/tet-business-lines.cjs.entry.js +1 -1
  7. package/dist/cjs/tet-button.cjs.entry.js +9 -1
  8. package/dist/cjs/tet-colors.cjs.entry.js +3 -3
  9. package/dist/cjs/tet-compare-card_4.cjs.entry.js +2 -2
  10. package/dist/cjs/tet-components.cjs.js +1 -1
  11. package/dist/cjs/tet-expansion-panel.cjs.entry.js +1 -1
  12. package/dist/cjs/tet-font-weight.cjs.entry.js +1 -1
  13. package/dist/cjs/tet-fonts.cjs.entry.js +1 -1
  14. package/dist/cjs/tet-grid.cjs.entry.js +1 -1
  15. package/dist/cjs/tet-input.cjs.entry.js +2 -2
  16. package/dist/cjs/tet-layout.cjs.entry.js +1 -1
  17. package/dist/cjs/tet-link.cjs.entry.js +1 -1
  18. package/dist/cjs/tet-navigation-mobile.cjs.entry.js +3 -3
  19. package/dist/cjs/tet-news-card-list.cjs.entry.js +1 -1
  20. package/dist/cjs/tet-notification.cjs.entry.js +1 -1
  21. package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
  22. package/dist/cjs/tet-text-list.cjs.entry.js +1 -1
  23. package/dist/cjs/tet-textarea.cjs.entry.js +44 -8
  24. package/dist/cjs/tet-tooltip.cjs.entry.js +1 -1
  25. package/dist/collection/components/advanced/cards/tet-compare-card/tet-compare-card.css +51 -172
  26. package/dist/collection/components/basic/buttons/tet-button/test/tet-button.spec.js +15 -0
  27. package/dist/collection/components/basic/buttons/tet-button/tet-button.js +45 -1
  28. package/dist/collection/components/simple/inputs/tet-dropdown/tet-dropdown.css +54 -19
  29. package/dist/collection/components/simple/inputs/tet-input/test/tet-input.spec.js +5 -5
  30. package/dist/collection/components/simple/inputs/tet-input/tet-input.css +54 -26
  31. package/dist/collection/components/simple/inputs/tet-input/tet-input.js +1 -1
  32. package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.css +647 -30
  33. package/dist/collection/components/simple/inputs/tet-textarea/tet-textarea.js +91 -13
  34. package/dist/collection/components/simple/lists/tet-news-card-list/tet-news-card-list.js +1 -1
  35. package/dist/collection/components/simple/lists/tet-text-list/tet-text-list.css +51 -172
  36. package/dist/collection/components/simple/menu/tet-navigation-mobile/tet-navigation-mobile.js +3 -3
  37. package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +6 -6
  38. package/dist/collection/components/simple/structural/tet-expansion-panel/tet-expansion-panel.js +1 -1
  39. package/dist/collection/components/simple/text-blocks/tet-notification/tet-notification.js +1 -1
  40. package/dist/collection/components/simple/text-blocks/tet-tooltip/tet-tooltip.js +1 -1
  41. package/dist/collection/components/views/tet-address-offers-view/tet-address-offers-view.js +1 -1
  42. package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js +1 -1
  43. package/dist/collection/components/views/tet-business-lines/tet-business-lines.js +1 -1
  44. package/dist/collection/docs/styling/border-radius/tet-border-radius.js +1 -1
  45. package/dist/collection/docs/styling/colors/tet-colors.js +3 -3
  46. package/dist/collection/docs/styling/font-weight/tet-font-weight.js +1 -1
  47. package/dist/collection/docs/styling/fonts/tet-fonts.js +1 -1
  48. package/dist/collection/docs/styling/layout/tet-layout.js +1 -1
  49. package/dist/collection/docs/styling/link/tet-link.js +1 -1
  50. package/dist/collection/docs/styling/spacing/tet-spacing.js +1 -1
  51. package/dist/collection/docs/styling/tet-grid/tet-grid.js +1 -1
  52. package/dist/components/{p-10ac7329.js → p-0e8e9969.js} +1 -1
  53. package/dist/components/{p-acfce9fc.js → p-137831a1.js} +2 -2
  54. package/dist/components/{p-b7a584f2.js → p-2512a377.js} +1 -1
  55. package/dist/components/{p-92212842.js → p-3224ce0c.js} +1 -1
  56. package/dist/components/{p-c815ced9.js → p-35989691.js} +2 -2
  57. package/dist/components/{p-c3505a00.js → p-59637c1a.js} +1 -1
  58. package/dist/components/{p-7dbe7816.js → p-6fbac2cc.js} +1 -1
  59. package/dist/components/{p-8911f3cb.js → p-7ab97fb1.js} +12 -2
  60. package/dist/components/{p-9562e2a7.js → p-7d8a6b54.js} +1 -1
  61. package/dist/components/{p-d1a5c127.js → p-8d5857fd.js} +2 -2
  62. package/dist/components/{p-3f462a6d.js → p-afca8b65.js} +1 -1
  63. package/dist/components/{p-48de78b0.js → p-b8b28286.js} +2 -2
  64. package/dist/components/{p-9b01a541.js → p-dda0282b.js} +1 -1
  65. package/dist/components/{p-65af555d.js → p-ecec9519.js} +2 -2
  66. package/dist/components/{p-d1850046.js → p-ff31012f.js} +2 -2
  67. package/dist/components/tet-accordion.js +6 -6
  68. package/dist/components/tet-address-offers-view.js +8 -8
  69. package/dist/components/tet-address-offers.js +1 -1
  70. package/dist/components/tet-address-search.js +1 -1
  71. package/dist/components/tet-asset-addresses.js +2 -2
  72. package/dist/components/tet-autocomplete-dropdown.js +1 -1
  73. package/dist/components/tet-availability-contact-form.js +1 -1
  74. package/dist/components/tet-b2b-service-calculator.js +4 -4
  75. package/dist/components/tet-border-radius.js +1 -1
  76. package/dist/components/tet-business-compare-card.js +1 -1
  77. package/dist/components/tet-business-lines.js +1 -1
  78. package/dist/components/tet-button.js +1 -1
  79. package/dist/components/tet-card-list.js +1 -1
  80. package/dist/components/tet-cloud-application-form-dialog.js +2 -2
  81. package/dist/components/tet-cloud-configurator.js +3 -3
  82. package/dist/components/tet-colors.js +3 -3
  83. package/dist/components/tet-compare-card.js +1 -1
  84. package/dist/components/tet-compare-cards-tab.js +3 -3
  85. package/dist/components/tet-compare-cards.js +1 -1
  86. package/dist/components/tet-contact-form.js +2 -2
  87. package/dist/components/tet-dropdown.js +1 -1
  88. package/dist/components/tet-expandable-input.js +1 -1
  89. package/dist/components/tet-expansion-panel.js +1 -1
  90. package/dist/components/tet-font-weight.js +1 -1
  91. package/dist/components/tet-fonts.js +1 -1
  92. package/dist/components/tet-grid.js +1 -1
  93. package/dist/components/tet-input.js +1 -1
  94. package/dist/components/tet-layout.js +1 -1
  95. package/dist/components/tet-link.js +1 -1
  96. package/dist/components/tet-macd-view.js +2 -2
  97. package/dist/components/tet-multi-step-dialog.js +1 -1
  98. package/dist/components/tet-navigation-mobile.js +3 -3
  99. package/dist/components/tet-news-card-list.js +3 -3
  100. package/dist/components/tet-notification.js +1 -1
  101. package/dist/components/tet-number-input.js +1 -1
  102. package/dist/components/tet-range-slider.js +1 -1
  103. package/dist/components/tet-referral.js +2 -2
  104. package/dist/components/tet-spacing.js +1 -1
  105. package/dist/components/tet-stepper-input.js +1 -1
  106. package/dist/components/tet-table.js +1 -1
  107. package/dist/components/tet-text-list.js +1 -1
  108. package/dist/components/tet-textarea.js +49 -10
  109. package/dist/components/tet-thank-you-view-v2.js +1 -1
  110. package/dist/components/tet-thank-you-view.js +1 -1
  111. package/dist/components/tet-tooltip.js +1 -1
  112. package/dist/esm/loader.js +1 -1
  113. package/dist/esm/tet-accordion.entry.js +6 -6
  114. package/dist/esm/tet-address-offers-view.entry.js +1 -1
  115. package/dist/esm/tet-b2b-service-calculator.entry.js +1 -1
  116. package/dist/esm/tet-border-radius.entry.js +1 -1
  117. package/dist/esm/tet-business-lines.entry.js +1 -1
  118. package/dist/esm/tet-button.entry.js +9 -1
  119. package/dist/esm/tet-colors.entry.js +3 -3
  120. package/dist/esm/tet-compare-card_4.entry.js +2 -2
  121. package/dist/esm/tet-components.js +1 -1
  122. package/dist/esm/tet-expansion-panel.entry.js +1 -1
  123. package/dist/esm/tet-font-weight.entry.js +1 -1
  124. package/dist/esm/tet-fonts.entry.js +1 -1
  125. package/dist/esm/tet-grid.entry.js +1 -1
  126. package/dist/esm/tet-input.entry.js +2 -2
  127. package/dist/esm/tet-layout.entry.js +1 -1
  128. package/dist/esm/tet-link.entry.js +1 -1
  129. package/dist/esm/tet-navigation-mobile.entry.js +3 -3
  130. package/dist/esm/tet-news-card-list.entry.js +1 -1
  131. package/dist/esm/tet-notification.entry.js +1 -1
  132. package/dist/esm/tet-spacing.entry.js +1 -1
  133. package/dist/esm/tet-text-list.entry.js +1 -1
  134. package/dist/esm/tet-textarea.entry.js +44 -8
  135. package/dist/esm/tet-tooltip.entry.js +1 -1
  136. package/dist/tet-components/{p-26eba44f.entry.js → p-15b70f90.entry.js} +1 -1
  137. package/dist/tet-components/{p-e07d1bd1.entry.js → p-17028ff9.entry.js} +1 -1
  138. package/dist/tet-components/{p-45e14d92.entry.js → p-25f8f58c.entry.js} +1 -1
  139. package/dist/tet-components/p-28ca2ec4.entry.js +1 -0
  140. package/dist/tet-components/{p-ebf0611c.entry.js → p-313f016d.entry.js} +1 -1
  141. package/dist/tet-components/{p-44822ad9.entry.js → p-3b6ad95f.entry.js} +1 -1
  142. package/dist/tet-components/{p-1268aa23.entry.js → p-3d1093ac.entry.js} +1 -1
  143. package/dist/tet-components/{p-83d64cbd.entry.js → p-43bcfad3.entry.js} +1 -1
  144. package/dist/tet-components/{p-a0f7099f.entry.js → p-4864da73.entry.js} +1 -1
  145. package/dist/tet-components/{p-4ae6e17c.entry.js → p-48b0ca02.entry.js} +1 -1
  146. package/dist/tet-components/{p-486cb131.entry.js → p-51093fb8.entry.js} +1 -1
  147. package/dist/tet-components/{p-0c9675d2.entry.js → p-7fd1cbd0.entry.js} +1 -1
  148. package/dist/tet-components/{p-8c2b999b.entry.js → p-833f5a7b.entry.js} +1 -1
  149. package/dist/tet-components/{p-2cc550a0.entry.js → p-88a1be78.entry.js} +1 -1
  150. package/dist/tet-components/p-8b38a255.entry.js +1 -0
  151. package/dist/tet-components/p-a2fb3ecf.entry.js +1 -0
  152. package/dist/tet-components/{p-0b901542.entry.js → p-a811d7fe.entry.js} +1 -1
  153. package/dist/tet-components/{p-14598ec6.entry.js → p-aef89e2d.entry.js} +1 -1
  154. package/dist/tet-components/{p-becd06b3.entry.js → p-c016df1b.entry.js} +1 -1
  155. package/dist/tet-components/{p-af1eff3f.entry.js → p-e31d543a.entry.js} +1 -1
  156. package/dist/tet-components/p-e73357e6.entry.js +1 -0
  157. package/dist/tet-components/{p-e6ea5a96.entry.js → p-f125b69a.entry.js} +1 -1
  158. package/dist/tet-components/tet-components.css +1 -1
  159. package/dist/tet-components/tet-components.esm.js +1 -1
  160. package/dist/types/components/basic/buttons/tet-button/tet-button.d.ts +5 -0
  161. package/dist/types/components/simple/inputs/tet-textarea/tet-textarea.d.ts +27 -4
  162. package/dist/types/components.d.ts +27 -3
  163. package/package.json +1 -1
  164. package/dist/tet-components/p-4bce5438.entry.js +0 -1
  165. package/dist/tet-components/p-67b4dd36.entry.js +0 -1
  166. package/dist/tet-components/p-c2720ef1.entry.js +0 -1
  167. package/dist/tet-components/p-c5589653.entry.js +0 -1
@@ -1,3 +1,355 @@
1
+ /* Tet design styles */
2
+ @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}
3
+ .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"}
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
7
+
8
+ *,
9
+ *:before,
10
+ *:after {
11
+ box-sizing: inherit;
12
+ padding: 0;
13
+ margin: 0;
14
+ }
15
+
16
+ :host {
17
+ --color-gray-light: #cdd2de;
18
+ --color-ta070: #f5f6f8;
19
+ --color-ta080: #e6e8ee;
20
+ --color-ta100: #cdd2de;
21
+ --color-ta200: #9ba5be;
22
+ --color-ta300: #69789c;
23
+ --color-ta500: #1e356a;
24
+ --color-ta600: #051d59;
25
+ --color-tc090: #d6e6fd;
26
+ --color-tc100: #d1dffe;
27
+ --color-tc300: #75a1fb;
28
+ --color-tc500: #1a70f6;
29
+ --color-tc600: #0060f5;
30
+ --color-td500: #00F1F2;
31
+ --color-td600: #01cbe0;
32
+ --color-tf600: #f53b2a;
33
+ --color-tg300: #2b3036;
34
+ --color-tg400: #1d2128;
35
+ --color-tg500: #12171e;
36
+ --color-tg600: #01050c;
37
+ --color-th500: #f5f5f5;
38
+ --color-ti500: #869198;
39
+ --color-ti600: #aeb7bc;
40
+ --text-font: Gilroy, serif;
41
+ --text-color-darker: var(--color-ta600);
42
+ --text-color-dark: var(--color-ta500);
43
+ --text-color-dark-theme: var(--color-th500);
44
+ --icons-font: Tet Icons, serif;
45
+ }
46
+
47
+ .icon.tet-search {
48
+ font-family: var(--icons-font);
49
+ font-weight: 400;
50
+ font-style: normal;
51
+ font-size: 1.25rem;
52
+ display: inline-block;
53
+ line-height: 1;
54
+ text-transform: none;
55
+ letter-spacing: normal;
56
+ word-wrap: normal;
57
+ white-space: nowrap;
58
+ direction: ltr;
59
+ speak: none;
60
+ -webkit-font-smoothing: antialiased;
61
+ text-rendering: optimizeLegibility;
62
+ -moz-osx-font-smoothing: grayscale;
63
+ }
64
+ .icon.tet-search::before {
65
+ content: "\e86e";
66
+ }
67
+ .icon.tet-close-circled {
68
+ font-family: var(--icons-font);
69
+ font-weight: 400;
70
+ font-style: normal;
71
+ font-size: 1.25rem;
72
+ display: inline-block;
73
+ line-height: 1;
74
+ text-transform: none;
75
+ letter-spacing: normal;
76
+ word-wrap: normal;
77
+ white-space: nowrap;
78
+ direction: ltr;
79
+ speak: none;
80
+ -webkit-font-smoothing: antialiased;
81
+ text-rendering: optimizeLegibility;
82
+ -moz-osx-font-smoothing: grayscale;
83
+ }
84
+ .icon.tet-close-circled::before {
85
+ content: "\e85a";
86
+ }
87
+ .icon.tet-close {
88
+ font-family: var(--icons-font);
89
+ font-weight: 400;
90
+ font-style: normal;
91
+ font-size: 1.25rem;
92
+ display: inline-block;
93
+ line-height: 1;
94
+ text-transform: none;
95
+ letter-spacing: normal;
96
+ word-wrap: normal;
97
+ white-space: nowrap;
98
+ direction: ltr;
99
+ speak: none;
100
+ -webkit-font-smoothing: antialiased;
101
+ text-rendering: optimizeLegibility;
102
+ -moz-osx-font-smoothing: grayscale;
103
+ }
104
+ .icon.tet-close::before {
105
+ content: "\e85b";
106
+ }
107
+ .icon.tet-check-circled {
108
+ font-family: var(--icons-font);
109
+ font-weight: 400;
110
+ font-style: normal;
111
+ font-size: 1.25rem;
112
+ display: inline-block;
113
+ line-height: 1;
114
+ text-transform: none;
115
+ letter-spacing: normal;
116
+ word-wrap: normal;
117
+ white-space: nowrap;
118
+ direction: ltr;
119
+ speak: none;
120
+ -webkit-font-smoothing: antialiased;
121
+ text-rendering: optimizeLegibility;
122
+ -moz-osx-font-smoothing: grayscale;
123
+ }
124
+ .icon.tet-check-circled::before {
125
+ content: "\e86c";
126
+ }
127
+ .icon.tet-check {
128
+ font-family: var(--icons-font);
129
+ font-weight: 400;
130
+ font-style: normal;
131
+ font-size: 1.25rem;
132
+ display: inline-block;
133
+ line-height: 1;
134
+ text-transform: none;
135
+ letter-spacing: normal;
136
+ word-wrap: normal;
137
+ white-space: nowrap;
138
+ direction: ltr;
139
+ speak: none;
140
+ -webkit-font-smoothing: antialiased;
141
+ text-rendering: optimizeLegibility;
142
+ -moz-osx-font-smoothing: grayscale;
143
+ }
144
+ .icon.tet-check::before {
145
+ content: "\e855";
146
+ }
147
+ .icon.tet-chevron-up {
148
+ font-family: var(--icons-font);
149
+ font-weight: 400;
150
+ font-style: normal;
151
+ font-size: 1.25rem;
152
+ display: inline-block;
153
+ line-height: 1;
154
+ text-transform: none;
155
+ letter-spacing: normal;
156
+ word-wrap: normal;
157
+ white-space: nowrap;
158
+ direction: ltr;
159
+ speak: none;
160
+ -webkit-font-smoothing: antialiased;
161
+ text-rendering: optimizeLegibility;
162
+ -moz-osx-font-smoothing: grayscale;
163
+ }
164
+ .icon.tet-chevron-up::before {
165
+ content: "\e859";
166
+ }
167
+ .icon.tet-chevron-down {
168
+ font-family: var(--icons-font);
169
+ font-weight: 400;
170
+ font-style: normal;
171
+ font-size: 1.25rem;
172
+ display: inline-block;
173
+ line-height: 1;
174
+ text-transform: none;
175
+ letter-spacing: normal;
176
+ word-wrap: normal;
177
+ white-space: nowrap;
178
+ direction: ltr;
179
+ speak: none;
180
+ -webkit-font-smoothing: antialiased;
181
+ text-rendering: optimizeLegibility;
182
+ -moz-osx-font-smoothing: grayscale;
183
+ }
184
+ .icon.tet-chevron-down::before {
185
+ content: "\e856";
186
+ }
187
+ .icon.tet-clipboard {
188
+ font-family: var(--icons-font);
189
+ font-weight: 400;
190
+ font-style: normal;
191
+ font-size: 1.25rem;
192
+ display: inline-block;
193
+ line-height: 1;
194
+ text-transform: none;
195
+ letter-spacing: normal;
196
+ word-wrap: normal;
197
+ white-space: nowrap;
198
+ direction: ltr;
199
+ speak: none;
200
+ -webkit-font-smoothing: antialiased;
201
+ text-rendering: optimizeLegibility;
202
+ -moz-osx-font-smoothing: grayscale;
203
+ }
204
+ .icon.tet-clipboard::before {
205
+ content: "\e86a";
206
+ }
207
+ .icon.tet-info {
208
+ font-family: var(--icons-font);
209
+ font-weight: 400;
210
+ font-style: normal;
211
+ font-size: 1.25rem;
212
+ display: inline-block;
213
+ line-height: 1;
214
+ text-transform: none;
215
+ letter-spacing: normal;
216
+ word-wrap: normal;
217
+ white-space: nowrap;
218
+ direction: ltr;
219
+ speak: none;
220
+ -webkit-font-smoothing: antialiased;
221
+ text-rendering: optimizeLegibility;
222
+ -moz-osx-font-smoothing: grayscale;
223
+ }
224
+ .icon.tet-info::before {
225
+ content: "\e81d";
226
+ }
227
+ .icon.tet-done {
228
+ font-family: var(--icons-font);
229
+ font-weight: 400;
230
+ font-style: normal;
231
+ font-size: 1.25rem;
232
+ display: inline-block;
233
+ line-height: 1;
234
+ text-transform: none;
235
+ letter-spacing: normal;
236
+ word-wrap: normal;
237
+ white-space: nowrap;
238
+ direction: ltr;
239
+ speak: none;
240
+ -webkit-font-smoothing: antialiased;
241
+ text-rendering: optimizeLegibility;
242
+ -moz-osx-font-smoothing: grayscale;
243
+ }
244
+ .icon.tet-done::before {
245
+ content: "\e867";
246
+ }
247
+
248
+ @font-face {
249
+ font-family: "Gilroy";
250
+ font-style: normal;
251
+ font-weight: 400;
252
+ font-display: swap;
253
+ src: url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff");
254
+ }
255
+ @font-face {
256
+ font-family: "Gilroy";
257
+ font-style: normal;
258
+ font-weight: 500;
259
+ font-display: swap;
260
+ src: url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff");
261
+ }
262
+ @font-face {
263
+ font-family: "Gilroy";
264
+ font-style: normal;
265
+ font-weight: 600;
266
+ font-display: swap;
267
+ src: url("assets/fonts/Gilroy-W05-Semibold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Semibold.woff") format("woff");
268
+ }
269
+ @font-face {
270
+ font-family: "Gilroy";
271
+ font-style: normal;
272
+ font-weight: 700;
273
+ font-display: swap;
274
+ src: url("assets/fonts/Gilroy-W05-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Bold.woff") format("woff");
275
+ }
276
+ @font-face {
277
+ font-family: "Inter";
278
+ font-style: normal;
279
+ font-weight: 400;
280
+ font-display: swap;
281
+ src: url("assets/fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Regular.woff?v=3.19") format("woff");
282
+ }
283
+ @font-face {
284
+ font-family: "Inter";
285
+ font-style: normal;
286
+ font-weight: 500;
287
+ font-display: swap;
288
+ src: url("assets/fonts/Inter-Medium.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Medium.woff?v=3.19") format("woff");
289
+ }
290
+ @font-face {
291
+ font-family: "Inter";
292
+ font-style: normal;
293
+ font-weight: 600;
294
+ font-display: swap;
295
+ src: url("assets/fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-SemiBold.woff?v=3.19") format("woff");
296
+ }
297
+ @font-face {
298
+ font-family: "Gilroy";
299
+ font-style: normal;
300
+ font-weight: 400;
301
+ font-display: swap;
302
+ src: url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff");
303
+ }
304
+ @font-face {
305
+ font-family: "Gilroy";
306
+ font-style: normal;
307
+ font-weight: 500;
308
+ font-display: swap;
309
+ src: url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff");
310
+ }
311
+ @font-face {
312
+ font-family: "Gilroy";
313
+ font-style: normal;
314
+ font-weight: 600;
315
+ font-display: swap;
316
+ src: url("assets/fonts/Gilroy-W05-Semibold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Semibold.woff") format("woff");
317
+ }
318
+ @font-face {
319
+ font-family: "Gilroy";
320
+ font-style: normal;
321
+ font-weight: 700;
322
+ font-display: swap;
323
+ src: url("assets/fonts/Gilroy-W05-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Bold.woff") format("woff");
324
+ }
325
+ @font-face {
326
+ font-family: "Inter";
327
+ font-style: normal;
328
+ font-weight: 400;
329
+ font-display: swap;
330
+ src: url("assets/fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Regular.woff?v=3.19") format("woff");
331
+ }
332
+ @font-face {
333
+ font-family: "Inter";
334
+ font-style: normal;
335
+ font-weight: 500;
336
+ font-display: swap;
337
+ src: url("assets/fonts/Inter-Medium.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Medium.woff?v=3.19") format("woff");
338
+ }
339
+ @font-face {
340
+ font-family: "Inter";
341
+ font-style: normal;
342
+ font-weight: 600;
343
+ font-display: swap;
344
+ src: url("assets/fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-SemiBold.woff?v=3.19") format("woff");
345
+ }
346
+ :host {
347
+ --font-family-fallback: Gilroy, Arial, sans-serif;
348
+ --font-family-headline: Gilroy;
349
+ --font-family-content: Inter, var(--font-family-fallback);
350
+ font-family: var(--font-family-content);
351
+ }
352
+
1
353
  @font-face {
2
354
  font-family: "Gilroy";
3
355
  font-style: normal;
@@ -103,64 +455,329 @@
103
455
  font-family: var(--font-family-content);
104
456
  }
105
457
 
458
+ :root, :host {
459
+ --input-height: 2.75rem;
460
+ --input-padding: 0.5rem;
461
+ --input-font-size: 1rem;
462
+ --input-border-radius: 0.1875rem;
463
+ --input-color-error: rgb(233, 69, 54);
464
+ --input-font-family: var(--font-family-content);
465
+ --input-icon-size: 1.5rem;
466
+ --input-icon-top-position: auto;
467
+ --input-icon-color: rgb(10, 11, 13);
468
+ --input-focus-icon-color: rgb(10, 11, 13);
469
+ --input-label-color: rgb(10, 11, 13);
470
+ --input-text-color: rgb(10, 11, 13);
471
+ --input-background-color: rgb(255, 255, 255);
472
+ --input-border-color: rgb(153, 160, 174);
473
+ --input-placeholder-color: rgb(153, 160, 174);
474
+ --input-hover-background-color: rgba(88, 99, 116, 0.08);
475
+ --input-focus-background-color: rgb(255, 255, 255);
476
+ --input-focus-border-color: rgb(10, 11, 13);
477
+ --input-focus-outline-color: rgba(88, 99, 116, 0.12);
478
+ --input-disabled-label-color: rgb(88, 99, 116);
479
+ --input-disabled-text-color: rgb(153, 160, 174);
480
+ --input-border-disabled: rgb(215, 219, 224);
481
+ --input-disabled-background-color: rgba(88, 99, 116, 0.08);
482
+ --input-disabled-icon-color: var(--input-icon-color);
483
+ --textarea-border-radius: 0.625rem;
484
+ --textarea-min-height: 5.25rem;
485
+ }
486
+
487
+ .tet-input__dark,
488
+ .tet-textarea__dark {
489
+ --input-icon-color: var(--tc-icon-primary-dark);
490
+ --input-label-color: var(--tc-text-primary-dark);
491
+ --input-text-color: var(--tc-text-primary-dark);
492
+ --input-background-color: var(--tc-layer-primary-dark);
493
+ --input-border-color: var(--tc-border-secondary-dark);
494
+ --input-placeholder-color: var(--tc-button-text-inverse-disabled-dark);
495
+ --input-hover-background-color: var(--tc-button-primary-background-inverse-hover-dark);
496
+ --input-focus-icon-color: var(--tc-icon-primary-dark);
497
+ --input-focus-background-color: var(--tc-layer-primary-dark);
498
+ --input-focus-border-color: var(--tc-border-primary-dark);
499
+ --input-focus-outline-color: var(--tc-text-input-border-active-dark);
500
+ --input-disabled-label-color: var(--tc-text-secondary-dark);
501
+ --input-disabled-text-color: var(--tc-button-text-inverse-disabled-dark);
502
+ --input-border-disabled: var(--tc-border-quaternary-dark);
503
+ --input-disabled-background-color: var(--tc-button-primary-background-inverse-hover-dark);
504
+ --input-disabled-icon-color: var(--tc-button-icon-inverse-disabled-dark);
505
+ --input-color-error: var(--tc-alert-accent-error-dark);
506
+ }
507
+ .tet-input__dark.tet-input__dark.keyboard-focus:focus,
508
+ .tet-textarea__dark.tet-input__dark.keyboard-focus:focus {
509
+ outline: 0.125rem solid var(--tc-blue-40);
510
+ outline: 0.125rem solid var(--tc-blue-40-dark);
511
+ outline-offset: 0.125rem;
512
+ transition: outline 0s;
513
+ }
514
+
515
+ .tet-input__mint {
516
+ --input-icon-color: rgb(247, 247, 247);
517
+ --input-focus-icon-color: rgb(247, 247, 247);
518
+ --input-label-color: rgb(247, 247, 247);
519
+ --input-text-color: rgb(255, 255, 255);
520
+ --input-background-color: transparent;
521
+ --input-border-color: rgb(88, 99, 116);
522
+ --input-placeholder-color: rgb(67, 75, 86);
523
+ --input-hover-background-color: rgba(26, 213, 219, 0.08);
524
+ --input-focus-background-color: transparent;
525
+ --input-focus-border-color: rgb(26, 213, 219);
526
+ --input-focus-outline-color: rgba(26, 213, 219, 0.24);
527
+ --input-disabled-label-color: rgb(153, 160, 174);
528
+ --input-border-disabled: rgb(67, 75, 86);
529
+ --input-disabled-background-color: rgba(153, 160, 174, 0.08);
530
+ --input-disabled-text-color: rgb(67, 75, 86);
531
+ }
532
+
533
+ .tet-input__light,
534
+ .tet-textarea__light {
535
+ --input-icon-color: var(--tc-icon-primary);
536
+ --input-label-color: var(--tc-text-primary);
537
+ --input-text-color: var(--tc-text-primary);
538
+ --input-background-color: var(--tc-layer-primary);
539
+ --input-border-color: var(--tc-border-secondary);
540
+ --input-placeholder-color: var(--tc-button-text-inverse-disabled);
541
+ --input-hover-background-color: var(--tc-button-primary-background-inverse-hover);
542
+ --input-focus-icon-color: var(--tc-icon-primary);
543
+ --input-focus-background-color: var(--tc-layer-primary);
544
+ --input-focus-border-color: var(--tc-border-primary);
545
+ --input-focus-outline-color: var(--tc-text-input-border-active);
546
+ --input-disabled-label-color: var(--tc-text-secondary);
547
+ --input-disabled-text-color: var(--tc-button-text-inverse-disabled);
548
+ --input-border-disabled: var(--tc-border-quaternary);
549
+ --input-disabled-background-color: var(--tc-button-primary-background-inverse-hover);
550
+ --input-disabled-icon-color: var(--tc-button-icon-inverse-disabled);
551
+ --input-color-error: var(--tc-alert-accent-error);
552
+ }
553
+
554
+ .tet-input__mint-original {
555
+ --input-icon-color: #9ba5be;
556
+ --input-label-color: #f5f5f5;
557
+ --input-text-color: #f5f5f5;
558
+ --input-background-color: #1d2128;
559
+ --input-border-color: #2b3036;
560
+ --input-placeholder-color: rgba(155, 165, 190, 0.8);
561
+ --input-focus-icon-color: #aeb7bc;
562
+ --input-focus-border-color: #01cbe0;
563
+ --input-focus-background-color: #1d2128;
564
+ }
565
+
566
+ .tet-input__base,
106
567
  .tet-textarea__base {
107
- box-sizing: border-box;
108
568
  width: 100%;
109
- min-height: 5.25rem;
110
- border-radius: 0.625rem;
111
- padding: 0.75rem !important;
112
- background: rgb(255, 255, 255);
113
- border: 0.0625rem solid rgb(153, 160, 174);
114
- font: 500 0.875rem/1.25rem "Inter", "Gilroy, Arial, sans-serif";
569
+ height: var(--input-height);
570
+ box-sizing: border-box;
571
+ padding: var(--input-padding);
572
+ border-radius: var(--input-border-radius);
573
+ border: 0.0625rem solid var(--input-border-color);
574
+ color: var(--input-text-color);
575
+ background: var(--input-background-color);
576
+ outline: 0.125rem solid transparent;
577
+ font-size: inherit;
578
+ font-family: var(--input-font-family);
579
+ font-weight: 500;
580
+ line-height: 1.25rem;
581
+ letter-spacing: -0.005625rem;
582
+ /**
583
+ * Deprecated: Forms now use the default (classic) input theming.
584
+ * With the introduction of light and dark themes, the code below would
585
+ * cause input fields to appear differently depending on the theme.
586
+ *
587
+ * // The light and mint-original themes are currently used in the Forms application.
588
+ * &.tet-input__light,
589
+ * &.tet-input__mint-original {
590
+ * min-height: unset;
591
+ * height: 2.5rem;
592
+ * font-family: var(--font-family-fallback);
593
+ * font-size: 1rem;
594
+ * font-weight: 400;
595
+ * line-height: 1.5;
596
+ * letter-spacing: normal;
597
+ * }
598
+ */
599
+ }
600
+ .tet-input__base::placeholder,
601
+ .tet-textarea__base::placeholder {
602
+ color: var(--input-placeholder-color);
603
+ }
604
+ .tet-input__base.tet-input__mint-original:not(:disabled):hover,
605
+ .tet-textarea__base.tet-input__mint-original:not(:disabled):hover {
606
+ background-color: #1d2128;
607
+ border-color: #01cbe0;
608
+ box-shadow: 0 0.0625rem 0.25rem 0.125rem rgba(1, 203, 224, 0.4);
609
+ }
610
+ .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,
611
+ .tet-textarea__base.tet-input__mint-original:not(:disabled):hover.error,
612
+ .tet-textarea__base.tet-input__mint-original:not(:disabled):focus.error,
613
+ .tet-textarea__base.tet-input__mint-original:not(:disabled):active.error {
614
+ border-color: rgb(233, 69, 54);
615
+ }
616
+ .tet-input__base.tet-input__mint-original:not(:disabled):focus, .tet-input__base.tet-input__mint-original:not(:disabled):active,
617
+ .tet-textarea__base.tet-input__mint-original:not(:disabled):focus,
618
+ .tet-textarea__base.tet-input__mint-original:not(:disabled):active {
115
619
  outline: none;
116
- resize: none;
117
620
  }
118
- .tet-textarea__base:disabled {
621
+ .tet-input__base.tet-input__mint-original.keyboard-focus:focus,
622
+ .tet-textarea__base.tet-input__mint-original.keyboard-focus:focus {
623
+ outline: 0.125rem solid var(--tc-blue-40);
624
+ outline-offset: 0.125rem;
625
+ transition: outline 0s;
626
+ box-shadow: none;
627
+ }
628
+ .tet-input__base[disabled],
629
+ .tet-textarea__base[disabled] {
119
630
  cursor: not-allowed;
120
631
  outline: none;
121
- border-color: rgb(215, 219, 224);
122
- background: rgba(88, 99, 116, 0.08);
632
+ border: 0.0625rem solid var(--input-border-disabled);
633
+ background-color: var(--input-disabled-background-color);
634
+ color: var(--input-disabled-text-color);
123
635
  }
124
- .tet-textarea__base::placeholder {
125
- color: rgb(153, 160, 174);
636
+ .tet-input__base:not(:disabled).error,
637
+ .tet-textarea__base:not(:disabled).error {
638
+ border-color: var(--input-color-error);
126
639
  }
640
+ .tet-input__base:not(:disabled):hover,
127
641
  .tet-textarea__base:not(:disabled):hover {
128
- background: rgba(88, 99, 116, 0.08);
642
+ background: var(--input-hover-background-color);
129
643
  }
130
- .tet-textarea__base:not(:disabled):focus {
131
- background: rgb(255, 255, 255);
644
+ .tet-input__base:not(:disabled):focus, .tet-input__base:not(:disabled):active,
645
+ .tet-textarea__base:not(:disabled):focus,
646
+ .tet-textarea__base:not(:disabled):active {
647
+ background: var(--input-focus-background-color);
648
+ border: 0.0625rem solid var(--input-focus-border-color);
649
+ box-shadow: 0 0 0 0.25rem var(--input-focus-outline-color);
132
650
  }
133
- .tet-textarea__base:not(:disabled):focus, .tet-textarea__base:not(:disabled):active {
134
- border-color: rgb(10, 11, 13);
135
- box-shadow: 0 0 0 0.25rem rgba(88, 99, 116, 0.12);
651
+ .tet-input__base.keyboard-focus:focus,
652
+ .tet-textarea__base.keyboard-focus:focus {
653
+ outline: 0.125rem solid var(--tc-blue-40);
654
+ outline-offset: 0.125rem;
655
+ transition: outline 0s;
656
+ box-shadow: none;
136
657
  }
137
- .tet-textarea__base.error {
138
- border-color: rgb(233, 69, 54);
658
+ .tet-input__base.error:not(:disabled).keyboard-focus,
659
+ .tet-textarea__base.error:not(:disabled).keyboard-focus {
660
+ border-color: var(--input-color-error);
139
661
  }
140
662
 
663
+ .tet-input__label,
141
664
  .tet-textarea__label {
142
- display: inline-block;
665
+ display: block;
143
666
  margin-left: 0.25rem !important;
144
667
  margin-bottom: 0.25rem !important;
145
- color: rgb(10, 11, 13);
668
+ color: var(--input-label-color);
146
669
  font: 500 0.875rem/1.25rem "Inter", "Gilroy, Arial, sans-serif";
147
670
  }
148
- .tet-textarea__label:disabled {
149
- color: rgb(67, 75, 86);
671
+ .tet-input__label.tet-input__mint-original,
672
+ .tet-textarea__label.tet-input__mint-original {
673
+ margin-left: 0 !important;
674
+ font-family: var(--font-family-fallback);
675
+ }
676
+ .tet-input__label:has(~ .input-container input[disabled]),
677
+ .tet-textarea__label:has(~ .input-container input[disabled]) {
678
+ color: var(--input-disabled-label-color);
150
679
  }
151
680
 
681
+ .tet-input__error-message,
152
682
  .tet-textarea__error-message {
153
683
  font: 500 0.75rem/1rem "Inter", "Gilroy, Arial, sans-serif";
154
- color: rgb(233, 69, 54);
684
+ color: var(--input-color-error);
685
+ }
686
+
687
+ .errors {
688
+ display: flex;
689
+ flex-direction: column;
690
+ gap: 0.5em;
691
+ margin-top: 0.5em;
692
+ }
693
+ .errors--hidden {
694
+ display: none;
155
695
  }
156
696
 
157
697
  :host {
698
+ /**
699
+ * @prop --input-height: The height of the input field.
700
+ * @prop --input-padding: The padding of the input field.
701
+ * @prop --input-font-size: The font size of the input field.
702
+ * @prop --input-border-radius: The border-radius of the input field.
703
+ * @prop --input-color-error: The text color of the errors.
704
+ * @prop --input-font-family: The font family of the input field and the label.
705
+ * @prop --input-icon-size: The size of the icon within the input field.
706
+ * @prop --input-icon-top-position: The top position of the icon within the input field.
707
+ * @prop --input-icon-left-position: The left position of the icon within the input field.
708
+ * @prop --input-icon-color: The color of the icon within the input field.
709
+ * @prop --input-focus-icon-color: The color of the icon within the input field when focused.
710
+ * @prop --input-label-color: The color of the label.
711
+ * @prop --input-text-color: The color of the text within the input field.
712
+ * @prop --input-background-color: The background color of the input field.
713
+ * @prop --input-border-color: The color of the input field border.
714
+ * @prop --input-placeholder-color: The placeholder text color of the input field.
715
+ * @prop --input-hover-background-color: The background color of the input field on hover.
716
+ * @prop --input-focus-background-color: The background color of the input when in focus.
717
+ * @prop --input-focus-border-color: The color of the border when in focus.
718
+ * @prop --input-focus-outline-color: The color of the additional outline when in focus.
719
+ * @prop --input-disabled-label-color: The color of the label when the input field is disabled.
720
+ * @prop --input-disabled-text-color: The color of the text within the input field when disabled.
721
+ * @prop --input-border-disabled: The color of the border of the input field when disabled.
722
+ * @prop --input-disabled-background-color: The color of the background of the input field when disabled.
723
+ * @prop --input-disabled-icon-color: The color of the icon when input field disabled.
724
+ */
158
725
  display: block;
159
726
  }
160
727
 
161
- .error-messages {
728
+ .input-container {
729
+ position: relative;
162
730
  display: flex;
163
- flex-direction: column;
164
- margin-top: 0.5rem;
165
- gap: 0.5rem;
731
+ align-items: center;
732
+ font-size: var(--input-font-size);
733
+ }
734
+ .input-container:focus-within .icon {
735
+ --input-icon-color: var(--input-focus-icon-color);
736
+ }
737
+
738
+ .tet-input__base.with-icon--left {
739
+ padding-left: 2.5rem;
740
+ }
741
+ .tet-input__base.with-icon--right {
742
+ padding-right: 2.5rem;
743
+ }
744
+ .tet-input__base:disabled ~ tet-icon {
745
+ --input-icon-color: var(--input-disabled-icon-color);
746
+ }
747
+
748
+ .icon {
749
+ --icon-size: var(--input-icon-size);
750
+ --icon-color: var(--input-icon-color);
751
+ position: absolute;
752
+ top: var(--input-icon-top-position);
753
+ }
754
+ .icon.clickable {
755
+ cursor: pointer;
756
+ }
757
+ .icon.clickable:focus-visible {
758
+ outline: 0.125rem solid var(--tc-blue-40);
759
+ outline-offset: 0.125rem;
760
+ transition: outline 0s;
761
+ border-radius: 0.125rem;
762
+ outline-offset: 0;
763
+ }
764
+ .icon.icon-left {
765
+ left: var(--input-icon-left-position, 0.75rem);
766
+ }
767
+ .icon.icon-right {
768
+ right: 0.75rem;
769
+ }
770
+
771
+ /**
772
+ * @prop --textarea-border-radius: The border radius of the textarea field.
773
+ * @prop --textarea-min-height: The minimum height of the textarea field.
774
+ */
775
+ .textarea-container {
776
+ font-size: var(--input-font-size);
777
+ }
778
+
779
+ .tet-textarea__base {
780
+ border-radius: var(--textarea-border-radius);
781
+ min-height: var(--textarea-min-height);
782
+ resize: none;
166
783
  }