@ptsecurity/mosaic 13.2.0 → 13.4.0

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 (345) hide show
  1. package/_theming.scss +241 -64
  2. package/_visual.scss +437 -232
  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 +37 -37
  7. package/design-tokens/legacy-2017/tokens/components/autocomplete.json5 +2 -2
  8. package/design-tokens/legacy-2017/tokens/components/badge.json5 +69 -69
  9. package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -2
  10. package/design-tokens/legacy-2017/tokens/components/button.json5 +55 -56
  11. package/design-tokens/legacy-2017/tokens/components/card.json5 +25 -25
  12. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +13 -13
  13. package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +12 -12
  14. package/design-tokens/legacy-2017/tokens/components/dl.json5 +8 -8
  15. package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +5 -4
  16. package/design-tokens/legacy-2017/tokens/components/form-field.json5 +27 -26
  17. package/design-tokens/legacy-2017/tokens/components/forms.json5 +14 -14
  18. package/design-tokens/legacy-2017/tokens/components/icon.json5 +104 -0
  19. package/design-tokens/legacy-2017/tokens/components/input.json5 +2 -3
  20. package/design-tokens/legacy-2017/tokens/components/link.json5 +13 -19
  21. package/design-tokens/legacy-2017/tokens/components/list.json5 +3 -5
  22. package/design-tokens/legacy-2017/tokens/components/modal.json5 +17 -15
  23. package/design-tokens/legacy-2017/tokens/components/navbar.json5 +19 -18
  24. package/design-tokens/legacy-2017/tokens/components/option.json5 +2 -2
  25. package/design-tokens/legacy-2017/tokens/components/popover.json5 +23 -23
  26. package/design-tokens/legacy-2017/tokens/components/popup.json5 +8 -8
  27. package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +3 -3
  28. package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +1 -1
  29. package/design-tokens/legacy-2017/tokens/components/radio.json5 +12 -12
  30. package/design-tokens/legacy-2017/tokens/components/select.json5 +6 -7
  31. package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +7 -5
  32. package/design-tokens/legacy-2017/tokens/components/table.json5 +4 -4
  33. package/design-tokens/legacy-2017/tokens/components/tabs.json5 +32 -32
  34. package/design-tokens/legacy-2017/tokens/components/tags.json5 +56 -57
  35. package/design-tokens/legacy-2017/tokens/components/textarea.json5 +1 -1
  36. package/design-tokens/legacy-2017/tokens/components/timepicker.json5 +1 -1
  37. package/design-tokens/legacy-2017/tokens/components/toggle.json5 +18 -18
  38. package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +27 -27
  39. package/design-tokens/legacy-2017/tokens/components/tree.json5 +6 -3
  40. package/design-tokens/legacy-2017/tokens/properties/colors.json5 +39 -35
  41. package/design-tokens/legacy-2017/tokens/properties/globals.json5 +14 -14
  42. package/design-tokens/legacy-2017/tokens/properties/typography.json5 +70 -35
  43. package/design-tokens/legacy-2017/tokens.d.ts +220 -122
  44. package/design-tokens/pt-2022/tokens/components/alert.json5 +37 -37
  45. package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +2 -2
  46. package/design-tokens/pt-2022/tokens/components/badge.json5 +68 -68
  47. package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -2
  48. package/design-tokens/pt-2022/tokens/components/button.json5 +56 -57
  49. package/design-tokens/pt-2022/tokens/components/card.json5 +25 -25
  50. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +13 -13
  51. package/design-tokens/pt-2022/tokens/components/datepicker.json5 +12 -12
  52. package/design-tokens/pt-2022/tokens/components/dl.json5 +4 -4
  53. package/design-tokens/pt-2022/tokens/components/dropdown.json5 +5 -4
  54. package/design-tokens/pt-2022/tokens/components/form-field.json5 +26 -25
  55. package/design-tokens/pt-2022/tokens/components/forms.json5 +14 -14
  56. package/design-tokens/pt-2022/tokens/components/icon.json5 +104 -0
  57. package/design-tokens/pt-2022/tokens/components/input.json5 +2 -3
  58. package/design-tokens/pt-2022/tokens/components/link.json5 +17 -23
  59. package/design-tokens/pt-2022/tokens/components/list.json5 +2 -4
  60. package/design-tokens/pt-2022/tokens/components/modal.json5 +17 -15
  61. package/design-tokens/pt-2022/tokens/components/navbar.json5 +21 -20
  62. package/design-tokens/pt-2022/tokens/components/option.json5 +2 -2
  63. package/design-tokens/pt-2022/tokens/components/popover.json5 +26 -26
  64. package/design-tokens/pt-2022/tokens/components/popup.json5 +8 -8
  65. package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +2 -2
  66. package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +1 -1
  67. package/design-tokens/pt-2022/tokens/components/radio.json5 +12 -12
  68. package/design-tokens/pt-2022/tokens/components/select.json5 +6 -7
  69. package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +8 -6
  70. package/design-tokens/pt-2022/tokens/components/table.json5 +4 -4
  71. package/design-tokens/pt-2022/tokens/components/tabs.json5 +32 -32
  72. package/design-tokens/pt-2022/tokens/components/tags.json5 +56 -57
  73. package/design-tokens/pt-2022/tokens/components/textarea.json5 +1 -1
  74. package/design-tokens/pt-2022/tokens/components/timepicker.json5 +1 -1
  75. package/design-tokens/pt-2022/tokens/components/toggle.json5 +19 -19
  76. package/design-tokens/pt-2022/tokens/components/tooltip.json5 +29 -29
  77. package/design-tokens/pt-2022/tokens/components/tree.json5 +6 -3
  78. package/design-tokens/pt-2022/tokens/properties/colors.json5 +41 -37
  79. package/design-tokens/pt-2022/tokens/properties/globals.json5 +14 -14
  80. package/design-tokens/pt-2022/tokens/properties/palette.json5 +7 -0
  81. package/design-tokens/pt-2022/tokens/properties/typography.json5 +69 -34
  82. package/design-tokens/pt-2022/tokens.d.ts +508 -118
  83. package/dropdown/dropdown-trigger.directive.d.ts +4 -3
  84. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
  85. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  86. package/esm2020/autocomplete/autocomplete.component.mjs +5 -5
  87. package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
  88. package/esm2020/button/button.component.mjs +29 -21
  89. package/esm2020/button/button.module.mjs +4 -4
  90. package/esm2020/button-toggle/button-toggle.component.mjs +8 -8
  91. package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
  92. package/esm2020/card/card.component.mjs +3 -3
  93. package/esm2020/card/card.module.mjs +4 -4
  94. package/esm2020/checkbox/checkbox-module.mjs +4 -4
  95. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  96. package/esm2020/checkbox/checkbox.mjs +3 -3
  97. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  98. package/esm2020/core/error/error-options.mjs +6 -6
  99. package/esm2020/core/formatters/date/formatter.mjs +3 -3
  100. package/esm2020/core/formatters/index.mjs +4 -4
  101. package/esm2020/core/formatters/number/formatter.mjs +4 -4
  102. package/esm2020/core/forms/forms-module.mjs +4 -4
  103. package/esm2020/core/forms/forms.directive.mjs +6 -6
  104. package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
  105. package/esm2020/core/highlight/index.mjs +4 -4
  106. package/esm2020/core/line/line.mjs +7 -7
  107. package/esm2020/core/option/action.mjs +3 -3
  108. package/esm2020/core/option/optgroup.mjs +3 -3
  109. package/esm2020/core/option/option-module.mjs +4 -4
  110. package/esm2020/core/option/option.mjs +10 -7
  111. package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
  112. package/esm2020/core/pop-up/pop-up.mjs +3 -3
  113. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  114. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  115. package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
  116. package/esm2020/core/validation/validation.mjs +10 -5
  117. package/esm2020/datepicker/calendar-body.component.mjs +3 -3
  118. package/esm2020/datepicker/calendar.component.mjs +6 -6
  119. package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
  120. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  121. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  122. package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
  123. package/esm2020/datepicker/datepicker.component.mjs +6 -6
  124. package/esm2020/datepicker/month-view.component.mjs +3 -3
  125. package/esm2020/datepicker/multi-year-view.component.mjs +3 -3
  126. package/esm2020/datepicker/year-view.component.mjs +3 -3
  127. package/esm2020/design-tokens/legacy-2017/tokens.mjs +221 -123
  128. package/esm2020/design-tokens/pt-2022/tokens.mjs +243 -138
  129. package/esm2020/divider/divider.component.mjs +3 -3
  130. package/esm2020/divider/divider.module.mjs +4 -4
  131. package/esm2020/dl/dl.component.mjs +9 -9
  132. package/esm2020/dl/dl.module.mjs +4 -4
  133. package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
  134. package/esm2020/dropdown/dropdown-item.component.mjs +5 -5
  135. package/esm2020/dropdown/dropdown-trigger.directive.mjs +11 -7
  136. package/esm2020/dropdown/dropdown.component.mjs +6 -6
  137. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  138. package/esm2020/form-field/cleaner.mjs +3 -3
  139. package/esm2020/form-field/form-field.mjs +7 -7
  140. package/esm2020/form-field/form-field.module.mjs +4 -4
  141. package/esm2020/form-field/hint.mjs +3 -3
  142. package/esm2020/form-field/password-hint.mjs +34 -15
  143. package/esm2020/form-field/prefix.mjs +3 -3
  144. package/esm2020/form-field/stepper.mjs +3 -3
  145. package/esm2020/form-field/suffix.mjs +3 -3
  146. package/esm2020/icon/icon.component.mjs +6 -6
  147. package/esm2020/icon/icon.module.mjs +4 -4
  148. package/esm2020/input/input-number-validators.mjs +6 -6
  149. package/esm2020/input/input-number.mjs +3 -3
  150. package/esm2020/input/input-password.mjs +12 -11
  151. package/esm2020/input/input.mjs +12 -11
  152. package/esm2020/input/input.module.mjs +4 -4
  153. package/esm2020/link/link.component.mjs +3 -3
  154. package/esm2020/link/link.module.mjs +4 -4
  155. package/esm2020/list/list-selection.component.mjs +11 -11
  156. package/esm2020/list/list.component.mjs +7 -7
  157. package/esm2020/list/list.module.mjs +4 -4
  158. package/esm2020/modal/css-unit.pipe.mjs +3 -3
  159. package/esm2020/modal/modal-control.service.mjs +3 -3
  160. package/esm2020/modal/modal.component.mjs +4 -4
  161. package/esm2020/modal/modal.directive.mjs +12 -12
  162. package/esm2020/modal/modal.module.mjs +4 -4
  163. package/esm2020/modal/modal.service.mjs +3 -3
  164. package/esm2020/navbar/navbar-item.component.mjs +81 -82
  165. package/esm2020/navbar/navbar.component.mjs +10 -10
  166. package/esm2020/navbar/navbar.module.mjs +4 -4
  167. package/esm2020/navbar/vertical-navbar.animation.mjs +3 -3
  168. package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
  169. package/esm2020/popover/popover-confirm.component.mjs +8 -8
  170. package/esm2020/popover/popover.component.mjs +8 -8
  171. package/esm2020/popover/popover.module.mjs +4 -4
  172. package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
  173. package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
  174. package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
  175. package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
  176. package/esm2020/radio/radio.component.mjs +6 -6
  177. package/esm2020/radio/radio.module.mjs +4 -4
  178. package/esm2020/select/public-api.mjs +2 -1
  179. package/esm2020/select/select-option.directive.mjs +65 -0
  180. package/esm2020/select/select.component.mjs +16 -16
  181. package/esm2020/select/select.module.mjs +19 -10
  182. package/esm2020/sidebar/sidebar.component.mjs +9 -9
  183. package/esm2020/sidebar/sidebar.module.mjs +4 -4
  184. package/esm2020/sidepanel/sidepanel-container.component.mjs +5 -5
  185. package/esm2020/sidepanel/sidepanel-directives.mjs +15 -15
  186. package/esm2020/sidepanel/sidepanel.module.mjs +4 -4
  187. package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
  188. package/esm2020/splitter/splitter.component.mjs +12 -12
  189. package/esm2020/splitter/splitter.module.mjs +4 -4
  190. package/esm2020/table/table.component.mjs +3 -3
  191. package/esm2020/table/table.module.mjs +4 -4
  192. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  193. package/esm2020/tabs/tab-body.component.mjs +6 -6
  194. package/esm2020/tabs/tab-content.directive.mjs +3 -3
  195. package/esm2020/tabs/tab-group.component.mjs +19 -19
  196. package/esm2020/tabs/tab-header.component.mjs +4 -4
  197. package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
  198. package/esm2020/tabs/tab-label.directive.mjs +3 -3
  199. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +6 -6
  200. package/esm2020/tabs/tab.component.mjs +3 -3
  201. package/esm2020/tabs/tabs.module.mjs +4 -4
  202. package/esm2020/tags/tag-input.mjs +3 -3
  203. package/esm2020/tags/tag-list.component.mjs +6 -6
  204. package/esm2020/tags/tag.component.mjs +67 -69
  205. package/esm2020/tags/tag.module.mjs +4 -4
  206. package/esm2020/textarea/textarea.component.mjs +9 -8
  207. package/esm2020/textarea/textarea.module.mjs +4 -4
  208. package/esm2020/timepicker/timepicker.directive.mjs +3 -3
  209. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  210. package/esm2020/toggle/toggle.component.mjs +3 -3
  211. package/esm2020/toggle/toggle.module.mjs +4 -4
  212. package/esm2020/tooltip/tooltip.component.mjs +15 -14
  213. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  214. package/esm2020/tree/node.mjs +3 -3
  215. package/esm2020/tree/outlet.mjs +3 -3
  216. package/esm2020/tree/padding.directive.mjs +3 -3
  217. package/esm2020/tree/toggle.mjs +10 -10
  218. package/esm2020/tree/tree-base.mjs +6 -6
  219. package/esm2020/tree/tree-option.component.mjs +5 -5
  220. package/esm2020/tree/tree-selection.component.mjs +8 -6
  221. package/esm2020/tree/tree.mjs +3 -3
  222. package/esm2020/tree/tree.module.mjs +4 -4
  223. package/esm2020/tree-select/tree-select.component.mjs +14 -14
  224. package/esm2020/tree-select/tree-select.module.mjs +4 -4
  225. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +15 -15
  226. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
  227. package/fesm2015/ptsecurity-mosaic-button.mjs +32 -24
  228. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  229. package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
  230. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
  231. package/fesm2015/ptsecurity-mosaic-core.mjs +89 -81
  232. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  233. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
  234. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +572 -271
  235. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  236. package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
  237. package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
  238. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +25 -21
  239. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  240. package/fesm2015/ptsecurity-mosaic-form-field.mjs +60 -38
  241. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  242. package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
  243. package/fesm2015/ptsecurity-mosaic-input.mjs +33 -31
  244. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  245. package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
  246. package/fesm2015/ptsecurity-mosaic-list.mjs +21 -21
  247. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  248. package/fesm2015/ptsecurity-mosaic-modal.mjs +29 -29
  249. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  250. package/fesm2015/ptsecurity-mosaic-navbar.mjs +100 -101
  251. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  252. package/fesm2015/ptsecurity-mosaic-popover.mjs +18 -18
  253. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  254. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
  255. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  256. package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
  257. package/fesm2015/ptsecurity-mosaic-select.mjs +99 -33
  258. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  259. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  260. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +26 -26
  261. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  262. package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
  263. package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
  264. package/fesm2015/ptsecurity-mosaic-tabs.mjs +54 -54
  265. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  266. package/fesm2015/ptsecurity-mosaic-tags.mjs +81 -83
  267. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  268. package/fesm2015/ptsecurity-mosaic-textarea.mjs +11 -10
  269. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  270. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
  271. package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
  272. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +18 -17
  273. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  274. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +17 -17
  275. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  276. package/fesm2015/ptsecurity-mosaic-tree.mjs +44 -42
  277. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  278. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +15 -15
  279. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
  280. package/fesm2020/ptsecurity-mosaic-button.mjs +32 -24
  281. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  282. package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
  283. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
  284. package/fesm2020/ptsecurity-mosaic-core.mjs +89 -81
  285. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  286. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
  287. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +572 -271
  288. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  289. package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
  290. package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
  291. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +25 -21
  292. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  293. package/fesm2020/ptsecurity-mosaic-form-field.mjs +57 -38
  294. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  295. package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
  296. package/fesm2020/ptsecurity-mosaic-input.mjs +33 -31
  297. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  298. package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
  299. package/fesm2020/ptsecurity-mosaic-list.mjs +21 -21
  300. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  301. package/fesm2020/ptsecurity-mosaic-modal.mjs +29 -29
  302. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  303. package/fesm2020/ptsecurity-mosaic-navbar.mjs +100 -101
  304. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  305. package/fesm2020/ptsecurity-mosaic-popover.mjs +18 -18
  306. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  307. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
  308. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  309. package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
  310. package/fesm2020/ptsecurity-mosaic-select.mjs +96 -32
  311. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  312. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  313. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +26 -26
  314. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  315. package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
  316. package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
  317. package/fesm2020/ptsecurity-mosaic-tabs.mjs +54 -54
  318. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  319. package/fesm2020/ptsecurity-mosaic-tags.mjs +79 -81
  320. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  321. package/fesm2020/ptsecurity-mosaic-textarea.mjs +11 -10
  322. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  323. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
  324. package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
  325. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +18 -17
  326. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  327. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +17 -17
  328. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  329. package/fesm2020/ptsecurity-mosaic-tree.mjs +44 -42
  330. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  331. package/form-field/password-hint.d.ts +3 -1
  332. package/input/input-password.d.ts +4 -3
  333. package/input/input.d.ts +4 -3
  334. package/list/list-selection.component.d.ts +1 -1
  335. package/navbar/navbar-item.component.d.ts +18 -18
  336. package/package.json +4 -4
  337. package/prebuilt-themes/dark-theme.css +1 -1
  338. package/prebuilt-themes/default-theme.css +1 -1
  339. package/prebuilt-visual/default-visual.css +1 -1
  340. package/select/public-api.d.ts +1 -0
  341. package/select/select-option.directive.d.ts +20 -0
  342. package/select/select.module.d.ts +9 -7
  343. package/tags/tag.component.d.ts +21 -21
  344. package/textarea/textarea.component.d.ts +4 -3
  345. package/toggle/README.md +0 -0
@@ -13,6 +13,7 @@
13
13
  "700": { value: '#023c7f' },
14
14
  "800": { value: '#193060' },
15
15
  "900": { value: '#00224f' },
16
+ "1000": { value: '#001a40' },
16
17
  "A100": { value: 'rgba(3, 116, 235, 0.15)' },
17
18
  "A200": { value: 'rgba(3, 116, 235, 0.3)' },
18
19
  "contrast": {
@@ -44,6 +45,7 @@
44
45
  "700": { value: '#004823' },
45
46
  "800": { value: '#103920' },
46
47
  "900": { value: '#002a12' },
48
+ "1000": { value: '#00210c' },
47
49
  "A100": { value: 'rgba(2, 139, 73, 0.15)' },
48
50
  "contrast": {
49
51
  "40": { value: '#4D4D4D' },
@@ -73,6 +75,7 @@
73
75
  "700": { value: '#800025' },
74
76
  "800": { value: '#621420' },
75
77
  "900": { value: '#500013' },
78
+ "1000": { value: '#41000b' },
76
79
  "A100": { value: 'rgba(219, 60, 85, 0.15)' },
77
80
 
78
81
  "contrast": {
@@ -103,6 +106,7 @@
103
106
  "700": { value: '#333f4a' },
104
107
  "800": { value: '#27333e' },
105
108
  "900": { value: '#19252f' },
109
+ "1000": { value: '#151e25' },
106
110
  "A40": { value: 'rgba(25, 37, 47, 0.04)' },
107
111
  "A60": { value: 'rgba(25, 37, 47, 0.06)' },
108
112
  "A100": { value: 'rgba(25, 37, 47, 0.1)' },
@@ -137,6 +141,7 @@
137
141
  "700": { value: '#543803' },
138
142
  "800": { value: '#3e3015' },
139
143
  "900": { value: '#312001' },
144
+ "1000": { value: '#1f1500' },
140
145
  "A100": { value: 'rgba(255, 159, 18, 0.15)' },
141
146
 
142
147
  "contrast": {
@@ -167,6 +172,7 @@
167
172
  "700": { value: '#084453' },
168
173
  "800": { value: '#143641' },
169
174
  "900": { value: '#022731' },
175
+ "1000": { value: '#001f28' },
170
176
  "contrast": {
171
177
  "40": { value: '#4D4D4D' },
172
178
  "60": { value: '#4D4D4D' },
@@ -196,6 +202,7 @@
196
202
  "700": { value: '#612853' },
197
203
  "800": { value: '#48273f' },
198
204
  "900": { value: '#36172e' },
205
+ "1000": { value: '#23001b' },
199
206
  "contrast": {
200
207
  "40": { value: '#4D4D4D' },
201
208
  "60": { value: '#4D4D4D' },
@@ -5,136 +5,171 @@
5
5
  "line-height": { value: '76px' },
6
6
  "letter-spacing": { value: 'normal' },
7
7
  "font-weight": { value: 'normal' },
8
- "font-family": { value: '{font.family.accent.value}' },
9
- "text-transform": { value: 'null' }
8
+ "font-family": { value: '{font.family.accent}' },
9
+ "text-transform": { value: 'null' },
10
+ "font-feature-settings": { value: 'null' }
10
11
  },
11
12
  "display-2": {
12
13
  "font-size": { value: '45px' },
13
14
  "line-height": { value: '56px' },
14
15
  "letter-spacing": { value: 'normal' },
15
16
  "font-weight": { value: 'normal' },
16
- "font-family": { value: '{font.family.accent.value}' },
17
- "text-transform": { value: 'null' }
17
+ "font-family": { value: '{font.family.accent}' },
18
+ "text-transform": { value: 'null' },
19
+ "font-feature-settings": { value: 'null' }
18
20
  },
19
21
  "display-3": {
20
22
  "font-size": { value: '34px' },
21
23
  "line-height": { value: '44px' },
22
24
  "letter-spacing": { value: 'normal' },
23
25
  "font-weight": { value: 'normal' },
24
- "font-family": { value: '{font.family.accent.value}' },
25
- "text-transform": { value: 'null' }
26
+ "font-family": { value: '{font.family.accent}' },
27
+ "text-transform": { value: 'null' },
28
+ "font-feature-settings": { value: 'null' }
26
29
  },
27
30
  "headline": {
28
31
  "font-size": { value: '24px' },
29
32
  "line-height": { value: '32px' },
30
33
  "letter-spacing": { value: 'normal' },
31
34
  "font-weight": { value: 'normal' },
32
- "font-family": { value: '{font.family.accent.value}' },
33
- "text-transform": { value: 'null' }
35
+ "font-family": { value: '{font.family.accent}' },
36
+ "text-transform": { value: 'null' },
37
+ "font-feature-settings": { value: 'null' }
34
38
  },
35
39
  "title": {
36
40
  "font-size": { value: '20px' },
37
41
  "line-height": { value: '28px' },
38
42
  "letter-spacing": { value: 'normal' },
39
43
  "font-weight": { value: '600' },
40
- "font-family": { value: '{font.family.accent.value}' },
41
- "text-transform": { value: 'null' }
44
+ "font-family": { value: '{font.family.accent}' },
45
+ "text-transform": { value: 'null' },
46
+ "font-feature-settings": { value: 'null' }
42
47
  },
43
48
  "subheading": {
44
49
  "font-size": { value: '15px' },
45
50
  "line-height": { value: '20px' },
46
51
  "letter-spacing": { value: '-0.009em' },
47
52
  "font-weight": { value: '600' },
48
- "font-family": { value: '{font.family.base.value}' },
49
- "text-transform": { value: 'null' }
53
+ "font-family": { value: '{font.family.base}' },
54
+ "text-transform": { value: 'null' },
55
+ "font-feature-settings": { value: '"ss01" on, "ss04" on' }
50
56
  },
51
57
  "body": {
52
58
  "font-size": { value: '15px' },
53
59
  "line-height": { value: '20px' },
54
60
  "letter-spacing": { value: '-0.009em' },
55
61
  "font-weight": { value: 'normal' },
56
- "font-family": { value: '{font.family.base.value}' },
57
- "text-transform": { value: 'null' }
62
+ "font-family": { value: '{font.family.base}' },
63
+ "text-transform": { value: 'null' },
64
+ "font-feature-settings": { value: '"ss01" on, "ss04" on' }
65
+ },
66
+ "body-tabular": {
67
+ "font-size": { value: '15px' },
68
+ "line-height": { value: '20px' },
69
+ "letter-spacing": { value: '-0.009em' },
70
+ "font-weight": { value: 'normal' },
71
+ "font-family": { value: '{font.family.base}' },
72
+ "text-transform": { value: 'null' },
73
+ "font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
58
74
  },
59
75
  "body-strong": {
60
76
  "font-size": { value: '15px' },
61
77
  "line-height": { value: '20px' },
62
78
  "letter-spacing": { value: '-0.009em' },
63
79
  "font-weight": { value: '500' },
64
- "font-family": { value: '{font.family.base.value}' },
65
- "text-transform": { value: 'null' }
80
+ "font-family": { value: '{font.family.base}' },
81
+ "text-transform": { value: 'null' },
82
+ "font-feature-settings": { value: '"ss01" on, "ss04" on' }
66
83
  },
67
84
  "body-caps": {
68
85
  "font-size": { value: '15px' },
69
86
  "line-height": { value: '20px' },
70
87
  "letter-spacing": { value: '1.7px' },
71
88
  "font-weight": { value: 'normal' },
72
- "font-family": { value: '{font.family.base.value}' },
73
- "text-transform": { value: 'uppercase' }
89
+ "font-family": { value: '{font.family.base}' },
90
+ "text-transform": { value: 'uppercase' },
91
+ "font-feature-settings": { value: '"ss01" on, "ss04" on' }
74
92
  },
75
93
  "body-mono": {
76
94
  "font-size": { value: '15px' },
77
95
  "line-height": { value: '20px' },
78
96
  "letter-spacing": { value: 'normal' },
79
97
  "font-weight": { value: 'normal' },
80
- "font-family": { value: '{font.family.monospace.value}' },
81
- "text-transform": { value: 'null' }
98
+ "font-family": { value: '{font.family.monospace}' },
99
+ "text-transform": { value: 'null' },
100
+ "font-feature-settings": { value: 'null' }
82
101
  },
83
102
  "caption": {
84
103
  "font-size": { value: '13px' },
85
104
  "line-height": { value: '16px' },
86
105
  "letter-spacing": { value: '-0.0025em' },
87
106
  "font-weight": { value: 'normal' },
88
- "font-family": { value: '{font.family.base.value}' },
89
- "text-transform": { value: 'null' }
107
+ "font-family": { value: '{font.family.base}' },
108
+ "text-transform": { value: 'null' },
109
+ "font-feature-settings": { value: '"ss01" on, "ss04" on' }
110
+ },
111
+ "caption-tabular": {
112
+ "font-size": { value: '13px' },
113
+ "line-height": { value: '16px' },
114
+ "letter-spacing": { value: '-0.0025em' },
115
+ "font-weight": { value: 'normal' },
116
+ "font-family": { value: '{font.family.base}' },
117
+ "text-transform": { value: 'null' },
118
+ "font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
90
119
  },
91
120
  "caption-caps": {
92
121
  "font-size": { value: '13px' },
93
122
  "line-height": { value: '16px' },
94
123
  "letter-spacing": { value: '1.5px' },
95
124
  "font-weight": { value: 'normal' },
96
- "font-family": { value: '{font.family.base.value}' },
97
- "text-transform": { value: 'uppercase' }
125
+ "font-family": { value: '{font.family.base}' },
126
+ "text-transform": { value: 'uppercase' },
127
+ "font-feature-settings": { value: '"ss01" on, "ss04" on' }
98
128
  },
99
129
  "caption-mono": {
100
130
  "font-size": { value: '13px' },
101
131
  "line-height": { value: '16px' },
102
132
  "letter-spacing": { value: 'normal' },
103
133
  "font-weight": { value: 'normal' },
104
- "font-family": { value: '{font.family.monospace.value}' },
105
- "text-transform": { value: 'null' }
134
+ "font-family": { value: '{font.family.monospace}' },
135
+ "text-transform": { value: 'null' },
136
+ "font-feature-settings": { value: 'null' }
106
137
  },
107
138
  "small-text": {
108
139
  "font-size": { value: '13px' },
109
140
  "line-height": { value: '16px' },
110
141
  "letter-spacing": { value: '-0.0025em' },
111
142
  "font-weight": { value: 'normal' },
112
- "font-family": { value: '{font.family.base.value}' },
113
- "text-transform": { value: 'null' }
143
+ "font-family": { value: '{font.family.base}' },
144
+ "text-transform": { value: 'null' },
145
+ "font-feature-settings": { value: '"ss01" on, "ss04" on' }
114
146
  },
115
147
  "extra-small-text": {
116
148
  "font-size": { value: '11px' },
117
149
  "line-height": { value: '16px' },
118
150
  "letter-spacing": { value: '0.005em' },
119
151
  "font-weight": { value: 'normal' },
120
- "font-family": { value: '{font.family.base.value}' },
121
- "text-transform": { value: 'null' }
152
+ "font-family": { value: '{font.family.base}' },
153
+ "text-transform": { value: 'null' },
154
+ "font-feature-settings": { value: '"ss01" on, "ss04" on' }
122
155
  },
123
156
  "extra-small-text-caps": {
124
157
  "font-size": { value: '11px' },
125
158
  "line-height": { value: '16px' },
126
159
  "letter-spacing": { value: '1px' },
127
160
  "font-weight": { value: 'normal' },
128
- "font-family": { value: '{font.family.base.value}' },
129
- "text-transform": { value: 'uppercase' }
161
+ "font-family": { value: '{font.family.base}' },
162
+ "text-transform": { value: 'uppercase' },
163
+ "font-feature-settings": { value: '"ss01" on, "ss04" on' }
130
164
  },
131
165
  "extra-small-text-mono": {
132
166
  "font-size": { value: '11px' },
133
167
  "line-height": { value: '16px' },
134
168
  "letter-spacing": { value: '0px' },
135
169
  "font-weight": { value: 'normal' },
136
- "font-family": { value: '{font.family.monospace.value}' },
137
- "text-transform": { value: 'null' }
170
+ "font-family": { value: '{font.family.monospace}' },
171
+ "text-transform": { value: 'null' },
172
+ "font-feature-settings": { value: 'null' }
138
173
  }
139
174
  }
140
175
  }