@skbkontur/react-ui 4.22.0 → 4.22.2

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 (738) hide show
  1. package/CHANGELOG.md +40 -1
  2. package/cjs/components/Autocomplete/Autocomplete.js +1 -1
  3. package/cjs/components/Autocomplete/Autocomplete.styles.js +1 -1
  4. package/cjs/components/Autocomplete/Autocomplete.styles.js.map +1 -1
  5. package/cjs/components/Button/ArrowLeftIcon.js +1 -1
  6. package/cjs/components/Button/ArrowRightIcon.js +1 -1
  7. package/cjs/components/Button/Button.d.ts +1 -0
  8. package/cjs/components/Button/Button.js +5 -3
  9. package/cjs/components/Button/Button.js.map +1 -1
  10. package/cjs/components/Button/Button.mixins.js +1 -1
  11. package/cjs/components/Button/Button.mixins.js.map +1 -1
  12. package/cjs/components/Button/Button.styles.d.ts +1 -0
  13. package/cjs/components/Button/Button.styles.js +18 -12
  14. package/cjs/components/Button/Button.styles.js.map +1 -1
  15. package/cjs/components/Button/ButtonArrow.js +2 -2
  16. package/cjs/components/Button/ButtonArrow.js.map +1 -1
  17. package/cjs/components/Button/ButtonIcon.js +2 -2
  18. package/cjs/components/Button/ButtonIcon.js.map +1 -1
  19. package/cjs/components/Button/ButtonIcon.styles.js +1 -1
  20. package/cjs/components/Button/ButtonIcon.styles.js.map +1 -1
  21. package/cjs/components/Button/LoadingButtonIcon.js +2 -2
  22. package/cjs/components/Button/LoadingButtonIcon.js.map +1 -1
  23. package/cjs/components/Calendar/Calendar.js +2 -2
  24. package/cjs/components/Calendar/Calendar.js.map +1 -1
  25. package/cjs/components/Calendar/Calendar.styles.js +1 -1
  26. package/cjs/components/Calendar/Calendar.styles.js.map +1 -1
  27. package/cjs/components/Calendar/CalendarScrollEvents.js +1 -1
  28. package/cjs/components/Calendar/CalendarScrollEvents.js.map +1 -1
  29. package/cjs/components/Calendar/DayCellView.js +2 -2
  30. package/cjs/components/Calendar/DayCellView.js.map +1 -1
  31. package/cjs/components/Calendar/DayCellView.styles.js +1 -1
  32. package/cjs/components/Calendar/DayCellView.styles.js.map +1 -1
  33. package/cjs/components/Calendar/Month.js +2 -2
  34. package/cjs/components/Calendar/Month.js.map +1 -1
  35. package/cjs/components/Calendar/MonthView.js +2 -2
  36. package/cjs/components/Calendar/MonthView.js.map +1 -1
  37. package/cjs/components/Calendar/MonthView.styles.js +1 -1
  38. package/cjs/components/Calendar/MonthView.styles.js.map +1 -1
  39. package/cjs/components/Center/Center.js +1 -1
  40. package/cjs/components/Center/Center.js.map +1 -1
  41. package/cjs/components/Center/Center.styles.js +1 -1
  42. package/cjs/components/Center/Center.styles.js.map +1 -1
  43. package/cjs/components/Checkbox/Checkbox.js +1 -1
  44. package/cjs/components/Checkbox/Checkbox.mixins.js +1 -1
  45. package/cjs/components/Checkbox/Checkbox.mixins.js.map +1 -1
  46. package/cjs/components/Checkbox/Checkbox.styles.js +1 -1
  47. package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
  48. package/cjs/components/Checkbox/CheckedIcon.js +1 -1
  49. package/cjs/components/Checkbox/IndeterminateIcon.js +1 -1
  50. package/cjs/components/ComboBox/ComboBox.js +1 -1
  51. package/cjs/components/ComboBox/ComboBox.js.map +1 -1
  52. package/cjs/components/CurrencyInput/CurrencyHelper.js +1 -1
  53. package/cjs/components/CurrencyInput/CurrencyHelper.js.map +1 -1
  54. package/cjs/components/CurrencyInput/CurrencyInput.js +1 -1
  55. package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.js +2 -2
  56. package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.js.map +1 -1
  57. package/cjs/components/CurrencyInput/CursorHelper.js +2 -2
  58. package/cjs/components/CurrencyInput/CursorHelper.js.map +1 -1
  59. package/cjs/components/CurrencyLabel/CurrencyLabel.js +1 -1
  60. package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
  61. package/cjs/components/DateInput/CalendarIcon.js +1 -1
  62. package/cjs/components/DateInput/DateFragmentsView.js +1 -1
  63. package/cjs/components/DateInput/DateFragmentsView.js.map +1 -1
  64. package/cjs/components/DateInput/DateFragmentsView.styles.js +1 -1
  65. package/cjs/components/DateInput/DateFragmentsView.styles.js.map +1 -1
  66. package/cjs/components/DateInput/DateInput.js +1 -1
  67. package/cjs/components/DateInput/DateInput.js.map +1 -1
  68. package/cjs/components/DateInput/DateInput.styles.js +1 -1
  69. package/cjs/components/DateInput/DateInput.styles.js.map +1 -1
  70. package/cjs/components/DateInput/ViewDateInputValidateChecks.js +1 -1
  71. package/cjs/components/DateInput/ViewDateInputValidateChecks.js.map +1 -1
  72. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js +2 -2
  73. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js.map +1 -1
  74. package/cjs/components/DatePicker/DatePicker.js +1 -1
  75. package/cjs/components/DatePicker/DatePicker.js.map +1 -1
  76. package/cjs/components/DatePicker/DatePicker.styles.js +1 -1
  77. package/cjs/components/DatePicker/Picker.js +1 -1
  78. package/cjs/components/DatePicker/Picker.js.map +1 -1
  79. package/cjs/components/DatePicker/locale/locales/en.js +1 -1
  80. package/cjs/components/DatePicker/locale/locales/en.js.map +1 -1
  81. package/cjs/components/DatePicker/locale/locales/ru.js +1 -1
  82. package/cjs/components/DatePicker/locale/locales/ru.js.map +1 -1
  83. package/cjs/components/Dropdown/Dropdown.js +1 -1
  84. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  85. package/cjs/components/DropdownMenu/DropdownMenu.js +1 -1
  86. package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
  87. package/cjs/components/FileUploader/FileUploader.js +2 -2
  88. package/cjs/components/FileUploader/FileUploader.js.map +1 -1
  89. package/cjs/components/FileUploader/FileUploader.mixins.js +1 -1
  90. package/cjs/components/FileUploader/FileUploader.mixins.js.map +1 -1
  91. package/cjs/components/FileUploader/FileUploader.styles.js +2 -2
  92. package/cjs/components/FileUploader/FileUploader.styles.js.map +1 -1
  93. package/cjs/components/FileUploader/UploadIcon.js +1 -1
  94. package/cjs/components/FxInput/FxInput.js +1 -1
  95. package/cjs/components/FxInput/FxInputRestoreBtn.js +2 -2
  96. package/cjs/components/FxInput/FxInputRestoreBtn.js.map +1 -1
  97. package/cjs/components/FxInput/MathFunctionIcon.js +1 -1
  98. package/cjs/components/FxInput/UndoIcon.js +1 -1
  99. package/cjs/components/Gapped/Gapped.js +1 -1
  100. package/cjs/components/Gapped/Gapped.js.map +1 -1
  101. package/cjs/components/GlobalLoader/GlobalLoader.js +1 -1
  102. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
  103. package/cjs/components/GlobalLoader/GlobalLoaderView.js +2 -2
  104. package/cjs/components/GlobalLoader/GlobalLoaderView.js.map +1 -1
  105. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js +1 -1
  106. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js.map +1 -1
  107. package/cjs/components/Group/Group.js +1 -1
  108. package/cjs/components/Group/Group.js.map +1 -1
  109. package/cjs/components/Group/Group.styles.js +1 -1
  110. package/cjs/components/Group/Group.styles.js.map +1 -1
  111. package/cjs/components/Hint/Hint.js +1 -1
  112. package/cjs/components/Hint/Hint.js.map +1 -1
  113. package/cjs/components/Hint/Hint.styles.js +1 -1
  114. package/cjs/components/Input/Input.js +1 -1
  115. package/cjs/components/Input/Input.styles.js +1 -1
  116. package/cjs/components/Input/Input.styles.js.map +1 -1
  117. package/cjs/components/Input/InputLayout/InputLayout.js +1 -1
  118. package/cjs/components/Input/InputLayout/InputLayout.js.map +1 -1
  119. package/cjs/components/Input/InputLayout/InputLayout.styles.js +1 -1
  120. package/cjs/components/Input/InputLayout/InputLayout.styles.js.map +1 -1
  121. package/cjs/components/Input/InputLayout/InputLayoutAside.js +1 -1
  122. package/cjs/components/Input/InputLayout/InputLayoutAside.js.map +1 -1
  123. package/cjs/components/Input/InputLayout/InputLayoutAsideIcon.js +1 -1
  124. package/cjs/components/Input/InputLayout/InputLayoutAsideIcon.js.map +1 -1
  125. package/cjs/components/Input/InputLayout/InputLayoutAsideText.js +1 -1
  126. package/cjs/components/Input/InputLayout/InputLayoutAsideText.js.map +1 -1
  127. package/cjs/components/Input/InputLayout/InputLayoutContext.js +1 -1
  128. package/cjs/components/Input/InputLayout/InputLayoutContext.js.map +1 -1
  129. package/cjs/components/Input/InputLayout/PolyfillPlaceholder.js +1 -1
  130. package/cjs/components/Input/InputLayout/PolyfillPlaceholder.js.map +1 -1
  131. package/cjs/components/Kebab/Kebab.js +2 -2
  132. package/cjs/components/Kebab/Kebab.js.map +1 -1
  133. package/cjs/components/Kebab/Kebab.styles.js +1 -1
  134. package/cjs/components/Kebab/Kebab.styles.js.map +1 -1
  135. package/cjs/components/Kebab/KebabIcon.js +1 -1
  136. package/cjs/components/Link/Link.js +1 -1
  137. package/cjs/components/Link/Link.js.map +1 -1
  138. package/cjs/components/Link/Link.styles.js +1 -1
  139. package/cjs/components/Link/Link.styles.js.map +1 -1
  140. package/cjs/components/Link/LinkIcon.js +2 -2
  141. package/cjs/components/Link/LinkIcon.js.map +1 -1
  142. package/cjs/components/Loader/Loader.js +2 -2
  143. package/cjs/components/Loader/Loader.js.map +1 -1
  144. package/cjs/components/Loader/Loader.styles.js +1 -1
  145. package/cjs/components/Loader/Loader.styles.js.map +1 -1
  146. package/cjs/components/Loader/__stories__/LoaderAndButton.js +1 -1
  147. package/cjs/components/Loader/__stories__/LoaderAndButton.js.map +1 -1
  148. package/cjs/components/MaskedInput/MaskedInput.js +2 -2
  149. package/cjs/components/MaskedInput/MaskedInput.js.map +1 -1
  150. package/cjs/components/MenuFooter/MenuFooter.js +2 -2
  151. package/cjs/components/MenuFooter/MenuFooter.js.map +1 -1
  152. package/cjs/components/MenuFooter/MenuFooter.mixins.js +1 -1
  153. package/cjs/components/MenuFooter/MenuFooter.mixins.js.map +1 -1
  154. package/cjs/components/MenuFooter/MenuFooter.styles.js +1 -1
  155. package/cjs/components/MenuFooter/MenuFooter.styles.js.map +1 -1
  156. package/cjs/components/MenuHeader/MenuHeader.js +2 -2
  157. package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
  158. package/cjs/components/MenuHeader/MenuHeader.mixins.js +1 -1
  159. package/cjs/components/MenuHeader/MenuHeader.mixins.js.map +1 -1
  160. package/cjs/components/MenuHeader/MenuHeader.styles.js +1 -1
  161. package/cjs/components/MenuHeader/MenuHeader.styles.js.map +1 -1
  162. package/cjs/components/MenuItem/MenuItem.js +1 -1
  163. package/cjs/components/MenuItem/MenuItem.mixins.js +1 -1
  164. package/cjs/components/MenuItem/MenuItem.mixins.js.map +1 -1
  165. package/cjs/components/MenuItem/MenuItem.styles.js +1 -1
  166. package/cjs/components/MenuSeparator/MenuSeparator.js +2 -2
  167. package/cjs/components/MenuSeparator/MenuSeparator.js.map +1 -1
  168. package/cjs/components/MenuSeparator/MenuSeparator.styles.js +1 -1
  169. package/cjs/components/MenuSeparator/MenuSeparator.styles.js.map +1 -1
  170. package/cjs/components/MiniModal/MiniModal.js +2 -2
  171. package/cjs/components/MiniModal/MiniModal.js.map +1 -1
  172. package/cjs/components/MiniModal/MiniModal.styles.js +1 -1
  173. package/cjs/components/MiniModal/MiniModal.styles.js.map +1 -1
  174. package/cjs/components/MiniModal/MiniModalBody.js +1 -1
  175. package/cjs/components/MiniModal/MiniModalBody.js.map +1 -1
  176. package/cjs/components/MiniModal/MiniModalFooter.js +2 -2
  177. package/cjs/components/MiniModal/MiniModalFooter.js.map +1 -1
  178. package/cjs/components/MiniModal/MiniModalHeader.js +2 -2
  179. package/cjs/components/MiniModal/MiniModalHeader.js.map +1 -1
  180. package/cjs/components/MiniModal/MiniModalIndent.js +2 -2
  181. package/cjs/components/MiniModal/MiniModalIndent.js.map +1 -1
  182. package/cjs/components/Modal/Modal.js +2 -2
  183. package/cjs/components/Modal/Modal.js.map +1 -1
  184. package/cjs/components/Modal/Modal.styles.js +1 -1
  185. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  186. package/cjs/components/Modal/ModalBody.js +2 -2
  187. package/cjs/components/Modal/ModalBody.js.map +1 -1
  188. package/cjs/components/Modal/ModalClose.js +2 -2
  189. package/cjs/components/Modal/ModalClose.js.map +1 -1
  190. package/cjs/components/Modal/ModalContext.js +1 -1
  191. package/cjs/components/Modal/ModalContext.js.map +1 -1
  192. package/cjs/components/Modal/ModalFooter.js +2 -2
  193. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  194. package/cjs/components/Modal/ModalHeader.js +2 -2
  195. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  196. package/cjs/components/Modal/ModalSeparator.js +2 -2
  197. package/cjs/components/Modal/ModalSeparator.js.map +1 -1
  198. package/cjs/components/Paging/ForwardIcon.js +1 -1
  199. package/cjs/components/Paging/Paging.js +2 -2
  200. package/cjs/components/Paging/Paging.js.map +1 -1
  201. package/cjs/components/Paging/Paging.styles.js +1 -1
  202. package/cjs/components/Paging/Paging.styles.js.map +1 -1
  203. package/cjs/components/Paging/PagingDefaultComponent.js +1 -1
  204. package/cjs/components/Paging/PagingDefaultComponent.js.map +1 -1
  205. package/cjs/components/PasswordInput/ClosedIcon.js +1 -1
  206. package/cjs/components/PasswordInput/OpenedIcon.js +1 -1
  207. package/cjs/components/PasswordInput/PasswordInput.js +1 -1
  208. package/cjs/components/PasswordInput/PasswordInput.styles.js +1 -1
  209. package/cjs/components/PasswordInput/PasswordInputIcon.js +1 -1
  210. package/cjs/components/PasswordInput/PasswordInputIcon.js.map +1 -1
  211. package/cjs/components/Radio/Radio.js +1 -1
  212. package/cjs/components/Radio/Radio.mixins.js +1 -1
  213. package/cjs/components/Radio/Radio.mixins.js.map +1 -1
  214. package/cjs/components/Radio/Radio.styles.js +1 -1
  215. package/cjs/components/Radio/Radio.styles.js.map +1 -1
  216. package/cjs/components/RadioGroup/Prevent.js +1 -1
  217. package/cjs/components/RadioGroup/Prevent.js.map +1 -1
  218. package/cjs/components/RadioGroup/RadioGroup.js +3 -3
  219. package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
  220. package/cjs/components/RadioGroup/RadioGroup.styles.js +1 -1
  221. package/cjs/components/RadioGroup/RadioGroup.styles.js.map +1 -1
  222. package/cjs/components/RadioGroup/RadioGroupContext.js +1 -1
  223. package/cjs/components/RadioGroup/RadioGroupContext.js.map +1 -1
  224. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js +2 -2
  225. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js.map +1 -1
  226. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js +1 -1
  227. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js.map +1 -1
  228. package/cjs/components/ResponsiveLayout/decorator.js +1 -1
  229. package/cjs/components/ResponsiveLayout/decorator.js.map +1 -1
  230. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js +1 -1
  231. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js.map +1 -1
  232. package/cjs/components/ScrollContainer/ScrollBar.js +1 -1
  233. package/cjs/components/ScrollContainer/ScrollBar.js.map +1 -1
  234. package/cjs/components/ScrollContainer/ScrollContainer.js +2 -2
  235. package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
  236. package/cjs/components/ScrollContainer/ScrollContainer.styles.js +1 -1
  237. package/cjs/components/ScrollContainer/ScrollContainer.styles.js.map +1 -1
  238. package/cjs/components/Select/ArrowDownIcon.js +1 -1
  239. package/cjs/components/Select/Item.js +1 -1
  240. package/cjs/components/Select/Item.js.map +1 -1
  241. package/cjs/components/Select/Select.js +3 -3
  242. package/cjs/components/Select/Select.js.map +1 -1
  243. package/cjs/components/Select/Select.styles.js +1 -1
  244. package/cjs/components/Select/Select.styles.js.map +1 -1
  245. package/cjs/components/SidePage/SidePage.js +2 -2
  246. package/cjs/components/SidePage/SidePage.js.map +1 -1
  247. package/cjs/components/SidePage/SidePage.styles.js +1 -1
  248. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  249. package/cjs/components/SidePage/SidePageBody.js +1 -1
  250. package/cjs/components/SidePage/SidePageBody.js.map +1 -1
  251. package/cjs/components/SidePage/SidePageCloseButton.js +2 -2
  252. package/cjs/components/SidePage/SidePageCloseButton.js.map +1 -1
  253. package/cjs/components/SidePage/SidePageContainer.js +1 -1
  254. package/cjs/components/SidePage/SidePageContainer.js.map +1 -1
  255. package/cjs/components/SidePage/SidePageContext.js +1 -1
  256. package/cjs/components/SidePage/SidePageContext.js.map +1 -1
  257. package/cjs/components/SidePage/SidePageFooter.js +2 -2
  258. package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
  259. package/cjs/components/SidePage/SidePageHeader.js +1 -1
  260. package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
  261. package/cjs/components/SingleToast/SingleToast.js +1 -1
  262. package/cjs/components/SingleToast/SingleToast.js.map +1 -1
  263. package/cjs/components/Spinner/Spinner.js +1 -1
  264. package/cjs/components/Spinner/Spinner.js.map +1 -1
  265. package/cjs/components/Spinner/Spinner.styles.js +1 -1
  266. package/cjs/components/Spinner/Spinner.styles.js.map +1 -1
  267. package/cjs/components/Sticky/Sticky.js +2 -2
  268. package/cjs/components/Sticky/Sticky.js.map +1 -1
  269. package/cjs/components/Sticky/Sticky.styles.js +1 -1
  270. package/cjs/components/Sticky/Sticky.styles.js.map +1 -1
  271. package/cjs/components/Switcher/Switcher.js +1 -1
  272. package/cjs/components/Switcher/Switcher.js.map +1 -1
  273. package/cjs/components/Switcher/Switcher.styles.js +1 -1
  274. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  275. package/cjs/components/Tabs/Indicator.js +2 -2
  276. package/cjs/components/Tabs/Indicator.js.map +1 -1
  277. package/cjs/components/Tabs/Indicator.styles.js +1 -1
  278. package/cjs/components/Tabs/Indicator.styles.js.map +1 -1
  279. package/cjs/components/Tabs/Tab.js +1 -1
  280. package/cjs/components/Tabs/Tab.js.map +1 -1
  281. package/cjs/components/Tabs/Tab.styles.js +2 -2
  282. package/cjs/components/Tabs/Tab.styles.js.map +1 -1
  283. package/cjs/components/Tabs/Tabs.js +1 -1
  284. package/cjs/components/Tabs/Tabs.js.map +1 -1
  285. package/cjs/components/Tabs/Tabs.styles.js +1 -1
  286. package/cjs/components/Tabs/Tabs.styles.js.map +1 -1
  287. package/cjs/components/Tabs/TabsContext.js +1 -1
  288. package/cjs/components/Tabs/TabsContext.js.map +1 -1
  289. package/cjs/components/Textarea/Textarea.js +2 -2
  290. package/cjs/components/Textarea/Textarea.mixins.js +1 -1
  291. package/cjs/components/Textarea/Textarea.mixins.js.map +1 -1
  292. package/cjs/components/Textarea/Textarea.styles.js +1 -1
  293. package/cjs/components/Textarea/Textarea.styles.js.map +1 -1
  294. package/cjs/components/Textarea/TextareaCounter.js +2 -2
  295. package/cjs/components/Textarea/TextareaCounter.js.map +1 -1
  296. package/cjs/components/Textarea/TextareaWithSafari17Workaround.js +1 -1
  297. package/cjs/components/Textarea/TextareaWithSafari17Workaround.js.map +1 -1
  298. package/cjs/components/Toast/Toast.js +1 -1
  299. package/cjs/components/Toast/Toast.js.map +1 -1
  300. package/cjs/components/Toast/Toast.styles.js +1 -1
  301. package/cjs/components/Toast/Toast.styles.js.map +1 -1
  302. package/cjs/components/Toast/ToastStatic.js +1 -1
  303. package/cjs/components/Toast/ToastStatic.js.map +1 -1
  304. package/cjs/components/Toast/ToastView.js +1 -1
  305. package/cjs/components/Toast/ToastView.js.map +1 -1
  306. package/cjs/components/Toast/ToastView.styles.js +1 -1
  307. package/cjs/components/Toast/ToastView.styles.js.map +1 -1
  308. package/cjs/components/Toggle/Toggle.js +1 -1
  309. package/cjs/components/Toggle/Toggle.js.map +1 -1
  310. package/cjs/components/Toggle/Toggle.mixins.js +1 -1
  311. package/cjs/components/Toggle/Toggle.mixins.js.map +1 -1
  312. package/cjs/components/Toggle/Toggle.styles.js +1 -1
  313. package/cjs/components/Toggle/Toggle.styles.js.map +1 -1
  314. package/cjs/components/Token/Token.js +3 -2
  315. package/cjs/components/Token/Token.js.map +1 -1
  316. package/cjs/components/Token/Token.mixins.js +1 -1
  317. package/cjs/components/Token/Token.mixins.js.map +1 -1
  318. package/cjs/components/Token/Token.styles.js +2 -2
  319. package/cjs/components/Token/Token.styles.js.map +1 -1
  320. package/cjs/components/Token/TokenView.js +2 -2
  321. package/cjs/components/Token/TokenView.js.map +1 -1
  322. package/cjs/components/TokenInput/TextWidthHelper.js +1 -1
  323. package/cjs/components/TokenInput/TextWidthHelper.js.map +1 -1
  324. package/cjs/components/TokenInput/TokenInput.js +2 -2
  325. package/cjs/components/TokenInput/TokenInput.js.map +1 -1
  326. package/cjs/components/TokenInput/TokenInput.mixins.js +1 -1
  327. package/cjs/components/TokenInput/TokenInput.mixins.js.map +1 -1
  328. package/cjs/components/TokenInput/TokenInput.styles.js +1 -1
  329. package/cjs/components/TokenInput/TokenInput.styles.js.map +1 -1
  330. package/cjs/components/TokenInput/TokenInputMenu.js +1 -1
  331. package/cjs/components/TokenInput/TokenInputMenu.js.map +1 -1
  332. package/cjs/components/Tooltip/Tooltip.js +1 -1
  333. package/cjs/components/Tooltip/Tooltip.js.map +1 -1
  334. package/cjs/components/Tooltip/Tooltip.styles.js +1 -1
  335. package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
  336. package/cjs/components/TooltipMenu/TooltipMenu.js +1 -1
  337. package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
  338. package/cjs/index.js +2 -2
  339. package/cjs/index.js.map +1 -1
  340. package/cjs/internal/BGRuler.js +1 -1
  341. package/cjs/internal/BGRuler.js.map +1 -1
  342. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.js +1 -1
  343. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.js.map +1 -1
  344. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.styles.js +1 -1
  345. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.styles.js.map +1 -1
  346. package/cjs/internal/CloseButtonIcon/CrossIcon.js +1 -1
  347. package/cjs/internal/CommonWrapper/CommonWrapper.js +1 -1
  348. package/cjs/internal/CommonWrapper/CommonWrapper.js.map +1 -1
  349. package/cjs/internal/ComponentCombinator.js +1 -1
  350. package/cjs/internal/ComponentCombinator.js.map +1 -1
  351. package/cjs/internal/ComponentTable.js +1 -1
  352. package/cjs/internal/ComponentTable.js.map +1 -1
  353. package/cjs/internal/CustomComboBox/ArrowDownIcon.js +1 -1
  354. package/cjs/internal/CustomComboBox/ComboBoxMenu.js +1 -1
  355. package/cjs/internal/CustomComboBox/ComboBoxMenu.js.map +1 -1
  356. package/cjs/internal/CustomComboBox/ComboBoxView.js +1 -1
  357. package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
  358. package/cjs/internal/CustomComboBox/CustomComboBox.js +1 -1
  359. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  360. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js +1 -1
  361. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js.map +1 -1
  362. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +2 -2
  363. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
  364. package/cjs/internal/DataTids/DataTids.js +1 -1
  365. package/cjs/internal/DataTids/DataTids.js.map +1 -1
  366. package/cjs/internal/DataTids/DataTids.styles.js +1 -1
  367. package/cjs/internal/DataTids/DataTids.styles.js.map +1 -1
  368. package/cjs/internal/DataTids/componentsDataTids.js +1 -1
  369. package/cjs/internal/DataTids/componentsDataTids.js.map +1 -1
  370. package/cjs/internal/DateSelect/DateSelect.js +2 -2
  371. package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
  372. package/cjs/internal/DateSelect/DateSelect.styles.js +1 -1
  373. package/cjs/internal/DateSelect/DateSelect.styles.js.map +1 -1
  374. package/cjs/internal/DropdownContainer/DropdownContainer.js +2 -2
  375. package/cjs/internal/DropdownContainer/DropdownContainer.js.map +1 -1
  376. package/cjs/internal/DropdownContainer/DropdownContainer.styles.js +1 -1
  377. package/cjs/internal/DropdownContainer/DropdownContainer.styles.js.map +1 -1
  378. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.js +1 -1
  379. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.js.map +1 -1
  380. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js +2 -2
  381. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js.map +1 -1
  382. package/cjs/internal/FileUploaderControl/FileUploaderFile/DeleteIcon.js +1 -1
  383. package/cjs/internal/FileUploaderControl/FileUploaderFile/ErrorIcon.js +1 -1
  384. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js +2 -2
  385. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js.map +1 -1
  386. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js +1 -1
  387. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js.map +1 -1
  388. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon.js +2 -2
  389. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFileStatusIcon.js.map +1 -1
  390. package/cjs/internal/FileUploaderControl/FileUploaderFile/OkIcon.js +1 -1
  391. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.js +2 -2
  392. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.js.map +1 -1
  393. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js +1 -1
  394. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js.map +1 -1
  395. package/cjs/internal/FileUploaderControl/hooks/useUpload.js +1 -1
  396. package/cjs/internal/FileUploaderControl/hooks/useUpload.js.map +1 -1
  397. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js +1 -1
  398. package/cjs/internal/FocusTrap/FocusTrap.js +1 -1
  399. package/cjs/internal/FocusTrap/FocusTrap.js.map +1 -1
  400. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js +1 -1
  401. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
  402. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js +1 -1
  403. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  404. package/cjs/internal/InputLikeText/HiddenInput.js +1 -1
  405. package/cjs/internal/InputLikeText/HiddenInput.js.map +1 -1
  406. package/cjs/internal/InputLikeText/InputLikeText.js +1 -1
  407. package/cjs/internal/InputLikeText/InputLikeText.styles.js +1 -1
  408. package/cjs/internal/InputLikeText/InputLikeText.styles.js.map +1 -1
  409. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.js +1 -1
  410. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.js +1 -1
  411. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.js.map +1 -1
  412. package/cjs/internal/InternalMenu/InternalMenu.js +1 -1
  413. package/cjs/internal/InternalMenu/InternalMenu.js.map +1 -1
  414. package/cjs/internal/InternalMenu/InternalMenu.styles.js +1 -1
  415. package/cjs/internal/InternalMenu/InternalMenu.styles.js.map +1 -1
  416. package/cjs/internal/InternalMenu/addIconPaddingIfPartOfMenu.js +1 -1
  417. package/cjs/internal/InternalMenu/addIconPaddingIfPartOfMenu.js.map +1 -1
  418. package/cjs/internal/InternalMenu/isIconPaddingEnabled.js +1 -1
  419. package/cjs/internal/InternalMenu/isIconPaddingEnabled.js.map +1 -1
  420. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.js +1 -1
  421. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.js.map +1 -1
  422. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js +1 -1
  423. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js.map +1 -1
  424. package/cjs/internal/MaskedInputElement/MaskedInputElement.js +2 -2
  425. package/cjs/internal/MaskedInputElement/MaskedInputElement.js.map +1 -1
  426. package/cjs/internal/MaskedInputElement/MaskedInputElement.styles.js +1 -1
  427. package/cjs/internal/MaskedInputElement/MaskedInputElement.styles.js.map +1 -1
  428. package/cjs/internal/Menu/Menu.js +1 -1
  429. package/cjs/internal/Menu/Menu.js.map +1 -1
  430. package/cjs/internal/Menu/Menu.styles.js +1 -1
  431. package/cjs/internal/Menu/Menu.styles.js.map +1 -1
  432. package/cjs/internal/Menu/MenuContext.js +1 -1
  433. package/cjs/internal/Menu/MenuContext.js.map +1 -1
  434. package/cjs/internal/MenuMessage/MenuMessage.js +2 -2
  435. package/cjs/internal/MenuMessage/MenuMessage.js.map +1 -1
  436. package/cjs/internal/MenuMessage/MenuMessage.styles.js +1 -1
  437. package/cjs/internal/MobilePopup/MobilePopup.js +1 -1
  438. package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -1
  439. package/cjs/internal/MobilePopup/MobilePopup.styles.js +1 -1
  440. package/cjs/internal/MobilePopup/MobilePopup.styles.js.map +1 -1
  441. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js +1 -1
  442. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js.map +1 -1
  443. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js +1 -1
  444. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js.map +1 -1
  445. package/cjs/internal/NativeDateInput/NativeDateInput.js +1 -1
  446. package/cjs/internal/NativeDateInput/NativeDateInput.js.map +1 -1
  447. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js +1 -1
  448. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js.map +1 -1
  449. package/cjs/internal/NativeDateInput/utils.js +1 -1
  450. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js +1 -1
  451. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
  452. package/cjs/internal/Popup/Popup.js +3 -3
  453. package/cjs/internal/Popup/Popup.js.map +1 -1
  454. package/cjs/internal/Popup/Popup.styles.js +1 -1
  455. package/cjs/internal/Popup/Popup.styles.js.map +1 -1
  456. package/cjs/internal/Popup/PopupPin.js +1 -1
  457. package/cjs/internal/Popup/PopupPin.js.map +1 -1
  458. package/cjs/internal/Popup/PopupPin.styles.js +1 -1
  459. package/cjs/internal/Popup/PopupPin.styles.js.map +1 -1
  460. package/cjs/internal/PopupMenu/PopupMenu.js +1 -1
  461. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  462. package/cjs/internal/PopupMenu/PopupMenu.styles.js +1 -1
  463. package/cjs/internal/PopupMenu/PopupMenu.styles.js.map +1 -1
  464. package/cjs/internal/RenderContainer/RenderContainer.js +1 -1
  465. package/cjs/internal/RenderContainer/RenderContainer.js.map +1 -1
  466. package/cjs/internal/RenderContainer/RenderInnerContainer.js +1 -1
  467. package/cjs/internal/RenderContainer/RenderInnerContainer.js.map +1 -1
  468. package/cjs/internal/RenderLayer/RenderLayer.js +1 -1
  469. package/cjs/internal/RenderLayer/RenderLayer.js.map +1 -1
  470. package/cjs/internal/ResizeDetector/ResizeDetector.js +1 -1
  471. package/cjs/internal/ResizeDetector/ResizeDetector.js.map +1 -1
  472. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js +1 -1
  473. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js.map +1 -1
  474. package/cjs/internal/TextWidthHelper/TextWidthHelper.js +1 -1
  475. package/cjs/internal/TextWidthHelper/TextWidthHelper.js.map +1 -1
  476. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js +1 -1
  477. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js.map +1 -1
  478. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js +1 -1
  479. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js.map +1 -1
  480. package/cjs/internal/ThemePlayground/CheckboxPlayground.js +1 -1
  481. package/cjs/internal/ThemePlayground/CheckboxPlayground.js.map +1 -1
  482. package/cjs/internal/ThemePlayground/ComponentsGroup.js +1 -1
  483. package/cjs/internal/ThemePlayground/ComponentsGroup.js.map +1 -1
  484. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js +1 -1
  485. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js.map +1 -1
  486. package/cjs/internal/ThemePlayground/FxInputPlayground.js +1 -1
  487. package/cjs/internal/ThemePlayground/FxInputPlayground.js.map +1 -1
  488. package/cjs/internal/ThemePlayground/HintPlayground.js +1 -1
  489. package/cjs/internal/ThemePlayground/HintPlayground.js.map +1 -1
  490. package/cjs/internal/ThemePlayground/PagingPlayground.js +1 -1
  491. package/cjs/internal/ThemePlayground/PagingPlayground.js.map +1 -1
  492. package/cjs/internal/ThemePlayground/Playground.js +1 -1
  493. package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
  494. package/cjs/internal/ThemePlayground/Playground.styles.js +1 -1
  495. package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
  496. package/cjs/internal/ThemePlayground/RadioPlayground.js +1 -1
  497. package/cjs/internal/ThemePlayground/RadioPlayground.js.map +1 -1
  498. package/cjs/internal/ThemePlayground/SelectPlayground.js +1 -1
  499. package/cjs/internal/ThemePlayground/SelectPlayground.js.map +1 -1
  500. package/cjs/internal/ThemePlayground/ShowcaseGroup.js +1 -1
  501. package/cjs/internal/ThemePlayground/ShowcaseGroup.js.map +1 -1
  502. package/cjs/internal/ThemePlayground/SizesGroup.js +1 -1
  503. package/cjs/internal/ThemePlayground/SizesGroup.js.map +1 -1
  504. package/cjs/internal/ThemePlayground/SwitcherPlayground.js +1 -1
  505. package/cjs/internal/ThemePlayground/SwitcherPlayground.js.map +1 -1
  506. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +2 -2
  507. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
  508. package/cjs/internal/ThemePlayground/ThemeEditor.js +4 -4
  509. package/cjs/internal/ThemePlayground/ThemeEditor.js.map +1 -1
  510. package/cjs/internal/ThemePlayground/TogglePlayground.js +1 -1
  511. package/cjs/internal/ThemePlayground/TogglePlayground.js.map +1 -1
  512. package/cjs/internal/ThemePlayground/TokenInputPlayground.js +1 -1
  513. package/cjs/internal/ThemePlayground/TokenInputPlayground.js.map +1 -1
  514. package/cjs/internal/ThemePlayground/VariableValue.js +1 -1
  515. package/cjs/internal/ThemePlayground/VariableValue.js.map +1 -1
  516. package/cjs/internal/ThemePlayground/helpers.js +1 -1
  517. package/cjs/internal/ThemePlayground/helpers.js.map +1 -1
  518. package/cjs/internal/ThemeShowcase/ThemeShowcase.js +2 -2
  519. package/cjs/internal/ThemeShowcase/ThemeShowcase.js.map +1 -1
  520. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js +1 -1
  521. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js.map +1 -1
  522. package/cjs/internal/ZIndex/ZIndex.js +1 -1
  523. package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
  524. package/cjs/internal/icons/16px/icon.styles.js +1 -1
  525. package/cjs/internal/icons/16px/icon.styles.js.map +1 -1
  526. package/cjs/internal/icons/16px/index.js +1 -1
  527. package/cjs/internal/icons/16px/index.js.map +1 -1
  528. package/cjs/internal/icons/20px/Icon.js +1 -1
  529. package/cjs/internal/icons/20px/Icon.js.map +1 -1
  530. package/cjs/internal/icons/20px/icon.styles.js +1 -1
  531. package/cjs/internal/icons/20px/icon.styles.js.map +1 -1
  532. package/cjs/internal/icons/20px/svg.js +1 -1
  533. package/cjs/internal/icons/20px/svg.js.map +1 -1
  534. package/cjs/internal/icons/CloudIcon.js +1 -1
  535. package/cjs/internal/icons/CloudIcon.js.map +1 -1
  536. package/cjs/internal/icons/CrossIcon.js +1 -1
  537. package/cjs/internal/icons/CrossIcon.js.map +1 -1
  538. package/cjs/internal/icons/SpinnerIcon.js +1 -1
  539. package/cjs/internal/icons/SpinnerIcon.js.map +1 -1
  540. package/cjs/internal/icons/SpinnerIcon.styles.js +1 -1
  541. package/cjs/internal/icons/SpinnerIcon.styles.js.map +1 -1
  542. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.js +1 -1
  543. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon16Light.js.map +1 -1
  544. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.js +1 -1
  545. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon20Light.js.map +1 -1
  546. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.js +1 -1
  547. package/cjs/internal/icons2022/ArrowALeftIcon/ArrowALeftIcon24Regular.js.map +1 -1
  548. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.js +1 -1
  549. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon16Light.js.map +1 -1
  550. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.js +1 -1
  551. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon20Light.js.map +1 -1
  552. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.js +1 -1
  553. package/cjs/internal/icons2022/ArrowARightIcon/ArrowARightIcon24Regular.js.map +1 -1
  554. package/cjs/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.js +1 -1
  555. package/cjs/internal/icons2022/ArrowAUpIcon/ArrowAUp16Light.js.map +1 -1
  556. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.js +1 -1
  557. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon16Regular.js.map +1 -1
  558. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.js +1 -1
  559. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon20Regular.js.map +1 -1
  560. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.js +1 -1
  561. package/cjs/internal/icons2022/ArrowCDownIcon/ArrowCDownIcon24Regular.js.map +1 -1
  562. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.js +1 -1
  563. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon16Light.js.map +1 -1
  564. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.js +1 -1
  565. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon20Light.js.map +1 -1
  566. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.js +1 -1
  567. package/cjs/internal/icons2022/ArrowCRightIcon/ArrowCRightIcon24Regular.js.map +1 -1
  568. package/cjs/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.js +1 -1
  569. package/cjs/internal/icons2022/ArrowCUpIcon/ArrowCUpIcon16Regular.js.map +1 -1
  570. package/cjs/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.js +1 -1
  571. package/cjs/internal/icons2022/ArrowCollapseCVOpenIcon/ArrowCollapseCVOpenIcon16Regular.js.map +1 -1
  572. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.js +1 -1
  573. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon16Light.js.map +1 -1
  574. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.js +1 -1
  575. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon20Light.js.map +1 -1
  576. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.js +1 -1
  577. package/cjs/internal/icons2022/ArrowShapeDRadiusUpLeftIcon/ArrowShapeDRadiusUpLeftIcon24Regular.js.map +1 -1
  578. package/cjs/internal/icons2022/BaseIcon.js +1 -1
  579. package/cjs/internal/icons2022/BaseIcon.js.map +1 -1
  580. package/cjs/internal/icons2022/BaseIcon.styles.js +1 -1
  581. package/cjs/internal/icons2022/BaseIcon.styles.js.map +1 -1
  582. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon16Light.js +1 -1
  583. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon16Light.js.map +1 -1
  584. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon20Light.js +1 -1
  585. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon20Light.js.map +1 -1
  586. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon24Regular.js +1 -1
  587. package/cjs/internal/icons2022/CalendarIcon/CalendarIcon24Regular.js.map +1 -1
  588. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Light.js +1 -1
  589. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Light.js.map +1 -1
  590. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Regular.js +1 -1
  591. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Regular.js.map +1 -1
  592. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Solid.js +1 -1
  593. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon16Solid.js.map +1 -1
  594. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Light.js +1 -1
  595. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Light.js.map +1 -1
  596. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Solid.js +1 -1
  597. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon20Solid.js.map +1 -1
  598. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon24Regular.js +1 -1
  599. package/cjs/internal/icons2022/CheckAIcon/CheckAIcon24Regular.js.map +1 -1
  600. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.js +1 -1
  601. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon16Light.js.map +1 -1
  602. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.js +1 -1
  603. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon20Light.js.map +1 -1
  604. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.js +1 -1
  605. package/cjs/internal/icons2022/EyeClosedIcon/EyeClosedIcon24Regular.js.map +1 -1
  606. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.js +1 -1
  607. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon16Light.js.map +1 -1
  608. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.js +1 -1
  609. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon20Light.js.map +1 -1
  610. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.js +1 -1
  611. package/cjs/internal/icons2022/EyeOpenIcon/EyeOpenIcon24Regular.js.map +1 -1
  612. package/cjs/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.js +1 -1
  613. package/cjs/internal/icons2022/InfoCircleIcon/InfoCircleIcon64Regular.js.map +1 -1
  614. package/cjs/internal/icons2022/LoadingIcon.js +1 -1
  615. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.js +1 -1
  616. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon16Light.js.map +1 -1
  617. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.js +1 -1
  618. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon20Light.js.map +1 -1
  619. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.js +1 -1
  620. package/cjs/internal/icons2022/MathFunctionIcon/MathFunctionIcon24Regular.js.map +1 -1
  621. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.js +1 -1
  622. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Light.js.map +1 -1
  623. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.js +1 -1
  624. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon16Regular.js.map +1 -1
  625. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.js +1 -1
  626. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon20Light.js.map +1 -1
  627. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.js +1 -1
  628. package/cjs/internal/icons2022/MinusCircleIcon/MinusCircleIcon24Regular.js.map +1 -1
  629. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.js +1 -1
  630. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon16Light.js.map +1 -1
  631. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.js +1 -1
  632. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon20Light.js.map +1 -1
  633. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.js +1 -1
  634. package/cjs/internal/icons2022/NetUploadIcon/NetUploadIcon24Regular.js.map +1 -1
  635. package/cjs/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.js +1 -1
  636. package/cjs/internal/icons2022/QuestionCircleIcon/QuestionCircleIcon16Solid.js.map +1 -1
  637. package/cjs/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.js +1 -1
  638. package/cjs/internal/icons2022/SearchLoupeIcon/SearchLoupeIcon16Regular.js.map +1 -1
  639. package/cjs/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.js +1 -1
  640. package/cjs/internal/icons2022/ShapeSquareIcon/ShapeSquareIcon16Solid.js.map +1 -1
  641. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.js +1 -1
  642. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon16Light.js.map +1 -1
  643. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.js +1 -1
  644. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon20Regular.js.map +1 -1
  645. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.js +1 -1
  646. package/cjs/internal/icons2022/UiMenuDotsThreeVIcon/UiMenuDotsThreeVIcon24Regular.js.map +1 -1
  647. package/cjs/internal/icons2022/XIcon/XIcon16Light.js +1 -1
  648. package/cjs/internal/icons2022/XIcon/XIcon16Light.js.map +1 -1
  649. package/cjs/internal/icons2022/XIcon/XIcon16Regular.js +1 -1
  650. package/cjs/internal/icons2022/XIcon/XIcon16Regular.js.map +1 -1
  651. package/cjs/internal/icons2022/XIcon/XIcon20Light.js +1 -1
  652. package/cjs/internal/icons2022/XIcon/XIcon20Light.js.map +1 -1
  653. package/cjs/internal/icons2022/XIcon/XIcon20Regular.js +1 -1
  654. package/cjs/internal/icons2022/XIcon/XIcon20Regular.js.map +1 -1
  655. package/cjs/internal/icons2022/XIcon/XIcon24Regular.js +1 -1
  656. package/cjs/internal/icons2022/XIcon/XIcon24Regular.js.map +1 -1
  657. package/cjs/internal/icons2022/iconSizer.js +1 -1
  658. package/cjs/internal/icons2022/iconSizer.js.map +1 -1
  659. package/cjs/internal/themes/DarkTheme.js +1 -1
  660. package/cjs/internal/themes/DarkTheme.js.map +1 -1
  661. package/cjs/internal/themes/DefaultTheme.js +2 -2
  662. package/cjs/internal/themes/DefaultTheme.js.map +1 -1
  663. package/cjs/internal/themes/NotFlat.js +1 -1
  664. package/cjs/internal/themes/NotFlat.js.map +1 -1
  665. package/cjs/internal/themes/OldColors.js +1 -1
  666. package/cjs/internal/themes/OldColors.js.map +1 -1
  667. package/cjs/internal/themes/Theme2022.js +2 -2
  668. package/cjs/internal/themes/Theme2022.js.map +1 -1
  669. package/cjs/internal/themes/Theme2022Dark.js +1 -1
  670. package/cjs/internal/themes/Theme2022Dark.js.map +1 -1
  671. package/cjs/lib/LayoutEvents.js +1 -1
  672. package/cjs/lib/LayoutEvents.js.map +1 -1
  673. package/cjs/lib/ModalStack.js +1 -1
  674. package/cjs/lib/SSRSafe.js +1 -1
  675. package/cjs/lib/SSRSafe.js.map +1 -1
  676. package/cjs/lib/Upgrades.js +1 -1
  677. package/cjs/lib/Upgrades.js.map +1 -1
  678. package/cjs/lib/date/InternalDate.js +1 -1
  679. package/cjs/lib/date/InternalDate.js.map +1 -1
  680. package/cjs/lib/date/InternalDateTransformer.js +1 -1
  681. package/cjs/lib/date/InternalDateTransformer.js.map +1 -1
  682. package/cjs/lib/featureFlagsContext/FeatureFlagsHelpers.js +1 -1
  683. package/cjs/lib/featureFlagsContext/FeatureFlagsHelpers.js.map +1 -1
  684. package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.js +1 -1
  685. package/cjs/lib/featureFlagsContext/ReactUIFeatureFlagsContext.js.map +1 -1
  686. package/cjs/lib/listenFocusOutside.js +1 -1
  687. package/cjs/lib/listenFocusOutside.js.map +1 -1
  688. package/cjs/lib/locale/LocaleContext.js +1 -1
  689. package/cjs/lib/locale/LocaleContext.js.map +1 -1
  690. package/cjs/lib/locale/decorators.js +1 -1
  691. package/cjs/lib/reactGetTextContent.js +1 -1
  692. package/cjs/lib/reactGetTextContent.js.map +1 -1
  693. package/cjs/lib/rootNode/getRootNode.js +1 -1
  694. package/cjs/lib/rootNode/rootNodeDecorator.js +1 -1
  695. package/cjs/lib/styles/ColorFactory.js +1 -1
  696. package/cjs/lib/styles/ColorFactory.js.map +1 -1
  697. package/cjs/lib/styles/ColorObject.js +1 -1
  698. package/cjs/lib/styles/ColorObject.js.map +1 -1
  699. package/cjs/lib/styles/HoldSelectionColor.js +1 -1
  700. package/cjs/lib/styles/HoldSelectionColor.js.map +1 -1
  701. package/cjs/lib/styles/Mixins.js +1 -1
  702. package/cjs/lib/styles/Mixins.js.map +1 -1
  703. package/cjs/lib/taskWithDelayAndMinimalDuration.js +1 -1
  704. package/cjs/lib/taskWithDelayAndMinimalDuration.js.map +1 -1
  705. package/cjs/lib/theming/AnimationKeyframes.js +1 -1
  706. package/cjs/lib/theming/AnimationKeyframes.js.map +1 -1
  707. package/cjs/lib/theming/Emotion.js +1 -1
  708. package/cjs/lib/theming/Emotion.js.map +1 -1
  709. package/cjs/lib/theming/ThemeContext.js +1 -1
  710. package/cjs/lib/theming/ThemeContext.js.map +1 -1
  711. package/cjs/lib/utils.d.ts +0 -7
  712. package/cjs/lib/utils.js +2 -25
  713. package/cjs/lib/utils.js.map +1 -1
  714. package/cjs/lib/withClassWrapper.js +1 -1
  715. package/cjs/lib/withClassWrapper.js.map +1 -1
  716. package/components/Button/Button/Button.js +5 -2
  717. package/components/Button/Button/Button.js.map +1 -1
  718. package/components/Button/Button.d.ts +1 -0
  719. package/components/Button/Button.styles/Button.styles.js +14 -11
  720. package/components/Button/Button.styles/Button.styles.js.map +1 -1
  721. package/components/Button/Button.styles.d.ts +1 -0
  722. package/components/CurrencyInput/CursorHelper/CursorHelper.js +1 -39
  723. package/components/RadioGroup/RadioGroup/RadioGroup.js +1 -40
  724. package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
  725. package/components/Select/Select/Select.js +1 -40
  726. package/components/Select/Select/Select.js.map +1 -1
  727. package/components/Token/Token/Token.js +3 -2
  728. package/components/Token/Token/Token.js.map +1 -1
  729. package/internal/Popup/Popup/Popup.js +1 -40
  730. package/internal/Popup/Popup/Popup.js.map +1 -1
  731. package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js +1 -41
  732. package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js.map +1 -1
  733. package/internal/themes/Theme2022/Theme2022.js +2 -2
  734. package/internal/themes/Theme2022/Theme2022.js.map +1 -1
  735. package/lib/utils/utils.js +0 -26
  736. package/lib/utils/utils.js.map +1 -1
  737. package/lib/utils.d.ts +0 -7
  738. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"sources":["DefaultTheme.ts"],"names":["DefaultTheme","bgDefault","bgDisabled","blueLight","errorMain","warningMain","linkColor","textColorDisabled","linkLineBorderBottomStyle","textColorDisabledContrast","fontSizeSmall","tokenFontSize","fontSizeMedium","fontSizeLarge","tokenMarginY","tokenMarginX","controlLineHeightSmall","tokenLineHeight","controlLineHeightMedium","controlLineHeightLarge","tokenPaddingY","tokenPaddingX","grayXLight","brand","grayDark","blueDark","greenXxLight","greenDark","yellowXxLight","yellowDark","redXxLight","redDark","white","black","borderColorWarning","borderColorError","tokenBorderWidth","borderColorDisabled","tokenInputLineHeight","inputBorderColor","inputBorderColorHover","inputBorderColorFocus","inputBorderColorError","inputBorderColorWarning","inputBorderTopColor","inputPlaceholderColor","inputPlaceholderColorLight","inputDisabledBg","inputDisabledBorderColor","inputBorderWidth","inputOutlineWidth","inputBg","bgSecondary","inputShadow","inputTextColor","tokenInputPaddingY","tokenInputPaddingX","btnCheckedDisabledBg","controlBorderWidth","controlOutlineWidth","btnIconGapSmall","btnIconGapMedium","btnIconGapLarge","btnCheckedBg","textColorDefault","controlPaddingYSmall","controlPaddingYMedium","controlPaddingYLarge","borderWidth","parseInt","btnBorderWidth","padding","btnPaddingYSmall","lineHeigh","btnLineHeightSmall","btnPaddingYMedium","btnLineHeightMedium","btnPaddingYLarge","btnLineHeightLarge","linkHoverColor","linkActiveColor","linkHoverTextDecoration","linkLineBorderBottomColor","btnLinkLineBorderBottomStyle","linkLineBorderBottomOpacity","linkIconMarginRight","errorSecondary","warningSecondary","outlineColorFocus","borderColorFocus","linkDisabledColor","btnDefaultBorderColor","btnDisabledBorderColor","btnBacklessBorderColor","btnDefaultTextColor","btnTextHoverBg","btnBorderRadiusSmall","btnBorderRadiusMedium","btnBorderRadiusLarge","btnMenuArrowColor","selectMenuArrowColor","btnIconSizeSmall","btnIconSizeMedium","btnIconSizeLarge","btnDisabledTextColor","btnDisabledBg","menuOffsetY","btnDefaultHoverBorderColor","popupBorder","popupBorderRadius","popupPinSize","popupPinOffset","popupMargin","kebabBackgroundHover","fixedPanelShadow","Math","round","modalHeaderPaddingBottom","ColorFunctions","fade","calendarMonthTitleBorderBottomColor","calendarBottomSeparatorBorderWidth","calendarBottomSeparatorBorderColor","calendarCellSize","bgActive","popupBoxShadow","textColorInvert","pagingFontSize","placeholderColor","hintColor","btnDefaultBg","btnOutlineWidth","btnFontSizeSmall","selectPaddingXSmall","btnFontSizeMedium","selectPaddingXMedium","btnFontSizeLarge","selectPaddingXLarge","dropdownMenuSelectedBg","dropdownMenuHoverBg","menuItemIconWidth","menuItemPaddingXSmall","menuItemIconWidthSmall","menuItemIconGap","menuItemIconLegacyMargin","menuItemPaddingForIcon","menuItemPaddingXMedium","menuItemIconWidthMedium","menuItemPaddingXLarge","menuItemIconWidthLarge","menuItemLineHeight","menuItemFontSize","menuItemPaddingX","menuItemPaddingY","lineHeightMobile","fontSizeMobile","menuItemDisabledColor","menuItemDisabledBg","menuItemPaddingYSmall","menuItemDisplay","menuItemPaddingMobile","menuItemLineHeightSmall","menuItemLineHeightMobile","menuItemFontSizeSmall","menuItemFontSizeMobile","menuItemFontSizeMedium","menuItemFontSizeLarge","menuItemLineHeightMedium","menuItemLineHeightLarge","menuHeaderLineHeight","menuHeaderFontSize","menuHeaderPaddingX","menuHeaderPaddingTop","menuHeaderPaddingBottom","menuHeaderColor","menuHeaderLineHeightSmall","menuHeaderLineHeightMedium","menuHeaderLineHeightLarge","menuHeaderFontSizeSmall","menuHeaderFontSizeMedium","menuHeaderFontSizeLarge","menuHeaderPaddingXSmall","menuHeaderPaddingXMedium","menuHeaderPaddingXLarge","menuHeaderPaddingBottomSmall","menuHeaderPaddingBottomMedium","menuHeaderPaddingBottomLarge","menuHeaderPaddingTopSmall","menuHeaderPaddingTopMedium","menuHeaderPaddingTopLarge","toggleLineHeight","toggleFontSize","height","toggleHeightSmall","toggleBorderWidth","handleSize","toggleHandleBorderRadius","toggleHeightMedium","toggleHeightLarge","toggleHeight","toggleWidth","toggleBorderRadius","outlineWidth","toggleBorderColor","toggleHandleSize","toggleBgHover","toggleBgChecked","toggleBg","inputIconColor","inputPaddingYSmall","inputLineHeightSmall","inputPaddingYMedium","inputLineHeightMedium","inputPaddingYLarge","inputLineHeightLarge","borderColorGrayLight","placeholderColorLight","blinkColor","checkboxFontSize","checkboxLineHeight","controlHeight","controlHeightSmall","lineHeight","checkboxLineHeightSmall","checkboxPaddingY","controlHeightMedium","checkboxLineHeightMedium","controlHeightLarge","checkboxLineHeightLarge","checkboxBorderWidth","checkboxCheckedHoverBg","checkboxCheckedBg","checkboxCheckedActiveBg","btnDefaultHoverBg","btnDefaultActiveBg","darken","textareaFontSize","textareaLineHeight","textareaBorderWidth","textareaLineHeightSmall","paddingY","textareaPaddingYSmall","textareaMinHeight","textareaLineHeightMedium","textareaPaddingYMedium","textareaLineHeightLarge","textareaPaddingYLarge","textareaPaddingX","textareaPaddingY","gray","textareaBg","errorText","radioBulletSize","radioSize","radioFontSize","radioLineHeight","radioLineHeightSmall","radioPaddingY","radioLineHeightMedium","radioLineHeightLarge","checkboxHoverBg","checkboxActiveBg","radioBorderWidth","radioBorderColor","tabFontSize","tabLineHeight","tabPaddingX","tabPaddingY","btnDangerBg","btnPayBg","btnSuccessBg","btnPrimaryBg","borderColorFocusLight","lighten","tabColorError","tabColorWarning","tabColorSuccess","tabColorPrimary","red","btnPaddingXSmall","btnPaddingXMedium","btnPaddingXLarge","switcherBtnDisabledBorderColor","btnCheckedDisabledShadow","inputPaddingXSmall","inputPaddingXMedium","inputPaddingXLarge","fileUploaderLineHeight","fileUploaderPaddingY","fileUploaderBorderWidth","fileUploaderDisabledBorderColor","fontFamilyCompensationBaseline","labGrotesqueBaselineCompensation","brandXLight","brandLight","brandDark","brandXDark","grayXxLight","grayLight","blueXxLight","blue","blueXDark","green","yellow","warningText","borderColorGrayDark","specificityLevel","mobileMediaQuery","transitionDuration","transitionTimingFunction","linkSuccessColor","linkSuccessHoverColor","linkSuccessActiveColor","linkDangerColor","linkDangerHoverColor","linkDangerActiveColor","linkIconMarginLeft","linkButtonLineHeight","linkButtonPaddingX","linkLineBorderBottomWidth","parseFloat","linkFocusOutlineColor","linkFocusOutlineWidth","linkFocusOutline","tokenDisabledBg","tokenMarginYMedium","tokenMarginXMedium","tokenMarginYLarge","tokenMarginXLarge","tokenPaddingYMedium","tokenPaddingXMedium","tokenPaddingYLarge","tokenPaddingXLarge","tokenMarginBeforeIcon","tokenRemoveIconSize","tokenRemoveIconPaddingY","tokenRemoveIconPaddingX","tokenRemoveIconGap","tokenRemoveIconBoxSizing","tokenBorderRadius","tokenBorderColorDisabled","tokenOutlineWidth","tokenLegacyTextShift","tokenDefaultIdleBg","tokenDefaultIdleColor","tokenDefaultIdleBorderColor","tokenDefaultIdleBgHover","tokenDefaultIdleColorHover","tokenDefaultIdleBorderColorHover","tokenDefaultActiveBg","tokenDefaultActiveColor","tokenDefaultActiveBorderColor","tokenInputBorderRadius","tokenInputPaddingYMedium","tokenInputPaddingXMedium","tokenInputPaddingYLarge","tokenInputPaddingXLarge","tokenInputPopupOffset","tokenInputPopupMarginSmall","tokenInputPopupMarginMedium","tokenInputPopupMarginLarge","loaderBg","loaderOpacity","loaderBorderRadius","btnBackgroundClip","btnArrowBgImageActive","btnArrowBgImageChecked","btnLinkBorderRadius","btnFocusShadowWidth","btnBorderColorTransition","btnCheckedDisabledColor","btnCheckedTextColor","btnCheckedShadow","btnInsetWidth","btnIconGapSmallRight","btnIconGapMediumRight","btnIconGapLargeRight","btnDefaultBgStart","btnDefaultBgEnd","btnDefaultHoverBgStart","btnDefaultHoverBgEnd","btnDefaultHoverBorderBottomColor","btnDefaultHoverTextColor","btnDefaultActiveBorderColor","btnDefaultActiveBorderTopColor","btnDefaultBorderBottomColor","btnDefaultActiveShadow","btnSuccessHoverBg","btnSuccessHoverBorderColor","btnSuccessHoverBorderBottomColor","btnSuccessHoverTextColor","btnSuccessBorderColor","btnSuccessBorderBottomColor","btnSuccessBgStart","btnSuccessBgEnd","btnSuccessTextColor","btnSuccessHoverBgStart","btnSuccessHoverBgEnd","btnSuccessActiveBg","btnSuccessActiveBorderColor","btnSuccessActiveBorderTopColor","btnSuccessActiveShadow","btnPrimaryHoverBg","btnPrimaryHoverBorderColor","btnPrimaryHoverBorderBottomColor","btnPrimaryHoverTextColor","btnPrimaryBorderColor","btnPrimaryBorderBottomColor","btnPrimaryBgStart","btnPrimaryBgEnd","btnPrimaryTextColor","btnPrimaryHoverBgStart","btnPrimaryHoverBgEnd","btnPrimaryActiveBg","btnPrimaryActiveBorderColor","btnPrimaryActiveBorderTopColor","btnPrimaryActiveShadow","btnDangerHoverBg","btnDangerHoverBorderColor","btnDangerHoverBorderBottomColor","btnDangerHoverTextColor","btnDangerBorderColor","btnDangerBorderBottomColor","btnDangerBgStart","btnDangerBgEnd","btnDangerTextColor","btnDangerHoverBgStart","btnDangerHoverBgEnd","btnDangerActiveBg","btnDangerActiveBorderColor","btnDangerActiveBorderTopColor","btnDangerActiveShadow","btnPayHoverBg","btnPayHoverBorderColor","btnPayHoverBorderBottomColor","btnPayHoverTextColor","btnPayBorderColor","btnPayBorderBottomColor","btnPayBgStart","btnPayBgEnd","btnPayHoverBgStart","btnPayHoverBgEnd","btnPayActiveBg","btnPayActiveBorderColor","btnPayActiveBorderTopColor","btnPayActiveShadow","btnLinkLineBorderBottomWidth","btnInsetColor","btnBacklessBg","btnBacklessHoverBg","btnBacklessActiveBg","btnBacklessHoverTextColor","btnTextBg","btnTextActiveBg","btnTextHoverTextColor","btnWithIconPaddingLeftSmall","btnWithIconPaddingLeftMedium","btnWithIconPaddingLeftLarge","btnIconColor","btnIconHoverColor","btnIconDisabledColor","selectPlaceholderColor","selectIconGapSmall","selectIconGapMedium","selectIconGapLarge","selectRootWidthMobile","mobileSelectMaxWidth","selectBorderColorTransition","tooltipPaddingY","tooltipPaddingX","tooltipCloseBtnPadding","tooltipCloseBtnSide","tooltipCloseBtnColor","tooltipCloseBtnHoverColor","tooltipBg","tooltipPinOffset","tooltipPinOffsetX","tooltipPinOffsetY","tooltipMargin","kebabMargin","kebabBackground","kebabBorderRadius","kebabBorder","kebabSizeSmall","kebabSizeMedium","kebabSizeLarge","kebabIconSizeSmall","kebabIconSizeMedium","kebabIconSizeLarge","kebabIconColor","modalWindowShadow","modalBackBg","modalBackOpacity","modalCloseButtonColor","modalCloseButtonDisabledColor","modalCloseButtonHoverColor","modalCloseButtonPadding","modalCloseButtonLegacyShift","modalCloseButtonBottomPadding","modalCloseButtonClickArea","modalCloseIconSize","modalCloseLegacyGap","modalCloseWrapperLegacyGap","modalBorderRadius","modalFixedHeaderBorder","modalFixedFooterBorder","modalFixedPanelShadow","modalFooterBg","modalAdaptiveThreshold","modalPaddingTop","modalPaddingLeft","modalPaddingRight","modalHeaderFontSize","modalHeaderFontWeight","modalHeaderLineHeight","modalHeaderPaddingTop","modalHeaderAdditionalPaddingBottom","modalFixedHeaderMarginBottom","modalFixedFooterPaddingTop","modalFixedFooterMarginTop","modalSeparatorBorderBottom","modalBodyTextColor","modalFooterTextColor","modalBodyPaddingTop","modalBodyPaddingBottom","modalBodyBorderRadius","modalFooterPaddingTop","modalFooterPaddingBottom","modalPaddingBottom","modalFooterPanelPaddingTop","modalFooterPanelPaddingBottom","mobileModalCloseButtonRightPadding","mobileModalCloseButtonTopPadding","mobileModalCloseButtonClickArea","mobileModalCloseIconSize","mobileModalHeaderFontSize","mobileModalHeaderLineHeight","mobileModalHeaderPadding","mobileModalBodyPadding","mobileModalBodyFontSize","mobileModalFooterPadding","mobileModalPaddingBottom","mobileModalContainerHeight","mobileModalContainerMarginTop","mobileModalContainerMarginRight","mobileModalContainerMarginBottom","mobileModalContainerMarginLeft","sidePageFooterPanelBg","sidePageBackingBg","sidePageBackingBgOpacity","sidePageCloseButtonColor","sidePageCloseButtonHoverColor","sidePageContainerShadow","mobileSidePagePaddingLeft","mobileSidePagePaddingRight","mobileSidePagePaddingTop","mobileSidePagePaddingBottom","mobileSidePageFooterPadding","sidePagePaddingLeft","sidePagePaddingRight","sidePagePaddingTop","sidePagePaddingBottom","sidePageFooterPaddingTop","sidePageFooterPaddingBottom","sidePageBodyTextColor","sidePageFooterTextColor","sidePageHeaderFontSize","sidePageHeaderLineHeight","sidePageHeaderPaddingBottom","sidePageHeaderPaddingTop","sidePageHeaderFixedFontSize","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","sidePageHeaderStickyOffset","sidePageCloseButtonPadding","mobileSidePageCloseButtonPadding","sidePageCloseButtonLegacyPaddingLeft","sidePageFooterPanelPaddingTop","sidePageFooterPanelPaddingBottom","sidePageCloseIconSize","sidePageCloseButtonClickArea","mobileSidePageCloseButtonClickArea","sidePageFixedPanelShadow","mobileSidePageHeaderFontSize","mobileSidePageHeaderLineHeight","mobileSidePageHeaderPaddingBottom","mobileSidePageHeaderPaddingTop","sidePageHeaderFontWeight","dateInputMaskColor","dateInputComponentSelectedBgColor","calendarCellHoverColor","calendarCellActiveHoverColor","calendarCellWeekendColor","calendarCellTodayBorder","calendarCellSelectedBgColor","calendarCellSelectedFontColor","calendarPaddingX","calendarMonthTitleLineHeight","calendarMonthTitlePaddingTop","calendarMonthTitlePaddingBottom","calendarMonthTitleMarginX","calendarMonthTitleMarginBottom","calendarWrapperHeight","calendarMonthMarginBottom","calendarMaxMonthsToAppendOnScroll","dateSelectLineHeight","dateSelectFontSize","dateSelectFontWeight","dateSelectMenuItemBgSelected","datePickerMenuOffsetY","pickerShadow","pickerTodayWrapperBorderTop","pickerTodayWrapperHoverBgColor","pickerTodayWrapperFontSize","pickerTodayWrapperLineHeight","pickerTodayWrapperPaddingTop","pickerTodayWrapperPaddingBottom","pickerBorderRadius","pagingForwardIconMarginTop","pagingPageLinkBoxSizing","pagingPageLinkPaddingX","pagingPageLinkPaddingY","pagingPageLinkLegacyPaddingY","pagingPageLinkMinWidth","pagingPageForwardLinkMarginTop","pagingPageForwardLinkMarginLeft","pagingPageForwardLinkPaddingRight","pagingLineHeight","pagingDotsColor","pagingDotsPadding","pagingPageLinkActiveBg","pagingPageLinkDisabledActiveBg","pagingPageLinkHoverBg","pagingPageLinkBorderRadius","pagingPageLinkHintFontSize","pagingPageLinkHintLineHeight","pagingPageLinkHintMargin","pagingPageLinkMargin","hintMaxWidth","hintPaddingY","hintPaddingX","hintTextAlign","hintBgColor","hintBorder","hintBorderRadius","hintPinOffset","hintMargin","toastPaddingY","toastPaddingX","toastBorderRadius","toastBorder","toastTop","toastBg","toastColor","toastLinkColor","toastLinkTextDecorationHover","toastLinkBgHover","toastLinkBgActive","toastClosePadding","toastCloseColor","toastCloseHoverColor","toastCloseSize","dropdownMenuBorderColorTransition","dropdownMenuMenuBoxSizing","dropdownButtonBorderRadiusSmall","dropdownButtonBorderRadiusMedium","dropdownButtonBorderRadiusLarge","menuBorder","menuShadow","menuPaddingY","menuLegacyPaddingY","menuScrollContainerContentWrapperPaddingY","mobileMenuPaddingY","mobileMenuScrollContainerContentWrapperPaddingY","menuPaddingX","mobileMenuPaddingX","menuBoxSizing","menuItemIconLegacyShift","menuItemPaddingYMedium","menuItemPaddingYLarge","menuItemBorderRadius","menuItemLegacyPaddingX","menuItemLegacyPaddingY","menuItemCommentColor","menuItemCommentOpacity","menuItemCommentColorHover","menuItemGap","menuHeaderTotalCountPaddingTopSmall","menuHeaderTotalCountPaddingTopMedium","menuHeaderTotalCountPaddingTopLarge","menuHeaderTotalCountPaddingBottomSmall","menuHeaderTotalCountPaddingBottomMedium","menuHeaderTotalCountPaddingBottomLarge","menuHeaderLegacyPaddingRight","menuFooterLegacyPaddingRight","menuSeparatorBorderColor","menuSeparatorMarginY","menuSeparatorMarginX","menuSeparatorBorderWidth","mobileMenuSeparatorMarginY","mobileMenuSeparatorMarginX","toggleHandleActiveWidthIncrement","toggleWidthMedium","toggleWidthLarge","toggleCheckedBg","toggleDisabledHandleBg","toggleBaseBg","toggleBgDisabledChecked","toggleCheckedBgHover","toggleBgFocus","toggleBgActive","toggleCaptionGap","toggleButtonOffsetY","toggleContainerBg","toggleContainerBgCheckedHover","toggleContainerBoxShadow","toggleContainerBoxShadowHover","toggleContainerBoxShadowChecked","toggleContainerBoxShadowCheckedHover","toggleHandleBgHover","toggleHandleBgChecked","toggleHandleBgCheckedHover","toggleHandleBoxShadow","toggleHandleBoxShadowHover","toggleHandleBoxShadowChecked","toggleHandleBoxShadowCheckedHover","toggleContainerBgDisabled","toggleHandleBgDisabled","toggleContainerBoxShadowDisabled","toggleHandleBoxShadowDisabled","toggleContainerBgDisabledChecked","toggleHandleBgDisabledChecked","toggleContainerBoxShadowDisabledChecked","toggleHandleBoxShadowDisabledChecked","popupBorderColor","popupDropShadow","popupPinOffsetX","popupPinOffsetY","popupMenuMenuOffsetY","inputColor","inputWidth","inputIconGapSmall","inputIconGapMedium","inputIconGapLarge","inputIconSizeSmall","inputIconSizeMedium","inputIconSizeLarge","inputBackgroundClip","inputBorderRadiusSmall","inputBorderRadiusMedium","inputBorderRadiusLarge","inputDisabledBackgroundClip","inputColorScheme","checkboxBoxSize","checkboxBoxSizeSmall","checkboxBoxSizeMedium","checkboxBoxSizeLarge","checkboxCaptionGap","checkboxBoxOffsetY","checkboxBgStart","checkboxBgEnd","checkboxBorder","checkboxCheckedColor","checkboxBorderRadius","checkboxBg","textareaShadow","textareaBackgroundClip","textareaBorderRadius","textareaWidth","textareaPaddingXMedium","textareaPaddingXLarge","textareaBorderTopColor","textareaDisabledBg","textareaDisabledBorderColor","radioBulletSizeMedium","radioBulletSizeLarge","radioSizeMedium","radioSizeLarge","radioCaptionGap","radioVerticalAlign","radioBgImage","radioBgColor","radioBoxShadow","radioHoverShadow","radioActiveShadow","radioCheckedBorderColor","radioCheckedBulletColor","radioCaptionDisplay","radioBorderWidthCompensation","radioCircleOffsetY","radioGroupLegacyItemGap","tabPaddingXSmall","tabPaddingXMedium","tabBorderWidth","tabIndicatorBorderRadius","spinnerCaptionGapSmall","spinnerCaptionGapMedium","spinnerCaptionGapLarge","spinnerCaptionMarginSmall","spinnerCaptionMarginMedium","spinnerCaptionMarginLarge","switcherBorderRadius","switcherButtonPaddingXSmall","switcherButtonPaddingXMedium","switcherButtonPaddingXLarge","mobilePopupTopPadding","mobilePopupContainerBottomPadding","mobilePopupHeaderPadding","mobilePopupContainerBorderRadius","mobilePopupHeaderFontWeight","mobilePopupHeaderChildPadding","mobilePopupOuterIndentY","scrollContainerScrollBarSize","scrollContainerScrollBarHoverSize","scrollContainerScrollBarColor","scrollContainerScrollBarInvertColor","scrollContainerScrollBarOffsetY","dropdownMenuScrollContainerScrollBarOffsetY","passwordInputVisibilityIconColor","passwordInputVisibilityIconOpacity","passwordInputVisibilityIconHoverColor","passwordInputVisibilityIconHoverOpacity","globalLoaderHeight","globalLoaderWidth","globalLoaderPosition","globalLoaderTop","globalLoaderLeft","globalLoaderBottom","globalLoaderRight","globalLoaderBackgroundColor","globalLoaderTransitionToSpinnerDuration","globalLoaderSpinnerAnimationDuration","globalLoaderSlowAnimationDuration","globalLoaderTransitionFromSpinnerDuration","fileUploaderWidth","fileUploaderBg","fileUploaderUploadButtonBg","fileUploaderPaddingX","fileUploaderBorderRadius","fileUploaderBorderColor","fileUploaderBorderStyle","fileUploaderAfterLinkColor","fileUploaderIconSize","fileUploaderIconColor","fileUploaderIconHoverColor","fileUploaderDisabledBg","fileUploaderDisabledBgClip","fileUploaderDisabledTextColor","fileUploaderDisabledLinkColor","fileUploaderDisabledIconColor","fileUploaderHoveredBg","fileUploaderHoveredBorderColor","fileUploaderIconGapSmall","fileUploaderIconGapMedium","fileUploaderIconGapLarge","fileUploaderDragOverShadow","closeBtnIconColor","closeBtnIconDisabledColor","closeBtnIconHoverColor","closeBtnIconBorderRadius","internalMenuPaddingY","autocompleteMenuOffsetY","comboboxMenuOffsetY","miniModalHeaderPaddingBottom","miniModalBodyPaddingTop","miniModalBodyPaddingBottom","miniModalHeaderPaddingTop","miniModalActionGap","miniModalCancelIndent","miniModalFooterPaddingTop","miniModalFooterPaddingBottom","miniModalTitleMarginTop","miniModalHeightMobile","miniModalMarginTopMobile","miniModalMarginLeftMobile","miniModalMarginRightMobile","miniModalFooterPaddingMobile","miniModalHeaderPaddingMobile","miniModalBodyPaddingMobile","DefaultThemeInternal"],"mappings":"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,S,CAZf1S,Y,CAaGyP,I,GAAO,S,CAbVzP,Y,CAcGwB,Q,GAAW,M,CAddxB,Y,CAeGiC,K,GAAQ,M,CAfXjC,Y,CAgBG2S,W,GAAc,S,CAhBjB3S,Y,CAiBGG,S,GAAY,S,CAjBfH,Y,CAkBG4S,I,GAAO,S,CAlBV5S,Y,CAmBGyB,Q,GAAW,S,CAnBdzB,Y,CAoBG6S,S,GAAY,S,CApBf7S,Y,CAqBG0B,Y,GAAe,S,CArBlB1B,Y,CAsBG8S,K,GAAQ,S,CAtBX9S,Y,CAuBG2B,S,GAAY,S,CAvBf3B,Y,CAwBG8B,U,GAAa,S,CAxBhB9B,Y,CAyBGsR,G,GAAM,S,CAzBTtR,Y,CA0BG+B,O,GAAU,S,CA1Bb/B,Y,CA2BG4B,a,GAAgB,S,CA3BnB5B,Y,CA4BG+S,M,GAAS,S,CA5BZ/S,Y,CA6BG6B,U,GAAa,S,CA7BhB7B,Y,CA8BGC,S,GAAY,M,CA9BfD,Y,CAkCGE,U,GAAa,S,CAlChBF,Y,CAmCGI,S,GAAY,S,CAnCfJ,Y,CAoCGsF,c,GAAiB,S,CApCpBtF,Y,CAqCG2P,S,GAAY,S,CArCf3P,Y,CAsCGK,W,GAAc,S,CAtCjBL,Y,CAuCGuF,gB,GAAmB,S,CAvCtBvF,Y,CAwCGgT,W,GAAc,S,CAxCjBhT,Y,CAyCGgR,qB,GAAwB,S,CAzC3BhR,Y,CA0CGiT,mB,GAAsB,qB,CA1CzBjT,Y,CA2CGuN,oB,GAAuB,qB,CA3C1BvN,Y,CA+CGgI,gB,GAAmB,S,CA/CtBhI,Y,CAgDGwF,iB,GAAoB,M,CAhDvBxF,Y,CAiDGwN,qB,GAAwB,S,CAjD3BxN,Y,CAkDGyN,U,GAAa,wB,CAlDhBzN,Y,CAmDG0D,kB,GAAqB,K,CAnDxB1D,Y,CAoDG2D,mB,GAAsB,K,CApDzB3D,Y,CAqDGgB,sB,GAAyB,M,CArD5BhB,Y,CAsDGkB,uB,GAA0B,M,CAtD7BlB,Y,CAuDGmB,sB,GAAyB,M,CAvD5BnB,Y,CAwDGiE,oB,GAAuB,K,CAxD1BjE,Y,CAyDGkE,qB,GAAwB,K,CAzD3BlE,Y,CA0DGmE,oB,GAAuB,M,CA1D1BnE,Y,CA2DGgE,gB,GAAmB,S,CA3DtBhE,Y,CA4DG8H,e,GAAkB,M,CA5DrB9H,Y,CA6DGO,iB,GAAoB,S,CA7DvBP,Y,CA8DGS,yB,GAA4B,S,CA9D/BT,Y,CA+DGU,a,GAAgB,M,CA/DnBV,Y,CAgEGY,c,GAAiB,M,CAhEpBZ,Y,CAiEGa,a,GAAgB,M,CAjEnBb,Y,CAkEG2J,c,GAAiB,M,CAlEpB3J,Y,CAmEG0J,gB,GAAmB,M,CAnEtB1J,Y,CAoEGkT,gB,GAAmB,G,CApEtBlT,Y,CAqEGkH,gB,GAAmB,iC,CArEtBlH,Y,CAkFG6N,kB,GAAqB,M,CAlFxB7N,Y,CAmFGiO,mB,GAAsB,M,CAnFzBjO,Y,CAoFGmO,kB,GAAqB,M,CApFxBnO,Y,CAqFGmT,gB,GAAmB,4D,CArFtBnT,Y,CAuFGoT,kB,GAAqB,O,CAvFxBpT,Y,CAwFGqT,wB,GAA2B,+B,CAxF9BrT,Y,CA4FGM,S,GAAY,S,CA5FfN,Y,CA6FGgF,e,GAAkB,S,CA7FrBhF,Y,CA8FGiF,uB,GAA0B,W,CA9F7BjF,Y,CA+FGsT,gB,GAAmB,S,CA/FtBtT,Y,CAgGGuT,qB,GAAwB,S,CAhG3BvT,Y,CAiGGwT,sB,GAAyB,S,CAjG5BxT,Y,CAkGGyT,e,GAAkB,S,CAlGrBzT,Y,CAmGG0T,oB,GAAuB,S,CAnG1B1T,Y,CAoGG2T,qB,GAAwB,S,CApG3B3T,Y,CAqGGqF,mB,GAAsB,K,CArGzBrF,Y,CAsGG4T,kB,GAAqB,K,CAtGxB5T,Y,CAsHG6T,oB,GAAuB,M,CAtH1B7T,Y,CAuHG8T,kB,GAAqB,M,CAvHxB9T,Y,CAyHGQ,yB,GAA4B,E,CAzH/BR,Y,CA6HG+T,yB,GAA4B,K,CA7H/B/T,Y,CA8HGoF,2B,GAA8B,K,CA9HjCpF,Y,CA+HGkF,yB,wCACZ8O,UAAU,CAhIDhU,YAgIE,CAAKoF,2BAAN,CAAV,GAA+C,G,qBAhItCpF,Y,CAmIGiU,qB,GAAwB,a,CAnI3BjU,Y,CAoIGkU,qB,GAAwB,K,CApI3BlU,Y,CAqIGmU,gB,GAAmB,M,CArItBnU,Y,CAyIGoU,e,GAAkB,qB,CAzIrBpU,Y,CAgKGc,Y,GAAe,K,CAhKlBd,Y,CAoKGe,Y,GAAe,K,CApKlBf,Y,CA2KGqU,kB,GAAqB,K,CA3KxBrU,Y,CA4KGsU,kB,GAAqB,K,CA5KxBtU,Y,CA6KGuU,iB,GAAoB,K,CA7KvBvU,Y,CA8KGwU,iB,GAAoB,K,CA9KvBxU,Y,CAkMGoB,a,GAAgB,K,CAlMnBpB,Y,CAsMGqB,a,GAAgB,K,CAtMnBrB,Y,CA6MGyU,mB,GAAsB,K,CA7MzBzU,Y,CA8MG0U,mB,GAAsB,K,CA9MzB1U,Y,CA+MG2U,kB,GAAqB,K,CA/MxB3U,Y,CAgNG4U,kB,GAAqB,K,CAhNxB5U,Y,CAiNG6U,qB,GAAwB,K,CAjN3B7U,Y,CAkNG8U,mB,GAAsB,K,CAlNzB9U,Y,CAmNG+U,uB,GAA0B,K,CAnN7B/U,Y,CAoNGgV,uB,GAA0B,K,CApN7BhV,Y,CAqNGiV,kB,GAAqB,K,CArNxBjV,Y,CAsNGkV,wB,GAA2B,a,CAtN9BlV,Y,CAuNGmV,iB,GAAoB,K,CAvNvBnV,Y,CAwNGoC,gB,GAAmB,K,CAxNtBpC,Y,CAyNGoV,wB,GAA2B,a,CAzN9BpV,Y,CA0QGqV,iB,GAAoB,K,CA1QvBrV,Y,CA2QGsV,oB,GAAuB,K,CA3Q1BtV,Y,CA+RGuV,kB,GAAqB,E,CA/RxBvV,Y,CAgSGwV,qB,GAAwB,E,CAhS3BxV,Y,CAiSGyV,2B,GAA8B,E,CAjSjCzV,Y,CAkSG0V,uB,GAA0B,E,CAlS7B1V,Y,CAmSG2V,0B,GAA6B,E,CAnShC3V,Y,CAoSG4V,gC,GAAmC,E,CApStC5V,Y,CAqSG6V,oB,GAAuB,E,CArS1B7V,Y,CAsSG8V,uB,GAA0B,E,CAtS7B9V,Y,CAuSG+V,6B,GAAgC,E,CAvSnC/V,Y,CA4UGgW,sB,GAAyB,K,CA5U5BhW,Y,CAqXGuD,kB,GAAqB,K,CArXxBvD,Y,CAyXGwD,kB,GAAqB,K,CAzXxBxD,Y,CAgYGiW,wB,GAA2B,K,CAhY9BjW,Y,CAiYGkW,wB,GAA2B,K,CAjY9BlW,Y,CAkYGmW,uB,GAA0B,K,CAlY7BnW,Y,CAmYGoW,uB,GAA0B,K,CAnY7BpW,Y,CAqYGqW,qB,GAAwB,K,CArY3BrW,Y,CAsYGsW,0B,GAA6B,K,CAtYhCtW,Y,CAuYGuW,2B,GAA8B,M,CAvYjCvW,Y,CAwYGwW,0B,GAA6B,M,CAxYhCxW,Y,CA4YGyW,Q,GAAW,0B,CA5YdzW,Y,CA6YG0W,a,GAAgB,K,CA7YnB1W,Y,CA8YG2W,kB,GAAqB,K,CA9YxB3W,Y,CAiZG4W,iB,GAAoB,a,CAjZvB5W,Y,CAkZG6W,qB,GAAwB,M,CAlZ3B7W,Y,CAmZG8W,sB,GAAyB,M,CAnZ5B9W,Y,CAoZG+W,mB,GAAsB,K,CApZzB/W,Y,CAqZGgX,mB,GAAsB,K,CArZzBhX,Y,CAsZGiX,wB,GAA2B,E,CAtZ9BjX,Y,CAuZG4F,sB,GAAyB,qB,CAvZ5B5F,Y,CAwZG+D,Y,GAAe,S,CAxZlB/D,Y,CAyZGyD,oB,GAAuB,S,CAzZ1BzD,Y,CA0ZGkX,uB,GAA0B,0B,CA1Z7BlX,Y,CA2ZGmX,mB,GAAsB,M,CA3ZzBnX,Y,CA+ZGoX,gB,GAAmB,M,CA/ZtBpX,Y,CAgaG2R,wB,GAA2B,M,CAha9B3R,Y,CAiaGgG,oB,GAAuB,K,CAja1BhG,Y,CAkaGiG,qB,GAAwB,K,CAla3BjG,Y,CAmaGkG,oB,GAAuB,K,CAna1BlG,Y,CAuaGqX,a,GAAgB,K,CAvanBrX,Y,CA2aGuR,gB,GAAmB,M,CA3atBvR,Y,CA4aGwR,iB,GAAoB,M,CA5avBxR,Y,CA6aGyR,gB,GAAmB,M,CA7atBzR,Y,CAibG4D,e,GAAkB,K,CAjbrB5D,Y,CAqbGsX,oB,GAAuB,K,CArb1BtX,Y,CAybG6D,gB,GAAmB,K,CAzbtB7D,Y,CA6bGuX,qB,GAAwB,K,CA7b3BvX,Y,CAicG8D,e,GAAkB,K,CAjcrB9D,Y,CAqcGwX,oB,GAAuB,K,CArc1BxX,Y,CAscGqG,gB,GAAmB,M,CAtctBrG,Y,CAucGsG,iB,GAAoB,M,CAvcvBtG,Y,CAwcGuG,gB,GAAmB,M,CAxctBvG,Y,CAycGkI,Y,GAAe,M,CAzclBlI,Y,CA0cGyX,iB,GAAoB,M,CA1cvBzX,Y,CA2cG0X,e,GAAkB,M,CA3crB1X,Y,CAkdGyO,iB,GAAoB,S,CAldvBzO,Y,CAmdG2X,sB,GAAyB,M,CAnd5B3X,Y,CAodG4X,oB,GAAuB,M,CApd1B5X,Y,CAqdG0O,kB,GAAqB,S,CArdxB1O,Y,CAsdG2G,0B,GAA6B,qB,CAtdhC3G,Y,CAudG6X,gC,GAAmC,E,CAvdtC7X,Y,CAwdG8X,wB,GAA2B,E,CAxd9B9X,Y,CAydG+X,2B,GAA8B,qB,CAzdjC/X,Y,CA0dGgY,8B,GAAiC,E,CA1dpChY,Y,CA2dG2F,qB,GAAwB,qB,CA3d3B3F,Y,CA4dGiY,2B,GAA8B,E,CA5djCjY,Y,CA6dGkY,sB,GAAyB,M,CA7d5BlY,Y,CA8dG8Q,Y,GAAe,S,CA9dlB9Q,Y,CA+dGmY,iB,GAAoB,S,CA/dvBnY,Y,CAgeGoY,0B,GAA6B,S,CAhehCpY,Y,CAieGqY,gC,GAAmC,E,CAjetCrY,Y,CAkeGsY,wB,GAA2B,E,CAle9BtY,Y,CAmeGuY,qB,GAAwB,S,CAne3BvY,Y,CAoeGwY,2B,GAA8B,E,CApejCxY,Y,CAqeGyY,iB,GAAoB,M,CArevBzY,Y,CAseG0Y,e,GAAkB,M,CAterB1Y,Y,CAueG2Y,mB,GAAsB,M,CAvezB3Y,Y,CAweG4Y,sB,GAAyB,M,CAxe5B5Y,Y,CAyeG6Y,oB,GAAuB,M,CAze1B7Y,Y,CA0eG8Y,kB,GAAqB,S,CA1exB9Y,Y,CA2eG+Y,2B,GAA8B,S,CA3ejC/Y,Y,CA4eGgZ,8B,GAAiC,E,CA5epChZ,Y,CA6eGiZ,sB,GAAyB,M,CA7e5BjZ,Y,CA8eG+Q,Y,GAAe,S,CA9elB/Q,Y,CA+eGkZ,iB,GAAoB,S,CA/evBlZ,Y,CAgfGmZ,0B,GAA6B,S,CAhfhCnZ,Y,CAifGoZ,gC,GAAmC,E,CAjftCpZ,Y,CAkfGqZ,wB,GAA2B,E,CAlf9BrZ,Y,CAmfGsZ,qB,GAAwB,S,CAnf3BtZ,Y,CAofGuZ,2B,GAA8B,E,CApfjCvZ,Y,CAqfGwZ,iB,GAAoB,M,CArfvBxZ,Y,CAsfGyZ,e,GAAkB,M,CAtfrBzZ,Y,CAufG0Z,mB,GAAsB,M,CAvfzB1Z,Y,CAwfG2Z,sB,GAAyB,M,CAxf5B3Z,Y,CAyfG4Z,oB,GAAuB,M,CAzf1B5Z,Y,CA0fG6Z,kB,GAAqB,S,CA1fxB7Z,Y,CA2fG8Z,2B,GAA8B,S,CA3fjC9Z,Y,CA4fG+Z,8B,GAAiC,E,CA5fpC/Z,Y,CA6fGga,sB,GAAyB,M,CA7f5Bha,Y,CA8fG4Q,W,GAAc,S,CA9fjB5Q,Y,CA+fGia,gB,GAAmB,S,CA/ftBja,Y,CAggBGka,yB,GAA4B,S,CAhgB/Bla,Y,CAigBGma,+B,GAAkC,E,CAjgBrCna,Y,CAkgBGoa,uB,GAA0B,E,CAlgB7Bpa,Y,CAmgBGqa,oB,GAAuB,S,CAngB1Bra,Y,CAogBGsa,0B,GAA6B,E,CApgBhCta,Y,CAqgBGua,gB,GAAmB,M,CArgBtBva,Y,CAsgBGwa,c,GAAiB,M,CAtgBpBxa,Y,CAugBGya,kB,GAAqB,M,CAvgBxBza,Y,CAwgBG0a,qB,GAAwB,M,CAxgB3B1a,Y,CAygBG2a,mB,GAAsB,M,CAzgBzB3a,Y,CA0gBG4a,iB,GAAoB,S,CA1gBvB5a,Y,CA2gBG6a,0B,GAA6B,S,CA3gBhC7a,Y,CA4gBG8a,6B,GAAgC,E,CA5gBnC9a,Y,CA6gBG+a,qB,GAAwB,M,CA7gB3B/a,Y,CA8gBG6Q,Q,GAAW,S,CA9gBd7Q,Y,CA+gBGgb,a,GAAgB,S,CA/gBnBhb,Y,CAghBGib,sB,GAAyB,S,CAhhB5Bjb,Y,CAihBGkb,4B,GAA+B,E,CAjhBlClb,Y,CAkhBGmb,oB,GAAuB,E,CAlhB1Bnb,Y,CAmhBGob,iB,GAAoB,S,CAnhBvBpb,Y,CAohBGqb,uB,GAA0B,E,CAphB7Brb,Y,CAqhBGsb,a,GAAgB,M,CArhBnBtb,Y,CAshBGub,W,GAAc,M,CAthBjBvb,Y,CA0hBGwb,kB,GAAqB,M,CA1hBxBxb,Y,CA2hBGyb,gB,GAAmB,M,CA3hBtBzb,Y,CA4hBG0b,c,GAAiB,S,CA5hBpB1b,Y,CA6hBG2b,uB,GAA0B,S,CA7hB7B3b,Y,CA8hBG4b,0B,GAA6B,E,CA9hBhC5b,Y,CA+hBG6b,kB,GAAqB,M,CA/hBxB7b,Y,CAgiBGmG,iB,GAAoB,S,CAhiBvBnG,Y,CAsmBGmF,4B,GAA+B,E,CAtmBlCnF,Y,CA0mBG8b,4B,GAA+B,K,CA1mBlC9b,Y,CA8nBG+b,a,GAAgB,M,CA9nBnB/b,Y,CAwoBGgc,a,GAAgB,wB,CAxoBnBhc,Y,CAyoBGic,kB,GAAqB,gC,CAzoBxBjc,Y,CA0oBGkc,mB,GAAsB,+B,CA1oBzBlc,Y,CAopBGmc,yB,GAA4B,E,CAppB/Bnc,Y,CAypBGoc,S,GAAY,a,CAzpBfpc,Y,CA0pBG+F,c,GAAiB,qB,CA1pBpB/F,Y,CA2pBGqc,e,GAAkB,oB,CA3pBrBrc,Y,CAkqBGsc,qB,GAAwB,E,CAlqB3Btc,Y,CAsqBGuc,2B,GAA8B,E,CAtqBjCvc,Y,CAuqBGwc,4B,GAA+B,E,CAvqBlCxc,Y,CAwqBGyc,2B,GAA8B,E,CAxqBjCzc,Y,CA0qBG0c,Y,GAAe,E,CA1qBlB1c,Y,CA2qBG2c,iB,GAAoB,E,CA3qBvB3c,Y,CA4qBG4c,oB,GAAuB,E,CA5qB1B5c,Y,CAkrBG6c,sB,GAAyB,S,CAlrB5B7c,Y,CAksBGqI,mB,GAAsB,K,CAlsBzBrI,Y,CAysBG8c,kB,GAAqB,K,CAzsBxB9c,Y,CAgtBGuI,oB,GAAuB,M,CAhtB1BvI,Y,CAutBG+c,mB,GAAsB,K,CAvtBzB/c,Y,CA8tBGyI,mB,GAAsB,M,CA9tBzBzI,Y,CAquBGgd,kB,GAAqB,M,CAruBxBhd,Y,CAqvBGid,qB,GAAwB,M,CArvB3Bjd,Y,CAsvBGkd,oB,GAAuB,M,CAtvB1Bld,Y,CAswBGmd,2B,mBAtwBHnd,YAswB+C,CAAKoT,kB,SAtwBpDpT,YAswB0E,CAAKqT,wB,OAtwB/ErT,Y,CAywBGod,e,GAAkB,M,CAzwBrBpd,Y,CA0wBGqd,e,GAAkB,M,CA1wBrBrd,Y,CA2wBGsd,sB,GAAyB,K,CA3wB5Btd,Y,CA4wBGud,mB,GAAsB,K,CA5wBzBvd,Y,CA6wBGwd,oB,GAAuB,qB,CA7wB1Bxd,Y,CA8wBGyd,yB,GAA4B,oB,CA9wB/Bzd,Y,CAkxBG0d,S,GAAY,M,CAlxBf1d,Y,CAyxBG2d,gB,GAAmB,K,CAzxBtB3d,Y,CA0xBG4d,iB,GAAoB,M,CA1xBvB5d,Y,CA2xBG6d,iB,GAAoB,M,CA3xBvB7d,Y,CA4xBG8d,a,GAAgB,M,CA5xBnB9d,Y,CA0zBG+d,W,GAAc,K,CA1zBjB/d,Y,CA2zBGge,e,GAAkB,a,CA3zBrBhe,Y,CA4zBGiH,oB,GAAuB,qB,CA5zB1BjH,Y,CAg0BGie,iB,GAAoB,K,CAh0BvBje,Y,CAi0BGke,W,GAAc,uB,CAj0BjBle,Y,CAk0BGme,c,GAAiB,M,CAl0BpBne,Y,CAm0BGoe,e,GAAkB,M,CAn0BrBpe,Y,CAo0BGqe,c,GAAiB,M,CAp0BpBre,Y,CAq0BGse,kB,GAAqB,M,CAr0BxBte,Y,CAs0BGue,mB,GAAsB,M,CAt0BzBve,Y,CAu0BGwe,kB,GAAqB,M,CAv0BxBxe,Y,CAw0BGye,c,GAAiB,S,CAx0BpBze,Y,CA40BG0e,iB,GAAoB,gC,CA50BvB1e,Y,CA60BG2e,W,GAAc,M,CA70BjB3e,Y,CAi1BG4e,gB,GAAmB,K,CAj1BtB5e,Y,CAk1BG6e,qB,GAAwB,qB,CAl1B3B7e,Y,CAm1BG8e,6B,GAAgC,S,CAn1BnC9e,Y,CAo1BG+e,0B,GAA6B,sB,CAp1BhC/e,Y,CAq1BGgf,uB,GAA0B,M,CAr1B7Bhf,Y,CAs1BGif,2B,GAA8B,K,CAt1BjCjf,Y,CAu1BGkf,6B,GAAgC,M,CAv1BnClf,Y,CAw1BGmf,yB,GAA4B,M,CAx1B/Bnf,Y,CAy1BGof,kB,GAAqB,M,CAz1BxBpf,Y,CA01BGqf,mB,GAAsB,K,CA11BzBrf,Y,CA21BGsf,0B,GAA6B,K,CA31BhCtf,Y,CA41BGuf,iB,GAAoB,K,CA51BvBvf,Y,CAm2BGwf,sB,GAAyB,M,CAn2B5Bxf,Y,CAo2BGyf,sB,GAAyB,M,CAp2B5Bzf,Y,CAw2BG0f,qB,GAAwB,M,CAx2B3B1f,Y,CAy2BG2f,a,GAAgB,S,CAz2BnB3f,Y,CA02BG4f,sB,GAAyB,O,CA12B5B5f,Y,CA22BG6f,e,GAAkB,M,CA32BrB7f,Y,CA42BG8f,gB,GAAmB,M,CA52BtB9f,Y,CA62BG+f,iB,GAAoB,M,CA72BvB/f,Y,CA82BGggB,mB,GAAsB,M,CA92BzBhgB,Y,CA+2BGigB,qB,GAAwB,K,CA/2B3BjgB,Y,CAm3BGkgB,qB,GAAwB,M,CAn3B3BlgB,Y,CAo3BGqH,wB,GAA2B,M,CAp3B9BrH,Y,CAq3BGmgB,qB,GAAwB,M,CAr3B3BngB,Y,CAs3BGogB,kC,GAAqC,M,CAt3BxCpgB,Y,CAu3BGqgB,4B,GAA+B,M,CAv3BlCrgB,Y,CA23BGsgB,0B,GAA6B,M,CA33BhCtgB,Y,CA43BGugB,yB,GAA4B,M,CA53B/BvgB,Y,CA83BGwgB,0B,GAA6B,M,CA93BhCxgB,Y,CA+3BGygB,kB,GAAqB,S,CA/3BxBzgB,Y,CAg4BG0gB,oB,GAAuB,S,CAh4B1B1gB,Y,CAi4BG2gB,mB,GAAsB,G,CAj4BzB3gB,Y,CAk4BG4gB,sB,GAAyB,M,CAl4B5B5gB,Y,CAm4BG6gB,qB,GAAwB,K,CAn4B3B7gB,Y,CAo4BG8gB,qB,GAAwB,K,CAp4B3B9gB,Y,CAq4BG+gB,wB,GAA2B,M,CAr4B9B/gB,Y,CAs4BGghB,kB,GAAqB,M,CAt4BxBhhB,Y,CAu4BGihB,0B,GAA6B,M,CAv4BhCjhB,Y,CAw4BGkhB,6B,GAAgC,M,CAx4BnClhB,Y,CAy4BGmhB,kC,GAAqC,M,CAz4BxCnhB,Y,CA04BGohB,gC,GAAmC,M,CA14BtCphB,Y,CA24BGqhB,+B,GAAkC,M,CA34BrCrhB,Y,CA44BGshB,wB,GAA2B,M,CA54B9BthB,Y,CA64BGuhB,yB,GAA4B,M,CA74B/BvhB,Y,CA84BGwhB,2B,GAA8B,M,CA94BjCxhB,Y,CA+4BGyhB,wB,GAA2B,M,CA/4B9BzhB,Y,CAg5BG0hB,sB,GAAyB,kB,CAh5B5B1hB,Y,CAi5BG2hB,uB,GAA0B,M,CAj5B7B3hB,Y,CAk5BG4hB,wB,GAA2B,M,CAl5B9B5hB,Y,CAm5BG6hB,wB,GAA2B,M,CAn5B9B7hB,Y,CAo5BG8hB,0B,GAA6B,M,CAp5BhC9hB,Y,CAq5BG+hB,6B,GAAgC,G,CAr5BnC/hB,Y,CAs5BGgiB,+B,GAAkC,G,CAt5BrChiB,Y,CAu5BGiiB,gC,GAAmC,G,CAv5BtCjiB,Y,CAw5BGkiB,8B,GAAiC,G,CAx5BpCliB,Y,CA25BGmiB,qB,GAAwB,S,CA35B3BniB,Y,CA45BGoiB,iB,GAAoB,M,CA55BvBpiB,Y,CA65BGqiB,wB,GAA2B,K,CA75B9BriB,Y,CA85BGsiB,wB,GAA2B,sB,CA95B9BtiB,Y,CA+5BGuiB,6B,GAAgC,oB,CA/5BnCviB,Y,CAg6BGwiB,uB,GAA0B,+B,CAh6B7BxiB,Y,CAi6BGyiB,yB,GAA4B,M,CAj6B/BziB,Y,CAk6BG0iB,0B,GAA6B,M,CAl6BhC1iB,Y,CAm6BG2iB,wB,GAA2B,M,CAn6B9B3iB,Y,CAo6BG4iB,2B,GAA8B,M,CAp6BjC5iB,Y,CAq6BG6iB,2B,GAA8B,M,CAr6BjC7iB,Y,CAs6BG8iB,mB,GAAsB,M,CAt6BzB9iB,Y,CAu6BG+iB,oB,GAAuB,M,CAv6B1B/iB,Y,CAw6BGgjB,kB,GAAqB,M,CAx6BxBhjB,Y,CAy6BGijB,qB,GAAwB,M,CAz6B3BjjB,Y,CA06BGkjB,wB,GAA2B,M,CA16B9BljB,Y,CA26BGmjB,2B,GAA8B,M,CA36BjCnjB,Y,CAk7BGojB,qB,GAAwB,S,CAl7B3BpjB,Y,CAm7BGqjB,uB,GAA0B,S,CAn7B7BrjB,Y,CAo7BGsjB,sB,GAAyB,M,CAp7B5BtjB,Y,CAq7BGujB,wB,GAA2B,M,CAr7B9BvjB,Y,CAs7BGwjB,2B,GAA8B,M,CAt7BjCxjB,Y,CAu7BGyjB,wB,GAA2B,M,CAv7B9BzjB,Y,CAw7BG0jB,2B,GAA8B,M,CAx7BjC1jB,Y,CAy7BG2jB,6B,GAAgC,M,CAz7BnC3jB,Y,CA07BG4jB,2B,GAA8B,M,CA17BjC5jB,Y,CA27BG6jB,0B,GAA6B,K,CA37BhC7jB,Y,CA47BG8jB,0B,GAA6B,M,CA57BhC9jB,Y,CA67BG+jB,gC,GAAmC,M,CA77BtC/jB,Y,CA87BGgkB,oC,GAAuC,M,CA97B1ChkB,Y,CA+7BGikB,6B,GAAgC,M,CA/7BnCjkB,Y,CAg8BGkkB,gC,GAAmC,M,CAh8BtClkB,Y,CAi8BGmkB,qB,GAAwB,M,CAj8B3BnkB,Y,CAk8BGokB,4B,GAA+B,M,CAl8BlCpkB,Y,CAm8BGqkB,kC,GAAqC,M,CAn8BxCrkB,Y,CA08BGskB,wB,GAA2B,M,CA18B9BtkB,Y,CA28BGukB,4B,GAA+B,M,CA38BlCvkB,Y,CA48BGwkB,8B,GAAiC,M,CA58BpCxkB,Y,CA68BGykB,iC,GAAoC,M,CA78BvCzkB,Y,CA88BG0kB,8B,GAAiC,M,CA98BpC1kB,Y,CA+8BG2kB,wB,GAA2B,E,CA/8B9B3kB,Y,CAq9BG4kB,kB,GAAqB,S,CAr9BxB5kB,Y,CAs9BG6kB,iC,GAAoC,S,CAt9BvC7kB,Y,CA2+BG8kB,sB,GAAyB,O,CA3+B5B9kB,Y,CA4+BG+kB,4B,GAA+B,O,CA5+BlC/kB,Y,CA6+BGglB,wB,GAA2B,S,CA7+B9BhlB,Y,CA8+BGilB,uB,GAA0B,+B,CA9+B7BjlB,Y,CA++BGklB,2B,GAA8B,S,CA/+BjCllB,Y,CAg/BGmlB,6B,GAAgC,S,CAh/BnCnlB,Y,CAi/BG2H,gB,GAAmB,M,CAj/BtB3H,Y,CAw/BGwH,mC,GAAsC,S,CAx/BzCxH,Y,CA4/BGolB,gB,GAAmB,M,CA5/BtBplB,Y,CA6/BGqlB,4B,GAA+B,M,CA7/BlCrlB,Y,CA8/BGslB,4B,GAA+B,M,CA9/BlCtlB,Y,CA+/BGulB,+B,GAAkC,K,CA//BrCvlB,Y,CAggCGwlB,yB,GAA4B,K,CAhgC/BxlB,Y,CAigCGylB,8B,GAAiC,K,CAjgCpCzlB,Y,CAkgCG0lB,qB,GAAwB,Q,CAlgC3B1lB,Y,CAmgCG2lB,yB,GAA4B,K,CAngC/B3lB,Y,CAogCG4lB,iC,GAAoC,G,CApgCvC5lB,Y,CAugCG6lB,oB,GAAuB,M,CAvgC1B7lB,Y,CAwgCG8lB,kB,GAAqB,M,CAxgCxB9lB,Y,CAygCG+lB,oB,GAAuB,M,CAzgC1B/lB,Y,CA0gCGgmB,4B,GAA+B,S,CA1gClChmB,Y,CA6hCGimB,qB,GAAwB,K,CA7hC3BjmB,Y,CAiiCGkmB,Y,GAAe,kC,CAjiClBlmB,Y,CAqiCGmmB,2B,GAA8B,mB,CAriCjCnmB,Y,CAsiCGomB,8B,GAAiC,S,CAtiCpCpmB,Y,CAuiCGqmB,0B,GAA6B,M,CAviChCrmB,Y,CAwiCGsmB,4B,GAA+B,M,CAxiClCtmB,Y,CAyiCGumB,4B,GAA+B,K,CAziClCvmB,Y,CA0iCGwmB,+B,GAAkC,K,CA1iCrCxmB,Y,CA2iCGymB,kB,GAAqB,E,CA3iCxBzmB,Y,CAwkCG0mB,0B,GAA6B,K,CAxkChC1mB,Y,CAykCG2mB,uB,GAA0B,a,CAzkC7B3mB,Y,CA0kCG4mB,sB,GAAyB,S,CA1kC5B5mB,Y,CA2kCG6mB,sB,GAAyB,U,CA3kC5B7mB,Y,CA4kCG8mB,4B,GAA+B,K,CA5kClC9mB,Y,CA6kCG+mB,sB,GAAyB,Q,CA7kC5B/mB,Y,CA8kCGgnB,8B,GAAiC,Q,CA9kCpChnB,Y,CA+kCGinB,+B,GAAkC,M,CA/kCrCjnB,Y,CAglCGknB,iC,GAAoC,S,CAhlCvClnB,Y,CAilCGmnB,gB,GAAmB,S,CAjlCtBnnB,Y,CAklCGonB,e,GAAkB,M,CAllCrBpnB,Y,CAmlCGqnB,iB,GAAoB,mB,CAnlCvBrnB,Y,CAolCGsnB,sB,GAAyB,qB,CAplC5BtnB,Y,CAqlCGunB,8B,GAAiC,qB,CArlCpCvnB,Y,CAylCGwnB,qB,GAAwB,qB,CAzlC3BxnB,Y,CA0lCGynB,0B,GAA6B,Q,CA1lChCznB,Y,CA8lCG0nB,0B,GAA6B,M,CA9lChC1nB,Y,CA+lCG2nB,4B,GAA+B,M,CA/lClC3nB,Y,CAgmCG4nB,wB,GAA2B,S,CAhmC9B5nB,Y,CAimCG6nB,oB,GAAuB,S,CAjmC1B7nB,Y,CAynCG8nB,Y,GAAe,O,CAznClB9nB,Y,CA0nCG+nB,Y,GAAe,K,CA1nClB/nB,Y,CA2nCGgoB,Y,GAAe,K,CA3nClBhoB,Y,CA4nCGioB,a,GAAgB,Q,CA5nCnBjoB,Y,CA6nCGkoB,W,GAAc,uB,CA7nCjBloB,Y,CA8nCGmoB,U,GAAa,M,CA9nChBnoB,Y,CA+nCGooB,gB,GAAmB,K,CA/nCtBpoB,Y,CAgoCGqoB,a,GAAgB,K,CAhoCnBroB,Y,CAioCGsoB,U,GAAa,K,CAjoChBtoB,Y,CA0oCGuoB,a,GAAgB,M,CA1oCnBvoB,Y,CA2oCGwoB,a,GAAgB,M,CA3oCnBxoB,Y,CA4oCGyoB,iB,GAAoB,K,CA5oCvBzoB,Y,CA6oCG0oB,W,GAAc,M,CA7oCjB1oB,Y,CA8oCG2oB,Q,GAAW,M,CA9oCd3oB,Y,CA+oCG4oB,O,GAAU,uB,CA/oCb5oB,Y,CAgpCG6oB,U,GAAa,O,CAhpChB7oB,Y,CAipCG8oB,c,GAAiB,S,CAjpCpB9oB,Y,CAkpCG+oB,4B,GAA+B,W,CAlpClC/oB,Y,CAmpCGgpB,gB,GAAmB,E,CAnpCtBhpB,Y,CAopCGipB,iB,GAAoB,E,CAppCvBjpB,Y,CAqpCGkpB,iB,GAAoB,M,CArpCvBlpB,Y,CAspCGmpB,e,GAAkB,0B,CAtpCrBnpB,Y,CAupCGopB,oB,GAAuB,O,CAvpC1BppB,Y,CAwpCGqpB,c,GAAiB,K,CAxpCpBrpB,Y,CA2pCG0I,sB,GAAyB,S,CA3pC5B1I,Y,CA4pCGspB,iC,GAAoC,E,CA5pCvCtpB,Y,CA0qCGupB,yB,GAA4B,a,CA1qC/BvpB,Y,CA2qCGwpB,+B,GAAkC,K,CA3qCrCxpB,Y,CA4qCGypB,gC,GAAmC,K,CA5qCtCzpB,Y,CA6qCG0pB,+B,GAAkC,K,CA7qCrC1pB,Y,CAsvCG2pB,U,GAAa,M,CAtvChB3pB,Y,CAuvCG4pB,U,GAAa,gC,CAvvChB5pB,Y,CAwvCG6pB,Y,GAAe,K,CAxvClB7pB,Y,CAyvCG8pB,kB,GAAqB,K,CAzvCxB9pB,Y,CA0vCG+pB,yC,GAA4C,K,CA1vC/C/pB,Y,CA2vCGgqB,kB,GAAqB,K,CA3vCxBhqB,Y,CA4vCGiqB,+C,GAAkD,K,CA5vCrDjqB,Y,CA6vCGkqB,Y,GAAe,K,CA7vClBlqB,Y,CA8vCGmqB,kB,GAAqB,K,CA9vCxBnqB,Y,CA+vCG0G,W,GAAc,K,CA/vCjB1G,Y,CAgwCGoqB,a,GAAgB,a,CAhwCnBpqB,Y,CA8wCG4I,iB,GAAoB,M,CA9wCvB5I,Y,CAkxCGmJ,uB,GAA0B,M,CAlxC7BnJ,Y,CAmxCGqJ,sB,GAAyB,M,CAnxC5BrJ,Y,CAoxCG+I,e,GAAkB,K,CApxCrB/I,Y,CAqxCGgJ,wB,GAA2B,K,CArxC9BhJ,Y,CAsxCGqqB,uB,GAA0B,K,CAtxC7BrqB,Y,CA01CGwJ,gB,GAAmB,K,CA11CtBxJ,Y,CA81CGyJ,gB,GAAmB,K,CA91CtBzJ,Y,CAq2CGkJ,sB,GAAyB,M,CAr2C5BlJ,Y,CAs2CGsqB,sB,GAAyB,K,CAt2C5BtqB,Y,CAu2CGoJ,qB,GAAwB,M,CAv2C3BpJ,Y,CAw2CGuqB,qB,GAAwB,M,CAx2C3BvqB,Y,CAy2CGwqB,oB,GAAuB,K,CAz2C1BxqB,Y,CA02CGyqB,sB,GAAyB,K,CA12C5BzqB,Y,CA22CG0qB,sB,GAAyB,K,CA32C5B1qB,Y,CAk3CG2qB,oB,GAAuB,S,CAl3C1B3qB,Y,CAm3CG4qB,sB,GAAyB,E,CAn3C5B5qB,Y,CAo3CG6qB,yB,GAA4B,M,CAp3C/B7qB,Y,CAq3CG+J,e,GAAkB,O,CAr3CrB/J,Y,CAs3CGgK,qB,GAAwB,W,CAt3C3BhK,Y,CAg4CG6J,kB,GAAqB,a,CAh4CxB7J,Y,CAy7CG8qB,W,GAAc,K,CAz7CjB9qB,Y,CA47CG8K,e,GAAkB,S,CA57CrB9K,Y,CAi8CGyK,oB,GAAuB,M,CAj8C1BzK,Y,CAq8CGgL,0B,GAA6B,M,CAr8ChChL,Y,CAs8CGiL,yB,GAA4B,M,CAt8C/BjL,Y,CA28CG0K,kB,GAAqB,M,CA38CxB1K,Y,CA+8CGmL,wB,GAA2B,M,CA/8C9BnL,Y,CAg9CGoL,uB,GAA0B,M,CAh9C7BpL,Y,CAq9CG2K,kB,GAAqB,K,CAr9CxB3K,Y,CAy9CG4K,oB,GAAuB,M,CAz9C1B5K,Y,CA69CG6K,uB,GAA0B,K,CA79C7B7K,Y,CAu+CGsL,wB,GAA2B,M,CAv+C9BtL,Y,CAw+CG4L,0B,GAA6B,M,CAx+ChC5L,Y,CAy+CGyL,6B,GAAgC,K,CAz+CnCzL,Y,CA0+CGuL,uB,GAA0B,M,CA1+C7BvL,Y,CA2+CG6L,yB,GAA4B,M,CA3+C/B7L,Y,CA4+CG0L,4B,GAA+B,K,CA5+ClC1L,Y,CA8+CG+qB,mC,GAAsC,K,CA9+CzC/qB,Y,CA++CGgrB,oC,GAAuC,K,CA/+C1ChrB,Y,CAg/CGirB,mC,GAAsC,K,CAh/CzCjrB,Y,CAk/CGkrB,sC,GAAyC,M,CAl/C5ClrB,Y,CAm/CGmrB,uC,GAA0C,M,CAn/C7CnrB,Y,CAo/CGorB,sC,GAAyC,M,CAp/C5CprB,Y,CAs/CGqrB,4B,GAA+B,K,CAt/ClCrrB,Y,CA8iDGsrB,4B,GAA+B,K,CA9iDlCtrB,Y,CAijDGurB,wB,GAA2B,S,CAjjD9BvrB,Y,CAkjDGwrB,oB,GAAuB,K,CAljD1BxrB,Y,CAmjDGyrB,oB,GAAuB,K,CAnjD1BzrB,Y,CAojDG0rB,wB,GAA2B,K,CApjD9B1rB,Y,CAsjDG2rB,0B,GAA6B,K,CAtjDhC3rB,Y,CAujDG4rB,0B,GAA6B,M,CAvjDhC5rB,Y,CA2lDG6rB,gC,GAAmC,K,CA3lDtC7rB,Y,CAunDGuM,Y,GAAe,M,CAvnDlBvM,Y,CA4nDGwM,W,GAAc,M,CA5nDjBxM,Y,CAooDGqM,kB,GAAqB,M,CApoDxBrM,Y,CAqoDG8rB,iB,GAAoB,M,CAroDvB9rB,Y,CAsoDGsM,iB,GAAoB,M,CAtoDvBtM,Y,CAuoDG+rB,gB,GAAmB,M,CAvoDtB/rB,Y,CA0pDG+M,Q,GAAW,M,CA1pDd/M,Y,CA2pDGgsB,e,GAAkB,M,CA3pDrBhsB,Y,CA4pDGisB,sB,GAAyB,M,CA5pD5BjsB,Y,CA6pDGksB,Y,GAAe,M,CA7pDlBlsB,Y,CAiqDGmsB,uB,GAA0B,S,CAjqD7BnsB,Y,CAkqDG6M,a,GAAgB,S,CAlqDnB7M,Y,CAmqDGosB,oB,GAAuB,S,CAnqD1BpsB,Y,CAoqDG8M,e,GAAkB,S,CApqDrB9M,Y,CA6qDG2M,iB,GAAoB,qB,CA7qDvB3M,Y,CAitDGqsB,a,GAAgB,4C,CAjtDnBrsB,Y,CAktDGssB,c,GAAiB,S,CAltDpBtsB,Y,CA4tDGusB,gB,GAAmB,K,CA5tDtBvsB,Y,CA6tDGwsB,mB,GAAsB,K,CA7tDzBxsB,Y,CAuuDGysB,iB,GAAoB,E,CAvuDvBzsB,Y,CA8uDG0sB,6B,GAAgC,E,CA9uDnC1sB,Y,CA+uDG2sB,wB,GAA2B,E,CA/uD9B3sB,Y,CAgvDG4sB,6B,GAAgC,E,CAhvDnC5sB,Y,CAivDG6sB,+B,GAAkC,E,CAjvDrC7sB,Y,CAkvDG8sB,oC,GAAuC,E,CAlvD1C9sB,Y,CAuvDG+sB,mB,GAAsB,E,CAvvDzB/sB,Y,CAwvDGgtB,qB,GAAwB,E,CAxvD3BhtB,Y,CAyvDGitB,0B,GAA6B,E,CAzvDhCjtB,Y,CA0vDGktB,qB,GAAwB,E,CA1vD3BltB,Y,CA2vDGmtB,0B,GAA6B,E,CA3vDhCntB,Y,CA4vDGotB,4B,GAA+B,E,CA5vDlCptB,Y,CA6vDGqtB,iC,GAAoC,E,CA7vDvCrtB,Y,CA+vDGstB,yB,GAA4B,E,CA/vD/BttB,Y,CAgwDGutB,sB,GAAyB,E,CAhwD5BvtB,Y,CAiwDGwtB,gC,GAAmC,E,CAjwDtCxtB,Y,CAkwDGytB,6B,GAAgC,E,CAlwDnCztB,Y,CAmwDG0tB,gC,GAAmC,E,CAnwDtC1tB,Y,CAowDG2tB,6B,GAAgC,E,CApwDnC3tB,Y,CAqwDG4tB,uC,GAA0C,E,CArwD7C5tB,Y,CAswDG6tB,oC,GAAuC,E,CAtwD1C7tB,Y,CAywDG4G,W,GAAc,M,CAzwDjB5G,Y,CA0wDG6G,iB,GAAoB,K,CA1wDvB7G,Y,CA2wDG8tB,gB,GAAmB,a,CA3wDtB9tB,Y,CA4wDG+tB,e,GAAkB,6C,CA5wDrB/tB,Y,CA6wDG6H,c,GAAiB,kC,CA7wDpB7H,Y,CAoxDG+G,c,GAAiB,K,CApxDpB/G,Y,CAqxDGguB,e,GAAkB,M,CArxDrBhuB,Y,CAsxDGiuB,e,GAAkB,M,CAtxDrBjuB,Y,CAuxDGgH,W,GAAc,M,CAvxDjBhH,Y,CAwxDG8G,Y,GAAe,K,CAxxDlB9G,Y,CAyxDGkuB,oB,GAAuB,K,CAzxD1BluB,Y,CA+xDGqD,W,GAAc,M,CA/xDjBrD,Y,CAgyDGmD,O,GAAU,O,CAhyDbnD,Y,CAiyDGgN,c,GAAiB,S,CAjyDpBhN,Y,CAqyDGmuB,U,GAAa,S,CAryDhBnuB,Y,CAsyDGouB,U,GAAa,O,CAtyDhBpuB,Y,CAu1DG4R,kB,GAAqB,K,CAv1DxB5R,Y,CAw1DG6R,mB,GAAsB,M,CAx1DzB7R,Y,CAy1DG8R,kB,GAAqB,M,CAz1DxB9R,Y,CA01DGquB,iB,GAAoB,K,CA11DvBruB,Y,CA21DGsuB,kB,GAAqB,K,CA31DxBtuB,Y,CA41DGuuB,iB,GAAoB,M,CA51DvBvuB,Y,CA61DGwuB,kB,GAAqB,M,CA71DxBxuB,Y,CA81DGyuB,mB,GAAsB,M,CA91DzBzuB,Y,CA+1DG0uB,kB,GAAqB,M,CA/1DxB1uB,Y,CAq3DG2uB,mB,GAAsB,a,CAr3DzB3uB,Y,CAs3DG4uB,sB,GAAyB,K,CAt3D5B5uB,Y,CAu3DG6uB,uB,GAA0B,K,CAv3D7B7uB,Y,CAw3DG8uB,sB,GAAyB,K,CAx3D5B9uB,Y,CAy3DG+uB,2B,GAA8B,E,CAz3DjC/uB,Y,CAy4DG4C,mB,GAAsB,qB,CAz4DzB5C,Y,CAs5DGgvB,gB,GAAmB,O,CAt5DtBhvB,Y,CA27DGivB,e,GAAkB,M,CA37DrBjvB,Y,CA47DGkvB,oB,GAAuB,M,CA57D1BlvB,Y,CA67DGmvB,qB,GAAwB,M,CA77D3BnvB,Y,CA87DGovB,oB,GAAuB,M,CA97D1BpvB,Y,CA+7DGqvB,kB,GAAqB,K,CA/7DxBrvB,Y,CAs9DGsvB,kB,GAAqB,K,CAt9DxBtvB,Y,CAu9DGuvB,e,GAAkB,S,CAv9DrBvvB,Y,CAw9DGwvB,a,GAAgB,S,CAx9DnBxvB,Y,CAk+DGyvB,c,GAAiB,M,CAl+DpBzvB,Y,CA4+DG0vB,oB,GAAuB,M,CA5+D1B1vB,Y,CAy/DG2vB,oB,GAAuB,K,CAz/D1B3vB,Y,CAsgEG4vB,U,GAAa,M,CAtgEhB5vB,Y,CA8hEG0P,U,GAAa,M,CA9hEhB1P,Y,CA8iEG6vB,c,GAAiB,M,CA9iEpB7vB,Y,CA+iEG8vB,sB,GAAyB,Y,CA/iE5B9vB,Y,CA8kEG+vB,oB,GAAuB,K,CA9kE1B/vB,Y,CAgnEGgwB,a,GAAgB,O,CAhnEnBhwB,Y,CAonEGuP,gB,GAAmB,K,CApnEtBvP,Y,CAwnEGiwB,sB,GAAyB,M,CAxnE5BjwB,Y,CAynEGkwB,qB,GAAwB,M,CAznE3BlwB,Y,CA8oEGmwB,sB,GAAyB,qB,CA9oE5BnwB,Y,CA2pEGowB,kB,GAAqB,qB,CA3pExBpwB,Y,CA4pEGqwB,2B,GAA8B,a,CA5pEjCrwB,Y,CA8qEG4P,e,GAAkB,K,CA9qErB5P,Y,CAkrEGswB,qB,GAAwB,M,CAlrE3BtwB,Y,CAmrEGuwB,oB,GAAuB,M,CAnrE1BvwB,Y,CA8rEG6P,S,GAAY,M,CA9rEf7P,Y,CAksEGwwB,e,GAAkB,M,CAlsErBxwB,Y,CAmsEGywB,c,GAAiB,M,CAnsEpBzwB,Y,CAquEG0wB,e,GAAkB,K,CAruErB1wB,Y,CA6vEG2wB,kB,GAAqB,K,CA7vExB3wB,Y,CA8vEG4wB,Y,GAAe,M,CA9vElB5wB,Y,CA+vEG6wB,Y,GAAe,M,CA/vElB7wB,Y,CA4wEG8wB,c,GAAiB,M,CA5wEpB9wB,Y,CAyxEG+wB,gB,GAAmB,M,CAzxEtB/wB,Y,CA0xEGgxB,iB,GAAoB,M,CA1xEvBhxB,Y,CAiyEGixB,uB,GAA0B,a,CAjyE7BjxB,Y,CAkyEGkxB,uB,GAA0B,M,CAlyE7BlxB,Y,CA4yEGmxB,mB,GAAsB,a,CA5yEzBnxB,Y,CA6yEGoxB,4B,GAA+B,K,CA7yElCpxB,Y,CA8yEGqxB,kB,GAAqB,K,CA9yExBrxB,Y,CAozEGsxB,uB,GAA0B,K,CApzE7BtxB,Y,CAw1EG0Q,W,GAAc,M,CAx1EjB1Q,Y,CAy1EGuxB,gB,GAAmB,K,CAz1EtBvxB,Y,CA01EGwxB,iB,GAAoB,M,CA11EvBxxB,Y,CAy3EGyxB,c,GAAiB,K,CAz3EpBzxB,Y,CA85EG0xB,wB,GAA2B,K,CA95E9B1xB,Y,CA+7EG2xB,sB,GAAyB,K,CA/7E5B3xB,Y,CAg8EG4xB,uB,GAA0B,M,CAh8E7B5xB,Y,CAi8EG6xB,sB,GAAyB,M,CAj8E5B7xB,Y,CAk8EG8xB,yB,GAA4B,W,CAl8E/B9xB,Y,CAm8EG+xB,0B,GAA6B,W,CAn8EhC/xB,Y,CAo8EGgyB,yB,GAA4B,W,CAp8E/BhyB,Y,CAu8EGiyB,oB,GAAuB,K,CAv8E1BjyB,Y,CAy+EGkyB,2B,GAA8B,K,CAz+EjClyB,Y,CA0+EGmyB,4B,GAA+B,M,CA1+ElCnyB,Y,CA2+EGoyB,2B,GAA8B,M,CA3+EjCpyB,Y,CAmhFG0R,8B,GAAiC,qB,CAnhFpC1R,Y,CA4hFGqyB,qB,GAAwB,M,CA5hF3BryB,Y,CA6hFGsyB,iC,GAAoC,K,CA7hFvCtyB,Y,CA8hFGuyB,wB,GAA2B,oB,CA9hF9BvyB,Y,CA+hFGwyB,gC,GAAmC,M,CA/hFtCxyB,Y,CAsiFGyyB,2B,GAA8B,K,CAtiFjCzyB,Y,CAuiFG0yB,6B,GAAgC,M,CAviFnC1yB,Y,CAwiFG2yB,uB,GAA0B,M,CAxiF7B3yB,Y,CA2iFG4yB,4B,GAA+B,K,CA3iFlC5yB,Y,CA4iFG6yB,iC,GAAoC,M,CA5iFvC7yB,Y,CA6iFG8yB,6B,GAAgC,0B,CA7iFnC9yB,Y,CA8iFG+yB,mC,GAAsC,0B,CA9iFzC/yB,Y,CA+iFGgzB,+B,GAAkC,K,CA/iFrChzB,Y,CAgjFGizB,2C,GAA8C,K,CAhjFjDjzB,Y,CAmjFGkzB,gC,GAAmC,M,CAnjFtClzB,Y,CAojFGmzB,kC,GAAqC,K,CApjFxCnzB,Y,CAqjFGozB,qC,GAAwC,M,CArjF3CpzB,Y,CAsjFGqzB,uC,GAA0C,G,CAtjF7CrzB,Y,CA4jFGszB,kB,GAAqB,K,CA5jFxBtzB,Y,CA6jFGuzB,iB,GAAoB,M,CA7jFvBvzB,Y,CA8jFGwzB,oB,GAAuB,O,CA9jF1BxzB,Y,CA+jFGyzB,e,GAAkB,K,CA/jFrBzzB,Y,CAgkFG0zB,gB,GAAmB,K,CAhkFtB1zB,Y,CAikFG2zB,kB,GAAqB,M,CAjkFxB3zB,Y,CAkkFG4zB,iB,GAAoB,M,CAlkFvB5zB,Y,CAmkFG6zB,2B,GAA8B,a,CAnkFjC7zB,Y,CAokFG8zB,uC,GAA0C,K,CApkF7C9zB,Y,CAqkFG+zB,oC,GAAuC,M,CArkF1C/zB,Y,CAskFGg0B,iC,GAAoC,O,CAtkFvCh0B,Y,CAukFGi0B,yC,GAA4C,K,CAvkF/Cj0B,Y,CA0kFGk0B,iB,GAAoB,O,CA1kFvBl0B,Y,CA2kFGm0B,c,GAAiB,M,CA3kFpBn0B,Y,CA4kFGo0B,0B,GAA6B,E,CA5kFhCp0B,Y,CA0nFGq0B,oB,GAAuB,K,CA1nF1Br0B,Y,CA8nFGs0B,wB,GAA2B,K,CA9nF9Bt0B,Y,CA+nFGu0B,uB,GAA0B,qB,CA/nF7Bv0B,Y,CAsoFGw0B,uB,GAA0B,Q,CAtoF7Bx0B,Y,CA6oFGy0B,0B,GAA6B,E,CA7oFhCz0B,Y,CA8oFG00B,oB,GAAuB,M,CA9oF1B10B,Y,CA+oFG20B,qB,GAAwB,S,CA/oF3B30B,Y,CAgpFG40B,0B,GAA6B,M,CAhpFhC50B,Y,CAupFG60B,sB,GAAyB,S,CAvpF5B70B,Y,CAwpFG80B,0B,GAA6B,E,CAxpFhC90B,Y,CAypFGkS,+B,GAAkC,S,CAzpFrClS,Y,CA0pFG+0B,6B,GAAgC,S,CA1pFnC/0B,Y,CA2pFGg1B,6B,GAAgC,S,CA3pFnCh1B,Y,CA4pFGi1B,6B,GAAgC,S,CA5pFnCj1B,Y,CAgqFGk1B,qB,GAAwB,M,CAhqF3Bl1B,Y,CAiqFGm1B,8B,GAAiC,E,CAjqFpCn1B,Y,CAkqFGo1B,wB,GAA2B,K,CAlqF9Bp1B,Y,CAmqFGq1B,yB,GAA4B,K,CAnqF/Br1B,Y,CAoqFGs1B,wB,GAA2B,K,CApqF9Bt1B,Y,CAyqFGu1B,0B,GAA6B,mE,CAzqFhCv1B,Y,CA6qFGw1B,iB,GAAoB,qB,CA7qFvBx1B,Y,CA8qFGy1B,yB,GAA4B,S,CA9qF/Bz1B,Y,CA+qFG01B,sB,GAAyB,sB,CA/qF5B11B,Y,CAgrFG21B,wB,GAA2B,K,CAhrF9B31B,Y,CAurFG41B,oB,GAAuB,K,CAvrF1B51B,Y,CA2rFG61B,uB,GAA0B,K,CA3rF7B71B,Y,CA+rFG81B,mB,GAAsB,K,CA/rFzB91B,Y,CAmsFG+1B,4B,GAA+B,G,CAnsFlC/1B,Y,CAosFGg2B,uB,GAA0B,M,CApsF7Bh2B,Y,CAqsFGi2B,0B,GAA6B,G,CArsFhCj2B,Y,CAssFGk2B,yB,GAA4B,M,CAtsF/Bl2B,Y,CAusFGm2B,kB,GAAqB,K,CAvsFxBn2B,Y,CAwsFGo2B,qB,GAAwB,K,CAxsF3Bp2B,Y,CAysFGq2B,yB,GAA4B,M,CAzsF/Br2B,Y,CA0sFGs2B,4B,GAA+B,M,CA1sFlCt2B,Y,CA2sFGu2B,uB,GAA0B,M,CA3sF7Bv2B,Y,CA4sFGw2B,qB,GAAwB,M,CA5sF3Bx2B,Y,CA6sFGy2B,wB,GAA2B,M,CA7sF9Bz2B,Y,CA8sFG02B,yB,GAA4B,M,CA9sF/B12B,Y,CA+sFG22B,0B,GAA6B,M,CA/sFhC32B,Y,CAgtFG42B,4B,GAA+B,gB,CAhtFlC52B,Y,CAitFG62B,4B,GAA+B,a,CAjtFlC72B,Y,CAktFG82B,0B,GAA6B,a;;AAItC,IAAMC,oBAAoB,GAAG,iCAAc/2B,YAAd,CAA7B,C","sourcesContent":["import * as ColorFunctions from '../../lib/styles/ColorFunctions';\nimport { exposeGetters } from '../../lib/theming/ThemeHelpers';\n\nexport class DefaultTheme {\n //#region Common variables\n public static fontFamilyCompensationBaseline = '0px'; // deprecated\n public static labGrotesqueBaselineCompensation = '1';\n public static brandXLight = '#cae5f5';\n public static brandLight = '#3094d0';\n public static brand = '#2291ff';\n public static brandDark = '#1363a0';\n public static brandXDark = '#084f85';\n public static white = '#fff';\n public static grayXxLight = '#f2f2f2';\n public static grayXLight = '#ebebeb';\n public static grayLight = '#a0a0a0';\n public static gray = '#858585';\n public static grayDark = '#333';\n public static black = '#000';\n public static blueXxLight = '#cdedff';\n public static blueLight = '#1f87ef';\n public static blue = '#1874cf';\n public static blueDark = '#1874cf';\n public static blueXDark = '#044785';\n public static greenXxLight = '#d7f8ae';\n public static green = '#538a1b';\n public static greenDark = '#477916';\n public static redXxLight = '#ffddd6';\n public static red = '#dd473b';\n public static redDark = '#cb3d35';\n public static yellowXxLight = '#ffeec2';\n public static yellow = '#fcb73e';\n public static yellowDark = '#ef8b17';\n public static bgDefault = '#fff';\n public static get bgSecondary() {\n return this.bgDefault;\n }\n public static bgDisabled = '#f6f6f6';\n public static errorMain = '#dd473b';\n public static errorSecondary = '#ffd6d6';\n public static errorText = '#cb3d35';\n public static warningMain = '#fcb73e';\n public static warningSecondary = '#fff0bc';\n public static warningText = '#d97e00';\n public static borderColorFocusLight = '#cdedff';\n public static borderColorGrayDark = 'rgba(0, 0, 0, 0.28)';\n public static borderColorGrayLight = 'rgba(0, 0, 0, 0.16)';\n public static get borderColorDisabled() {\n return this.bgDisabled;\n }\n public static placeholderColor = '#adadad';\n public static outlineColorFocus = '#fff';\n public static placeholderColorLight = '#cdcdcd';\n public static blinkColor = 'rgba(0, 136, 255, 0.2)';\n public static controlBorderWidth = '1px';\n public static controlOutlineWidth = '2px';\n public static controlLineHeightSmall = '20px';\n public static controlLineHeightMedium = '22px';\n public static controlLineHeightLarge = '24px';\n public static controlPaddingYSmall = '5px';\n public static controlPaddingYMedium = '8px';\n public static controlPaddingYLarge = '11px';\n public static textColorDefault = '#222222';\n public static textColorInvert = '#fff';\n public static textColorDisabled = '#adadad';\n public static textColorDisabledContrast = '#858585';\n public static fontSizeSmall = '14px';\n public static fontSizeMedium = '16px';\n public static fontSizeLarge = '18px';\n public static fontSizeMobile = '18px';\n public static lineHeightMobile = '24px';\n public static specificityLevel = '0';\n public static fixedPanelShadow = '0 0 16px 1px rgba(0, 0, 0, 0.3)';\n public static get bgActive() {\n return this.blueLight;\n }\n public static get borderColorFocus() {\n return this.blueLight;\n }\n public static get borderColorError() {\n return this.errorMain;\n }\n public static get borderColorWarning() {\n return this.warningMain;\n }\n public static controlHeightSmall = '32px';\n public static controlHeightMedium = '40px';\n public static controlHeightLarge = '48px';\n public static mobileMediaQuery = '(max-width: 576px) and (hover: none) and (pointer: coarse)';\n\n public static transitionDuration = '100ms';\n public static transitionTimingFunction = 'cubic-bezier(0.5, 1, 0.89, 1)';\n\n //#endregion\n //#region Link\n public static linkColor = '#1874cf';\n public static linkActiveColor = '#1260ae';\n public static linkHoverTextDecoration = 'underline';\n public static linkSuccessColor = '#477916';\n public static linkSuccessHoverColor = '#477916';\n public static linkSuccessActiveColor = '#325a0c';\n public static linkDangerColor = '#cb3d35';\n public static linkDangerHoverColor = '#cb3d35';\n public static linkDangerActiveColor = '#a92a27';\n public static linkIconMarginRight = '4px';\n public static linkIconMarginLeft = '4px';\n public static get linkHoverColor() {\n return this.linkColor;\n }\n public static get linkDisabledColor() {\n return this.textColorDisabled;\n }\n public static get linkGrayedColor() {\n return this.textColorDisabled;\n }\n public static get linkGrayedHoverColor() {\n return this.textColorDisabled;\n }\n public static get linkGrayedActiveColor() {\n return this.textColorDisabled;\n }\n public static linkButtonLineHeight = '34px';\n public static linkButtonPaddingX = '10px';\n\n public static linkLineBorderBottomStyle = '';\n public static get linkLineHoverBorderBottomStyle() {\n return this.linkLineBorderBottomStyle;\n }\n public static linkLineBorderBottomWidth = '0px';\n public static linkLineBorderBottomOpacity = '0.5';\n public static linkLineBorderBottomColor = `color-mix(in srgb, currentColor ${\n parseFloat(this.linkLineBorderBottomOpacity) * 100\n }%, transparent)`;\n\n public static linkFocusOutlineColor = 'transparent';\n public static linkFocusOutlineWidth = '0px';\n public static linkFocusOutline = 'none';\n\n //#endregion\n //#region Token\n public static tokenDisabledBg = 'rgba(0, 0, 0, 0.05)';\n public static get tokenTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n /**\n * @deprecated use tokenFontSizeSmall\n */\n public static get tokenFontSize() {\n return this.fontSizeSmall;\n }\n public static get tokenFontSizeSmall() {\n return this.tokenFontSize;\n }\n public static get tokenFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get tokenFontSizeLarge() {\n return this.fontSizeLarge;\n }\n\n /**\n * @deprecated use tokenMarginYSmall\n */\n public static tokenMarginY = '3px';\n /**\n * @deprecated use tokenMarginXSmall\n */\n public static tokenMarginX = '2px';\n public static get tokenMarginYSmall() {\n return this.tokenMarginY;\n }\n public static get tokenMarginXSmall() {\n return this.tokenMarginX;\n }\n public static tokenMarginYMedium = '3px';\n public static tokenMarginXMedium = '3px';\n public static tokenMarginYLarge = '3px';\n public static tokenMarginXLarge = '4px';\n\n /**\n * @deprecated use tokenLineHeightSmall\n */\n public static get tokenLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get tokenLineHeightSmall() {\n return this.tokenLineHeight;\n }\n public static get tokenLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get tokenLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n /**\n * @deprecated use tokenPaddingYSmall\n */\n public static tokenPaddingY = '1px';\n /**\n * @deprecated use tokenPaddingXSmall\n */\n public static tokenPaddingX = '3px';\n public static get tokenPaddingYSmall() {\n return this.tokenPaddingY;\n }\n public static get tokenPaddingXSmall() {\n return this.tokenPaddingX;\n }\n public static tokenPaddingYMedium = '2px';\n public static tokenPaddingXMedium = '5px';\n public static tokenPaddingYLarge = '3px';\n public static tokenPaddingXLarge = '7px';\n public static tokenMarginBeforeIcon = '4px';\n public static tokenRemoveIconSize = '8px';\n public static tokenRemoveIconPaddingY = '4px';\n public static tokenRemoveIconPaddingX = '4px';\n public static tokenRemoveIconGap = '4px';\n public static tokenRemoveIconBoxSizing = 'content-box';\n public static tokenBorderRadius = '1px';\n public static tokenBorderWidth = '1px';\n public static tokenBorderColorDisabled = 'transparent';\n public static get tokenDefaultIdle() {\n return this.grayXLight;\n }\n public static get tokenDefaultActive() {\n return this.brand;\n }\n public static get tokenGrayIdle() {\n return this.grayXLight;\n }\n public static get tokenGrayActive() {\n return this.grayDark;\n }\n public static get tokenBlueIdle() {\n return this.blueLight;\n }\n public static get tokenBlueActive() {\n return this.blueDark;\n }\n public static get tokenGreenIdle() {\n return this.greenXxLight;\n }\n public static get tokenGreenActive() {\n return this.greenDark;\n }\n public static get tokenYellowIdle() {\n return this.yellowXxLight;\n }\n public static get tokenYellowActive() {\n return this.yellowDark;\n }\n public static get tokenRedIdle() {\n return this.redXxLight;\n }\n public static get tokenRedActive() {\n return this.redDark;\n }\n public static get tokenWhite() {\n return this.white;\n }\n public static get tokenBlack() {\n return this.black;\n }\n public static get tokenBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get tokenBorderColorError() {\n return this.borderColorError;\n }\n public static tokenOutlineWidth = '2px';\n public static tokenLegacyTextShift = '0px';\n\n public static get tokenPaddingYDisabled() {\n return this.tokenPaddingY;\n }\n public static get tokenPaddingXDisabled() {\n return this.tokenPaddingX;\n }\n\n public static get tokenMarginYDisabled() {\n return this.tokenMarginY;\n }\n public static get tokenMarginXDisabled() {\n return this.tokenMarginX;\n }\n\n public static get tokenShadowDisabled() {\n return `0 0 0 ${this.tokenBorderWidth} ${this.borderColorDisabled}`;\n }\n\n public static tokenDefaultIdleBg = '';\n public static tokenDefaultIdleColor = '';\n public static tokenDefaultIdleBorderColor = '';\n public static tokenDefaultIdleBgHover = '';\n public static tokenDefaultIdleColorHover = '';\n public static tokenDefaultIdleBorderColorHover = '';\n public static tokenDefaultActiveBg = '';\n public static tokenDefaultActiveColor = '';\n public static tokenDefaultActiveBorderColor = '';\n\n //#endregion\n //#region TokenInput\n /**\n * @deprecated use tokenInputLineHeightSmall\n */\n public static get tokenInputLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get tokenInputLineHeightSmall() {\n return this.tokenInputLineHeight;\n }\n public static get tokenInputLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get tokenInputLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get tokenInputBorderColor() {\n return this.inputBorderColor;\n }\n public static get tokenInputBorderColorHover() {\n return this.inputBorderColorHover;\n }\n public static get tokenInputBorderColorFocus() {\n return this.inputBorderColorFocus;\n }\n public static get tokenInputBorderColorError() {\n return this.inputBorderColorError;\n }\n public static get tokenInputBorderColorWarning() {\n return this.inputBorderColorWarning;\n }\n public static get tokenInputBorderTopColor() {\n return this.inputBorderTopColor;\n }\n public static tokenInputBorderRadius = '0px';\n public static get tokenInputPlaceholderColor() {\n return this.inputPlaceholderColor;\n }\n public static get tokenInputPlaceholderColorLight() {\n return this.inputPlaceholderColorLight;\n }\n public static get tokenInputDisabledBg() {\n return this.inputDisabledBg;\n }\n public static get tokenInputDisabledBorderColor() {\n return this.inputDisabledBorderColor;\n }\n public static get tokenInputBorderWidth() {\n return this.inputBorderWidth;\n }\n public static get tokenInputOutlineWidth() {\n return this.inputOutlineWidth;\n }\n public static get tokenInputBg() {\n return this.inputBg;\n }\n public static get tokenInputMenuPopupBg() {\n return this.bgSecondary;\n }\n public static get tokenInputShadow() {\n return this.inputShadow;\n }\n public static get tokenInputTextColor() {\n return this.inputTextColor;\n }\n public static get tokenInputTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get tokenInputPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n\n /**\n * @deprecated use tokenInputPaddingYSmall\n */\n public static tokenInputPaddingY = '1px';\n /**\n * @deprecated use tokenInputPaddingXSmall\n */\n public static tokenInputPaddingX = '2px';\n public static get tokenInputPaddingYSmall() {\n return this.tokenInputPaddingY;\n }\n public static get tokenInputPaddingXSmall() {\n return this.tokenInputPaddingX;\n }\n public static tokenInputPaddingYMedium = '3px';\n public static tokenInputPaddingXMedium = '3px';\n public static tokenInputPaddingYLarge = '5px';\n public static tokenInputPaddingXLarge = '4px';\n\n public static tokenInputPopupOffset = '0px';\n public static tokenInputPopupMarginSmall = '7px';\n public static tokenInputPopupMarginMedium = '10px';\n public static tokenInputPopupMarginLarge = '13px';\n\n //#endregion\n //#region Loader\n public static loaderBg = 'rgba(255, 255, 255, 0.8)';\n public static loaderOpacity = '0.8';\n public static loaderBorderRadius = '0px';\n //#endregion\n //#region Button\n public static btnBackgroundClip = 'padding-box';\n public static btnArrowBgImageActive = 'none';\n public static btnArrowBgImageChecked = 'none';\n public static btnLinkBorderRadius = '2px';\n public static btnFocusShadowWidth = '2px';\n public static btnBorderColorTransition = '';\n public static btnDisabledBorderColor = 'rgba(0, 0, 0, 0.05)';\n public static btnCheckedBg = '#7e7e7e';\n public static btnCheckedDisabledBg = '#a0a0a0';\n public static btnCheckedDisabledColor = 'rgba(255, 255, 255, 0.7)';\n public static btnCheckedTextColor = '#fff';\n public static get btnCheckedDisabledBorderColor() {\n return this.btnCheckedDisabledBg;\n }\n public static btnCheckedShadow = 'none';\n public static btnCheckedDisabledShadow = 'none';\n public static btnBorderRadiusSmall = '1px';\n public static btnBorderRadiusMedium = '1px';\n public static btnBorderRadiusLarge = '1px';\n public static get btnBorderWidth() {\n return this.controlBorderWidth;\n }\n public static btnInsetWidth = '1px';\n public static get btnOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static btnPaddingXSmall = '15px';\n public static btnPaddingXMedium = '15px';\n public static btnPaddingXLarge = '19px';\n /**\n * @deprecated use btnIconGapSmallLeft\n */\n public static btnIconGapSmall = '4px';\n public static get btnIconGapSmallLeft() {\n return this.btnIconGapSmall;\n }\n public static btnIconGapSmallRight = '4px';\n /**\n * @deprecated use btnIconGapMediumLeft\n */\n public static btnIconGapMedium = '4px';\n public static get btnIconGapMediumLeft() {\n return this.btnIconGapMedium;\n }\n public static btnIconGapMediumRight = '4px';\n /**\n * @deprecated use btnIconGapLargeLeft\n */\n public static btnIconGapLarge = '4px';\n public static get btnIconGapLargeLeft() {\n return this.btnIconGapLarge;\n }\n public static btnIconGapLargeRight = '4px';\n public static btnIconSizeSmall = '16px';\n public static btnIconSizeMedium = '18px';\n public static btnIconSizeLarge = '20px';\n public static btnDefaultBg = '#fff';\n public static btnDefaultBgStart = 'none';\n public static btnDefaultBgEnd = 'none';\n public static get btnDefaultCheckedBorderColor() {\n return this.btnCheckedBg;\n }\n public static get btnDefaultTextColor() {\n return this.textColorDefault;\n }\n public static btnDefaultHoverBg = '#f2f2f2';\n public static btnDefaultHoverBgStart = 'none';\n public static btnDefaultHoverBgEnd = 'none';\n public static btnDefaultActiveBg = '#ebebeb';\n public static btnDefaultHoverBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultHoverBorderBottomColor = '';\n public static btnDefaultHoverTextColor = '';\n public static btnDefaultActiveBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultActiveBorderTopColor = '';\n public static btnDefaultBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultBorderBottomColor = '';\n public static btnDefaultActiveShadow = 'none';\n public static btnSuccessBg = '#538a1b';\n public static btnSuccessHoverBg = '#477916';\n public static btnSuccessHoverBorderColor = '#477916';\n public static btnSuccessHoverBorderBottomColor = '';\n public static btnSuccessHoverTextColor = '';\n public static btnSuccessBorderColor = '#538a1b';\n public static btnSuccessBorderBottomColor = '';\n public static btnSuccessBgStart = 'none';\n public static btnSuccessBgEnd = 'none';\n public static btnSuccessTextColor = '#fff';\n public static btnSuccessHoverBgStart = 'none';\n public static btnSuccessHoverBgEnd = 'none';\n public static btnSuccessActiveBg = '#3a6710';\n public static btnSuccessActiveBorderColor = '#3a6710';\n public static btnSuccessActiveBorderTopColor = '';\n public static btnSuccessActiveShadow = 'none';\n public static btnPrimaryBg = '#1c7edf';\n public static btnPrimaryHoverBg = '#1874cf';\n public static btnPrimaryHoverBorderColor = '#1874cf';\n public static btnPrimaryHoverBorderBottomColor = '';\n public static btnPrimaryHoverTextColor = '';\n public static btnPrimaryBorderColor = '#1c7edf';\n public static btnPrimaryBorderBottomColor = '';\n public static btnPrimaryBgStart = 'none';\n public static btnPrimaryBgEnd = 'none';\n public static btnPrimaryTextColor = '#fff';\n public static btnPrimaryHoverBgStart = 'none';\n public static btnPrimaryHoverBgEnd = 'none';\n public static btnPrimaryActiveBg = '#156abe';\n public static btnPrimaryActiveBorderColor = '#156abe';\n public static btnPrimaryActiveBorderTopColor = '';\n public static btnPrimaryActiveShadow = 'none';\n public static btnDangerBg = '#dd473b';\n public static btnDangerHoverBg = '#cb3d35';\n public static btnDangerHoverBorderColor = '#cb3d35';\n public static btnDangerHoverBorderBottomColor = '';\n public static btnDangerHoverTextColor = '';\n public static btnDangerBorderColor = '#dd473b';\n public static btnDangerBorderBottomColor = '';\n public static btnDangerBgStart = 'none';\n public static btnDangerBgEnd = 'none';\n public static btnDangerTextColor = '#fff';\n public static btnDangerHoverBgStart = 'none';\n public static btnDangerHoverBgEnd = 'none';\n public static btnDangerActiveBg = '#ba342e';\n public static btnDangerActiveBorderColor = '#ba342e';\n public static btnDangerActiveBorderTopColor = '';\n public static btnDangerActiveShadow = 'none';\n public static btnPayBg = '#fcb73e';\n public static btnPayHoverBg = '#fda70c';\n public static btnPayHoverBorderColor = '#fda70c';\n public static btnPayHoverBorderBottomColor = '';\n public static btnPayHoverTextColor = '';\n public static btnPayBorderColor = '#fcb73e';\n public static btnPayBorderBottomColor = '';\n public static btnPayBgStart = 'none';\n public static btnPayBgEnd = 'none';\n public static get btnPayTextColor() {\n return this.textColorDefault;\n }\n public static btnPayHoverBgStart = 'none';\n public static btnPayHoverBgEnd = 'none';\n public static btnPayActiveBg = '#f69912';\n public static btnPayActiveBorderColor = '#f69912';\n public static btnPayActiveBorderTopColor = '';\n public static btnPayActiveShadow = 'none';\n public static btnMenuArrowColor = '#a6a6a6';\n public static get btnFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get btnFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get btnFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get btnLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get btnLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get btnLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get btnPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get btnPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get btnPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get btnDisabledBg() {\n return this.bgDisabled;\n }\n public static get btnBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get btnBorderColorError() {\n return this.borderColorError;\n }\n public static get btnHeightSmall() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYSmall, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightSmall, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnHeightMedium() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYMedium, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightMedium, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnHeightLarge() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYLarge, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightLarge, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnLinkColor() {\n return this.linkColor;\n }\n public static get btnLinkHoverColor() {\n return this.linkHoverColor;\n }\n public static get btnLinkActiveColor() {\n return this.linkActiveColor;\n }\n public static get btnLinkHoverTextDecoration() {\n return this.linkHoverTextDecoration;\n }\n public static get btnLinkLineBorderBottomColor() {\n return this.linkLineBorderBottomColor;\n }\n public static btnLinkLineBorderBottomStyle = '';\n public static get btnLinkHoverLineBorderBottomStyle() {\n return this.btnLinkLineBorderBottomStyle;\n }\n public static btnLinkLineBorderBottomWidth = '0px';\n public static get btnLinkLineBorderBottomOpacity() {\n return this.linkLineBorderBottomOpacity;\n }\n\n public static get btnLinkIconMarginRight() {\n return this.linkIconMarginRight;\n }\n public static get btnLinkIconMarginLeft() {\n return this.linkIconMarginRight;\n }\n public static get btnErrorSecondary() {\n return this.errorSecondary;\n }\n public static get btnWarningSecondary() {\n return this.warningSecondary;\n }\n public static get btnOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n public static btnInsetColor = '#fff';\n public static get btnBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get btnLinkDisabledColor() {\n return this.linkDisabledColor;\n }\n public static get btnDisabledTextColor() {\n return this.textColorDisabledContrast;\n }\n public static btnBacklessBg = 'transparent !important';\n public static btnBacklessHoverBg = 'rgba(0, 0, 0, 0.04) !important';\n public static btnBacklessActiveBg = 'rgba(0, 0, 0, 0.1) !important';\n public static get btnBacklessBorderColor() {\n return this.btnDefaultBorderColor;\n }\n public static get btnBacklessDisabledBorderColor() {\n return this.btnDisabledBorderColor;\n }\n public static get btnBacklessHoverBorderColor() {\n return this.btnBacklessBorderColor;\n }\n public static btnBacklessHoverTextColor = '';\n public static get btnBacklessTextColor() {\n return this.btnDefaultTextColor;\n }\n\n public static btnTextBg = 'transparent';\n public static btnTextHoverBg = 'rgba(0, 0, 0, 0.04)';\n public static btnTextActiveBg = 'rgba(0, 0, 0, 0.1)';\n public static get btnTextBorderColor() {\n return this.btnDefaultBorderColor;\n }\n public static get btnTextTextColor() {\n return this.btnDefaultTextColor;\n }\n public static btnTextHoverTextColor = '';\n public static get btnTextHoverBorderColor() {\n return this.btnTextHoverBg;\n }\n public static btnWithIconPaddingLeftSmall = '';\n public static btnWithIconPaddingLeftMedium = '';\n public static btnWithIconPaddingLeftLarge = '';\n\n public static btnIconColor = '';\n public static btnIconHoverColor = '';\n public static btnIconDisabledColor = '';\n //#endregion\n //#region Select\n public static get selectDefaultBg() {\n return this.inputBg;\n }\n public static selectPlaceholderColor = '#adadad';\n public static get selectBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get selectPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get selectOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get selectLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get selectFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static selectPaddingXSmall = '7px';\n public static get selectPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get selectBorderRadiusSmall() {\n return this.btnBorderRadiusSmall;\n }\n public static selectIconGapSmall = '4px';\n public static get selectLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get selectFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static selectPaddingXMedium = '11px';\n public static get selectPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get selectBorderRadiusMedium() {\n return this.btnBorderRadiusMedium;\n }\n public static selectIconGapMedium = '8px';\n public static get selectLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get selectFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static selectPaddingXLarge = '15px';\n public static get selectPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get selectBorderRadiusLarge() {\n return this.btnBorderRadiusLarge;\n }\n public static selectIconGapLarge = '12px';\n public static get selectMenuArrowColor() {\n return this.btnMenuArrowColor;\n }\n public static get selectMenuArrowColorDisabled() {\n return this.selectMenuArrowColor;\n }\n public static get selectIconSizeSmall() {\n return this.btnIconSizeSmall;\n }\n public static get selectIconSizeMedium() {\n return this.btnIconSizeMedium;\n }\n public static get selectIconSizeLarge() {\n return this.btnIconSizeLarge;\n }\n public static selectRootWidthMobile = 'auto';\n public static mobileSelectMaxWidth = '100%';\n public static get selectTextColorDisabled() {\n return this.btnDisabledTextColor;\n }\n public static get selectBgDisabled() {\n return this.btnDisabledBg;\n }\n public static get selectBorderColorDisabled() {\n return this.btnDisabledBorderColor;\n }\n public static get selectMenuOffsetY() {\n return this.menuOffsetY;\n }\n public static get selectBorderColorHover() {\n return this.btnDefaultHoverBorderColor;\n }\n public static selectBorderColorTransition = `box-shadow ${this.transitionDuration} ${this.transitionTimingFunction};`;\n //#endregion\n //#region Tooltip\n public static tooltipPaddingY = '16px';\n public static tooltipPaddingX = '16px';\n public static tooltipCloseBtnPadding = '8px';\n public static tooltipCloseBtnSide = '8px';\n public static tooltipCloseBtnColor = 'rgba(0, 0, 0, 0.32)';\n public static tooltipCloseBtnHoverColor = 'rgba(0, 0, 0, 0.5)';\n public static get tooltipTextColor() {\n return this.textColorDefault;\n }\n public static tooltipBg = '#fff';\n public static get tooltipBorder() {\n return this.popupBorder;\n }\n public static get tooltipBorderRadius() {\n return this.popupBorderRadius;\n }\n public static tooltipPinOffset = '0px'; // deprecated\n public static tooltipPinOffsetX = '16px';\n public static tooltipPinOffsetY = '18px';\n public static tooltipMargin = '10px';\n public static get tooltipPinSize() {\n return this.popupPinSize;\n }\n public static get tooltipFontSize() {\n return this.fontSizeSmall;\n }\n public static get tooltipLineHeight() {\n return this.controlLineHeightSmall;\n }\n //#endregion\n //#region TooltipMenu\n public static get tooltipMenuPinOffset() {\n return this.popupPinOffset;\n }\n public static get tooltipMenuMargin() {\n return this.popupMargin;\n }\n public static get tooltipMenuPinSize() {\n return this.popupPinSize;\n }\n\n //#endregion\n //#region Kebab\n public static get kebabPinOffset() {\n return this.popupPinOffset;\n }\n public static get kebabPinSize() {\n return this.popupPinSize;\n }\n public static kebabMargin = '4px';\n public static kebabBackground = 'transparent';\n public static kebabBackgroundHover = 'rgba(0, 0, 0, 0.09)';\n public static get kebabBackgroundActive() {\n return this.kebabBackgroundHover;\n }\n public static kebabBorderRadius = '50%';\n public static kebabBorder = '2px solid transparent';\n public static kebabSizeSmall = '26px';\n public static kebabSizeMedium = '26px';\n public static kebabSizeLarge = '26px';\n public static kebabIconSizeSmall = '14px';\n public static kebabIconSizeMedium = '18px';\n public static kebabIconSizeLarge = '20px';\n public static kebabIconColor = '#757575';\n\n //#endregion\n //#region Modal\n public static modalWindowShadow = '0 5px 10px rgba(0, 0, 0, 0.2);';\n public static modalBackBg = '#222';\n public static get modalBg() {\n return this.bgSecondary;\n }\n public static modalBackOpacity = '0.6';\n public static modalCloseButtonColor = 'rgba(0, 0, 0, 0.32)';\n public static modalCloseButtonDisabledColor = '#8b8b8b';\n public static modalCloseButtonHoverColor = 'rgba(0, 0, 0, 0.865)';\n public static modalCloseButtonPadding = '36px';\n public static modalCloseButtonLegacyShift = '0px';\n public static modalCloseButtonBottomPadding = '20px';\n public static modalCloseButtonClickArea = '10px';\n public static modalCloseIconSize = '12px';\n public static modalCloseLegacyGap = '0px';\n public static modalCloseWrapperLegacyGap = '0px';\n public static modalBorderRadius = '0px';\n public static get modalFixedHeaderBg() {\n return this.bgSecondary;\n }\n public static get modalFixedHeaderShadow() {\n return this.fixedPanelShadow;\n }\n public static modalFixedHeaderBorder = 'none';\n public static modalFixedFooterBorder = 'none';\n public static get modalFixedFooterShadow() {\n return this.fixedPanelShadow;\n }\n public static modalFixedPanelShadow = 'none';\n public static modalFooterBg = '#ebebeb';\n public static modalAdaptiveThreshold = '425px';\n public static modalPaddingTop = '24px';\n public static modalPaddingLeft = '32px';\n public static modalPaddingRight = '36px';\n public static modalHeaderFontSize = '24px';\n public static modalHeaderFontWeight = '400';\n public static get modalHeaderTextColor() {\n return this.textColorDefault;\n }\n public static modalHeaderLineHeight = '32px';\n public static modalHeaderPaddingBottom = '16px';\n public static modalHeaderPaddingTop = '24px';\n public static modalHeaderAdditionalPaddingBottom = '22px';\n public static modalFixedHeaderMarginBottom = '10px';\n public static get modalFixedHeaderPaddingBottom() {\n return `${Math.round(parseInt(this.modalHeaderPaddingBottom) / 2)}px`;\n }\n public static modalFixedFooterPaddingTop = '20px';\n public static modalFixedFooterMarginTop = '10px';\n\n public static modalSeparatorBorderBottom = 'none';\n public static modalBodyTextColor = 'inherit';\n public static modalFooterTextColor = 'inherit';\n public static modalBodyPaddingTop = '0';\n public static modalBodyPaddingBottom = '24px';\n public static modalBodyBorderRadius = '0px';\n public static modalFooterPaddingTop = '0px';\n public static modalFooterPaddingBottom = '32px';\n public static modalPaddingBottom = '40px';\n public static modalFooterPanelPaddingTop = '20px';\n public static modalFooterPanelPaddingBottom = '20px';\n public static mobileModalCloseButtonRightPadding = '16px';\n public static mobileModalCloseButtonTopPadding = '12px';\n public static mobileModalCloseButtonClickArea = '16px';\n public static mobileModalCloseIconSize = '12px';\n public static mobileModalHeaderFontSize = '24px';\n public static mobileModalHeaderLineHeight = '32px';\n public static mobileModalHeaderPadding = '16px';\n public static mobileModalBodyPadding = '0 16px 16px 16px';\n public static mobileModalBodyFontSize = '16px';\n public static mobileModalFooterPadding = '16px';\n public static mobileModalPaddingBottom = '16px';\n public static mobileModalContainerHeight = '100%';\n public static mobileModalContainerMarginTop = '0';\n public static mobileModalContainerMarginRight = '0';\n public static mobileModalContainerMarginBottom = '0';\n public static mobileModalContainerMarginLeft = '0';\n //#endregion\n //#region SidePage\n public static sidePageFooterPanelBg = '#ebebeb';\n public static sidePageBackingBg = '#222';\n public static sidePageBackingBgOpacity = '0.6';\n public static sidePageCloseButtonColor = 'rgba(0, 0, 0, 0.374)';\n public static sidePageCloseButtonHoverColor = 'rgba(0, 0, 0, 0.5)';\n public static sidePageContainerShadow = '0 5px 10px rgba(0, 0, 0, 0.2)';\n public static mobileSidePagePaddingLeft = '16px';\n public static mobileSidePagePaddingRight = '16px';\n public static mobileSidePagePaddingTop = '16px';\n public static mobileSidePagePaddingBottom = '16px';\n public static mobileSidePageFooterPadding = '16px';\n public static sidePagePaddingLeft = '32px';\n public static sidePagePaddingRight = '36px';\n public static sidePagePaddingTop = '24px';\n public static sidePagePaddingBottom = '40px';\n public static sidePageFooterPaddingTop = '24px';\n public static sidePageFooterPaddingBottom = '32px';\n public static get sidePageBgDefault() {\n return this.bgSecondary;\n }\n public static get sidePageHeaderTextColor() {\n return this.textColorDefault;\n }\n public static sidePageBodyTextColor = 'inherit';\n public static sidePageFooterTextColor = 'inherit';\n public static sidePageHeaderFontSize = '24px';\n public static sidePageHeaderLineHeight = '32px';\n public static sidePageHeaderPaddingBottom = '16px';\n public static sidePageHeaderPaddingTop = '24px';\n public static sidePageHeaderFixedFontSize = '18px';\n public static sidePageHeaderFixedLineHeight = '28px';\n public static sidePageHeaderFixedPaddingY = '10px';\n public static sidePageHeaderStickyOffset = '5px';\n public static sidePageCloseButtonPadding = '36px';\n public static mobileSidePageCloseButtonPadding = '16px';\n public static sidePageCloseButtonLegacyPaddingLeft = '36px';\n public static sidePageFooterPanelPaddingTop = '20px';\n public static sidePageFooterPanelPaddingBottom = '20px';\n public static sidePageCloseIconSize = '12px';\n public static sidePageCloseButtonClickArea = '10px';\n public static mobileSidePageCloseButtonClickArea = '16px';\n public static get sidePageFixedHeaderShadow() {\n return this.fixedPanelShadow;\n }\n public static get sidePageFixedFooterShadow() {\n return this.fixedPanelShadow;\n }\n public static sidePageFixedPanelShadow = 'none';\n public static mobileSidePageHeaderFontSize = '24px';\n public static mobileSidePageHeaderLineHeight = '32px';\n public static mobileSidePageHeaderPaddingBottom = '16px';\n public static mobileSidePageHeaderPaddingTop = '16px';\n public static sidePageHeaderFontWeight = '';\n //#endregion\n //#region DateInput\n public static get dateInputIconColor() {\n return this.textColorDefault;\n }\n public static dateInputMaskColor = '#b8b8b8';\n public static dateInputComponentSelectedBgColor = '#cdedff';\n public static get dateInputComponentSelectedTextColor() {\n return this.textColorDefault;\n }\n //#endregion\n //#region Calendar\n public static get calendarBottomSeparatorBorderColor() {\n return ColorFunctions.fade(this.calendarMonthTitleBorderBottomColor, 1);\n }\n public static get calendarBottomSeparatorBorderWidth() {\n return '1px';\n }\n public static get calendarBottomSeparatorBorder() {\n return `${this.calendarBottomSeparatorBorderWidth} solid ${this.calendarBottomSeparatorBorderColor}`;\n }\n public static get calendarBg() {\n return this.bgSecondary;\n }\n public static get calendarCellBg() {\n return this.bgSecondary;\n }\n public static calendarCellHoverColor = 'white';\n public static calendarCellActiveHoverColor = 'white';\n public static calendarCellWeekendColor = '#cb3d35';\n public static calendarCellTodayBorder = '1px solid rgba(0, 0, 0, 0.32)';\n public static calendarCellSelectedBgColor = '#ebebeb';\n public static calendarCellSelectedFontColor = 'inherit';\n public static calendarCellSize = '32px';\n public static get calendarCellLineHeight() {\n return `calc(${this.calendarCellSize} - 2px)`;\n }\n public static get calendarMonthHeaderStickedBgColor() {\n return this.bgSecondary;\n }\n public static calendarMonthTitleBorderBottomColor = '#dfdede';\n public static get calendarCellHoverBgColor() {\n return this.bgActive;\n }\n public static calendarPaddingX = '18px';\n public static calendarMonthTitleLineHeight = '20px';\n public static calendarMonthTitlePaddingTop = '12px';\n public static calendarMonthTitlePaddingBottom = '8px';\n public static calendarMonthTitleMarginX = '6px';\n public static calendarMonthTitleMarginBottom = '6px';\n public static calendarWrapperHeight = ' 330px';\n public static calendarMonthMarginBottom = '6px';\n public static calendarMaxMonthsToAppendOnScroll = '5';\n //#endregion\n //#region DatePicker\n public static dateSelectLineHeight = '20px';\n public static dateSelectFontSize = '14px';\n public static dateSelectFontWeight = 'bold';\n public static dateSelectMenuItemBgSelected = '#ececec';\n public static get dateSelectTextColorDisabled() {\n return this.textColorDisabled;\n }\n public static get dateSelectTextColorDefault() {\n return this.textColorDefault;\n }\n public static get dateSelectLinkColor() {\n return this.linkColor;\n }\n public static get dateSelectPopupBoxShadow() {\n return this.popupBoxShadow;\n }\n public static get dateSelectTextColorInvert() {\n return this.textColorInvert;\n }\n public static get datePickerOpenBtnColor() {\n return this.textColorDefault;\n }\n public static datePickerMenuOffsetY = '2px';\n public static get pickerBg() {\n return this.bgSecondary;\n }\n public static pickerShadow = '0 4px 12px 0 rgba(0, 0, 0, 0.16)';\n public static get pickerTodayWrapperBgColor() {\n return this.bgSecondary;\n }\n public static pickerTodayWrapperBorderTop = '1px solid #dfdede';\n public static pickerTodayWrapperHoverBgColor = '#f5f5f5';\n public static pickerTodayWrapperFontSize = '14px';\n public static pickerTodayWrapperLineHeight = '20px';\n public static pickerTodayWrapperPaddingTop = '6px';\n public static pickerTodayWrapperPaddingBottom = '6px';\n public static pickerBorderRadius = '';\n //#endregion\n //#region DateSelect\n public static get dateSelectMenuBg() {\n return this.bgSecondary;\n }\n public static get dateSelectMenuItemBgActive() {\n return this.bgActive;\n }\n public static get dateSelectMenuItemBgDisabled() {\n return this.bgSecondary;\n }\n public static get dateSelectMenuItemFontActive() {\n return this.textColorInvert;\n }\n public static get dateSelectMenuItemFontSelected() {\n return this.textColorDefault;\n }\n public static get dateSelectMenuItemFontDisabled() {\n return this.textColorDisabled;\n }\n //#endregion\n //#region Paging\n public static get pagingFontSize() {\n return this.fontSizeMedium;\n }\n public static get pagingForwardIconSize() {\n return this.pagingFontSize;\n }\n public static pagingForwardIconMarginTop = '1px';\n public static pagingPageLinkBoxSizing = 'content-box';\n public static pagingPageLinkPaddingX = '0.625em';\n public static pagingPageLinkPaddingY = '0.3125em';\n public static pagingPageLinkLegacyPaddingY = '0px';\n public static pagingPageLinkMinWidth = '0.75em';\n public static pagingPageForwardLinkMarginTop = '0.35em';\n public static pagingPageForwardLinkMarginLeft = '10px';\n public static pagingPageForwardLinkPaddingRight = '1.375em';\n public static pagingLineHeight = '1.375em';\n public static pagingDotsColor = 'gray';\n public static pagingDotsPadding = '0.375em 0.625em 0';\n public static pagingPageLinkActiveBg = 'rgba(0, 0, 0, 0.09)';\n public static pagingPageLinkDisabledActiveBg = 'rgba(0, 0, 0, 0.04)';\n public static get pagingPageLinkActiveColor() {\n return this.textColorDefault;\n }\n public static pagingPageLinkHoverBg = 'rgba(0, 0, 0, 0.05)';\n public static pagingPageLinkBorderRadius = '9999px';\n public static get pagingPageLinkHintColor() {\n return this.placeholderColor;\n }\n public static pagingPageLinkHintFontSize = '12px';\n public static pagingPageLinkHintLineHeight = '16px';\n public static pagingPageLinkHintMargin = '0 -20px';\n public static pagingPageLinkMargin = '0px 1px';\n public static get pagingForwardLinkColor() {\n return this.linkColor;\n }\n public static get pagingForwardLinkDisabledColor() {\n return this.linkDisabledColor;\n }\n public static get pagingDotsDisabledColor() {\n return this.textColorDisabled;\n }\n //#endregion\n //#region Hint\n public static get hintColor() {\n return this.textColorInvert;\n }\n public static get mobileHintColor() {\n return this.hintColor;\n }\n public static get hintFontSize() {\n return this.fontSizeSmall;\n }\n public static get hintLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static hintMaxWidth = '200px';\n public static hintPaddingY = '6px';\n public static hintPaddingX = '8px';\n public static hintTextAlign = 'center';\n public static hintBgColor = 'rgba(51, 51, 51, 0.8)';\n public static hintBorder = 'none';\n public static hintBorderRadius = '2px';\n public static hintPinOffset = '8px';\n public static hintMargin = '8px';\n //#endregion\n //#region Toast\n public static get toastFontSize() {\n return this.fontSizeSmall;\n }\n public static get toastLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static toastPaddingY = '10px';\n public static toastPaddingX = '16px';\n public static toastBorderRadius = '2px';\n public static toastBorder = 'none';\n public static toastTop = '24px';\n public static toastBg = 'rgba(51, 51, 51, 0.8)';\n public static toastColor = 'white';\n public static toastLinkColor = '#8fcdff';\n public static toastLinkTextDecorationHover = 'underline';\n public static toastLinkBgHover = '';\n public static toastLinkBgActive = '';\n public static toastClosePadding = '16px';\n public static toastCloseColor = 'rgba(255, 255, 255, 0.6)';\n public static toastCloseHoverColor = 'white';\n public static toastCloseSize = '8px';\n //#endregion\n //#region Dropdown\n public static dropdownMenuSelectedBg = '#f1f1f1'; //deprecated\n public static dropdownMenuBorderColorTransition = '';\n public static get dropdownMenuHoverBorderColor() {\n return this.btnDefaultHoverBorderColor;\n }\n public static get dropdownMenuHoverBg() {\n //deprecated\n return this.bgActive;\n }\n public static get dropdownMenuOffsetY() {\n return this.menuOffsetY;\n }\n public static get dropdownMenuMenuOffsetY() {\n return this.menuOffsetY;\n }\n public static dropdownMenuMenuBoxSizing = 'content-box';\n public static dropdownButtonBorderRadiusSmall = '1px';\n public static dropdownButtonBorderRadiusMedium = '1px';\n public static dropdownButtonBorderRadiusLarge = '1px';\n\n public static get dropdownDefaultBg() {\n return this.btnDefaultBg;\n }\n public static get dropdownBorderWidth() {\n return this.btnBorderWidth;\n }\n public static get dropdownOutlineWidth() {\n return this.btnOutlineWidth;\n }\n public static get dropdownLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get dropdownFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get dropdownPaddingXSmall() {\n return this.selectPaddingXSmall;\n }\n public static get dropdownPaddingYSmall() {\n return this.btnPaddingYSmall;\n }\n public static get dropdownIconSizeSmall() {\n return this.btnIconSizeSmall;\n }\n public static get dropdownLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get dropdownFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get dropdownPaddingXMedium() {\n return this.selectPaddingXMedium;\n }\n public static get dropdownPaddingYMedium() {\n return this.btnPaddingYMedium;\n }\n public static get dropdownIconSizeMedium() {\n return this.btnIconSizeMedium;\n }\n public static get dropdownLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get dropdownFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get dropdownPaddingXLarge() {\n return this.selectPaddingXLarge;\n }\n public static get dropdownPaddingYLarge() {\n return this.btnPaddingYLarge;\n }\n public static get dropdownIconSizeLarge() {\n return this.btnIconSizeLarge;\n }\n public static get dropdownBgDisabled() {\n return this.btnDisabledBg;\n }\n public static get dropdownBorderColorDisabled() {\n return this.btnDisabledBorderColor;\n }\n public static get dropdownTextColorDisabled() {\n return this.btnDisabledTextColor;\n }\n //#endregion\n //#region Menu\n public static get menuBgDefault() {\n return this.bgSecondary;\n }\n public static get menuBorderRadius() {\n return '0px';\n }\n public static menuBorder = 'none';\n public static menuShadow = '0 4px 12px rgba(0, 0, 0, 0.16)';\n public static menuPaddingY = '0px';\n public static menuLegacyPaddingY = '5px';\n public static menuScrollContainerContentWrapperPaddingY = '4px';\n public static mobileMenuPaddingY = '0px';\n public static mobileMenuScrollContainerContentWrapperPaddingY = '0px';\n public static menuPaddingX = '0px';\n public static mobileMenuPaddingX = '8px';\n public static menuOffsetY = '0px';\n public static menuBoxSizing = 'content-box';\n // menuItem\n public static get menuItemTextColor() {\n return this.textColorDefault;\n }\n public static get menuItemSelectedBg() {\n return this.dropdownMenuSelectedBg;\n }\n public static get menuItemHoverBg() {\n return this.dropdownMenuHoverBg;\n }\n /**\n * @deprecated use menuItemIconWidthSmall\n */\n public static menuItemIconWidth = '16px';\n public static get menuItemIconWidthSmall() {\n return this.menuItemIconWidth;\n }\n public static menuItemIconWidthMedium = '20px';\n public static menuItemIconWidthLarge = '24px';\n public static menuItemIconGap = '4px';\n public static menuItemIconLegacyMargin = '0px';\n public static menuItemIconLegacyShift = '0px';\n\n /**\n * @deprecated use menuItemPaddingForIconSmall\n */\n public static get menuItemPaddingForIcon() {\n return `${\n parseInt(this.menuItemPaddingXSmall) +\n parseInt(this.menuItemIconWidthSmall) +\n parseInt(this.menuItemIconGap) +\n parseInt(this.menuItemIconLegacyMargin)\n }px`;\n }\n public static get menuItemPaddingForIconSmall() {\n return this.menuItemPaddingForIcon;\n }\n public static get menuItemPaddingForIconMedium() {\n return `${\n parseInt(this.menuItemPaddingXMedium) +\n parseInt(this.menuItemIconWidthMedium) +\n parseInt(this.menuItemIconGap) +\n parseInt(this.menuItemIconLegacyMargin)\n }px`;\n }\n public static get menuItemPaddingForIconLarge() {\n return `${\n parseInt(this.menuItemPaddingXLarge) +\n parseInt(this.menuItemIconWidthLarge) +\n parseInt(this.menuItemIconGap) +\n parseInt(this.menuItemIconLegacyMargin)\n }px`;\n }\n\n /**\n * @deprecated use menuItemLineHeightSmall\n */\n public static get menuItemLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get menuItemLineHeightSmall() {\n return this.menuItemLineHeight;\n }\n public static get menuItemLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get menuItemLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n\n /**\n * @deprecated use menuItemFontSizeSmall\n */\n public static get menuItemFontSize() {\n return this.fontSizeSmall;\n }\n public static get menuItemFontSizeSmall() {\n return this.menuItemFontSize;\n }\n public static get menuItemFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get menuItemFontSizeLarge() {\n return this.fontSizeLarge;\n }\n\n /**\n * @deprecated use menuItemPaddingXSmall\n */\n public static menuItemPaddingX = '8px';\n /**\n * @deprecated use menuItemPaddingYSmall\n */\n public static menuItemPaddingY = '6px';\n public static get menuItemPaddingXSmall() {\n return this.menuItemPaddingX;\n }\n public static get menuItemPaddingYSmall() {\n return this.menuItemPaddingY;\n }\n public static menuItemPaddingXMedium = '12px';\n public static menuItemPaddingYMedium = '9px';\n public static menuItemPaddingXLarge = '16px';\n public static menuItemPaddingYLarge = '12px';\n public static menuItemBorderRadius = '0px';\n public static menuItemLegacyPaddingX = '0px';\n public static menuItemLegacyPaddingY = '0px';\n public static get menuItemHoverColor() {\n return this.textColorInvert;\n }\n public static get menuItemLinkColor() {\n return this.linkColor;\n }\n public static menuItemCommentColor = '#adadad';\n public static menuItemCommentOpacity = '';\n public static menuItemCommentColorHover = '#fff';\n public static menuItemDisplay = 'block';\n public static menuItemPaddingMobile = '12px 16px';\n public static get menuItemLineHeightMobile() {\n return this.lineHeightMobile;\n }\n public static get menuItemFontSizeMobile() {\n return this.fontSizeMobile;\n }\n public static get menuItemDisabledColor() {\n return this.textColorDisabled;\n }\n public static menuItemDisabledBg = 'transparent';\n // menuMessage\n public static get menuMessageTextColor() {\n return this.menuItemDisabledColor;\n }\n public static get menuMessageBg() {\n return this.menuItemDisabledBg;\n }\n public static get menuMessagePaddingY() {\n return this.menuItemPaddingYSmall;\n }\n public static get menuMessagePaddingX() {\n return this.menuItemPaddingXSmall;\n }\n public static get menuMessageDisplay() {\n return this.menuItemDisplay;\n }\n public static get menuMessagePaddingMobile() {\n return this.menuItemPaddingMobile;\n }\n /**\n * @deprecated use menuMessageLineHeightSmall\n */\n public static get menuMessageLineHeight() {\n return this.menuItemLineHeightSmall;\n }\n public static get menuMessageLineHeightMobile() {\n return this.menuItemLineHeightMobile;\n }\n /**\n * @deprecated use menuMessageFontSizeSmall\n */\n public static get menuMessageFontSize() {\n return this.menuItemFontSizeSmall;\n }\n public static get menuMessageFontSizeMobile() {\n return this.menuItemFontSizeMobile;\n }\n public static get menuMessageFontSizeSmall() {\n return this.menuItemFontSizeSmall;\n }\n public static get menuMessageFontSizeMedium() {\n return this.menuItemFontSizeMedium;\n }\n public static get menuMessageFontSizeLarge() {\n return this.menuItemFontSizeLarge;\n }\n\n public static get menuMessageLineHeightSmall() {\n return this.menuItemLineHeightSmall;\n }\n public static get menuMessageLineHeightMedium() {\n return this.menuItemLineHeightMedium;\n }\n public static get menuMessageLineHeightLarge() {\n return this.menuItemLineHeightLarge;\n }\n public static menuItemGap = '0px';\n\n //menuHeader\n public static menuHeaderColor = '#757575';\n\n /**\n * @deprecated use menuHeaderLineHeightSmall\n */\n public static menuHeaderLineHeight = '16px';\n public static get menuHeaderLineHeightSmall() {\n return this.menuHeaderLineHeight;\n }\n public static menuHeaderLineHeightMedium = '20px';\n public static menuHeaderLineHeightLarge = '22px';\n\n /**\n * @deprecated use menuHeaderFontSizeSmall\n */\n public static menuHeaderFontSize = '12px';\n public static get menuHeaderFontSizeSmall() {\n return this.menuHeaderFontSize;\n }\n public static menuHeaderFontSizeMedium = '14px';\n public static menuHeaderFontSizeLarge = '16px';\n\n /**\n * @deprecated use menuHeaderPaddingXSmall\n */\n public static menuHeaderPaddingX = '8px';\n /**\n * @deprecated use menuHeaderPaddingTopSmall\n */\n public static menuHeaderPaddingTop = '12px';\n /**\n * @deprecated use menuHeaderPaddingBottomSmall\n */\n public static menuHeaderPaddingBottom = '4px';\n public static get menuHeaderPaddingXSmall() {\n return this.menuHeaderPaddingX;\n }\n public static get menuHeaderPaddingTopSmall() {\n return this.menuHeaderPaddingTop;\n }\n public static get menuHeaderPaddingBottomSmall() {\n return this.menuHeaderPaddingBottom;\n }\n public static menuHeaderPaddingXMedium = '12px';\n public static menuHeaderPaddingTopMedium = '14px';\n public static menuHeaderPaddingBottomMedium = '6px';\n public static menuHeaderPaddingXLarge = '16px';\n public static menuHeaderPaddingTopLarge = '18px';\n public static menuHeaderPaddingBottomLarge = '8px';\n\n public static menuHeaderTotalCountPaddingTopSmall = '4px';\n public static menuHeaderTotalCountPaddingTopMedium = '6px';\n public static menuHeaderTotalCountPaddingTopLarge = '8px';\n\n public static menuHeaderTotalCountPaddingBottomSmall = '12px';\n public static menuHeaderTotalCountPaddingBottomMedium = '14px';\n public static menuHeaderTotalCountPaddingBottomLarge = '18px';\n\n public static menuHeaderLegacyPaddingRight = '0px';\n\n //menuFooter\n public static get menuFooterColor() {\n return this.menuHeaderColor;\n }\n public static get menuFooterLineHeightSmall() {\n return this.menuHeaderLineHeightSmall;\n }\n public static get menuFooterLineHeightMedium() {\n return this.menuHeaderLineHeightMedium;\n }\n public static get menuFooterLineHeightLarge() {\n return this.menuHeaderLineHeightLarge;\n }\n\n public static get menuFooterFontSizeSmall() {\n return this.menuHeaderFontSizeSmall;\n }\n public static get menuFooterFontSizeMedium() {\n return this.menuHeaderFontSizeMedium;\n }\n public static get menuFooterFontSizeLarge() {\n return this.menuHeaderFontSizeLarge;\n }\n\n public static get menuFooterPaddingXSmall() {\n return this.menuHeaderPaddingXSmall;\n }\n public static get menuFooterPaddingXMedium() {\n return this.menuHeaderPaddingXMedium;\n }\n public static get menuFooterPaddingXLarge() {\n return this.menuHeaderPaddingXLarge;\n }\n\n public static get menuFooterPaddingTopSmall() {\n return this.menuHeaderPaddingBottomSmall;\n }\n public static get menuFooterPaddingTopMedium() {\n return this.menuHeaderPaddingBottomMedium;\n }\n public static get menuFooterPaddingTopLarge() {\n return this.menuHeaderPaddingBottomLarge;\n }\n\n public static get menuFooterPaddingBottomSmall() {\n return this.menuHeaderPaddingTopSmall;\n }\n public static get menuFooterPaddingBottomMedium() {\n return this.menuHeaderPaddingTopMedium;\n }\n public static get menuFooterPaddingBottomLarge() {\n return this.menuHeaderPaddingTopLarge;\n }\n\n public static menuFooterLegacyPaddingRight = '0px';\n\n //menuSeparator\n public static menuSeparatorBorderColor = '#ebebeb';\n public static menuSeparatorMarginY = '2px';\n public static menuSeparatorMarginX = '0px';\n public static menuSeparatorBorderWidth = '1px';\n // mobileMenuSeparator\n public static mobileMenuSeparatorMarginY = '4px';\n public static mobileMenuSeparatorMarginX = '24px';\n //#endregion\n //#region Toggle\n /**\n * @deprecated use toggleFontSizeSmall\n */\n public static get toggleFontSize() {\n return this.fontSizeSmall;\n }\n /**\n * @deprecated use toggleLineHeightSmall\n */\n public static get toggleLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get toggleLineHeightSmall() {\n return this.toggleLineHeight;\n }\n public static get toggleLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get toggleLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get toggleFontSizeSmall() {\n return this.toggleFontSize;\n }\n public static get toggleFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get toggleFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get toggleTextColor() {\n return this.textColorDefault;\n }\n public static toggleHandleActiveWidthIncrement = '4px';\n /**\n * @deprecated use toggleHandleBorderRadiusSmall\n */\n public static get toggleHandleBorderRadius() {\n const height = parseInt(this.toggleHeightSmall, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n const handleSize = height - 2 * borderWidth;\n return `${handleSize / 2}px`;\n }\n public static get toggleHandleBorderRadiusSmall() {\n return this.toggleHandleBorderRadius;\n }\n public static get toggleHandleBorderRadiusMedium() {\n const height = parseInt(this.toggleHeightMedium, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n const handleSize = height - 2 * borderWidth;\n return `${handleSize / 2}px`;\n }\n public static get toggleHandleBorderRadiusLarge() {\n const height = parseInt(this.toggleHeightLarge, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n const handleSize = height - 2 * borderWidth;\n return `${handleSize / 2}px`;\n }\n /**\n * @deprecated use toggleHeightSmall\n */\n public static toggleHeight = '20px';\n\n /**\n * @deprecated use toggleWidthSmall\n */\n public static toggleWidth = '32px';\n\n public static get toggleHeightSmall() {\n return this.toggleHeight;\n }\n public static get toggleWidthSmall() {\n return this.toggleWidth;\n }\n public static toggleHeightMedium = '22px';\n public static toggleWidthMedium = '34px';\n public static toggleHeightLarge = '24px';\n public static toggleWidthLarge = '36px';\n /**\n * @deprecated use toggleBorderRadiusSmall\n */\n public static get toggleBorderRadius() {\n return `calc(${this.toggleHeightSmall} * 0.5)`;\n }\n public static get toggleBorderRadiusSmall() {\n return this.toggleBorderRadius;\n }\n public static get toggleBorderRadiusMedium() {\n return `calc(${this.toggleHeightMedium} * 0.5)`;\n }\n public static get toggleBorderRadiusLarge() {\n return `calc(${this.toggleHeightLarge} * 0.5)`;\n }\n /**\n * @deprecated use toggleHandleBg\n */\n public static toggleBg = '#fff';\n public static toggleCheckedBg = '#fff';\n public static toggleDisabledHandleBg = '#fff';\n public static toggleBaseBg = '#fff';\n public static get toggleBgDisabled() {\n return this.bgDisabled;\n }\n public static toggleBgDisabledChecked = '#dadada';\n public static toggleBgHover = '#f3f3f2';\n public static toggleCheckedBgHover = '#f3f3f2';\n public static toggleBgChecked = '#1874cf';\n public static get toggleBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get toggleOutlineWidth() {\n const outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${outlineWidth + borderWidth}px`;\n }\n public static toggleBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static get toggleBorderColorDisabled() {\n return this.toggleBorderColor;\n }\n public static get toggleBorderColorDisabledChecked() {\n return this.toggleBorderColor;\n }\n /**\n * @deprecated use toggleHandleSizeSmall\n */\n public static get toggleHandleSize() {\n const toggleHeight = parseInt(this.toggleHeightSmall, 10) || 0;\n const toggleBorderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${toggleHeight - 2 * toggleBorderWidth}px`;\n }\n public static get toggleHandleSizeSmall() {\n return this.toggleHandleSize;\n }\n public static get toggleHandleSizeMedium() {\n const toggleHeight = parseInt(this.toggleHeightMedium, 10) || 0;\n const toggleBorderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${toggleHeight - 2 * toggleBorderWidth}px`;\n }\n public static get toggleHandleSizeLarge() {\n const toggleHeight = parseInt(this.toggleHeightLarge, 10) || 0;\n const toggleBorderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${toggleHeight - 2 * toggleBorderWidth}px`;\n }\n\n public static get toggleHandleLeft() {\n return this.toggleBorderWidth;\n }\n public static get toggleHandleTop() {\n return this.toggleBorderWidth;\n }\n\n public static toggleBgFocus = 'linear-gradient(-180deg, #f1f1f1, #dedede)';\n public static toggleBgActive = '#e5e5e5';\n public static get toggleShadowColorError() {\n return this.errorMain;\n }\n public static get toggleShadowColorWarning() {\n return this.warningMain;\n }\n public static get toggleFocusShadowColor() {\n return this.borderColorFocus;\n }\n public static toggleCaptionGap = '8px';\n public static toggleButtonOffsetY = '0px';\n\n public static get toggleOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n\n public static get toggleHandleBoxShadowOld() {\n return `0 ${this.toggleBorderWidth} 0 0 rgba(0, 0, 0, 0.15), 0 0 0 ${this.toggleBorderWidth} rgba(0, 0, 0, 0.15)`;\n }\n\n public static toggleContainerBg = '';\n public static get toggleContainerBgHover() {\n return this.toggleBgHover;\n }\n public static get toggleContainerBgChecked() {\n return this.toggleBgChecked;\n }\n public static toggleContainerBgCheckedHover = '';\n public static toggleContainerBoxShadow = '';\n public static toggleContainerBoxShadowHover = '';\n public static toggleContainerBoxShadowChecked = '';\n public static toggleContainerBoxShadowCheckedHover = '';\n\n public static get toggleHandleBg() {\n return this.toggleBg;\n }\n public static toggleHandleBgHover = '';\n public static toggleHandleBgChecked = '';\n public static toggleHandleBgCheckedHover = '';\n public static toggleHandleBoxShadow = '';\n public static toggleHandleBoxShadowHover = '';\n public static toggleHandleBoxShadowChecked = '';\n public static toggleHandleBoxShadowCheckedHover = '';\n\n public static toggleContainerBgDisabled = '';\n public static toggleHandleBgDisabled = '';\n public static toggleContainerBoxShadowDisabled = '';\n public static toggleHandleBoxShadowDisabled = '';\n public static toggleContainerBgDisabledChecked = '';\n public static toggleHandleBgDisabledChecked = '';\n public static toggleContainerBoxShadowDisabledChecked = '';\n public static toggleHandleBoxShadowDisabledChecked = '';\n //#endregion\n //#region Popup\n public static popupBorder = 'none';\n public static popupBorderRadius = '2px';\n public static popupBorderColor = 'transparent';\n public static popupDropShadow = 'drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16))';\n public static popupBoxShadow = '0 4px 12px 0 rgba(0, 0, 0, 0.16)';\n public static get popupTextColor() {\n return this.textColorDefault;\n }\n public static get popupBackground() {\n return this.bgSecondary;\n }\n public static popupPinOffset = '0px'; // deprecated\n public static popupPinOffsetX = '16px';\n public static popupPinOffsetY = '16px';\n public static popupMargin = '10px';\n public static popupPinSize = '8px';\n public static popupMenuMenuOffsetY = '0px';\n //#endregion\n //#region Input\n public static get inputTextColor() {\n return this.textColorDefault;\n }\n public static inputShadow = 'none';\n public static inputBg = 'white';\n public static inputIconColor = '#a9a9a9';\n public static get inputFocusedIconColor() {\n return this.inputIconColor;\n }\n public static inputColor = 'inherit';\n public static inputWidth = '200px';\n public static get inputTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get inputFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get inputFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get inputFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get inputLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get inputLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get inputLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get inputHeightSmall() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYSmall, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightSmall, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputHeightMedium() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYMedium, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightMedium, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputHeightLarge() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYLarge, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightLarge, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get inputPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get inputPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static inputPaddingXSmall = '7px';\n public static inputPaddingXMedium = '11px';\n public static inputPaddingXLarge = '15px';\n public static inputIconGapSmall = '4px';\n public static inputIconGapMedium = '8px';\n public static inputIconGapLarge = '12px';\n public static inputIconSizeSmall = '16px';\n public static inputIconSizeMedium = '18px';\n public static inputIconSizeLarge = '20px';\n public static get inputFocusShadow() {\n return `0 0 0 ${this.inputOutlineWidth} ${this.borderColorFocus}`;\n }\n public static get inputFocusedBg() {\n return this.inputBg;\n }\n public static get inputDisabledBg() {\n return this.bgDisabled;\n }\n public static get inputDisabledBorderColor() {\n return this.borderColorDisabled;\n }\n public static get inputFocusOutline() {\n return this.borderColorFocus;\n }\n public static get inputBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get inputOutlineWidth() {\n return `calc(${this.controlOutlineWidth} - 1px)`;\n }\n public static inputBackgroundClip = 'padding-box';\n public static inputBorderRadiusSmall = '0px';\n public static inputBorderRadiusMedium = '0px';\n public static inputBorderRadiusLarge = '0px';\n public static inputDisabledBackgroundClip = '';\n public static get inputBorderColor() {\n return this.borderColorGrayLight;\n }\n public static get inputBorderColorHover() {\n return this.inputBorderColor;\n }\n public static get inputBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get inputBorderColorError() {\n return this.borderColorError;\n }\n public static get inputBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static inputBorderTopColor = 'rgba(0, 0, 0, 0.15)';\n public static get inputPlaceholderColor() {\n return this.placeholderColor;\n }\n public static get inputPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get inputPlaceholderColorLight() {\n return this.placeholderColorLight;\n }\n public static get inputBlinkColor() {\n return this.blinkColor;\n }\n public static inputColorScheme = 'light';\n //#endregion\n //#region Checkbox\n /**\n * @deprecated use checkboxFontSizeSmall\n */\n public static get checkboxFontSize() {\n return this.fontSizeSmall;\n }\n public static get checkboxFontSizeSmall() {\n return this.checkboxFontSize;\n }\n public static get checkboxFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get checkboxFontSizeLarge() {\n return this.fontSizeLarge;\n }\n\n /**\n * @deprecated use checkboxLineHeightSmall\n */\n public static get checkboxLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get checkboxLineHeightSmall() {\n return this.checkboxLineHeight;\n }\n public static get checkboxLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get checkboxLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n /**\n * @deprecated use checkboxBoxSizeSmall\n */\n public static checkboxBoxSize = '16px';\n public static checkboxBoxSizeSmall = '16px';\n public static checkboxBoxSizeMedium = '20px';\n public static checkboxBoxSizeLarge = '24px';\n public static checkboxCaptionGap = '8px';\n\n /**\n * @deprecated use checkboxPaddingYSmall\n */\n public static get checkboxPaddingY() {\n const controlHeight = parseInt(this.controlHeightSmall, 10) || 0;\n const lineHeight = parseInt(this.checkboxLineHeightSmall, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static get checkboxPaddingYSmall() {\n return this.checkboxPaddingY;\n }\n public static get checkboxPaddingYMedium() {\n const controlHeight = parseInt(this.controlHeightMedium, 10) || 0;\n const lineHeight = parseInt(this.checkboxLineHeightMedium, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static get checkboxPaddingYLarge() {\n const controlHeight = parseInt(this.controlHeightLarge, 10) || 0;\n const lineHeight = parseInt(this.checkboxLineHeightLarge, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static checkboxBoxOffsetY = '1px';\n public static checkboxBgStart = '#fdfdfd';\n public static checkboxBgEnd = '#ededed';\n public static get checkboxTextColorDefault() {\n return this.textColorDefault;\n }\n public static get checkboxTextColorDisabled() {\n return this.textColorDisabled;\n }\n public static get checkboxShadowDisabled() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.borderColorDisabled}`;\n }\n public static checkboxBorder = 'none';\n public static get checkboxBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get checkboxShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} rgba(0, 0, 0, 0.15)`;\n }\n public static get checkboxShadowHover() {\n return `0 0 0 ${this.checkboxBorderWidth} #c3c3c3`;\n }\n public static checkboxCheckedColor = '#fff';\n public static get checkboxOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n public static get checkboxBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get checkboxBorderColorError() {\n return this.borderColorError;\n }\n public static get checkboxCheckedHoverShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedHoverBg}`;\n }\n public static checkboxBorderRadius = '1px';\n public static get checkboxOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get checkboxCheckedShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedBg}`;\n }\n public static get checkboxCheckedActiveShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedActiveBg}`;\n }\n public static get checkboxBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static checkboxBg = '#fff';\n public static get checkboxHoverBg() {\n return this.btnDefaultHoverBg;\n }\n public static get checkboxActiveBg() {\n return this.btnDefaultActiveBg;\n }\n public static get checkboxCheckedBg() {\n return this.borderColorFocus;\n }\n public static get checkboxBgDisabled() {\n return this.bgDisabled;\n }\n public static get checkboxCheckedHoverBg() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '5%');\n }\n public static get checkboxCheckedActiveBg() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '15%');\n }\n public static get checkboxShadowActive() {\n return `0 0 0 ${this.checkboxBorderWidth} #c3c3c3`;\n }\n //#endregion\n //#region TextArea\n public static textareaBg = '#fff';\n public static get textareaColor() {\n return this.textColorDefault;\n }\n public static get textareaTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get textareaPlaceholderColorLight() {\n return this.placeholderColorLight;\n }\n public static get textareaPlaceholderColor() {\n return this.placeholderColor;\n }\n public static get textareaPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static textareaShadow = 'none';\n public static textareaBackgroundClip = 'border-box';\n /**\n * @deprecated use textareaFontSizeSmall\n */\n public static get textareaFontSize() {\n return this.fontSizeSmall;\n }\n public static get textareaFontSizeSmall() {\n return this.textareaFontSize;\n }\n public static get textareaFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get textareaFontSizeLarge() {\n return this.fontSizeLarge;\n }\n /**\n * @deprecated use textareaLineHeightSmall\n */\n public static get textareaLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get textareaLineHeightSmall() {\n return this.textareaLineHeight;\n }\n public static get textareaLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get textareaLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static textareaBorderRadius = '0px';\n public static get textareaBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get textareaOutlineWidth() {\n const outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${outlineWidth - borderWidth}px`;\n }\n /**\n * @deprecated use textareaMinHeightSmall\n */\n public static get textareaMinHeight() {\n const lineHeight = parseInt(this.textareaLineHeightSmall, 10) || 0;\n const paddingY = parseInt(this.textareaPaddingYSmall, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${lineHeight + paddingY * 2 + borderWidth * 2}px`;\n }\n public static get textareaMinHeightSmall() {\n return this.textareaMinHeight;\n }\n public static get textareaMinHeightMedium() {\n const lineHeight = parseInt(this.textareaLineHeightMedium, 10) || 0;\n const paddingY = parseInt(this.textareaPaddingYMedium, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${lineHeight + paddingY * 2 + borderWidth * 2}px`;\n }\n public static get textareaMinHeightLarge() {\n const lineHeight = parseInt(this.textareaLineHeightLarge, 10) || 0;\n const paddingY = parseInt(this.textareaPaddingYLarge, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${lineHeight + paddingY * 2 + borderWidth * 2}px`;\n }\n\n public static textareaWidth = '250px';\n /**\n * @deprecated use textareaPaddingXSmall\n */\n public static textareaPaddingX = '7px';\n static get textareaPaddingXSmall() {\n return this.textareaPaddingX;\n }\n public static textareaPaddingXMedium = '11px';\n public static textareaPaddingXLarge = '15px';\n\n /**\n * @deprecated use textareaPaddingYSmall\n */\n public static get textareaPaddingY() {\n return this.controlPaddingYSmall;\n }\n public static get textareaPaddingYSmall() {\n return this.textareaPaddingY;\n }\n public static get textareaPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get textareaPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n\n public static get textareaBorderColor() {\n return this.borderColorGrayLight;\n }\n public static textareaBorderTopColor = 'rgba(0, 0, 0, 0.16)';\n public static get textareaBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get textareaBorderColorHover() {\n return this.inputBorderColorHover;\n }\n public static get textareaBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get textareaBorderColorError() {\n return this.borderColorError;\n }\n public static textareaDisabledBg = 'rgba(0, 0, 0, 0.05)';\n public static textareaDisabledBorderColor = 'transparent';\n public static get textareaCounterColor() {\n return this.gray;\n }\n public static get textareaCounterBg() {\n return ColorFunctions.fade(this.textareaBg, 0.9);\n }\n public static get textareaCounterErrorColor() {\n return this.errorText;\n }\n public static get textareaCounterHelpIconColor() {\n return this.linkColor;\n }\n //#endregion\n //#region Radio\n /**\n * @deprecated use radioBulletSizeSmall\n */\n public static radioBulletSize = '8px';\n public static get radioBulletSizeSmall() {\n return this.radioBulletSize;\n }\n public static radioBulletSizeMedium = '10px';\n public static radioBulletSizeLarge = '12px';\n public static get radioOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get radioTextColor() {\n return this.textColorDefault;\n }\n\n /**\n * @deprecated use radioSizeSmall\n */\n public static radioSize = '16px';\n public static get radioSizeSmall() {\n return this.radioSize;\n }\n public static radioSizeMedium = '20px';\n public static radioSizeLarge = '24px';\n\n /**\n * @deprecated use radioFontSizeSmall\n */\n public static get radioFontSize() {\n return this.fontSizeSmall;\n }\n public static get radioFontSizeSmall() {\n return this.radioFontSize;\n }\n public static get radioFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get radioFontSizeLarge() {\n return this.fontSizeLarge;\n }\n\n /**\n * @deprecated use radioLineHeightSmall\n */\n public static get radioLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get radioLineHeightSmall() {\n return this.radioLineHeight;\n }\n public static get radioLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get radioLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n\n public static radioCaptionGap = '8px';\n\n /**\n * @deprecated use radioPaddingYSmall\n */\n public static get radioPaddingY() {\n const controlHeight = parseInt(this.controlHeightSmall, 10) || 0;\n const lineHeight = parseInt(this.radioLineHeightSmall, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static get radioPaddingYSmall() {\n return this.radioPaddingY;\n }\n public static get radioPaddingYMedium() {\n const controlHeight = parseInt(this.controlHeightMedium, 10) || 0;\n const lineHeight = parseInt(this.radioLineHeightMedium, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static get radioPaddingYLarge() {\n const controlHeight = parseInt(this.controlHeightLarge, 10) || 0;\n const lineHeight = parseInt(this.radioLineHeightLarge, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n\n public static radioVerticalAlign = 'top';\n public static radioBgImage = 'none';\n public static radioBgColor = '#fff';\n public static get radioHoverBg() {\n return this.checkboxHoverBg;\n }\n public static get radioActiveBg() {\n return this.checkboxActiveBg;\n }\n public static get radioBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get radioBorderColor() {\n return this.borderColorGrayLight;\n }\n public static radioBoxShadow = 'none';\n public static get radioBorder() {\n return `${this.radioBorderWidth} solid ${this.radioBorderColor}`;\n }\n public static get radioBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get radioBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get radioBorderColorError() {\n return this.borderColorError;\n }\n public static radioHoverShadow = 'none';\n public static radioActiveShadow = 'none';\n public static get radioFocusShadow() {\n return `inset 0 0 0 1px ${this.outlineColorFocus}`;\n }\n public static get radioCheckedBgColor() {\n return this.checkboxCheckedBg;\n }\n public static radioCheckedBorderColor = 'transparent';\n public static radioCheckedBulletColor = '#fff';\n public static get radioCheckedHoverBgColor() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '5%');\n }\n public static get radioDisabledBg() {\n return this.bgDisabled;\n }\n public static get radioDisabledShadow() {\n return `0 0 0 ${this.radioBorderWidth} ${this.borderColorDisabled}`;\n }\n public static radioCaptionDisplay = 'inline-flex';\n public static radioBorderWidthCompensation = '0px';\n public static radioCircleOffsetY = '1px';\n public static get radioCheckedDisabledBulletBg() {\n return this.gray;\n }\n //#endregion\n //#region RadioGroup\n public static radioGroupLegacyItemGap = '0px';\n //#endregion\n //#region Tabs\n /**\n * @deprecated use tabFontSizeLarge\n */\n public static get tabFontSize() {\n return this.fontSizeLarge;\n }\n public static get tabFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get tabFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get tabFontSizeLarge() {\n return this.tabFontSize;\n }\n /**\n * @deprecated use tabLineHeightLarge\n */\n public static get tabLineHeight() {\n return this.controlLineHeightLarge;\n }\n public static get tabLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get tabLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get tabLineHeightLarge() {\n return this.tabLineHeight;\n }\n /**\n * @deprecated use tabPaddingXLarge\n */\n public static tabPaddingX = '12px';\n public static tabPaddingXSmall = '8px';\n public static tabPaddingXMedium = '10px';\n public static get tabPaddingXLarge() {\n return this.tabPaddingX;\n }\n /**\n * @deprecated use tabPaddingXLarge\n */\n public static get tabsMarginX() {\n return this.tabPaddingX;\n }\n /**\n * @deprecated use tabPaddingYLarge\n */\n public static get tabPaddingY() {\n const paddingY = parseInt(this.controlPaddingYLarge);\n const borderWidth = parseInt(this.controlBorderWidth);\n return `${paddingY + borderWidth}px`;\n }\n public static get tabPaddingYSmall() {\n const paddingY = parseInt(this.controlPaddingYSmall);\n const borderWidth = parseInt(this.controlBorderWidth);\n return `${paddingY + borderWidth}px`;\n }\n public static get tabPaddingYMedium() {\n const paddingY = parseInt(this.controlPaddingYMedium);\n const borderWidth = parseInt(this.controlBorderWidth);\n return `${paddingY + borderWidth}px`;\n }\n public static get tabPaddingYLarge() {\n return this.tabPaddingY;\n }\n public static tabBorderWidth = '2px';\n public static get tabOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get tabTextColorDefault() {\n return this.textColorDefault;\n }\n public static get tabColorFocus() {\n return this.borderColorFocus;\n }\n public static get tabColorError() {\n return this.btnDangerBg;\n }\n public static get tabColorWarning() {\n return this.btnPayBg;\n }\n public static get tabColorSuccess() {\n return this.btnSuccessBg;\n }\n public static get tabColorPrimary() {\n return this.btnPrimaryBg;\n }\n public static get tabColorHover() {\n return this.borderColorFocusLight;\n }\n public static get tabColorHoverError() {\n return ColorFunctions.lighten(this.tabColorError, '25%');\n }\n public static get tabColorHoverWarning() {\n return ColorFunctions.lighten(this.tabColorWarning, '25%');\n }\n public static get tabColorHoverSuccess() {\n return ColorFunctions.lighten(this.tabColorSuccess, '25%');\n }\n public static get tabColorHoverPrimary() {\n return ColorFunctions.lighten(this.tabColorPrimary, '25%');\n }\n public static tabIndicatorBorderRadius = '0px';\n //#endregion\n //#region Spinner\n public static get spinnerBgColor() {\n return this.grayXLight;\n }\n public static get spinnerColor() {\n return this.red;\n }\n public static get spinnerDimmedColor() {\n return this.gray;\n }\n public static get spinnerCaptionColor() {\n return this.gray;\n }\n public static get spinnerFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get spinnerFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get spinnerFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get spinnerLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get spinnerLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get spinnerLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static spinnerCaptionGapSmall = '6px';\n public static spinnerCaptionGapMedium = '-4px';\n public static spinnerCaptionGapLarge = '-3px';\n public static spinnerCaptionMarginSmall = '0 0 0 6px';\n public static spinnerCaptionMarginMedium = '0 0 0 6px';\n public static spinnerCaptionMarginLarge = '0 0 0 6px';\n //#endregion\n //#region Switcher\n public static switcherBorderRadius = '2px';\n public static get switcherTextColor() {\n return this.textColorDefault;\n }\n public static get switcherOutlineWidth() {\n return this.btnOutlineWidth;\n }\n public static get switcherCaptionFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get switcherCaptionFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get switcherCaptionFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get switcherCaptionLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get switcherCaptionLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get switcherCaptionLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get switcherCaptionGapSmall() {\n return this.btnPaddingXSmall;\n }\n public static get switcherCaptionGapMedium() {\n return this.btnPaddingXMedium;\n }\n public static get switcherCaptionGapLarge() {\n return this.btnPaddingXLarge;\n }\n public static switcherButtonPaddingXSmall = '7px';\n public static switcherButtonPaddingXMedium = '11px';\n public static switcherButtonPaddingXLarge = '15px';\n public static get switcherButtonPaddingYSmall() {\n return this.btnPaddingYSmall;\n }\n public static get switcherButtonPaddingYMedium() {\n return this.btnPaddingYMedium;\n }\n public static get switcherButtonPaddingYLarge() {\n return this.btnPaddingYLarge;\n }\n public static get switcherButtonLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get switcherButtonLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get switcherButtonLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get switcherButtonFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get switcherButtonFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get switcherButtonFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get switcherButtonBorderRadiusSmall() {\n return this.btnBorderRadiusSmall;\n }\n public static get switcherButtonBorderRadiusMedium() {\n return this.btnBorderRadiusMedium;\n }\n public static get switcherButtonBorderRadiusLarge() {\n return this.btnBorderRadiusLarge;\n }\n public static get switcherButtonBorderWidth() {\n return this.btnBorderWidth;\n }\n public static switcherBtnDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static get switcherButtonDisabledBorderColor() {\n return this.switcherBtnDisabledBorderColor;\n }\n public static get switcherButtonCheckedDisabledShadow() {\n return this.btnCheckedDisabledShadow;\n }\n //#endregion\n //#region MobilePopup\n public static mobilePopupTopPadding = '80px';\n public static mobilePopupContainerBottomPadding = '8px';\n public static mobilePopupHeaderPadding = '16px 16px 8px 16px';\n public static mobilePopupContainerBorderRadius = '16px';\n public static get mobilePopupHeaderFontSize() {\n return this.fontSizeMobile;\n }\n public static get mobilePopupHeaderLineHeight() {\n return this.lineHeightMobile;\n }\n public static mobilePopupHeaderFontWeight = '500';\n public static mobilePopupHeaderChildPadding = '12px';\n public static mobilePopupOuterIndentY = '24px';\n //#endregion\n //#region ScrollContainer\n public static scrollContainerScrollBarSize = '4px';\n public static scrollContainerScrollBarHoverSize = '10px';\n public static scrollContainerScrollBarColor = 'rgba(183, 183, 183, 0.7)';\n public static scrollContainerScrollBarInvertColor = 'rgba(255, 255, 255, 0.5)';\n public static scrollContainerScrollBarOffsetY = '4px';\n public static dropdownMenuScrollContainerScrollBarOffsetY = '0px';\n //#endregion\n //#region PasswordInput\n public static passwordInputVisibilityIconColor = '#000';\n public static passwordInputVisibilityIconOpacity = '0.6';\n public static passwordInputVisibilityIconHoverColor = '#000';\n public static passwordInputVisibilityIconHoverOpacity = '1';\n //#endregion\n //#region GlobalLoader\n public static get globalLoaderColor() {\n return this.blueLight;\n }\n public static globalLoaderHeight = '4px';\n public static globalLoaderWidth = '100%';\n public static globalLoaderPosition = 'fixed';\n public static globalLoaderTop = '0px';\n public static globalLoaderLeft = '0px';\n public static globalLoaderBottom = 'auto';\n public static globalLoaderRight = 'auto';\n public static globalLoaderBackgroundColor = 'transparent';\n public static globalLoaderTransitionToSpinnerDuration = '500'; //ms\n public static globalLoaderSpinnerAnimationDuration = '2000'; //ms\n public static globalLoaderSlowAnimationDuration = '20000'; //ms\n public static globalLoaderTransitionFromSpinnerDuration = '200'; //ms\n //#endregion\n //#region FileUploader\n public static fileUploaderWidth = '362px';\n public static fileUploaderBg = '#fff';\n public static fileUploaderUploadButtonBg = '';\n public static get fileUploaderFontSize() {\n return this.fontSizeSmall;\n }\n public static get fileUploaderPaddingXSmall() {\n return this.inputPaddingXSmall;\n }\n public static get fileUploaderPaddingXMedium() {\n return this.inputPaddingXMedium;\n }\n public static get fileUploaderPaddingXLarge() {\n return this.inputPaddingXLarge;\n }\n public static get fileUploaderFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get fileUploaderFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get fileUploaderFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get fileUploaderLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get fileUploaderLineHeightSmall() {\n return this.fileUploaderLineHeight;\n }\n public static get fileUploaderLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get fileUploaderLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get fileUploaderPaddingYSmall() {\n return this.fileUploaderPaddingY;\n }\n public static get fileUploaderPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get fileUploaderPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get fileUploaderTextColorDefault() {\n return this.textColorDefault;\n }\n public static fileUploaderPaddingX = '7px';\n public static get fileUploaderPaddingY() {\n return this.controlPaddingYSmall;\n }\n public static fileUploaderBorderRadius = '2px';\n public static fileUploaderBorderColor = 'rgba(0, 0, 0, 0.37)';\n public static get fileUploaderBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get fileUploaderDisabledBorder() {\n return `${this.fileUploaderBorderWidth} solid ${this.fileUploaderDisabledBorderColor}`;\n }\n public static fileUploaderBorderStyle = 'dashed';\n public static get fileUploaderBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get fileUploaderLinkColor() {\n return this.linkColor;\n }\n public static fileUploaderAfterLinkColor = '';\n public static fileUploaderIconSize = '14px';\n public static fileUploaderIconColor = '#808080';\n public static fileUploaderIconHoverColor = '#333';\n public static get fileUploaderBorderColorError() {\n return this.borderColorError;\n }\n public static get fileUploaderBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static fileUploaderDisabledBg = '#f2f2f2';\n public static fileUploaderDisabledBgClip = '';\n public static fileUploaderDisabledBorderColor = '#f2f2f2';\n public static fileUploaderDisabledTextColor = '#808080';\n public static fileUploaderDisabledLinkColor = '#808080';\n public static fileUploaderDisabledIconColor = '#A0A0A0';\n public static get fileUploaderLinkHoverTextDecoration() {\n return this.linkHoverTextDecoration;\n }\n public static fileUploaderHoveredBg = 'none';\n public static fileUploaderHoveredBorderColor = '';\n public static fileUploaderIconGapSmall = '4px';\n public static fileUploaderIconGapMedium = '6px';\n public static fileUploaderIconGapLarge = '8px';\n\n public static get fileUploaderDragOverBorderColor() {\n return this.borderColorFocus;\n }\n public static fileUploaderDragOverShadow = '0px 0px 0px 3px #2da4f9, 0px 0px 0px 8px rgba(45, 164, 249, 0.35)';\n //#endregion\n\n //#region CloseIcon\n public static closeBtnIconColor = 'rgba(0, 0, 0, 0.32)';\n public static closeBtnIconDisabledColor = '#8b8b8b';\n public static closeBtnIconHoverColor = 'rgba(0, 0, 0, 0.865)';\n public static closeBtnIconBorderRadius = '4px';\n public static get closeBtnIconFocusShadow() {\n return `inset 0 0 0 1px ${this.borderColorFocus}, inset 0 0 0 2px ${this.outlineColorFocus}`;\n }\n //#endregion\n\n //#region InternalMenu\n public static internalMenuPaddingY = '5px'; // deprecated, use menuLegacyPaddingY\n //#endregion\n\n //#region Autocomplete\n public static autocompleteMenuOffsetY = '2px';\n //#endregion\n\n //#region Combobox\n public static comboboxMenuOffsetY = '2px';\n //#endregion\n\n //#region MiniModal\n public static miniModalHeaderPaddingBottom = '0';\n public static miniModalBodyPaddingTop = '16px';\n public static miniModalBodyPaddingBottom = '0';\n public static miniModalHeaderPaddingTop = '32px';\n public static miniModalActionGap = '8px';\n public static miniModalCancelIndent = '8px';\n public static miniModalFooterPaddingTop = '24px';\n public static miniModalFooterPaddingBottom = '32px';\n public static miniModalTitleMarginTop = '16px';\n public static miniModalHeightMobile = 'auto';\n public static miniModalMarginTopMobile = '80px';\n public static miniModalMarginLeftMobile = '24px';\n public static miniModalMarginRightMobile = '24px';\n public static miniModalFooterPaddingMobile = '24px 16px 16px';\n public static miniModalHeaderPaddingMobile = '32px 16px 0';\n public static miniModalBodyPaddingMobile = '16px 16px 0';\n //#endregion\n}\n\nexport const DefaultThemeInternal = exposeGetters(DefaultTheme);\n"]}
1
+ {"version":3,"sources":["DefaultTheme.ts"],"names":["DefaultTheme","bgDefault","bgDisabled","blueLight","errorMain","warningMain","linkColor","textColorDisabled","linkLineBorderBottomStyle","textColorDisabledContrast","fontSizeSmall","tokenFontSize","fontSizeMedium","fontSizeLarge","tokenMarginY","tokenMarginX","controlLineHeightSmall","tokenLineHeight","controlLineHeightMedium","controlLineHeightLarge","tokenPaddingY","tokenPaddingX","grayXLight","brand","grayDark","blueDark","greenXxLight","greenDark","yellowXxLight","yellowDark","redXxLight","redDark","white","black","borderColorWarning","borderColorError","tokenBorderWidth","borderColorDisabled","tokenInputLineHeight","inputBorderColor","inputBorderColorHover","inputBorderColorFocus","inputBorderColorError","inputBorderColorWarning","inputBorderTopColor","inputPlaceholderColor","inputPlaceholderColorLight","inputDisabledBg","inputDisabledBorderColor","inputBorderWidth","inputOutlineWidth","inputBg","bgSecondary","inputShadow","inputTextColor","tokenInputPaddingY","tokenInputPaddingX","btnCheckedDisabledBg","controlBorderWidth","controlOutlineWidth","btnIconGapSmall","btnIconGapMedium","btnIconGapLarge","btnCheckedBg","textColorDefault","controlPaddingYSmall","controlPaddingYMedium","controlPaddingYLarge","borderWidth","parseInt","btnBorderWidth","padding","btnPaddingYSmall","lineHeigh","btnLineHeightSmall","btnPaddingYMedium","btnLineHeightMedium","btnPaddingYLarge","btnLineHeightLarge","linkHoverColor","linkActiveColor","linkHoverTextDecoration","linkLineBorderBottomColor","btnLinkLineBorderBottomStyle","linkLineBorderBottomOpacity","linkIconMarginRight","errorSecondary","warningSecondary","outlineColorFocus","borderColorFocus","linkDisabledColor","btnDefaultBorderColor","btnDisabledBorderColor","btnBacklessBorderColor","btnDefaultTextColor","btnTextHoverBg","btnBorderRadiusSmall","btnBorderRadiusMedium","btnBorderRadiusLarge","btnMenuArrowColor","selectMenuArrowColor","btnIconSizeSmall","btnIconSizeMedium","btnIconSizeLarge","btnDisabledTextColor","btnDisabledBg","menuOffsetY","btnDefaultHoverBorderColor","popupBorder","popupBorderRadius","popupPinSize","popupPinOffset","popupMargin","kebabBackgroundHover","fixedPanelShadow","Math","round","modalHeaderPaddingBottom","ColorFunctions","fade","calendarMonthTitleBorderBottomColor","calendarBottomSeparatorBorderWidth","calendarBottomSeparatorBorderColor","calendarCellSize","bgActive","popupBoxShadow","textColorInvert","pagingFontSize","placeholderColor","hintColor","btnDefaultBg","btnOutlineWidth","btnFontSizeSmall","selectPaddingXSmall","btnFontSizeMedium","selectPaddingXMedium","btnFontSizeLarge","selectPaddingXLarge","dropdownMenuSelectedBg","dropdownMenuHoverBg","menuItemIconWidth","menuItemPaddingXSmall","menuItemIconWidthSmall","menuItemIconGap","menuItemIconLegacyMargin","menuItemPaddingForIcon","menuItemPaddingXMedium","menuItemIconWidthMedium","menuItemPaddingXLarge","menuItemIconWidthLarge","menuItemLineHeight","menuItemFontSize","menuItemPaddingX","menuItemPaddingY","lineHeightMobile","fontSizeMobile","menuItemDisabledColor","menuItemDisabledBg","menuItemPaddingYSmall","menuItemDisplay","menuItemPaddingMobile","menuItemLineHeightSmall","menuItemLineHeightMobile","menuItemFontSizeSmall","menuItemFontSizeMobile","menuItemFontSizeMedium","menuItemFontSizeLarge","menuItemLineHeightMedium","menuItemLineHeightLarge","menuHeaderLineHeight","menuHeaderFontSize","menuHeaderPaddingX","menuHeaderPaddingTop","menuHeaderPaddingBottom","menuHeaderColor","menuHeaderLineHeightSmall","menuHeaderLineHeightMedium","menuHeaderLineHeightLarge","menuHeaderFontSizeSmall","menuHeaderFontSizeMedium","menuHeaderFontSizeLarge","menuHeaderPaddingXSmall","menuHeaderPaddingXMedium","menuHeaderPaddingXLarge","menuHeaderPaddingBottomSmall","menuHeaderPaddingBottomMedium","menuHeaderPaddingBottomLarge","menuHeaderPaddingTopSmall","menuHeaderPaddingTopMedium","menuHeaderPaddingTopLarge","toggleLineHeight","toggleFontSize","height","toggleHeightSmall","toggleBorderWidth","handleSize","toggleHandleBorderRadius","toggleHeightMedium","toggleHeightLarge","toggleHeight","toggleWidth","toggleBorderRadius","outlineWidth","toggleBorderColor","toggleHandleSize","toggleBgHover","toggleBgChecked","toggleBg","inputIconColor","inputPaddingYSmall","inputLineHeightSmall","inputPaddingYMedium","inputLineHeightMedium","inputPaddingYLarge","inputLineHeightLarge","borderColorGrayLight","placeholderColorLight","blinkColor","checkboxFontSize","checkboxLineHeight","controlHeight","controlHeightSmall","lineHeight","checkboxLineHeightSmall","checkboxPaddingY","controlHeightMedium","checkboxLineHeightMedium","controlHeightLarge","checkboxLineHeightLarge","checkboxBorderWidth","checkboxCheckedHoverBg","checkboxCheckedBg","checkboxCheckedActiveBg","btnDefaultHoverBg","btnDefaultActiveBg","darken","textareaFontSize","textareaLineHeight","textareaBorderWidth","textareaLineHeightSmall","paddingY","textareaPaddingYSmall","textareaMinHeight","textareaLineHeightMedium","textareaPaddingYMedium","textareaLineHeightLarge","textareaPaddingYLarge","textareaPaddingX","textareaPaddingY","gray","textareaBg","errorText","radioBulletSize","radioSize","radioFontSize","radioLineHeight","radioLineHeightSmall","radioPaddingY","radioLineHeightMedium","radioLineHeightLarge","checkboxHoverBg","checkboxActiveBg","radioBorderWidth","radioBorderColor","tabFontSize","tabLineHeight","tabPaddingX","tabPaddingY","btnDangerBg","btnPayBg","btnSuccessBg","btnPrimaryBg","borderColorFocusLight","lighten","tabColorError","tabColorWarning","tabColorSuccess","tabColorPrimary","red","btnPaddingXSmall","btnPaddingXMedium","btnPaddingXLarge","switcherBtnDisabledBorderColor","btnCheckedDisabledShadow","inputPaddingXSmall","inputPaddingXMedium","inputPaddingXLarge","fileUploaderLineHeight","fileUploaderPaddingY","fileUploaderBorderWidth","fileUploaderDisabledBorderColor","fontFamilyCompensationBaseline","labGrotesqueBaselineCompensation","brandXLight","brandLight","brandDark","brandXDark","grayXxLight","grayLight","blueXxLight","blue","blueXDark","green","yellow","warningText","borderColorGrayDark","specificityLevel","mobileMediaQuery","transitionDuration","transitionTimingFunction","linkSuccessColor","linkSuccessHoverColor","linkSuccessActiveColor","linkDangerColor","linkDangerHoverColor","linkDangerActiveColor","linkIconMarginLeft","linkButtonLineHeight","linkButtonPaddingX","linkLineBorderBottomWidth","parseFloat","linkFocusOutlineColor","linkFocusOutlineWidth","linkFocusOutline","tokenDisabledBg","tokenMarginYMedium","tokenMarginXMedium","tokenMarginYLarge","tokenMarginXLarge","tokenPaddingYMedium","tokenPaddingXMedium","tokenPaddingYLarge","tokenPaddingXLarge","tokenMarginBeforeIcon","tokenRemoveIconSize","tokenRemoveIconPaddingY","tokenRemoveIconPaddingX","tokenRemoveIconGap","tokenRemoveIconBoxSizing","tokenBorderRadius","tokenBorderColorDisabled","tokenOutlineWidth","tokenLegacyTextShift","tokenDefaultIdleBg","tokenDefaultIdleColor","tokenDefaultIdleBorderColor","tokenDefaultIdleBgHover","tokenDefaultIdleColorHover","tokenDefaultIdleBorderColorHover","tokenDefaultActiveBg","tokenDefaultActiveColor","tokenDefaultActiveBorderColor","tokenInputBorderRadius","tokenInputPaddingYMedium","tokenInputPaddingXMedium","tokenInputPaddingYLarge","tokenInputPaddingXLarge","tokenInputPopupOffset","tokenInputPopupMarginSmall","tokenInputPopupMarginMedium","tokenInputPopupMarginLarge","loaderBg","loaderOpacity","loaderBorderRadius","btnBackgroundClip","btnArrowBgImageActive","btnArrowBgImageChecked","btnLinkBorderRadius","btnFocusShadowWidth","btnBorderColorTransition","btnCheckedDisabledColor","btnCheckedTextColor","btnCheckedShadow","btnInsetWidth","btnIconGapSmallRight","btnIconGapMediumRight","btnIconGapLargeRight","btnDefaultBgStart","btnDefaultBgEnd","btnDefaultHoverBgStart","btnDefaultHoverBgEnd","btnDefaultHoverBorderBottomColor","btnDefaultHoverTextColor","btnDefaultActiveBorderColor","btnDefaultActiveBorderTopColor","btnDefaultBorderBottomColor","btnDefaultActiveShadow","btnSuccessHoverBg","btnSuccessHoverBorderColor","btnSuccessHoverBorderBottomColor","btnSuccessHoverTextColor","btnSuccessBorderColor","btnSuccessBorderBottomColor","btnSuccessBgStart","btnSuccessBgEnd","btnSuccessTextColor","btnSuccessHoverBgStart","btnSuccessHoverBgEnd","btnSuccessActiveBg","btnSuccessActiveBorderColor","btnSuccessActiveBorderTopColor","btnSuccessActiveShadow","btnPrimaryHoverBg","btnPrimaryHoverBorderColor","btnPrimaryHoverBorderBottomColor","btnPrimaryHoverTextColor","btnPrimaryBorderColor","btnPrimaryBorderBottomColor","btnPrimaryBgStart","btnPrimaryBgEnd","btnPrimaryTextColor","btnPrimaryHoverBgStart","btnPrimaryHoverBgEnd","btnPrimaryActiveBg","btnPrimaryActiveBorderColor","btnPrimaryActiveBorderTopColor","btnPrimaryActiveShadow","btnDangerHoverBg","btnDangerHoverBorderColor","btnDangerHoverBorderBottomColor","btnDangerHoverTextColor","btnDangerBorderColor","btnDangerBorderBottomColor","btnDangerBgStart","btnDangerBgEnd","btnDangerTextColor","btnDangerHoverBgStart","btnDangerHoverBgEnd","btnDangerActiveBg","btnDangerActiveBorderColor","btnDangerActiveBorderTopColor","btnDangerActiveShadow","btnPayHoverBg","btnPayHoverBorderColor","btnPayHoverBorderBottomColor","btnPayHoverTextColor","btnPayBorderColor","btnPayBorderBottomColor","btnPayBgStart","btnPayBgEnd","btnPayHoverBgStart","btnPayHoverBgEnd","btnPayActiveBg","btnPayActiveBorderColor","btnPayActiveBorderTopColor","btnPayActiveShadow","btnLinkLineBorderBottomWidth","btnInsetColor","btnBacklessBg","btnBacklessHoverBg","btnBacklessActiveBg","btnBacklessHoverTextColor","btnTextBg","btnTextActiveBg","btnTextHoverTextColor","btnWithIconPaddingLeftSmall","btnWithIconPaddingLeftMedium","btnWithIconPaddingLeftLarge","btnIconColor","btnIconHoverColor","btnIconDisabledColor","selectPlaceholderColor","selectIconGapSmall","selectIconGapMedium","selectIconGapLarge","selectRootWidthMobile","mobileSelectMaxWidth","selectBorderColorTransition","tooltipPaddingY","tooltipPaddingX","tooltipCloseBtnPadding","tooltipCloseBtnSide","tooltipCloseBtnColor","tooltipCloseBtnHoverColor","tooltipBg","tooltipPinOffset","tooltipPinOffsetX","tooltipPinOffsetY","tooltipMargin","kebabMargin","kebabBackground","kebabBorderRadius","kebabBorder","kebabSizeSmall","kebabSizeMedium","kebabSizeLarge","kebabIconSizeSmall","kebabIconSizeMedium","kebabIconSizeLarge","kebabIconColor","modalWindowShadow","modalBackBg","modalBackOpacity","modalCloseButtonColor","modalCloseButtonDisabledColor","modalCloseButtonHoverColor","modalCloseButtonPadding","modalCloseButtonLegacyShift","modalCloseButtonBottomPadding","modalCloseButtonClickArea","modalCloseIconSize","modalCloseLegacyGap","modalCloseWrapperLegacyGap","modalBorderRadius","modalFixedHeaderBorder","modalFixedFooterBorder","modalFixedPanelShadow","modalFooterBg","modalAdaptiveThreshold","modalPaddingTop","modalPaddingLeft","modalPaddingRight","modalHeaderFontSize","modalHeaderFontWeight","modalHeaderLineHeight","modalHeaderPaddingTop","modalHeaderAdditionalPaddingBottom","modalFixedHeaderMarginBottom","modalFixedFooterPaddingTop","modalFixedFooterMarginTop","modalSeparatorBorderBottom","modalBodyTextColor","modalFooterTextColor","modalBodyPaddingTop","modalBodyPaddingBottom","modalBodyBorderRadius","modalFooterPaddingTop","modalFooterPaddingBottom","modalPaddingBottom","modalFooterPanelPaddingTop","modalFooterPanelPaddingBottom","mobileModalCloseButtonRightPadding","mobileModalCloseButtonTopPadding","mobileModalCloseButtonClickArea","mobileModalCloseIconSize","mobileModalHeaderFontSize","mobileModalHeaderLineHeight","mobileModalHeaderPadding","mobileModalBodyPadding","mobileModalBodyFontSize","mobileModalFooterPadding","mobileModalPaddingBottom","mobileModalContainerHeight","mobileModalContainerMarginTop","mobileModalContainerMarginRight","mobileModalContainerMarginBottom","mobileModalContainerMarginLeft","sidePageFooterPanelBg","sidePageBackingBg","sidePageBackingBgOpacity","sidePageCloseButtonColor","sidePageCloseButtonHoverColor","sidePageContainerShadow","mobileSidePagePaddingLeft","mobileSidePagePaddingRight","mobileSidePagePaddingTop","mobileSidePagePaddingBottom","mobileSidePageFooterPadding","sidePagePaddingLeft","sidePagePaddingRight","sidePagePaddingTop","sidePagePaddingBottom","sidePageFooterPaddingTop","sidePageFooterPaddingBottom","sidePageBodyTextColor","sidePageFooterTextColor","sidePageHeaderFontSize","sidePageHeaderLineHeight","sidePageHeaderPaddingBottom","sidePageHeaderPaddingTop","sidePageHeaderFixedFontSize","sidePageHeaderFixedLineHeight","sidePageHeaderFixedPaddingY","sidePageHeaderStickyOffset","sidePageCloseButtonPadding","mobileSidePageCloseButtonPadding","sidePageCloseButtonLegacyPaddingLeft","sidePageFooterPanelPaddingTop","sidePageFooterPanelPaddingBottom","sidePageCloseIconSize","sidePageCloseButtonClickArea","mobileSidePageCloseButtonClickArea","sidePageFixedPanelShadow","mobileSidePageHeaderFontSize","mobileSidePageHeaderLineHeight","mobileSidePageHeaderPaddingBottom","mobileSidePageHeaderPaddingTop","sidePageHeaderFontWeight","dateInputMaskColor","dateInputComponentSelectedBgColor","calendarCellHoverColor","calendarCellActiveHoverColor","calendarCellWeekendColor","calendarCellTodayBorder","calendarCellSelectedBgColor","calendarCellSelectedFontColor","calendarPaddingX","calendarMonthTitleLineHeight","calendarMonthTitlePaddingTop","calendarMonthTitlePaddingBottom","calendarMonthTitleMarginX","calendarMonthTitleMarginBottom","calendarWrapperHeight","calendarMonthMarginBottom","calendarMaxMonthsToAppendOnScroll","dateSelectLineHeight","dateSelectFontSize","dateSelectFontWeight","dateSelectMenuItemBgSelected","datePickerMenuOffsetY","pickerShadow","pickerTodayWrapperBorderTop","pickerTodayWrapperHoverBgColor","pickerTodayWrapperFontSize","pickerTodayWrapperLineHeight","pickerTodayWrapperPaddingTop","pickerTodayWrapperPaddingBottom","pickerBorderRadius","pagingForwardIconMarginTop","pagingPageLinkBoxSizing","pagingPageLinkPaddingX","pagingPageLinkPaddingY","pagingPageLinkLegacyPaddingY","pagingPageLinkMinWidth","pagingPageForwardLinkMarginTop","pagingPageForwardLinkMarginLeft","pagingPageForwardLinkPaddingRight","pagingLineHeight","pagingDotsColor","pagingDotsPadding","pagingPageLinkActiveBg","pagingPageLinkDisabledActiveBg","pagingPageLinkHoverBg","pagingPageLinkBorderRadius","pagingPageLinkHintFontSize","pagingPageLinkHintLineHeight","pagingPageLinkHintMargin","pagingPageLinkMargin","hintMaxWidth","hintPaddingY","hintPaddingX","hintTextAlign","hintBgColor","hintBorder","hintBorderRadius","hintPinOffset","hintMargin","toastPaddingY","toastPaddingX","toastBorderRadius","toastBorder","toastTop","toastBg","toastColor","toastLinkColor","toastLinkTextDecorationHover","toastLinkBgHover","toastLinkBgActive","toastClosePadding","toastCloseColor","toastCloseHoverColor","toastCloseSize","dropdownMenuBorderColorTransition","dropdownMenuMenuBoxSizing","dropdownButtonBorderRadiusSmall","dropdownButtonBorderRadiusMedium","dropdownButtonBorderRadiusLarge","menuBorder","menuShadow","menuPaddingY","menuLegacyPaddingY","menuScrollContainerContentWrapperPaddingY","mobileMenuPaddingY","mobileMenuScrollContainerContentWrapperPaddingY","menuPaddingX","mobileMenuPaddingX","menuBoxSizing","menuItemIconLegacyShift","menuItemPaddingYMedium","menuItemPaddingYLarge","menuItemBorderRadius","menuItemLegacyPaddingX","menuItemLegacyPaddingY","menuItemCommentColor","menuItemCommentOpacity","menuItemCommentColorHover","menuItemGap","menuHeaderTotalCountPaddingTopSmall","menuHeaderTotalCountPaddingTopMedium","menuHeaderTotalCountPaddingTopLarge","menuHeaderTotalCountPaddingBottomSmall","menuHeaderTotalCountPaddingBottomMedium","menuHeaderTotalCountPaddingBottomLarge","menuHeaderLegacyPaddingRight","menuFooterLegacyPaddingRight","menuSeparatorBorderColor","menuSeparatorMarginY","menuSeparatorMarginX","menuSeparatorBorderWidth","mobileMenuSeparatorMarginY","mobileMenuSeparatorMarginX","toggleHandleActiveWidthIncrement","toggleWidthMedium","toggleWidthLarge","toggleCheckedBg","toggleDisabledHandleBg","toggleBaseBg","toggleBgDisabledChecked","toggleCheckedBgHover","toggleBgFocus","toggleBgActive","toggleCaptionGap","toggleButtonOffsetY","toggleContainerBg","toggleContainerBgCheckedHover","toggleContainerBoxShadow","toggleContainerBoxShadowHover","toggleContainerBoxShadowChecked","toggleContainerBoxShadowCheckedHover","toggleHandleBgHover","toggleHandleBgChecked","toggleHandleBgCheckedHover","toggleHandleBoxShadow","toggleHandleBoxShadowHover","toggleHandleBoxShadowChecked","toggleHandleBoxShadowCheckedHover","toggleContainerBgDisabled","toggleHandleBgDisabled","toggleContainerBoxShadowDisabled","toggleHandleBoxShadowDisabled","toggleContainerBgDisabledChecked","toggleHandleBgDisabledChecked","toggleContainerBoxShadowDisabledChecked","toggleHandleBoxShadowDisabledChecked","popupBorderColor","popupDropShadow","popupPinOffsetX","popupPinOffsetY","popupMenuMenuOffsetY","inputColor","inputWidth","inputIconGapSmall","inputIconGapMedium","inputIconGapLarge","inputIconSizeSmall","inputIconSizeMedium","inputIconSizeLarge","inputBackgroundClip","inputBorderRadiusSmall","inputBorderRadiusMedium","inputBorderRadiusLarge","inputDisabledBackgroundClip","inputColorScheme","checkboxBoxSize","checkboxBoxSizeSmall","checkboxBoxSizeMedium","checkboxBoxSizeLarge","checkboxCaptionGap","checkboxBoxOffsetY","checkboxBgStart","checkboxBgEnd","checkboxBorder","checkboxCheckedColor","checkboxBorderRadius","checkboxBg","textareaShadow","textareaBackgroundClip","textareaBorderRadius","textareaWidth","textareaPaddingXMedium","textareaPaddingXLarge","textareaBorderTopColor","textareaDisabledBg","textareaDisabledBorderColor","radioBulletSizeMedium","radioBulletSizeLarge","radioSizeMedium","radioSizeLarge","radioCaptionGap","radioVerticalAlign","radioBgImage","radioBgColor","radioBoxShadow","radioHoverShadow","radioActiveShadow","radioCheckedBorderColor","radioCheckedBulletColor","radioCaptionDisplay","radioBorderWidthCompensation","radioCircleOffsetY","radioGroupLegacyItemGap","tabPaddingXSmall","tabPaddingXMedium","tabBorderWidth","tabIndicatorBorderRadius","spinnerCaptionGapSmall","spinnerCaptionGapMedium","spinnerCaptionGapLarge","spinnerCaptionMarginSmall","spinnerCaptionMarginMedium","spinnerCaptionMarginLarge","switcherBorderRadius","switcherButtonPaddingXSmall","switcherButtonPaddingXMedium","switcherButtonPaddingXLarge","mobilePopupTopPadding","mobilePopupContainerBottomPadding","mobilePopupHeaderPadding","mobilePopupContainerBorderRadius","mobilePopupHeaderFontWeight","mobilePopupHeaderChildPadding","mobilePopupOuterIndentY","scrollContainerScrollBarSize","scrollContainerScrollBarHoverSize","scrollContainerScrollBarColor","scrollContainerScrollBarInvertColor","scrollContainerScrollBarOffsetY","dropdownMenuScrollContainerScrollBarOffsetY","passwordInputVisibilityIconColor","passwordInputVisibilityIconOpacity","passwordInputVisibilityIconHoverColor","passwordInputVisibilityIconHoverOpacity","globalLoaderHeight","globalLoaderWidth","globalLoaderPosition","globalLoaderTop","globalLoaderLeft","globalLoaderBottom","globalLoaderRight","globalLoaderBackgroundColor","globalLoaderTransitionToSpinnerDuration","globalLoaderSpinnerAnimationDuration","globalLoaderSlowAnimationDuration","globalLoaderTransitionFromSpinnerDuration","fileUploaderWidth","fileUploaderBg","fileUploaderUploadButtonBg","fileUploaderPaddingX","fileUploaderBorderRadius","fileUploaderBorderColor","fileUploaderBorderStyle","fileUploaderAfterLinkColor","fileUploaderIconSize","fileUploaderIconColor","fileUploaderIconHoverColor","fileUploaderDisabledBg","fileUploaderDisabledBgClip","fileUploaderDisabledTextColor","fileUploaderDisabledLinkColor","fileUploaderDisabledIconColor","fileUploaderHoveredBg","fileUploaderHoveredBorderColor","fileUploaderIconGapSmall","fileUploaderIconGapMedium","fileUploaderIconGapLarge","fileUploaderDragOverShadow","closeBtnIconColor","closeBtnIconDisabledColor","closeBtnIconHoverColor","closeBtnIconBorderRadius","internalMenuPaddingY","autocompleteMenuOffsetY","comboboxMenuOffsetY","miniModalHeaderPaddingBottom","miniModalBodyPaddingTop","miniModalBodyPaddingBottom","miniModalHeaderPaddingTop","miniModalActionGap","miniModalCancelIndent","miniModalFooterPaddingTop","miniModalFooterPaddingBottom","miniModalTitleMarginTop","miniModalHeightMobile","miniModalMarginTopMobile","miniModalMarginLeftMobile","miniModalMarginRightMobile","miniModalFooterPaddingMobile","miniModalHeaderPaddingMobile","miniModalBodyPaddingMobile","DefaultThemeInternal"],"mappings":"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,S,CAZf1S,Y,CAaGyP,I,GAAO,S,CAbVzP,Y,CAcGwB,Q,GAAW,M,CAddxB,Y,CAeGiC,K,GAAQ,M,CAfXjC,Y,CAgBG2S,W,GAAc,S,CAhBjB3S,Y,CAiBGG,S,GAAY,S,CAjBfH,Y,CAkBG4S,I,GAAO,S,CAlBV5S,Y,CAmBGyB,Q,GAAW,S,CAnBdzB,Y,CAoBG6S,S,GAAY,S,CApBf7S,Y,CAqBG0B,Y,GAAe,S,CArBlB1B,Y,CAsBG8S,K,GAAQ,S,CAtBX9S,Y,CAuBG2B,S,GAAY,S,CAvBf3B,Y,CAwBG8B,U,GAAa,S,CAxBhB9B,Y,CAyBGsR,G,GAAM,S,CAzBTtR,Y,CA0BG+B,O,GAAU,S,CA1Bb/B,Y,CA2BG4B,a,GAAgB,S,CA3BnB5B,Y,CA4BG+S,M,GAAS,S,CA5BZ/S,Y,CA6BG6B,U,GAAa,S,CA7BhB7B,Y,CA8BGC,S,GAAY,M,CA9BfD,Y,CAkCGE,U,GAAa,S,CAlChBF,Y,CAmCGI,S,GAAY,S,CAnCfJ,Y,CAoCGsF,c,GAAiB,S,CApCpBtF,Y,CAqCG2P,S,GAAY,S,CArCf3P,Y,CAsCGK,W,GAAc,S,CAtCjBL,Y,CAuCGuF,gB,GAAmB,S,CAvCtBvF,Y,CAwCGgT,W,GAAc,S,CAxCjBhT,Y,CAyCGgR,qB,GAAwB,S,CAzC3BhR,Y,CA0CGiT,mB,GAAsB,qB,CA1CzBjT,Y,CA2CGuN,oB,GAAuB,qB,CA3C1BvN,Y,CA+CGgI,gB,GAAmB,S,CA/CtBhI,Y,CAgDGwF,iB,GAAoB,M,CAhDvBxF,Y,CAiDGwN,qB,GAAwB,S,CAjD3BxN,Y,CAkDGyN,U,GAAa,wB,CAlDhBzN,Y,CAmDG0D,kB,GAAqB,K,CAnDxB1D,Y,CAoDG2D,mB,GAAsB,K,CApDzB3D,Y,CAqDGgB,sB,GAAyB,M,CArD5BhB,Y,CAsDGkB,uB,GAA0B,M,CAtD7BlB,Y,CAuDGmB,sB,GAAyB,M,CAvD5BnB,Y,CAwDGiE,oB,GAAuB,K,CAxD1BjE,Y,CAyDGkE,qB,GAAwB,K,CAzD3BlE,Y,CA0DGmE,oB,GAAuB,M,CA1D1BnE,Y,CA2DGgE,gB,GAAmB,S,CA3DtBhE,Y,CA4DG8H,e,GAAkB,M,CA5DrB9H,Y,CA6DGO,iB,GAAoB,S,CA7DvBP,Y,CA8DGS,yB,GAA4B,S,CA9D/BT,Y,CA+DGU,a,GAAgB,M,CA/DnBV,Y,CAgEGY,c,GAAiB,M,CAhEpBZ,Y,CAiEGa,a,GAAgB,M,CAjEnBb,Y,CAkEG2J,c,GAAiB,M,CAlEpB3J,Y,CAmEG0J,gB,GAAmB,M,CAnEtB1J,Y,CAoEGkT,gB,GAAmB,G,CApEtBlT,Y,CAqEGkH,gB,GAAmB,iC,CArEtBlH,Y,CAkFG6N,kB,GAAqB,M,CAlFxB7N,Y,CAmFGiO,mB,GAAsB,M,CAnFzBjO,Y,CAoFGmO,kB,GAAqB,M,CApFxBnO,Y,CAqFGmT,gB,GAAmB,4D,CArFtBnT,Y,CAuFGoT,kB,GAAqB,O,CAvFxBpT,Y,CAwFGqT,wB,GAA2B,+B,CAxF9BrT,Y,CA4FGM,S,GAAY,S,CA5FfN,Y,CA6FGgF,e,GAAkB,S,CA7FrBhF,Y,CA8FGiF,uB,GAA0B,W,CA9F7BjF,Y,CA+FGsT,gB,GAAmB,S,CA/FtBtT,Y,CAgGGuT,qB,GAAwB,S,CAhG3BvT,Y,CAiGGwT,sB,GAAyB,S,CAjG5BxT,Y,CAkGGyT,e,GAAkB,S,CAlGrBzT,Y,CAmGG0T,oB,GAAuB,S,CAnG1B1T,Y,CAoGG2T,qB,GAAwB,S,CApG3B3T,Y,CAqGGqF,mB,GAAsB,K,CArGzBrF,Y,CAsGG4T,kB,GAAqB,K,CAtGxB5T,Y,CAsHG6T,oB,GAAuB,M,CAtH1B7T,Y,CAuHG8T,kB,GAAqB,M,CAvHxB9T,Y,CAyHGQ,yB,GAA4B,E,CAzH/BR,Y,CA6HG+T,yB,GAA4B,K,CA7H/B/T,Y,CA8HGoF,2B,GAA8B,K,CA9HjCpF,Y,CA+HGkF,yB,wCACZ8O,UAAU,CAhIDhU,YAgIE,CAAKoF,2BAAN,CAAV,GAA+C,G,qBAhItCpF,Y,CAmIGiU,qB,GAAwB,a,CAnI3BjU,Y,CAoIGkU,qB,GAAwB,K,CApI3BlU,Y,CAqIGmU,gB,GAAmB,M,CArItBnU,Y,CAyIGoU,e,GAAkB,qB,CAzIrBpU,Y,CAgKGc,Y,GAAe,K,CAhKlBd,Y,CAoKGe,Y,GAAe,K,CApKlBf,Y,CA2KGqU,kB,GAAqB,K,CA3KxBrU,Y,CA4KGsU,kB,GAAqB,K,CA5KxBtU,Y,CA6KGuU,iB,GAAoB,K,CA7KvBvU,Y,CA8KGwU,iB,GAAoB,K,CA9KvBxU,Y,CAkMGoB,a,GAAgB,K,CAlMnBpB,Y,CAsMGqB,a,GAAgB,K,CAtMnBrB,Y,CA6MGyU,mB,GAAsB,K,CA7MzBzU,Y,CA8MG0U,mB,GAAsB,K,CA9MzB1U,Y,CA+MG2U,kB,GAAqB,K,CA/MxB3U,Y,CAgNG4U,kB,GAAqB,K,CAhNxB5U,Y,CAiNG6U,qB,GAAwB,K,CAjN3B7U,Y,CAkNG8U,mB,GAAsB,K,CAlNzB9U,Y,CAmNG+U,uB,GAA0B,K,CAnN7B/U,Y,CAoNGgV,uB,GAA0B,K,CApN7BhV,Y,CAqNGiV,kB,GAAqB,K,CArNxBjV,Y,CAsNGkV,wB,GAA2B,a,CAtN9BlV,Y,CAuNGmV,iB,GAAoB,K,CAvNvBnV,Y,CAwNGoC,gB,GAAmB,K,CAxNtBpC,Y,CAyNGoV,wB,GAA2B,a,CAzN9BpV,Y,CA0QGqV,iB,GAAoB,K,CA1QvBrV,Y,CA2QGsV,oB,GAAuB,K,CA3Q1BtV,Y,CA+RGuV,kB,GAAqB,E,CA/RxBvV,Y,CAgSGwV,qB,GAAwB,E,CAhS3BxV,Y,CAiSGyV,2B,GAA8B,E,CAjSjCzV,Y,CAkSG0V,uB,GAA0B,E,CAlS7B1V,Y,CAmSG2V,0B,GAA6B,E,CAnShC3V,Y,CAoSG4V,gC,GAAmC,E,CApStC5V,Y,CAqSG6V,oB,GAAuB,E,CArS1B7V,Y,CAsSG8V,uB,GAA0B,E,CAtS7B9V,Y,CAuSG+V,6B,GAAgC,E,CAvSnC/V,Y,CA4UGgW,sB,GAAyB,K,CA5U5BhW,Y,CAqXGuD,kB,GAAqB,K,CArXxBvD,Y,CAyXGwD,kB,GAAqB,K,CAzXxBxD,Y,CAgYGiW,wB,GAA2B,K,CAhY9BjW,Y,CAiYGkW,wB,GAA2B,K,CAjY9BlW,Y,CAkYGmW,uB,GAA0B,K,CAlY7BnW,Y,CAmYGoW,uB,GAA0B,K,CAnY7BpW,Y,CAqYGqW,qB,GAAwB,K,CArY3BrW,Y,CAsYGsW,0B,GAA6B,K,CAtYhCtW,Y,CAuYGuW,2B,GAA8B,M,CAvYjCvW,Y,CAwYGwW,0B,GAA6B,M,CAxYhCxW,Y,CA4YGyW,Q,GAAW,0B,CA5YdzW,Y,CA6YG0W,a,GAAgB,K,CA7YnB1W,Y,CA8YG2W,kB,GAAqB,K,CA9YxB3W,Y,CAiZG4W,iB,GAAoB,a,CAjZvB5W,Y,CAkZG6W,qB,GAAwB,M,CAlZ3B7W,Y,CAmZG8W,sB,GAAyB,M,CAnZ5B9W,Y,CAoZG+W,mB,GAAsB,K,CApZzB/W,Y,CAqZGgX,mB,GAAsB,K,CArZzBhX,Y,CAsZGiX,wB,GAA2B,E,CAtZ9BjX,Y,CAuZG4F,sB,GAAyB,qB,CAvZ5B5F,Y,CAwZG+D,Y,GAAe,S,CAxZlB/D,Y,CAyZGyD,oB,GAAuB,S,CAzZ1BzD,Y,CA0ZGkX,uB,GAA0B,0B,CA1Z7BlX,Y,CA2ZGmX,mB,GAAsB,M,CA3ZzBnX,Y,CA+ZGoX,gB,GAAmB,M,CA/ZtBpX,Y,CAgaG2R,wB,GAA2B,M,CAha9B3R,Y,CAiaGgG,oB,GAAuB,K,CAja1BhG,Y,CAkaGiG,qB,GAAwB,K,CAla3BjG,Y,CAmaGkG,oB,GAAuB,K,CAna1BlG,Y,CAuaGqX,a,GAAgB,K,CAvanBrX,Y,CA2aGuR,gB,GAAmB,M,CA3atBvR,Y,CA4aGwR,iB,GAAoB,M,CA5avBxR,Y,CA6aGyR,gB,GAAmB,M,CA7atBzR,Y,CAibG4D,e,GAAkB,K,CAjbrB5D,Y,CAqbGsX,oB,GAAuB,K,CArb1BtX,Y,CAybG6D,gB,GAAmB,K,CAzbtB7D,Y,CA6bGuX,qB,GAAwB,K,CA7b3BvX,Y,CAicG8D,e,GAAkB,K,CAjcrB9D,Y,CAqcGwX,oB,GAAuB,K,CArc1BxX,Y,CAscGqG,gB,GAAmB,M,CAtctBrG,Y,CAucGsG,iB,GAAoB,M,CAvcvBtG,Y,CAwcGuG,gB,GAAmB,M,CAxctBvG,Y,CAycGkI,Y,GAAe,M,CAzclBlI,Y,CA0cGyX,iB,GAAoB,M,CA1cvBzX,Y,CA2cG0X,e,GAAkB,M,CA3crB1X,Y,CAkdGyO,iB,GAAoB,S,CAldvBzO,Y,CAmdG2X,sB,GAAyB,M,CAnd5B3X,Y,CAodG4X,oB,GAAuB,M,CApd1B5X,Y,CAqdG0O,kB,GAAqB,S,CArdxB1O,Y,CAsdG2G,0B,GAA6B,qB,CAtdhC3G,Y,CAudG6X,gC,GAAmC,E,CAvdtC7X,Y,CAwdG8X,wB,GAA2B,E,CAxd9B9X,Y,CAydG+X,2B,GAA8B,qB,CAzdjC/X,Y,CA0dGgY,8B,GAAiC,E,CA1dpChY,Y,CA2dG2F,qB,GAAwB,qB,CA3d3B3F,Y,CA4dGiY,2B,GAA8B,E,CA5djCjY,Y,CA6dGkY,sB,GAAyB,M,CA7d5BlY,Y,CA8dG8Q,Y,GAAe,S,CA9dlB9Q,Y,CA+dGmY,iB,GAAoB,S,CA/dvBnY,Y,CAgeGoY,0B,GAA6B,S,CAhehCpY,Y,CAieGqY,gC,GAAmC,E,CAjetCrY,Y,CAkeGsY,wB,GAA2B,E,CAle9BtY,Y,CAmeGuY,qB,GAAwB,S,CAne3BvY,Y,CAoeGwY,2B,GAA8B,E,CApejCxY,Y,CAqeGyY,iB,GAAoB,M,CArevBzY,Y,CAseG0Y,e,GAAkB,M,CAterB1Y,Y,CAueG2Y,mB,GAAsB,M,CAvezB3Y,Y,CAweG4Y,sB,GAAyB,M,CAxe5B5Y,Y,CAyeG6Y,oB,GAAuB,M,CAze1B7Y,Y,CA0eG8Y,kB,GAAqB,S,CA1exB9Y,Y,CA2eG+Y,2B,GAA8B,S,CA3ejC/Y,Y,CA4eGgZ,8B,GAAiC,E,CA5epChZ,Y,CA6eGiZ,sB,GAAyB,M,CA7e5BjZ,Y,CA8eG+Q,Y,GAAe,S,CA9elB/Q,Y,CA+eGkZ,iB,GAAoB,S,CA/evBlZ,Y,CAgfGmZ,0B,GAA6B,S,CAhfhCnZ,Y,CAifGoZ,gC,GAAmC,E,CAjftCpZ,Y,CAkfGqZ,wB,GAA2B,E,CAlf9BrZ,Y,CAmfGsZ,qB,GAAwB,S,CAnf3BtZ,Y,CAofGuZ,2B,GAA8B,E,CApfjCvZ,Y,CAqfGwZ,iB,GAAoB,M,CArfvBxZ,Y,CAsfGyZ,e,GAAkB,M,CAtfrBzZ,Y,CAufG0Z,mB,GAAsB,M,CAvfzB1Z,Y,CAwfG2Z,sB,GAAyB,M,CAxf5B3Z,Y,CAyfG4Z,oB,GAAuB,M,CAzf1B5Z,Y,CA0fG6Z,kB,GAAqB,S,CA1fxB7Z,Y,CA2fG8Z,2B,GAA8B,S,CA3fjC9Z,Y,CA4fG+Z,8B,GAAiC,E,CA5fpC/Z,Y,CA6fGga,sB,GAAyB,M,CA7f5Bha,Y,CA8fG4Q,W,GAAc,S,CA9fjB5Q,Y,CA+fGia,gB,GAAmB,S,CA/ftBja,Y,CAggBGka,yB,GAA4B,S,CAhgB/Bla,Y,CAigBGma,+B,GAAkC,E,CAjgBrCna,Y,CAkgBGoa,uB,GAA0B,E,CAlgB7Bpa,Y,CAmgBGqa,oB,GAAuB,S,CAngB1Bra,Y,CAogBGsa,0B,GAA6B,E,CApgBhCta,Y,CAqgBGua,gB,GAAmB,M,CArgBtBva,Y,CAsgBGwa,c,GAAiB,M,CAtgBpBxa,Y,CAugBGya,kB,GAAqB,M,CAvgBxBza,Y,CAwgBG0a,qB,GAAwB,M,CAxgB3B1a,Y,CAygBG2a,mB,GAAsB,M,CAzgBzB3a,Y,CA0gBG4a,iB,GAAoB,S,CA1gBvB5a,Y,CA2gBG6a,0B,GAA6B,S,CA3gBhC7a,Y,CA4gBG8a,6B,GAAgC,E,CA5gBnC9a,Y,CA6gBG+a,qB,GAAwB,M,CA7gB3B/a,Y,CA8gBG6Q,Q,GAAW,S,CA9gBd7Q,Y,CA+gBGgb,a,GAAgB,S,CA/gBnBhb,Y,CAghBGib,sB,GAAyB,S,CAhhB5Bjb,Y,CAihBGkb,4B,GAA+B,E,CAjhBlClb,Y,CAkhBGmb,oB,GAAuB,E,CAlhB1Bnb,Y,CAmhBGob,iB,GAAoB,S,CAnhBvBpb,Y,CAohBGqb,uB,GAA0B,E,CAphB7Brb,Y,CAqhBGsb,a,GAAgB,M,CArhBnBtb,Y,CAshBGub,W,GAAc,M,CAthBjBvb,Y,CA0hBGwb,kB,GAAqB,M,CA1hBxBxb,Y,CA2hBGyb,gB,GAAmB,M,CA3hBtBzb,Y,CA4hBG0b,c,GAAiB,S,CA5hBpB1b,Y,CA6hBG2b,uB,GAA0B,S,CA7hB7B3b,Y,CA8hBG4b,0B,GAA6B,E,CA9hBhC5b,Y,CA+hBG6b,kB,GAAqB,M,CA/hBxB7b,Y,CAgiBGmG,iB,GAAoB,S,CAhiBvBnG,Y,CAsmBGmF,4B,GAA+B,E,CAtmBlCnF,Y,CA0mBG8b,4B,GAA+B,K,CA1mBlC9b,Y,CA8nBG+b,a,GAAgB,M,CA9nBnB/b,Y,CAwoBGgc,a,GAAgB,wB,CAxoBnBhc,Y,CAyoBGic,kB,GAAqB,gC,CAzoBxBjc,Y,CA0oBGkc,mB,GAAsB,+B,CA1oBzBlc,Y,CAopBGmc,yB,GAA4B,E,CAppB/Bnc,Y,CAypBGoc,S,GAAY,a,CAzpBfpc,Y,CA0pBG+F,c,GAAiB,qB,CA1pBpB/F,Y,CA2pBGqc,e,GAAkB,oB,CA3pBrBrc,Y,CAkqBGsc,qB,GAAwB,E,CAlqB3Btc,Y,CAsqBGuc,2B,GAA8B,E,CAtqBjCvc,Y,CAuqBGwc,4B,GAA+B,E,CAvqBlCxc,Y,CAwqBGyc,2B,GAA8B,E,CAxqBjCzc,Y,CA0qBG0c,Y,GAAe,E,CA1qBlB1c,Y,CA2qBG2c,iB,GAAoB,E,CA3qBvB3c,Y,CA4qBG4c,oB,GAAuB,E,CA5qB1B5c,Y,CAkrBG6c,sB,GAAyB,S,CAlrB5B7c,Y,CAksBGqI,mB,GAAsB,K,CAlsBzBrI,Y,CAysBG8c,kB,GAAqB,K,CAzsBxB9c,Y,CAgtBGuI,oB,GAAuB,M,CAhtB1BvI,Y,CAutBG+c,mB,GAAsB,K,CAvtBzB/c,Y,CA8tBGyI,mB,GAAsB,M,CA9tBzBzI,Y,CAquBGgd,kB,GAAqB,M,CAruBxBhd,Y,CAqvBGid,qB,GAAwB,M,CArvB3Bjd,Y,CAsvBGkd,oB,GAAuB,M,CAtvB1Bld,Y,CAswBGmd,2B,mBAtwBHnd,YAswB+C,CAAKoT,kB,SAtwBpDpT,YAswB0E,CAAKqT,wB,OAtwB/ErT,Y,CAywBGod,e,GAAkB,M,CAzwBrBpd,Y,CA0wBGqd,e,GAAkB,M,CA1wBrBrd,Y,CA2wBGsd,sB,GAAyB,K,CA3wB5Btd,Y,CA4wBGud,mB,GAAsB,K,CA5wBzBvd,Y,CA6wBGwd,oB,GAAuB,qB,CA7wB1Bxd,Y,CA8wBGyd,yB,GAA4B,oB,CA9wB/Bzd,Y,CAkxBG0d,S,GAAY,M,CAlxBf1d,Y,CAyxBG2d,gB,GAAmB,K,CAzxBtB3d,Y,CA0xBG4d,iB,GAAoB,M,CA1xBvB5d,Y,CA2xBG6d,iB,GAAoB,M,CA3xBvB7d,Y,CA4xBG8d,a,GAAgB,M,CA5xBnB9d,Y,CA0zBG+d,W,GAAc,K,CA1zBjB/d,Y,CA2zBGge,e,GAAkB,a,CA3zBrBhe,Y,CA4zBGiH,oB,GAAuB,qB,CA5zB1BjH,Y,CAg0BGie,iB,GAAoB,K,CAh0BvBje,Y,CAi0BGke,W,GAAc,uB,CAj0BjBle,Y,CAk0BGme,c,GAAiB,M,CAl0BpBne,Y,CAm0BGoe,e,GAAkB,M,CAn0BrBpe,Y,CAo0BGqe,c,GAAiB,M,CAp0BpBre,Y,CAq0BGse,kB,GAAqB,M,CAr0BxBte,Y,CAs0BGue,mB,GAAsB,M,CAt0BzBve,Y,CAu0BGwe,kB,GAAqB,M,CAv0BxBxe,Y,CAw0BGye,c,GAAiB,S,CAx0BpBze,Y,CA40BG0e,iB,GAAoB,gC,CA50BvB1e,Y,CA60BG2e,W,GAAc,M,CA70BjB3e,Y,CAi1BG4e,gB,GAAmB,K,CAj1BtB5e,Y,CAk1BG6e,qB,GAAwB,qB,CAl1B3B7e,Y,CAm1BG8e,6B,GAAgC,S,CAn1BnC9e,Y,CAo1BG+e,0B,GAA6B,sB,CAp1BhC/e,Y,CAq1BGgf,uB,GAA0B,M,CAr1B7Bhf,Y,CAs1BGif,2B,GAA8B,K,CAt1BjCjf,Y,CAu1BGkf,6B,GAAgC,M,CAv1BnClf,Y,CAw1BGmf,yB,GAA4B,M,CAx1B/Bnf,Y,CAy1BGof,kB,GAAqB,M,CAz1BxBpf,Y,CA01BGqf,mB,GAAsB,K,CA11BzBrf,Y,CA21BGsf,0B,GAA6B,K,CA31BhCtf,Y,CA41BGuf,iB,GAAoB,K,CA51BvBvf,Y,CAm2BGwf,sB,GAAyB,M,CAn2B5Bxf,Y,CAo2BGyf,sB,GAAyB,M,CAp2B5Bzf,Y,CAw2BG0f,qB,GAAwB,M,CAx2B3B1f,Y,CAy2BG2f,a,GAAgB,S,CAz2BnB3f,Y,CA02BG4f,sB,GAAyB,O,CA12B5B5f,Y,CA22BG6f,e,GAAkB,M,CA32BrB7f,Y,CA42BG8f,gB,GAAmB,M,CA52BtB9f,Y,CA62BG+f,iB,GAAoB,M,CA72BvB/f,Y,CA82BGggB,mB,GAAsB,M,CA92BzBhgB,Y,CA+2BGigB,qB,GAAwB,K,CA/2B3BjgB,Y,CAm3BGkgB,qB,GAAwB,M,CAn3B3BlgB,Y,CAo3BGqH,wB,GAA2B,M,CAp3B9BrH,Y,CAq3BGmgB,qB,GAAwB,M,CAr3B3BngB,Y,CAs3BGogB,kC,GAAqC,M,CAt3BxCpgB,Y,CAu3BGqgB,4B,GAA+B,M,CAv3BlCrgB,Y,CA23BGsgB,0B,GAA6B,M,CA33BhCtgB,Y,CA43BGugB,yB,GAA4B,M,CA53B/BvgB,Y,CA83BGwgB,0B,GAA6B,M,CA93BhCxgB,Y,CA+3BGygB,kB,GAAqB,S,CA/3BxBzgB,Y,CAg4BG0gB,oB,GAAuB,S,CAh4B1B1gB,Y,CAi4BG2gB,mB,GAAsB,G,CAj4BzB3gB,Y,CAk4BG4gB,sB,GAAyB,M,CAl4B5B5gB,Y,CAm4BG6gB,qB,GAAwB,K,CAn4B3B7gB,Y,CAo4BG8gB,qB,GAAwB,K,CAp4B3B9gB,Y,CAq4BG+gB,wB,GAA2B,M,CAr4B9B/gB,Y,CAs4BGghB,kB,GAAqB,M,CAt4BxBhhB,Y,CAu4BGihB,0B,GAA6B,M,CAv4BhCjhB,Y,CAw4BGkhB,6B,GAAgC,M,CAx4BnClhB,Y,CAy4BGmhB,kC,GAAqC,M,CAz4BxCnhB,Y,CA04BGohB,gC,GAAmC,M,CA14BtCphB,Y,CA24BGqhB,+B,GAAkC,M,CA34BrCrhB,Y,CA44BGshB,wB,GAA2B,M,CA54B9BthB,Y,CA64BGuhB,yB,GAA4B,M,CA74B/BvhB,Y,CA84BGwhB,2B,GAA8B,M,CA94BjCxhB,Y,CA+4BGyhB,wB,GAA2B,M,CA/4B9BzhB,Y,CAg5BG0hB,sB,GAAyB,kB,CAh5B5B1hB,Y,CAi5BG2hB,uB,GAA0B,M,CAj5B7B3hB,Y,CAk5BG4hB,wB,GAA2B,M,CAl5B9B5hB,Y,CAm5BG6hB,wB,GAA2B,M,CAn5B9B7hB,Y,CAo5BG8hB,0B,GAA6B,M,CAp5BhC9hB,Y,CAq5BG+hB,6B,GAAgC,G,CAr5BnC/hB,Y,CAs5BGgiB,+B,GAAkC,G,CAt5BrChiB,Y,CAu5BGiiB,gC,GAAmC,G,CAv5BtCjiB,Y,CAw5BGkiB,8B,GAAiC,G,CAx5BpCliB,Y,CA25BGmiB,qB,GAAwB,S,CA35B3BniB,Y,CA45BGoiB,iB,GAAoB,M,CA55BvBpiB,Y,CA65BGqiB,wB,GAA2B,K,CA75B9BriB,Y,CA85BGsiB,wB,GAA2B,sB,CA95B9BtiB,Y,CA+5BGuiB,6B,GAAgC,oB,CA/5BnCviB,Y,CAg6BGwiB,uB,GAA0B,+B,CAh6B7BxiB,Y,CAi6BGyiB,yB,GAA4B,M,CAj6B/BziB,Y,CAk6BG0iB,0B,GAA6B,M,CAl6BhC1iB,Y,CAm6BG2iB,wB,GAA2B,M,CAn6B9B3iB,Y,CAo6BG4iB,2B,GAA8B,M,CAp6BjC5iB,Y,CAq6BG6iB,2B,GAA8B,M,CAr6BjC7iB,Y,CAs6BG8iB,mB,GAAsB,M,CAt6BzB9iB,Y,CAu6BG+iB,oB,GAAuB,M,CAv6B1B/iB,Y,CAw6BGgjB,kB,GAAqB,M,CAx6BxBhjB,Y,CAy6BGijB,qB,GAAwB,M,CAz6B3BjjB,Y,CA06BGkjB,wB,GAA2B,M,CA16B9BljB,Y,CA26BGmjB,2B,GAA8B,M,CA36BjCnjB,Y,CAk7BGojB,qB,GAAwB,S,CAl7B3BpjB,Y,CAm7BGqjB,uB,GAA0B,S,CAn7B7BrjB,Y,CAo7BGsjB,sB,GAAyB,M,CAp7B5BtjB,Y,CAq7BGujB,wB,GAA2B,M,CAr7B9BvjB,Y,CAs7BGwjB,2B,GAA8B,M,CAt7BjCxjB,Y,CAu7BGyjB,wB,GAA2B,M,CAv7B9BzjB,Y,CAw7BG0jB,2B,GAA8B,M,CAx7BjC1jB,Y,CAy7BG2jB,6B,GAAgC,M,CAz7BnC3jB,Y,CA07BG4jB,2B,GAA8B,M,CA17BjC5jB,Y,CA27BG6jB,0B,GAA6B,K,CA37BhC7jB,Y,CA47BG8jB,0B,GAA6B,M,CA57BhC9jB,Y,CA67BG+jB,gC,GAAmC,M,CA77BtC/jB,Y,CA87BGgkB,oC,GAAuC,M,CA97B1ChkB,Y,CA+7BGikB,6B,GAAgC,M,CA/7BnCjkB,Y,CAg8BGkkB,gC,GAAmC,M,CAh8BtClkB,Y,CAi8BGmkB,qB,GAAwB,M,CAj8B3BnkB,Y,CAk8BGokB,4B,GAA+B,M,CAl8BlCpkB,Y,CAm8BGqkB,kC,GAAqC,M,CAn8BxCrkB,Y,CA08BGskB,wB,GAA2B,M,CA18B9BtkB,Y,CA28BGukB,4B,GAA+B,M,CA38BlCvkB,Y,CA48BGwkB,8B,GAAiC,M,CA58BpCxkB,Y,CA68BGykB,iC,GAAoC,M,CA78BvCzkB,Y,CA88BG0kB,8B,GAAiC,M,CA98BpC1kB,Y,CA+8BG2kB,wB,GAA2B,E,CA/8B9B3kB,Y,CAq9BG4kB,kB,GAAqB,S,CAr9BxB5kB,Y,CAs9BG6kB,iC,GAAoC,S,CAt9BvC7kB,Y,CA2+BG8kB,sB,GAAyB,O,CA3+B5B9kB,Y,CA4+BG+kB,4B,GAA+B,O,CA5+BlC/kB,Y,CA6+BGglB,wB,GAA2B,S,CA7+B9BhlB,Y,CA8+BGilB,uB,GAA0B,+B,CA9+B7BjlB,Y,CA++BGklB,2B,GAA8B,S,CA/+BjCllB,Y,CAg/BGmlB,6B,GAAgC,S,CAh/BnCnlB,Y,CAi/BG2H,gB,GAAmB,M,CAj/BtB3H,Y,CAw/BGwH,mC,GAAsC,S,CAx/BzCxH,Y,CA4/BGolB,gB,GAAmB,M,CA5/BtBplB,Y,CA6/BGqlB,4B,GAA+B,M,CA7/BlCrlB,Y,CA8/BGslB,4B,GAA+B,M,CA9/BlCtlB,Y,CA+/BGulB,+B,GAAkC,K,CA//BrCvlB,Y,CAggCGwlB,yB,GAA4B,K,CAhgC/BxlB,Y,CAigCGylB,8B,GAAiC,K,CAjgCpCzlB,Y,CAkgCG0lB,qB,GAAwB,Q,CAlgC3B1lB,Y,CAmgCG2lB,yB,GAA4B,K,CAngC/B3lB,Y,CAogCG4lB,iC,GAAoC,G,CApgCvC5lB,Y,CAugCG6lB,oB,GAAuB,M,CAvgC1B7lB,Y,CAwgCG8lB,kB,GAAqB,M,CAxgCxB9lB,Y,CAygCG+lB,oB,GAAuB,M,CAzgC1B/lB,Y,CA0gCGgmB,4B,GAA+B,S,CA1gClChmB,Y,CA6hCGimB,qB,GAAwB,K,CA7hC3BjmB,Y,CAiiCGkmB,Y,GAAe,kC,CAjiClBlmB,Y,CAqiCGmmB,2B,GAA8B,mB,CAriCjCnmB,Y,CAsiCGomB,8B,GAAiC,S,CAtiCpCpmB,Y,CAuiCGqmB,0B,GAA6B,M,CAviChCrmB,Y,CAwiCGsmB,4B,GAA+B,M,CAxiClCtmB,Y,CAyiCGumB,4B,GAA+B,K,CAziClCvmB,Y,CA0iCGwmB,+B,GAAkC,K,CA1iCrCxmB,Y,CA2iCGymB,kB,GAAqB,E,CA3iCxBzmB,Y,CAwkCG0mB,0B,GAA6B,K,CAxkChC1mB,Y,CAykCG2mB,uB,GAA0B,a,CAzkC7B3mB,Y,CA0kCG4mB,sB,GAAyB,S,CA1kC5B5mB,Y,CA2kCG6mB,sB,GAAyB,U,CA3kC5B7mB,Y,CA4kCG8mB,4B,GAA+B,K,CA5kClC9mB,Y,CA6kCG+mB,sB,GAAyB,Q,CA7kC5B/mB,Y,CA8kCGgnB,8B,GAAiC,Q,CA9kCpChnB,Y,CA+kCGinB,+B,GAAkC,M,CA/kCrCjnB,Y,CAglCGknB,iC,GAAoC,S,CAhlCvClnB,Y,CAilCGmnB,gB,GAAmB,S,CAjlCtBnnB,Y,CAklCGonB,e,GAAkB,M,CAllCrBpnB,Y,CAmlCGqnB,iB,GAAoB,mB,CAnlCvBrnB,Y,CAolCGsnB,sB,GAAyB,qB,CAplC5BtnB,Y,CAqlCGunB,8B,GAAiC,qB,CArlCpCvnB,Y,CAylCGwnB,qB,GAAwB,qB,CAzlC3BxnB,Y,CA0lCGynB,0B,GAA6B,Q,CA1lChCznB,Y,CA8lCG0nB,0B,GAA6B,M,CA9lChC1nB,Y,CA+lCG2nB,4B,GAA+B,M,CA/lClC3nB,Y,CAgmCG4nB,wB,GAA2B,S,CAhmC9B5nB,Y,CAimCG6nB,oB,GAAuB,S,CAjmC1B7nB,Y,CAynCG8nB,Y,GAAe,O,CAznClB9nB,Y,CA0nCG+nB,Y,GAAe,K,CA1nClB/nB,Y,CA2nCGgoB,Y,GAAe,K,CA3nClBhoB,Y,CA4nCGioB,a,GAAgB,Q,CA5nCnBjoB,Y,CA6nCGkoB,W,GAAc,uB,CA7nCjBloB,Y,CA8nCGmoB,U,GAAa,M,CA9nChBnoB,Y,CA+nCGooB,gB,GAAmB,K,CA/nCtBpoB,Y,CAgoCGqoB,a,GAAgB,K,CAhoCnBroB,Y,CAioCGsoB,U,GAAa,K,CAjoChBtoB,Y,CA0oCGuoB,a,GAAgB,M,CA1oCnBvoB,Y,CA2oCGwoB,a,GAAgB,M,CA3oCnBxoB,Y,CA4oCGyoB,iB,GAAoB,K,CA5oCvBzoB,Y,CA6oCG0oB,W,GAAc,M,CA7oCjB1oB,Y,CA8oCG2oB,Q,GAAW,M,CA9oCd3oB,Y,CA+oCG4oB,O,GAAU,uB,CA/oCb5oB,Y,CAgpCG6oB,U,GAAa,O,CAhpChB7oB,Y,CAipCG8oB,c,GAAiB,S,CAjpCpB9oB,Y,CAkpCG+oB,4B,GAA+B,W,CAlpClC/oB,Y,CAmpCGgpB,gB,GAAmB,E,CAnpCtBhpB,Y,CAopCGipB,iB,GAAoB,E,CAppCvBjpB,Y,CAqpCGkpB,iB,GAAoB,M,CArpCvBlpB,Y,CAspCGmpB,e,GAAkB,0B,CAtpCrBnpB,Y,CAupCGopB,oB,GAAuB,O,CAvpC1BppB,Y,CAwpCGqpB,c,GAAiB,K,CAxpCpBrpB,Y,CA2pCG0I,sB,GAAyB,S,CA3pC5B1I,Y,CA4pCGspB,iC,GAAoC,E,CA5pCvCtpB,Y,CA0qCGupB,yB,GAA4B,a,CA1qC/BvpB,Y,CA2qCGwpB,+B,GAAkC,K,CA3qCrCxpB,Y,CA4qCGypB,gC,GAAmC,K,CA5qCtCzpB,Y,CA6qCG0pB,+B,GAAkC,K,CA7qCrC1pB,Y,CAsvCG2pB,U,GAAa,M,CAtvChB3pB,Y,CAuvCG4pB,U,GAAa,gC,CAvvChB5pB,Y,CAwvCG6pB,Y,GAAe,K,CAxvClB7pB,Y,CAyvCG8pB,kB,GAAqB,K,CAzvCxB9pB,Y,CA0vCG+pB,yC,GAA4C,K,CA1vC/C/pB,Y,CA2vCGgqB,kB,GAAqB,K,CA3vCxBhqB,Y,CA4vCGiqB,+C,GAAkD,K,CA5vCrDjqB,Y,CA6vCGkqB,Y,GAAe,K,CA7vClBlqB,Y,CA8vCGmqB,kB,GAAqB,K,CA9vCxBnqB,Y,CA+vCG0G,W,GAAc,K,CA/vCjB1G,Y,CAgwCGoqB,a,GAAgB,a,CAhwCnBpqB,Y,CA8wCG4I,iB,GAAoB,M,CA9wCvB5I,Y,CAkxCGmJ,uB,GAA0B,M,CAlxC7BnJ,Y,CAmxCGqJ,sB,GAAyB,M,CAnxC5BrJ,Y,CAoxCG+I,e,GAAkB,K,CApxCrB/I,Y,CAqxCGgJ,wB,GAA2B,K,CArxC9BhJ,Y,CAsxCGqqB,uB,GAA0B,K,CAtxC7BrqB,Y,CA01CGwJ,gB,GAAmB,K,CA11CtBxJ,Y,CA81CGyJ,gB,GAAmB,K,CA91CtBzJ,Y,CAq2CGkJ,sB,GAAyB,M,CAr2C5BlJ,Y,CAs2CGsqB,sB,GAAyB,K,CAt2C5BtqB,Y,CAu2CGoJ,qB,GAAwB,M,CAv2C3BpJ,Y,CAw2CGuqB,qB,GAAwB,M,CAx2C3BvqB,Y,CAy2CGwqB,oB,GAAuB,K,CAz2C1BxqB,Y,CA02CGyqB,sB,GAAyB,K,CA12C5BzqB,Y,CA22CG0qB,sB,GAAyB,K,CA32C5B1qB,Y,CAk3CG2qB,oB,GAAuB,S,CAl3C1B3qB,Y,CAm3CG4qB,sB,GAAyB,E,CAn3C5B5qB,Y,CAo3CG6qB,yB,GAA4B,M,CAp3C/B7qB,Y,CAq3CG+J,e,GAAkB,O,CAr3CrB/J,Y,CAs3CGgK,qB,GAAwB,W,CAt3C3BhK,Y,CAg4CG6J,kB,GAAqB,a,CAh4CxB7J,Y,CAy7CG8qB,W,GAAc,K,CAz7CjB9qB,Y,CA47CG8K,e,GAAkB,S,CA57CrB9K,Y,CAi8CGyK,oB,GAAuB,M,CAj8C1BzK,Y,CAq8CGgL,0B,GAA6B,M,CAr8ChChL,Y,CAs8CGiL,yB,GAA4B,M,CAt8C/BjL,Y,CA28CG0K,kB,GAAqB,M,CA38CxB1K,Y,CA+8CGmL,wB,GAA2B,M,CA/8C9BnL,Y,CAg9CGoL,uB,GAA0B,M,CAh9C7BpL,Y,CAq9CG2K,kB,GAAqB,K,CAr9CxB3K,Y,CAy9CG4K,oB,GAAuB,M,CAz9C1B5K,Y,CA69CG6K,uB,GAA0B,K,CA79C7B7K,Y,CAu+CGsL,wB,GAA2B,M,CAv+C9BtL,Y,CAw+CG4L,0B,GAA6B,M,CAx+ChC5L,Y,CAy+CGyL,6B,GAAgC,K,CAz+CnCzL,Y,CA0+CGuL,uB,GAA0B,M,CA1+C7BvL,Y,CA2+CG6L,yB,GAA4B,M,CA3+C/B7L,Y,CA4+CG0L,4B,GAA+B,K,CA5+ClC1L,Y,CA8+CG+qB,mC,GAAsC,K,CA9+CzC/qB,Y,CA++CGgrB,oC,GAAuC,K,CA/+C1ChrB,Y,CAg/CGirB,mC,GAAsC,K,CAh/CzCjrB,Y,CAk/CGkrB,sC,GAAyC,M,CAl/C5ClrB,Y,CAm/CGmrB,uC,GAA0C,M,CAn/C7CnrB,Y,CAo/CGorB,sC,GAAyC,M,CAp/C5CprB,Y,CAs/CGqrB,4B,GAA+B,K,CAt/ClCrrB,Y,CA8iDGsrB,4B,GAA+B,K,CA9iDlCtrB,Y,CAijDGurB,wB,GAA2B,S,CAjjD9BvrB,Y,CAkjDGwrB,oB,GAAuB,K,CAljD1BxrB,Y,CAmjDGyrB,oB,GAAuB,K,CAnjD1BzrB,Y,CAojDG0rB,wB,GAA2B,K,CApjD9B1rB,Y,CAsjDG2rB,0B,GAA6B,K,CAtjDhC3rB,Y,CAujDG4rB,0B,GAA6B,M,CAvjDhC5rB,Y,CA2lDG6rB,gC,GAAmC,K,CA3lDtC7rB,Y,CAunDGuM,Y,GAAe,M,CAvnDlBvM,Y,CA4nDGwM,W,GAAc,M,CA5nDjBxM,Y,CAooDGqM,kB,GAAqB,M,CApoDxBrM,Y,CAqoDG8rB,iB,GAAoB,M,CAroDvB9rB,Y,CAsoDGsM,iB,GAAoB,M,CAtoDvBtM,Y,CAuoDG+rB,gB,GAAmB,M,CAvoDtB/rB,Y,CA0pDG+M,Q,GAAW,M,CA1pDd/M,Y,CA2pDGgsB,e,GAAkB,M,CA3pDrBhsB,Y,CA4pDGisB,sB,GAAyB,M,CA5pD5BjsB,Y,CA6pDGksB,Y,GAAe,M,CA7pDlBlsB,Y,CAiqDGmsB,uB,GAA0B,S,CAjqD7BnsB,Y,CAkqDG6M,a,GAAgB,S,CAlqDnB7M,Y,CAmqDGosB,oB,GAAuB,S,CAnqD1BpsB,Y,CAoqDG8M,e,GAAkB,S,CApqDrB9M,Y,CA6qDG2M,iB,GAAoB,qB,CA7qDvB3M,Y,CAitDGqsB,a,GAAgB,4C,CAjtDnBrsB,Y,CAktDGssB,c,GAAiB,S,CAltDpBtsB,Y,CA4tDGusB,gB,GAAmB,K,CA5tDtBvsB,Y,CA6tDGwsB,mB,GAAsB,K,CA7tDzBxsB,Y,CAuuDGysB,iB,GAAoB,E,CAvuDvBzsB,Y,CA8uDG0sB,6B,GAAgC,E,CA9uDnC1sB,Y,CA+uDG2sB,wB,GAA2B,E,CA/uD9B3sB,Y,CAgvDG4sB,6B,GAAgC,E,CAhvDnC5sB,Y,CAivDG6sB,+B,GAAkC,E,CAjvDrC7sB,Y,CAkvDG8sB,oC,GAAuC,E,CAlvD1C9sB,Y,CAuvDG+sB,mB,GAAsB,E,CAvvDzB/sB,Y,CAwvDGgtB,qB,GAAwB,E,CAxvD3BhtB,Y,CAyvDGitB,0B,GAA6B,E,CAzvDhCjtB,Y,CA0vDGktB,qB,GAAwB,E,CA1vD3BltB,Y,CA2vDGmtB,0B,GAA6B,E,CA3vDhCntB,Y,CA4vDGotB,4B,GAA+B,E,CA5vDlCptB,Y,CA6vDGqtB,iC,GAAoC,E,CA7vDvCrtB,Y,CA+vDGstB,yB,GAA4B,E,CA/vD/BttB,Y,CAgwDGutB,sB,GAAyB,E,CAhwD5BvtB,Y,CAiwDGwtB,gC,GAAmC,E,CAjwDtCxtB,Y,CAkwDGytB,6B,GAAgC,E,CAlwDnCztB,Y,CAmwDG0tB,gC,GAAmC,E,CAnwDtC1tB,Y,CAowDG2tB,6B,GAAgC,E,CApwDnC3tB,Y,CAqwDG4tB,uC,GAA0C,E,CArwD7C5tB,Y,CAswDG6tB,oC,GAAuC,E,CAtwD1C7tB,Y,CAywDG4G,W,GAAc,M,CAzwDjB5G,Y,CA0wDG6G,iB,GAAoB,K,CA1wDvB7G,Y,CA2wDG8tB,gB,GAAmB,a,CA3wDtB9tB,Y,CA4wDG+tB,e,GAAkB,6C,CA5wDrB/tB,Y,CA6wDG6H,c,GAAiB,kC,CA7wDpB7H,Y,CAoxDG+G,c,GAAiB,K,CApxDpB/G,Y,CAqxDGguB,e,GAAkB,M,CArxDrBhuB,Y,CAsxDGiuB,e,GAAkB,M,CAtxDrBjuB,Y,CAuxDGgH,W,GAAc,M,CAvxDjBhH,Y,CAwxDG8G,Y,GAAe,K,CAxxDlB9G,Y,CAyxDGkuB,oB,GAAuB,K,CAzxD1BluB,Y,CA+xDGqD,W,GAAc,M,CA/xDjBrD,Y,CAgyDGmD,O,GAAU,O,CAhyDbnD,Y,CAiyDGgN,c,GAAiB,S,CAjyDpBhN,Y,CAqyDGmuB,U,GAAa,S,CAryDhBnuB,Y,CAsyDGouB,U,GAAa,O,CAtyDhBpuB,Y,CAu1DG4R,kB,GAAqB,K,CAv1DxB5R,Y,CAw1DG6R,mB,GAAsB,M,CAx1DzB7R,Y,CAy1DG8R,kB,GAAqB,M,CAz1DxB9R,Y,CA01DGquB,iB,GAAoB,K,CA11DvBruB,Y,CA21DGsuB,kB,GAAqB,K,CA31DxBtuB,Y,CA41DGuuB,iB,GAAoB,M,CA51DvBvuB,Y,CA61DGwuB,kB,GAAqB,M,CA71DxBxuB,Y,CA81DGyuB,mB,GAAsB,M,CA91DzBzuB,Y,CA+1DG0uB,kB,GAAqB,M,CA/1DxB1uB,Y,CAq3DG2uB,mB,GAAsB,a,CAr3DzB3uB,Y,CAs3DG4uB,sB,GAAyB,K,CAt3D5B5uB,Y,CAu3DG6uB,uB,GAA0B,K,CAv3D7B7uB,Y,CAw3DG8uB,sB,GAAyB,K,CAx3D5B9uB,Y,CAy3DG+uB,2B,GAA8B,E,CAz3DjC/uB,Y,CAy4DG4C,mB,GAAsB,qB,CAz4DzB5C,Y,CAs5DGgvB,gB,GAAmB,O,CAt5DtBhvB,Y,CA27DGivB,e,GAAkB,M,CA37DrBjvB,Y,CA47DGkvB,oB,GAAuB,M,CA57D1BlvB,Y,CA67DGmvB,qB,GAAwB,M,CA77D3BnvB,Y,CA87DGovB,oB,GAAuB,M,CA97D1BpvB,Y,CA+7DGqvB,kB,GAAqB,K,CA/7DxBrvB,Y,CAs9DGsvB,kB,GAAqB,K,CAt9DxBtvB,Y,CAu9DGuvB,e,GAAkB,S,CAv9DrBvvB,Y,CAw9DGwvB,a,GAAgB,S,CAx9DnBxvB,Y,CAk+DGyvB,c,GAAiB,M,CAl+DpBzvB,Y,CA4+DG0vB,oB,GAAuB,M,CA5+D1B1vB,Y,CAy/DG2vB,oB,GAAuB,K,CAz/D1B3vB,Y,CAsgEG4vB,U,GAAa,M,CAtgEhB5vB,Y,CA8hEG0P,U,GAAa,M,CA9hEhB1P,Y,CA8iEG6vB,c,GAAiB,M,CA9iEpB7vB,Y,CA+iEG8vB,sB,GAAyB,Y,CA/iE5B9vB,Y,CA8kEG+vB,oB,GAAuB,K,CA9kE1B/vB,Y,CAgnEGgwB,a,GAAgB,O,CAhnEnBhwB,Y,CAonEGuP,gB,GAAmB,K,CApnEtBvP,Y,CAwnEGiwB,sB,GAAyB,M,CAxnE5BjwB,Y,CAynEGkwB,qB,GAAwB,M,CAznE3BlwB,Y,CA8oEGmwB,sB,GAAyB,qB,CA9oE5BnwB,Y,CA2pEGowB,kB,GAAqB,qB,CA3pExBpwB,Y,CA4pEGqwB,2B,GAA8B,a,CA5pEjCrwB,Y,CA8qEG4P,e,GAAkB,K,CA9qErB5P,Y,CAkrEGswB,qB,GAAwB,M,CAlrE3BtwB,Y,CAmrEGuwB,oB,GAAuB,M,CAnrE1BvwB,Y,CA8rEG6P,S,GAAY,M,CA9rEf7P,Y,CAksEGwwB,e,GAAkB,M,CAlsErBxwB,Y,CAmsEGywB,c,GAAiB,M,CAnsEpBzwB,Y,CAquEG0wB,e,GAAkB,K,CAruErB1wB,Y,CA6vEG2wB,kB,GAAqB,K,CA7vExB3wB,Y,CA8vEG4wB,Y,GAAe,M,CA9vElB5wB,Y,CA+vEG6wB,Y,GAAe,M,CA/vElB7wB,Y,CA4wEG8wB,c,GAAiB,M,CA5wEpB9wB,Y,CAyxEG+wB,gB,GAAmB,M,CAzxEtB/wB,Y,CA0xEGgxB,iB,GAAoB,M,CA1xEvBhxB,Y,CAiyEGixB,uB,GAA0B,a,CAjyE7BjxB,Y,CAkyEGkxB,uB,GAA0B,M,CAlyE7BlxB,Y,CA4yEGmxB,mB,GAAsB,a,CA5yEzBnxB,Y,CA6yEGoxB,4B,GAA+B,K,CA7yElCpxB,Y,CA8yEGqxB,kB,GAAqB,K,CA9yExBrxB,Y,CAozEGsxB,uB,GAA0B,K,CApzE7BtxB,Y,CAw1EG0Q,W,GAAc,M,CAx1EjB1Q,Y,CAy1EGuxB,gB,GAAmB,K,CAz1EtBvxB,Y,CA01EGwxB,iB,GAAoB,M,CA11EvBxxB,Y,CAy3EGyxB,c,GAAiB,K,CAz3EpBzxB,Y,CA85EG0xB,wB,GAA2B,K,CA95E9B1xB,Y,CA+7EG2xB,sB,GAAyB,K,CA/7E5B3xB,Y,CAg8EG4xB,uB,GAA0B,M,CAh8E7B5xB,Y,CAi8EG6xB,sB,GAAyB,M,CAj8E5B7xB,Y,CAk8EG8xB,yB,GAA4B,W,CAl8E/B9xB,Y,CAm8EG+xB,0B,GAA6B,W,CAn8EhC/xB,Y,CAo8EGgyB,yB,GAA4B,W,CAp8E/BhyB,Y,CAu8EGiyB,oB,GAAuB,K,CAv8E1BjyB,Y,CAy+EGkyB,2B,GAA8B,K,CAz+EjClyB,Y,CA0+EGmyB,4B,GAA+B,M,CA1+ElCnyB,Y,CA2+EGoyB,2B,GAA8B,M,CA3+EjCpyB,Y,CAmhFG0R,8B,GAAiC,qB,CAnhFpC1R,Y,CA4hFGqyB,qB,GAAwB,M,CA5hF3BryB,Y,CA6hFGsyB,iC,GAAoC,K,CA7hFvCtyB,Y,CA8hFGuyB,wB,GAA2B,oB,CA9hF9BvyB,Y,CA+hFGwyB,gC,GAAmC,M,CA/hFtCxyB,Y,CAsiFGyyB,2B,GAA8B,K,CAtiFjCzyB,Y,CAuiFG0yB,6B,GAAgC,M,CAviFnC1yB,Y,CAwiFG2yB,uB,GAA0B,M,CAxiF7B3yB,Y,CA2iFG4yB,4B,GAA+B,K,CA3iFlC5yB,Y,CA4iFG6yB,iC,GAAoC,M,CA5iFvC7yB,Y,CA6iFG8yB,6B,GAAgC,0B,CA7iFnC9yB,Y,CA8iFG+yB,mC,GAAsC,0B,CA9iFzC/yB,Y,CA+iFGgzB,+B,GAAkC,K,CA/iFrChzB,Y,CAgjFGizB,2C,GAA8C,K,CAhjFjDjzB,Y,CAmjFGkzB,gC,GAAmC,M,CAnjFtClzB,Y,CAojFGmzB,kC,GAAqC,K,CApjFxCnzB,Y,CAqjFGozB,qC,GAAwC,M,CArjF3CpzB,Y,CAsjFGqzB,uC,GAA0C,G,CAtjF7CrzB,Y,CA4jFGszB,kB,GAAqB,K,CA5jFxBtzB,Y,CA6jFGuzB,iB,GAAoB,M,CA7jFvBvzB,Y,CA8jFGwzB,oB,GAAuB,O,CA9jF1BxzB,Y,CA+jFGyzB,e,GAAkB,K,CA/jFrBzzB,Y,CAgkFG0zB,gB,GAAmB,K,CAhkFtB1zB,Y,CAikFG2zB,kB,GAAqB,M,CAjkFxB3zB,Y,CAkkFG4zB,iB,GAAoB,M,CAlkFvB5zB,Y,CAmkFG6zB,2B,GAA8B,a,CAnkFjC7zB,Y,CAokFG8zB,uC,GAA0C,K,CApkF7C9zB,Y,CAqkFG+zB,oC,GAAuC,M,CArkF1C/zB,Y,CAskFGg0B,iC,GAAoC,O,CAtkFvCh0B,Y,CAukFGi0B,yC,GAA4C,K,CAvkF/Cj0B,Y,CA0kFGk0B,iB,GAAoB,O,CA1kFvBl0B,Y,CA2kFGm0B,c,GAAiB,M,CA3kFpBn0B,Y,CA4kFGo0B,0B,GAA6B,E,CA5kFhCp0B,Y,CA0nFGq0B,oB,GAAuB,K,CA1nF1Br0B,Y,CA8nFGs0B,wB,GAA2B,K,CA9nF9Bt0B,Y,CA+nFGu0B,uB,GAA0B,qB,CA/nF7Bv0B,Y,CAsoFGw0B,uB,GAA0B,Q,CAtoF7Bx0B,Y,CA6oFGy0B,0B,GAA6B,E,CA7oFhCz0B,Y,CA8oFG00B,oB,GAAuB,M,CA9oF1B10B,Y,CA+oFG20B,qB,GAAwB,S,CA/oF3B30B,Y,CAgpFG40B,0B,GAA6B,M,CAhpFhC50B,Y,CAupFG60B,sB,GAAyB,S,CAvpF5B70B,Y,CAwpFG80B,0B,GAA6B,E,CAxpFhC90B,Y,CAypFGkS,+B,GAAkC,S,CAzpFrClS,Y,CA0pFG+0B,6B,GAAgC,S,CA1pFnC/0B,Y,CA2pFGg1B,6B,GAAgC,S,CA3pFnCh1B,Y,CA4pFGi1B,6B,GAAgC,S,CA5pFnCj1B,Y,CAgqFGk1B,qB,GAAwB,M,CAhqF3Bl1B,Y,CAiqFGm1B,8B,GAAiC,E,CAjqFpCn1B,Y,CAkqFGo1B,wB,GAA2B,K,CAlqF9Bp1B,Y,CAmqFGq1B,yB,GAA4B,K,CAnqF/Br1B,Y,CAoqFGs1B,wB,GAA2B,K,CApqF9Bt1B,Y,CAyqFGu1B,0B,GAA6B,mE,CAzqFhCv1B,Y,CA6qFGw1B,iB,GAAoB,qB,CA7qFvBx1B,Y,CA8qFGy1B,yB,GAA4B,S,CA9qF/Bz1B,Y,CA+qFG01B,sB,GAAyB,sB,CA/qF5B11B,Y,CAgrFG21B,wB,GAA2B,K,CAhrF9B31B,Y,CAurFG41B,oB,GAAuB,K,CAvrF1B51B,Y,CA2rFG61B,uB,GAA0B,K,CA3rF7B71B,Y,CA+rFG81B,mB,GAAsB,K,CA/rFzB91B,Y,CAmsFG+1B,4B,GAA+B,G,CAnsFlC/1B,Y,CAosFGg2B,uB,GAA0B,M,CApsF7Bh2B,Y,CAqsFGi2B,0B,GAA6B,G,CArsFhCj2B,Y,CAssFGk2B,yB,GAA4B,M,CAtsF/Bl2B,Y,CAusFGm2B,kB,GAAqB,K,CAvsFxBn2B,Y,CAwsFGo2B,qB,GAAwB,K,CAxsF3Bp2B,Y,CAysFGq2B,yB,GAA4B,M,CAzsF/Br2B,Y,CA0sFGs2B,4B,GAA+B,M,CA1sFlCt2B,Y,CA2sFGu2B,uB,GAA0B,M,CA3sF7Bv2B,Y,CA4sFGw2B,qB,GAAwB,M,CA5sF3Bx2B,Y,CA6sFGy2B,wB,GAA2B,M,CA7sF9Bz2B,Y,CA8sFG02B,yB,GAA4B,M,CA9sF/B12B,Y,CA+sFG22B,0B,GAA6B,M,CA/sFhC32B,Y,CAgtFG42B,4B,GAA+B,gB,CAhtFlC52B,Y,CAitFG62B,4B,GAA+B,a,CAjtFlC72B,Y,CAktFG82B,0B,GAA6B,a;;AAItC,IAAMC,oBAAoB,GAAG,iCAAc/2B,YAAd,CAA7B,C","sourcesContent":["import * as ColorFunctions from '../../lib/styles/ColorFunctions';\nimport { exposeGetters } from '../../lib/theming/ThemeHelpers';\n\nexport class DefaultTheme {\n //#region Common variables\n public static fontFamilyCompensationBaseline = '0px'; // deprecated\n public static labGrotesqueBaselineCompensation = '1';\n public static brandXLight = '#cae5f5';\n public static brandLight = '#3094d0';\n public static brand = '#2291ff';\n public static brandDark = '#1363a0';\n public static brandXDark = '#084f85';\n public static white = '#fff';\n public static grayXxLight = '#f2f2f2';\n public static grayXLight = '#ebebeb';\n public static grayLight = '#a0a0a0';\n public static gray = '#858585';\n public static grayDark = '#333';\n public static black = '#000';\n public static blueXxLight = '#cdedff';\n public static blueLight = '#1f87ef';\n public static blue = '#1874cf';\n public static blueDark = '#1874cf';\n public static blueXDark = '#044785';\n public static greenXxLight = '#d7f8ae';\n public static green = '#538a1b';\n public static greenDark = '#477916';\n public static redXxLight = '#ffddd6';\n public static red = '#dd473b';\n public static redDark = '#cb3d35';\n public static yellowXxLight = '#ffeec2';\n public static yellow = '#fcb73e';\n public static yellowDark = '#ef8b17';\n public static bgDefault = '#fff';\n public static get bgSecondary() {\n return this.bgDefault;\n }\n public static bgDisabled = '#f6f6f6';\n public static errorMain = '#dd473b';\n public static errorSecondary = '#ffd6d6';\n public static errorText = '#cb3d35';\n public static warningMain = '#fcb73e';\n public static warningSecondary = '#fff0bc';\n public static warningText = '#d97e00';\n public static borderColorFocusLight = '#cdedff';\n public static borderColorGrayDark = 'rgba(0, 0, 0, 0.28)';\n public static borderColorGrayLight = 'rgba(0, 0, 0, 0.16)';\n public static get borderColorDisabled() {\n return this.bgDisabled;\n }\n public static placeholderColor = '#adadad';\n public static outlineColorFocus = '#fff';\n public static placeholderColorLight = '#cdcdcd';\n public static blinkColor = 'rgba(0, 136, 255, 0.2)';\n public static controlBorderWidth = '1px';\n public static controlOutlineWidth = '2px';\n public static controlLineHeightSmall = '20px';\n public static controlLineHeightMedium = '22px';\n public static controlLineHeightLarge = '24px';\n public static controlPaddingYSmall = '5px';\n public static controlPaddingYMedium = '8px';\n public static controlPaddingYLarge = '11px';\n public static textColorDefault = '#222222';\n public static textColorInvert = '#fff';\n public static textColorDisabled = '#adadad';\n public static textColorDisabledContrast = '#858585';\n public static fontSizeSmall = '14px';\n public static fontSizeMedium = '16px';\n public static fontSizeLarge = '18px';\n public static fontSizeMobile = '18px';\n public static lineHeightMobile = '24px';\n public static specificityLevel = '0';\n public static fixedPanelShadow = '0 0 16px 1px rgba(0, 0, 0, 0.3)';\n public static get bgActive() {\n return this.blueLight;\n }\n public static get borderColorFocus() {\n return this.blueLight;\n }\n public static get borderColorError() {\n return this.errorMain;\n }\n public static get borderColorWarning() {\n return this.warningMain;\n }\n public static controlHeightSmall = '32px';\n public static controlHeightMedium = '40px';\n public static controlHeightLarge = '48px';\n public static mobileMediaQuery = '(max-width: 576px) and (hover: none) and (pointer: coarse)';\n\n public static transitionDuration = '100ms';\n public static transitionTimingFunction = 'cubic-bezier(0.5, 1, 0.89, 1)';\n\n //#endregion\n //#region Link\n public static linkColor = '#1874cf';\n public static linkActiveColor = '#1260ae';\n public static linkHoverTextDecoration = 'underline';\n public static linkSuccessColor = '#477916';\n public static linkSuccessHoverColor = '#477916';\n public static linkSuccessActiveColor = '#325a0c';\n public static linkDangerColor = '#cb3d35';\n public static linkDangerHoverColor = '#cb3d35';\n public static linkDangerActiveColor = '#a92a27';\n public static linkIconMarginRight = '4px';\n public static linkIconMarginLeft = '4px';\n public static get linkHoverColor() {\n return this.linkColor;\n }\n public static get linkDisabledColor() {\n return this.textColorDisabled;\n }\n public static get linkGrayedColor() {\n return this.textColorDisabled;\n }\n public static get linkGrayedHoverColor() {\n return this.textColorDisabled;\n }\n public static get linkGrayedActiveColor() {\n return this.textColorDisabled;\n }\n public static linkButtonLineHeight = '34px';\n public static linkButtonPaddingX = '10px';\n\n public static linkLineBorderBottomStyle = '';\n public static get linkLineHoverBorderBottomStyle() {\n return this.linkLineBorderBottomStyle;\n }\n public static linkLineBorderBottomWidth = '0px';\n public static linkLineBorderBottomOpacity = '0.5';\n public static linkLineBorderBottomColor = `color-mix(in srgb, currentColor ${\n parseFloat(this.linkLineBorderBottomOpacity) * 100\n }%, transparent)`;\n\n public static linkFocusOutlineColor = 'transparent';\n public static linkFocusOutlineWidth = '0px';\n public static linkFocusOutline = 'none';\n\n //#endregion\n //#region Token\n public static tokenDisabledBg = 'rgba(0, 0, 0, 0.05)';\n public static get tokenTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n /**\n * @deprecated use tokenFontSizeSmall\n */\n public static get tokenFontSize() {\n return this.fontSizeSmall;\n }\n public static get tokenFontSizeSmall() {\n return this.tokenFontSize;\n }\n public static get tokenFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get tokenFontSizeLarge() {\n return this.fontSizeLarge;\n }\n\n /**\n * @deprecated use tokenMarginYSmall\n */\n public static tokenMarginY = '3px';\n /**\n * @deprecated use tokenMarginXSmall\n */\n public static tokenMarginX = '2px';\n public static get tokenMarginYSmall() {\n return this.tokenMarginY;\n }\n public static get tokenMarginXSmall() {\n return this.tokenMarginX;\n }\n public static tokenMarginYMedium = '3px';\n public static tokenMarginXMedium = '3px';\n public static tokenMarginYLarge = '3px';\n public static tokenMarginXLarge = '4px';\n\n /**\n * @deprecated use tokenLineHeightSmall\n */\n public static get tokenLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get tokenLineHeightSmall() {\n return this.tokenLineHeight;\n }\n public static get tokenLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get tokenLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n /**\n * @deprecated use tokenPaddingYSmall\n */\n public static tokenPaddingY = '1px';\n /**\n * @deprecated use tokenPaddingXSmall\n */\n public static tokenPaddingX = '3px';\n public static get tokenPaddingYSmall() {\n return this.tokenPaddingY;\n }\n public static get tokenPaddingXSmall() {\n return this.tokenPaddingX;\n }\n public static tokenPaddingYMedium = '2px';\n public static tokenPaddingXMedium = '5px';\n public static tokenPaddingYLarge = '3px';\n public static tokenPaddingXLarge = '7px';\n public static tokenMarginBeforeIcon = '4px';\n public static tokenRemoveIconSize = '8px';\n public static tokenRemoveIconPaddingY = '4px';\n public static tokenRemoveIconPaddingX = '4px';\n public static tokenRemoveIconGap = '4px';\n public static tokenRemoveIconBoxSizing = 'content-box';\n public static tokenBorderRadius = '1px';\n public static tokenBorderWidth = '1px';\n public static tokenBorderColorDisabled = 'transparent';\n public static get tokenDefaultIdle() {\n return this.grayXLight;\n }\n public static get tokenDefaultActive() {\n return this.brand;\n }\n public static get tokenGrayIdle() {\n return this.grayXLight;\n }\n public static get tokenGrayActive() {\n return this.grayDark;\n }\n public static get tokenBlueIdle() {\n return this.blueLight;\n }\n public static get tokenBlueActive() {\n return this.blueDark;\n }\n public static get tokenGreenIdle() {\n return this.greenXxLight;\n }\n public static get tokenGreenActive() {\n return this.greenDark;\n }\n public static get tokenYellowIdle() {\n return this.yellowXxLight;\n }\n public static get tokenYellowActive() {\n return this.yellowDark;\n }\n public static get tokenRedIdle() {\n return this.redXxLight;\n }\n public static get tokenRedActive() {\n return this.redDark;\n }\n public static get tokenWhite() {\n return this.white;\n }\n public static get tokenBlack() {\n return this.black;\n }\n public static get tokenBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get tokenBorderColorError() {\n return this.borderColorError;\n }\n public static tokenOutlineWidth = '2px';\n public static tokenLegacyTextShift = '0px';\n\n public static get tokenPaddingYDisabled() {\n return this.tokenPaddingY;\n }\n public static get tokenPaddingXDisabled() {\n return this.tokenPaddingX;\n }\n\n public static get tokenMarginYDisabled() {\n return this.tokenMarginY;\n }\n public static get tokenMarginXDisabled() {\n return this.tokenMarginX;\n }\n\n public static get tokenShadowDisabled() {\n return `0 0 0 ${this.tokenBorderWidth} ${this.borderColorDisabled}`;\n }\n\n public static tokenDefaultIdleBg = '';\n public static tokenDefaultIdleColor = '';\n public static tokenDefaultIdleBorderColor = '';\n public static tokenDefaultIdleBgHover = '';\n public static tokenDefaultIdleColorHover = '';\n public static tokenDefaultIdleBorderColorHover = '';\n public static tokenDefaultActiveBg = '';\n public static tokenDefaultActiveColor = '';\n public static tokenDefaultActiveBorderColor = '';\n\n //#endregion\n //#region TokenInput\n /**\n * @deprecated use tokenInputLineHeightSmall\n */\n public static get tokenInputLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get tokenInputLineHeightSmall() {\n return this.tokenInputLineHeight;\n }\n public static get tokenInputLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get tokenInputLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get tokenInputBorderColor() {\n return this.inputBorderColor;\n }\n public static get tokenInputBorderColorHover() {\n return this.inputBorderColorHover;\n }\n public static get tokenInputBorderColorFocus() {\n return this.inputBorderColorFocus;\n }\n public static get tokenInputBorderColorError() {\n return this.inputBorderColorError;\n }\n public static get tokenInputBorderColorWarning() {\n return this.inputBorderColorWarning;\n }\n public static get tokenInputBorderTopColor() {\n return this.inputBorderTopColor;\n }\n public static tokenInputBorderRadius = '0px';\n public static get tokenInputPlaceholderColor() {\n return this.inputPlaceholderColor;\n }\n public static get tokenInputPlaceholderColorLight() {\n return this.inputPlaceholderColorLight;\n }\n public static get tokenInputDisabledBg() {\n return this.inputDisabledBg;\n }\n public static get tokenInputDisabledBorderColor() {\n return this.inputDisabledBorderColor;\n }\n public static get tokenInputBorderWidth() {\n return this.inputBorderWidth;\n }\n public static get tokenInputOutlineWidth() {\n return this.inputOutlineWidth;\n }\n public static get tokenInputBg() {\n return this.inputBg;\n }\n public static get tokenInputMenuPopupBg() {\n return this.bgSecondary;\n }\n public static get tokenInputShadow() {\n return this.inputShadow;\n }\n public static get tokenInputTextColor() {\n return this.inputTextColor;\n }\n public static get tokenInputTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get tokenInputPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n\n /**\n * @deprecated use tokenInputPaddingYSmall\n */\n public static tokenInputPaddingY = '1px';\n /**\n * @deprecated use tokenInputPaddingXSmall\n */\n public static tokenInputPaddingX = '2px';\n public static get tokenInputPaddingYSmall() {\n return this.tokenInputPaddingY;\n }\n public static get tokenInputPaddingXSmall() {\n return this.tokenInputPaddingX;\n }\n public static tokenInputPaddingYMedium = '3px';\n public static tokenInputPaddingXMedium = '3px';\n public static tokenInputPaddingYLarge = '5px';\n public static tokenInputPaddingXLarge = '4px';\n\n public static tokenInputPopupOffset = '0px';\n public static tokenInputPopupMarginSmall = '7px';\n public static tokenInputPopupMarginMedium = '10px';\n public static tokenInputPopupMarginLarge = '13px';\n\n //#endregion\n //#region Loader\n public static loaderBg = 'rgba(255, 255, 255, 0.8)';\n public static loaderOpacity = '0.8';\n public static loaderBorderRadius = '0px';\n //#endregion\n //#region Button\n public static btnBackgroundClip = 'padding-box';\n public static btnArrowBgImageActive = 'none';\n public static btnArrowBgImageChecked = 'none';\n public static btnLinkBorderRadius = '2px';\n public static btnFocusShadowWidth = '2px';\n public static btnBorderColorTransition = '';\n public static btnDisabledBorderColor = 'rgba(0, 0, 0, 0.05)';\n public static btnCheckedBg = '#7e7e7e';\n public static btnCheckedDisabledBg = '#a0a0a0';\n public static btnCheckedDisabledColor = 'rgba(255, 255, 255, 0.7)';\n public static btnCheckedTextColor = '#fff';\n public static get btnCheckedDisabledBorderColor() {\n return this.btnCheckedDisabledBg;\n }\n public static btnCheckedShadow = 'none';\n public static btnCheckedDisabledShadow = 'none';\n public static btnBorderRadiusSmall = '1px';\n public static btnBorderRadiusMedium = '1px';\n public static btnBorderRadiusLarge = '1px';\n public static get btnBorderWidth() {\n return this.controlBorderWidth;\n }\n public static btnInsetWidth = '1px';\n public static get btnOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static btnPaddingXSmall = '15px';\n public static btnPaddingXMedium = '15px';\n public static btnPaddingXLarge = '19px';\n /**\n * @deprecated use btnIconGapSmallLeft\n */\n public static btnIconGapSmall = '4px';\n public static get btnIconGapSmallLeft() {\n return this.btnIconGapSmall;\n }\n public static btnIconGapSmallRight = '4px';\n /**\n * @deprecated use btnIconGapMediumLeft\n */\n public static btnIconGapMedium = '4px';\n public static get btnIconGapMediumLeft() {\n return this.btnIconGapMedium;\n }\n public static btnIconGapMediumRight = '4px';\n /**\n * @deprecated use btnIconGapLargeLeft\n */\n public static btnIconGapLarge = '4px';\n public static get btnIconGapLargeLeft() {\n return this.btnIconGapLarge;\n }\n public static btnIconGapLargeRight = '4px';\n public static btnIconSizeSmall = '16px';\n public static btnIconSizeMedium = '18px';\n public static btnIconSizeLarge = '20px';\n public static btnDefaultBg = '#fff';\n public static btnDefaultBgStart = 'none';\n public static btnDefaultBgEnd = 'none';\n public static get btnDefaultCheckedBorderColor() {\n return this.btnCheckedBg;\n }\n public static get btnDefaultTextColor() {\n return this.textColorDefault;\n }\n public static btnDefaultHoverBg = '#f2f2f2';\n public static btnDefaultHoverBgStart = 'none';\n public static btnDefaultHoverBgEnd = 'none';\n public static btnDefaultActiveBg = '#ebebeb';\n public static btnDefaultHoverBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultHoverBorderBottomColor = '';\n public static btnDefaultHoverTextColor = '';\n public static btnDefaultActiveBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultActiveBorderTopColor = '';\n public static btnDefaultBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static btnDefaultBorderBottomColor = '';\n public static btnDefaultActiveShadow = 'none';\n public static btnSuccessBg = '#538a1b';\n public static btnSuccessHoverBg = '#477916';\n public static btnSuccessHoverBorderColor = '#477916';\n public static btnSuccessHoverBorderBottomColor = '';\n public static btnSuccessHoverTextColor = '';\n public static btnSuccessBorderColor = '#538a1b';\n public static btnSuccessBorderBottomColor = '';\n public static btnSuccessBgStart = 'none';\n public static btnSuccessBgEnd = 'none';\n public static btnSuccessTextColor = '#fff';\n public static btnSuccessHoverBgStart = 'none';\n public static btnSuccessHoverBgEnd = 'none';\n public static btnSuccessActiveBg = '#3a6710';\n public static btnSuccessActiveBorderColor = '#3a6710';\n public static btnSuccessActiveBorderTopColor = '';\n public static btnSuccessActiveShadow = 'none';\n public static btnPrimaryBg = '#1c7edf';\n public static btnPrimaryHoverBg = '#1874cf';\n public static btnPrimaryHoverBorderColor = '#1874cf';\n public static btnPrimaryHoverBorderBottomColor = '';\n public static btnPrimaryHoverTextColor = '';\n public static btnPrimaryBorderColor = '#1c7edf';\n public static btnPrimaryBorderBottomColor = '';\n public static btnPrimaryBgStart = 'none';\n public static btnPrimaryBgEnd = 'none';\n public static btnPrimaryTextColor = '#fff';\n public static btnPrimaryHoverBgStart = 'none';\n public static btnPrimaryHoverBgEnd = 'none';\n public static btnPrimaryActiveBg = '#156abe';\n public static btnPrimaryActiveBorderColor = '#156abe';\n public static btnPrimaryActiveBorderTopColor = '';\n public static btnPrimaryActiveShadow = 'none';\n public static btnDangerBg = '#dd473b';\n public static btnDangerHoverBg = '#cb3d35';\n public static btnDangerHoverBorderColor = '#cb3d35';\n public static btnDangerHoverBorderBottomColor = '';\n public static btnDangerHoverTextColor = '';\n public static btnDangerBorderColor = '#dd473b';\n public static btnDangerBorderBottomColor = '';\n public static btnDangerBgStart = 'none';\n public static btnDangerBgEnd = 'none';\n public static btnDangerTextColor = '#fff';\n public static btnDangerHoverBgStart = 'none';\n public static btnDangerHoverBgEnd = 'none';\n public static btnDangerActiveBg = '#ba342e';\n public static btnDangerActiveBorderColor = '#ba342e';\n public static btnDangerActiveBorderTopColor = '';\n public static btnDangerActiveShadow = 'none';\n public static btnPayBg = '#fcb73e';\n public static btnPayHoverBg = '#fda70c';\n public static btnPayHoverBorderColor = '#fda70c';\n public static btnPayHoverBorderBottomColor = '';\n public static btnPayHoverTextColor = '';\n public static btnPayBorderColor = '#fcb73e';\n public static btnPayBorderBottomColor = '';\n public static btnPayBgStart = 'none';\n public static btnPayBgEnd = 'none';\n public static get btnPayTextColor() {\n return this.textColorDefault;\n }\n public static btnPayHoverBgStart = 'none';\n public static btnPayHoverBgEnd = 'none';\n public static btnPayActiveBg = '#f69912';\n public static btnPayActiveBorderColor = '#f69912';\n public static btnPayActiveBorderTopColor = '';\n public static btnPayActiveShadow = 'none';\n public static btnMenuArrowColor = '#a6a6a6';\n public static get btnFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get btnFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get btnFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get btnLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get btnLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get btnLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get btnPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get btnPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get btnPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get btnDisabledBg() {\n return this.bgDisabled;\n }\n public static get btnBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get btnBorderColorError() {\n return this.borderColorError;\n }\n public static get btnHeightSmall() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYSmall, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightSmall, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnHeightMedium() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYMedium, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightMedium, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnHeightLarge() {\n const borderWidth = parseInt(this.btnBorderWidth, 10) || 0;\n const padding = parseInt(this.btnPaddingYLarge, 10) || 0;\n const lineHeigh = parseInt(this.btnLineHeightLarge, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get btnLinkColor() {\n return this.linkColor;\n }\n public static get btnLinkHoverColor() {\n return this.linkHoverColor;\n }\n public static get btnLinkActiveColor() {\n return this.linkActiveColor;\n }\n public static get btnLinkHoverTextDecoration() {\n return this.linkHoverTextDecoration;\n }\n public static get btnLinkLineBorderBottomColor() {\n return this.linkLineBorderBottomColor;\n }\n public static btnLinkLineBorderBottomStyle = '';\n public static get btnLinkHoverLineBorderBottomStyle() {\n return this.btnLinkLineBorderBottomStyle;\n }\n public static btnLinkLineBorderBottomWidth = '0px';\n public static get btnLinkLineBorderBottomOpacity() {\n return this.linkLineBorderBottomOpacity;\n }\n\n public static get btnLinkIconMarginRight() {\n return this.linkIconMarginRight;\n }\n public static get btnLinkIconMarginLeft() {\n return this.linkIconMarginRight;\n }\n public static get btnErrorSecondary() {\n return this.errorSecondary;\n }\n public static get btnWarningSecondary() {\n return this.warningSecondary;\n }\n public static get btnOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n public static btnInsetColor = '#fff';\n public static get btnBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get btnLinkDisabledColor() {\n return this.linkDisabledColor;\n }\n public static get btnDisabledTextColor() {\n return this.textColorDisabledContrast;\n }\n public static btnBacklessBg = 'transparent !important';\n public static btnBacklessHoverBg = 'rgba(0, 0, 0, 0.04) !important';\n public static btnBacklessActiveBg = 'rgba(0, 0, 0, 0.1) !important';\n public static get btnBacklessBorderColor() {\n return this.btnDefaultBorderColor;\n }\n public static get btnBacklessDisabledBorderColor() {\n return this.btnDisabledBorderColor;\n }\n public static get btnBacklessHoverBorderColor() {\n return this.btnBacklessBorderColor;\n }\n public static btnBacklessHoverTextColor = '';\n public static get btnBacklessTextColor() {\n return this.btnDefaultTextColor;\n }\n\n public static btnTextBg = 'transparent';\n public static btnTextHoverBg = 'rgba(0, 0, 0, 0.04)';\n public static btnTextActiveBg = 'rgba(0, 0, 0, 0.1)';\n public static get btnTextBorderColor() {\n return this.btnDefaultBorderColor;\n }\n public static get btnTextTextColor() {\n return this.btnDefaultTextColor;\n }\n public static btnTextHoverTextColor = '';\n public static get btnTextHoverBorderColor() {\n return this.btnTextHoverBg;\n }\n public static btnWithIconPaddingLeftSmall = '';\n public static btnWithIconPaddingLeftMedium = '';\n public static btnWithIconPaddingLeftLarge = '';\n\n public static btnIconColor = '';\n public static btnIconHoverColor = '';\n public static btnIconDisabledColor = '';\n //#endregion\n //#region Select\n public static get selectDefaultBg() {\n return this.inputBg;\n }\n public static selectPlaceholderColor = '#adadad';\n public static get selectBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get selectPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get selectOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get selectLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get selectFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static selectPaddingXSmall = '7px';\n public static get selectPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get selectBorderRadiusSmall() {\n return this.btnBorderRadiusSmall;\n }\n public static selectIconGapSmall = '4px';\n public static get selectLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get selectFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static selectPaddingXMedium = '11px';\n public static get selectPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get selectBorderRadiusMedium() {\n return this.btnBorderRadiusMedium;\n }\n public static selectIconGapMedium = '8px';\n public static get selectLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get selectFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static selectPaddingXLarge = '15px';\n public static get selectPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get selectBorderRadiusLarge() {\n return this.btnBorderRadiusLarge;\n }\n public static selectIconGapLarge = '12px';\n public static get selectMenuArrowColor() {\n return this.btnMenuArrowColor;\n }\n public static get selectMenuArrowColorDisabled() {\n return this.selectMenuArrowColor;\n }\n public static get selectIconSizeSmall() {\n return this.btnIconSizeSmall;\n }\n public static get selectIconSizeMedium() {\n return this.btnIconSizeMedium;\n }\n public static get selectIconSizeLarge() {\n return this.btnIconSizeLarge;\n }\n public static selectRootWidthMobile = 'auto';\n public static mobileSelectMaxWidth = '100%';\n public static get selectTextColorDisabled() {\n return this.btnDisabledTextColor;\n }\n public static get selectBgDisabled() {\n return this.btnDisabledBg;\n }\n public static get selectBorderColorDisabled() {\n return this.btnDisabledBorderColor;\n }\n public static get selectMenuOffsetY() {\n return this.menuOffsetY;\n }\n public static get selectBorderColorHover() {\n return this.btnDefaultHoverBorderColor;\n }\n public static selectBorderColorTransition = `box-shadow ${this.transitionDuration} ${this.transitionTimingFunction};`;\n //#endregion\n //#region Tooltip\n public static tooltipPaddingY = '16px';\n public static tooltipPaddingX = '16px';\n public static tooltipCloseBtnPadding = '8px';\n public static tooltipCloseBtnSide = '8px';\n public static tooltipCloseBtnColor = 'rgba(0, 0, 0, 0.32)';\n public static tooltipCloseBtnHoverColor = 'rgba(0, 0, 0, 0.5)';\n public static get tooltipTextColor() {\n return this.textColorDefault;\n }\n public static tooltipBg = '#fff';\n public static get tooltipBorder() {\n return this.popupBorder;\n }\n public static get tooltipBorderRadius() {\n return this.popupBorderRadius;\n }\n public static tooltipPinOffset = '0px'; // deprecated\n public static tooltipPinOffsetX = '16px';\n public static tooltipPinOffsetY = '18px';\n public static tooltipMargin = '10px';\n public static get tooltipPinSize() {\n return this.popupPinSize;\n }\n public static get tooltipFontSize() {\n return this.fontSizeSmall;\n }\n public static get tooltipLineHeight() {\n return this.controlLineHeightSmall;\n }\n //#endregion\n //#region TooltipMenu\n public static get tooltipMenuPinOffset() {\n return this.popupPinOffset;\n }\n public static get tooltipMenuMargin() {\n return this.popupMargin;\n }\n public static get tooltipMenuPinSize() {\n return this.popupPinSize;\n }\n\n //#endregion\n //#region Kebab\n public static get kebabPinOffset() {\n return this.popupPinOffset;\n }\n public static get kebabPinSize() {\n return this.popupPinSize;\n }\n public static kebabMargin = '4px';\n public static kebabBackground = 'transparent';\n public static kebabBackgroundHover = 'rgba(0, 0, 0, 0.09)';\n public static get kebabBackgroundActive() {\n return this.kebabBackgroundHover;\n }\n public static kebabBorderRadius = '50%';\n public static kebabBorder = '2px solid transparent';\n public static kebabSizeSmall = '26px';\n public static kebabSizeMedium = '26px';\n public static kebabSizeLarge = '26px';\n public static kebabIconSizeSmall = '14px';\n public static kebabIconSizeMedium = '18px';\n public static kebabIconSizeLarge = '20px';\n public static kebabIconColor = '#757575';\n\n //#endregion\n //#region Modal\n public static modalWindowShadow = '0 5px 10px rgba(0, 0, 0, 0.2);';\n public static modalBackBg = '#222';\n public static get modalBg() {\n return this.bgSecondary;\n }\n public static modalBackOpacity = '0.6';\n public static modalCloseButtonColor = 'rgba(0, 0, 0, 0.32)';\n public static modalCloseButtonDisabledColor = '#8b8b8b';\n public static modalCloseButtonHoverColor = 'rgba(0, 0, 0, 0.865)';\n public static modalCloseButtonPadding = '36px';\n public static modalCloseButtonLegacyShift = '0px';\n public static modalCloseButtonBottomPadding = '20px';\n public static modalCloseButtonClickArea = '10px';\n public static modalCloseIconSize = '12px';\n public static modalCloseLegacyGap = '0px';\n public static modalCloseWrapperLegacyGap = '0px';\n public static modalBorderRadius = '0px';\n public static get modalFixedHeaderBg() {\n return this.bgSecondary;\n }\n public static get modalFixedHeaderShadow() {\n return this.fixedPanelShadow;\n }\n public static modalFixedHeaderBorder = 'none';\n public static modalFixedFooterBorder = 'none';\n public static get modalFixedFooterShadow() {\n return this.fixedPanelShadow;\n }\n public static modalFixedPanelShadow = 'none';\n public static modalFooterBg = '#ebebeb';\n public static modalAdaptiveThreshold = '425px';\n public static modalPaddingTop = '24px';\n public static modalPaddingLeft = '32px';\n public static modalPaddingRight = '36px';\n public static modalHeaderFontSize = '24px';\n public static modalHeaderFontWeight = '400';\n public static get modalHeaderTextColor() {\n return this.textColorDefault;\n }\n public static modalHeaderLineHeight = '32px';\n public static modalHeaderPaddingBottom = '16px';\n public static modalHeaderPaddingTop = '24px';\n public static modalHeaderAdditionalPaddingBottom = '22px';\n public static modalFixedHeaderMarginBottom = '10px';\n public static get modalFixedHeaderPaddingBottom() {\n return `${Math.round(parseInt(this.modalHeaderPaddingBottom) / 2)}px`;\n }\n public static modalFixedFooterPaddingTop = '20px';\n public static modalFixedFooterMarginTop = '10px';\n\n public static modalSeparatorBorderBottom = 'none';\n public static modalBodyTextColor = 'inherit';\n public static modalFooterTextColor = 'inherit';\n public static modalBodyPaddingTop = '0';\n public static modalBodyPaddingBottom = '24px';\n public static modalBodyBorderRadius = '0px';\n public static modalFooterPaddingTop = '0px';\n public static modalFooterPaddingBottom = '32px';\n public static modalPaddingBottom = '40px';\n public static modalFooterPanelPaddingTop = '20px';\n public static modalFooterPanelPaddingBottom = '20px';\n public static mobileModalCloseButtonRightPadding = '16px';\n public static mobileModalCloseButtonTopPadding = '12px';\n public static mobileModalCloseButtonClickArea = '16px';\n public static mobileModalCloseIconSize = '12px';\n public static mobileModalHeaderFontSize = '24px';\n public static mobileModalHeaderLineHeight = '32px';\n public static mobileModalHeaderPadding = '16px';\n public static mobileModalBodyPadding = '0 16px 16px 16px';\n public static mobileModalBodyFontSize = '16px';\n public static mobileModalFooterPadding = '16px';\n public static mobileModalPaddingBottom = '16px';\n public static mobileModalContainerHeight = '100%';\n public static mobileModalContainerMarginTop = '0';\n public static mobileModalContainerMarginRight = '0';\n public static mobileModalContainerMarginBottom = '0';\n public static mobileModalContainerMarginLeft = '0';\n //#endregion\n //#region SidePage\n public static sidePageFooterPanelBg = '#ebebeb';\n public static sidePageBackingBg = '#222';\n public static sidePageBackingBgOpacity = '0.6';\n public static sidePageCloseButtonColor = 'rgba(0, 0, 0, 0.374)';\n public static sidePageCloseButtonHoverColor = 'rgba(0, 0, 0, 0.5)';\n public static sidePageContainerShadow = '0 5px 10px rgba(0, 0, 0, 0.2)';\n public static mobileSidePagePaddingLeft = '16px';\n public static mobileSidePagePaddingRight = '16px';\n public static mobileSidePagePaddingTop = '16px';\n public static mobileSidePagePaddingBottom = '16px';\n public static mobileSidePageFooterPadding = '16px';\n public static sidePagePaddingLeft = '32px';\n public static sidePagePaddingRight = '36px';\n public static sidePagePaddingTop = '24px';\n public static sidePagePaddingBottom = '40px';\n public static sidePageFooterPaddingTop = '24px';\n public static sidePageFooterPaddingBottom = '32px';\n public static get sidePageBgDefault() {\n return this.bgSecondary;\n }\n public static get sidePageHeaderTextColor() {\n return this.textColorDefault;\n }\n public static sidePageBodyTextColor = 'inherit';\n public static sidePageFooterTextColor = 'inherit';\n public static sidePageHeaderFontSize = '24px';\n public static sidePageHeaderLineHeight = '32px';\n public static sidePageHeaderPaddingBottom = '16px';\n public static sidePageHeaderPaddingTop = '24px';\n public static sidePageHeaderFixedFontSize = '18px';\n public static sidePageHeaderFixedLineHeight = '28px';\n public static sidePageHeaderFixedPaddingY = '10px';\n public static sidePageHeaderStickyOffset = '5px';\n public static sidePageCloseButtonPadding = '36px';\n public static mobileSidePageCloseButtonPadding = '16px';\n public static sidePageCloseButtonLegacyPaddingLeft = '36px';\n public static sidePageFooterPanelPaddingTop = '20px';\n public static sidePageFooterPanelPaddingBottom = '20px';\n public static sidePageCloseIconSize = '12px';\n public static sidePageCloseButtonClickArea = '10px';\n public static mobileSidePageCloseButtonClickArea = '16px';\n public static get sidePageFixedHeaderShadow() {\n return this.fixedPanelShadow;\n }\n public static get sidePageFixedFooterShadow() {\n return this.fixedPanelShadow;\n }\n public static sidePageFixedPanelShadow = 'none';\n public static mobileSidePageHeaderFontSize = '24px';\n public static mobileSidePageHeaderLineHeight = '32px';\n public static mobileSidePageHeaderPaddingBottom = '16px';\n public static mobileSidePageHeaderPaddingTop = '16px';\n public static sidePageHeaderFontWeight = '';\n //#endregion\n //#region DateInput\n public static get dateInputIconColor() {\n return this.textColorDefault;\n }\n public static dateInputMaskColor = '#b8b8b8';\n public static dateInputComponentSelectedBgColor = '#cdedff';\n public static get dateInputComponentSelectedTextColor() {\n return this.textColorDefault;\n }\n //#endregion\n //#region Calendar\n public static get calendarBottomSeparatorBorderColor() {\n return ColorFunctions.fade(this.calendarMonthTitleBorderBottomColor, 1);\n }\n public static get calendarBottomSeparatorBorderWidth() {\n return '1px';\n }\n public static get calendarBottomSeparatorBorder() {\n return `${this.calendarBottomSeparatorBorderWidth} solid ${this.calendarBottomSeparatorBorderColor}`;\n }\n public static get calendarBg() {\n return this.bgSecondary;\n }\n public static get calendarCellBg() {\n return this.bgSecondary;\n }\n public static calendarCellHoverColor = 'white';\n public static calendarCellActiveHoverColor = 'white';\n public static calendarCellWeekendColor = '#cb3d35';\n public static calendarCellTodayBorder = '1px solid rgba(0, 0, 0, 0.32)';\n public static calendarCellSelectedBgColor = '#ebebeb';\n public static calendarCellSelectedFontColor = 'inherit';\n public static calendarCellSize = '32px';\n public static get calendarCellLineHeight() {\n return `calc(${this.calendarCellSize} - 2px)`;\n }\n public static get calendarMonthHeaderStickedBgColor() {\n return this.bgSecondary;\n }\n public static calendarMonthTitleBorderBottomColor = '#dfdede';\n public static get calendarCellHoverBgColor() {\n return this.bgActive;\n }\n public static calendarPaddingX = '18px';\n public static calendarMonthTitleLineHeight = '20px';\n public static calendarMonthTitlePaddingTop = '12px';\n public static calendarMonthTitlePaddingBottom = '8px';\n public static calendarMonthTitleMarginX = '6px';\n public static calendarMonthTitleMarginBottom = '6px';\n public static calendarWrapperHeight = ' 330px';\n public static calendarMonthMarginBottom = '6px';\n public static calendarMaxMonthsToAppendOnScroll = '5';\n //#endregion\n //#region DatePicker\n public static dateSelectLineHeight = '20px';\n public static dateSelectFontSize = '14px';\n public static dateSelectFontWeight = 'bold';\n public static dateSelectMenuItemBgSelected = '#ececec';\n public static get dateSelectTextColorDisabled() {\n return this.textColorDisabled;\n }\n public static get dateSelectTextColorDefault() {\n return this.textColorDefault;\n }\n public static get dateSelectLinkColor() {\n return this.linkColor;\n }\n public static get dateSelectPopupBoxShadow() {\n return this.popupBoxShadow;\n }\n public static get dateSelectTextColorInvert() {\n return this.textColorInvert;\n }\n public static get datePickerOpenBtnColor() {\n return this.textColorDefault;\n }\n public static datePickerMenuOffsetY = '2px';\n public static get pickerBg() {\n return this.bgSecondary;\n }\n public static pickerShadow = '0 4px 12px 0 rgba(0, 0, 0, 0.16)';\n public static get pickerTodayWrapperBgColor() {\n return this.bgSecondary;\n }\n public static pickerTodayWrapperBorderTop = '1px solid #dfdede';\n public static pickerTodayWrapperHoverBgColor = '#f5f5f5';\n public static pickerTodayWrapperFontSize = '14px';\n public static pickerTodayWrapperLineHeight = '20px';\n public static pickerTodayWrapperPaddingTop = '6px';\n public static pickerTodayWrapperPaddingBottom = '6px';\n public static pickerBorderRadius = '';\n //#endregion\n //#region DateSelect\n public static get dateSelectMenuBg() {\n return this.bgSecondary;\n }\n public static get dateSelectMenuItemBgActive() {\n return this.bgActive;\n }\n public static get dateSelectMenuItemBgDisabled() {\n return this.bgSecondary;\n }\n public static get dateSelectMenuItemFontActive() {\n return this.textColorInvert;\n }\n public static get dateSelectMenuItemFontSelected() {\n return this.textColorDefault;\n }\n public static get dateSelectMenuItemFontDisabled() {\n return this.textColorDisabled;\n }\n //#endregion\n //#region Paging\n public static get pagingFontSize() {\n return this.fontSizeMedium;\n }\n public static get pagingForwardIconSize() {\n return this.pagingFontSize;\n }\n public static pagingForwardIconMarginTop = '1px';\n public static pagingPageLinkBoxSizing = 'content-box';\n public static pagingPageLinkPaddingX = '0.625em';\n public static pagingPageLinkPaddingY = '0.3125em';\n public static pagingPageLinkLegacyPaddingY = '0px';\n public static pagingPageLinkMinWidth = '0.75em';\n public static pagingPageForwardLinkMarginTop = '0.35em';\n public static pagingPageForwardLinkMarginLeft = '10px';\n public static pagingPageForwardLinkPaddingRight = '1.375em';\n public static pagingLineHeight = '1.375em';\n public static pagingDotsColor = 'gray';\n public static pagingDotsPadding = '0.375em 0.625em 0';\n public static pagingPageLinkActiveBg = 'rgba(0, 0, 0, 0.09)';\n public static pagingPageLinkDisabledActiveBg = 'rgba(0, 0, 0, 0.04)';\n public static get pagingPageLinkActiveColor() {\n return this.textColorDefault;\n }\n public static pagingPageLinkHoverBg = 'rgba(0, 0, 0, 0.05)';\n public static pagingPageLinkBorderRadius = '9999px';\n public static get pagingPageLinkHintColor() {\n return this.placeholderColor;\n }\n public static pagingPageLinkHintFontSize = '12px';\n public static pagingPageLinkHintLineHeight = '16px';\n public static pagingPageLinkHintMargin = '0 -20px';\n public static pagingPageLinkMargin = '0px 1px';\n public static get pagingForwardLinkColor() {\n return this.linkColor;\n }\n public static get pagingForwardLinkDisabledColor() {\n return this.linkDisabledColor;\n }\n public static get pagingDotsDisabledColor() {\n return this.textColorDisabled;\n }\n //#endregion\n //#region Hint\n public static get hintColor() {\n return this.textColorInvert;\n }\n public static get mobileHintColor() {\n return this.hintColor;\n }\n public static get hintFontSize() {\n return this.fontSizeSmall;\n }\n public static get hintLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static hintMaxWidth = '200px';\n public static hintPaddingY = '6px';\n public static hintPaddingX = '8px';\n public static hintTextAlign = 'center';\n public static hintBgColor = 'rgba(51, 51, 51, 0.8)';\n public static hintBorder = 'none';\n public static hintBorderRadius = '2px';\n public static hintPinOffset = '8px';\n public static hintMargin = '8px';\n //#endregion\n //#region Toast\n public static get toastFontSize() {\n return this.fontSizeSmall;\n }\n public static get toastLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static toastPaddingY = '10px';\n public static toastPaddingX = '16px';\n public static toastBorderRadius = '2px';\n public static toastBorder = 'none';\n public static toastTop = '24px';\n public static toastBg = 'rgba(51, 51, 51, 0.8)';\n public static toastColor = 'white';\n public static toastLinkColor = '#8fcdff';\n public static toastLinkTextDecorationHover = 'underline';\n public static toastLinkBgHover = '';\n public static toastLinkBgActive = '';\n public static toastClosePadding = '16px';\n public static toastCloseColor = 'rgba(255, 255, 255, 0.6)';\n public static toastCloseHoverColor = 'white';\n public static toastCloseSize = '8px';\n //#endregion\n //#region Dropdown\n public static dropdownMenuSelectedBg = '#f1f1f1'; //deprecated\n public static dropdownMenuBorderColorTransition = '';\n public static get dropdownMenuHoverBorderColor() {\n return this.btnDefaultHoverBorderColor;\n }\n public static get dropdownMenuHoverBg() {\n //deprecated\n return this.bgActive;\n }\n public static get dropdownMenuOffsetY() {\n return this.menuOffsetY;\n }\n public static get dropdownMenuMenuOffsetY() {\n return this.menuOffsetY;\n }\n public static dropdownMenuMenuBoxSizing = 'content-box';\n public static dropdownButtonBorderRadiusSmall = '1px';\n public static dropdownButtonBorderRadiusMedium = '1px';\n public static dropdownButtonBorderRadiusLarge = '1px';\n\n public static get dropdownDefaultBg() {\n return this.btnDefaultBg;\n }\n public static get dropdownBorderWidth() {\n return this.btnBorderWidth;\n }\n public static get dropdownOutlineWidth() {\n return this.btnOutlineWidth;\n }\n public static get dropdownLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get dropdownFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get dropdownPaddingXSmall() {\n return this.selectPaddingXSmall;\n }\n public static get dropdownPaddingYSmall() {\n return this.btnPaddingYSmall;\n }\n public static get dropdownIconSizeSmall() {\n return this.btnIconSizeSmall;\n }\n public static get dropdownLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get dropdownFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get dropdownPaddingXMedium() {\n return this.selectPaddingXMedium;\n }\n public static get dropdownPaddingYMedium() {\n return this.btnPaddingYMedium;\n }\n public static get dropdownIconSizeMedium() {\n return this.btnIconSizeMedium;\n }\n public static get dropdownLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get dropdownFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get dropdownPaddingXLarge() {\n return this.selectPaddingXLarge;\n }\n public static get dropdownPaddingYLarge() {\n return this.btnPaddingYLarge;\n }\n public static get dropdownIconSizeLarge() {\n return this.btnIconSizeLarge;\n }\n public static get dropdownBgDisabled() {\n return this.btnDisabledBg;\n }\n public static get dropdownBorderColorDisabled() {\n return this.btnDisabledBorderColor;\n }\n public static get dropdownTextColorDisabled() {\n return this.btnDisabledTextColor;\n }\n //#endregion\n //#region Menu\n public static get menuBgDefault() {\n return this.bgSecondary;\n }\n public static get menuBorderRadius() {\n return '0px';\n }\n public static menuBorder = 'none';\n public static menuShadow = '0 4px 12px rgba(0, 0, 0, 0.16)';\n public static menuPaddingY = '0px';\n public static menuLegacyPaddingY = '5px';\n public static menuScrollContainerContentWrapperPaddingY = '4px';\n public static mobileMenuPaddingY = '0px';\n public static mobileMenuScrollContainerContentWrapperPaddingY = '0px';\n public static menuPaddingX = '0px';\n public static mobileMenuPaddingX = '8px';\n public static menuOffsetY = '0px';\n public static menuBoxSizing = 'content-box';\n // menuItem\n public static get menuItemTextColor() {\n return this.textColorDefault;\n }\n public static get menuItemSelectedBg() {\n return this.dropdownMenuSelectedBg;\n }\n public static get menuItemHoverBg() {\n return this.dropdownMenuHoverBg;\n }\n /**\n * @deprecated use menuItemIconWidthSmall\n */\n public static menuItemIconWidth = '16px';\n public static get menuItemIconWidthSmall() {\n return this.menuItemIconWidth;\n }\n public static menuItemIconWidthMedium = '20px';\n public static menuItemIconWidthLarge = '24px';\n public static menuItemIconGap = '4px';\n public static menuItemIconLegacyMargin = '0px';\n public static menuItemIconLegacyShift = '0px';\n\n /**\n * @deprecated use menuItemPaddingForIconSmall\n */\n public static get menuItemPaddingForIcon() {\n return `${\n parseInt(this.menuItemPaddingXSmall) +\n parseInt(this.menuItemIconWidthSmall) +\n parseInt(this.menuItemIconGap) +\n parseInt(this.menuItemIconLegacyMargin)\n }px`;\n }\n public static get menuItemPaddingForIconSmall() {\n return this.menuItemPaddingForIcon;\n }\n public static get menuItemPaddingForIconMedium() {\n return `${\n parseInt(this.menuItemPaddingXMedium) +\n parseInt(this.menuItemIconWidthMedium) +\n parseInt(this.menuItemIconGap) +\n parseInt(this.menuItemIconLegacyMargin)\n }px`;\n }\n public static get menuItemPaddingForIconLarge() {\n return `${\n parseInt(this.menuItemPaddingXLarge) +\n parseInt(this.menuItemIconWidthLarge) +\n parseInt(this.menuItemIconGap) +\n parseInt(this.menuItemIconLegacyMargin)\n }px`;\n }\n\n /**\n * @deprecated use menuItemLineHeightSmall\n */\n public static get menuItemLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get menuItemLineHeightSmall() {\n return this.menuItemLineHeight;\n }\n public static get menuItemLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get menuItemLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n\n /**\n * @deprecated use menuItemFontSizeSmall\n */\n public static get menuItemFontSize() {\n return this.fontSizeSmall;\n }\n public static get menuItemFontSizeSmall() {\n return this.menuItemFontSize;\n }\n public static get menuItemFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get menuItemFontSizeLarge() {\n return this.fontSizeLarge;\n }\n\n /**\n * @deprecated use menuItemPaddingXSmall\n */\n public static menuItemPaddingX = '8px';\n /**\n * @deprecated use menuItemPaddingYSmall\n */\n public static menuItemPaddingY = '6px';\n public static get menuItemPaddingXSmall() {\n return this.menuItemPaddingX;\n }\n public static get menuItemPaddingYSmall() {\n return this.menuItemPaddingY;\n }\n public static menuItemPaddingXMedium = '12px';\n public static menuItemPaddingYMedium = '9px';\n public static menuItemPaddingXLarge = '16px';\n public static menuItemPaddingYLarge = '12px';\n public static menuItemBorderRadius = '0px';\n public static menuItemLegacyPaddingX = '0px';\n public static menuItemLegacyPaddingY = '0px';\n public static get menuItemHoverColor() {\n return this.textColorInvert;\n }\n public static get menuItemLinkColor() {\n return this.linkColor;\n }\n public static menuItemCommentColor = '#adadad';\n public static menuItemCommentOpacity = '';\n public static menuItemCommentColorHover = '#fff';\n public static menuItemDisplay = 'block';\n public static menuItemPaddingMobile = '12px 16px';\n public static get menuItemLineHeightMobile() {\n return this.lineHeightMobile;\n }\n public static get menuItemFontSizeMobile() {\n return this.fontSizeMobile;\n }\n public static get menuItemDisabledColor() {\n return this.textColorDisabled;\n }\n public static menuItemDisabledBg = 'transparent';\n // menuMessage\n public static get menuMessageTextColor() {\n return this.menuItemDisabledColor;\n }\n public static get menuMessageBg() {\n return this.menuItemDisabledBg;\n }\n public static get menuMessagePaddingY() {\n return this.menuItemPaddingYSmall;\n }\n public static get menuMessagePaddingX() {\n return this.menuItemPaddingXSmall;\n }\n public static get menuMessageDisplay() {\n return this.menuItemDisplay;\n }\n public static get menuMessagePaddingMobile() {\n return this.menuItemPaddingMobile;\n }\n /**\n * @deprecated use menuMessageLineHeightSmall\n */\n public static get menuMessageLineHeight() {\n return this.menuItemLineHeightSmall;\n }\n public static get menuMessageLineHeightMobile() {\n return this.menuItemLineHeightMobile;\n }\n /**\n * @deprecated use menuMessageFontSizeSmall\n */\n public static get menuMessageFontSize() {\n return this.menuItemFontSizeSmall;\n }\n public static get menuMessageFontSizeMobile() {\n return this.menuItemFontSizeMobile;\n }\n public static get menuMessageFontSizeSmall() {\n return this.menuItemFontSizeSmall;\n }\n public static get menuMessageFontSizeMedium() {\n return this.menuItemFontSizeMedium;\n }\n public static get menuMessageFontSizeLarge() {\n return this.menuItemFontSizeLarge;\n }\n\n public static get menuMessageLineHeightSmall() {\n return this.menuItemLineHeightSmall;\n }\n public static get menuMessageLineHeightMedium() {\n return this.menuItemLineHeightMedium;\n }\n public static get menuMessageLineHeightLarge() {\n return this.menuItemLineHeightLarge;\n }\n public static menuItemGap = '0px';\n\n //menuHeader\n public static menuHeaderColor = '#757575';\n\n /**\n * @deprecated use menuHeaderLineHeightSmall\n */\n public static menuHeaderLineHeight = '16px';\n public static get menuHeaderLineHeightSmall() {\n return this.menuHeaderLineHeight;\n }\n public static menuHeaderLineHeightMedium = '20px';\n public static menuHeaderLineHeightLarge = '22px';\n\n /**\n * @deprecated use menuHeaderFontSizeSmall\n */\n public static menuHeaderFontSize = '12px';\n public static get menuHeaderFontSizeSmall() {\n return this.menuHeaderFontSize;\n }\n public static menuHeaderFontSizeMedium = '14px';\n public static menuHeaderFontSizeLarge = '16px';\n\n /**\n * @deprecated use menuHeaderPaddingXSmall\n */\n public static menuHeaderPaddingX = '8px';\n /**\n * @deprecated use menuHeaderPaddingTopSmall\n */\n public static menuHeaderPaddingTop = '12px';\n /**\n * @deprecated use menuHeaderPaddingBottomSmall\n */\n public static menuHeaderPaddingBottom = '4px';\n public static get menuHeaderPaddingXSmall() {\n return this.menuHeaderPaddingX;\n }\n public static get menuHeaderPaddingTopSmall() {\n return this.menuHeaderPaddingTop;\n }\n public static get menuHeaderPaddingBottomSmall() {\n return this.menuHeaderPaddingBottom;\n }\n public static menuHeaderPaddingXMedium = '12px';\n public static menuHeaderPaddingTopMedium = '14px';\n public static menuHeaderPaddingBottomMedium = '6px';\n public static menuHeaderPaddingXLarge = '16px';\n public static menuHeaderPaddingTopLarge = '18px';\n public static menuHeaderPaddingBottomLarge = '8px';\n\n public static menuHeaderTotalCountPaddingTopSmall = '4px';\n public static menuHeaderTotalCountPaddingTopMedium = '6px';\n public static menuHeaderTotalCountPaddingTopLarge = '8px';\n\n public static menuHeaderTotalCountPaddingBottomSmall = '12px';\n public static menuHeaderTotalCountPaddingBottomMedium = '14px';\n public static menuHeaderTotalCountPaddingBottomLarge = '18px';\n\n public static menuHeaderLegacyPaddingRight = '0px';\n\n //menuFooter\n public static get menuFooterColor() {\n return this.menuHeaderColor;\n }\n public static get menuFooterLineHeightSmall() {\n return this.menuHeaderLineHeightSmall;\n }\n public static get menuFooterLineHeightMedium() {\n return this.menuHeaderLineHeightMedium;\n }\n public static get menuFooterLineHeightLarge() {\n return this.menuHeaderLineHeightLarge;\n }\n\n public static get menuFooterFontSizeSmall() {\n return this.menuHeaderFontSizeSmall;\n }\n public static get menuFooterFontSizeMedium() {\n return this.menuHeaderFontSizeMedium;\n }\n public static get menuFooterFontSizeLarge() {\n return this.menuHeaderFontSizeLarge;\n }\n\n public static get menuFooterPaddingXSmall() {\n return this.menuHeaderPaddingXSmall;\n }\n public static get menuFooterPaddingXMedium() {\n return this.menuHeaderPaddingXMedium;\n }\n public static get menuFooterPaddingXLarge() {\n return this.menuHeaderPaddingXLarge;\n }\n\n public static get menuFooterPaddingTopSmall() {\n return this.menuHeaderPaddingBottomSmall;\n }\n public static get menuFooterPaddingTopMedium() {\n return this.menuHeaderPaddingBottomMedium;\n }\n public static get menuFooterPaddingTopLarge() {\n return this.menuHeaderPaddingBottomLarge;\n }\n\n public static get menuFooterPaddingBottomSmall() {\n return this.menuHeaderPaddingTopSmall;\n }\n public static get menuFooterPaddingBottomMedium() {\n return this.menuHeaderPaddingTopMedium;\n }\n public static get menuFooterPaddingBottomLarge() {\n return this.menuHeaderPaddingTopLarge;\n }\n\n public static menuFooterLegacyPaddingRight = '0px';\n\n //menuSeparator\n public static menuSeparatorBorderColor = '#ebebeb';\n public static menuSeparatorMarginY = '2px';\n public static menuSeparatorMarginX = '0px';\n public static menuSeparatorBorderWidth = '1px';\n // mobileMenuSeparator\n public static mobileMenuSeparatorMarginY = '4px';\n public static mobileMenuSeparatorMarginX = '24px';\n //#endregion\n //#region Toggle\n /**\n * @deprecated use toggleFontSizeSmall\n */\n public static get toggleFontSize() {\n return this.fontSizeSmall;\n }\n /**\n * @deprecated use toggleLineHeightSmall\n */\n public static get toggleLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get toggleLineHeightSmall() {\n return this.toggleLineHeight;\n }\n public static get toggleLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get toggleLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get toggleFontSizeSmall() {\n return this.toggleFontSize;\n }\n public static get toggleFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get toggleFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get toggleTextColor() {\n return this.textColorDefault;\n }\n public static toggleHandleActiveWidthIncrement = '4px';\n /**\n * @deprecated use toggleHandleBorderRadiusSmall\n */\n public static get toggleHandleBorderRadius() {\n const height = parseInt(this.toggleHeightSmall, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n const handleSize = height - 2 * borderWidth;\n return `${handleSize / 2}px`;\n }\n public static get toggleHandleBorderRadiusSmall() {\n return this.toggleHandleBorderRadius;\n }\n public static get toggleHandleBorderRadiusMedium() {\n const height = parseInt(this.toggleHeightMedium, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n const handleSize = height - 2 * borderWidth;\n return `${handleSize / 2}px`;\n }\n public static get toggleHandleBorderRadiusLarge() {\n const height = parseInt(this.toggleHeightLarge, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n const handleSize = height - 2 * borderWidth;\n return `${handleSize / 2}px`;\n }\n /**\n * @deprecated use toggleHeightSmall\n */\n public static toggleHeight = '20px';\n\n /**\n * @deprecated use toggleWidthSmall\n */\n public static toggleWidth = '32px';\n\n public static get toggleHeightSmall() {\n return this.toggleHeight;\n }\n public static get toggleWidthSmall() {\n return this.toggleWidth;\n }\n public static toggleHeightMedium = '22px';\n public static toggleWidthMedium = '34px';\n public static toggleHeightLarge = '24px';\n public static toggleWidthLarge = '36px';\n /**\n * @deprecated use toggleBorderRadiusSmall\n */\n public static get toggleBorderRadius() {\n return `calc(${this.toggleHeightSmall} * 0.5)`;\n }\n public static get toggleBorderRadiusSmall() {\n return this.toggleBorderRadius;\n }\n public static get toggleBorderRadiusMedium() {\n return `calc(${this.toggleHeightMedium} * 0.5)`;\n }\n public static get toggleBorderRadiusLarge() {\n return `calc(${this.toggleHeightLarge} * 0.5)`;\n }\n /**\n * @deprecated use toggleHandleBg\n */\n public static toggleBg = '#fff';\n public static toggleCheckedBg = '#fff';\n public static toggleDisabledHandleBg = '#fff';\n public static toggleBaseBg = '#fff';\n public static get toggleBgDisabled() {\n return this.bgDisabled;\n }\n public static toggleBgDisabledChecked = '#dadada';\n public static toggleBgHover = '#f3f3f2';\n public static toggleCheckedBgHover = '#f3f3f2';\n public static toggleBgChecked = '#1874cf';\n public static get toggleBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get toggleOutlineWidth() {\n const outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;\n const borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${outlineWidth + borderWidth}px`;\n }\n public static toggleBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static get toggleBorderColorDisabled() {\n return this.toggleBorderColor;\n }\n public static get toggleBorderColorDisabledChecked() {\n return this.toggleBorderColor;\n }\n /**\n * @deprecated use toggleHandleSizeSmall\n */\n public static get toggleHandleSize() {\n const toggleHeight = parseInt(this.toggleHeightSmall, 10) || 0;\n const toggleBorderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${toggleHeight - 2 * toggleBorderWidth}px`;\n }\n public static get toggleHandleSizeSmall() {\n return this.toggleHandleSize;\n }\n public static get toggleHandleSizeMedium() {\n const toggleHeight = parseInt(this.toggleHeightMedium, 10) || 0;\n const toggleBorderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${toggleHeight - 2 * toggleBorderWidth}px`;\n }\n public static get toggleHandleSizeLarge() {\n const toggleHeight = parseInt(this.toggleHeightLarge, 10) || 0;\n const toggleBorderWidth = parseInt(this.toggleBorderWidth, 10) || 0;\n return `${toggleHeight - 2 * toggleBorderWidth}px`;\n }\n\n public static get toggleHandleLeft() {\n return this.toggleBorderWidth;\n }\n public static get toggleHandleTop() {\n return this.toggleBorderWidth;\n }\n\n public static toggleBgFocus = 'linear-gradient(-180deg, #f1f1f1, #dedede)';\n public static toggleBgActive = '#e5e5e5';\n public static get toggleShadowColorError() {\n return this.errorMain;\n }\n public static get toggleShadowColorWarning() {\n return this.warningMain;\n }\n public static get toggleFocusShadowColor() {\n return this.borderColorFocus;\n }\n public static toggleCaptionGap = '8px';\n public static toggleButtonOffsetY = '0px';\n\n public static get toggleOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n\n public static get toggleHandleBoxShadowOld() {\n return `0 ${this.toggleBorderWidth} 0 0 rgba(0, 0, 0, 0.15), 0 0 0 ${this.toggleBorderWidth} rgba(0, 0, 0, 0.15)`;\n }\n\n public static toggleContainerBg = '';\n public static get toggleContainerBgHover() {\n return this.toggleBgHover;\n }\n public static get toggleContainerBgChecked() {\n return this.toggleBgChecked;\n }\n public static toggleContainerBgCheckedHover = '';\n public static toggleContainerBoxShadow = '';\n public static toggleContainerBoxShadowHover = '';\n public static toggleContainerBoxShadowChecked = '';\n public static toggleContainerBoxShadowCheckedHover = '';\n\n public static get toggleHandleBg() {\n return this.toggleBg;\n }\n public static toggleHandleBgHover = '';\n public static toggleHandleBgChecked = '';\n public static toggleHandleBgCheckedHover = '';\n public static toggleHandleBoxShadow = '';\n public static toggleHandleBoxShadowHover = '';\n public static toggleHandleBoxShadowChecked = '';\n public static toggleHandleBoxShadowCheckedHover = '';\n\n public static toggleContainerBgDisabled = '';\n public static toggleHandleBgDisabled = '';\n public static toggleContainerBoxShadowDisabled = '';\n public static toggleHandleBoxShadowDisabled = '';\n public static toggleContainerBgDisabledChecked = '';\n public static toggleHandleBgDisabledChecked = '';\n public static toggleContainerBoxShadowDisabledChecked = '';\n public static toggleHandleBoxShadowDisabledChecked = '';\n //#endregion\n //#region Popup\n public static popupBorder = 'none';\n public static popupBorderRadius = '2px';\n public static popupBorderColor = 'transparent';\n public static popupDropShadow = 'drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16))';\n public static popupBoxShadow = '0 4px 12px 0 rgba(0, 0, 0, 0.16)';\n public static get popupTextColor() {\n return this.textColorDefault;\n }\n public static get popupBackground() {\n return this.bgSecondary;\n }\n public static popupPinOffset = '0px'; // deprecated\n public static popupPinOffsetX = '16px';\n public static popupPinOffsetY = '16px';\n public static popupMargin = '10px';\n public static popupPinSize = '8px';\n public static popupMenuMenuOffsetY = '0px';\n //#endregion\n //#region Input\n public static get inputTextColor() {\n return this.textColorDefault;\n }\n public static inputShadow = 'none';\n public static inputBg = 'white';\n public static inputIconColor = '#a9a9a9';\n public static get inputFocusedIconColor() {\n return this.inputIconColor;\n }\n public static inputColor = 'inherit';\n public static inputWidth = '200px';\n public static get inputTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get inputFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get inputFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get inputFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get inputLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get inputLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get inputLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get inputHeightSmall() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYSmall, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightSmall, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputHeightMedium() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYMedium, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightMedium, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputHeightLarge() {\n const borderWidth = parseInt(this.inputBorderWidth, 10) || 0;\n const padding = parseInt(this.inputPaddingYLarge, 10) || 0;\n const lineHeigh = parseInt(this.inputLineHeightLarge, 10) || 0;\n return `${2 * borderWidth + 2 * padding + lineHeigh}px`;\n }\n public static get inputPaddingYSmall() {\n return this.controlPaddingYSmall;\n }\n public static get inputPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get inputPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static inputPaddingXSmall = '7px';\n public static inputPaddingXMedium = '11px';\n public static inputPaddingXLarge = '15px';\n public static inputIconGapSmall = '4px';\n public static inputIconGapMedium = '8px';\n public static inputIconGapLarge = '12px';\n public static inputIconSizeSmall = '16px';\n public static inputIconSizeMedium = '18px';\n public static inputIconSizeLarge = '20px';\n public static get inputFocusShadow() {\n return `0 0 0 ${this.inputOutlineWidth} ${this.borderColorFocus}`;\n }\n public static get inputFocusedBg() {\n return this.inputBg;\n }\n public static get inputDisabledBg() {\n return this.bgDisabled;\n }\n public static get inputDisabledBorderColor() {\n return this.borderColorDisabled;\n }\n public static get inputFocusOutline() {\n return this.borderColorFocus;\n }\n public static get inputBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get inputOutlineWidth() {\n return `calc(${this.controlOutlineWidth} - 1px)`;\n }\n public static inputBackgroundClip = 'padding-box';\n public static inputBorderRadiusSmall = '0px';\n public static inputBorderRadiusMedium = '0px';\n public static inputBorderRadiusLarge = '0px';\n public static inputDisabledBackgroundClip = '';\n public static get inputBorderColor() {\n return this.borderColorGrayLight;\n }\n public static get inputBorderColorHover() {\n return this.inputBorderColor;\n }\n public static get inputBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get inputBorderColorError() {\n return this.borderColorError;\n }\n public static get inputBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static inputBorderTopColor = 'rgba(0, 0, 0, 0.15)';\n public static get inputPlaceholderColor() {\n return this.placeholderColor;\n }\n public static get inputPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get inputPlaceholderColorLight() {\n return this.placeholderColorLight;\n }\n public static get inputBlinkColor() {\n return this.blinkColor;\n }\n public static inputColorScheme = 'light';\n //#endregion\n //#region Checkbox\n /**\n * @deprecated use checkboxFontSizeSmall\n */\n public static get checkboxFontSize() {\n return this.fontSizeSmall;\n }\n public static get checkboxFontSizeSmall() {\n return this.checkboxFontSize;\n }\n public static get checkboxFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get checkboxFontSizeLarge() {\n return this.fontSizeLarge;\n }\n\n /**\n * @deprecated use checkboxLineHeightSmall\n */\n public static get checkboxLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get checkboxLineHeightSmall() {\n return this.checkboxLineHeight;\n }\n public static get checkboxLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get checkboxLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n /**\n * @deprecated use checkboxBoxSizeSmall\n */\n public static checkboxBoxSize = '16px';\n public static checkboxBoxSizeSmall = '16px';\n public static checkboxBoxSizeMedium = '20px';\n public static checkboxBoxSizeLarge = '24px';\n public static checkboxCaptionGap = '8px';\n\n /**\n * @deprecated use checkboxPaddingYSmall\n */\n public static get checkboxPaddingY() {\n const controlHeight = parseInt(this.controlHeightSmall, 10) || 0;\n const lineHeight = parseInt(this.checkboxLineHeightSmall, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static get checkboxPaddingYSmall() {\n return this.checkboxPaddingY;\n }\n public static get checkboxPaddingYMedium() {\n const controlHeight = parseInt(this.controlHeightMedium, 10) || 0;\n const lineHeight = parseInt(this.checkboxLineHeightMedium, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static get checkboxPaddingYLarge() {\n const controlHeight = parseInt(this.controlHeightLarge, 10) || 0;\n const lineHeight = parseInt(this.checkboxLineHeightLarge, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static checkboxBoxOffsetY = '1px';\n public static checkboxBgStart = '#fdfdfd';\n public static checkboxBgEnd = '#ededed';\n public static get checkboxTextColorDefault() {\n return this.textColorDefault;\n }\n public static get checkboxTextColorDisabled() {\n return this.textColorDisabled;\n }\n public static get checkboxShadowDisabled() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.borderColorDisabled}`;\n }\n public static checkboxBorder = 'none';\n public static get checkboxBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get checkboxShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} rgba(0, 0, 0, 0.15)`;\n }\n public static get checkboxShadowHover() {\n return `0 0 0 ${this.checkboxBorderWidth} #c3c3c3`;\n }\n public static checkboxCheckedColor = '#fff';\n public static get checkboxOutlineColorFocus() {\n return this.outlineColorFocus;\n }\n public static get checkboxBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get checkboxBorderColorError() {\n return this.borderColorError;\n }\n public static get checkboxCheckedHoverShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedHoverBg}`;\n }\n public static checkboxBorderRadius = '1px';\n public static get checkboxOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get checkboxCheckedShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedBg}`;\n }\n public static get checkboxCheckedActiveShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} ${this.checkboxCheckedActiveBg}`;\n }\n public static get checkboxBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static checkboxBg = '#fff';\n public static get checkboxHoverBg() {\n return this.btnDefaultHoverBg;\n }\n public static get checkboxActiveBg() {\n return this.btnDefaultActiveBg;\n }\n public static get checkboxCheckedBg() {\n return this.borderColorFocus;\n }\n public static get checkboxBgDisabled() {\n return this.bgDisabled;\n }\n public static get checkboxCheckedHoverBg() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '5%');\n }\n public static get checkboxCheckedActiveBg() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '15%');\n }\n public static get checkboxShadowActive() {\n return `0 0 0 ${this.checkboxBorderWidth} #c3c3c3`;\n }\n //#endregion\n //#region TextArea\n public static textareaBg = '#fff';\n public static get textareaColor() {\n return this.textColorDefault;\n }\n public static get textareaTextColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static get textareaPlaceholderColorLight() {\n return this.placeholderColorLight;\n }\n public static get textareaPlaceholderColor() {\n return this.placeholderColor;\n }\n public static get textareaPlaceholderColorDisabled() {\n return this.textColorDisabledContrast;\n }\n public static textareaShadow = 'none';\n public static textareaBackgroundClip = 'border-box';\n /**\n * @deprecated use textareaFontSizeSmall\n */\n public static get textareaFontSize() {\n return this.fontSizeSmall;\n }\n public static get textareaFontSizeSmall() {\n return this.textareaFontSize;\n }\n public static get textareaFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get textareaFontSizeLarge() {\n return this.fontSizeLarge;\n }\n /**\n * @deprecated use textareaLineHeightSmall\n */\n public static get textareaLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get textareaLineHeightSmall() {\n return this.textareaLineHeight;\n }\n public static get textareaLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get textareaLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static textareaBorderRadius = '0px';\n public static get textareaBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get textareaOutlineWidth() {\n const outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${outlineWidth - borderWidth}px`;\n }\n /**\n * @deprecated use textareaMinHeightSmall\n */\n public static get textareaMinHeight() {\n const lineHeight = parseInt(this.textareaLineHeightSmall, 10) || 0;\n const paddingY = parseInt(this.textareaPaddingYSmall, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${lineHeight + paddingY * 2 + borderWidth * 2}px`;\n }\n public static get textareaMinHeightSmall() {\n return this.textareaMinHeight;\n }\n public static get textareaMinHeightMedium() {\n const lineHeight = parseInt(this.textareaLineHeightMedium, 10) || 0;\n const paddingY = parseInt(this.textareaPaddingYMedium, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${lineHeight + paddingY * 2 + borderWidth * 2}px`;\n }\n public static get textareaMinHeightLarge() {\n const lineHeight = parseInt(this.textareaLineHeightLarge, 10) || 0;\n const paddingY = parseInt(this.textareaPaddingYLarge, 10) || 0;\n const borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;\n return `${lineHeight + paddingY * 2 + borderWidth * 2}px`;\n }\n\n public static textareaWidth = '250px';\n /**\n * @deprecated use textareaPaddingXSmall\n */\n public static textareaPaddingX = '7px';\n static get textareaPaddingXSmall() {\n return this.textareaPaddingX;\n }\n public static textareaPaddingXMedium = '11px';\n public static textareaPaddingXLarge = '15px';\n\n /**\n * @deprecated use textareaPaddingYSmall\n */\n public static get textareaPaddingY() {\n return this.controlPaddingYSmall;\n }\n public static get textareaPaddingYSmall() {\n return this.textareaPaddingY;\n }\n public static get textareaPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get textareaPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n\n public static get textareaBorderColor() {\n return this.borderColorGrayLight;\n }\n public static textareaBorderTopColor = 'rgba(0, 0, 0, 0.16)';\n public static get textareaBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get textareaBorderColorHover() {\n return this.inputBorderColorHover;\n }\n public static get textareaBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get textareaBorderColorError() {\n return this.borderColorError;\n }\n public static textareaDisabledBg = 'rgba(0, 0, 0, 0.05)';\n public static textareaDisabledBorderColor = 'transparent';\n public static get textareaCounterColor() {\n return this.gray;\n }\n public static get textareaCounterBg() {\n return ColorFunctions.fade(this.textareaBg, 0.9);\n }\n public static get textareaCounterErrorColor() {\n return this.errorText;\n }\n public static get textareaCounterHelpIconColor() {\n return this.linkColor;\n }\n //#endregion\n //#region Radio\n /**\n * @deprecated use radioBulletSizeSmall\n */\n public static radioBulletSize = '8px';\n public static get radioBulletSizeSmall() {\n return this.radioBulletSize;\n }\n public static radioBulletSizeMedium = '10px';\n public static radioBulletSizeLarge = '12px';\n public static get radioOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get radioTextColor() {\n return this.textColorDefault;\n }\n\n /**\n * @deprecated use radioSizeSmall\n */\n public static radioSize = '16px';\n public static get radioSizeSmall() {\n return this.radioSize;\n }\n public static radioSizeMedium = '20px';\n public static radioSizeLarge = '24px';\n\n /**\n * @deprecated use radioFontSizeSmall\n */\n public static get radioFontSize() {\n return this.fontSizeSmall;\n }\n public static get radioFontSizeSmall() {\n return this.radioFontSize;\n }\n public static get radioFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get radioFontSizeLarge() {\n return this.fontSizeLarge;\n }\n\n /**\n * @deprecated use radioLineHeightSmall\n */\n public static get radioLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get radioLineHeightSmall() {\n return this.radioLineHeight;\n }\n public static get radioLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get radioLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n\n public static radioCaptionGap = '8px';\n\n /**\n * @deprecated use radioPaddingYSmall\n */\n public static get radioPaddingY() {\n const controlHeight = parseInt(this.controlHeightSmall, 10) || 0;\n const lineHeight = parseInt(this.radioLineHeightSmall, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static get radioPaddingYSmall() {\n return this.radioPaddingY;\n }\n public static get radioPaddingYMedium() {\n const controlHeight = parseInt(this.controlHeightMedium, 10) || 0;\n const lineHeight = parseInt(this.radioLineHeightMedium, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n public static get radioPaddingYLarge() {\n const controlHeight = parseInt(this.controlHeightLarge, 10) || 0;\n const lineHeight = parseInt(this.radioLineHeightLarge, 10) || 0;\n return `${(controlHeight - lineHeight) / 2}px`;\n }\n\n public static radioVerticalAlign = 'top';\n public static radioBgImage = 'none';\n public static radioBgColor = '#fff';\n public static get radioHoverBg() {\n return this.checkboxHoverBg;\n }\n public static get radioActiveBg() {\n return this.checkboxActiveBg;\n }\n public static get radioBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get radioBorderColor() {\n return this.borderColorGrayLight;\n }\n public static radioBoxShadow = 'none';\n public static get radioBorder() {\n return `${this.radioBorderWidth} solid ${this.radioBorderColor}`;\n }\n public static get radioBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get radioBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static get radioBorderColorError() {\n return this.borderColorError;\n }\n public static radioHoverShadow = 'none';\n public static radioActiveShadow = 'none';\n public static get radioFocusShadow() {\n return `inset 0 0 0 1px ${this.outlineColorFocus}`;\n }\n public static get radioCheckedBgColor() {\n return this.checkboxCheckedBg;\n }\n public static radioCheckedBorderColor = 'transparent';\n public static radioCheckedBulletColor = '#fff';\n public static get radioCheckedHoverBgColor() {\n return ColorFunctions.darken(this.checkboxCheckedBg, '5%');\n }\n public static get radioDisabledBg() {\n return this.bgDisabled;\n }\n public static get radioDisabledShadow() {\n return `0 0 0 ${this.radioBorderWidth} ${this.borderColorDisabled}`;\n }\n public static radioCaptionDisplay = 'inline-flex';\n public static radioBorderWidthCompensation = '0px';\n public static radioCircleOffsetY = '1px';\n public static get radioCheckedDisabledBulletBg() {\n return this.gray;\n }\n //#endregion\n //#region RadioGroup\n public static radioGroupLegacyItemGap = '0px';\n //#endregion\n //#region Tabs\n /**\n * @deprecated use tabFontSizeLarge\n */\n public static get tabFontSize() {\n return this.fontSizeLarge;\n }\n public static get tabFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get tabFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get tabFontSizeLarge() {\n return this.tabFontSize;\n }\n /**\n * @deprecated use tabLineHeightLarge\n */\n public static get tabLineHeight() {\n return this.controlLineHeightLarge;\n }\n public static get tabLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get tabLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get tabLineHeightLarge() {\n return this.tabLineHeight;\n }\n /**\n * @deprecated use tabPaddingXLarge\n */\n public static tabPaddingX = '12px';\n public static tabPaddingXSmall = '8px';\n public static tabPaddingXMedium = '10px';\n public static get tabPaddingXLarge() {\n return this.tabPaddingX;\n }\n /**\n * @deprecated use tabPaddingXLarge\n */\n public static get tabsMarginX() {\n return this.tabPaddingX;\n }\n /**\n * @deprecated use tabPaddingYLarge\n */\n public static get tabPaddingY() {\n const paddingY = parseInt(this.controlPaddingYLarge);\n const borderWidth = parseInt(this.controlBorderWidth);\n return `${paddingY + borderWidth}px`;\n }\n public static get tabPaddingYSmall() {\n const paddingY = parseInt(this.controlPaddingYSmall);\n const borderWidth = parseInt(this.controlBorderWidth);\n return `${paddingY + borderWidth}px`;\n }\n public static get tabPaddingYMedium() {\n const paddingY = parseInt(this.controlPaddingYMedium);\n const borderWidth = parseInt(this.controlBorderWidth);\n return `${paddingY + borderWidth}px`;\n }\n public static get tabPaddingYLarge() {\n return this.tabPaddingY;\n }\n public static tabBorderWidth = '2px';\n public static get tabOutlineWidth() {\n return this.controlOutlineWidth;\n }\n public static get tabTextColorDefault() {\n return this.textColorDefault;\n }\n public static get tabColorFocus() {\n return this.borderColorFocus;\n }\n public static get tabColorError() {\n return this.btnDangerBg;\n }\n public static get tabColorWarning() {\n return this.btnPayBg;\n }\n public static get tabColorSuccess() {\n return this.btnSuccessBg;\n }\n public static get tabColorPrimary() {\n return this.btnPrimaryBg;\n }\n public static get tabColorHover() {\n return this.borderColorFocusLight;\n }\n public static get tabColorHoverError() {\n return ColorFunctions.lighten(this.tabColorError, '25%');\n }\n public static get tabColorHoverWarning() {\n return ColorFunctions.lighten(this.tabColorWarning, '25%');\n }\n public static get tabColorHoverSuccess() {\n return ColorFunctions.lighten(this.tabColorSuccess, '25%');\n }\n public static get tabColorHoverPrimary() {\n return ColorFunctions.lighten(this.tabColorPrimary, '25%');\n }\n public static tabIndicatorBorderRadius = '0px';\n //#endregion\n //#region Spinner\n public static get spinnerBgColor() {\n return this.grayXLight;\n }\n public static get spinnerColor() {\n return this.red;\n }\n public static get spinnerDimmedColor() {\n return this.gray;\n }\n public static get spinnerCaptionColor() {\n return this.gray;\n }\n public static get spinnerFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get spinnerFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get spinnerFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get spinnerLineHeightSmall() {\n return this.controlLineHeightSmall;\n }\n public static get spinnerLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get spinnerLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static spinnerCaptionGapSmall = '6px';\n public static spinnerCaptionGapMedium = '-4px';\n public static spinnerCaptionGapLarge = '-3px';\n public static spinnerCaptionMarginSmall = '0 0 0 6px';\n public static spinnerCaptionMarginMedium = '0 0 0 6px';\n public static spinnerCaptionMarginLarge = '0 0 0 6px';\n //#endregion\n //#region Switcher\n public static switcherBorderRadius = '2px';\n public static get switcherTextColor() {\n return this.textColorDefault;\n }\n public static get switcherOutlineWidth() {\n return this.btnOutlineWidth;\n }\n public static get switcherCaptionFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get switcherCaptionFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get switcherCaptionFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get switcherCaptionLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get switcherCaptionLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get switcherCaptionLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get switcherCaptionGapSmall() {\n return this.btnPaddingXSmall;\n }\n public static get switcherCaptionGapMedium() {\n return this.btnPaddingXMedium;\n }\n public static get switcherCaptionGapLarge() {\n return this.btnPaddingXLarge;\n }\n public static switcherButtonPaddingXSmall = '7px';\n public static switcherButtonPaddingXMedium = '11px';\n public static switcherButtonPaddingXLarge = '15px';\n public static get switcherButtonPaddingYSmall() {\n return this.btnPaddingYSmall;\n }\n public static get switcherButtonPaddingYMedium() {\n return this.btnPaddingYMedium;\n }\n public static get switcherButtonPaddingYLarge() {\n return this.btnPaddingYLarge;\n }\n public static get switcherButtonLineHeightSmall() {\n return this.btnLineHeightSmall;\n }\n public static get switcherButtonLineHeightMedium() {\n return this.btnLineHeightMedium;\n }\n public static get switcherButtonLineHeightLarge() {\n return this.btnLineHeightLarge;\n }\n public static get switcherButtonFontSizeSmall() {\n return this.btnFontSizeSmall;\n }\n public static get switcherButtonFontSizeMedium() {\n return this.btnFontSizeMedium;\n }\n public static get switcherButtonFontSizeLarge() {\n return this.btnFontSizeLarge;\n }\n public static get switcherButtonBorderRadiusSmall() {\n return this.btnBorderRadiusSmall;\n }\n public static get switcherButtonBorderRadiusMedium() {\n return this.btnBorderRadiusMedium;\n }\n public static get switcherButtonBorderRadiusLarge() {\n return this.btnBorderRadiusLarge;\n }\n public static get switcherButtonBorderWidth() {\n return this.btnBorderWidth;\n }\n public static switcherBtnDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';\n public static get switcherButtonDisabledBorderColor() {\n return this.switcherBtnDisabledBorderColor;\n }\n public static get switcherButtonCheckedDisabledShadow() {\n return this.btnCheckedDisabledShadow;\n }\n //#endregion\n //#region MobilePopup\n public static mobilePopupTopPadding = '80px';\n public static mobilePopupContainerBottomPadding = '8px';\n public static mobilePopupHeaderPadding = '16px 16px 8px 16px';\n public static mobilePopupContainerBorderRadius = '16px';\n public static get mobilePopupHeaderFontSize() {\n return this.fontSizeMobile;\n }\n public static get mobilePopupHeaderLineHeight() {\n return this.lineHeightMobile;\n }\n public static mobilePopupHeaderFontWeight = '500';\n public static mobilePopupHeaderChildPadding = '12px';\n public static mobilePopupOuterIndentY = '24px';\n //#endregion\n //#region ScrollContainer\n public static scrollContainerScrollBarSize = '4px';\n public static scrollContainerScrollBarHoverSize = '10px';\n public static scrollContainerScrollBarColor = 'rgba(183, 183, 183, 0.7)';\n public static scrollContainerScrollBarInvertColor = 'rgba(255, 255, 255, 0.5)';\n public static scrollContainerScrollBarOffsetY = '4px';\n public static dropdownMenuScrollContainerScrollBarOffsetY = '0px';\n //#endregion\n //#region PasswordInput\n public static passwordInputVisibilityIconColor = '#000';\n public static passwordInputVisibilityIconOpacity = '0.6';\n public static passwordInputVisibilityIconHoverColor = '#000';\n public static passwordInputVisibilityIconHoverOpacity = '1';\n //#endregion\n //#region GlobalLoader\n public static get globalLoaderColor() {\n return this.blueLight;\n }\n public static globalLoaderHeight = '4px';\n public static globalLoaderWidth = '100%';\n public static globalLoaderPosition = 'fixed';\n public static globalLoaderTop = '0px';\n public static globalLoaderLeft = '0px';\n public static globalLoaderBottom = 'auto';\n public static globalLoaderRight = 'auto';\n public static globalLoaderBackgroundColor = 'transparent';\n public static globalLoaderTransitionToSpinnerDuration = '500'; //ms\n public static globalLoaderSpinnerAnimationDuration = '2000'; //ms\n public static globalLoaderSlowAnimationDuration = '20000'; //ms\n public static globalLoaderTransitionFromSpinnerDuration = '200'; //ms\n //#endregion\n //#region FileUploader\n public static fileUploaderWidth = '362px';\n public static fileUploaderBg = '#fff';\n public static fileUploaderUploadButtonBg = '';\n public static get fileUploaderFontSize() {\n return this.fontSizeSmall;\n }\n public static get fileUploaderPaddingXSmall() {\n return this.inputPaddingXSmall;\n }\n public static get fileUploaderPaddingXMedium() {\n return this.inputPaddingXMedium;\n }\n public static get fileUploaderPaddingXLarge() {\n return this.inputPaddingXLarge;\n }\n public static get fileUploaderFontSizeSmall() {\n return this.fontSizeSmall;\n }\n public static get fileUploaderFontSizeMedium() {\n return this.fontSizeMedium;\n }\n public static get fileUploaderFontSizeLarge() {\n return this.fontSizeLarge;\n }\n public static get fileUploaderLineHeight() {\n return this.controlLineHeightSmall;\n }\n public static get fileUploaderLineHeightSmall() {\n return this.fileUploaderLineHeight;\n }\n public static get fileUploaderLineHeightMedium() {\n return this.controlLineHeightMedium;\n }\n public static get fileUploaderLineHeightLarge() {\n return this.controlLineHeightLarge;\n }\n public static get fileUploaderPaddingYSmall() {\n return this.fileUploaderPaddingY;\n }\n public static get fileUploaderPaddingYMedium() {\n return this.controlPaddingYMedium;\n }\n public static get fileUploaderPaddingYLarge() {\n return this.controlPaddingYLarge;\n }\n public static get fileUploaderTextColorDefault() {\n return this.textColorDefault;\n }\n public static fileUploaderPaddingX = '7px';\n public static get fileUploaderPaddingY() {\n return this.controlPaddingYSmall;\n }\n public static fileUploaderBorderRadius = '2px';\n public static fileUploaderBorderColor = 'rgba(0, 0, 0, 0.37)';\n public static get fileUploaderBorderWidth() {\n return this.controlBorderWidth;\n }\n public static get fileUploaderDisabledBorder() {\n return `${this.fileUploaderBorderWidth} solid ${this.fileUploaderDisabledBorderColor}`;\n }\n public static fileUploaderBorderStyle = 'dashed';\n public static get fileUploaderBorderColorFocus() {\n return this.borderColorFocus;\n }\n public static get fileUploaderLinkColor() {\n return this.linkColor;\n }\n public static fileUploaderAfterLinkColor = '';\n public static fileUploaderIconSize = '14px';\n public static fileUploaderIconColor = '#808080';\n public static fileUploaderIconHoverColor = '#333';\n public static get fileUploaderBorderColorError() {\n return this.borderColorError;\n }\n public static get fileUploaderBorderColorWarning() {\n return this.borderColorWarning;\n }\n public static fileUploaderDisabledBg = '#f2f2f2';\n public static fileUploaderDisabledBgClip = '';\n public static fileUploaderDisabledBorderColor = '#f2f2f2';\n public static fileUploaderDisabledTextColor = '#808080';\n public static fileUploaderDisabledLinkColor = '#808080';\n public static fileUploaderDisabledIconColor = '#A0A0A0';\n public static get fileUploaderLinkHoverTextDecoration() {\n return this.linkHoverTextDecoration;\n }\n public static fileUploaderHoveredBg = 'none';\n public static fileUploaderHoveredBorderColor = '';\n public static fileUploaderIconGapSmall = '4px';\n public static fileUploaderIconGapMedium = '6px';\n public static fileUploaderIconGapLarge = '8px';\n\n public static get fileUploaderDragOverBorderColor() {\n return this.borderColorFocus;\n }\n public static fileUploaderDragOverShadow = '0px 0px 0px 3px #2da4f9, 0px 0px 0px 8px rgba(45, 164, 249, 0.35)';\n //#endregion\n\n //#region CloseIcon\n public static closeBtnIconColor = 'rgba(0, 0, 0, 0.32)';\n public static closeBtnIconDisabledColor = '#8b8b8b';\n public static closeBtnIconHoverColor = 'rgba(0, 0, 0, 0.865)';\n public static closeBtnIconBorderRadius = '4px';\n public static get closeBtnIconFocusShadow() {\n return `inset 0 0 0 1px ${this.borderColorFocus}, inset 0 0 0 2px ${this.outlineColorFocus}`;\n }\n //#endregion\n\n //#region InternalMenu\n public static internalMenuPaddingY = '5px'; // deprecated, use menuLegacyPaddingY\n //#endregion\n\n //#region Autocomplete\n public static autocompleteMenuOffsetY = '2px';\n //#endregion\n\n //#region Combobox\n public static comboboxMenuOffsetY = '2px';\n //#endregion\n\n //#region MiniModal\n public static miniModalHeaderPaddingBottom = '0';\n public static miniModalBodyPaddingTop = '16px';\n public static miniModalBodyPaddingBottom = '0';\n public static miniModalHeaderPaddingTop = '32px';\n public static miniModalActionGap = '8px';\n public static miniModalCancelIndent = '8px';\n public static miniModalFooterPaddingTop = '24px';\n public static miniModalFooterPaddingBottom = '32px';\n public static miniModalTitleMarginTop = '16px';\n public static miniModalHeightMobile = 'auto';\n public static miniModalMarginTopMobile = '80px';\n public static miniModalMarginLeftMobile = '24px';\n public static miniModalMarginRightMobile = '24px';\n public static miniModalFooterPaddingMobile = '24px 16px 16px';\n public static miniModalHeaderPaddingMobile = '32px 16px 0';\n public static miniModalBodyPaddingMobile = '16px 16px 0';\n //#endregion\n}\n\nexport const DefaultThemeInternal = exposeGetters(DefaultTheme);\n"]}