@ptsecurity/mosaic 13.1.1 → 13.3.1

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 (349) hide show
  1. package/_theming.scss +464 -165
  2. package/_visual.scss +419 -239
  3. package/button/button.component.d.ts +1 -1
  4. package/core/option/option.d.ts +1 -0
  5. package/core/validation/validation.d.ts +3 -3
  6. package/design-tokens/legacy-2017/tokens/components/alert.json5 +30 -30
  7. package/design-tokens/legacy-2017/tokens/components/badge.json5 +91 -101
  8. package/design-tokens/legacy-2017/tokens/components/button.json5 +53 -54
  9. package/design-tokens/legacy-2017/tokens/components/card.json5 +24 -24
  10. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +10 -10
  11. package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +4 -4
  12. package/design-tokens/legacy-2017/tokens/components/dl.json5 +38 -0
  13. package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +2 -1
  14. package/design-tokens/legacy-2017/tokens/components/form-field.json5 +48 -8
  15. package/design-tokens/legacy-2017/tokens/components/forms.json5 +4 -4
  16. package/design-tokens/legacy-2017/tokens/components/input.json5 +2 -3
  17. package/design-tokens/legacy-2017/tokens/components/link.json5 +13 -19
  18. package/design-tokens/legacy-2017/tokens/components/list.json5 +3 -5
  19. package/design-tokens/legacy-2017/tokens/components/modal.json5 +10 -8
  20. package/design-tokens/legacy-2017/tokens/components/navbar.json5 +12 -11
  21. package/design-tokens/legacy-2017/tokens/components/popover.json5 +18 -18
  22. package/design-tokens/legacy-2017/tokens/components/popup.json5 +8 -8
  23. package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +2 -2
  24. package/design-tokens/legacy-2017/tokens/components/radio.json5 +12 -12
  25. package/design-tokens/legacy-2017/tokens/components/select.json5 +0 -1
  26. package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +6 -4
  27. package/design-tokens/legacy-2017/tokens/components/table.json5 +1 -1
  28. package/design-tokens/legacy-2017/tokens/components/tabs.json5 +82 -6
  29. package/design-tokens/legacy-2017/tokens/components/tags.json5 +49 -50
  30. package/design-tokens/legacy-2017/tokens/components/toggle.json5 +17 -17
  31. package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +21 -21
  32. package/design-tokens/legacy-2017/tokens/components/tree.json5 +5 -2
  33. package/design-tokens/legacy-2017/tokens/properties/colors.json5 +35 -31
  34. package/design-tokens/legacy-2017/tokens/properties/globals.json5 +20 -1
  35. package/design-tokens/legacy-2017/tokens/properties/typography.json5 +70 -35
  36. package/design-tokens/legacy-2017/tokens.d.ts +155 -56
  37. package/design-tokens/pt-2022/tokens/components/alert.json5 +30 -30
  38. package/design-tokens/pt-2022/tokens/components/badge.json5 +92 -102
  39. package/design-tokens/pt-2022/tokens/components/button.json5 +54 -55
  40. package/design-tokens/pt-2022/tokens/components/card.json5 +24 -24
  41. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +10 -10
  42. package/design-tokens/pt-2022/tokens/components/datepicker.json5 +4 -4
  43. package/design-tokens/pt-2022/tokens/components/dl.json5 +38 -0
  44. package/design-tokens/pt-2022/tokens/components/dropdown.json5 +2 -1
  45. package/design-tokens/pt-2022/tokens/components/form-field.json5 +48 -8
  46. package/design-tokens/pt-2022/tokens/components/forms.json5 +4 -4
  47. package/design-tokens/pt-2022/tokens/components/input.json5 +2 -3
  48. package/design-tokens/pt-2022/tokens/components/link.json5 +17 -23
  49. package/design-tokens/pt-2022/tokens/components/list.json5 +2 -4
  50. package/design-tokens/pt-2022/tokens/components/modal.json5 +10 -8
  51. package/design-tokens/pt-2022/tokens/components/navbar.json5 +14 -13
  52. package/design-tokens/pt-2022/tokens/components/popover.json5 +21 -21
  53. package/design-tokens/pt-2022/tokens/components/popup.json5 +8 -8
  54. package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +1 -1
  55. package/design-tokens/pt-2022/tokens/components/radio.json5 +12 -12
  56. package/design-tokens/pt-2022/tokens/components/select.json5 +0 -1
  57. package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +7 -5
  58. package/design-tokens/pt-2022/tokens/components/table.json5 +1 -1
  59. package/design-tokens/pt-2022/tokens/components/tabs.json5 +82 -6
  60. package/design-tokens/pt-2022/tokens/components/tags.json5 +49 -50
  61. package/design-tokens/pt-2022/tokens/components/toggle.json5 +18 -18
  62. package/design-tokens/pt-2022/tokens/components/tooltip.json5 +23 -23
  63. package/design-tokens/pt-2022/tokens/components/tree.json5 +5 -2
  64. package/design-tokens/pt-2022/tokens/properties/colors.json5 +37 -33
  65. package/design-tokens/pt-2022/tokens/properties/globals.json5 +20 -1
  66. package/design-tokens/pt-2022/tokens/properties/typography.json5 +69 -34
  67. package/design-tokens/pt-2022/tokens.d.ts +151 -52
  68. package/dl/README.md +0 -0
  69. package/dl/dl.component.d.ts +26 -0
  70. package/dl/dl.module.d.ts +10 -0
  71. package/dl/index.d.ts +1 -0
  72. package/dl/package.json +10 -0
  73. package/dl/ptsecurity-mosaic-dl.d.ts +5 -0
  74. package/dl/public-api.d.ts +2 -0
  75. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
  76. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  77. package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
  78. package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
  79. package/esm2020/button/button.component.mjs +29 -21
  80. package/esm2020/button/button.module.mjs +4 -4
  81. package/esm2020/button-toggle/button-toggle.component.mjs +6 -6
  82. package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
  83. package/esm2020/card/card.component.mjs +3 -3
  84. package/esm2020/card/card.module.mjs +4 -4
  85. package/esm2020/checkbox/checkbox-module.mjs +4 -4
  86. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  87. package/esm2020/checkbox/checkbox.mjs +3 -3
  88. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  89. package/esm2020/core/error/error-options.mjs +6 -6
  90. package/esm2020/core/formatters/date/formatter.mjs +3 -3
  91. package/esm2020/core/formatters/index.mjs +4 -4
  92. package/esm2020/core/formatters/number/formatter.mjs +4 -4
  93. package/esm2020/core/forms/forms-module.mjs +4 -4
  94. package/esm2020/core/forms/forms.directive.mjs +6 -6
  95. package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
  96. package/esm2020/core/highlight/index.mjs +4 -4
  97. package/esm2020/core/line/line.mjs +7 -7
  98. package/esm2020/core/option/action.mjs +3 -3
  99. package/esm2020/core/option/optgroup.mjs +3 -3
  100. package/esm2020/core/option/option-module.mjs +4 -4
  101. package/esm2020/core/option/option.mjs +10 -7
  102. package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
  103. package/esm2020/core/pop-up/pop-up.mjs +3 -3
  104. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  105. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  106. package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
  107. package/esm2020/core/validation/validation.mjs +10 -5
  108. package/esm2020/datepicker/calendar-body.component.mjs +3 -3
  109. package/esm2020/datepicker/calendar.component.mjs +6 -6
  110. package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
  111. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  112. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  113. package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
  114. package/esm2020/datepicker/datepicker.component.mjs +6 -6
  115. package/esm2020/datepicker/month-view.component.mjs +3 -3
  116. package/esm2020/datepicker/multi-year-view.component.mjs +3 -3
  117. package/esm2020/datepicker/year-view.component.mjs +3 -3
  118. package/esm2020/design-tokens/legacy-2017/tokens.mjs +156 -57
  119. package/esm2020/design-tokens/pt-2022/tokens.mjs +152 -53
  120. package/esm2020/divider/divider.component.mjs +3 -3
  121. package/esm2020/divider/divider.module.mjs +4 -4
  122. package/esm2020/dl/dl.component.mjs +78 -0
  123. package/esm2020/dl/dl.module.mjs +42 -0
  124. package/esm2020/dl/index.mjs +2 -0
  125. package/esm2020/dl/ptsecurity-mosaic-dl.mjs +5 -0
  126. package/esm2020/dl/public-api.mjs +3 -0
  127. package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
  128. package/esm2020/dropdown/dropdown-item.component.mjs +5 -5
  129. package/esm2020/dropdown/dropdown-trigger.directive.mjs +3 -3
  130. package/esm2020/dropdown/dropdown.component.mjs +6 -6
  131. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  132. package/esm2020/form-field/cleaner.mjs +3 -3
  133. package/esm2020/form-field/form-field.mjs +48 -28
  134. package/esm2020/form-field/form-field.module.mjs +10 -5
  135. package/esm2020/form-field/hint.mjs +6 -6
  136. package/esm2020/form-field/password-hint.mjs +134 -0
  137. package/esm2020/form-field/prefix.mjs +3 -3
  138. package/esm2020/form-field/public-api.mjs +2 -1
  139. package/esm2020/form-field/stepper.mjs +3 -3
  140. package/esm2020/form-field/suffix.mjs +3 -3
  141. package/esm2020/icon/icon.component.mjs +6 -6
  142. package/esm2020/icon/icon.module.mjs +4 -4
  143. package/esm2020/input/input-number-validators.mjs +6 -6
  144. package/esm2020/input/input-number.mjs +3 -3
  145. package/esm2020/input/input-password.mjs +368 -0
  146. package/esm2020/input/input.mjs +12 -11
  147. package/esm2020/input/input.module.mjs +50 -8
  148. package/esm2020/input/public-api.mjs +2 -1
  149. package/esm2020/link/link.component.mjs +3 -3
  150. package/esm2020/link/link.module.mjs +4 -4
  151. package/esm2020/list/list-selection.component.mjs +11 -11
  152. package/esm2020/list/list.component.mjs +7 -7
  153. package/esm2020/list/list.module.mjs +4 -4
  154. package/esm2020/modal/css-unit.pipe.mjs +3 -3
  155. package/esm2020/modal/modal-control.service.mjs +3 -3
  156. package/esm2020/modal/modal.component.mjs +4 -4
  157. package/esm2020/modal/modal.directive.mjs +12 -12
  158. package/esm2020/modal/modal.module.mjs +4 -4
  159. package/esm2020/modal/modal.service.mjs +3 -3
  160. package/esm2020/navbar/navbar-item.component.mjs +80 -79
  161. package/esm2020/navbar/navbar.component.mjs +10 -10
  162. package/esm2020/navbar/navbar.module.mjs +4 -4
  163. package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
  164. package/esm2020/popover/popover-confirm.component.mjs +8 -8
  165. package/esm2020/popover/popover.component.mjs +8 -8
  166. package/esm2020/popover/popover.module.mjs +4 -4
  167. package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
  168. package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
  169. package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
  170. package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
  171. package/esm2020/radio/radio.component.mjs +6 -6
  172. package/esm2020/radio/radio.module.mjs +4 -4
  173. package/esm2020/select/public-api.mjs +2 -1
  174. package/esm2020/select/select-option.directive.mjs +65 -0
  175. package/esm2020/select/select.component.mjs +16 -16
  176. package/esm2020/select/select.module.mjs +19 -10
  177. package/esm2020/sidebar/sidebar.component.mjs +9 -9
  178. package/esm2020/sidebar/sidebar.module.mjs +4 -4
  179. package/esm2020/sidepanel/sidepanel-container.component.mjs +5 -5
  180. package/esm2020/sidepanel/sidepanel-directives.mjs +18 -18
  181. package/esm2020/sidepanel/sidepanel.module.mjs +4 -4
  182. package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
  183. package/esm2020/splitter/splitter.component.mjs +12 -12
  184. package/esm2020/splitter/splitter.module.mjs +4 -4
  185. package/esm2020/table/table.component.mjs +3 -3
  186. package/esm2020/table/table.module.mjs +4 -4
  187. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  188. package/esm2020/tabs/tab-body.component.mjs +6 -6
  189. package/esm2020/tabs/tab-content.directive.mjs +3 -3
  190. package/esm2020/tabs/tab-group.component.mjs +20 -20
  191. package/esm2020/tabs/tab-header.component.mjs +4 -4
  192. package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
  193. package/esm2020/tabs/tab-label.directive.mjs +3 -3
  194. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
  195. package/esm2020/tabs/tab.component.mjs +3 -3
  196. package/esm2020/tabs/tabs.module.mjs +4 -4
  197. package/esm2020/tags/tag-input.mjs +3 -3
  198. package/esm2020/tags/tag-list.component.mjs +6 -6
  199. package/esm2020/tags/tag.component.mjs +60 -60
  200. package/esm2020/tags/tag.module.mjs +4 -4
  201. package/esm2020/textarea/textarea.component.mjs +9 -8
  202. package/esm2020/textarea/textarea.module.mjs +4 -4
  203. package/esm2020/timepicker/timepicker.directive.mjs +3 -3
  204. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  205. package/esm2020/toggle/toggle.component.mjs +3 -3
  206. package/esm2020/toggle/toggle.module.mjs +4 -4
  207. package/esm2020/tooltip/tooltip.component.mjs +14 -13
  208. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  209. package/esm2020/tree/node.mjs +3 -3
  210. package/esm2020/tree/outlet.mjs +3 -3
  211. package/esm2020/tree/padding.directive.mjs +12 -9
  212. package/esm2020/tree/toggle.mjs +10 -10
  213. package/esm2020/tree/tree-base.mjs +6 -6
  214. package/esm2020/tree/tree-option.component.mjs +9 -9
  215. package/esm2020/tree/tree-selection.component.mjs +8 -6
  216. package/esm2020/tree/tree.mjs +3 -3
  217. package/esm2020/tree/tree.module.mjs +4 -4
  218. package/esm2020/tree-select/tree-select.component.mjs +14 -14
  219. package/esm2020/tree-select/tree-select.module.mjs +4 -4
  220. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +13 -13
  221. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +10 -10
  222. package/fesm2015/ptsecurity-mosaic-button.mjs +32 -24
  223. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  224. package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
  225. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
  226. package/fesm2015/ptsecurity-mosaic-core.mjs +89 -81
  227. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  228. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
  229. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +443 -146
  230. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  231. package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
  232. package/fesm2015/ptsecurity-mosaic-dl.mjs +124 -0
  233. package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -0
  234. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +19 -19
  235. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  236. package/fesm2015/ptsecurity-mosaic-form-field.mjs +214 -50
  237. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  238. package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
  239. package/fesm2015/ptsecurity-mosaic-input.mjs +434 -31
  240. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  241. package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
  242. package/fesm2015/ptsecurity-mosaic-list.mjs +21 -21
  243. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  244. package/fesm2015/ptsecurity-mosaic-modal.mjs +29 -29
  245. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  246. package/fesm2015/ptsecurity-mosaic-navbar.mjs +97 -96
  247. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  248. package/fesm2015/ptsecurity-mosaic-popover.mjs +18 -18
  249. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  250. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
  251. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  252. package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
  253. package/fesm2015/ptsecurity-mosaic-select.mjs +99 -33
  254. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  255. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  256. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +28 -28
  257. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  258. package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
  259. package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
  260. package/fesm2015/ptsecurity-mosaic-tabs.mjs +56 -56
  261. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  262. package/fesm2015/ptsecurity-mosaic-tags.mjs +74 -74
  263. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  264. package/fesm2015/ptsecurity-mosaic-textarea.mjs +11 -10
  265. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  266. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
  267. package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
  268. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +17 -16
  269. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  270. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +17 -17
  271. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  272. package/fesm2015/ptsecurity-mosaic-tree.mjs +158 -155
  273. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  274. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +13 -13
  275. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +10 -10
  276. package/fesm2020/ptsecurity-mosaic-button.mjs +32 -24
  277. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  278. package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
  279. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
  280. package/fesm2020/ptsecurity-mosaic-core.mjs +89 -81
  281. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  282. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
  283. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +443 -146
  284. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  285. package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
  286. package/fesm2020/ptsecurity-mosaic-dl.mjs +124 -0
  287. package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -0
  288. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +19 -19
  289. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  290. package/fesm2020/ptsecurity-mosaic-form-field.mjs +200 -50
  291. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  292. package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
  293. package/fesm2020/ptsecurity-mosaic-input.mjs +427 -31
  294. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  295. package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
  296. package/fesm2020/ptsecurity-mosaic-list.mjs +21 -21
  297. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  298. package/fesm2020/ptsecurity-mosaic-modal.mjs +29 -29
  299. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  300. package/fesm2020/ptsecurity-mosaic-navbar.mjs +97 -96
  301. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  302. package/fesm2020/ptsecurity-mosaic-popover.mjs +18 -18
  303. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  304. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
  305. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  306. package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
  307. package/fesm2020/ptsecurity-mosaic-select.mjs +96 -32
  308. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  309. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  310. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +28 -28
  311. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  312. package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
  313. package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
  314. package/fesm2020/ptsecurity-mosaic-tabs.mjs +56 -56
  315. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  316. package/fesm2020/ptsecurity-mosaic-tags.mjs +72 -72
  317. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  318. package/fesm2020/ptsecurity-mosaic-textarea.mjs +11 -10
  319. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  320. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
  321. package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
  322. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +17 -16
  323. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  324. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +17 -17
  325. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  326. package/fesm2020/ptsecurity-mosaic-tree.mjs +155 -152
  327. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  328. package/form-field/form-field.d.ts +9 -2
  329. package/form-field/form-field.module.d.ts +8 -7
  330. package/form-field/password-hint.d.ts +40 -0
  331. package/form-field/public-api.d.ts +1 -0
  332. package/input/input-password.d.ts +121 -0
  333. package/input/input.d.ts +4 -3
  334. package/input/input.module.d.ts +7 -6
  335. package/input/public-api.d.ts +1 -0
  336. package/list/list-selection.component.d.ts +1 -1
  337. package/navbar/navbar-item.component.d.ts +18 -18
  338. package/package.json +12 -4
  339. package/prebuilt-themes/dark-theme.css +1 -1
  340. package/prebuilt-themes/default-theme.css +1 -1
  341. package/prebuilt-visual/default-visual.css +1 -1
  342. package/select/public-api.d.ts +1 -0
  343. package/select/select-option.directive.d.ts +20 -0
  344. package/select/select.module.d.ts +9 -7
  345. package/tags/tag.component.d.ts +20 -20
  346. package/textarea/textarea.component.d.ts +4 -3
  347. package/toggle/README.md +0 -0
  348. package/tree/padding.directive.d.ts +7 -5
  349. package/tree/tree-option.component.d.ts +2 -2
package/_theming.scss CHANGED
@@ -108,6 +108,8 @@ $light-color-scheme-warning-default: #a26e0c;
108
108
  $light-color-scheme-foreground-text: #19252f;
109
109
  $light-color-scheme-foreground-text-less-contrast: #6d7a86;
110
110
  $light-color-scheme-foreground-text-disabled: #8c99a5;
111
+ $light-color-scheme-foreground-text-error: #db3c55;
112
+ $light-color-scheme-foreground-text-success: #016b37;
111
113
  $light-color-scheme-foreground-divider: #d7dee4;
112
114
  $light-color-scheme-foreground-border: #bdc7d1;
113
115
  $light-color-scheme-foreground-icon: #8c99a5;
@@ -130,6 +132,8 @@ $dark-color-scheme-warning-default: #7e5406;
130
132
  $dark-color-scheme-foreground-text: #f2f5f9;
131
133
  $dark-color-scheme-foreground-text-less-contrast: #8c99a5;
132
134
  $dark-color-scheme-foreground-text-disabled: #6d7a86;
135
+ $dark-color-scheme-foreground-text-error: #ea5868;
136
+ $dark-color-scheme-foreground-text-success: #319d5c;
133
137
  $dark-color-scheme-foreground-divider: #333f4a;
134
138
  $dark-color-scheme-foreground-border: #515e69;
135
139
  $dark-color-scheme-foreground-icon: #8c99a5;
@@ -146,6 +150,19 @@ $dark-color-scheme-states-disabled-opacity: 0.3;
146
150
  $font-family-accent: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
147
151
  $font-family-base: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
148
152
  $font-family-monospace: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
153
+ $size-3xs: 2px;
154
+ $size-xxs: 4px;
155
+ $size-xs: 6px;
156
+ $size-s: 8px;
157
+ $size-m: 12px;
158
+ $size-l: 16px;
159
+ $size-xl: 20px;
160
+ $size-xxl: 24px;
161
+ $size-3xl: 32px;
162
+ $size-4xl: 40px;
163
+ $size-5xl: 48px;
164
+ $size-6xl: 56px;
165
+ $size-7xl: 64px;
149
166
  $palette-blue-40: #eff6ff;
150
167
  $palette-blue-60: #e7f1ff;
151
168
  $palette-blue-100: #c8dfff;
@@ -371,28 +388,6 @@ $alert-font-small-body: caption;
371
388
  $autocomplete-size-panel-padding: 4px 0;
372
389
  $autocomplete-size-panel-max-height: 256px;
373
390
  $autocomplete-size-panel-border-radius: 3px;
374
- $badge-size-default-min-width: 10px;
375
- $badge-size-default-padding: 0 8px;
376
- $badge-size-default-border-width: 1px;
377
- $badge-size-default-border-radius: 4px;
378
- $badge-size-default-height: 24px;
379
- $badge-size-default-font-default: caption;
380
- $badge-size-default-font-caps: caption-caps;
381
- $badge-size-default-font-mono: caption-mono;
382
- $badge-size-mini-height: 16px;
383
- $badge-size-mini-min-width: 10px;
384
- $badge-size-mini-border-width: 1px;
385
- $badge-size-mini-border-radius: 2px;
386
- $badge-size-mini-padding: 0 4px;
387
- $badge-size-mini-font-default: extra-small-text;
388
- $badge-size-mini-font-caps: extra-small-text-caps;
389
- $badge-size-mini-font-mono: extra-small-text-mono;
390
- $badge-font-default-default: caption;
391
- $badge-font-default-caps: caption-caps;
392
- $badge-font-default-mono: caption-mono;
393
- $badge-font-mini-default: extra-small-text;
394
- $badge-font-mini-caps: extra-small-text-caps;
395
- $badge-font-mini-mono: extra-small-text-mono;
396
391
  $badge-light-color-scheme-solid-primary-background: #4187ff;
397
392
  $badge-light-color-scheme-solid-primary-border: #4187ff;
398
393
  $badge-light-color-scheme-solid-primary-color: white;
@@ -471,6 +466,22 @@ $badge-dark-color-scheme-solid-light-color: white;
471
466
  $badge-dark-color-scheme-solid-second-background: #515e69;
472
467
  $badge-dark-color-scheme-solid-second-border: #515e69;
473
468
  $badge-dark-color-scheme-solid-second-color: white;
469
+ $badge-size-default-height: 24px;
470
+ $badge-size-default-min-width: 10px;
471
+ $badge-size-default-padding: 0 8px;
472
+ $badge-size-default-border-width: 1px;
473
+ $badge-size-default-border-radius: 4px;
474
+ $badge-size-mini-height: 16px;
475
+ $badge-size-mini-min-width: 10px;
476
+ $badge-size-mini-border-width: 1px;
477
+ $badge-size-mini-border-radius: 2px;
478
+ $badge-size-mini-padding: 0 4px;
479
+ $badge-font-default-default: caption;
480
+ $badge-font-default-caps: caption-caps;
481
+ $badge-font-default-mono: caption-mono;
482
+ $badge-font-mini-default: extra-small-text;
483
+ $badge-font-mini-caps: extra-small-text-caps;
484
+ $badge-font-mini-mono: extra-small-text-mono;
474
485
  $button-toggle-size-border-size: 1px;
475
486
  $button-toggle-size-border-radius: 3px;
476
487
  $button-light-color-scheme-active-shadow: inset 0 1px 2px 0 rgba(black, 0.2);
@@ -523,16 +534,15 @@ $button-dark-color-scheme-error-color: #ea5868;
523
534
  $button-dark-color-scheme-error-icon: #ea5868;
524
535
  $button-dark-color-scheme-error-states-active-border: #333f4a;
525
536
  $button-dark-color-scheme-error-states-active-background: #333f4a;
537
+ $button-size-height: 32px;
526
538
  $button-size-border-width: 1px;
527
539
  $button-size-border-radius: 3px;
528
- $button-size-vertical-padding: 6px;
529
- $button-size-horizontal-padding: 16px;
540
+ $button-size-horizontal-padding: 12px;
530
541
  $button-font-default: body;
531
542
  $button-font-primary: body-strong;
532
543
  $button-font-primary-transparent: body;
533
- $icon-button-size-vertical-padding: 6px;
534
544
  $icon-button-size-horizontal-padding: 8px;
535
- $icon-button-size-icon-horizontal-padding: 16px;
545
+ $icon-button-size-left-icon-padding: 6px;
536
546
  $card-light-color-scheme-error-vertical-line: #fbd6d6;
537
547
  $card-light-color-scheme-error-background: #fff3f3;
538
548
  $card-light-color-scheme-error-shadow: #fbd6d6;
@@ -599,6 +609,22 @@ $datepicker-calendar-font-header: caption;
599
609
  $datepicker-input-size-width: 130px;
600
610
  $divider-size-width: 1px;
601
611
  $divider-size-inset-margin: 80px;
612
+ $description-list-light-color-scheme-dt: #6d7a86;
613
+ $description-list-light-color-scheme-dd: #19252f;
614
+ $description-list-dark-color-scheme-dt: #8c99a5;
615
+ $description-list-dark-color-scheme-dd: #f2f5f9;
616
+ $description-list-size-grid-template-columns: repeat(4, 1fr);
617
+ $description-list-size-dt-grid-column: 1;
618
+ $description-list-size-dd-grid-column: 2 / span 3;
619
+ $description-list-size-horizontal-column-gap: 16px;
620
+ $description-list-size-horizontal-row-gap: 12px;
621
+ $description-list-size-vertical-column-gap: 0;
622
+ $description-list-size-vertical-row-gap: 2px;
623
+ $description-list-size-vertical-dd-margin-bottom: 16px;
624
+ $description-list-font-horizontal-dt: body;
625
+ $description-list-font-horizontal-dd: body;
626
+ $description-list-font-vertical-dt: caption;
627
+ $description-list-font-vertical-dd: body;
602
628
  $dropdown-item-size-padding: 5px 15px;
603
629
  $dropdown-item-size-icon-padding: 0 8px 2px 0;
604
630
  $dropdown-item-font-default: body;
@@ -609,7 +635,8 @@ $dropdown-group-header-font-default: body-strong;
609
635
  $dropdown-group-header-font-small: caption-caps;
610
636
  $dropdown-divider-size-height: 1px;
611
637
  $dropdown-divider-size-margin: 4px 0;
612
- $dropdown-trigger-size-icon-padding-right: 8px;
638
+ $dropdown-trigger-size-button-right-padding: 8px;
639
+ $dropdown-trigger-size-right-icon-padding: 2px;
613
640
  $dropdown-panel-size-max-width: 640px;
614
641
  $dropdown-panel-size-padding: 4px 0;
615
642
  $dropdown-panel-size-border-width: 1px;
@@ -624,12 +651,28 @@ $form-field-dark-color-scheme-background: transparent;
624
651
  $form-field-dark-color-scheme-states-hover-border: #515e69;
625
652
  $form-field-dark-color-scheme-states-invalid-border: #b9023a;
626
653
  $form-field-dark-color-scheme-states-invalid-background: transparent;
654
+ $form-field-size-height: 32px;
627
655
  $form-field-size-border-width: 1px;
628
656
  $form-field-size-border-radius: 3px;
629
657
  $form-field-size-button-width: 32px;
630
658
  $form-field-font-default: body;
631
659
  $form-field-hint-size-margin-top: 4px;
632
660
  $form-field-hint-font-default: caption;
661
+ $form-field-password-hint-light-color-scheme-text-color: #19252f;
662
+ $form-field-password-hint-light-color-scheme-icon-color: #19252f;
663
+ $form-field-password-hint-light-color-scheme-states-invalid-icon-color: #db3c55;
664
+ $form-field-password-hint-light-color-scheme-states-invalid-text-color: #19252f;
665
+ $form-field-password-hint-light-color-scheme-states-valid-text-color: #016b37;
666
+ $form-field-password-hint-light-color-scheme-states-valid-icon-color: #016b37;
667
+ $form-field-password-hint-dark-color-scheme-text-color: #f2f5f9;
668
+ $form-field-password-hint-dark-color-scheme-icon-color: #f2f5f9;
669
+ $form-field-password-hint-dark-color-scheme-states-invalid-icon-color: #ea5868;
670
+ $form-field-password-hint-dark-color-scheme-states-invalid-text-color: #f2f5f9;
671
+ $form-field-password-hint-dark-color-scheme-states-valid-text-color: #319d5c;
672
+ $form-field-password-hint-dark-color-scheme-states-valid-icon-color: #319d5c;
673
+ $form-field-password-hint-size-margin-top: 8px;
674
+ $form-field-password-hint-size-icon-margin: 4px;
675
+ $form-field-password-hint-font-default: caption;
633
676
  $forms-light-color-scheme-label: #6d7a86;
634
677
  $forms-light-color-scheme-legend: #19252f;
635
678
  $forms-dark-color-scheme-label: #8c99a5;
@@ -648,9 +691,8 @@ $forms-size-vertical-legend-margin-top: 32px;
648
691
  $forms-size-vertical-legend-margin-bottom: 12px;
649
692
  $forms-font-default-label: body;
650
693
  $forms-font-default-legend: subheading;
651
- $input-size-padding: 5px 16px;
694
+ $input-size-padding: 0 16px;
652
695
  $input-size-width: 100%;
653
- $input-size-min-height: 30px;
654
696
  $input-font-default: body;
655
697
  $input-font-monospace: body-mono;
656
698
  $link-light-color-scheme-text: #0374eb;
@@ -672,13 +714,10 @@ $link-dark-color-scheme-state-focused-outline: #4187ff;
672
714
  $link-size-icon-margin: 4px;
673
715
  $link-size-state-focused-outline-offset: 2px;
674
716
  $link-size-state-focused-outline-width: 2px;
675
- $link-animation-transition: color ease-out 300ms;
676
- $link-animation-state-hover-transition: color 0ms;
677
717
  $link-font-default: body;
678
- $list-size-horizontal-padding: 16px;
679
- $list-size-icon-padding: 4px;
718
+ $list-size-horizontal-padding: 12px;
719
+ $list-size-icon-right-margin: 8px;
680
720
  $list-size-item-height: 32px;
681
- $list-size-icon-width: 24px;
682
721
  $list-font-item: body;
683
722
  $modal-light-color-scheme-shadow: (0 0 0 1px #d7dee4, 0 6px 12px 0 rgba(39, 51, 62, 0.5));
684
723
  $modal-light-color-scheme-body-top-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.16);
@@ -698,7 +737,8 @@ $modal-size-border-width: 1px;
698
737
  $modal-header-light-color-scheme-border: #d7dee4;
699
738
  $modal-header-dark-color-scheme-border: #333f4a;
700
739
  $modal-header-size-border-radius: 4px 4px 0 0;
701
- $modal-header-size-padding: 14px 16px;
740
+ $modal-header-size-height: 56px;
741
+ $modal-header-size-padding: 0 16px;
702
742
  $modal-header-font-default: title;
703
743
  $modal-body-size-max-height: calc(100vh - 260px);
704
744
  $modal-body-size-padding: 16px 24px 24px;
@@ -706,13 +746,15 @@ $modal-body-font-default: body;
706
746
  $modal-footer-light-color-scheme-border: #f2f5f9;
707
747
  $modal-footer-dark-color-scheme-border: #333f4a;
708
748
  $modal-footer-size-border-radius: 0 0 4px 4px;
709
- $modal-footer-size-padding: 16px 16px;
749
+ $modal-footer-size-height: 64px;
750
+ $modal-footer-size-padding: 0 16px;
710
751
  $modal-confirm-size-padding: 24px;
711
752
  $navbar-light-color-scheme-background: #19252f;
712
753
  $navbar-light-color-scheme-divider-background: #515e69;
713
754
  $navbar-dark-color-scheme-background: #333f4a;
714
755
  $navbar-dark-color-scheme-divider-background: #515e69;
715
756
  $navbar-size-icon-margin: 6px;
757
+ $navbar-size-right-icon-margin: 2px;
716
758
  $navbar-font-title: body;
717
759
  $vertical-navbar-size-states-expanded-width: 240px;
718
760
  $vertical-navbar-size-states-collapsed-width: 56px;
@@ -766,8 +808,8 @@ $popover-header-light-color-scheme-background: white;
766
808
  $popover-header-dark-color-scheme-border: #434f5a;
767
809
  $popover-header-dark-color-scheme-text: #f2f5f9;
768
810
  $popover-header-dark-color-scheme-background: #333f4a;
769
- $popover-header-size-height: 10px 16px;
770
- $popover-header-size-padding: 10px 16px;
811
+ $popover-header-size-height: 40px;
812
+ $popover-header-size-padding: 0 16px;
771
813
  $popover-header-font-default: subheading;
772
814
  $popover-footer-light-color-scheme-border: #f2f5f9;
773
815
  $popover-footer-light-color-scheme-background: #f2f5f9;
@@ -808,7 +850,6 @@ $radio-dark-color-scheme-states-focused-inner-circle-shadow: 0 0 0 1px #19252f;
808
850
  $radio-size-size: 14px;
809
851
  $radio-size-label-margin: 8px;
810
852
  $radio-font-default: body;
811
- $select-size-height: 30px;
812
853
  $select-size-left-padding: 16px;
813
854
  $select-size-right-padding: 8px;
814
855
  $select-size-left-padding-multiple: 8px;
@@ -822,22 +863,40 @@ $select-panel-font-default: body;
822
863
  $sidepanel-light-color-scheme-border: #bdc7d1;
823
864
  $sidepanel-dark-color-scheme-border: #19252f;
824
865
  $sidepanel-font-default: body;
825
- $sidepanel-header-size-padding: 14px 16px;
866
+ $sidepanel-header-size-height: 56px;
867
+ $sidepanel-header-size-padding: 0 16px;
826
868
  $sidepanel-header-size-close-padding: 0 0 0 8px;
827
869
  $sidepanel-header-font-default: title;
828
- $sidepanel-footer-size-padding: 16px;
870
+ $sidepanel-footer-size-height: 64px;
871
+ $sidepanel-footer-size-padding: 0 16px;
829
872
  $sidepanel-footer-font-default: body;
830
873
  $table-size-border-width: 1px;
831
874
  $table-size-row-padding-vertical: 8px;
832
875
  $table-size-row-padding-horizontal: 16px;
833
876
  $table-font-header: caption;
834
- $table-font-body: body;
877
+ $table-font-body: body-tabular;
835
878
  $tabs-light-color-scheme-border: #d7dee4;
836
- $tabs-light-color-scheme-state-active: #0374eb;
837
- $tabs-light-color-scheme-state-disabled-overlay: rgba(white, 0.3);
879
+ $tabs-light-color-scheme-state-normal-icon: #8c99a5;
880
+ $tabs-light-color-scheme-state-normal-text: #19252f;
881
+ $tabs-light-color-scheme-state-hover-icon: #19252f;
882
+ $tabs-light-color-scheme-state-hover-text: #19252f;
883
+ $tabs-light-color-scheme-state-active-marker-color: #0374eb;
884
+ $tabs-light-color-scheme-state-empty-icon: #8c99a5;
885
+ $tabs-light-color-scheme-state-empty-text: #8c99a5;
886
+ $tabs-light-color-scheme-state-disabled-icon: #8c99a5;
887
+ $tabs-light-color-scheme-state-disabled-text: #8c99a5;
888
+ $tabs-light-color-scheme-state-disabled-marker-opacity: 0.3;
838
889
  $tabs-dark-color-scheme-border: #333f4a;
839
- $tabs-dark-color-scheme-state-active: #0059b8;
840
- $tabs-dark-color-scheme-state-disabled-overlay: rgba(black, 0.2);
890
+ $tabs-dark-color-scheme-state-normal-icon: #8c99a5;
891
+ $tabs-dark-color-scheme-state-normal-text: #f2f5f9;
892
+ $tabs-dark-color-scheme-state-hover-icon: #f2f5f9;
893
+ $tabs-dark-color-scheme-state-hover-text: #f2f5f9;
894
+ $tabs-dark-color-scheme-state-active-marker-color: #0059b8;
895
+ $tabs-dark-color-scheme-state-empty-icon: #6d7a86;
896
+ $tabs-dark-color-scheme-state-empty-text: #6d7a86;
897
+ $tabs-dark-color-scheme-state-disabled-icon: #6d7a86;
898
+ $tabs-dark-color-scheme-state-disabled-text: #6d7a86;
899
+ $tabs-dark-color-scheme-state-disabled-marker-opacity: 0.3;
841
900
  $tabs-size-height: 40px;
842
901
  $tabs-size-highlight-height: 4px;
843
902
  $tabs-size-padding-horizontal: 16px;
@@ -845,6 +904,14 @@ $tabs-size-border-width: 1px;
845
904
  $tabs-size-border-radius: 3px;
846
905
  $tabs-size-label-icon-margin: 8px;
847
906
  $tabs-font-default: body;
907
+ $vertical-tabs-light-color-scheme-state-normal-background: transparent;
908
+ $vertical-tabs-light-color-scheme-state-selected-background: #e7f1ff;
909
+ $vertical-tabs-light-color-scheme-state-hover-background: rgba(black, 0.05);
910
+ $vertical-tabs-light-color-scheme-state-hover-selected-background: adjust-color(#e7f1ff, $saturation:-22%, $lightness:-5%);
911
+ $vertical-tabs-dark-color-scheme-state-normal-background: transparent;
912
+ $vertical-tabs-dark-color-scheme-state-selected-background: #014b9d;
913
+ $vertical-tabs-dark-color-scheme-state-hover-background: rgba(black, 0.05);
914
+ $vertical-tabs-dark-color-scheme-state-hover-selected-background: adjust-color(#014b9d, $lightness:-1%);
848
915
  $tags-light-color-scheme-primary-background: #e7f1ff;
849
916
  $tags-light-color-scheme-primary-border: #e7f1ff;
850
917
  $tags-light-color-scheme-primary-text: #0374eb;
@@ -897,13 +964,12 @@ $tags-size-margin: 2px;
897
964
  $tags-size-height: 24px;
898
965
  $tags-size-border-width: 1px;
899
966
  $tags-size-border-radius: 4px;
900
- $tags-size-icon-padding: 3px;
967
+ $tags-size-icon-padding: 4px;
901
968
  $tags-size-text-margin: 8px;
902
969
  $tags-font-default: caption;
903
970
  $tags-font-mono: caption-mono;
904
971
  $tags-font-caps: caption-caps;
905
972
  $tag-list-size-padding: 1px 6px;
906
- $tag-list-size-min-height: 30px;
907
973
  $tag-input-size-height: 22px;
908
974
  $tag-input-size-margin: 2px 4px;
909
975
  $tag-input-font-default: body;
@@ -984,7 +1050,9 @@ $extended-tooltip-header-size-height: 40px;
984
1050
  $extended-tooltip-header-size-padding: 10px 16px;
985
1051
  $extended-tooltip-header-font-default: subheading;
986
1052
  $tree-size-node-height: 32px;
987
- $tree-size-padding-left: 8px;
1053
+ $tree-size-padding-left: 12px;
1054
+ $tree-size-toggle-padding: 4px;
1055
+ $tree-size-icon-padding: 8px;
988
1056
  $tree-size-padding-right: 16px;
989
1057
  $tree-font-node: body;
990
1058
  $light-color-scheme-primary-palette: (
@@ -1600,102 +1668,133 @@ $typography-display-1-letter-spacing: normal;
1600
1668
  $typography-display-1-font-weight: normal;
1601
1669
  $typography-display-1-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1602
1670
  $typography-display-1-text-transform: null;
1671
+ $typography-display-1-font-feature-settings: null;
1603
1672
  $typography-display-2-font-size: 45px;
1604
1673
  $typography-display-2-line-height: 56px;
1605
1674
  $typography-display-2-letter-spacing: normal;
1606
1675
  $typography-display-2-font-weight: normal;
1607
1676
  $typography-display-2-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1608
1677
  $typography-display-2-text-transform: null;
1678
+ $typography-display-2-font-feature-settings: null;
1609
1679
  $typography-display-3-font-size: 34px;
1610
1680
  $typography-display-3-line-height: 44px;
1611
1681
  $typography-display-3-letter-spacing: normal;
1612
1682
  $typography-display-3-font-weight: normal;
1613
1683
  $typography-display-3-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1614
1684
  $typography-display-3-text-transform: null;
1685
+ $typography-display-3-font-feature-settings: null;
1615
1686
  $typography-headline-font-size: 24px;
1616
1687
  $typography-headline-line-height: 32px;
1617
1688
  $typography-headline-letter-spacing: normal;
1618
1689
  $typography-headline-font-weight: normal;
1619
1690
  $typography-headline-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1620
1691
  $typography-headline-text-transform: null;
1692
+ $typography-headline-font-feature-settings: null;
1621
1693
  $typography-title-font-size: 20px;
1622
1694
  $typography-title-line-height: 28px;
1623
1695
  $typography-title-letter-spacing: normal;
1624
1696
  $typography-title-font-weight: 600;
1625
1697
  $typography-title-font-family: 'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1626
1698
  $typography-title-text-transform: null;
1699
+ $typography-title-font-feature-settings: null;
1627
1700
  $typography-subheading-font-size: 15px;
1628
1701
  $typography-subheading-line-height: 20px;
1629
1702
  $typography-subheading-letter-spacing: -0.009em;
1630
1703
  $typography-subheading-font-weight: 600;
1631
1704
  $typography-subheading-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1632
1705
  $typography-subheading-text-transform: null;
1706
+ $typography-subheading-font-feature-settings: "ss01" on, "ss04" on;
1633
1707
  $typography-body-font-size: 15px;
1634
1708
  $typography-body-line-height: 20px;
1635
1709
  $typography-body-letter-spacing: -0.009em;
1636
1710
  $typography-body-font-weight: normal;
1637
1711
  $typography-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1638
1712
  $typography-body-text-transform: null;
1713
+ $typography-body-font-feature-settings: "ss01" on, "ss04" on;
1714
+ $typography-body-tabular-font-size: 15px;
1715
+ $typography-body-tabular-line-height: 20px;
1716
+ $typography-body-tabular-letter-spacing: -0.009em;
1717
+ $typography-body-tabular-font-weight: normal;
1718
+ $typography-body-tabular-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1719
+ $typography-body-tabular-text-transform: null;
1720
+ $typography-body-tabular-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
1639
1721
  $typography-body-strong-font-size: 15px;
1640
1722
  $typography-body-strong-line-height: 20px;
1641
1723
  $typography-body-strong-letter-spacing: -0.009em;
1642
1724
  $typography-body-strong-font-weight: 500;
1643
1725
  $typography-body-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1644
1726
  $typography-body-strong-text-transform: null;
1727
+ $typography-body-strong-font-feature-settings: "ss01" on, "ss04" on;
1645
1728
  $typography-body-caps-font-size: 15px;
1646
1729
  $typography-body-caps-line-height: 20px;
1647
1730
  $typography-body-caps-letter-spacing: 1.7px;
1648
1731
  $typography-body-caps-font-weight: normal;
1649
1732
  $typography-body-caps-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1650
1733
  $typography-body-caps-text-transform: uppercase;
1734
+ $typography-body-caps-font-feature-settings: "ss01" on, "ss04" on;
1651
1735
  $typography-body-mono-font-size: 15px;
1652
1736
  $typography-body-mono-line-height: 20px;
1653
1737
  $typography-body-mono-letter-spacing: normal;
1654
1738
  $typography-body-mono-font-weight: normal;
1655
1739
  $typography-body-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
1656
1740
  $typography-body-mono-text-transform: null;
1741
+ $typography-body-mono-font-feature-settings: null;
1657
1742
  $typography-caption-font-size: 13px;
1658
1743
  $typography-caption-line-height: 16px;
1659
1744
  $typography-caption-letter-spacing: -0.0025em;
1660
1745
  $typography-caption-font-weight: normal;
1661
1746
  $typography-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1662
1747
  $typography-caption-text-transform: null;
1748
+ $typography-caption-font-feature-settings: "ss01" on, "ss04" on;
1749
+ $typography-caption-tabular-font-size: 13px;
1750
+ $typography-caption-tabular-line-height: 16px;
1751
+ $typography-caption-tabular-letter-spacing: -0.0025em;
1752
+ $typography-caption-tabular-font-weight: normal;
1753
+ $typography-caption-tabular-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1754
+ $typography-caption-tabular-text-transform: null;
1755
+ $typography-caption-tabular-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
1663
1756
  $typography-caption-caps-font-size: 13px;
1664
1757
  $typography-caption-caps-line-height: 16px;
1665
1758
  $typography-caption-caps-letter-spacing: 1.5px;
1666
1759
  $typography-caption-caps-font-weight: normal;
1667
1760
  $typography-caption-caps-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1668
1761
  $typography-caption-caps-text-transform: uppercase;
1762
+ $typography-caption-caps-font-feature-settings: "ss01" on, "ss04" on;
1669
1763
  $typography-caption-mono-font-size: 13px;
1670
1764
  $typography-caption-mono-line-height: 16px;
1671
1765
  $typography-caption-mono-letter-spacing: normal;
1672
1766
  $typography-caption-mono-font-weight: normal;
1673
1767
  $typography-caption-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
1674
1768
  $typography-caption-mono-text-transform: null;
1769
+ $typography-caption-mono-font-feature-settings: null;
1675
1770
  $typography-small-text-font-size: 13px;
1676
1771
  $typography-small-text-line-height: 16px;
1677
1772
  $typography-small-text-letter-spacing: -0.0025em;
1678
1773
  $typography-small-text-font-weight: normal;
1679
1774
  $typography-small-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1680
1775
  $typography-small-text-text-transform: null;
1776
+ $typography-small-text-font-feature-settings: "ss01" on, "ss04" on;
1681
1777
  $typography-extra-small-text-font-size: 11px;
1682
1778
  $typography-extra-small-text-line-height: 16px;
1683
1779
  $typography-extra-small-text-letter-spacing: 0.005em;
1684
1780
  $typography-extra-small-text-font-weight: normal;
1685
1781
  $typography-extra-small-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1686
1782
  $typography-extra-small-text-text-transform: null;
1783
+ $typography-extra-small-text-font-feature-settings: "ss01" on, "ss04" on;
1687
1784
  $typography-extra-small-text-caps-font-size: 11px;
1688
1785
  $typography-extra-small-text-caps-line-height: 16px;
1689
1786
  $typography-extra-small-text-caps-letter-spacing: 1px;
1690
1787
  $typography-extra-small-text-caps-font-weight: normal;
1691
1788
  $typography-extra-small-text-caps-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
1692
1789
  $typography-extra-small-text-caps-text-transform: uppercase;
1790
+ $typography-extra-small-text-caps-font-feature-settings: "ss01" on, "ss04" on;
1693
1791
  $typography-extra-small-text-mono-font-size: 11px;
1694
1792
  $typography-extra-small-text-mono-line-height: 16px;
1695
1793
  $typography-extra-small-text-mono-letter-spacing: 0px;
1696
1794
  $typography-extra-small-text-mono-font-weight: normal;
1697
1795
  $typography-extra-small-text-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
1698
1796
  $typography-extra-small-text-mono-text-transform: null;
1797
+ $typography-extra-small-text-mono-font-feature-settings: null;
1699
1798
 
1700
1799
  $mosaic: (
1701
1800
  'typography': (
@@ -1705,7 +1804,8 @@ $mosaic: (
1705
1804
  'letter-spacing': $typography-display-1-letter-spacing,
1706
1805
  'font-weight': $typography-display-1-font-weight,
1707
1806
  'font-family': $typography-display-1-font-family,
1708
- 'text-transform': $typography-display-1-text-transform
1807
+ 'text-transform': $typography-display-1-text-transform,
1808
+ 'font-feature-settings': $typography-display-1-font-feature-settings
1709
1809
  ),
1710
1810
  'display-2': (
1711
1811
  'font-size': $typography-display-2-font-size,
@@ -1713,7 +1813,8 @@ $mosaic: (
1713
1813
  'letter-spacing': $typography-display-2-letter-spacing,
1714
1814
  'font-weight': $typography-display-2-font-weight,
1715
1815
  'font-family': $typography-display-2-font-family,
1716
- 'text-transform': $typography-display-2-text-transform
1816
+ 'text-transform': $typography-display-2-text-transform,
1817
+ 'font-feature-settings': $typography-display-2-font-feature-settings
1717
1818
  ),
1718
1819
  'display-3': (
1719
1820
  'font-size': $typography-display-3-font-size,
@@ -1721,7 +1822,8 @@ $mosaic: (
1721
1822
  'letter-spacing': $typography-display-3-letter-spacing,
1722
1823
  'font-weight': $typography-display-3-font-weight,
1723
1824
  'font-family': $typography-display-3-font-family,
1724
- 'text-transform': $typography-display-3-text-transform
1825
+ 'text-transform': $typography-display-3-text-transform,
1826
+ 'font-feature-settings': $typography-display-3-font-feature-settings
1725
1827
  ),
1726
1828
  'headline': (
1727
1829
  'font-size': $typography-headline-font-size,
@@ -1729,7 +1831,8 @@ $mosaic: (
1729
1831
  'letter-spacing': $typography-headline-letter-spacing,
1730
1832
  'font-weight': $typography-headline-font-weight,
1731
1833
  'font-family': $typography-headline-font-family,
1732
- 'text-transform': $typography-headline-text-transform
1834
+ 'text-transform': $typography-headline-text-transform,
1835
+ 'font-feature-settings': $typography-headline-font-feature-settings
1733
1836
  ),
1734
1837
  'title': (
1735
1838
  'font-size': $typography-title-font-size,
@@ -1737,7 +1840,8 @@ $mosaic: (
1737
1840
  'letter-spacing': $typography-title-letter-spacing,
1738
1841
  'font-weight': $typography-title-font-weight,
1739
1842
  'font-family': $typography-title-font-family,
1740
- 'text-transform': $typography-title-text-transform
1843
+ 'text-transform': $typography-title-text-transform,
1844
+ 'font-feature-settings': $typography-title-font-feature-settings
1741
1845
  ),
1742
1846
  'subheading': (
1743
1847
  'font-size': $typography-subheading-font-size,
@@ -1745,7 +1849,8 @@ $mosaic: (
1745
1849
  'letter-spacing': $typography-subheading-letter-spacing,
1746
1850
  'font-weight': $typography-subheading-font-weight,
1747
1851
  'font-family': $typography-subheading-font-family,
1748
- 'text-transform': $typography-subheading-text-transform
1852
+ 'text-transform': $typography-subheading-text-transform,
1853
+ 'font-feature-settings': $typography-subheading-font-feature-settings
1749
1854
  ),
1750
1855
  'body': (
1751
1856
  'font-size': $typography-body-font-size,
@@ -1753,7 +1858,17 @@ $mosaic: (
1753
1858
  'letter-spacing': $typography-body-letter-spacing,
1754
1859
  'font-weight': $typography-body-font-weight,
1755
1860
  'font-family': $typography-body-font-family,
1756
- 'text-transform': $typography-body-text-transform
1861
+ 'text-transform': $typography-body-text-transform,
1862
+ 'font-feature-settings': $typography-body-font-feature-settings
1863
+ ),
1864
+ 'body-tabular': (
1865
+ 'font-size': $typography-body-tabular-font-size,
1866
+ 'line-height': $typography-body-tabular-line-height,
1867
+ 'letter-spacing': $typography-body-tabular-letter-spacing,
1868
+ 'font-weight': $typography-body-tabular-font-weight,
1869
+ 'font-family': $typography-body-tabular-font-family,
1870
+ 'text-transform': $typography-body-tabular-text-transform,
1871
+ 'font-feature-settings': $typography-body-tabular-font-feature-settings
1757
1872
  ),
1758
1873
  'body-strong': (
1759
1874
  'font-size': $typography-body-strong-font-size,
@@ -1761,7 +1876,8 @@ $mosaic: (
1761
1876
  'letter-spacing': $typography-body-strong-letter-spacing,
1762
1877
  'font-weight': $typography-body-strong-font-weight,
1763
1878
  'font-family': $typography-body-strong-font-family,
1764
- 'text-transform': $typography-body-strong-text-transform
1879
+ 'text-transform': $typography-body-strong-text-transform,
1880
+ 'font-feature-settings': $typography-body-strong-font-feature-settings
1765
1881
  ),
1766
1882
  'body-caps': (
1767
1883
  'font-size': $typography-body-caps-font-size,
@@ -1769,7 +1885,8 @@ $mosaic: (
1769
1885
  'letter-spacing': $typography-body-caps-letter-spacing,
1770
1886
  'font-weight': $typography-body-caps-font-weight,
1771
1887
  'font-family': $typography-body-caps-font-family,
1772
- 'text-transform': $typography-body-caps-text-transform
1888
+ 'text-transform': $typography-body-caps-text-transform,
1889
+ 'font-feature-settings': $typography-body-caps-font-feature-settings
1773
1890
  ),
1774
1891
  'body-mono': (
1775
1892
  'font-size': $typography-body-mono-font-size,
@@ -1777,7 +1894,8 @@ $mosaic: (
1777
1894
  'letter-spacing': $typography-body-mono-letter-spacing,
1778
1895
  'font-weight': $typography-body-mono-font-weight,
1779
1896
  'font-family': $typography-body-mono-font-family,
1780
- 'text-transform': $typography-body-mono-text-transform
1897
+ 'text-transform': $typography-body-mono-text-transform,
1898
+ 'font-feature-settings': $typography-body-mono-font-feature-settings
1781
1899
  ),
1782
1900
  'caption': (
1783
1901
  'font-size': $typography-caption-font-size,
@@ -1785,7 +1903,17 @@ $mosaic: (
1785
1903
  'letter-spacing': $typography-caption-letter-spacing,
1786
1904
  'font-weight': $typography-caption-font-weight,
1787
1905
  'font-family': $typography-caption-font-family,
1788
- 'text-transform': $typography-caption-text-transform
1906
+ 'text-transform': $typography-caption-text-transform,
1907
+ 'font-feature-settings': $typography-caption-font-feature-settings
1908
+ ),
1909
+ 'caption-tabular': (
1910
+ 'font-size': $typography-caption-tabular-font-size,
1911
+ 'line-height': $typography-caption-tabular-line-height,
1912
+ 'letter-spacing': $typography-caption-tabular-letter-spacing,
1913
+ 'font-weight': $typography-caption-tabular-font-weight,
1914
+ 'font-family': $typography-caption-tabular-font-family,
1915
+ 'text-transform': $typography-caption-tabular-text-transform,
1916
+ 'font-feature-settings': $typography-caption-tabular-font-feature-settings
1789
1917
  ),
1790
1918
  'caption-caps': (
1791
1919
  'font-size': $typography-caption-caps-font-size,
@@ -1793,7 +1921,8 @@ $mosaic: (
1793
1921
  'letter-spacing': $typography-caption-caps-letter-spacing,
1794
1922
  'font-weight': $typography-caption-caps-font-weight,
1795
1923
  'font-family': $typography-caption-caps-font-family,
1796
- 'text-transform': $typography-caption-caps-text-transform
1924
+ 'text-transform': $typography-caption-caps-text-transform,
1925
+ 'font-feature-settings': $typography-caption-caps-font-feature-settings
1797
1926
  ),
1798
1927
  'caption-mono': (
1799
1928
  'font-size': $typography-caption-mono-font-size,
@@ -1801,7 +1930,8 @@ $mosaic: (
1801
1930
  'letter-spacing': $typography-caption-mono-letter-spacing,
1802
1931
  'font-weight': $typography-caption-mono-font-weight,
1803
1932
  'font-family': $typography-caption-mono-font-family,
1804
- 'text-transform': $typography-caption-mono-text-transform
1933
+ 'text-transform': $typography-caption-mono-text-transform,
1934
+ 'font-feature-settings': $typography-caption-mono-font-feature-settings
1805
1935
  ),
1806
1936
  'small-text': (
1807
1937
  'font-size': $typography-small-text-font-size,
@@ -1809,7 +1939,8 @@ $mosaic: (
1809
1939
  'letter-spacing': $typography-small-text-letter-spacing,
1810
1940
  'font-weight': $typography-small-text-font-weight,
1811
1941
  'font-family': $typography-small-text-font-family,
1812
- 'text-transform': $typography-small-text-text-transform
1942
+ 'text-transform': $typography-small-text-text-transform,
1943
+ 'font-feature-settings': $typography-small-text-font-feature-settings
1813
1944
  ),
1814
1945
  'extra-small-text': (
1815
1946
  'font-size': $typography-extra-small-text-font-size,
@@ -1817,7 +1948,8 @@ $mosaic: (
1817
1948
  'letter-spacing': $typography-extra-small-text-letter-spacing,
1818
1949
  'font-weight': $typography-extra-small-text-font-weight,
1819
1950
  'font-family': $typography-extra-small-text-font-family,
1820
- 'text-transform': $typography-extra-small-text-text-transform
1951
+ 'text-transform': $typography-extra-small-text-text-transform,
1952
+ 'font-feature-settings': $typography-extra-small-text-font-feature-settings
1821
1953
  ),
1822
1954
  'extra-small-text-caps': (
1823
1955
  'font-size': $typography-extra-small-text-caps-font-size,
@@ -1825,7 +1957,8 @@ $mosaic: (
1825
1957
  'letter-spacing': $typography-extra-small-text-caps-letter-spacing,
1826
1958
  'font-weight': $typography-extra-small-text-caps-font-weight,
1827
1959
  'font-family': $typography-extra-small-text-caps-font-family,
1828
- 'text-transform': $typography-extra-small-text-caps-text-transform
1960
+ 'text-transform': $typography-extra-small-text-caps-text-transform,
1961
+ 'font-feature-settings': $typography-extra-small-text-caps-font-feature-settings
1829
1962
  ),
1830
1963
  'extra-small-text-mono': (
1831
1964
  'font-size': $typography-extra-small-text-mono-font-size,
@@ -1833,7 +1966,8 @@ $mosaic: (
1833
1966
  'letter-spacing': $typography-extra-small-text-mono-letter-spacing,
1834
1967
  'font-weight': $typography-extra-small-text-mono-font-weight,
1835
1968
  'font-family': $typography-extra-small-text-mono-font-family,
1836
- 'text-transform': $typography-extra-small-text-mono-text-transform
1969
+ 'text-transform': $typography-extra-small-text-mono-text-transform,
1970
+ 'font-feature-settings': $typography-extra-small-text-mono-font-feature-settings
1837
1971
  )
1838
1972
  )
1839
1973
  );
@@ -2570,6 +2704,11 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
2570
2704
  state-selected-background: $datepicker-body-light-color-scheme-states-selected-background
2571
2705
  );
2572
2706
 
2707
+ $dl: (
2708
+ dt: $description-list-light-color-scheme-dt,
2709
+ dd: $description-list-light-color-scheme-dd
2710
+ );
2711
+
2573
2712
  $form-field: (
2574
2713
  border: $form-field-light-color-scheme-border,
2575
2714
  background: $form-field-light-color-scheme-background,
@@ -2579,6 +2718,17 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
2579
2718
  state-invalid-background: $form-field-light-color-scheme-states-invalid-background
2580
2719
  );
2581
2720
 
2721
+ $form-field-password-hint: (
2722
+ text-color: $form-field-password-hint-light-color-scheme-text-color,
2723
+ icon-color: $form-field-password-hint-light-color-scheme-text-color,
2724
+
2725
+ state-invalid-text-color: $form-field-password-hint-light-color-scheme-states-invalid-text-color,
2726
+ state-invalid-icon-color: $form-field-password-hint-light-color-scheme-states-invalid-icon-color,
2727
+
2728
+ state-valid-text-color: $form-field-password-hint-light-color-scheme-states-valid-text-color,
2729
+ state-valid-icon-color: $form-field-password-hint-light-color-scheme-states-valid-icon-color
2730
+ );
2731
+
2582
2732
  $forms: (
2583
2733
  label: $forms-light-color-scheme-label,
2584
2734
  legend: $forms-light-color-scheme-legend,
@@ -2665,8 +2815,27 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
2665
2815
 
2666
2816
  $tabs: (
2667
2817
  border: $tabs-light-color-scheme-border,
2668
- state-active: $tabs-light-color-scheme-state-active,
2669
- state-disabled-overlay: $tabs-light-color-scheme-state-disabled-overlay
2818
+ state-normal-icon: $tabs-light-color-scheme-state-normal-icon,
2819
+ state-normal-text: $tabs-light-color-scheme-state-normal-text,
2820
+
2821
+ state-hover-icon: $tabs-light-color-scheme-state-hover-icon,
2822
+ state-hover-text: $tabs-light-color-scheme-state-hover-text,
2823
+
2824
+ state-active-marker: $tabs-light-color-scheme-state-active-marker-color,
2825
+
2826
+ state-empty-icon: $tabs-light-color-scheme-state-empty-icon,
2827
+ state-empty-text: $tabs-light-color-scheme-state-empty-text,
2828
+
2829
+ state-disabled-icon: $tabs-light-color-scheme-state-disabled-icon,
2830
+ state-disabled-text: $tabs-light-color-scheme-state-disabled-text,
2831
+ state-disabled-marker-opacity: $tabs-light-color-scheme-state-disabled-marker-opacity
2832
+ );
2833
+
2834
+ $vertical-tabs: (
2835
+ state-normal-background: $vertical-tabs-light-color-scheme-state-normal-background,
2836
+ state-selected-background: $vertical-tabs-light-color-scheme-state-selected-background,
2837
+ state-hover-background: $vertical-tabs-light-color-scheme-state-hover-background,
2838
+ state-hover-selected-background: $vertical-tabs-light-color-scheme-state-hover-selected-background
2670
2839
  );
2671
2840
 
2672
2841
  $tags: (
@@ -2750,7 +2919,9 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
2750
2919
  card: $card,
2751
2920
  checkbox: $checkbox,
2752
2921
  datepicker: $datepicker,
2922
+ dl: $dl,
2753
2923
  form-field: $form-field,
2924
+ form-field-password-hint: $form-field-password-hint,
2754
2925
  forms: $forms,
2755
2926
  link: $link,
2756
2927
  modal: $modal,
@@ -2761,6 +2932,7 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
2761
2932
  radio: $radio,
2762
2933
  sidepanel: $sidepanel,
2763
2934
  tabs: $tabs,
2935
+ vertical-tabs: $vertical-tabs,
2764
2936
  tags: $tags,
2765
2937
  toggle: $toggle,
2766
2938
  tooltip: $tooltip
@@ -2956,6 +3128,11 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
2956
3128
  state-selected-background: $datepicker-body-dark-color-scheme-states-selected-background
2957
3129
  );
2958
3130
 
3131
+ $dl: (
3132
+ dt: $description-list-dark-color-scheme-dt,
3133
+ dd: $description-list-dark-color-scheme-dd
3134
+ );
3135
+
2959
3136
  $form-field: (
2960
3137
  border: $form-field-dark-color-scheme-border,
2961
3138
  background: $form-field-dark-color-scheme-background,
@@ -2965,6 +3142,17 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
2965
3142
  state-invalid-background: $form-field-dark-color-scheme-states-invalid-background
2966
3143
  );
2967
3144
 
3145
+ $form-field-password-hint: (
3146
+ text-color: $form-field-password-hint-dark-color-scheme-text-color,
3147
+ icon-color: $form-field-password-hint-dark-color-scheme-text-color,
3148
+
3149
+ state-invalid-text-color: $form-field-password-hint-dark-color-scheme-states-invalid-text-color,
3150
+ state-invalid-icon-color: $form-field-password-hint-dark-color-scheme-states-invalid-icon-color,
3151
+
3152
+ state-valid-text-color: $form-field-password-hint-dark-color-scheme-states-valid-text-color,
3153
+ state-valid-icon-color: $form-field-password-hint-dark-color-scheme-states-valid-icon-color
3154
+ );
3155
+
2968
3156
  $forms: (
2969
3157
  label: $forms-dark-color-scheme-label,
2970
3158
  legend: $forms-dark-color-scheme-legend,
@@ -3051,8 +3239,27 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
3051
3239
 
3052
3240
  $tabs: (
3053
3241
  border: $tabs-dark-color-scheme-border,
3054
- state-active: $tabs-dark-color-scheme-state-active,
3055
- state-disabled-overlay: $tabs-dark-color-scheme-state-disabled-overlay
3242
+ state-normal-icon: $tabs-dark-color-scheme-state-normal-icon,
3243
+ state-normal-text: $tabs-dark-color-scheme-state-normal-text,
3244
+
3245
+ state-hover-icon: $tabs-dark-color-scheme-state-hover-icon,
3246
+ state-hover-text: $tabs-dark-color-scheme-state-hover-text,
3247
+
3248
+ state-active-marker: $tabs-dark-color-scheme-state-active-marker-color,
3249
+
3250
+ state-empty-icon: $tabs-dark-color-scheme-state-empty-icon,
3251
+ state-empty-text: $tabs-dark-color-scheme-state-empty-text,
3252
+
3253
+ state-disabled-icon: $tabs-dark-color-scheme-state-disabled-icon,
3254
+ state-disabled-text: $tabs-dark-color-scheme-state-disabled-text,
3255
+ state-disabled-marker-opacity: $tabs-dark-color-scheme-state-disabled-marker-opacity
3256
+ );
3257
+
3258
+ $vertical-tabs: (
3259
+ state-normal-background: $vertical-tabs-dark-color-scheme-state-normal-background,
3260
+ state-selected-background: $vertical-tabs-dark-color-scheme-state-selected-background,
3261
+ state-hover-background: $vertical-tabs-dark-color-scheme-state-hover-background,
3262
+ state-hover-selected-background: $vertical-tabs-dark-color-scheme-state-hover-selected-background
3056
3263
  );
3057
3264
 
3058
3265
  $tags: (
@@ -3136,7 +3343,9 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
3136
3343
  card: $card,
3137
3344
  checkbox: $checkbox,
3138
3345
  datepicker: $datepicker,
3346
+ dl: $dl,
3139
3347
  form-field: $form-field,
3348
+ form-field-password-hint: $form-field-password-hint,
3140
3349
  forms: $forms,
3141
3350
  link: $link,
3142
3351
  modal: $modal,
@@ -3147,6 +3356,7 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
3147
3356
  radio: $radio,
3148
3357
  sidepanel: $sidepanel,
3149
3358
  tabs: $tabs,
3359
+ vertical-tabs: $vertical-tabs,
3150
3360
  tags: $tags,
3151
3361
  toggle: $toggle,
3152
3362
  tooltip: $tooltip
@@ -3374,7 +3584,8 @@ $fonts: (
3374
3584
  $letter-spacing: normal,
3375
3585
  $font-weight: normal,
3376
3586
  $font-family: null,
3377
- $text-transform: null
3587
+ $text-transform: null,
3588
+ $font-feature-settings: null
3378
3589
  ) {
3379
3590
  @return (
3380
3591
  font-size: $font-size,
@@ -3382,7 +3593,8 @@ $fonts: (
3382
3593
  font-weight: $font-weight,
3383
3594
  font-family: $font-family,
3384
3595
  letter-spacing: $letter-spacing,
3385
- text-transform: $text-transform
3596
+ text-transform: $text-transform,
3597
+ font-feature-settings: $font-feature-settings
3386
3598
  );
3387
3599
  }
3388
3600
 
@@ -3410,6 +3622,10 @@ $fonts: (
3410
3622
  @return _mc-get-type-value($config, $level, text-transform);
3411
3623
  }
3412
3624
 
3625
+ @function mc-font-feature-settings($config, $level) {
3626
+ @return _mc-get-type-value($config, $level, font-feature-settings);
3627
+ }
3628
+
3413
3629
  // Gets the font-family from a typography config and removes the quotes around it.
3414
3630
  @function mc-font-family($config, $level: null) {
3415
3631
  $font-family: map-get($config, font-family);
@@ -3428,10 +3644,12 @@ $fonts: (
3428
3644
  $line-height: mc-line-height($config, $level);
3429
3645
  $font-family: mc-font-family($config, $level);
3430
3646
  $text-transform: mc-text-transform($config, $level);
3647
+ $font-feature-settings: mc-font-feature-settings($config, $level);
3431
3648
 
3432
3649
  font: $font-weight #{$font-size}/#{$line-height} $font-family;
3433
3650
  letter-spacing: mc-letter-spacing($config, $level);
3434
3651
  text-transform: mc-text-transform($config, $level);
3652
+ font-feature-settings: mc-font-feature-settings($config, $level);
3435
3653
  }
3436
3654
 
3437
3655
  @mixin mc-base-typography($config) {
@@ -3463,6 +3681,10 @@ $fonts: (
3463
3681
  @include mc-typography-level-to-styles($config, body);
3464
3682
  }
3465
3683
 
3684
+ .mc-body_tabular {
3685
+ @include mc-typography-level-to-styles($config, body-tabular);
3686
+ }
3687
+
3466
3688
  .mc-body_strong {
3467
3689
  @include mc-typography-level-to-styles($config, body-strong);
3468
3690
  }
@@ -3479,6 +3701,10 @@ $fonts: (
3479
3701
  @include mc-typography-level-to-styles($config, caption);
3480
3702
  }
3481
3703
 
3704
+ .mc-caption_tabular {
3705
+ @include mc-typography-level-to-styles($config, caption-tabular);
3706
+ }
3707
+
3482
3708
  .mc-caption_caps {
3483
3709
  @include mc-typography-level-to-styles($config, caption-caps);
3484
3710
  }
@@ -3517,10 +3743,12 @@ $fonts: (
3517
3743
  body-strong: map-get($typography, body-strong),
3518
3744
  body-caps: map-get($typography, body-caps),
3519
3745
  body-mono: map-get($typography, body-mono),
3746
+ body-tabular: map-get($typography, body-tabular),
3520
3747
 
3521
3748
  caption: map-get($typography, caption),
3522
3749
  caption-caps: map-get($typography, caption-caps),
3523
3750
  caption-mono: map-get($typography, caption-mono),
3751
+ caption-tabular: map-get($typography, caption-tabular),
3524
3752
 
3525
3753
  small-text: map-get($typography, small-text),
3526
3754
  extra-small-text: map-get($typography, extra-small-text),
@@ -4270,6 +4498,46 @@ $mc-datepicker-today-fade-amount: 0.2;
4270
4498
 
4271
4499
 
4272
4500
 
4501
+ @mixin mc-dl-theme($theme) {
4502
+ $dl: map-get(map-get($theme, components), dl);
4503
+
4504
+ .mc-dt {
4505
+ color: map-get($dl, dt);
4506
+ }
4507
+
4508
+ .mc-dd {
4509
+ color: map-get($dl, dd);
4510
+ }
4511
+ }
4512
+
4513
+ @mixin mc-dl-typography($config) {
4514
+ .mc-dl {
4515
+ & .mc-dt {
4516
+ @include mc-typography-level-to-styles($config, $description-list-font-horizontal-dt);
4517
+ }
4518
+
4519
+ & .mc-dd {
4520
+ @include mc-typography-level-to-styles($config, $description-list-font-horizontal-dd);
4521
+ }
4522
+ }
4523
+
4524
+ .mc-dl.mc-dl_vertical {
4525
+ & .mc-dt {
4526
+ @include mc-typography-level-to-styles($config, $description-list-font-vertical-dt);
4527
+ }
4528
+
4529
+ & .mc-dd {
4530
+ @include mc-typography-level-to-styles($config, $description-list-font-vertical-dd);
4531
+ }
4532
+ }
4533
+
4534
+ }
4535
+
4536
+
4537
+
4538
+
4539
+
4540
+
4273
4541
  @mixin mc-dropdown-theme($theme) {
4274
4542
  $foreground: map-get($theme, foreground);
4275
4543
  $background: map-get($theme, background);
@@ -4389,12 +4657,12 @@ $mc-datepicker-today-fade-amount: 0.2;
4389
4657
  }
4390
4658
  }
4391
4659
 
4392
- & .mc-form-field__hint {
4660
+ & .mc-hint {
4393
4661
  color: mc-color($error);
4394
4662
  }
4395
4663
  }
4396
4664
 
4397
- &.mc-focused {
4665
+ &.cdk-focused {
4398
4666
  &:not(.ng-invalid) .mc-form-field__container {
4399
4667
  border-color: map-get(map-get($theme, states), focused-color);
4400
4668
  box-shadow: 0 0 0 1px map-get(map-get($theme, states), focused-color);
@@ -4424,6 +4692,32 @@ $mc-datepicker-today-fade-amount: 0.2;
4424
4692
  /* stylelint-enable no-descending-specificity */
4425
4693
  }
4426
4694
  }
4695
+
4696
+ .mc-password-hint {
4697
+ $password-hint: map-get(map-get($theme, components), form-field-password-hint);
4698
+
4699
+ color: map-get($password-hint, text-color);
4700
+
4701
+ & .mc-password-hint__icon {
4702
+ color: map-get($password-hint, icon-color);
4703
+ }
4704
+
4705
+ &.mc-password-hint_valid {
4706
+ color: map-get($password-hint, state-valid-text-color);
4707
+
4708
+ & .mc-password-hint__icon {
4709
+ color: map-get($password-hint, state-valid-icon-color);
4710
+ }
4711
+ }
4712
+
4713
+ &.mc-password-hint_invalid {
4714
+ color: map-get($password-hint, state-invalid-text-color);
4715
+
4716
+ & .mc-password-hint__icon {
4717
+ color: map-get($password-hint, state-invalid-icon-color);
4718
+ }
4719
+ }
4720
+ }
4427
4721
  }
4428
4722
 
4429
4723
  @mixin mc-form-field-typography($config) {
@@ -4446,6 +4740,7 @@ $mc-datepicker-today-fade-amount: 0.2;
4446
4740
 
4447
4741
  @mixin mc-input-theme($theme) {
4448
4742
  $foreground: map-get($theme, foreground);
4743
+ $background: map-get($theme, background);
4449
4744
 
4450
4745
  .mc-input {
4451
4746
  color: map-get($foreground, text);
@@ -4462,6 +4757,25 @@ $mc-datepicker-today-fade-amount: 0.2;
4462
4757
  color: map-get($foreground, text-disabled);
4463
4758
  }
4464
4759
  }
4760
+
4761
+ .mc-password-toggle {
4762
+ color: map-get($foreground, icon);
4763
+
4764
+ &:hover {
4765
+ color: map-get($foreground, text);
4766
+ }
4767
+
4768
+ &[disabled] {
4769
+ cursor: default;
4770
+
4771
+ color: map-get($foreground, text-disabled);
4772
+ }
4773
+
4774
+ &.cdk-keyboard-focused {
4775
+ border-color: map-get(map-get($theme, states), focused-color);
4776
+ box-shadow: 0 0 0 1px map-get(map-get($theme, states), focused-color);
4777
+ }
4778
+ }
4465
4779
  }
4466
4780
 
4467
4781
  @mixin mc-input-typography($config) {
@@ -4485,7 +4799,7 @@ $mc-datepicker-today-fade-amount: 0.2;
4485
4799
  text-decoration: none;
4486
4800
  cursor: pointer;
4487
4801
 
4488
- transition: $link-animation-transition;
4802
+ transition: color ease-out 300ms;
4489
4803
 
4490
4804
  &:focus {
4491
4805
  outline: none;
@@ -4494,7 +4808,7 @@ $mc-datepicker-today-fade-amount: 0.2;
4494
4808
  /* stylelint-disable no-descending-specificity */
4495
4809
  &:hover {
4496
4810
  color: map-get($link, state-hover-text);
4497
- transition: $link-animation-state-hover-transition;
4811
+ transition: color 0ms;
4498
4812
 
4499
4813
  &.mc-text-only,
4500
4814
  &.mc-text-with-icon .mc-link__text {
@@ -5204,6 +5518,7 @@ button {
5204
5518
  $states: map-get($theme, states);
5205
5519
 
5206
5520
  $tabs: map-get(map-get($theme, components), tabs);
5521
+ $vertical-tabs: map-get(map-get($theme, components), vertical-tabs);
5207
5522
 
5208
5523
  .mc-tab-group_vertical .mc-tab-header__content {
5209
5524
  border-right-color: map-get($foreground, divider);
@@ -5253,13 +5568,21 @@ button {
5253
5568
  border-bottom-color: transparent;
5254
5569
  }
5255
5570
 
5256
- &.mc-tab-label_empty .mc-tab-overlay{
5257
- background: map-get($tabs, state-disabled-overlay);
5571
+ &.mc-tab-label_empty {
5572
+ color: map-get($tabs, state-empty-text);
5573
+
5574
+ & .mc-icon {
5575
+ color: map-get($tabs, state-empty-icon);
5576
+ }
5258
5577
  }
5259
5578
 
5260
5579
  &:hover {
5261
- & .mc-tab-overlay {
5262
- background: map-get($background, overlay-hover);
5580
+ background: map-get($background, overlay-hover);
5581
+
5582
+ color: map-get($tabs, state-hover-text);
5583
+
5584
+ & .mc-icon {
5585
+ color: map-get($tabs, state-hover-icon);
5263
5586
  }
5264
5587
  }
5265
5588
 
@@ -5268,166 +5591,140 @@ button {
5268
5591
  color: map-get($tabs, border);
5269
5592
  bottom-color: transparent;
5270
5593
  }
5271
-
5272
- & .mc-tab-overlay {
5273
- background: transparent;
5274
- }
5275
5594
  }
5276
5595
 
5277
5596
  &[disabled] {
5278
5597
  cursor: default;
5279
5598
 
5280
- & .mc-tab-overlay {
5281
- background: map-get($tabs, state-disabled-overlay);
5599
+ color: map-get($tabs, state-disabled-text);
5600
+
5601
+ & .mc-icon {
5602
+ color: map-get($tabs, state-disabled-icon);
5282
5603
  }
5283
5604
  }
5284
5605
  }
5285
5606
 
5607
+ .mc-tab-link,
5286
5608
  .mc-tab-label_horizontal {
5287
- color: map-get($foreground, text);
5609
+ color: map-get($tabs, state-normal-text);
5288
5610
 
5289
- border-bottom-color: map-get($tabs, border);
5290
-
5291
- & .mc-tab-overlay {
5292
- background: transparent;
5611
+ & .mc-icon {
5612
+ color: map-get($tabs, state-normal-icon);
5293
5613
  }
5294
5614
 
5615
+ border-bottom-color: map-get($tabs, border);
5616
+
5295
5617
  &.cdk-keyboard-focused:after {
5296
5618
  border-color: map-get(map-get($theme, states), focused-color);
5297
5619
  border-bottom-color: transparent;
5298
5620
  }
5299
5621
 
5300
- &.mc-tab-label_empty .mc-tab-overlay{
5301
- background: map-get($tabs, state-disabled-overlay);
5302
- }
5303
-
5304
- &:hover {
5305
- &:before {
5306
- background-color: map-get($tabs, border);
5307
- }
5308
-
5309
- & .mc-tab-overlay {
5310
- background: map-get($background, overlay-hover);
5311
- }
5622
+ &.mc-tab-label_empty {
5623
+ color: map-get($tabs, state-empty-text);
5312
5624
 
5313
5625
  & .mc-icon {
5314
- color: map-get($foreground, text);
5626
+ color: map-get($tabs, state-empty-icon);
5315
5627
  }
5316
5628
  }
5317
5629
 
5318
5630
  &.mc-active {
5319
5631
  border-bottom-color: transparent;
5320
5632
 
5633
+ color: map-get($tabs, state-normal-text);
5634
+
5635
+ & .mc-icon {
5636
+ color: map-get($tabs, state-normal-icon);
5637
+ }
5638
+
5321
5639
  &:before {
5322
- background-color: map-get($tabs, state-active);
5640
+ background-color: map-get($tabs, state-active-marker);
5323
5641
  }
5642
+ }
5643
+
5644
+ &:hover {
5645
+ background: map-get($background, overlay-hover);
5646
+
5647
+ color: map-get($tabs, state-hover-text);
5324
5648
 
5325
- & .mc-tab-overlay {
5326
- background: transparent;
5649
+ & .mc-icon {
5650
+ color: map-get($tabs, state-hover-icon);
5327
5651
  }
5328
5652
  }
5329
5653
 
5330
5654
  &[disabled] {
5331
5655
  cursor: default;
5332
5656
 
5333
- & .mc-tab-overlay {
5334
- background: map-get($tabs, state-disabled-overlay);
5657
+ color: map-get($tabs, state-disabled-text);
5658
+
5659
+ &:before {
5660
+ opacity: map-get($tabs, state-disabled-marker-opacity);
5661
+ }
5662
+
5663
+ & .mc-icon {
5664
+ color: map-get($tabs, state-disabled-icon);
5335
5665
  }
5336
5666
  }
5337
5667
  }
5338
5668
 
5339
5669
  .mc-tab-label_vertical {
5340
- color: map-get($foreground, text);
5670
+ background: map-get($vertical-tabs, state-normal-background);
5671
+ color: map-get($tabs, state-normal-text);
5341
5672
 
5342
- & .mc-tab-overlay {
5343
- background: transparent;
5673
+ & .mc-icon {
5674
+ color: map-get($tabs, state-normal-icon);
5344
5675
  }
5345
5676
 
5346
5677
  &.cdk-keyboard-focused:after {
5347
5678
  border-color: map-get(map-get($theme, states), focused-color);
5348
5679
  }
5349
5680
 
5350
- &.mc-tab-label_empty .mc-tab-overlay{
5351
- background: map-get($tabs, state-disabled-overlay);
5681
+ &.mc-tab-label_empty {
5682
+ color: map-get($tabs, state-empty-text);
5683
+
5684
+ & .mc-icon {
5685
+ color: map-get($tabs, state-empty-icon);
5686
+ }
5352
5687
  }
5353
5688
 
5354
5689
  &:hover {
5355
- &:before {
5356
- background-color: map-get($tabs, border);
5357
- }
5690
+ background: map-get($vertical-tabs, state-hover-background);
5358
5691
 
5359
- & .mc-tab-overlay {
5360
- background: map-get($background, overlay-hover);
5361
- }
5692
+ color: map-get($tabs, state-hover-text);
5362
5693
 
5363
5694
  & .mc-icon {
5364
- color: map-get($foreground, text);
5695
+ color: map-get($tabs, state-hover-icon);
5365
5696
  }
5366
5697
  }
5367
5698
 
5368
5699
  &.mc-active {
5369
- border-bottom-color: transparent;
5700
+ color: map-get($tabs, state-normal-text);
5370
5701
  background: map-get($states, selected-color);
5371
5702
 
5372
- &:before {
5373
- background-color: map-get($tabs, state-active);
5703
+ & .mc-icon {
5704
+ color: map-get($tabs, state-normal-icon);
5374
5705
  }
5375
5706
 
5376
- & .mc-tab-overlay {
5377
- background: transparent;
5707
+ &:before {
5708
+ background-color: map-get($tabs, state-active-marker);
5378
5709
  }
5379
5710
 
5380
5711
  &:hover {
5381
- & .mc-tab-overlay {
5382
- background: map-get($background, overlay-hover);
5383
- }
5712
+ background: map-get($vertical-tabs, state-hover-selected-background);
5384
5713
 
5385
5714
  & .mc-icon {
5386
- color: map-get($foreground, text);
5715
+ color: map-get($tabs, state-hover-icon);
5387
5716
  }
5388
5717
  }
5389
5718
  }
5390
5719
 
5391
5720
  &[disabled] {
5392
5721
  cursor: default;
5393
- background: transparent;
5722
+ background: map-get($vertical-tabs, state-normal-background);
5394
5723
 
5395
- & .mc-tab-overlay {
5396
- background: map-get($tabs, state-disabled-overlay);
5397
- }
5398
- }
5399
- }
5400
-
5401
- .mc-tab-link {
5402
- &.mc-tab-label_empty .mc-tab-overlay{
5403
- background: map-get($tabs, state-disabled-overlay);
5404
- }
5405
-
5406
- &:hover {
5407
- &:before {
5408
- background-color: map-get($tabs, border);
5409
- }
5724
+ color: map-get($tabs, state-disabled-text);
5410
5725
 
5411
5726
  & .mc-icon {
5412
- color: map-get($foreground, text);
5413
- }
5414
- }
5415
-
5416
- &.mc-active {
5417
- border-bottom-color: transparent;
5418
-
5419
- &:before {
5420
- background-color: map-get($tabs, state-active);
5421
- }
5422
-
5423
- & .mc-tab-overlay {
5424
- background: transparent;
5425
- }
5426
- }
5427
-
5428
- &[disabled] {
5429
- & .mc-tab-overlay {
5430
- background: map-get($tabs, state-disabled-overlay);
5727
+ color: map-get($tabs, state-disabled-icon);
5431
5728
  }
5432
5729
  }
5433
5730
  }
@@ -6081,6 +6378,7 @@ button {
6081
6378
  @include mc-checkbox-typography($config);
6082
6379
  @include mc-datepicker-typography($config);
6083
6380
  @include mc-dropdown-typography($config);
6381
+ @include mc-dl-typography($config);
6084
6382
  @include mc-form-field-typography($config);
6085
6383
  @include mc-forms-typography($config);
6086
6384
  @include mc-input-typography($config);
@@ -6553,6 +6851,7 @@ button {
6553
6851
  @include mc-card-theme($theme);
6554
6852
  @include mc-checkbox-theme($theme);
6555
6853
  @include mc-datepicker-theme($theme);
6854
+ @include mc-dl-theme($theme);
6556
6855
  @include mc-divider-theme($theme);
6557
6856
  @include mc-dropdown-theme($theme);
6558
6857
  @include mc-form-field-theme($theme);