@ptsecurity/mosaic 13.9.0 → 14.0.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 (522) hide show
  1. package/_theming.scss +90 -7366
  2. package/_visual.scss +6 -2761
  3. package/autocomplete/autocomplete-origin.directive.d.ts +1 -1
  4. package/autocomplete/autocomplete-trigger.directive.d.ts +1 -1
  5. package/autocomplete/autocomplete.component.d.ts +1 -1
  6. package/button/button.component.d.ts +4 -4
  7. package/button-toggle/button-toggle.component.d.ts +2 -2
  8. package/card/card.component.d.ts +3 -3
  9. package/checkbox/checkbox-required-validator.d.ts +1 -1
  10. package/checkbox/checkbox.d.ts +3 -3
  11. package/core/common-behaviors/color.d.ts +4 -1
  12. package/core/common-behaviors/error-state.d.ts +7 -4
  13. package/core/error/error-options.d.ts +3 -3
  14. package/core/formatters/date/formatter.d.ts +6 -2
  15. package/core/formatters/number/formatter.d.ts +1 -1
  16. package/core/forms/forms.directive.d.ts +2 -2
  17. package/core/highlight/highlight.pipe.d.ts +1 -1
  18. package/core/line/line.d.ts +1 -1
  19. package/core/option/action.d.ts +2 -2
  20. package/core/option/optgroup.d.ts +2 -2
  21. package/core/option/option.d.ts +1 -1
  22. package/core/pop-up/pop-up-trigger.d.ts +2 -3
  23. package/core/pop-up/pop-up.d.ts +2 -2
  24. package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +3 -3
  25. package/datepicker/calendar-body.component.d.ts +1 -1
  26. package/datepicker/calendar.component.d.ts +30 -30
  27. package/datepicker/datepicker-input.directive.d.ts +2 -2
  28. package/datepicker/datepicker-toggle.component.d.ts +2 -2
  29. package/datepicker/datepicker.component.d.ts +2 -2
  30. package/datepicker/month-view.component.d.ts +1 -1
  31. package/datepicker/multi-year-view.component.d.ts +1 -1
  32. package/datepicker/year-view.component.d.ts +1 -1
  33. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +16 -15
  34. package/design-tokens/legacy-2017/tokens/components/form-field.json5 +2 -2
  35. package/design-tokens/legacy-2017/tokens/components/forms.json5 +0 -4
  36. package/design-tokens/legacy-2017/tokens/components/popover.json5 +1 -0
  37. package/design-tokens/legacy-2017/tokens/components/radio.json5 +1 -0
  38. package/design-tokens/legacy-2017/tokens/components/timezone.json5 +22 -0
  39. package/design-tokens/legacy-2017/tokens/properties/typography.json5 +42 -33
  40. package/design-tokens/legacy-2017/tokens.d.ts +55 -37
  41. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +17 -16
  42. package/design-tokens/pt-2022/tokens/components/form-field.json5 +2 -2
  43. package/design-tokens/pt-2022/tokens/components/forms.json5 +0 -4
  44. package/design-tokens/pt-2022/tokens/components/link.json5 +2 -2
  45. package/design-tokens/pt-2022/tokens/components/popover.json5 +7 -6
  46. package/design-tokens/pt-2022/tokens/components/timezone.json5 +22 -0
  47. package/design-tokens/pt-2022/tokens/properties/typography.json5 +33 -24
  48. package/design-tokens/pt-2022/tokens.d.ts +47 -30
  49. package/design-tokens/style-dictionary/transforms/attribute/palette.js +1 -1
  50. package/design-tokens/style-dictionary/transforms/attribute/size.js +1 -1
  51. package/design-tokens/style-dictionary/transforms/attribute/typography.js +1 -1
  52. package/divider/divider.component.d.ts +1 -1
  53. package/dl/dl.component.d.ts +3 -3
  54. package/dropdown/dropdown-content.directive.d.ts +1 -1
  55. package/dropdown/dropdown-item.component.d.ts +1 -1
  56. package/dropdown/dropdown-trigger.directive.d.ts +1 -1
  57. package/dropdown/dropdown.component.d.ts +1 -1
  58. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +4 -4
  59. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +7 -7
  60. package/esm2020/autocomplete/autocomplete.component.mjs +6 -7
  61. package/esm2020/autocomplete/autocomplete.module.mjs +5 -5
  62. package/esm2020/button/button.component.mjs +13 -13
  63. package/esm2020/button/button.module.mjs +7 -9
  64. package/esm2020/button-toggle/button-toggle.component.mjs +9 -9
  65. package/esm2020/button-toggle/button-toggle.module.mjs +5 -5
  66. package/esm2020/card/card.component.mjs +10 -10
  67. package/esm2020/card/card.module.mjs +7 -9
  68. package/esm2020/checkbox/checkbox-module.mjs +5 -5
  69. package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
  70. package/esm2020/checkbox/checkbox.mjs +8 -9
  71. package/esm2020/core/common-behaviors/color.mjs +6 -3
  72. package/esm2020/core/common-behaviors/common-module.mjs +5 -5
  73. package/esm2020/core/common-behaviors/disabled.mjs +1 -1
  74. package/esm2020/core/common-behaviors/error-state.mjs +1 -11
  75. package/esm2020/core/error/error-options.mjs +7 -7
  76. package/esm2020/core/formatters/date/formatter.mjs +10 -6
  77. package/esm2020/core/formatters/index.mjs +5 -5
  78. package/esm2020/core/formatters/number/formatter.mjs +5 -5
  79. package/esm2020/core/forms/forms-module.mjs +5 -5
  80. package/esm2020/core/forms/forms.directive.mjs +7 -7
  81. package/esm2020/core/highlight/highlight.pipe.mjs +4 -4
  82. package/esm2020/core/highlight/index.mjs +5 -5
  83. package/esm2020/core/line/line.mjs +8 -8
  84. package/esm2020/core/option/action.mjs +7 -7
  85. package/esm2020/core/option/optgroup.mjs +6 -6
  86. package/esm2020/core/option/option-module.mjs +6 -6
  87. package/esm2020/core/option/option.mjs +7 -7
  88. package/esm2020/core/pop-up/pop-up-trigger.mjs +4 -4
  89. package/esm2020/core/pop-up/pop-up.mjs +4 -4
  90. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +7 -8
  91. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +5 -5
  92. package/esm2020/core/services/measure-scrollbar.service.mjs +4 -4
  93. package/esm2020/datepicker/calendar-body.component.mjs +5 -5
  94. package/esm2020/datepicker/calendar.component.mjs +126 -129
  95. package/esm2020/datepicker/datepicker-input.directive.mjs +8 -9
  96. package/esm2020/datepicker/datepicker-intl.mjs +4 -4
  97. package/esm2020/datepicker/datepicker-module.mjs +11 -17
  98. package/esm2020/datepicker/datepicker-toggle.component.mjs +11 -11
  99. package/esm2020/datepicker/datepicker.component.mjs +10 -10
  100. package/esm2020/datepicker/month-view.component.mjs +6 -6
  101. package/esm2020/datepicker/multi-year-view.component.mjs +4 -4
  102. package/esm2020/datepicker/year-view.component.mjs +4 -4
  103. package/esm2020/design-tokens/legacy-2017/tokens.mjs +56 -38
  104. package/esm2020/design-tokens/pt-2022/tokens.mjs +48 -31
  105. package/esm2020/divider/divider.component.mjs +5 -5
  106. package/esm2020/divider/divider.module.mjs +5 -5
  107. package/esm2020/dl/dl.component.mjs +12 -12
  108. package/esm2020/dl/dl.module.mjs +7 -9
  109. package/esm2020/dropdown/dropdown-content.directive.mjs +4 -4
  110. package/esm2020/dropdown/dropdown-item.component.mjs +7 -7
  111. package/esm2020/dropdown/dropdown-trigger.directive.mjs +4 -4
  112. package/esm2020/dropdown/dropdown.component.mjs +6 -6
  113. package/esm2020/dropdown/dropdown.module.mjs +7 -9
  114. package/esm2020/form-field/cleaner.mjs +4 -4
  115. package/esm2020/form-field/form-field.mjs +24 -21
  116. package/esm2020/form-field/form-field.module.mjs +5 -5
  117. package/esm2020/form-field/hint.mjs +6 -7
  118. package/esm2020/form-field/password-hint.mjs +11 -12
  119. package/esm2020/form-field/prefix.mjs +4 -4
  120. package/esm2020/form-field/stepper.mjs +4 -4
  121. package/esm2020/form-field/suffix.mjs +4 -4
  122. package/esm2020/icon/icon.component.mjs +10 -11
  123. package/esm2020/icon/icon.module.mjs +7 -9
  124. package/esm2020/input/input-number-validators.mjs +7 -7
  125. package/esm2020/input/input-number.mjs +4 -4
  126. package/esm2020/input/input-password.mjs +11 -11
  127. package/esm2020/input/input.mjs +13 -7
  128. package/esm2020/input/input.module.mjs +8 -10
  129. package/esm2020/link/link.component.mjs +4 -4
  130. package/esm2020/link/link.module.mjs +6 -8
  131. package/esm2020/list/list-selection.component.mjs +230 -220
  132. package/esm2020/list/list.component.mjs +8 -8
  133. package/esm2020/list/list.module.mjs +9 -11
  134. package/esm2020/loader-overlay/loader-overlay.component.mjs +16 -16
  135. package/esm2020/loader-overlay/loader-overlay.module.mjs +8 -10
  136. package/esm2020/modal/css-unit.pipe.mjs +4 -4
  137. package/esm2020/modal/modal-control.service.mjs +4 -4
  138. package/esm2020/modal/modal.component.mjs +9 -9
  139. package/esm2020/modal/modal.directive.mjs +13 -13
  140. package/esm2020/modal/modal.module.mjs +11 -14
  141. package/esm2020/modal/modal.service.mjs +5 -6
  142. package/esm2020/navbar/navbar-item.component.mjs +36 -36
  143. package/esm2020/navbar/navbar.component.mjs +11 -11
  144. package/esm2020/navbar/navbar.module.mjs +9 -11
  145. package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
  146. package/esm2020/popover/popover-confirm.component.mjs +11 -11
  147. package/esm2020/popover/popover.component.mjs +10 -10
  148. package/esm2020/popover/popover.module.mjs +6 -7
  149. package/esm2020/progress-bar/progress-bar.component.mjs +7 -8
  150. package/esm2020/progress-bar/progress-bar.module.mjs +6 -8
  151. package/esm2020/progress-spinner/progress-spinner.component.mjs +7 -8
  152. package/esm2020/progress-spinner/progress-spinner.module.mjs +6 -8
  153. package/esm2020/radio/radio.component.mjs +14 -16
  154. package/esm2020/radio/radio.module.mjs +5 -5
  155. package/esm2020/select/select-option.directive.mjs +4 -4
  156. package/esm2020/select/select.component.mjs +26 -20
  157. package/esm2020/select/select.module.mjs +10 -12
  158. package/esm2020/sidebar/sidebar.component.mjs +10 -10
  159. package/esm2020/sidebar/sidebar.module.mjs +5 -5
  160. package/esm2020/sidepanel/sidepanel-container.component.mjs +7 -7
  161. package/esm2020/sidepanel/sidepanel-directives.mjs +22 -20
  162. package/esm2020/sidepanel/sidepanel.module.mjs +11 -14
  163. package/esm2020/sidepanel/sidepanel.service.mjs +32 -29
  164. package/esm2020/splitter/splitter.component.mjs +37 -37
  165. package/esm2020/splitter/splitter.module.mjs +6 -8
  166. package/esm2020/table/table.component.mjs +4 -4
  167. package/esm2020/table/table.module.mjs +7 -9
  168. package/esm2020/tabs/paginated-tab-header.mjs +4 -4
  169. package/esm2020/tabs/tab-body.component.mjs +7 -7
  170. package/esm2020/tabs/tab-content.directive.mjs +4 -4
  171. package/esm2020/tabs/tab-group.component.mjs +30 -31
  172. package/esm2020/tabs/tab-header.component.mjs +5 -5
  173. package/esm2020/tabs/tab-label-wrapper.directive.mjs +4 -4
  174. package/esm2020/tabs/tab-label.directive.mjs +4 -4
  175. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +8 -8
  176. package/esm2020/tabs/tab.component.mjs +4 -4
  177. package/esm2020/tabs/tabs.module.mjs +11 -13
  178. package/esm2020/tags/tag-input.mjs +4 -4
  179. package/esm2020/tags/tag-list.component.mjs +12 -6
  180. package/esm2020/tags/tag.component.mjs +24 -22
  181. package/esm2020/tags/tag.module.mjs +6 -6
  182. package/esm2020/textarea/textarea.component.mjs +10 -4
  183. package/esm2020/textarea/textarea.module.mjs +5 -5
  184. package/esm2020/timepicker/timepicker.directive.mjs +4 -4
  185. package/esm2020/timepicker/timepicker.module.mjs +8 -10
  186. package/esm2020/timezone/cities-by-filter.pipe.mjs +17 -0
  187. package/esm2020/timezone/index.mjs +2 -0
  188. package/esm2020/timezone/ptsecurity-mosaic-timezone.mjs +5 -0
  189. package/esm2020/timezone/public-api.mjs +7 -0
  190. package/esm2020/timezone/timezone-option.component.mjs +48 -0
  191. package/esm2020/timezone/timezone-option.directive.mjs +58 -0
  192. package/esm2020/timezone/timezone-select.component.mjs +40 -0
  193. package/esm2020/timezone/timezone.models.mjs +3 -0
  194. package/esm2020/timezone/timezone.module.mjs +75 -0
  195. package/esm2020/timezone/timezone.utils.mjs +64 -0
  196. package/esm2020/timezone/utc-offset.pipe.mjs +17 -0
  197. package/esm2020/toast/toast-container.component.mjs +5 -5
  198. package/esm2020/toast/toast.component.mjs +14 -11
  199. package/esm2020/toast/toast.module.mjs +12 -12
  200. package/esm2020/toast/toast.service.mjs +12 -12
  201. package/esm2020/toggle/toggle.component.mjs +13 -16
  202. package/esm2020/toggle/toggle.module.mjs +5 -5
  203. package/esm2020/tooltip/tooltip.component.mjs +14 -14
  204. package/esm2020/tooltip/tooltip.module.mjs +7 -8
  205. package/esm2020/tree/control/flat-tree-control.mjs +1 -1
  206. package/esm2020/tree/data-source/nested-data-source.mjs +1 -1
  207. package/esm2020/tree/node.mjs +4 -4
  208. package/esm2020/tree/outlet.mjs +4 -4
  209. package/esm2020/tree/padding.directive.mjs +4 -4
  210. package/esm2020/tree/toggle.mjs +11 -11
  211. package/esm2020/tree/tree-base.mjs +7 -7
  212. package/esm2020/tree/tree-option.component.mjs +12 -8
  213. package/esm2020/tree/tree-selection.component.mjs +11 -5
  214. package/esm2020/tree/tree.mjs +4 -4
  215. package/esm2020/tree/tree.module.mjs +5 -5
  216. package/esm2020/tree-select/tree-select.component.mjs +20 -14
  217. package/esm2020/tree-select/tree-select.module.mjs +11 -13
  218. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +18 -19
  219. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  220. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
  221. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  222. package/fesm2015/ptsecurity-mosaic-button.mjs +18 -20
  223. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  224. package/fesm2015/ptsecurity-mosaic-card.mjs +15 -17
  225. package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
  226. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +14 -15
  227. package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  228. package/fesm2015/ptsecurity-mosaic-core.mjs +93 -96
  229. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  230. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +174 -184
  231. package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  232. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +123 -70
  233. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  234. package/fesm2015/ptsecurity-mosaic-divider.mjs +8 -8
  235. package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
  236. package/fesm2015/ptsecurity-mosaic-dl.mjs +17 -19
  237. package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
  238. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +23 -25
  239. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  240. package/fesm2015/ptsecurity-mosaic-form-field.mjs +54 -52
  241. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  242. package/fesm2015/ptsecurity-mosaic-icon.mjs +15 -18
  243. package/fesm2015/ptsecurity-mosaic-icon.mjs.map +1 -1
  244. package/fesm2015/ptsecurity-mosaic-input.mjs +38 -34
  245. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  246. package/fesm2015/ptsecurity-mosaic-link.mjs +8 -10
  247. package/fesm2015/ptsecurity-mosaic-link.mjs.map +1 -1
  248. package/fesm2015/ptsecurity-mosaic-list.mjs +253 -245
  249. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  250. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +22 -24
  251. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  252. package/fesm2015/ptsecurity-mosaic-modal.mjs +41 -45
  253. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  254. package/fesm2015/ptsecurity-mosaic-navbar.mjs +58 -60
  255. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  256. package/fesm2015/ptsecurity-mosaic-popover.mjs +22 -23
  257. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  258. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +11 -14
  259. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  260. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +11 -14
  261. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  262. package/fesm2015/ptsecurity-mosaic-radio.mjs +17 -19
  263. package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
  264. package/fesm2015/ptsecurity-mosaic-select.mjs +36 -32
  265. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  266. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  267. package/fesm2015/ptsecurity-mosaic-sidebar.mjs.map +1 -1
  268. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +68 -66
  269. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  270. package/fesm2015/ptsecurity-mosaic-splitter.mjs +41 -43
  271. package/fesm2015/ptsecurity-mosaic-splitter.mjs.map +1 -1
  272. package/fesm2015/ptsecurity-mosaic-table.mjs +9 -11
  273. package/fesm2015/ptsecurity-mosaic-table.mjs.map +1 -1
  274. package/fesm2015/ptsecurity-mosaic-tabs.mjs +139 -142
  275. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  276. package/fesm2015/ptsecurity-mosaic-tags.mjs +42 -34
  277. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  278. package/fesm2015/ptsecurity-mosaic-textarea.mjs +13 -7
  279. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  280. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +10 -12
  281. package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  282. package/fesm2015/ptsecurity-mosaic-timezone.mjs +299 -0
  283. package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -0
  284. package/fesm2015/ptsecurity-mosaic-toast.mjs +124 -118
  285. package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
  286. package/fesm2015/ptsecurity-mosaic-toggle.mjs +16 -19
  287. package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
  288. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +19 -20
  289. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  290. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +29 -25
  291. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  292. package/fesm2015/ptsecurity-mosaic-tree.mjs +54 -44
  293. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  294. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +18 -19
  295. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  296. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
  297. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  298. package/fesm2020/ptsecurity-mosaic-button.mjs +18 -20
  299. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  300. package/fesm2020/ptsecurity-mosaic-card.mjs +15 -17
  301. package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
  302. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +14 -15
  303. package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  304. package/fesm2020/ptsecurity-mosaic-core.mjs +93 -96
  305. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  306. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +173 -183
  307. package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  308. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +123 -70
  309. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  310. package/fesm2020/ptsecurity-mosaic-divider.mjs +8 -8
  311. package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
  312. package/fesm2020/ptsecurity-mosaic-dl.mjs +17 -19
  313. package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
  314. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +23 -25
  315. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  316. package/fesm2020/ptsecurity-mosaic-form-field.mjs +54 -52
  317. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  318. package/fesm2020/ptsecurity-mosaic-icon.mjs +15 -18
  319. package/fesm2020/ptsecurity-mosaic-icon.mjs.map +1 -1
  320. package/fesm2020/ptsecurity-mosaic-input.mjs +38 -34
  321. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  322. package/fesm2020/ptsecurity-mosaic-link.mjs +8 -10
  323. package/fesm2020/ptsecurity-mosaic-link.mjs.map +1 -1
  324. package/fesm2020/ptsecurity-mosaic-list.mjs +248 -240
  325. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  326. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +22 -24
  327. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  328. package/fesm2020/ptsecurity-mosaic-modal.mjs +41 -45
  329. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  330. package/fesm2020/ptsecurity-mosaic-navbar.mjs +58 -60
  331. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  332. package/fesm2020/ptsecurity-mosaic-popover.mjs +22 -23
  333. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  334. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +11 -14
  335. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  336. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +11 -14
  337. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  338. package/fesm2020/ptsecurity-mosaic-radio.mjs +17 -19
  339. package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
  340. package/fesm2020/ptsecurity-mosaic-select.mjs +36 -32
  341. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  342. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  343. package/fesm2020/ptsecurity-mosaic-sidebar.mjs.map +1 -1
  344. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +68 -66
  345. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  346. package/fesm2020/ptsecurity-mosaic-splitter.mjs +41 -43
  347. package/fesm2020/ptsecurity-mosaic-splitter.mjs.map +1 -1
  348. package/fesm2020/ptsecurity-mosaic-table.mjs +9 -11
  349. package/fesm2020/ptsecurity-mosaic-table.mjs.map +1 -1
  350. package/fesm2020/ptsecurity-mosaic-tabs.mjs +68 -71
  351. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  352. package/fesm2020/ptsecurity-mosaic-tags.mjs +42 -34
  353. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  354. package/fesm2020/ptsecurity-mosaic-textarea.mjs +13 -7
  355. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  356. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +10 -12
  357. package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  358. package/fesm2020/ptsecurity-mosaic-timezone.mjs +298 -0
  359. package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -0
  360. package/fesm2020/ptsecurity-mosaic-toast.mjs +120 -116
  361. package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
  362. package/fesm2020/ptsecurity-mosaic-toggle.mjs +16 -19
  363. package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
  364. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +19 -20
  365. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  366. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +29 -25
  367. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  368. package/fesm2020/ptsecurity-mosaic-tree.mjs +54 -44
  369. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  370. package/form-field/cleaner.d.ts +1 -1
  371. package/form-field/form-field.d.ts +13 -7
  372. package/form-field/hint.d.ts +3 -3
  373. package/form-field/password-hint.d.ts +2 -3
  374. package/form-field/prefix.d.ts +1 -1
  375. package/form-field/stepper.d.ts +1 -1
  376. package/form-field/suffix.d.ts +1 -1
  377. package/icon/icon.component.d.ts +4 -4
  378. package/input/input-number-validators.d.ts +2 -2
  379. package/input/input-number.d.ts +1 -1
  380. package/input/input-password.d.ts +3 -3
  381. package/input/input.d.ts +8 -2
  382. package/link/link.component.d.ts +1 -1
  383. package/list/list-selection.component.d.ts +54 -53
  384. package/list/list.component.d.ts +2 -2
  385. package/loader-overlay/loader-overlay.component.d.ts +4 -4
  386. package/modal/css-unit.pipe.d.ts +1 -1
  387. package/modal/modal.component.d.ts +1 -1
  388. package/modal/modal.directive.d.ts +4 -4
  389. package/navbar/navbar-item.component.d.ts +11 -11
  390. package/navbar/navbar.component.d.ts +3 -3
  391. package/navbar/vertical-navbar.component.d.ts +1 -1
  392. package/package.json +56 -48
  393. package/popover/popover-confirm.component.d.ts +2 -2
  394. package/popover/popover.component.d.ts +4 -5
  395. package/prebuilt-themes/dark-theme.css +1 -1
  396. package/prebuilt-themes/default-theme.css +1 -1
  397. package/prebuilt-visual/default-visual.css +1 -1
  398. package/progress-bar/progress-bar.component.d.ts +3 -3
  399. package/progress-spinner/progress-spinner.component.d.ts +3 -3
  400. package/radio/radio.component.d.ts +6 -6
  401. package/select/select-option.directive.d.ts +1 -1
  402. package/select/select.component.d.ts +10 -4
  403. package/sidebar/sidebar.component.d.ts +3 -3
  404. package/sidepanel/sidepanel-container.component.d.ts +1 -1
  405. package/sidepanel/sidepanel-directives.d.ts +5 -5
  406. package/splitter/splitter.component.d.ts +4 -4
  407. package/table/table.component.d.ts +1 -1
  408. package/tabs/paginated-tab-header.d.ts +1 -1
  409. package/tabs/tab-body.component.d.ts +2 -2
  410. package/tabs/tab-content.directive.d.ts +1 -1
  411. package/tabs/tab-group.component.d.ts +8 -8
  412. package/tabs/tab-header.component.d.ts +1 -1
  413. package/tabs/tab-label-wrapper.directive.d.ts +1 -1
  414. package/tabs/tab-label.directive.d.ts +1 -1
  415. package/tabs/tab-nav-bar/tab-nav-bar.d.ts +2 -2
  416. package/tabs/tab.component.d.ts +1 -1
  417. package/tags/tag-input.d.ts +1 -1
  418. package/tags/tag-list.component.d.ts +8 -2
  419. package/tags/tag.component.d.ts +8 -6
  420. package/textarea/textarea.component.d.ts +7 -1
  421. package/timepicker/timepicker.directive.d.ts +1 -1
  422. package/timezone/README.md +0 -0
  423. package/timezone/cities-by-filter.pipe.d.ts +7 -0
  424. package/timezone/index.d.ts +1 -0
  425. package/timezone/public-api.d.ts +6 -0
  426. package/timezone/timezone-option.component.d.ts +15 -0
  427. package/timezone/timezone-option.directive.d.ts +20 -0
  428. package/timezone/timezone-select.component.d.ts +14 -0
  429. package/timezone/timezone.models.d.ts +16 -0
  430. package/timezone/timezone.module.d.ts +19 -0
  431. package/timezone/timezone.utils.d.ts +18 -0
  432. package/timezone/utc-offset.pipe.d.ts +7 -0
  433. package/toast/toast-container.component.d.ts +1 -1
  434. package/toast/toast.component.d.ts +1 -1
  435. package/toast/toast.service.d.ts +5 -4
  436. package/toggle/toggle.component.d.ts +5 -5
  437. package/tooltip/tooltip.component.d.ts +5 -6
  438. package/tree/control/flat-tree-control.d.ts +8 -8
  439. package/tree/node.d.ts +1 -1
  440. package/tree/outlet.d.ts +1 -1
  441. package/tree/padding.directive.d.ts +1 -1
  442. package/tree/toggle.d.ts +3 -3
  443. package/tree/tree-base.d.ts +2 -2
  444. package/tree/tree-option.component.d.ts +2 -1
  445. package/tree/tree-selection.component.d.ts +1 -1
  446. package/tree/tree.d.ts +1 -1
  447. package/tree-select/tree-select.component.d.ts +10 -4
  448. package/autocomplete/package.json +0 -10
  449. package/autocomplete/ptsecurity-mosaic-autocomplete.d.ts +0 -5
  450. package/button/package.json +0 -10
  451. package/button/ptsecurity-mosaic-button.d.ts +0 -5
  452. package/button-toggle/package.json +0 -10
  453. package/button-toggle/ptsecurity-mosaic-button-toggle.d.ts +0 -5
  454. package/card/package.json +0 -10
  455. package/card/ptsecurity-mosaic-card.d.ts +0 -5
  456. package/checkbox/package.json +0 -10
  457. package/checkbox/ptsecurity-mosaic-checkbox.d.ts +0 -5
  458. package/core/package.json +0 -10
  459. package/core/ptsecurity-mosaic-core.d.ts +0 -5
  460. package/datepicker/package.json +0 -10
  461. package/datepicker/ptsecurity-mosaic-datepicker.d.ts +0 -5
  462. package/design-tokens/package.json +0 -10
  463. package/design-tokens/ptsecurity-mosaic-design-tokens.d.ts +0 -5
  464. package/divider/package.json +0 -10
  465. package/divider/ptsecurity-mosaic-divider.d.ts +0 -5
  466. package/dl/package.json +0 -10
  467. package/dl/ptsecurity-mosaic-dl.d.ts +0 -5
  468. package/dropdown/package.json +0 -10
  469. package/dropdown/ptsecurity-mosaic-dropdown.d.ts +0 -5
  470. package/form-field/package.json +0 -10
  471. package/form-field/ptsecurity-mosaic-form-field.d.ts +0 -5
  472. package/icon/package.json +0 -10
  473. package/icon/ptsecurity-mosaic-icon.d.ts +0 -5
  474. package/input/package.json +0 -10
  475. package/input/ptsecurity-mosaic-input.d.ts +0 -5
  476. package/link/package.json +0 -10
  477. package/link/ptsecurity-mosaic-link.d.ts +0 -5
  478. package/list/package.json +0 -10
  479. package/list/ptsecurity-mosaic-list.d.ts +0 -5
  480. package/loader-overlay/package.json +0 -10
  481. package/loader-overlay/ptsecurity-mosaic-loader-overlay.d.ts +0 -5
  482. package/modal/package.json +0 -10
  483. package/modal/ptsecurity-mosaic-modal.d.ts +0 -5
  484. package/navbar/package.json +0 -10
  485. package/navbar/ptsecurity-mosaic-navbar.d.ts +0 -5
  486. package/popover/package.json +0 -10
  487. package/popover/ptsecurity-mosaic-popover.d.ts +0 -5
  488. package/progress-bar/package.json +0 -10
  489. package/progress-bar/ptsecurity-mosaic-progress-bar.d.ts +0 -5
  490. package/progress-spinner/package.json +0 -10
  491. package/progress-spinner/ptsecurity-mosaic-progress-spinner.d.ts +0 -5
  492. package/ptsecurity-mosaic.d.ts +0 -5
  493. package/radio/package.json +0 -10
  494. package/radio/ptsecurity-mosaic-radio.d.ts +0 -5
  495. package/select/package.json +0 -10
  496. package/select/ptsecurity-mosaic-select.d.ts +0 -5
  497. package/sidebar/package.json +0 -10
  498. package/sidebar/ptsecurity-mosaic-sidebar.d.ts +0 -5
  499. package/sidepanel/package.json +0 -10
  500. package/sidepanel/ptsecurity-mosaic-sidepanel.d.ts +0 -5
  501. package/splitter/package.json +0 -10
  502. package/splitter/ptsecurity-mosaic-splitter.d.ts +0 -5
  503. package/table/package.json +0 -10
  504. package/table/ptsecurity-mosaic-table.d.ts +0 -5
  505. package/tabs/package.json +0 -10
  506. package/tabs/ptsecurity-mosaic-tabs.d.ts +0 -5
  507. package/tags/package.json +0 -10
  508. package/tags/ptsecurity-mosaic-tags.d.ts +0 -5
  509. package/textarea/package.json +0 -10
  510. package/textarea/ptsecurity-mosaic-textarea.d.ts +0 -5
  511. package/timepicker/package.json +0 -10
  512. package/timepicker/ptsecurity-mosaic-timepicker.d.ts +0 -5
  513. package/toast/package.json +0 -10
  514. package/toast/ptsecurity-mosaic-toast.d.ts +0 -5
  515. package/toggle/package.json +0 -10
  516. package/toggle/ptsecurity-mosaic-toggle.d.ts +0 -5
  517. package/tooltip/package.json +0 -10
  518. package/tooltip/ptsecurity-mosaic-tooltip.d.ts +0 -5
  519. package/tree/package.json +0 -10
  520. package/tree/ptsecurity-mosaic-tree.d.ts +0 -5
  521. package/tree-select/package.json +0 -10
  522. package/tree-select/ptsecurity-mosaic-tree-select.d.ts +0 -5
@@ -8,20 +8,20 @@
8
8
  states: {
9
9
  checked: {
10
10
  border: { value: '{light-color-scheme.primary.palette.value.600}' },
11
- background: { value: '{light-color-scheme.primary.palette.value.500}' },
11
+ background: { value: '{light-color-scheme.primary.palette.value.500}' }
12
12
  },
13
13
  focused: {
14
14
  border: { value: '{light-color-scheme.states.focused-color}' },
15
- shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' },
15
+ shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' }
16
16
  },
17
17
  'checked-focused': {
18
18
  border: { value: '{light-color-scheme.states.focused-color}' },
19
19
  background: { value: '{light-color-scheme.primary.palette.value.500}' },
20
20
  shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' },
21
- outline: { value: '1px solid {light-color-scheme.background.background}' },
22
- }
21
+ outline: { value: '1px solid {light-color-scheme.background.background}' }
22
+ }
23
23
  }
24
- },
24
+ },
25
25
  error: {
26
26
  border: { value: '{light-color-scheme.error.palette.value.400}' },
27
27
  color: { value: 'white' },
@@ -29,20 +29,20 @@
29
29
  states: {
30
30
  checked: {
31
31
  border: { value: '{light-color-scheme.error.palette.value.600}' },
32
- background: { value: '{light-color-scheme.error.palette.value.500}'},
32
+ background: { value: '{light-color-scheme.error.palette.value.500}'}
33
33
  },
34
34
  focused: {
35
35
  border: { value: '{light-color-scheme.error.palette.value.400}' },
36
- shadow: { value: '0 0 0 1px {light-color-scheme.error.palette.value.400}' },
36
+ shadow: { value: '0 0 0 1px {light-color-scheme.error.palette.value.400}' }
37
37
  },
38
38
  'checked-focused': {
39
39
  border: { value: '{light-color-scheme.error.palette.value.400}' },
40
40
  background: { value: '{light-color-scheme.error.palette.value.500}'},
41
41
  shadow: { value: '0 0 0 1px {light-color-scheme.error.palette.value.400}' },
42
- outline: { value: '1px solid {light-color-scheme.background.background}' },
42
+ outline: { value: '1px solid {light-color-scheme.background.background}' }
43
43
  }
44
44
  }
45
- },
45
+ }
46
46
  },
47
47
  'dark-color-scheme': {
48
48
  default: {
@@ -62,10 +62,10 @@
62
62
  border: { value: '{dark-color-scheme.states.focused-color}' },
63
63
  background: { value: '{dark-color-scheme.primary.palette.value.600}' },
64
64
  shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color}' },
65
- outline: { value: '1px solid {dark-color-scheme.background.background}' },
65
+ outline: { value: '1px solid {dark-color-scheme.background.background}' }
66
66
  }
67
67
  }
68
- },
68
+ },
69
69
  error: {
70
70
  border: { value: '{dark-color-scheme.error.palette.value.400}' },
71
71
  color: { value: 'white' },
@@ -73,25 +73,26 @@
73
73
  states: {
74
74
  checked: {
75
75
  border: { value: '{dark-color-scheme.error.palette.value.400}' },
76
- background: { value: '{dark-color-scheme.error.palette.value.600}'},
76
+ background: { value: '{dark-color-scheme.error.palette.value.600}'}
77
77
  },
78
78
  focused: {
79
79
  border: { value: '{dark-color-scheme.error.palette.value.400}' },
80
- shadow: { value: '0 0 0 1px {dark-color-scheme.error.palette.value.400}' },
80
+ shadow: { value: '0 0 0 1px {dark-color-scheme.error.palette.value.400}' }
81
81
  },
82
82
  'checked-focused': {
83
83
  border: { value: '{dark-color-scheme.error.palette.value.400}' },
84
84
  background: { value: '{dark-color-scheme.error.palette.value.600}'},
85
85
  shadow: { value: '0 0 0 1px {dark-color-scheme.error.palette.value.400}' },
86
- outline: { value: '1px solid {dark-color-scheme.background.background}' },
86
+ outline: { value: '1px solid {dark-color-scheme.background.background}' }
87
87
  }
88
88
  }
89
- },
89
+ }
90
90
  },
91
91
  size: {
92
92
  width: { value: '{size.l}' },
93
93
  'label-margin': { value: '{size.s}' },
94
94
  'border-width': { value: '{size.border-width}' },
95
+ 'border-radius': { value: '{size.border-radius}' },
95
96
  'toggle-box-shadow': { value: 'inset 0 0 1px 0 rgba(0, 0, 0, 0.2)' }
96
97
  },
97
98
  font: {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  invalid: {
12
12
  border: { value: '{light-color-scheme.error.default}' },
13
- background: { value: 'transparent' }
13
+ background: { value: '{light-color-scheme.error.palette.value.40}' }
14
14
  }
15
15
  }
16
16
  },
@@ -24,7 +24,7 @@
24
24
  },
25
25
  invalid: {
26
26
  border: { value: '{dark-color-scheme.error.default}' },
27
- background: { value: 'transparent' }
27
+ background: { value: 'mix({dark-color-scheme.error.palette.value.800}, transparent, 30%)' }
28
28
  }
29
29
  }
30
30
  },
@@ -13,10 +13,6 @@
13
13
  row: {
14
14
  'margin-bottom': { value: '{size.xl}' }
15
15
  },
16
- label: {
17
- 'padding-top': { value: '{size.xs}' },
18
- 'padding-bottom': { value: '0' }
19
- },
20
16
  control: {
21
17
  'padding-left': { value: '{size.l}' }
22
18
  },
@@ -16,6 +16,7 @@
16
16
  'max-height': { value: '480px' },
17
17
  padding: { value: '{size.l}' },
18
18
  'border-radius': { value: '{size.border-radius}' },
19
+ 'border-width': { value: '{size.border-width}' },
19
20
 
20
21
  'arrow-size': { value: '12px' },
21
22
  'trigger-margin': { value: '9px' },
@@ -20,6 +20,7 @@
20
20
  'dark-color-scheme': {
21
21
  'outer-circle-border': { value: '{dark-color-scheme.second.palette.value.400}' },
22
22
  'inner-circle-border': { value: 'transparent' },
23
+ 'cap-color': { value: 'white' },
23
24
 
24
25
  states: {
25
26
  checked: {
@@ -0,0 +1,22 @@
1
+ {
2
+ 'timezone-option': {
3
+ 'light-color-scheme': {
4
+ text: { value: '{light-color-scheme.foreground.text}' },
5
+ caption: { value: '{light-color-scheme.foreground.text-less-contrast}' }
6
+ },
7
+ 'dark-color-scheme': {
8
+ text: { value: '{dark-color-scheme.foreground.text}' },
9
+ caption: { value: '{dark-color-scheme.foreground.text-less-contrast}' }
10
+ },
11
+ size: {
12
+ padding: { value: '6px 8px 6px 14px' },
13
+ 'column-gap': { value: '16px' },
14
+ height: { value: 'auto' },
15
+ 'max-height': { value: '4em' }
16
+ },
17
+ font: {
18
+ text: { value: 'body' },
19
+ caption: { value: 'caption' }
20
+ }
21
+ }
22
+ }
@@ -6,8 +6,8 @@
6
6
  "letter-spacing": { value: '-0.4px' },
7
7
  "font-weight": { value: 'normal' },
8
8
  "font-family": { value: '{font.family.base}' },
9
- "text-transform": { value: 'null' },
10
- "font-feature-settings": { value: 'null' }
9
+ "text-transform": { value: 'initial' },
10
+ "font-feature-settings": { value: 'initial' }
11
11
  },
12
12
  "display-2": {
13
13
  "font-size": { value: '45px' },
@@ -15,8 +15,8 @@
15
15
  "letter-spacing": { value: 'normal' },
16
16
  "font-weight": { value: 'normal' },
17
17
  "font-family": { value: '{font.family.base}' },
18
- "text-transform": { value: 'null' },
19
- "font-feature-settings": { value: 'null' }
18
+ "text-transform": { value: 'initial' },
19
+ "font-feature-settings": { value: 'initial' }
20
20
  },
21
21
  "display-3": {
22
22
  "font-size": { value: '34px' },
@@ -24,8 +24,8 @@
24
24
  "letter-spacing": { value: '0.25px' },
25
25
  "font-weight": { value: 'normal' },
26
26
  "font-family": { value: '{font.family.base}' },
27
- "text-transform": { value: 'null' },
28
- "font-feature-settings": { value: 'null' }
27
+ "text-transform": { value: 'initial' },
28
+ "font-feature-settings": { value: 'initial' }
29
29
  },
30
30
  "headline": {
31
31
  "font-size": { value: '24px' },
@@ -33,8 +33,8 @@
33
33
  "letter-spacing": { value: 'normal' },
34
34
  "font-weight": { value: 'normal' },
35
35
  "font-family": { value: '{font.family.base}' },
36
- "text-transform": { value: 'null' },
37
- "font-feature-settings": { value: 'null' }
36
+ "text-transform": { value: 'initial' },
37
+ "font-feature-settings": { value: 'initial' }
38
38
  },
39
39
  "title": {
40
40
  "font-size": { value: '20px' },
@@ -42,8 +42,8 @@
42
42
  "letter-spacing": { value: '0.15px' },
43
43
  "font-weight": { value: '500' },
44
44
  "font-family": { value: '{font.family.base}' },
45
- "text-transform": { value: 'null' },
46
- "font-feature-settings": { value: 'null' }
45
+ "text-transform": { value: 'initial' },
46
+ "font-feature-settings": { value: 'initial' }
47
47
  },
48
48
  "subheading": {
49
49
  "font-size": { value: '15px' },
@@ -51,8 +51,8 @@
51
51
  "letter-spacing": { value: '0.15px' },
52
52
  "font-weight": { value: '700' },
53
53
  "font-family": { value: '{font.family.base}' },
54
- "text-transform": { value: 'null' },
55
- "font-feature-settings": { value: 'null' }
54
+ "text-transform": { value: 'initial' },
55
+ "font-feature-settings": { value: 'initial' }
56
56
  },
57
57
  "body": {
58
58
  "font-size": { value: '15px' },
@@ -60,8 +60,8 @@
60
60
  "letter-spacing": { value: '0.15px' },
61
61
  "font-weight": { value: 'normal' },
62
62
  "font-family": { value: '{font.family.base}' },
63
- "text-transform": { value: 'null' },
64
- "font-feature-settings": { value: 'null' }
63
+ "text-transform": { value: 'initial' },
64
+ "font-feature-settings": { value: 'initial' }
65
65
  },
66
66
  "body-tabular": {
67
67
  "font-size": { value: '15px' },
@@ -69,7 +69,7 @@
69
69
  "letter-spacing": { value: '0.15px' },
70
70
  "font-weight": { value: 'normal' },
71
71
  "font-family": { value: '{font.family.base}' },
72
- "text-transform": { value: 'null' },
72
+ "text-transform": { value: 'initial' },
73
73
  "font-feature-settings": { value: '"tnum" on' }
74
74
  },
75
75
  "body-strong": {
@@ -78,8 +78,8 @@
78
78
  "letter-spacing": { value: '-0.009em' },
79
79
  "font-weight": { value: '500' },
80
80
  "font-family": { value: '{font.family.base}' },
81
- "text-transform": { value: 'null' },
82
- "font-feature-settings": { value: 'null' }
81
+ "text-transform": { value: 'initial' },
82
+ "font-feature-settings": { value: 'initial' }
83
83
  },
84
84
  "body-caps": {
85
85
  "font-size": { value: '15px' },
@@ -88,7 +88,7 @@
88
88
  "font-weight": { value: 'normal' },
89
89
  "font-family": { value: '{font.family.base}' },
90
90
  "text-transform": { value: 'uppercase' },
91
- "font-feature-settings": { value: 'null' }
91
+ "font-feature-settings": { value: 'initial' }
92
92
  },
93
93
  "body-mono": {
94
94
  "font-size": { value: '15px' },
@@ -96,8 +96,8 @@
96
96
  "letter-spacing": { value: 'normal' },
97
97
  "font-weight": { value: 'normal' },
98
98
  "font-family": { value: '{font.family.monospace}' },
99
- "text-transform": { value: 'null' },
100
- "font-feature-settings": { value: 'null' }
99
+ "text-transform": { value: 'initial' },
100
+ "font-feature-settings": { value: 'initial' }
101
101
  },
102
102
  "caption": {
103
103
  "font-size": { value: '13px' },
@@ -105,8 +105,17 @@
105
105
  "letter-spacing": { value: '0.25px' },
106
106
  "font-weight": { value: 'normal' },
107
107
  "font-family": { value: '{font.family.base}' },
108
- "text-transform": { value: 'null' },
109
- "font-feature-settings": { value: 'null' }
108
+ "text-transform": { value: 'initial' },
109
+ "font-feature-settings": { value: 'initial' }
110
+ },
111
+ "caption-strong": {
112
+ "font-size": { value: '13px' },
113
+ "line-height": { value: '16px' },
114
+ "letter-spacing": { value: '0.25px' },
115
+ "font-weight": { value: '700' },
116
+ "font-family": { value: '{font.family.base}' },
117
+ "text-transform": { value: 'initial' },
118
+ "font-feature-settings": { value: 'initial' }
110
119
  },
111
120
  "caption-tabular": {
112
121
  "font-size": { value: '13px' },
@@ -114,7 +123,7 @@
114
123
  "letter-spacing": { value: '0.25px' },
115
124
  "font-weight": { value: 'normal' },
116
125
  "font-family": { value: '{font.family.base}' },
117
- "text-transform": { value: 'null' },
126
+ "text-transform": { value: 'initial' },
118
127
  "font-feature-settings": { value: '"tnum" on' }
119
128
  },
120
129
  "caption-caps": {
@@ -124,7 +133,7 @@
124
133
  "font-weight": { value: 'normal' },
125
134
  "font-family": { value: '{font.family.base}' },
126
135
  "text-transform": { value: 'uppercase' },
127
- "font-feature-settings": { value: 'null' }
136
+ "font-feature-settings": { value: 'initial' }
128
137
  },
129
138
  "caption-mono": {
130
139
  "font-size": { value: '13px' },
@@ -132,8 +141,8 @@
132
141
  "letter-spacing": { value: 'normal' },
133
142
  "font-weight": { value: 'normal' },
134
143
  "font-family": { value: '{font.family.monospace}' },
135
- "text-transform": { value: 'null' },
136
- "font-feature-settings": { value: 'null' }
144
+ "text-transform": { value: 'initial' },
145
+ "font-feature-settings": { value: 'initial' }
137
146
  },
138
147
  "small-text": {
139
148
  "font-size": { value: '13px' },
@@ -141,8 +150,8 @@
141
150
  "letter-spacing": { value: '0.25px' },
142
151
  "font-weight": { value: 'normal' },
143
152
  "font-family": { value: '{font.family.base}' },
144
- "text-transform": { value: 'null' },
145
- "font-feature-settings": { value: 'null' }
153
+ "text-transform": { value: 'initial' },
154
+ "font-feature-settings": { value: 'initial' }
146
155
  },
147
156
  "extra-small-text": {
148
157
  "font-size": { value: '11px' },
@@ -150,8 +159,8 @@
150
159
  "letter-spacing": { value: '0.22px' },
151
160
  "font-weight": { value: 'normal' },
152
161
  "font-family": { value: '{font.family.base}' },
153
- "text-transform": { value: 'null' },
154
- "font-feature-settings": { value: 'null' }
162
+ "text-transform": { value: 'initial' },
163
+ "font-feature-settings": { value: 'initial' }
155
164
  },
156
165
  "extra-small-text-caps": {
157
166
  "font-size": { value: '11px' },
@@ -160,7 +169,7 @@
160
169
  "font-weight": { value: 'normal' },
161
170
  "font-family": { value: '{font.family.base}' },
162
171
  "text-transform": { value: 'uppercase' },
163
- "font-feature-settings": { value: 'null' }
172
+ "font-feature-settings": { value: 'initial' }
164
173
  },
165
174
  "extra-small-text-mono": {
166
175
  "font-size": { value: '11px' },
@@ -168,8 +177,8 @@
168
177
  "letter-spacing": { value: '0px' },
169
178
  "font-weight": { value: 'normal' },
170
179
  "font-family": { value: '{font.family.monospace}' },
171
- "text-transform": { value: 'null' },
172
- "font-feature-settings": { value: 'null' }
180
+ "text-transform": { value: 'initial' },
181
+ "font-feature-settings": { value: 'initial' }
173
182
  }
174
183
  }
175
184
  }
@@ -6939,91 +6939,98 @@ export declare const TypographyDisplay1LineHeight = "76px";
6939
6939
  export declare const TypographyDisplay1LetterSpacing = "-0.4px";
6940
6940
  export declare const TypographyDisplay1FontWeight = "normal";
6941
6941
  export declare const TypographyDisplay1FontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
6942
- export declare const TypographyDisplay1TextTransform = "null";
6943
- export declare const TypographyDisplay1FontFeatureSettings = "null";
6942
+ export declare const TypographyDisplay1TextTransform = "initial";
6943
+ export declare const TypographyDisplay1FontFeatureSettings = "initial";
6944
6944
  export declare const TypographyDisplay2FontSize = "45px";
6945
6945
  export declare const TypographyDisplay2LineHeight = "56px";
6946
6946
  export declare const TypographyDisplay2LetterSpacing = "normal";
6947
6947
  export declare const TypographyDisplay2FontWeight = "normal";
6948
6948
  export declare const TypographyDisplay2FontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
6949
- export declare const TypographyDisplay2TextTransform = "null";
6950
- export declare const TypographyDisplay2FontFeatureSettings = "null";
6949
+ export declare const TypographyDisplay2TextTransform = "initial";
6950
+ export declare const TypographyDisplay2FontFeatureSettings = "initial";
6951
6951
  export declare const TypographyDisplay3FontSize = "34px";
6952
6952
  export declare const TypographyDisplay3LineHeight = "44px";
6953
6953
  export declare const TypographyDisplay3LetterSpacing = "0.25px";
6954
6954
  export declare const TypographyDisplay3FontWeight = "normal";
6955
6955
  export declare const TypographyDisplay3FontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
6956
- export declare const TypographyDisplay3TextTransform = "null";
6957
- export declare const TypographyDisplay3FontFeatureSettings = "null";
6956
+ export declare const TypographyDisplay3TextTransform = "initial";
6957
+ export declare const TypographyDisplay3FontFeatureSettings = "initial";
6958
6958
  export declare const TypographyHeadlineFontSize = "24px";
6959
6959
  export declare const TypographyHeadlineLineHeight = "32px";
6960
6960
  export declare const TypographyHeadlineLetterSpacing = "normal";
6961
6961
  export declare const TypographyHeadlineFontWeight = "normal";
6962
6962
  export declare const TypographyHeadlineFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
6963
- export declare const TypographyHeadlineTextTransform = "null";
6964
- export declare const TypographyHeadlineFontFeatureSettings = "null";
6963
+ export declare const TypographyHeadlineTextTransform = "initial";
6964
+ export declare const TypographyHeadlineFontFeatureSettings = "initial";
6965
6965
  export declare const TypographyTitleFontSize = "20px";
6966
6966
  export declare const TypographyTitleLineHeight = "28px";
6967
6967
  export declare const TypographyTitleLetterSpacing = "0.15px";
6968
6968
  export declare const TypographyTitleFontWeight = "500";
6969
6969
  export declare const TypographyTitleFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
6970
- export declare const TypographyTitleTextTransform = "null";
6971
- export declare const TypographyTitleFontFeatureSettings = "null";
6970
+ export declare const TypographyTitleTextTransform = "initial";
6971
+ export declare const TypographyTitleFontFeatureSettings = "initial";
6972
6972
  export declare const TypographySubheadingFontSize = "15px";
6973
6973
  export declare const TypographySubheadingLineHeight = "20px";
6974
6974
  export declare const TypographySubheadingLetterSpacing = "0.15px";
6975
6975
  export declare const TypographySubheadingFontWeight = "700";
6976
6976
  export declare const TypographySubheadingFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
6977
- export declare const TypographySubheadingTextTransform = "null";
6978
- export declare const TypographySubheadingFontFeatureSettings = "null";
6977
+ export declare const TypographySubheadingTextTransform = "initial";
6978
+ export declare const TypographySubheadingFontFeatureSettings = "initial";
6979
6979
  export declare const TypographyBodyFontSize = "15px";
6980
6980
  export declare const TypographyBodyLineHeight = "20px";
6981
6981
  export declare const TypographyBodyLetterSpacing = "0.15px";
6982
6982
  export declare const TypographyBodyFontWeight = "normal";
6983
6983
  export declare const TypographyBodyFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
6984
- export declare const TypographyBodyTextTransform = "null";
6985
- export declare const TypographyBodyFontFeatureSettings = "null";
6984
+ export declare const TypographyBodyTextTransform = "initial";
6985
+ export declare const TypographyBodyFontFeatureSettings = "initial";
6986
6986
  export declare const TypographyBodyTabularFontSize = "15px";
6987
6987
  export declare const TypographyBodyTabularLineHeight = "20px";
6988
6988
  export declare const TypographyBodyTabularLetterSpacing = "0.15px";
6989
6989
  export declare const TypographyBodyTabularFontWeight = "normal";
6990
6990
  export declare const TypographyBodyTabularFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
6991
- export declare const TypographyBodyTabularTextTransform = "null";
6991
+ export declare const TypographyBodyTabularTextTransform = "initial";
6992
6992
  export declare const TypographyBodyTabularFontFeatureSettings = "\"tnum\" on";
6993
6993
  export declare const TypographyBodyStrongFontSize = "15px";
6994
6994
  export declare const TypographyBodyStrongLineHeight = "20px";
6995
6995
  export declare const TypographyBodyStrongLetterSpacing = "-0.009em";
6996
6996
  export declare const TypographyBodyStrongFontWeight = "500";
6997
6997
  export declare const TypographyBodyStrongFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
6998
- export declare const TypographyBodyStrongTextTransform = "null";
6999
- export declare const TypographyBodyStrongFontFeatureSettings = "null";
6998
+ export declare const TypographyBodyStrongTextTransform = "initial";
6999
+ export declare const TypographyBodyStrongFontFeatureSettings = "initial";
7000
7000
  export declare const TypographyBodyCapsFontSize = "15px";
7001
7001
  export declare const TypographyBodyCapsLineHeight = "20px";
7002
7002
  export declare const TypographyBodyCapsLetterSpacing = "1.7px";
7003
7003
  export declare const TypographyBodyCapsFontWeight = "normal";
7004
7004
  export declare const TypographyBodyCapsFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
7005
7005
  export declare const TypographyBodyCapsTextTransform = "uppercase";
7006
- export declare const TypographyBodyCapsFontFeatureSettings = "null";
7006
+ export declare const TypographyBodyCapsFontFeatureSettings = "initial";
7007
7007
  export declare const TypographyBodyMonoFontSize = "15px";
7008
7008
  export declare const TypographyBodyMonoLineHeight = "20px";
7009
7009
  export declare const TypographyBodyMonoLetterSpacing = "normal";
7010
7010
  export declare const TypographyBodyMonoFontWeight = "normal";
7011
7011
  export declare const TypographyBodyMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
7012
- export declare const TypographyBodyMonoTextTransform = "null";
7013
- export declare const TypographyBodyMonoFontFeatureSettings = "null";
7012
+ export declare const TypographyBodyMonoTextTransform = "initial";
7013
+ export declare const TypographyBodyMonoFontFeatureSettings = "initial";
7014
7014
  export declare const TypographyCaptionFontSize = "13px";
7015
7015
  export declare const TypographyCaptionLineHeight = "16px";
7016
7016
  export declare const TypographyCaptionLetterSpacing = "0.25px";
7017
7017
  export declare const TypographyCaptionFontWeight = "normal";
7018
7018
  export declare const TypographyCaptionFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
7019
- export declare const TypographyCaptionTextTransform = "null";
7020
- export declare const TypographyCaptionFontFeatureSettings = "null";
7019
+ export declare const TypographyCaptionTextTransform = "initial";
7020
+ export declare const TypographyCaptionFontFeatureSettings = "initial";
7021
+ export declare const TypographyCaptionStrongFontSize = "13px";
7022
+ export declare const TypographyCaptionStrongLineHeight = "16px";
7023
+ export declare const TypographyCaptionStrongLetterSpacing = "0.25px";
7024
+ export declare const TypographyCaptionStrongFontWeight = "700";
7025
+ export declare const TypographyCaptionStrongFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
7026
+ export declare const TypographyCaptionStrongTextTransform = "initial";
7027
+ export declare const TypographyCaptionStrongFontFeatureSettings = "initial";
7021
7028
  export declare const TypographyCaptionTabularFontSize = "13px";
7022
7029
  export declare const TypographyCaptionTabularLineHeight = "16px";
7023
7030
  export declare const TypographyCaptionTabularLetterSpacing = "0.25px";
7024
7031
  export declare const TypographyCaptionTabularFontWeight = "normal";
7025
7032
  export declare const TypographyCaptionTabularFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
7026
- export declare const TypographyCaptionTabularTextTransform = "null";
7033
+ export declare const TypographyCaptionTabularTextTransform = "initial";
7027
7034
  export declare const TypographyCaptionTabularFontFeatureSettings = "\"tnum\" on";
7028
7035
  export declare const TypographyCaptionCapsFontSize = "13px";
7029
7036
  export declare const TypographyCaptionCapsLineHeight = "16px";
@@ -7031,42 +7038,42 @@ export declare const TypographyCaptionCapsLetterSpacing = "1.5px";
7031
7038
  export declare const TypographyCaptionCapsFontWeight = "normal";
7032
7039
  export declare const TypographyCaptionCapsFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
7033
7040
  export declare const TypographyCaptionCapsTextTransform = "uppercase";
7034
- export declare const TypographyCaptionCapsFontFeatureSettings = "null";
7041
+ export declare const TypographyCaptionCapsFontFeatureSettings = "initial";
7035
7042
  export declare const TypographyCaptionMonoFontSize = "13px";
7036
7043
  export declare const TypographyCaptionMonoLineHeight = "16px";
7037
7044
  export declare const TypographyCaptionMonoLetterSpacing = "normal";
7038
7045
  export declare const TypographyCaptionMonoFontWeight = "normal";
7039
7046
  export declare const TypographyCaptionMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
7040
- export declare const TypographyCaptionMonoTextTransform = "null";
7041
- export declare const TypographyCaptionMonoFontFeatureSettings = "null";
7047
+ export declare const TypographyCaptionMonoTextTransform = "initial";
7048
+ export declare const TypographyCaptionMonoFontFeatureSettings = "initial";
7042
7049
  export declare const TypographySmallTextFontSize = "13px";
7043
7050
  export declare const TypographySmallTextLineHeight = "16px";
7044
7051
  export declare const TypographySmallTextLetterSpacing = "0.25px";
7045
7052
  export declare const TypographySmallTextFontWeight = "normal";
7046
7053
  export declare const TypographySmallTextFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
7047
- export declare const TypographySmallTextTextTransform = "null";
7048
- export declare const TypographySmallTextFontFeatureSettings = "null";
7054
+ export declare const TypographySmallTextTextTransform = "initial";
7055
+ export declare const TypographySmallTextFontFeatureSettings = "initial";
7049
7056
  export declare const TypographyExtraSmallTextFontSize = "11px";
7050
7057
  export declare const TypographyExtraSmallTextLineHeight = "16px";
7051
7058
  export declare const TypographyExtraSmallTextLetterSpacing = "0.22px";
7052
7059
  export declare const TypographyExtraSmallTextFontWeight = "normal";
7053
7060
  export declare const TypographyExtraSmallTextFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
7054
- export declare const TypographyExtraSmallTextTextTransform = "null";
7055
- export declare const TypographyExtraSmallTextFontFeatureSettings = "null";
7061
+ export declare const TypographyExtraSmallTextTextTransform = "initial";
7062
+ export declare const TypographyExtraSmallTextFontFeatureSettings = "initial";
7056
7063
  export declare const TypographyExtraSmallTextCapsFontSize = "11px";
7057
7064
  export declare const TypographyExtraSmallTextCapsLineHeight = "16px";
7058
7065
  export declare const TypographyExtraSmallTextCapsLetterSpacing = "1px";
7059
7066
  export declare const TypographyExtraSmallTextCapsFontWeight = "normal";
7060
7067
  export declare const TypographyExtraSmallTextCapsFontFamily = "Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
7061
7068
  export declare const TypographyExtraSmallTextCapsTextTransform = "uppercase";
7062
- export declare const TypographyExtraSmallTextCapsFontFeatureSettings = "null";
7069
+ export declare const TypographyExtraSmallTextCapsFontFeatureSettings = "initial";
7063
7070
  export declare const TypographyExtraSmallTextMonoFontSize = "11px";
7064
7071
  export declare const TypographyExtraSmallTextMonoLineHeight = "16px";
7065
7072
  export declare const TypographyExtraSmallTextMonoLetterSpacing = "0px";
7066
7073
  export declare const TypographyExtraSmallTextMonoFontWeight = "normal";
7067
7074
  export declare const TypographyExtraSmallTextMonoFontFamily = "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace";
7068
- export declare const TypographyExtraSmallTextMonoTextTransform = "null";
7069
- export declare const TypographyExtraSmallTextMonoFontFeatureSettings = "null";
7075
+ export declare const TypographyExtraSmallTextMonoTextTransform = "initial";
7076
+ export declare const TypographyExtraSmallTextMonoFontFeatureSettings = "initial";
7070
7077
  export declare const AlertLightColorSchemeErrorBackground = "#FCEFEC";
7071
7078
  export declare const AlertLightColorSchemeErrorBorder = "#E76E5C";
7072
7079
  export declare const AlertLightColorSchemeErrorIcon = "#E76E5C";
@@ -7334,6 +7341,7 @@ export declare const CheckboxDarkColorSchemeErrorStatesCheckedFocusedOutline = "
7334
7341
  export declare const CheckboxSizeWidth = "16px";
7335
7342
  export declare const CheckboxSizeLabelMargin = "8px";
7336
7343
  export declare const CheckboxSizeBorderWidth = "1px";
7344
+ export declare const CheckboxSizeBorderRadius = "4px";
7337
7345
  export declare const CheckboxSizeToggleBoxShadow = "inset 0 0 1px 0 rgba(0, 0, 0, 0.2)";
7338
7346
  export declare const CheckboxFontDefault = "body";
7339
7347
  export declare const DatepickerToggleSizeWidth = "30px";
@@ -7400,12 +7408,12 @@ export declare const FormFieldLightColorSchemeBorder = "#B3B3B3";
7400
7408
  export declare const FormFieldLightColorSchemeBackground = "white";
7401
7409
  export declare const FormFieldLightColorSchemeStatesHoverBorder = "#999999";
7402
7410
  export declare const FormFieldLightColorSchemeStatesInvalidBorder = "#E76E5C";
7403
- export declare const FormFieldLightColorSchemeStatesInvalidBackground = "transparent";
7411
+ export declare const FormFieldLightColorSchemeStatesInvalidBackground = "#FEF7F6";
7404
7412
  export declare const FormFieldDarkColorSchemeBorder = "#999999";
7405
7413
  export declare const FormFieldDarkColorSchemeBackground = "#333333";
7406
7414
  export declare const FormFieldDarkColorSchemeStatesHoverBorder = "#CCCCCC";
7407
7415
  export declare const FormFieldDarkColorSchemeStatesInvalidBorder = "#E76E5C";
7408
- export declare const FormFieldDarkColorSchemeStatesInvalidBackground = "transparent";
7416
+ export declare const FormFieldDarkColorSchemeStatesInvalidBackground = "mix(#541208, transparent, 30%)";
7409
7417
  export declare const FormFieldSizeHeight = "32px";
7410
7418
  export declare const FormFieldSizeBorderWidth = "1px";
7411
7419
  export declare const FormFieldSizeBorderRadius = "4px";
@@ -7433,8 +7441,6 @@ export declare const FormsLightColorSchemeLegend = "#4D4D4D";
7433
7441
  export declare const FormsDarkColorSchemeLabel = "#999999";
7434
7442
  export declare const FormsDarkColorSchemeLegend = "#F0F0F0";
7435
7443
  export declare const FormsSizeHorizontalRowMarginBottom = "20px";
7436
- export declare const FormsSizeHorizontalLabelPaddingTop = "6px";
7437
- export declare const FormsSizeHorizontalLabelPaddingBottom = "0";
7438
7444
  export declare const FormsSizeHorizontalControlPaddingLeft = "16px";
7439
7445
  export declare const FormsSizeHorizontalLegendMarginTop = "32px";
7440
7446
  export declare const FormsSizeHorizontalLegendMarginBottom = "16px";
@@ -7610,6 +7616,7 @@ export declare const PopoverDarkColorSchemeBorder = "#4D4D4D";
7610
7616
  export declare const PopoverSizeMaxHeight = "480px";
7611
7617
  export declare const PopoverSizePadding = "16px";
7612
7618
  export declare const PopoverSizeBorderRadius = "4px";
7619
+ export declare const PopoverSizeBorderWidth = "1px";
7613
7620
  export declare const PopoverSizeArrowSize = "12px";
7614
7621
  export declare const PopoverSizeTriggerMargin = "9px";
7615
7622
  export declare const PopoverSizeSmallWidth = "200px";
@@ -7655,6 +7662,7 @@ export declare const RadioLightColorSchemeStatesFocusedOuterCircleShadow = "0 0
7655
7662
  export declare const RadioLightColorSchemeStatesFocusedInnerCircleShadow = "0 0 0 2px white";
7656
7663
  export declare const RadioDarkColorSchemeOuterCircleBorder = "#999999";
7657
7664
  export declare const RadioDarkColorSchemeInnerCircleBorder = "transparent";
7665
+ export declare const RadioDarkColorSchemeCapColor = "white";
7658
7666
  export declare const RadioDarkColorSchemeStatesCheckedOuterCircleBorder = "#206EA2";
7659
7667
  export declare const RadioDarkColorSchemeStatesCheckedInnerCircleBorder = "#206EA2";
7660
7668
  export declare const RadioDarkColorSchemeStatesFocusedOuterCircleBorder = "#338FCC";
@@ -7800,6 +7808,16 @@ export declare const TextareaSizePadding = "5 12px";
7800
7808
  export declare const TextareaFontDefault = "body";
7801
7809
  export declare const TextareaFontMono = "body-mono";
7802
7810
  export declare const TimepickerSizePaddingRight = "16px";
7811
+ export declare const TimezoneOptionLightColorSchemeText = "#4D4D4D";
7812
+ export declare const TimezoneOptionLightColorSchemeCaption = "#999999";
7813
+ export declare const TimezoneOptionDarkColorSchemeText = "#F0F0F0";
7814
+ export declare const TimezoneOptionDarkColorSchemeCaption = "#999999";
7815
+ export declare const TimezoneOptionSizePadding = "6px 8px 6px 14px";
7816
+ export declare const TimezoneOptionSizeColumnGap = "16px";
7817
+ export declare const TimezoneOptionSizeHeight = "auto";
7818
+ export declare const TimezoneOptionSizeMaxHeight = "4em";
7819
+ export declare const TimezoneOptionFontText = "body";
7820
+ export declare const TimezoneOptionFontCaption = "caption";
7803
7821
  export declare const ToastLightColorSchemeBackground = "white";
7804
7822
  export declare const ToastLightColorSchemeBorder = "#B3B3B3";
7805
7823
  export declare const ToastLightColorSchemeText = "#4D4D4D";