@skbkontur/react-ui 3.9.2 → 3.9.3-sidepagefix

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 (816) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/cjs/components/Autocomplete/Autocomplete.d.ts +112 -112
  3. package/cjs/components/Autocomplete/index.d.ts +1 -1
  4. package/cjs/components/Button/Button.d.ts +160 -157
  5. package/cjs/components/Button/Button.js +8 -1
  6. package/cjs/components/Button/Button.js.map +1 -1
  7. package/cjs/components/Button/Button.mixins.d.ts +6 -6
  8. package/cjs/components/Button/Button.styles.d.ts +67 -67
  9. package/cjs/components/Button/Corners.d.ts +6 -6
  10. package/cjs/components/Button/index.d.ts +1 -1
  11. package/cjs/components/Center/Center.d.ts +24 -24
  12. package/cjs/components/Center/Center.styles.d.ts +7 -7
  13. package/cjs/components/Center/index.d.ts +1 -1
  14. package/cjs/components/Checkbox/Checkbox.d.ts +95 -96
  15. package/cjs/components/Checkbox/Checkbox.js +21 -18
  16. package/cjs/components/Checkbox/Checkbox.js.map +1 -1
  17. package/cjs/components/Checkbox/Checkbox.styles.d.ts +22 -22
  18. package/cjs/components/Checkbox/index.d.ts +1 -1
  19. package/cjs/components/ComboBox/ComboBox.d.ts +182 -182
  20. package/cjs/components/ComboBox/index.d.ts +1 -1
  21. package/cjs/components/CurrencyInput/CurrencyHelper.d.ts +35 -35
  22. package/cjs/components/CurrencyInput/CurrencyInput.d.ts +106 -105
  23. package/cjs/components/CurrencyInput/CurrencyInput.js +29 -1
  24. package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
  25. package/cjs/components/CurrencyInput/CurrencyInputHelper.d.ts +20 -20
  26. package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +18 -18
  27. package/cjs/components/CurrencyInput/CursorHelper.d.ts +10 -10
  28. package/cjs/components/CurrencyInput/SelectionHelper.d.ts +11 -11
  29. package/cjs/components/CurrencyInput/constants.d.ts +2 -2
  30. package/cjs/components/CurrencyInput/index.d.ts +1 -1
  31. package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +24 -24
  32. package/cjs/components/CurrencyLabel/index.d.ts +1 -1
  33. package/cjs/components/DateInput/DateFragmentsView.d.ts +20 -20
  34. package/cjs/components/DateInput/DateFragmentsView.styles.d.ts +7 -7
  35. package/cjs/components/DateInput/DateInput.d.ts +106 -106
  36. package/cjs/components/DateInput/DateInput.styles.d.ts +10 -10
  37. package/cjs/components/DateInput/ViewDateInputValidateChecks.d.ts +10 -10
  38. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.d.ts +21 -21
  39. package/cjs/components/DateInput/helpers/InternalDateMediator.d.ts +26 -26
  40. package/cjs/components/DateInput/helpers/SelectionHelpers.d.ts +2 -2
  41. package/cjs/components/DateInput/helpers/inputNumber.d.ts +5 -5
  42. package/cjs/components/DateInput/index.d.ts +1 -1
  43. package/cjs/components/DatePicker/DatePicker.d.ts +132 -132
  44. package/cjs/components/DatePicker/DatePicker.styles.d.ts +3 -3
  45. package/cjs/components/DatePicker/DatePickerHelpers.d.ts +2 -2
  46. package/cjs/components/DatePicker/Picker.d.ts +33 -33
  47. package/cjs/components/DatePicker/Picker.styles.d.ts +5 -5
  48. package/cjs/components/DatePicker/index.d.ts +1 -1
  49. package/cjs/components/DatePicker/locale/index.d.ts +4 -4
  50. package/cjs/components/DatePicker/locale/locales/en.d.ts +2 -2
  51. package/cjs/components/DatePicker/locale/locales/ru.d.ts +2 -2
  52. package/cjs/components/DatePicker/locale/types.d.ts +5 -5
  53. package/cjs/components/Dropdown/Dropdown.d.ts +123 -123
  54. package/cjs/components/Dropdown/index.d.ts +1 -1
  55. package/cjs/components/DropdownMenu/DropdownMenu.d.ts +64 -64
  56. package/cjs/components/DropdownMenu/index.d.ts +1 -1
  57. package/cjs/components/FxInput/FxInput.d.ts +49 -49
  58. package/cjs/components/FxInput/index.d.ts +1 -1
  59. package/cjs/components/Gapped/Gapped.d.ts +56 -56
  60. package/cjs/components/Gapped/index.d.ts +1 -1
  61. package/cjs/components/Group/Group.d.ts +13 -13
  62. package/cjs/components/Group/Group.styles.d.ts +8 -8
  63. package/cjs/components/Group/index.d.ts +1 -1
  64. package/cjs/components/Hint/Hint.d.ts +79 -79
  65. package/cjs/components/Hint/Hint.styles.d.ts +5 -5
  66. package/cjs/components/Hint/index.d.ts +1 -1
  67. package/cjs/components/Input/Input.d.ts +154 -150
  68. package/cjs/components/Input/Input.js +9 -0
  69. package/cjs/components/Input/Input.js.map +1 -1
  70. package/cjs/components/Input/Input.styles.d.ts +42 -42
  71. package/cjs/components/Input/index.d.ts +1 -1
  72. package/cjs/components/Kebab/Kebab.d.ts +70 -70
  73. package/cjs/components/Kebab/Kebab.styles.d.ts +12 -12
  74. package/cjs/components/Kebab/index.d.ts +1 -1
  75. package/cjs/components/Link/Link.d.ts +71 -71
  76. package/cjs/components/Link/Link.mixins.d.ts +3 -3
  77. package/cjs/components/Link/Link.styles.d.ts +15 -15
  78. package/cjs/components/Link/index.d.ts +1 -1
  79. package/cjs/components/Loader/Loader.d.ts +99 -99
  80. package/cjs/components/Loader/Loader.styles.d.ts +8 -8
  81. package/cjs/components/Loader/index.d.ts +1 -1
  82. package/cjs/components/MenuHeader/MenuHeader.d.ts +20 -20
  83. package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +5 -5
  84. package/cjs/components/MenuHeader/index.d.ts +1 -1
  85. package/cjs/components/MenuItem/MenuItem.d.ts +93 -93
  86. package/cjs/components/MenuItem/MenuItem.styles.d.ts +13 -13
  87. package/cjs/components/MenuItem/index.d.ts +1 -1
  88. package/cjs/components/MenuSeparator/MenuSeparator.d.ts +12 -12
  89. package/cjs/components/MenuSeparator/MenuSeparator.styles.d.ts +4 -4
  90. package/cjs/components/MenuSeparator/index.d.ts +1 -1
  91. package/cjs/components/Modal/Modal.d.ts +87 -87
  92. package/cjs/components/Modal/Modal.styles.d.ts +26 -26
  93. package/cjs/components/Modal/ModalBody.d.ts +20 -20
  94. package/cjs/components/Modal/ModalClose.d.ts +2 -2
  95. package/cjs/components/Modal/ModalContext.d.ts +15 -15
  96. package/cjs/components/Modal/ModalFooter.d.ts +21 -21
  97. package/cjs/components/Modal/ModalHeader.d.ts +17 -17
  98. package/cjs/components/Modal/index.d.ts +4 -4
  99. package/cjs/components/Paging/NavigationHelper.d.ts +7 -7
  100. package/cjs/components/Paging/Paging.d.ts +90 -90
  101. package/cjs/components/Paging/Paging.styles.d.ts +16 -16
  102. package/cjs/components/Paging/PagingHelper.d.ts +2 -2
  103. package/cjs/components/Paging/index.d.ts +1 -1
  104. package/cjs/components/Paging/locale/index.d.ts +4 -4
  105. package/cjs/components/Paging/locale/locales/en.d.ts +2 -2
  106. package/cjs/components/Paging/locale/locales/ru.d.ts +2 -2
  107. package/cjs/components/Paging/locale/types.d.ts +3 -3
  108. package/cjs/components/PasswordInput/PasswordInput.d.ts +48 -48
  109. package/cjs/components/PasswordInput/PasswordInput.styles.d.ts +10 -10
  110. package/cjs/components/PasswordInput/index.d.ts +1 -1
  111. package/cjs/components/Radio/Radio.d.ts +82 -82
  112. package/cjs/components/Radio/Radio.js +4 -1
  113. package/cjs/components/Radio/Radio.js.map +1 -1
  114. package/cjs/components/Radio/Radio.styles.d.ts +19 -19
  115. package/cjs/components/Radio/index.d.ts +1 -1
  116. package/cjs/components/RadioGroup/Prevent.d.ts +8 -8
  117. package/cjs/components/RadioGroup/RadioGroup.d.ts +132 -132
  118. package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +7 -7
  119. package/cjs/components/RadioGroup/index.d.ts +1 -1
  120. package/cjs/components/ScrollContainer/ScrollBar.d.ts +37 -37
  121. package/cjs/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -23
  122. package/cjs/components/ScrollContainer/ScrollContainer.d.ts +83 -83
  123. package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -10
  124. package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +16 -16
  125. package/cjs/components/ScrollContainer/index.d.ts +1 -1
  126. package/cjs/components/Select/Item.d.ts +7 -7
  127. package/cjs/components/Select/Select.d.ts +178 -178
  128. package/cjs/components/Select/Select.js +3 -2
  129. package/cjs/components/Select/Select.js.map +1 -1
  130. package/cjs/components/Select/Select.styles.d.ts +17 -17
  131. package/cjs/components/Select/index.d.ts +1 -1
  132. package/cjs/components/Select/locale/index.d.ts +4 -4
  133. package/cjs/components/Select/locale/locales/en.d.ts +2 -2
  134. package/cjs/components/Select/locale/locales/ru.d.ts +2 -2
  135. package/cjs/components/Select/locale/types.d.ts +4 -4
  136. package/cjs/components/Select/selectTheme.d.ts +3 -3
  137. package/cjs/components/SidePage/SidePage.d.ts +107 -103
  138. package/cjs/components/SidePage/SidePage.js +19 -8
  139. package/cjs/components/SidePage/SidePage.js.map +1 -1
  140. package/cjs/components/SidePage/SidePage.styles.d.ts +37 -37
  141. package/cjs/components/SidePage/SidePageBody.d.ts +18 -18
  142. package/cjs/components/SidePage/SidePageContainer.d.ts +14 -14
  143. package/cjs/components/SidePage/SidePageContext.d.ts +17 -15
  144. package/cjs/components/SidePage/SidePageContext.js +3 -0
  145. package/cjs/components/SidePage/SidePageContext.js.map +1 -1
  146. package/cjs/components/SidePage/SidePageFooter.d.ts +37 -37
  147. package/cjs/components/SidePage/SidePageHeader.d.ts +43 -40
  148. package/cjs/components/SidePage/SidePageHeader.js +26 -8
  149. package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
  150. package/cjs/components/SidePage/index.d.ts +5 -5
  151. package/cjs/components/Spinner/Spinner.d.ts +47 -47
  152. package/cjs/components/Spinner/Spinner.styles.d.ts +11 -11
  153. package/cjs/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
  154. package/cjs/components/Spinner/index.d.ts +1 -1
  155. package/cjs/components/Spinner/locale/index.d.ts +4 -4
  156. package/cjs/components/Spinner/locale/locales/en.d.ts +2 -2
  157. package/cjs/components/Spinner/locale/locales/ru.d.ts +2 -2
  158. package/cjs/components/Spinner/locale/types.d.ts +4 -4
  159. package/cjs/components/Sticky/Sticky.d.ts +58 -53
  160. package/cjs/components/Sticky/Sticky.js +5 -0
  161. package/cjs/components/Sticky/Sticky.js.map +1 -1
  162. package/cjs/components/Sticky/Sticky.styles.d.ts +7 -7
  163. package/cjs/components/Sticky/index.d.ts +1 -1
  164. package/cjs/components/Switcher/Switcher.d.ts +55 -55
  165. package/cjs/components/Switcher/Switcher.styles.d.ts +10 -10
  166. package/cjs/components/Switcher/index.d.ts +1 -1
  167. package/cjs/components/Switcher/switcherTheme.d.ts +2 -2
  168. package/cjs/components/Tabs/Indicator.d.ts +27 -27
  169. package/cjs/components/Tabs/Indicator.styles.d.ts +8 -8
  170. package/cjs/components/Tabs/Tab.d.ts +120 -120
  171. package/cjs/components/Tabs/Tab.styles.d.ts +27 -27
  172. package/cjs/components/Tabs/Tabs.d.ts +61 -61
  173. package/cjs/components/Tabs/Tabs.styles.d.ts +5 -5
  174. package/cjs/components/Tabs/TabsContext.d.ts +14 -14
  175. package/cjs/components/Tabs/index.d.ts +2 -2
  176. package/cjs/components/Textarea/Textarea.d.ts +184 -184
  177. package/cjs/components/Textarea/Textarea.styles.d.ts +15 -15
  178. package/cjs/components/Textarea/TextareaCounter.d.ts +13 -13
  179. package/cjs/components/Textarea/TextareaHelpers.d.ts +11 -11
  180. package/cjs/components/Textarea/index.d.ts +1 -1
  181. package/cjs/components/Toast/Toast.d.ts +55 -55
  182. package/cjs/components/Toast/Toast.styles.d.ts +6 -6
  183. package/cjs/components/Toast/ToastStatic.d.ts +8 -8
  184. package/cjs/components/Toast/ToastView.d.ts +37 -37
  185. package/cjs/components/Toast/ToastView.styles.d.ts +8 -8
  186. package/cjs/components/Toast/index.d.ts +1 -1
  187. package/cjs/components/Toggle/Toggle.d.ts +106 -106
  188. package/cjs/components/Toggle/Toggle.styles.d.ts +30 -30
  189. package/cjs/components/Toggle/index.d.ts +1 -1
  190. package/cjs/components/Token/Token.d.ts +35 -35
  191. package/cjs/components/Token/Token.styles.d.ts +29 -29
  192. package/cjs/components/Token/index.d.ts +1 -1
  193. package/cjs/components/TokenInput/TextWidthHelper.d.ts +18 -18
  194. package/cjs/components/TokenInput/TokenInput.d.ts +193 -193
  195. package/cjs/components/TokenInput/TokenInput.styles.d.ts +15 -15
  196. package/cjs/components/TokenInput/TokenInputMenu.d.ts +18 -18
  197. package/cjs/components/TokenInput/TokenInputReducer.d.ts +25 -25
  198. package/cjs/components/TokenInput/index.d.ts +1 -1
  199. package/cjs/components/TokenInput/locale/index.d.ts +4 -4
  200. package/cjs/components/TokenInput/locale/locales/en.d.ts +2 -2
  201. package/cjs/components/TokenInput/locale/locales/ru.d.ts +2 -2
  202. package/cjs/components/TokenInput/locale/types.d.ts +4 -4
  203. package/cjs/components/Tooltip/Tooltip.d.ts +171 -171
  204. package/cjs/components/Tooltip/Tooltip.styles.d.ts +5 -5
  205. package/cjs/components/Tooltip/index.d.ts +1 -1
  206. package/cjs/components/TooltipMenu/TooltipMenu.d.ts +64 -64
  207. package/cjs/components/TooltipMenu/index.d.ts +1 -1
  208. package/cjs/index.d.ts +48 -48
  209. package/cjs/internal/BGRuler.d.ts +30 -30
  210. package/cjs/internal/Calendar/Calendar.d.ts +66 -66
  211. package/cjs/internal/Calendar/Calendar.styles.d.ts +5 -5
  212. package/cjs/internal/Calendar/CalendarDateShape.d.ts +14 -14
  213. package/cjs/internal/Calendar/CalendarScrollEvents.d.ts +4 -4
  214. package/cjs/internal/Calendar/CalendarUtils.d.ts +19 -19
  215. package/cjs/internal/Calendar/DayCellView.d.ts +13 -13
  216. package/cjs/internal/Calendar/DayCellView.styles.d.ts +7 -7
  217. package/cjs/internal/Calendar/DayCellViewModel.d.ts +8 -8
  218. package/cjs/internal/Calendar/Month.d.ts +33 -33
  219. package/cjs/internal/Calendar/MonthView.d.ts +21 -21
  220. package/cjs/internal/Calendar/MonthView.styles.d.ts +9 -9
  221. package/cjs/internal/Calendar/MonthViewModel.d.ts +14 -14
  222. package/cjs/internal/Calendar/config.d.ts +9 -9
  223. package/cjs/internal/Calendar/index.d.ts +2 -2
  224. package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +23 -23
  225. package/cjs/internal/CommonWrapper/index.d.ts +1 -1
  226. package/cjs/internal/ComponentCombinator.d.ts +25 -25
  227. package/cjs/internal/ComponentTable.d.ts +21 -21
  228. package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +31 -31
  229. package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +87 -87
  230. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +135 -135
  231. package/cjs/internal/CustomComboBox/CustomComboBox.styles.d.ts +5 -5
  232. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +71 -71
  233. package/cjs/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
  234. package/cjs/internal/CustomComboBox/index.d.ts +2 -2
  235. package/cjs/internal/CustomComboBox/locale/index.d.ts +4 -4
  236. package/cjs/internal/CustomComboBox/locale/locales/en.d.ts +2 -2
  237. package/cjs/internal/CustomComboBox/locale/locales/ru.d.ts +2 -2
  238. package/cjs/internal/CustomComboBox/locale/types.d.ts +5 -5
  239. package/cjs/internal/DateSelect/DateSelect.d.ts +93 -93
  240. package/cjs/internal/DateSelect/DateSelect.styles.d.ts +19 -19
  241. package/cjs/internal/DateSelect/index.d.ts +1 -1
  242. package/cjs/internal/DropdownContainer/DropdownContainer.d.ts +46 -46
  243. package/cjs/internal/DropdownContainer/index.d.ts +1 -1
  244. package/cjs/internal/FocusTrap/FocusTrap.d.ts +16 -16
  245. package/cjs/internal/FocusTrap/index.d.ts +1 -1
  246. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +14 -14
  247. package/cjs/internal/HideBodyVerticalScroll/index.d.ts +1 -1
  248. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +8 -8
  249. package/cjs/internal/IgnoreLayerClick/index.d.ts +1 -1
  250. package/cjs/internal/InputLikeText/HiddenInput.d.ts +13 -13
  251. package/cjs/internal/InputLikeText/InputLikeText.d.ts +72 -72
  252. package/cjs/internal/InputLikeText/InputLikeText.styles.d.ts +7 -7
  253. package/cjs/internal/InputLikeText/index.d.ts +1 -1
  254. package/cjs/internal/InternalMenu/InternalMenu.d.ts +64 -64
  255. package/cjs/internal/InternalMenu/InternalMenu.styles.d.ts +9 -9
  256. package/cjs/internal/InternalMenu/index.d.ts +1 -1
  257. package/cjs/internal/InternalMenu/isActiveElement.d.ts +3 -3
  258. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -9
  259. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -3
  260. package/cjs/internal/MaskCharLowLine/index.d.ts +1 -1
  261. package/cjs/internal/MaskedInput/MaskedInput.d.ts +40 -40
  262. package/cjs/internal/MaskedInput/MaskedInput.styles.d.ts +6 -6
  263. package/cjs/internal/MaskedInput/index.d.ts +1 -1
  264. package/cjs/internal/Menu/Menu.d.ts +62 -62
  265. package/cjs/internal/Menu/Menu.styles.d.ts +6 -6
  266. package/cjs/internal/Menu/index.d.ts +1 -1
  267. package/cjs/internal/Menu/isActiveElement.d.ts +3 -3
  268. package/cjs/internal/NativeDateInput/NativeDateInput.d.ts +23 -23
  269. package/cjs/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -3
  270. package/cjs/internal/NativeDateInput/index.d.ts +1 -1
  271. package/cjs/internal/NativeDateInput/utils.d.ts +7 -7
  272. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.d.ts +7 -7
  273. package/cjs/internal/Popup/Popup.d.ts +161 -161
  274. package/cjs/internal/Popup/Popup.styles.d.ts +16 -16
  275. package/cjs/internal/Popup/PopupHelper.d.ts +26 -26
  276. package/cjs/internal/Popup/PopupPin.d.ts +56 -56
  277. package/cjs/internal/Popup/PopupPin.styles.d.ts +3 -3
  278. package/cjs/internal/Popup/index.d.ts +1 -1
  279. package/cjs/internal/PopupMenu/PopupMenu.d.ts +84 -84
  280. package/cjs/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
  281. package/cjs/internal/PopupMenu/PopupMenuPositions.d.ts +2 -2
  282. package/cjs/internal/PopupMenu/index.d.ts +1 -1
  283. package/cjs/internal/PopupMenu/validatePositions.d.ts +2 -2
  284. package/cjs/internal/RenderContainer/RenderContainer.d.ts +16 -16
  285. package/cjs/internal/RenderContainer/RenderContainerTypes.d.ts +11 -11
  286. package/cjs/internal/RenderContainer/RenderInnerContainer.d.ts +13 -13
  287. package/cjs/internal/RenderContainer/index.d.ts +1 -1
  288. package/cjs/internal/RenderLayer/RenderLayer.d.ts +27 -27
  289. package/cjs/internal/RenderLayer/index.d.ts +1 -1
  290. package/cjs/internal/ResizeDetector/ResizeDetector.d.ts +12 -12
  291. package/cjs/internal/ResizeDetector/ResizeDetector.styles.d.ts +5 -5
  292. package/cjs/internal/ResizeDetector/index.d.ts +1 -1
  293. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.d.ts +13 -13
  294. package/cjs/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -1
  295. package/cjs/internal/ThemePlayground/ComponentsGroup.d.ts +10 -10
  296. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.d.ts +11 -11
  297. package/cjs/internal/ThemePlayground/FxInputPlayground.d.ts +10 -10
  298. package/cjs/internal/ThemePlayground/HintPlayground.d.ts +6 -6
  299. package/cjs/internal/ThemePlayground/PagingPlayground.d.ts +10 -10
  300. package/cjs/internal/ThemePlayground/Playground.d.ts +31 -31
  301. package/cjs/internal/ThemePlayground/Playground.styles.d.ts +23 -23
  302. package/cjs/internal/ThemePlayground/RadioPlayground.d.ts +1 -1
  303. package/cjs/internal/ThemePlayground/SelectPlayground.d.ts +12 -12
  304. package/cjs/internal/ThemePlayground/ShowcaseGroup.d.ts +5 -5
  305. package/cjs/internal/ThemePlayground/SwitcherPlayground.d.ts +15 -15
  306. package/cjs/internal/ThemePlayground/ThemeContextPlayground.d.ts +51 -51
  307. package/cjs/internal/ThemePlayground/ThemeEditor.d.ts +39 -39
  308. package/cjs/internal/ThemePlayground/TogglePlayground.d.ts +9 -9
  309. package/cjs/internal/ThemePlayground/TokenInputPlayground.d.ts +7 -7
  310. package/cjs/internal/ThemePlayground/VariableValue.d.ts +45 -45
  311. package/cjs/internal/ThemePlayground/constants.d.ts +18 -18
  312. package/cjs/internal/ThemePlayground/darkTheme.d.ts +255 -255
  313. package/cjs/internal/ThemePlayground/helpers.d.ts +2 -2
  314. package/cjs/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
  315. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +24 -24
  316. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
  317. package/cjs/internal/ZIndex/ZIndex.d.ts +34 -34
  318. package/cjs/internal/ZIndex/ZIndexStorage.d.ts +18 -18
  319. package/cjs/internal/ZIndex/index.d.ts +1 -1
  320. package/cjs/internal/icons/16px/icon.styles.d.ts +4 -4
  321. package/cjs/internal/icons/16px/index.d.ts +21 -21
  322. package/cjs/internal/icons/20px/Icon.d.ts +30 -30
  323. package/cjs/internal/icons/20px/icon.styles.d.ts +4 -4
  324. package/cjs/internal/icons/20px/index.d.ts +2 -2
  325. package/cjs/internal/icons/20px/svg.d.ts +14 -14
  326. package/cjs/internal/icons/CloudIcon.d.ts +1 -1
  327. package/cjs/internal/icons/CrossIcon.d.ts +1 -1
  328. package/cjs/internal/icons/SpinnerIcon.d.ts +23 -23
  329. package/cjs/internal/icons/SpinnerIcon.styles.d.ts +4 -4
  330. package/cjs/internal/themes/DefaultTheme.d.ts +766 -766
  331. package/cjs/internal/themes/FlatTheme.d.ts +132 -132
  332. package/cjs/internal/themes/Theme8px.d.ts +271 -271
  333. package/cjs/lib/ConditionalHandler.d.ts +11 -11
  334. package/cjs/lib/LayoutEvents.d.ts +4 -4
  335. package/cjs/lib/ModalStack.d.ts +14 -14
  336. package/cjs/lib/SSRSafe.d.ts +4 -4
  337. package/cjs/lib/Supports.d.ts +1 -1
  338. package/cjs/lib/Upgrades.d.ts +6 -6
  339. package/cjs/lib/animation/index.d.ts +6 -6
  340. package/cjs/lib/animation/presets.d.ts +18 -18
  341. package/cjs/lib/animation/stepper.d.ts +1 -1
  342. package/cjs/lib/client.d.ts +16 -16
  343. package/cjs/lib/createPropsGetter.d.ts +2 -2
  344. package/cjs/lib/currentEnvironment.d.ts +3 -3
  345. package/cjs/lib/date/InternalDate.d.ts +58 -58
  346. package/cjs/lib/date/InternalDateCalculator.d.ts +6 -6
  347. package/cjs/lib/date/InternalDateGetter.d.ts +15 -15
  348. package/cjs/lib/date/InternalDateSetter.d.ts +6 -6
  349. package/cjs/lib/date/InternalDateTransformer.d.ts +12 -12
  350. package/cjs/lib/date/InternalDateValidator.d.ts +12 -12
  351. package/cjs/lib/date/constants.d.ts +28 -28
  352. package/cjs/lib/date/localeSets.d.ts +5 -5
  353. package/cjs/lib/date/types.d.ts +90 -90
  354. package/cjs/lib/dom/getScrollWidth.d.ts +1 -1
  355. package/cjs/lib/dom/tabbableHelpers.d.ts +16 -16
  356. package/cjs/lib/events/MouseDrag.d.ts +58 -58
  357. package/cjs/lib/events/fixClickFocusIE.d.ts +1 -1
  358. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -0
  359. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.js +20 -0
  360. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.js.map +1 -0
  361. package/cjs/lib/events/keyListener.d.ts +7 -7
  362. package/cjs/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
  363. package/cjs/lib/events/keyboard/KeyboardMapKeys.d.ts +6 -6
  364. package/cjs/lib/events/keyboard/extractCode.d.ts +3 -3
  365. package/cjs/lib/events/keyboard/identifiers.d.ts +48 -48
  366. package/cjs/lib/events/stopPropagation.d.ts +1 -1
  367. package/cjs/lib/events/tabListener.d.ts +1 -1
  368. package/cjs/lib/extractKeyboardAction.d.ts +13 -13
  369. package/cjs/lib/filterProps.d.ts +12 -12
  370. package/cjs/lib/forwardRefAndName.d.ts +5 -5
  371. package/cjs/lib/getDisplayName.d.ts +3 -0
  372. package/cjs/lib/getDisplayName.js +9 -0
  373. package/cjs/lib/getDisplayName.js.map +1 -0
  374. package/cjs/lib/listenFocusOutside.d.ts +8 -8
  375. package/cjs/lib/locale/LocaleContext.d.ts +7 -7
  376. package/cjs/lib/locale/LocaleHelper.d.ts +9 -9
  377. package/cjs/lib/locale/constants.d.ts +2 -2
  378. package/cjs/lib/locale/decorators.d.ts +36 -36
  379. package/cjs/lib/locale/index.d.ts +3 -3
  380. package/cjs/lib/locale/types.d.ts +19 -19
  381. package/cjs/lib/memo.d.ts +1 -1
  382. package/cjs/lib/net/fetch.d.ts +13 -13
  383. package/cjs/lib/polyfillPlaceholder.d.ts +1 -1
  384. package/cjs/lib/reactGetTextContent.d.ts +2 -2
  385. package/cjs/lib/styles/ColorFactory.d.ts +11 -11
  386. package/cjs/lib/styles/ColorFunctions.d.ts +11 -11
  387. package/cjs/lib/styles/ColorHelpers.d.ts +20 -20
  388. package/cjs/lib/styles/ColorKeywords.d.ts +150 -150
  389. package/cjs/lib/styles/ColorObject.d.ts +52 -52
  390. package/cjs/lib/styles/DimensionFunctions.d.ts +1 -1
  391. package/cjs/lib/styles/HoldSelectionColor.d.ts +1 -1
  392. package/cjs/lib/styles/Mixins.d.ts +2 -2
  393. package/cjs/lib/taskWithDelayAndMinimalDuration.d.ts +21 -21
  394. package/cjs/lib/theming/AnimationKeyframes.d.ts +9 -9
  395. package/cjs/lib/theming/Emotion.d.ts +15 -15
  396. package/cjs/lib/theming/Theme.d.ts +3 -3
  397. package/cjs/lib/theming/ThemeContext.d.ts +2 -2
  398. package/cjs/lib/theming/ThemeFactory.d.ts +8 -8
  399. package/cjs/lib/theming/ThemeHelpers.d.ts +11 -11
  400. package/cjs/lib/theming/themes/DefaultTheme.d.ts +1 -1
  401. package/cjs/lib/theming/themes/DefaultThemeOld.d.ts +1 -1
  402. package/cjs/lib/theming/themes/FlatTheme.d.ts +1 -1
  403. package/cjs/lib/theming/themes/FlatThemeOld.d.ts +1 -1
  404. package/cjs/lib/utils.d.ts +28 -28
  405. package/cjs/lib/withClassWrapper.d.ts +68 -0
  406. package/cjs/lib/withClassWrapper.js +59 -0
  407. package/cjs/lib/withClassWrapper.js.map +1 -0
  408. package/components/Autocomplete/Autocomplete.d.ts +112 -112
  409. package/components/Autocomplete/index.d.ts +1 -1
  410. package/components/Button/Button/Button.js +10 -0
  411. package/components/Button/Button/Button.js.map +1 -1
  412. package/components/Button/Button.d.ts +160 -157
  413. package/components/Button/Button.mixins.d.ts +6 -6
  414. package/components/Button/Button.styles.d.ts +67 -67
  415. package/components/Button/Corners.d.ts +6 -6
  416. package/components/Button/index.d.ts +1 -1
  417. package/components/Center/Center.d.ts +24 -24
  418. package/components/Center/Center.styles.d.ts +7 -7
  419. package/components/Center/index.d.ts +1 -1
  420. package/components/Checkbox/Checkbox/Checkbox.js +18 -20
  421. package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
  422. package/components/Checkbox/Checkbox.d.ts +95 -96
  423. package/components/Checkbox/Checkbox.styles.d.ts +22 -22
  424. package/components/Checkbox/index.d.ts +1 -1
  425. package/components/ComboBox/ComboBox.d.ts +182 -182
  426. package/components/ComboBox/index.d.ts +1 -1
  427. package/components/CurrencyInput/CurrencyHelper.d.ts +35 -35
  428. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +34 -1
  429. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
  430. package/components/CurrencyInput/CurrencyInput.d.ts +106 -105
  431. package/components/CurrencyInput/CurrencyInputHelper.d.ts +20 -20
  432. package/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +18 -18
  433. package/components/CurrencyInput/CursorHelper.d.ts +10 -10
  434. package/components/CurrencyInput/SelectionHelper.d.ts +11 -11
  435. package/components/CurrencyInput/constants.d.ts +2 -2
  436. package/components/CurrencyInput/index.d.ts +1 -1
  437. package/components/CurrencyLabel/CurrencyLabel.d.ts +24 -24
  438. package/components/CurrencyLabel/index.d.ts +1 -1
  439. package/components/DateInput/DateFragmentsView.d.ts +20 -20
  440. package/components/DateInput/DateFragmentsView.styles.d.ts +7 -7
  441. package/components/DateInput/DateInput.d.ts +106 -106
  442. package/components/DateInput/DateInput.styles.d.ts +10 -10
  443. package/components/DateInput/ViewDateInputValidateChecks.d.ts +10 -10
  444. package/components/DateInput/helpers/DateInputKeyboardActions.d.ts +21 -21
  445. package/components/DateInput/helpers/InternalDateMediator.d.ts +26 -26
  446. package/components/DateInput/helpers/SelectionHelpers.d.ts +2 -2
  447. package/components/DateInput/helpers/inputNumber.d.ts +5 -5
  448. package/components/DateInput/index.d.ts +1 -1
  449. package/components/DatePicker/DatePicker.d.ts +132 -132
  450. package/components/DatePicker/DatePicker.styles.d.ts +3 -3
  451. package/components/DatePicker/DatePickerHelpers.d.ts +2 -2
  452. package/components/DatePicker/Picker.d.ts +33 -33
  453. package/components/DatePicker/Picker.styles.d.ts +5 -5
  454. package/components/DatePicker/index.d.ts +1 -1
  455. package/components/DatePicker/locale/index.d.ts +4 -4
  456. package/components/DatePicker/locale/locales/en.d.ts +2 -2
  457. package/components/DatePicker/locale/locales/ru.d.ts +2 -2
  458. package/components/DatePicker/locale/types.d.ts +5 -5
  459. package/components/Dropdown/Dropdown.d.ts +123 -123
  460. package/components/Dropdown/index.d.ts +1 -1
  461. package/components/DropdownMenu/DropdownMenu.d.ts +64 -64
  462. package/components/DropdownMenu/index.d.ts +1 -1
  463. package/components/FxInput/FxInput.d.ts +49 -49
  464. package/components/FxInput/index.d.ts +1 -1
  465. package/components/Gapped/Gapped.d.ts +56 -56
  466. package/components/Gapped/index.d.ts +1 -1
  467. package/components/Group/Group.d.ts +13 -13
  468. package/components/Group/Group.styles.d.ts +8 -8
  469. package/components/Group/index.d.ts +1 -1
  470. package/components/Hint/Hint.d.ts +79 -79
  471. package/components/Hint/Hint.styles.d.ts +5 -5
  472. package/components/Hint/index.d.ts +1 -1
  473. package/components/Input/Input/Input.js +8 -0
  474. package/components/Input/Input/Input.js.map +1 -1
  475. package/components/Input/Input.d.ts +154 -150
  476. package/components/Input/Input.styles.d.ts +42 -42
  477. package/components/Input/index.d.ts +1 -1
  478. package/components/Kebab/Kebab.d.ts +70 -70
  479. package/components/Kebab/Kebab.styles.d.ts +12 -12
  480. package/components/Kebab/index.d.ts +1 -1
  481. package/components/Link/Link.d.ts +71 -71
  482. package/components/Link/Link.mixins.d.ts +3 -3
  483. package/components/Link/Link.styles.d.ts +15 -15
  484. package/components/Link/index.d.ts +1 -1
  485. package/components/Loader/Loader.d.ts +99 -99
  486. package/components/Loader/Loader.styles.d.ts +8 -8
  487. package/components/Loader/index.d.ts +1 -1
  488. package/components/MenuHeader/MenuHeader.d.ts +20 -20
  489. package/components/MenuHeader/MenuHeader.styles.d.ts +5 -5
  490. package/components/MenuHeader/index.d.ts +1 -1
  491. package/components/MenuItem/MenuItem.d.ts +93 -93
  492. package/components/MenuItem/MenuItem.styles.d.ts +13 -13
  493. package/components/MenuItem/index.d.ts +1 -1
  494. package/components/MenuSeparator/MenuSeparator.d.ts +12 -12
  495. package/components/MenuSeparator/MenuSeparator.styles.d.ts +4 -4
  496. package/components/MenuSeparator/index.d.ts +1 -1
  497. package/components/Modal/Modal.d.ts +87 -87
  498. package/components/Modal/Modal.styles.d.ts +26 -26
  499. package/components/Modal/ModalBody.d.ts +20 -20
  500. package/components/Modal/ModalClose.d.ts +2 -2
  501. package/components/Modal/ModalContext.d.ts +15 -15
  502. package/components/Modal/ModalFooter.d.ts +21 -21
  503. package/components/Modal/ModalHeader.d.ts +17 -17
  504. package/components/Modal/index.d.ts +4 -4
  505. package/components/Paging/NavigationHelper.d.ts +7 -7
  506. package/components/Paging/Paging.d.ts +90 -90
  507. package/components/Paging/Paging.styles.d.ts +16 -16
  508. package/components/Paging/PagingHelper.d.ts +2 -2
  509. package/components/Paging/index.d.ts +1 -1
  510. package/components/Paging/locale/index.d.ts +4 -4
  511. package/components/Paging/locale/locales/en.d.ts +2 -2
  512. package/components/Paging/locale/locales/ru.d.ts +2 -2
  513. package/components/Paging/locale/types.d.ts +3 -3
  514. package/components/PasswordInput/PasswordInput.d.ts +48 -48
  515. package/components/PasswordInput/PasswordInput.styles.d.ts +10 -10
  516. package/components/PasswordInput/index.d.ts +1 -1
  517. package/components/Radio/Radio/Radio.js +4 -1
  518. package/components/Radio/Radio/Radio.js.map +1 -1
  519. package/components/Radio/Radio.d.ts +82 -82
  520. package/components/Radio/Radio.styles.d.ts +19 -19
  521. package/components/Radio/index.d.ts +1 -1
  522. package/components/RadioGroup/Prevent.d.ts +8 -8
  523. package/components/RadioGroup/RadioGroup.d.ts +132 -132
  524. package/components/RadioGroup/RadioGroup.styles.d.ts +7 -7
  525. package/components/RadioGroup/index.d.ts +1 -1
  526. package/components/ScrollContainer/ScrollBar.d.ts +37 -37
  527. package/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -23
  528. package/components/ScrollContainer/ScrollContainer.d.ts +83 -83
  529. package/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -10
  530. package/components/ScrollContainer/ScrollContainer.styles.d.ts +16 -16
  531. package/components/ScrollContainer/index.d.ts +1 -1
  532. package/components/Select/Item.d.ts +7 -7
  533. package/components/Select/Select/Select.js +6 -1
  534. package/components/Select/Select/Select.js.map +1 -1
  535. package/components/Select/Select.d.ts +178 -178
  536. package/components/Select/Select.styles.d.ts +17 -17
  537. package/components/Select/index.d.ts +1 -1
  538. package/components/Select/locale/index.d.ts +4 -4
  539. package/components/Select/locale/locales/en.d.ts +2 -2
  540. package/components/Select/locale/locales/ru.d.ts +2 -2
  541. package/components/Select/locale/types.d.ts +4 -4
  542. package/components/Select/selectTheme.d.ts +3 -3
  543. package/components/SidePage/SidePage/SidePage.js +21 -12
  544. package/components/SidePage/SidePage/SidePage.js.map +1 -1
  545. package/components/SidePage/SidePage.d.ts +107 -103
  546. package/components/SidePage/SidePage.styles.d.ts +37 -37
  547. package/components/SidePage/SidePageBody.d.ts +18 -18
  548. package/components/SidePage/SidePageContainer.d.ts +14 -14
  549. package/components/SidePage/SidePageContext/SidePageContext.js +3 -0
  550. package/components/SidePage/SidePageContext/SidePageContext.js.map +1 -1
  551. package/components/SidePage/SidePageContext.d.ts +17 -15
  552. package/components/SidePage/SidePageFooter.d.ts +37 -37
  553. package/components/SidePage/SidePageHeader/SidePageHeader.js +21 -2
  554. package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
  555. package/components/SidePage/SidePageHeader.d.ts +43 -40
  556. package/components/SidePage/index.d.ts +5 -5
  557. package/components/Spinner/Spinner.d.ts +47 -47
  558. package/components/Spinner/Spinner.styles.d.ts +11 -11
  559. package/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
  560. package/components/Spinner/index.d.ts +1 -1
  561. package/components/Spinner/locale/index.d.ts +4 -4
  562. package/components/Spinner/locale/locales/en.d.ts +2 -2
  563. package/components/Spinner/locale/locales/ru.d.ts +2 -2
  564. package/components/Spinner/locale/types.d.ts +4 -4
  565. package/components/Sticky/Sticky/Sticky.js.map +1 -1
  566. package/components/Sticky/Sticky.d.ts +58 -53
  567. package/components/Sticky/Sticky.styles.d.ts +7 -7
  568. package/components/Sticky/index.d.ts +1 -1
  569. package/components/Switcher/Switcher.d.ts +55 -55
  570. package/components/Switcher/Switcher.styles.d.ts +10 -10
  571. package/components/Switcher/index.d.ts +1 -1
  572. package/components/Switcher/switcherTheme.d.ts +2 -2
  573. package/components/Tabs/Indicator.d.ts +27 -27
  574. package/components/Tabs/Indicator.styles.d.ts +8 -8
  575. package/components/Tabs/Tab.d.ts +120 -120
  576. package/components/Tabs/Tab.styles.d.ts +27 -27
  577. package/components/Tabs/Tabs.d.ts +61 -61
  578. package/components/Tabs/Tabs.styles.d.ts +5 -5
  579. package/components/Tabs/TabsContext.d.ts +14 -14
  580. package/components/Tabs/index.d.ts +2 -2
  581. package/components/Textarea/Textarea.d.ts +184 -184
  582. package/components/Textarea/Textarea.styles.d.ts +15 -15
  583. package/components/Textarea/TextareaCounter.d.ts +13 -13
  584. package/components/Textarea/TextareaHelpers.d.ts +11 -11
  585. package/components/Textarea/index.d.ts +1 -1
  586. package/components/Toast/Toast.d.ts +55 -55
  587. package/components/Toast/Toast.styles.d.ts +6 -6
  588. package/components/Toast/ToastStatic.d.ts +8 -8
  589. package/components/Toast/ToastView.d.ts +37 -37
  590. package/components/Toast/ToastView.styles.d.ts +8 -8
  591. package/components/Toast/index.d.ts +1 -1
  592. package/components/Toggle/Toggle.d.ts +106 -106
  593. package/components/Toggle/Toggle.styles.d.ts +30 -30
  594. package/components/Toggle/index.d.ts +1 -1
  595. package/components/Token/Token.d.ts +35 -35
  596. package/components/Token/Token.styles.d.ts +29 -29
  597. package/components/Token/index.d.ts +1 -1
  598. package/components/TokenInput/TextWidthHelper.d.ts +18 -18
  599. package/components/TokenInput/TokenInput.d.ts +193 -193
  600. package/components/TokenInput/TokenInput.styles.d.ts +15 -15
  601. package/components/TokenInput/TokenInputMenu.d.ts +18 -18
  602. package/components/TokenInput/TokenInputReducer.d.ts +25 -25
  603. package/components/TokenInput/index.d.ts +1 -1
  604. package/components/TokenInput/locale/index.d.ts +4 -4
  605. package/components/TokenInput/locale/locales/en.d.ts +2 -2
  606. package/components/TokenInput/locale/locales/ru.d.ts +2 -2
  607. package/components/TokenInput/locale/types.d.ts +4 -4
  608. package/components/Tooltip/Tooltip.d.ts +171 -171
  609. package/components/Tooltip/Tooltip.styles.d.ts +5 -5
  610. package/components/Tooltip/index.d.ts +1 -1
  611. package/components/TooltipMenu/TooltipMenu.d.ts +64 -64
  612. package/components/TooltipMenu/index.d.ts +1 -1
  613. package/index.d.ts +48 -48
  614. package/internal/BGRuler.d.ts +30 -30
  615. package/internal/Calendar/Calendar.d.ts +66 -66
  616. package/internal/Calendar/Calendar.styles.d.ts +5 -5
  617. package/internal/Calendar/CalendarDateShape.d.ts +14 -14
  618. package/internal/Calendar/CalendarScrollEvents.d.ts +4 -4
  619. package/internal/Calendar/CalendarUtils.d.ts +19 -19
  620. package/internal/Calendar/DayCellView.d.ts +13 -13
  621. package/internal/Calendar/DayCellView.styles.d.ts +7 -7
  622. package/internal/Calendar/DayCellViewModel.d.ts +8 -8
  623. package/internal/Calendar/Month.d.ts +33 -33
  624. package/internal/Calendar/MonthView.d.ts +21 -21
  625. package/internal/Calendar/MonthView.styles.d.ts +9 -9
  626. package/internal/Calendar/MonthViewModel.d.ts +14 -14
  627. package/internal/Calendar/config.d.ts +9 -9
  628. package/internal/Calendar/index.d.ts +2 -2
  629. package/internal/CommonWrapper/CommonWrapper.d.ts +23 -23
  630. package/internal/CommonWrapper/index.d.ts +1 -1
  631. package/internal/ComponentCombinator.d.ts +25 -25
  632. package/internal/ComponentTable.d.ts +21 -21
  633. package/internal/CustomComboBox/ComboBoxMenu.d.ts +31 -31
  634. package/internal/CustomComboBox/ComboBoxView.d.ts +87 -87
  635. package/internal/CustomComboBox/CustomComboBox.d.ts +135 -135
  636. package/internal/CustomComboBox/CustomComboBox.styles.d.ts +5 -5
  637. package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +71 -71
  638. package/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
  639. package/internal/CustomComboBox/index.d.ts +2 -2
  640. package/internal/CustomComboBox/locale/index.d.ts +4 -4
  641. package/internal/CustomComboBox/locale/locales/en.d.ts +2 -2
  642. package/internal/CustomComboBox/locale/locales/ru.d.ts +2 -2
  643. package/internal/CustomComboBox/locale/types.d.ts +5 -5
  644. package/internal/DateSelect/DateSelect.d.ts +93 -93
  645. package/internal/DateSelect/DateSelect.styles.d.ts +19 -19
  646. package/internal/DateSelect/index.d.ts +1 -1
  647. package/internal/DropdownContainer/DropdownContainer.d.ts +46 -46
  648. package/internal/DropdownContainer/index.d.ts +1 -1
  649. package/internal/FocusTrap/FocusTrap.d.ts +16 -16
  650. package/internal/FocusTrap/index.d.ts +1 -1
  651. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +14 -14
  652. package/internal/HideBodyVerticalScroll/index.d.ts +1 -1
  653. package/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +8 -8
  654. package/internal/IgnoreLayerClick/index.d.ts +1 -1
  655. package/internal/InputLikeText/HiddenInput.d.ts +13 -13
  656. package/internal/InputLikeText/InputLikeText.d.ts +72 -72
  657. package/internal/InputLikeText/InputLikeText.styles.d.ts +7 -7
  658. package/internal/InputLikeText/index.d.ts +1 -1
  659. package/internal/InternalMenu/InternalMenu.d.ts +64 -64
  660. package/internal/InternalMenu/InternalMenu.styles.d.ts +9 -9
  661. package/internal/InternalMenu/index.d.ts +1 -1
  662. package/internal/InternalMenu/isActiveElement.d.ts +3 -3
  663. package/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -9
  664. package/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -3
  665. package/internal/MaskCharLowLine/index.d.ts +1 -1
  666. package/internal/MaskedInput/MaskedInput.d.ts +40 -40
  667. package/internal/MaskedInput/MaskedInput.styles.d.ts +6 -6
  668. package/internal/MaskedInput/index.d.ts +1 -1
  669. package/internal/Menu/Menu.d.ts +62 -62
  670. package/internal/Menu/Menu.styles.d.ts +6 -6
  671. package/internal/Menu/index.d.ts +1 -1
  672. package/internal/Menu/isActiveElement.d.ts +3 -3
  673. package/internal/NativeDateInput/NativeDateInput.d.ts +23 -23
  674. package/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -3
  675. package/internal/NativeDateInput/index.d.ts +1 -1
  676. package/internal/NativeDateInput/utils.d.ts +7 -7
  677. package/internal/PerformanceMetrics/PerformanceMetrics.d.ts +7 -7
  678. package/internal/Popup/Popup.d.ts +161 -161
  679. package/internal/Popup/Popup.styles.d.ts +16 -16
  680. package/internal/Popup/PopupHelper.d.ts +26 -26
  681. package/internal/Popup/PopupPin.d.ts +56 -56
  682. package/internal/Popup/PopupPin.styles.d.ts +3 -3
  683. package/internal/Popup/index.d.ts +1 -1
  684. package/internal/PopupMenu/PopupMenu.d.ts +84 -84
  685. package/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
  686. package/internal/PopupMenu/PopupMenuPositions.d.ts +2 -2
  687. package/internal/PopupMenu/index.d.ts +1 -1
  688. package/internal/PopupMenu/validatePositions.d.ts +2 -2
  689. package/internal/RenderContainer/RenderContainer.d.ts +16 -16
  690. package/internal/RenderContainer/RenderContainerTypes.d.ts +11 -11
  691. package/internal/RenderContainer/RenderInnerContainer.d.ts +13 -13
  692. package/internal/RenderContainer/index.d.ts +1 -1
  693. package/internal/RenderLayer/RenderLayer.d.ts +27 -27
  694. package/internal/RenderLayer/index.d.ts +1 -1
  695. package/internal/ResizeDetector/ResizeDetector.d.ts +12 -12
  696. package/internal/ResizeDetector/ResizeDetector.styles.d.ts +5 -5
  697. package/internal/ResizeDetector/index.d.ts +1 -1
  698. package/internal/ThemePlayground/AnotherInputsPlayground.d.ts +13 -13
  699. package/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -1
  700. package/internal/ThemePlayground/ComponentsGroup.d.ts +10 -10
  701. package/internal/ThemePlayground/CurrencyInputPlayground.d.ts +11 -11
  702. package/internal/ThemePlayground/FxInputPlayground.d.ts +10 -10
  703. package/internal/ThemePlayground/HintPlayground.d.ts +6 -6
  704. package/internal/ThemePlayground/PagingPlayground.d.ts +10 -10
  705. package/internal/ThemePlayground/Playground.d.ts +31 -31
  706. package/internal/ThemePlayground/Playground.styles.d.ts +23 -23
  707. package/internal/ThemePlayground/RadioPlayground.d.ts +1 -1
  708. package/internal/ThemePlayground/SelectPlayground.d.ts +12 -12
  709. package/internal/ThemePlayground/ShowcaseGroup.d.ts +5 -5
  710. package/internal/ThemePlayground/SwitcherPlayground.d.ts +15 -15
  711. package/internal/ThemePlayground/ThemeContextPlayground.d.ts +51 -51
  712. package/internal/ThemePlayground/ThemeEditor.d.ts +39 -39
  713. package/internal/ThemePlayground/TogglePlayground.d.ts +9 -9
  714. package/internal/ThemePlayground/TokenInputPlayground.d.ts +7 -7
  715. package/internal/ThemePlayground/VariableValue.d.ts +45 -45
  716. package/internal/ThemePlayground/constants.d.ts +18 -18
  717. package/internal/ThemePlayground/darkTheme.d.ts +255 -255
  718. package/internal/ThemePlayground/helpers.d.ts +2 -2
  719. package/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
  720. package/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +24 -24
  721. package/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
  722. package/internal/ZIndex/ZIndex.d.ts +34 -34
  723. package/internal/ZIndex/ZIndexStorage.d.ts +18 -18
  724. package/internal/ZIndex/index.d.ts +1 -1
  725. package/internal/icons/16px/icon.styles.d.ts +4 -4
  726. package/internal/icons/16px/index.d.ts +21 -21
  727. package/internal/icons/20px/Icon.d.ts +30 -30
  728. package/internal/icons/20px/icon.styles.d.ts +4 -4
  729. package/internal/icons/20px/index.d.ts +2 -2
  730. package/internal/icons/20px/svg.d.ts +14 -14
  731. package/internal/icons/CloudIcon.d.ts +1 -1
  732. package/internal/icons/CrossIcon.d.ts +1 -1
  733. package/internal/icons/SpinnerIcon.d.ts +23 -23
  734. package/internal/icons/SpinnerIcon.styles.d.ts +4 -4
  735. package/internal/themes/DefaultTheme.d.ts +766 -766
  736. package/internal/themes/FlatTheme.d.ts +132 -132
  737. package/internal/themes/Theme8px.d.ts +271 -271
  738. package/lib/ConditionalHandler.d.ts +11 -11
  739. package/lib/LayoutEvents.d.ts +4 -4
  740. package/lib/ModalStack.d.ts +14 -14
  741. package/lib/SSRSafe.d.ts +4 -4
  742. package/lib/Supports.d.ts +1 -1
  743. package/lib/Upgrades.d.ts +6 -6
  744. package/lib/animation/index.d.ts +6 -6
  745. package/lib/animation/presets.d.ts +18 -18
  746. package/lib/animation/stepper.d.ts +1 -1
  747. package/lib/client.d.ts +16 -16
  748. package/lib/createPropsGetter.d.ts +2 -2
  749. package/lib/currentEnvironment.d.ts +3 -3
  750. package/lib/date/InternalDate.d.ts +58 -58
  751. package/lib/date/InternalDateCalculator.d.ts +6 -6
  752. package/lib/date/InternalDateGetter.d.ts +15 -15
  753. package/lib/date/InternalDateSetter.d.ts +6 -6
  754. package/lib/date/InternalDateTransformer.d.ts +12 -12
  755. package/lib/date/InternalDateValidator.d.ts +12 -12
  756. package/lib/date/constants.d.ts +28 -28
  757. package/lib/date/localeSets.d.ts +5 -5
  758. package/lib/date/types.d.ts +90 -90
  759. package/lib/dom/getScrollWidth.d.ts +1 -1
  760. package/lib/dom/tabbableHelpers.d.ts +16 -16
  761. package/lib/events/MouseDrag.d.ts +58 -58
  762. package/lib/events/fixClickFocusIE.d.ts +1 -1
  763. package/lib/events/fixFirefoxModifiedClickOnLabel/fixFirefoxModifiedClickOnLabel.js +19 -0
  764. package/lib/events/fixFirefoxModifiedClickOnLabel/fixFirefoxModifiedClickOnLabel.js.map +1 -0
  765. package/lib/events/fixFirefoxModifiedClickOnLabel/package.json +6 -0
  766. package/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -0
  767. package/lib/events/keyListener.d.ts +7 -7
  768. package/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
  769. package/lib/events/keyboard/KeyboardMapKeys.d.ts +6 -6
  770. package/lib/events/keyboard/extractCode.d.ts +3 -3
  771. package/lib/events/keyboard/identifiers.d.ts +48 -48
  772. package/lib/events/stopPropagation.d.ts +1 -1
  773. package/lib/events/tabListener.d.ts +1 -1
  774. package/lib/extractKeyboardAction.d.ts +13 -13
  775. package/lib/filterProps.d.ts +12 -12
  776. package/lib/forwardRefAndName.d.ts +5 -5
  777. package/lib/getDisplayName/getDisplayName.js +3 -0
  778. package/lib/getDisplayName/getDisplayName.js.map +1 -0
  779. package/lib/getDisplayName/package.json +6 -0
  780. package/lib/getDisplayName.d.ts +3 -0
  781. package/lib/listenFocusOutside.d.ts +8 -8
  782. package/lib/locale/LocaleContext.d.ts +7 -7
  783. package/lib/locale/LocaleHelper.d.ts +9 -9
  784. package/lib/locale/constants.d.ts +2 -2
  785. package/lib/locale/decorators.d.ts +36 -36
  786. package/lib/locale/index.d.ts +3 -3
  787. package/lib/locale/types.d.ts +19 -19
  788. package/lib/memo.d.ts +1 -1
  789. package/lib/net/fetch.d.ts +13 -13
  790. package/lib/polyfillPlaceholder.d.ts +1 -1
  791. package/lib/reactGetTextContent.d.ts +2 -2
  792. package/lib/styles/ColorFactory.d.ts +11 -11
  793. package/lib/styles/ColorFunctions.d.ts +11 -11
  794. package/lib/styles/ColorHelpers.d.ts +20 -20
  795. package/lib/styles/ColorKeywords.d.ts +150 -150
  796. package/lib/styles/ColorObject.d.ts +52 -52
  797. package/lib/styles/DimensionFunctions.d.ts +1 -1
  798. package/lib/styles/HoldSelectionColor.d.ts +1 -1
  799. package/lib/styles/Mixins.d.ts +2 -2
  800. package/lib/taskWithDelayAndMinimalDuration.d.ts +21 -21
  801. package/lib/theming/AnimationKeyframes.d.ts +9 -9
  802. package/lib/theming/Emotion.d.ts +15 -15
  803. package/lib/theming/Theme.d.ts +3 -3
  804. package/lib/theming/ThemeContext.d.ts +2 -2
  805. package/lib/theming/ThemeFactory.d.ts +8 -8
  806. package/lib/theming/ThemeHelpers.d.ts +11 -11
  807. package/lib/theming/themes/DefaultTheme.d.ts +1 -1
  808. package/lib/theming/themes/DefaultThemeOld.d.ts +1 -1
  809. package/lib/theming/themes/FlatTheme.d.ts +1 -1
  810. package/lib/theming/themes/FlatThemeOld.d.ts +1 -1
  811. package/lib/utils.d.ts +28 -28
  812. package/lib/withClassWrapper/package.json +6 -0
  813. package/lib/withClassWrapper/withClassWrapper.js +70 -0
  814. package/lib/withClassWrapper/withClassWrapper.js.map +1 -0
  815. package/lib/withClassWrapper.d.ts +68 -0
  816. package/package.json +4 -5
@@ -1,766 +1,766 @@
1
- export declare class DefaultTheme {
2
- static fontFamilyCompensationBaseline: string;
3
- static brandXLight: string;
4
- static brandLight: string;
5
- static brand: string;
6
- static brandDark: string;
7
- static brandXDark: string;
8
- static white: string;
9
- static grayXxLight: string;
10
- static grayXLight: string;
11
- static grayLight: string;
12
- static gray: string;
13
- static grayDark: string;
14
- static black: string;
15
- static blueXxLight: string;
16
- static blueLight: string;
17
- static blue: string;
18
- static blueDark: string;
19
- static blueXDark: string;
20
- static greenXxLight: string;
21
- static green: string;
22
- static greenDark: string;
23
- static redXxLight: string;
24
- static red: string;
25
- static redDark: string;
26
- static yellowXxLight: string;
27
- static yellow: string;
28
- static yellowDark: string;
29
- static bgDefault: string;
30
- static bgDisabled: string;
31
- static errorMain: string;
32
- static errorSecondary: string;
33
- static errorText: string;
34
- static warningMain: string;
35
- static warningSecondary: string;
36
- static warningText: string;
37
- static borderColorFocusLight: string;
38
- static borderColorGrayDark: string;
39
- static borderColorGrayLight: string;
40
- static borderColorDisabled: string;
41
- static placeholderColor: string;
42
- static outlineColorFocus: string;
43
- static placeholderColorLight: string;
44
- static blinkColor: string;
45
- static controlBorderWidth: string;
46
- static controlOutlineWidth: string;
47
- static controlLineHeightSmall: string;
48
- static controlLineHeightMedium: string;
49
- static controlLineHeightLarge: string;
50
- static controlPaddingYSmall: string;
51
- static controlPaddingYMedium: string;
52
- static controlPaddingYLarge: string;
53
- static textColorDefault: string;
54
- static textColorInvert: string;
55
- static textColorDisabled: string;
56
- static textColorDisabledContrast: string;
57
- static fontSizeSmall: string;
58
- static fontSizeMedium: string;
59
- static fontSizeLarge: string;
60
- static specificityLevel: string;
61
- private static fixedPanelShadow;
62
- static get bgActive(): string;
63
- static get borderColorFocus(): string;
64
- static get borderColorError(): string;
65
- static get borderColorWarning(): string;
66
- static get controlHeightSmall(): string;
67
- static get controlHeightMedium(): string;
68
- static get controlHeightLarge(): string;
69
- static linkColor: string;
70
- static linkActiveColor: string;
71
- static linkHoverTextDecoration: string;
72
- static linkSuccessColor: string;
73
- static linkSuccessHoverColor: string;
74
- static linkSuccessActiveColor: string;
75
- static linkDangerColor: string;
76
- static linkDangerHoverColor: string;
77
- static linkDangerActiveColor: string;
78
- static linkIconMarginRight: string;
79
- static get linkHoverColor(): string;
80
- static get linkDisabledColor(): string;
81
- static linkButtonLineHeight: string;
82
- static linkButtonPaddingX: string;
83
- static tokenDisabledBg: string;
84
- static get tokenTextColorDisabled(): string;
85
- static get tokenFontSize(): string;
86
- static tokenMarginY: string;
87
- static tokenMarginX: string;
88
- static tokenLineHeight: string;
89
- static tokenPaddingY: string;
90
- static tokenPaddingX: string;
91
- static tokenMarginBeforeIcon: string;
92
- static tokenRemoveIconSize: string;
93
- static tokenRemoveIconPaddingY: string;
94
- static tokenRemoveIconPaddingX: string;
95
- static tokenRemoveIconGap: string;
96
- static tokenRemoveIconBoxSizing: string;
97
- static tokenBorderRadius: string;
98
- static tokenBorderWidth: string;
99
- static tokenBorderColorDisabled: string;
100
- static get tokenDefaultIdle(): string;
101
- static get tokenDefaultActive(): string;
102
- static get tokenGrayIdle(): string;
103
- static get tokenGrayActive(): string;
104
- static get tokenBlueIdle(): string;
105
- static get tokenBlueActive(): string;
106
- static get tokenGreenIdle(): string;
107
- static get tokenGreenActive(): string;
108
- static get tokenYellowIdle(): string;
109
- static get tokenYellowActive(): string;
110
- static get tokenRedIdle(): string;
111
- static get tokenRedActive(): string;
112
- static get tokenWhite(): string;
113
- static get tokenBlack(): string;
114
- static get tokenBorderColorWarning(): string;
115
- static get tokenBorderColorError(): string;
116
- static tokenOutlineWidth: string;
117
- static tokenLegacyTextShift: string;
118
- static tokenPaddingYDisabled: string;
119
- static get tokenPaddingXDisabled(): string;
120
- static tokenMarginYDisabled: string;
121
- static tokenMarginXDisabled: string;
122
- static get tokenShadowDisabled(): string;
123
- static get tokenInputBorderColor(): string;
124
- static get tokenInputBorderColorFocus(): string;
125
- static get tokenInputBorderColorError(): string;
126
- static get tokenInputBorderColorWarning(): string;
127
- static get tokenInputBorderTopColor(): string;
128
- static get tokenInputPlaceholderColor(): string;
129
- static get tokenInputPlaceholderColorLight(): string;
130
- static get tokenInputDisabledBg(): string;
131
- static get tokenInputDisabledBorderColor(): string;
132
- static get tokenInputBorderWidth(): string;
133
- static get tokenInputOutlineWidth(): string;
134
- static get tokenInputBg(): string;
135
- static get tokenInputShadow(): string;
136
- static get tokenInputTextColor(): string;
137
- static get tokenInputTextColorDisabled(): string;
138
- static get tokenInputPlaceholderColorDisabled(): string;
139
- static tokenInputPaddingY: string;
140
- static tokenInputPaddingX: string;
141
- static get tokenInputFontSize(): string;
142
- static tokenInputLineHeight: string;
143
- static tokenInputInputPaddingLeft: string;
144
- static get tokenInputInputPaddingRight(): string;
145
- static loaderBg: string;
146
- static loaderOpacity: string;
147
- static btnBackgroundClip: string;
148
- static btnArrowBgImageActive: string;
149
- static btnArrowBgImageChecked: string;
150
- static btnLinkBorderRadius: string;
151
- static get btnFocusShadowWidth(): string;
152
- static btnDisabledBorderColor: string;
153
- static btnCheckedBg: string;
154
- static btnCheckedDisabledBg: string;
155
- static btnCheckedDisabledColor: string;
156
- static btnCheckedTextColor: string;
157
- static btnCheckedDisabledBorderColor: string;
158
- static btnCheckedShadow: string;
159
- static btnCheckedDisabledShadow: string;
160
- static btnBorderRadiusSmall: string;
161
- static btnBorderRadiusMedium: string;
162
- static btnBorderRadiusLarge: string;
163
- static btnBorderWidth: string;
164
- static btnInsetWidth: string;
165
- static get btnOutlineWidth(): string;
166
- static btnPaddingXSmall: string;
167
- static btnPaddingXMedium: string;
168
- static btnPaddingXLarge: string;
169
- static btnIconGapSmall: string;
170
- static btnIconGapMedium: string;
171
- static btnIconGapLarge: string;
172
- static btnIconSizeSmall: string;
173
- static btnIconSizeMedium: string;
174
- static btnIconSizeLarge: string;
175
- static btnDefaultBg: string;
176
- static btnDefaultBgStart: string;
177
- static btnDefaultBgEnd: string;
178
- static btnDefaultCheckedBorderColor: string;
179
- static get btnDefaultTextColor(): string;
180
- static btnDefaultHoverBg: string;
181
- static btnDefaultHoverBgStart: string;
182
- static btnDefaultHoverBgEnd: string;
183
- static btnDefaultActiveBg: string;
184
- static btnDefaultHoverBorderColor: string;
185
- static btnDefaultHoverBorderBottomColor: string;
186
- static btnDefaultActiveBorderColor: string;
187
- static btnDefaultActiveBorderTopColor: string;
188
- static btnDefaultBorderColor: string;
189
- static btnDefaultBorderBottomColor: string;
190
- static btnDefaultActiveShadow: string;
191
- static btnSuccessBg: string;
192
- static btnSuccessHoverBg: string;
193
- static btnSuccessHoverBorderColor: string;
194
- static btnSuccessHoverBorderBottomColor: string;
195
- static btnSuccessBorderColor: string;
196
- static btnSuccessBorderBottomColor: string;
197
- static btnSuccessBgStart: string;
198
- static btnSuccessBgEnd: string;
199
- static btnSuccessTextColor: string;
200
- static btnSuccessHoverBgStart: string;
201
- static btnSuccessHoverBgEnd: string;
202
- static btnSuccessActiveBg: string;
203
- static btnSuccessActiveBorderColor: string;
204
- static btnSuccessActiveBorderTopColor: string;
205
- static btnSuccessActiveShadow: string;
206
- static btnPrimaryBg: string;
207
- static btnPrimaryHoverBg: string;
208
- static btnPrimaryHoverBorderColor: string;
209
- static btnPrimaryHoverBorderBottomColor: string;
210
- static btnPrimaryBorderColor: string;
211
- static btnPrimaryBorderBottomColor: string;
212
- static btnPrimaryBgStart: string;
213
- static btnPrimaryBgEnd: string;
214
- static btnPrimaryTextColor: string;
215
- static btnPrimaryHoverBgStart: string;
216
- static btnPrimaryHoverBgEnd: string;
217
- static btnPrimaryActiveBg: string;
218
- static btnPrimaryActiveBorderColor: string;
219
- static btnPrimaryActiveBorderTopColor: string;
220
- static btnPrimaryActiveShadow: string;
221
- static btnDangerBg: string;
222
- static btnDangerHoverBg: string;
223
- static btnDangerHoverBorderColor: string;
224
- static btnDangerHoverBorderBottomColor: string;
225
- static btnDangerBorderColor: string;
226
- static btnDangerBorderBottomColor: string;
227
- static btnDangerBgStart: string;
228
- static btnDangerBgEnd: string;
229
- static btnDangerTextColor: string;
230
- static btnDangerHoverBgStart: string;
231
- static btnDangerHoverBgEnd: string;
232
- static btnDangerActiveBg: string;
233
- static btnDangerActiveBorderColor: string;
234
- static btnDangerActiveBorderTopColor: string;
235
- static btnDangerActiveShadow: string;
236
- static btnPayBg: string;
237
- static btnPayHoverBg: string;
238
- static btnPayHoverBorderColor: string;
239
- static btnPayHoverBorderBottomColor: string;
240
- static btnPayBorderColor: string;
241
- static btnPayBorderBottomColor: string;
242
- static btnPayBgStart: string;
243
- static btnPayBgEnd: string;
244
- static get btnPayTextColor(): string;
245
- static btnPayHoverBgStart: string;
246
- static btnPayHoverBgEnd: string;
247
- static btnPayActiveBg: string;
248
- static btnPayActiveBorderColor: string;
249
- static btnPayActiveBorderTopColor: string;
250
- static btnPayActiveShadow: string;
251
- static btnMenuArrowColor: string;
252
- static get btnFontSizeSmall(): string;
253
- static get btnFontSizeMedium(): string;
254
- static get btnFontSizeLarge(): string;
255
- static get btnLineHeightSmall(): string;
256
- static get btnLineHeightMedium(): string;
257
- static get btnLineHeightLarge(): string;
258
- static get btnPaddingYSmall(): string;
259
- static get btnPaddingYMedium(): string;
260
- static get btnPaddingYLarge(): string;
261
- static get btnDisabledBg(): string;
262
- static get btnBorderColorWarning(): string;
263
- static get btnBorderColorError(): string;
264
- static get btnHeightSmall(): string;
265
- static get btnHeightMedium(): string;
266
- static get btnHeightLarge(): string;
267
- static get btnLinkColor(): string;
268
- static get btnLinkHoverColor(): string;
269
- static get btnLinkHoverTextDecoration(): string;
270
- static get btnLinkIconMarginRight(): string;
271
- static get btnErrorSecondary(): string;
272
- static get btnWarningSecondary(): string;
273
- static get btnOutlineColorFocus(): string;
274
- static btnInsetColor: string;
275
- static get btnBorderColorFocus(): string;
276
- static get btnLinkDisabledColor(): string;
277
- static get btnDisabledTextColor(): string;
278
- static selectPlaceholderColor: string;
279
- static selectBorderWidth: string;
280
- static get selectPlaceholderColorDisabled(): string;
281
- static get selectOutlineWidth(): string;
282
- static get selectLineHeightSmall(): string;
283
- static get selectFontSizeSmall(): string;
284
- static selectPaddingXSmall: string;
285
- static get selectPaddingYSmall(): string;
286
- static get selectBorderRadiusSmall(): string;
287
- static get selectIconGapSmall(): string;
288
- static get selectLineHeightMedium(): string;
289
- static get selectFontSizeMedium(): string;
290
- static selectPaddingXMedium: string;
291
- static get selectPaddingYMedium(): string;
292
- static get selectBorderRadiusMedium(): string;
293
- static get selectIconGapMedium(): string;
294
- static get selectLineHeightLarge(): string;
295
- static get selectFontSizeLarge(): string;
296
- static selectPaddingXLarge: string;
297
- static get selectPaddingYLarge(): string;
298
- static get selectBorderRadiusLarge(): string;
299
- static get selectIconGapLarge(): string;
300
- static get selectMenuArrowColor(): string;
301
- static get selectMenuArrowColorDisabled(): string;
302
- static get selectIconSizeSmall(): string;
303
- static get selectIconSizeMedium(): string;
304
- static get selectIconSizeLarge(): string;
305
- static get selectTextColorDisabled(): string;
306
- static get selectBgDisabled(): string;
307
- static get selectBorderColorDisabled(): string;
308
- static tooltipPaddingY: string;
309
- static tooltipPaddingX: string;
310
- static tooltipCloseBtnPadding: string;
311
- static tooltipCloseBtnColor: string;
312
- static tooltipCloseBtnHoverColor: string;
313
- static get tooltipTextColor(): string;
314
- static get tooltipBorder(): string;
315
- static get tooltipBorderRadius(): string;
316
- static tooltipPinOffset: string;
317
- static tooltipPinOffsetX: string;
318
- static tooltipPinOffsetY: string;
319
- static tooltipMargin: string;
320
- static get tooltipPinSize(): string;
321
- static tooltipMenuPinOffset: string;
322
- static get tooltipMenuMargin(): string;
323
- static get tooltipMenuPinSize(): string;
324
- static kebabPinOffset: string;
325
- static get kebabPinSize(): string;
326
- static kebabMargin: string;
327
- static kebabBackground: string;
328
- static kebabBackgroundHover: string;
329
- static kebabBorderRadius: string;
330
- static kebabBorder: string;
331
- static modalBackBg: string;
332
- static modalBackOpacity: string;
333
- static modalCloseButtonColor: string;
334
- static modalCloseButtonDisabledColor: string;
335
- static modalCloseButtonHoverColor: string;
336
- static modalCloseButtonPadding: string;
337
- static modalCloseButtonLegacyShift: string;
338
- static modalCloseButtonBottomPadding: string;
339
- static modalCloseButtonClickArea: string;
340
- static modalCloseIconSize: string;
341
- static modalCloseLegacyGap: string;
342
- static modalCloseWrapperLegacyGap: string;
343
- static modalFixedHeaderBg: string;
344
- static get modalFixedHeaderShadow(): string;
345
- static get modalFixedFooterShadow(): string;
346
- static modalFooterBg: string;
347
- static modalAdaptiveThreshold: string;
348
- static modalPaddingTop: string;
349
- static modalPaddingLeft: string;
350
- static modalPaddingRight: string;
351
- static modalHeaderFontSize: string;
352
- static get modalHeaderTextColor(): string;
353
- static modalHeaderLineHeight: string;
354
- static modalHeaderPaddingBottom: string;
355
- static modalHeaderPaddingTop: string;
356
- static modalFixedHeaderPaddingBottom: string;
357
- static modalBodyPaddingBottom: string;
358
- static modalFooterPaddingTop: string;
359
- static modalFooterPaddingBottom: string;
360
- static modalPaddingBottom: string;
361
- static modalFooterPanelPaddingTop: string;
362
- static modalFooterPanelPaddingBottom: string;
363
- static sidePageFooterPanelBg: string;
364
- static sidePageBackingBg: string;
365
- static sidePageBackingBgOpacity: string;
366
- static sidePageCloseButtonColor: string;
367
- static sidePageCloseButtonHoverColor: string;
368
- static sidePageContainerShadow: string;
369
- static sidePagePaddingLeft: string;
370
- static sidePagePaddingRight: string;
371
- static sidePagePaddingTop: string;
372
- static sidePagePaddingBottom: string;
373
- static sidePageFooterPaddingTop: string;
374
- static sidePageFooterPaddingBottom: string;
375
- static get sidePageBgDefault(): string;
376
- static get sidePageHeaderTextColor(): string;
377
- static sidePageHeaderFontSize: string;
378
- static sidePageHeaderLineHeight: string;
379
- static sidePageHeaderPaddingBottom: string;
380
- static sidePageHeaderPaddingTop: string;
381
- static sidePageHeaderFixedFontSize: string;
382
- static sidePageHeaderFixedLineHeight: string;
383
- static sidePageHeaderFixedPaddingY: string;
384
- static sidePageHeaderStickyOffset: string;
385
- static sidePageCloseButtonPadding: string;
386
- static sidePageCloseButtonLegacyPaddingLeft: string;
387
- static sidePageFooterPanelPaddingTop: string;
388
- static sidePageFooterPanelPaddingBottom: string;
389
- static sidePageCloseIconSize: string;
390
- static sidePageCloseButtonClickArea: string;
391
- static get sidePageFixedHeaderShadow(): string;
392
- static get sidePageFixedFooterShadow(): string;
393
- static dateInputIconColor: string;
394
- static dateInputMaskColor: string;
395
- static dateInputComponentSelectedBgColor: string;
396
- static calendarCellBg: string;
397
- static calendarCellHoverColor: string;
398
- static calendarCellActiveHoverColor: string;
399
- static calendarCellWeekendColor: string;
400
- static calendarCellTodayBorder: string;
401
- static calendarCellSelectedBgColor: string;
402
- static calendarCellSelectedFontColor: string;
403
- static calendarCellSize: string;
404
- static calendarMonthHeaderStickedBgColor: string;
405
- static calendarMonthTitleBorderBottomColor: string;
406
- static get calendarCellHoverBgColor(): string;
407
- static calendarPaddingX: string;
408
- static calendarMonthTitleLineHeight: string;
409
- static calendarMonthTitlePaddingTop: string;
410
- static calendarMonthTitlePaddingBottom: string;
411
- static calendarMonthTitleMarginX: string;
412
- static calendarMonthTitleMarginBottom: string;
413
- static calendarWrapperHeight: string;
414
- static calendarMonthMarginBottom: string;
415
- static calendarMaxMonthsToAppendOnScroll: string;
416
- static dateSelectLineHeight: string;
417
- static dateSelectFontSize: string;
418
- static dateSelectFontWeight: string;
419
- static dateSelectMenuItemBgSelected: string;
420
- static get dateSelectTextColorDisabled(): string;
421
- static get dateSelectTextColorDefault(): string;
422
- static get dateSelectLinkColor(): string;
423
- static get dateSelectPopupBoxShadow(): string;
424
- static get dateSelectTextColorInvert(): string;
425
- static datePickerOpenBtnColor: string;
426
- static pickerBg: string;
427
- static pickerShadow: string;
428
- static pickerTodayWrapperBgColor: string;
429
- static pickerTodayWrapperBorderTop: string;
430
- static pickerTodayWrapperHoverBgColor: string;
431
- static pickerTodayWrapperFontSize: string;
432
- static pickerTodayWrapperLineHeight: string;
433
- static pickerTodayWrapperPaddingTop: string;
434
- static pickerTodayWrapperPaddingBottom: string;
435
- static get dateSelectMenuBg(): string;
436
- static get dateSelectMenuItemBgActive(): string;
437
- static get dateSelectMenuItemBgDisabled(): string;
438
- static get dateSelectMenuItemFontActive(): string;
439
- static get dateSelectMenuItemFontSelected(): string;
440
- static get dateSelectMenuItemFontDisabled(): string;
441
- static pagingFontSize: string;
442
- static pagingForwardIconSize: string;
443
- static pagingForwardIconMarginTop: string;
444
- static pagingPageLinkPaddingX: string;
445
- static pagingPageLinkPaddingY: string;
446
- static pagingPageLinkLegacyPaddingY: string;
447
- static pagingPageLinkMinWidth: string;
448
- static pagingPageForwardLinkMarginTop: string;
449
- static pagingPageForwardLinkMarginLeft: string;
450
- static pagingPageForwardLinkPaddingRight: string;
451
- static pagingLineHeight: string;
452
- static pagingDotsColor: string;
453
- static pagingDotsPadding: string;
454
- static pagingPageLinkActiveBg: string;
455
- static get pagingPageLinkActiveColor(): string;
456
- static pagingPageLinkHoverBg: string;
457
- static pagingPageLinkHintColor: string;
458
- static pagingPageLinkHintFontSize: string;
459
- static pagingPageLinkHintLineHeight: string;
460
- static pagingPageLinkBorderRadius: string;
461
- static pagingPageLinkMargin: string;
462
- static get pagingForwardLinkColor(): string;
463
- static get pagingForwardLinkDisabledColor(): string;
464
- static get hintColor(): string;
465
- static get hintFontSize(): string;
466
- static get hintLineHeight(): string;
467
- static hintMaxWidth: string;
468
- static hintPaddingY: string;
469
- static hintPaddingX: string;
470
- static hintTextAlign: string;
471
- static hintBgColor: string;
472
- static get hintBorder(): string;
473
- static get hintBorderRadius(): string;
474
- static hintPinOffset: string;
475
- static hintMargin: string;
476
- static get toastFontSize(): string;
477
- static toastLineHeight: string;
478
- static toastPaddingY: string;
479
- static toastPaddingX: string;
480
- static toastBorderRadius: string;
481
- static toastBorder: string;
482
- static toastTop: string;
483
- static toastBg: string;
484
- static toastColor: string;
485
- static toastLinkColor: string;
486
- static toastClosePadding: string;
487
- static toastCloseColor: string;
488
- static toastCloseHoverColor: string;
489
- static toastCloseSize: string;
490
- static dropdownMenuSelectedBg: string;
491
- static get dropdownMenuHoverBg(): string;
492
- static get menuBgDefault(): string;
493
- static menuBorder: string;
494
- static menuShadow: string;
495
- static menuPaddingY: string;
496
- static get menuItemTextColor(): string;
497
- static get menuItemSelectedBg(): string;
498
- static get menuItemHoverBg(): string;
499
- static menuItemIconWidth: string;
500
- static menuItemIconGap: string;
501
- static menuItemIconLegacyMargin: string;
502
- static menuItemIconLegacyShift: string;
503
- static get menuItemPaddingForIcon(): string;
504
- static menuItemLineHeight: string;
505
- static get menuItemFontSize(): string;
506
- static menuItemPaddingX: string;
507
- static get menuItemPaddingY(): string;
508
- static menuItemLegacyPaddingX: string;
509
- static menuItemLegacyPaddingY: string;
510
- static get menuItemHoverColor(): string;
511
- static get menuItemDisabledColor(): string;
512
- static get menuItemLinkColor(): string;
513
- static menuItemCommentColor: string;
514
- static menuItemCommentColorHover: string;
515
- static get menuHeaderColor(): string;
516
- static menuHeaderLineHeight: string;
517
- static menuHeaderFontSize: string;
518
- static get menuHeaderPaddingX(): string;
519
- static menuHeaderPaddingTop: string;
520
- static menuHeaderPaddingBottom: string;
521
- static menuHeaderLegacyPaddingRight: string;
522
- static menuSeparatorBorderColor: string;
523
- static menuSeparatorMarginY: string;
524
- static menuSeparatorBorderWidth: string;
525
- static get toggleTextColor(): string;
526
- static toggleHandleActiveWidthIncrement: string;
527
- static get toggleHandleBorderRadius(): string;
528
- static toggleHeight: string;
529
- static toggleWidth: string;
530
- static toggleBorderRadius: string;
531
- static toggleBg: string;
532
- static toggleDisabledHandleBg: string;
533
- static toggleBaseBg: string;
534
- static get toggleBgDisabled(): string;
535
- static get toggleBgDisabledChecked(): string;
536
- static get toggleBgHover(): string;
537
- static toggleBgChecked: string;
538
- static toggleBorderWidth: string;
539
- static toggleOutlineWidth: string;
540
- static toggleBorderColor: string;
541
- static get toggleBorderColorDisabled(): string;
542
- static get toggleBorderColorDisabledChecked(): string;
543
- static toggleBgFocus: string;
544
- static get toggleBgActive(): string;
545
- static get toggleShadowColorError(): string;
546
- static get toggleShadowColorWarning(): string;
547
- static get toggleFocusShadowColor(): string;
548
- static toggleCaptionGap: string;
549
- static popupBorder: string;
550
- static popupBorderRadius: string;
551
- static popupBorderColor: string;
552
- static popupDropShadow: string;
553
- static popupBoxShadow: string;
554
- static get popupTextColor(): string;
555
- static get popupBackground(): string;
556
- static popupPinOffset: string;
557
- static popupPinOffsetX: string;
558
- static popupPinOffsetY: string;
559
- static popupMargin: string;
560
- static popupPinSize: string;
561
- static get inputTextColor(): string;
562
- static inputShadow: string;
563
- static inputBg: string;
564
- static inputIconColor: string;
565
- static inputColor: string;
566
- static inputWidth: string;
567
- static get inputTextColorDisabled(): string;
568
- static get inputFontSizeSmall(): string;
569
- static get inputFontSizeMedium(): string;
570
- static get inputFontSizeLarge(): string;
571
- static get inputLineHeightSmall(): string;
572
- static get inputLineHeightMedium(): string;
573
- static get inputLineHeightLarge(): string;
574
- static get inputHeightSmall(): string;
575
- static get inputHeightMedium(): string;
576
- static get inputHeightLarge(): string;
577
- static get inputPaddingYSmall(): string;
578
- static get inputPaddingYMedium(): string;
579
- static get inputPaddingYLarge(): string;
580
- static inputPaddingXSmall: string;
581
- static inputPaddingXMedium: string;
582
- static inputPaddingXLarge: string;
583
- static inputIconGapSmall: string;
584
- static inputIconGapMedium: string;
585
- static inputIconGapLarge: string;
586
- static inputIconSizeSmall: string;
587
- static inputIconSizeMedium: string;
588
- static inputIconSizeLarge: string;
589
- static get inputFocusShadow(): string;
590
- static get inputDisabledBg(): string;
591
- static get inputDisabledBorderColor(): string;
592
- static get inputFocusOutline(): string;
593
- static get inputBorderWidth(): string;
594
- static get inputOutlineWidth(): string;
595
- static inputBorderRadiusSmall: string;
596
- static inputBorderRadiusMedium: string;
597
- static inputBorderRadiusLarge: string;
598
- static get inputBorderColor(): string;
599
- static get inputBorderColorFocus(): string;
600
- static get inputBorderColorError(): string;
601
- static get inputBorderColorWarning(): string;
602
- static get inputBorderTopColor(): string;
603
- static get inputPlaceholderColor(): string;
604
- static get inputPlaceholderColorDisabled(): string;
605
- static get inputPlaceholderColorLight(): string;
606
- static get inputBlinkColor(): string;
607
- static checkboxBorderWidthCompensation: string;
608
- static get checkboxFontSize(): string;
609
- static get checkboxLineHeight(): string;
610
- static checkboxBoxSize: string;
611
- static checkboxLabelGap: string;
612
- static checkboxPaddingY: string;
613
- static checkboxBgStart: string;
614
- static checkboxBgEnd: string;
615
- static get checkboxTextColorDefault(): string;
616
- static get checkboxTextColorDisabled(): string;
617
- static get checkboxShadowDisabled(): string;
618
- static checkboxBorder: string;
619
- static checkboxBorderWidth: string;
620
- static get checkboxShadow(): string;
621
- static get checkboxShadowHover(): string;
622
- static get checkboxCheckedColor(): string;
623
- static get checkboxOutlineColorFocus(): string;
624
- static get checkboxBorderColorWarning(): string;
625
- static get checkboxBorderColorError(): string;
626
- static get checkboxCheckedHoverShadow(): string;
627
- static checkboxBorderRadius: string;
628
- static checkboxOutlineWidth: string;
629
- static get checkboxCheckedShadow(): string;
630
- static get checkboxCheckedActiveShadow(): string;
631
- static get checkboxBorderColorFocus(): string;
632
- static get checkboxBg(): string;
633
- static get checkboxHoverBg(): string;
634
- static get checkboxActiveBg(): string;
635
- static get checkboxCheckedBg(): string;
636
- static get checkboxBgDisabled(): string;
637
- static get checkboxCheckedHoverBg(): string;
638
- static get checkboxCheckedActiveBg(): string;
639
- static get checkboxShadowActive(): string;
640
- static get textareaBg(): string;
641
- static get textareaColor(): string;
642
- static get textareaTextColorDisabled(): string;
643
- static get textareaPlaceholderColorLight(): string;
644
- static get textareaPlaceholderColor(): string;
645
- static get textareaPlaceholderColorDisabled(): string;
646
- static textareaShadow: string;
647
- static get textareaFontSize(): string;
648
- static get textareaLineHeight(): string;
649
- static textareaBorderRadius: string;
650
- static get textareaBorderWidth(): string;
651
- static get textareaOutlineWidth(): string;
652
- static get textareaMinHeight(): string;
653
- static textareaWidth: string;
654
- static get textareaPaddingX(): string;
655
- static get textareaPaddingY(): string;
656
- static get textareaBorderColor(): string;
657
- static get textareaBorderTopColor(): string;
658
- static get textareaBorderColorFocus(): string;
659
- static get textareaBorderColorWarning(): string;
660
- static get textareaBorderColorError(): string;
661
- static get textareaDisabledBg(): string;
662
- static get textareaDisabledBorderColor(): string;
663
- static get textareaCounterColor(): string;
664
- static get textareaCounterBg(): string;
665
- static get textareaCounterErrorColor(): string;
666
- static get textareaCounterHelpIconColor(): string;
667
- static radioBulletSize: string;
668
- static get radioOutlineWidth(): string;
669
- static get radioTextColor(): string;
670
- static radioSize: string;
671
- static get radioSizeAfter(): string;
672
- static get radioFontSize(): string;
673
- static get radioLineHeight(): string;
674
- static radioLabelGap: string;
675
- static radioPaddingY: string;
676
- static radioVerticalAlign: string;
677
- static radioBgImage: string;
678
- static radioBgColor: string;
679
- static radioHoverBg: string;
680
- static radioActiveBg: string;
681
- static radioBorderWidth: string;
682
- static radioBorderColor: string;
683
- static get radioBoxShadow(): string;
684
- static radioBorder: string;
685
- static get radioBorderColorFocus(): string;
686
- static get radioBorderColorWarning(): string;
687
- static get radioBorderColorError(): string;
688
- static get radioHoverShadow(): string;
689
- static get radioActiveShadow(): string;
690
- static radioFocusShadow: string;
691
- static radioCheckedBgColor: string;
692
- static radioCheckedBorderColor: string;
693
- static radioCheckedBulletColor: string;
694
- static get radioCheckedHoverBgColor(): string;
695
- static get radioDisabledBg(): string;
696
- static get radioDisabledShadow(): string;
697
- static radioLabelDisplay: string;
698
- static radioBorderWidthCompensation: string;
699
- static radioMarginY: string;
700
- static radioGroupLegacyItemGap: string;
701
- static get tabFontSize(): string;
702
- static get tabPaddingX(): string;
703
- static get tabsMarginX(): string;
704
- static tabPaddingY: string;
705
- static get tabLineHeight(): string;
706
- static tabBorderWidth: string;
707
- static tabOutlineWidth: string;
708
- static get tabTextColorDefault(): string;
709
- static get tabColorFocus(): string;
710
- static get tabColorError(): string;
711
- static get tabColorWarning(): string;
712
- static get tabColorSuccess(): string;
713
- static get tabColorPrimary(): string;
714
- static get tabColorHover(): string;
715
- static get tabColorHoverError(): string;
716
- static get tabColorHoverWarning(): string;
717
- static get tabColorHoverSuccess(): string;
718
- static get tabColorHoverPrimary(): string;
719
- static get spinnerBgColor(): string;
720
- static get spinnerColor(): string;
721
- static get spinnerDimmedColor(): string;
722
- static get spinnerCaptionColor(): string;
723
- static spinnerFontSizeSmall: string;
724
- static spinnerFontSizeMedium: string;
725
- static spinnerFontSizeLarge: string;
726
- static spinnerLineHeightSmall: string;
727
- static spinnerLineHeightMedium: string;
728
- static spinnerLineHeightLarge: string;
729
- static spinnerCaptionGapSmall: string;
730
- static spinnerCaptionGapMedium: string;
731
- static spinnerCaptionGapLarge: string;
732
- static get switcherTextColor(): string;
733
- static switcherOutlineWidth: string;
734
- static switcherLabelFontSizeSmall: string;
735
- static switcherLabelFontSizeMedium: string;
736
- static switcherLabelFontSizeLarge: string;
737
- static switcherLabelLineHeightSmall: string;
738
- static switcherLabelLineHeightMedium: string;
739
- static switcherLabelLineHeightLarge: string;
740
- static switcherLabelGapSmall: string;
741
- static switcherLabelGapMedium: string;
742
- static switcherLabelGapLarge: string;
743
- static get switcherButtonPaddingXSmall(): string;
744
- static get switcherButtonPaddingXMedium(): string;
745
- static get switcherButtonPaddingXLarge(): string;
746
- static get switcherButtonPaddingYSmall(): string;
747
- static get switcherButtonPaddingYMedium(): string;
748
- static get switcherButtonPaddingYLarge(): string;
749
- static get switcherButtonLineHeightSmall(): string;
750
- static get switcherButtonLineHeightMedium(): string;
751
- static get switcherButtonLineHeightLarge(): string;
752
- static get switcherButtonFontSizeSmall(): string;
753
- static get switcherButtonFontSizeMedium(): string;
754
- static get switcherButtonFontSizeLarge(): string;
755
- static get switcherButtonBorderRadiusSmall(): string;
756
- static get switcherButtonBorderRadiusMedium(): string;
757
- static get switcherButtonBorderRadiusLarge(): string;
758
- static get switcherButtonBorderWidth(): string;
759
- static get switcherButtonDisabledBorderColor(): string;
760
- static get switcherButtonCheckedDisabledShadow(): string;
761
- static scrollContainerScrollBarSize: string;
762
- static scrollContainerScrollBarHoverSize: string;
763
- static scrollContainerScrollBarColor: string;
764
- static scrollContainerScrollBarInvertColor: string;
765
- }
766
- export declare const DefaultThemeInternal: typeof DefaultTheme;
1
+ export declare class DefaultTheme {
2
+ static fontFamilyCompensationBaseline: string;
3
+ static brandXLight: string;
4
+ static brandLight: string;
5
+ static brand: string;
6
+ static brandDark: string;
7
+ static brandXDark: string;
8
+ static white: string;
9
+ static grayXxLight: string;
10
+ static grayXLight: string;
11
+ static grayLight: string;
12
+ static gray: string;
13
+ static grayDark: string;
14
+ static black: string;
15
+ static blueXxLight: string;
16
+ static blueLight: string;
17
+ static blue: string;
18
+ static blueDark: string;
19
+ static blueXDark: string;
20
+ static greenXxLight: string;
21
+ static green: string;
22
+ static greenDark: string;
23
+ static redXxLight: string;
24
+ static red: string;
25
+ static redDark: string;
26
+ static yellowXxLight: string;
27
+ static yellow: string;
28
+ static yellowDark: string;
29
+ static bgDefault: string;
30
+ static bgDisabled: string;
31
+ static errorMain: string;
32
+ static errorSecondary: string;
33
+ static errorText: string;
34
+ static warningMain: string;
35
+ static warningSecondary: string;
36
+ static warningText: string;
37
+ static borderColorFocusLight: string;
38
+ static borderColorGrayDark: string;
39
+ static borderColorGrayLight: string;
40
+ static borderColorDisabled: string;
41
+ static placeholderColor: string;
42
+ static outlineColorFocus: string;
43
+ static placeholderColorLight: string;
44
+ static blinkColor: string;
45
+ static controlBorderWidth: string;
46
+ static controlOutlineWidth: string;
47
+ static controlLineHeightSmall: string;
48
+ static controlLineHeightMedium: string;
49
+ static controlLineHeightLarge: string;
50
+ static controlPaddingYSmall: string;
51
+ static controlPaddingYMedium: string;
52
+ static controlPaddingYLarge: string;
53
+ static textColorDefault: string;
54
+ static textColorInvert: string;
55
+ static textColorDisabled: string;
56
+ static textColorDisabledContrast: string;
57
+ static fontSizeSmall: string;
58
+ static fontSizeMedium: string;
59
+ static fontSizeLarge: string;
60
+ static specificityLevel: string;
61
+ private static fixedPanelShadow;
62
+ static get bgActive(): string;
63
+ static get borderColorFocus(): string;
64
+ static get borderColorError(): string;
65
+ static get borderColorWarning(): string;
66
+ static get controlHeightSmall(): string;
67
+ static get controlHeightMedium(): string;
68
+ static get controlHeightLarge(): string;
69
+ static linkColor: string;
70
+ static linkActiveColor: string;
71
+ static linkHoverTextDecoration: string;
72
+ static linkSuccessColor: string;
73
+ static linkSuccessHoverColor: string;
74
+ static linkSuccessActiveColor: string;
75
+ static linkDangerColor: string;
76
+ static linkDangerHoverColor: string;
77
+ static linkDangerActiveColor: string;
78
+ static linkIconMarginRight: string;
79
+ static get linkHoverColor(): string;
80
+ static get linkDisabledColor(): string;
81
+ static linkButtonLineHeight: string;
82
+ static linkButtonPaddingX: string;
83
+ static tokenDisabledBg: string;
84
+ static get tokenTextColorDisabled(): string;
85
+ static get tokenFontSize(): string;
86
+ static tokenMarginY: string;
87
+ static tokenMarginX: string;
88
+ static tokenLineHeight: string;
89
+ static tokenPaddingY: string;
90
+ static tokenPaddingX: string;
91
+ static tokenMarginBeforeIcon: string;
92
+ static tokenRemoveIconSize: string;
93
+ static tokenRemoveIconPaddingY: string;
94
+ static tokenRemoveIconPaddingX: string;
95
+ static tokenRemoveIconGap: string;
96
+ static tokenRemoveIconBoxSizing: string;
97
+ static tokenBorderRadius: string;
98
+ static tokenBorderWidth: string;
99
+ static tokenBorderColorDisabled: string;
100
+ static get tokenDefaultIdle(): string;
101
+ static get tokenDefaultActive(): string;
102
+ static get tokenGrayIdle(): string;
103
+ static get tokenGrayActive(): string;
104
+ static get tokenBlueIdle(): string;
105
+ static get tokenBlueActive(): string;
106
+ static get tokenGreenIdle(): string;
107
+ static get tokenGreenActive(): string;
108
+ static get tokenYellowIdle(): string;
109
+ static get tokenYellowActive(): string;
110
+ static get tokenRedIdle(): string;
111
+ static get tokenRedActive(): string;
112
+ static get tokenWhite(): string;
113
+ static get tokenBlack(): string;
114
+ static get tokenBorderColorWarning(): string;
115
+ static get tokenBorderColorError(): string;
116
+ static tokenOutlineWidth: string;
117
+ static tokenLegacyTextShift: string;
118
+ static tokenPaddingYDisabled: string;
119
+ static get tokenPaddingXDisabled(): string;
120
+ static tokenMarginYDisabled: string;
121
+ static tokenMarginXDisabled: string;
122
+ static get tokenShadowDisabled(): string;
123
+ static get tokenInputBorderColor(): string;
124
+ static get tokenInputBorderColorFocus(): string;
125
+ static get tokenInputBorderColorError(): string;
126
+ static get tokenInputBorderColorWarning(): string;
127
+ static get tokenInputBorderTopColor(): string;
128
+ static get tokenInputPlaceholderColor(): string;
129
+ static get tokenInputPlaceholderColorLight(): string;
130
+ static get tokenInputDisabledBg(): string;
131
+ static get tokenInputDisabledBorderColor(): string;
132
+ static get tokenInputBorderWidth(): string;
133
+ static get tokenInputOutlineWidth(): string;
134
+ static get tokenInputBg(): string;
135
+ static get tokenInputShadow(): string;
136
+ static get tokenInputTextColor(): string;
137
+ static get tokenInputTextColorDisabled(): string;
138
+ static get tokenInputPlaceholderColorDisabled(): string;
139
+ static tokenInputPaddingY: string;
140
+ static tokenInputPaddingX: string;
141
+ static get tokenInputFontSize(): string;
142
+ static tokenInputLineHeight: string;
143
+ static tokenInputInputPaddingLeft: string;
144
+ static get tokenInputInputPaddingRight(): string;
145
+ static loaderBg: string;
146
+ static loaderOpacity: string;
147
+ static btnBackgroundClip: string;
148
+ static btnArrowBgImageActive: string;
149
+ static btnArrowBgImageChecked: string;
150
+ static btnLinkBorderRadius: string;
151
+ static get btnFocusShadowWidth(): string;
152
+ static btnDisabledBorderColor: string;
153
+ static btnCheckedBg: string;
154
+ static btnCheckedDisabledBg: string;
155
+ static btnCheckedDisabledColor: string;
156
+ static btnCheckedTextColor: string;
157
+ static btnCheckedDisabledBorderColor: string;
158
+ static btnCheckedShadow: string;
159
+ static btnCheckedDisabledShadow: string;
160
+ static btnBorderRadiusSmall: string;
161
+ static btnBorderRadiusMedium: string;
162
+ static btnBorderRadiusLarge: string;
163
+ static btnBorderWidth: string;
164
+ static btnInsetWidth: string;
165
+ static get btnOutlineWidth(): string;
166
+ static btnPaddingXSmall: string;
167
+ static btnPaddingXMedium: string;
168
+ static btnPaddingXLarge: string;
169
+ static btnIconGapSmall: string;
170
+ static btnIconGapMedium: string;
171
+ static btnIconGapLarge: string;
172
+ static btnIconSizeSmall: string;
173
+ static btnIconSizeMedium: string;
174
+ static btnIconSizeLarge: string;
175
+ static btnDefaultBg: string;
176
+ static btnDefaultBgStart: string;
177
+ static btnDefaultBgEnd: string;
178
+ static btnDefaultCheckedBorderColor: string;
179
+ static get btnDefaultTextColor(): string;
180
+ static btnDefaultHoverBg: string;
181
+ static btnDefaultHoverBgStart: string;
182
+ static btnDefaultHoverBgEnd: string;
183
+ static btnDefaultActiveBg: string;
184
+ static btnDefaultHoverBorderColor: string;
185
+ static btnDefaultHoverBorderBottomColor: string;
186
+ static btnDefaultActiveBorderColor: string;
187
+ static btnDefaultActiveBorderTopColor: string;
188
+ static btnDefaultBorderColor: string;
189
+ static btnDefaultBorderBottomColor: string;
190
+ static btnDefaultActiveShadow: string;
191
+ static btnSuccessBg: string;
192
+ static btnSuccessHoverBg: string;
193
+ static btnSuccessHoverBorderColor: string;
194
+ static btnSuccessHoverBorderBottomColor: string;
195
+ static btnSuccessBorderColor: string;
196
+ static btnSuccessBorderBottomColor: string;
197
+ static btnSuccessBgStart: string;
198
+ static btnSuccessBgEnd: string;
199
+ static btnSuccessTextColor: string;
200
+ static btnSuccessHoverBgStart: string;
201
+ static btnSuccessHoverBgEnd: string;
202
+ static btnSuccessActiveBg: string;
203
+ static btnSuccessActiveBorderColor: string;
204
+ static btnSuccessActiveBorderTopColor: string;
205
+ static btnSuccessActiveShadow: string;
206
+ static btnPrimaryBg: string;
207
+ static btnPrimaryHoverBg: string;
208
+ static btnPrimaryHoverBorderColor: string;
209
+ static btnPrimaryHoverBorderBottomColor: string;
210
+ static btnPrimaryBorderColor: string;
211
+ static btnPrimaryBorderBottomColor: string;
212
+ static btnPrimaryBgStart: string;
213
+ static btnPrimaryBgEnd: string;
214
+ static btnPrimaryTextColor: string;
215
+ static btnPrimaryHoverBgStart: string;
216
+ static btnPrimaryHoverBgEnd: string;
217
+ static btnPrimaryActiveBg: string;
218
+ static btnPrimaryActiveBorderColor: string;
219
+ static btnPrimaryActiveBorderTopColor: string;
220
+ static btnPrimaryActiveShadow: string;
221
+ static btnDangerBg: string;
222
+ static btnDangerHoverBg: string;
223
+ static btnDangerHoverBorderColor: string;
224
+ static btnDangerHoverBorderBottomColor: string;
225
+ static btnDangerBorderColor: string;
226
+ static btnDangerBorderBottomColor: string;
227
+ static btnDangerBgStart: string;
228
+ static btnDangerBgEnd: string;
229
+ static btnDangerTextColor: string;
230
+ static btnDangerHoverBgStart: string;
231
+ static btnDangerHoverBgEnd: string;
232
+ static btnDangerActiveBg: string;
233
+ static btnDangerActiveBorderColor: string;
234
+ static btnDangerActiveBorderTopColor: string;
235
+ static btnDangerActiveShadow: string;
236
+ static btnPayBg: string;
237
+ static btnPayHoverBg: string;
238
+ static btnPayHoverBorderColor: string;
239
+ static btnPayHoverBorderBottomColor: string;
240
+ static btnPayBorderColor: string;
241
+ static btnPayBorderBottomColor: string;
242
+ static btnPayBgStart: string;
243
+ static btnPayBgEnd: string;
244
+ static get btnPayTextColor(): string;
245
+ static btnPayHoverBgStart: string;
246
+ static btnPayHoverBgEnd: string;
247
+ static btnPayActiveBg: string;
248
+ static btnPayActiveBorderColor: string;
249
+ static btnPayActiveBorderTopColor: string;
250
+ static btnPayActiveShadow: string;
251
+ static btnMenuArrowColor: string;
252
+ static get btnFontSizeSmall(): string;
253
+ static get btnFontSizeMedium(): string;
254
+ static get btnFontSizeLarge(): string;
255
+ static get btnLineHeightSmall(): string;
256
+ static get btnLineHeightMedium(): string;
257
+ static get btnLineHeightLarge(): string;
258
+ static get btnPaddingYSmall(): string;
259
+ static get btnPaddingYMedium(): string;
260
+ static get btnPaddingYLarge(): string;
261
+ static get btnDisabledBg(): string;
262
+ static get btnBorderColorWarning(): string;
263
+ static get btnBorderColorError(): string;
264
+ static get btnHeightSmall(): string;
265
+ static get btnHeightMedium(): string;
266
+ static get btnHeightLarge(): string;
267
+ static get btnLinkColor(): string;
268
+ static get btnLinkHoverColor(): string;
269
+ static get btnLinkHoverTextDecoration(): string;
270
+ static get btnLinkIconMarginRight(): string;
271
+ static get btnErrorSecondary(): string;
272
+ static get btnWarningSecondary(): string;
273
+ static get btnOutlineColorFocus(): string;
274
+ static btnInsetColor: string;
275
+ static get btnBorderColorFocus(): string;
276
+ static get btnLinkDisabledColor(): string;
277
+ static get btnDisabledTextColor(): string;
278
+ static selectPlaceholderColor: string;
279
+ static selectBorderWidth: string;
280
+ static get selectPlaceholderColorDisabled(): string;
281
+ static get selectOutlineWidth(): string;
282
+ static get selectLineHeightSmall(): string;
283
+ static get selectFontSizeSmall(): string;
284
+ static selectPaddingXSmall: string;
285
+ static get selectPaddingYSmall(): string;
286
+ static get selectBorderRadiusSmall(): string;
287
+ static get selectIconGapSmall(): string;
288
+ static get selectLineHeightMedium(): string;
289
+ static get selectFontSizeMedium(): string;
290
+ static selectPaddingXMedium: string;
291
+ static get selectPaddingYMedium(): string;
292
+ static get selectBorderRadiusMedium(): string;
293
+ static get selectIconGapMedium(): string;
294
+ static get selectLineHeightLarge(): string;
295
+ static get selectFontSizeLarge(): string;
296
+ static selectPaddingXLarge: string;
297
+ static get selectPaddingYLarge(): string;
298
+ static get selectBorderRadiusLarge(): string;
299
+ static get selectIconGapLarge(): string;
300
+ static get selectMenuArrowColor(): string;
301
+ static get selectMenuArrowColorDisabled(): string;
302
+ static get selectIconSizeSmall(): string;
303
+ static get selectIconSizeMedium(): string;
304
+ static get selectIconSizeLarge(): string;
305
+ static get selectTextColorDisabled(): string;
306
+ static get selectBgDisabled(): string;
307
+ static get selectBorderColorDisabled(): string;
308
+ static tooltipPaddingY: string;
309
+ static tooltipPaddingX: string;
310
+ static tooltipCloseBtnPadding: string;
311
+ static tooltipCloseBtnColor: string;
312
+ static tooltipCloseBtnHoverColor: string;
313
+ static get tooltipTextColor(): string;
314
+ static get tooltipBorder(): string;
315
+ static get tooltipBorderRadius(): string;
316
+ static tooltipPinOffset: string;
317
+ static tooltipPinOffsetX: string;
318
+ static tooltipPinOffsetY: string;
319
+ static tooltipMargin: string;
320
+ static get tooltipPinSize(): string;
321
+ static tooltipMenuPinOffset: string;
322
+ static get tooltipMenuMargin(): string;
323
+ static get tooltipMenuPinSize(): string;
324
+ static kebabPinOffset: string;
325
+ static get kebabPinSize(): string;
326
+ static kebabMargin: string;
327
+ static kebabBackground: string;
328
+ static kebabBackgroundHover: string;
329
+ static kebabBorderRadius: string;
330
+ static kebabBorder: string;
331
+ static modalBackBg: string;
332
+ static modalBackOpacity: string;
333
+ static modalCloseButtonColor: string;
334
+ static modalCloseButtonDisabledColor: string;
335
+ static modalCloseButtonHoverColor: string;
336
+ static modalCloseButtonPadding: string;
337
+ static modalCloseButtonLegacyShift: string;
338
+ static modalCloseButtonBottomPadding: string;
339
+ static modalCloseButtonClickArea: string;
340
+ static modalCloseIconSize: string;
341
+ static modalCloseLegacyGap: string;
342
+ static modalCloseWrapperLegacyGap: string;
343
+ static modalFixedHeaderBg: string;
344
+ static get modalFixedHeaderShadow(): string;
345
+ static get modalFixedFooterShadow(): string;
346
+ static modalFooterBg: string;
347
+ static modalAdaptiveThreshold: string;
348
+ static modalPaddingTop: string;
349
+ static modalPaddingLeft: string;
350
+ static modalPaddingRight: string;
351
+ static modalHeaderFontSize: string;
352
+ static get modalHeaderTextColor(): string;
353
+ static modalHeaderLineHeight: string;
354
+ static modalHeaderPaddingBottom: string;
355
+ static modalHeaderPaddingTop: string;
356
+ static modalFixedHeaderPaddingBottom: string;
357
+ static modalBodyPaddingBottom: string;
358
+ static modalFooterPaddingTop: string;
359
+ static modalFooterPaddingBottom: string;
360
+ static modalPaddingBottom: string;
361
+ static modalFooterPanelPaddingTop: string;
362
+ static modalFooterPanelPaddingBottom: string;
363
+ static sidePageFooterPanelBg: string;
364
+ static sidePageBackingBg: string;
365
+ static sidePageBackingBgOpacity: string;
366
+ static sidePageCloseButtonColor: string;
367
+ static sidePageCloseButtonHoverColor: string;
368
+ static sidePageContainerShadow: string;
369
+ static sidePagePaddingLeft: string;
370
+ static sidePagePaddingRight: string;
371
+ static sidePagePaddingTop: string;
372
+ static sidePagePaddingBottom: string;
373
+ static sidePageFooterPaddingTop: string;
374
+ static sidePageFooterPaddingBottom: string;
375
+ static get sidePageBgDefault(): string;
376
+ static get sidePageHeaderTextColor(): string;
377
+ static sidePageHeaderFontSize: string;
378
+ static sidePageHeaderLineHeight: string;
379
+ static sidePageHeaderPaddingBottom: string;
380
+ static sidePageHeaderPaddingTop: string;
381
+ static sidePageHeaderFixedFontSize: string;
382
+ static sidePageHeaderFixedLineHeight: string;
383
+ static sidePageHeaderFixedPaddingY: string;
384
+ static sidePageHeaderStickyOffset: string;
385
+ static sidePageCloseButtonPadding: string;
386
+ static sidePageCloseButtonLegacyPaddingLeft: string;
387
+ static sidePageFooterPanelPaddingTop: string;
388
+ static sidePageFooterPanelPaddingBottom: string;
389
+ static sidePageCloseIconSize: string;
390
+ static sidePageCloseButtonClickArea: string;
391
+ static get sidePageFixedHeaderShadow(): string;
392
+ static get sidePageFixedFooterShadow(): string;
393
+ static dateInputIconColor: string;
394
+ static dateInputMaskColor: string;
395
+ static dateInputComponentSelectedBgColor: string;
396
+ static calendarCellBg: string;
397
+ static calendarCellHoverColor: string;
398
+ static calendarCellActiveHoverColor: string;
399
+ static calendarCellWeekendColor: string;
400
+ static calendarCellTodayBorder: string;
401
+ static calendarCellSelectedBgColor: string;
402
+ static calendarCellSelectedFontColor: string;
403
+ static calendarCellSize: string;
404
+ static calendarMonthHeaderStickedBgColor: string;
405
+ static calendarMonthTitleBorderBottomColor: string;
406
+ static get calendarCellHoverBgColor(): string;
407
+ static calendarPaddingX: string;
408
+ static calendarMonthTitleLineHeight: string;
409
+ static calendarMonthTitlePaddingTop: string;
410
+ static calendarMonthTitlePaddingBottom: string;
411
+ static calendarMonthTitleMarginX: string;
412
+ static calendarMonthTitleMarginBottom: string;
413
+ static calendarWrapperHeight: string;
414
+ static calendarMonthMarginBottom: string;
415
+ static calendarMaxMonthsToAppendOnScroll: string;
416
+ static dateSelectLineHeight: string;
417
+ static dateSelectFontSize: string;
418
+ static dateSelectFontWeight: string;
419
+ static dateSelectMenuItemBgSelected: string;
420
+ static get dateSelectTextColorDisabled(): string;
421
+ static get dateSelectTextColorDefault(): string;
422
+ static get dateSelectLinkColor(): string;
423
+ static get dateSelectPopupBoxShadow(): string;
424
+ static get dateSelectTextColorInvert(): string;
425
+ static datePickerOpenBtnColor: string;
426
+ static pickerBg: string;
427
+ static pickerShadow: string;
428
+ static pickerTodayWrapperBgColor: string;
429
+ static pickerTodayWrapperBorderTop: string;
430
+ static pickerTodayWrapperHoverBgColor: string;
431
+ static pickerTodayWrapperFontSize: string;
432
+ static pickerTodayWrapperLineHeight: string;
433
+ static pickerTodayWrapperPaddingTop: string;
434
+ static pickerTodayWrapperPaddingBottom: string;
435
+ static get dateSelectMenuBg(): string;
436
+ static get dateSelectMenuItemBgActive(): string;
437
+ static get dateSelectMenuItemBgDisabled(): string;
438
+ static get dateSelectMenuItemFontActive(): string;
439
+ static get dateSelectMenuItemFontSelected(): string;
440
+ static get dateSelectMenuItemFontDisabled(): string;
441
+ static pagingFontSize: string;
442
+ static pagingForwardIconSize: string;
443
+ static pagingForwardIconMarginTop: string;
444
+ static pagingPageLinkPaddingX: string;
445
+ static pagingPageLinkPaddingY: string;
446
+ static pagingPageLinkLegacyPaddingY: string;
447
+ static pagingPageLinkMinWidth: string;
448
+ static pagingPageForwardLinkMarginTop: string;
449
+ static pagingPageForwardLinkMarginLeft: string;
450
+ static pagingPageForwardLinkPaddingRight: string;
451
+ static pagingLineHeight: string;
452
+ static pagingDotsColor: string;
453
+ static pagingDotsPadding: string;
454
+ static pagingPageLinkActiveBg: string;
455
+ static get pagingPageLinkActiveColor(): string;
456
+ static pagingPageLinkHoverBg: string;
457
+ static pagingPageLinkHintColor: string;
458
+ static pagingPageLinkHintFontSize: string;
459
+ static pagingPageLinkHintLineHeight: string;
460
+ static pagingPageLinkBorderRadius: string;
461
+ static pagingPageLinkMargin: string;
462
+ static get pagingForwardLinkColor(): string;
463
+ static get pagingForwardLinkDisabledColor(): string;
464
+ static get hintColor(): string;
465
+ static get hintFontSize(): string;
466
+ static get hintLineHeight(): string;
467
+ static hintMaxWidth: string;
468
+ static hintPaddingY: string;
469
+ static hintPaddingX: string;
470
+ static hintTextAlign: string;
471
+ static hintBgColor: string;
472
+ static get hintBorder(): string;
473
+ static get hintBorderRadius(): string;
474
+ static hintPinOffset: string;
475
+ static hintMargin: string;
476
+ static get toastFontSize(): string;
477
+ static toastLineHeight: string;
478
+ static toastPaddingY: string;
479
+ static toastPaddingX: string;
480
+ static toastBorderRadius: string;
481
+ static toastBorder: string;
482
+ static toastTop: string;
483
+ static toastBg: string;
484
+ static toastColor: string;
485
+ static toastLinkColor: string;
486
+ static toastClosePadding: string;
487
+ static toastCloseColor: string;
488
+ static toastCloseHoverColor: string;
489
+ static toastCloseSize: string;
490
+ static dropdownMenuSelectedBg: string;
491
+ static get dropdownMenuHoverBg(): string;
492
+ static get menuBgDefault(): string;
493
+ static menuBorder: string;
494
+ static menuShadow: string;
495
+ static menuPaddingY: string;
496
+ static get menuItemTextColor(): string;
497
+ static get menuItemSelectedBg(): string;
498
+ static get menuItemHoverBg(): string;
499
+ static menuItemIconWidth: string;
500
+ static menuItemIconGap: string;
501
+ static menuItemIconLegacyMargin: string;
502
+ static menuItemIconLegacyShift: string;
503
+ static get menuItemPaddingForIcon(): string;
504
+ static menuItemLineHeight: string;
505
+ static get menuItemFontSize(): string;
506
+ static menuItemPaddingX: string;
507
+ static get menuItemPaddingY(): string;
508
+ static menuItemLegacyPaddingX: string;
509
+ static menuItemLegacyPaddingY: string;
510
+ static get menuItemHoverColor(): string;
511
+ static get menuItemDisabledColor(): string;
512
+ static get menuItemLinkColor(): string;
513
+ static menuItemCommentColor: string;
514
+ static menuItemCommentColorHover: string;
515
+ static get menuHeaderColor(): string;
516
+ static menuHeaderLineHeight: string;
517
+ static menuHeaderFontSize: string;
518
+ static get menuHeaderPaddingX(): string;
519
+ static menuHeaderPaddingTop: string;
520
+ static menuHeaderPaddingBottom: string;
521
+ static menuHeaderLegacyPaddingRight: string;
522
+ static menuSeparatorBorderColor: string;
523
+ static menuSeparatorMarginY: string;
524
+ static menuSeparatorBorderWidth: string;
525
+ static get toggleTextColor(): string;
526
+ static toggleHandleActiveWidthIncrement: string;
527
+ static get toggleHandleBorderRadius(): string;
528
+ static toggleHeight: string;
529
+ static toggleWidth: string;
530
+ static toggleBorderRadius: string;
531
+ static toggleBg: string;
532
+ static toggleDisabledHandleBg: string;
533
+ static toggleBaseBg: string;
534
+ static get toggleBgDisabled(): string;
535
+ static get toggleBgDisabledChecked(): string;
536
+ static get toggleBgHover(): string;
537
+ static toggleBgChecked: string;
538
+ static toggleBorderWidth: string;
539
+ static toggleOutlineWidth: string;
540
+ static toggleBorderColor: string;
541
+ static get toggleBorderColorDisabled(): string;
542
+ static get toggleBorderColorDisabledChecked(): string;
543
+ static toggleBgFocus: string;
544
+ static get toggleBgActive(): string;
545
+ static get toggleShadowColorError(): string;
546
+ static get toggleShadowColorWarning(): string;
547
+ static get toggleFocusShadowColor(): string;
548
+ static toggleCaptionGap: string;
549
+ static popupBorder: string;
550
+ static popupBorderRadius: string;
551
+ static popupBorderColor: string;
552
+ static popupDropShadow: string;
553
+ static popupBoxShadow: string;
554
+ static get popupTextColor(): string;
555
+ static get popupBackground(): string;
556
+ static popupPinOffset: string;
557
+ static popupPinOffsetX: string;
558
+ static popupPinOffsetY: string;
559
+ static popupMargin: string;
560
+ static popupPinSize: string;
561
+ static get inputTextColor(): string;
562
+ static inputShadow: string;
563
+ static inputBg: string;
564
+ static inputIconColor: string;
565
+ static inputColor: string;
566
+ static inputWidth: string;
567
+ static get inputTextColorDisabled(): string;
568
+ static get inputFontSizeSmall(): string;
569
+ static get inputFontSizeMedium(): string;
570
+ static get inputFontSizeLarge(): string;
571
+ static get inputLineHeightSmall(): string;
572
+ static get inputLineHeightMedium(): string;
573
+ static get inputLineHeightLarge(): string;
574
+ static get inputHeightSmall(): string;
575
+ static get inputHeightMedium(): string;
576
+ static get inputHeightLarge(): string;
577
+ static get inputPaddingYSmall(): string;
578
+ static get inputPaddingYMedium(): string;
579
+ static get inputPaddingYLarge(): string;
580
+ static inputPaddingXSmall: string;
581
+ static inputPaddingXMedium: string;
582
+ static inputPaddingXLarge: string;
583
+ static inputIconGapSmall: string;
584
+ static inputIconGapMedium: string;
585
+ static inputIconGapLarge: string;
586
+ static inputIconSizeSmall: string;
587
+ static inputIconSizeMedium: string;
588
+ static inputIconSizeLarge: string;
589
+ static get inputFocusShadow(): string;
590
+ static get inputDisabledBg(): string;
591
+ static get inputDisabledBorderColor(): string;
592
+ static get inputFocusOutline(): string;
593
+ static get inputBorderWidth(): string;
594
+ static get inputOutlineWidth(): string;
595
+ static inputBorderRadiusSmall: string;
596
+ static inputBorderRadiusMedium: string;
597
+ static inputBorderRadiusLarge: string;
598
+ static get inputBorderColor(): string;
599
+ static get inputBorderColorFocus(): string;
600
+ static get inputBorderColorError(): string;
601
+ static get inputBorderColorWarning(): string;
602
+ static get inputBorderTopColor(): string;
603
+ static get inputPlaceholderColor(): string;
604
+ static get inputPlaceholderColorDisabled(): string;
605
+ static get inputPlaceholderColorLight(): string;
606
+ static get inputBlinkColor(): string;
607
+ static checkboxBorderWidthCompensation: string;
608
+ static get checkboxFontSize(): string;
609
+ static get checkboxLineHeight(): string;
610
+ static checkboxBoxSize: string;
611
+ static checkboxLabelGap: string;
612
+ static checkboxPaddingY: string;
613
+ static checkboxBgStart: string;
614
+ static checkboxBgEnd: string;
615
+ static get checkboxTextColorDefault(): string;
616
+ static get checkboxTextColorDisabled(): string;
617
+ static get checkboxShadowDisabled(): string;
618
+ static checkboxBorder: string;
619
+ static checkboxBorderWidth: string;
620
+ static get checkboxShadow(): string;
621
+ static get checkboxShadowHover(): string;
622
+ static get checkboxCheckedColor(): string;
623
+ static get checkboxOutlineColorFocus(): string;
624
+ static get checkboxBorderColorWarning(): string;
625
+ static get checkboxBorderColorError(): string;
626
+ static get checkboxCheckedHoverShadow(): string;
627
+ static checkboxBorderRadius: string;
628
+ static checkboxOutlineWidth: string;
629
+ static get checkboxCheckedShadow(): string;
630
+ static get checkboxCheckedActiveShadow(): string;
631
+ static get checkboxBorderColorFocus(): string;
632
+ static get checkboxBg(): string;
633
+ static get checkboxHoverBg(): string;
634
+ static get checkboxActiveBg(): string;
635
+ static get checkboxCheckedBg(): string;
636
+ static get checkboxBgDisabled(): string;
637
+ static get checkboxCheckedHoverBg(): string;
638
+ static get checkboxCheckedActiveBg(): string;
639
+ static get checkboxShadowActive(): string;
640
+ static get textareaBg(): string;
641
+ static get textareaColor(): string;
642
+ static get textareaTextColorDisabled(): string;
643
+ static get textareaPlaceholderColorLight(): string;
644
+ static get textareaPlaceholderColor(): string;
645
+ static get textareaPlaceholderColorDisabled(): string;
646
+ static textareaShadow: string;
647
+ static get textareaFontSize(): string;
648
+ static get textareaLineHeight(): string;
649
+ static textareaBorderRadius: string;
650
+ static get textareaBorderWidth(): string;
651
+ static get textareaOutlineWidth(): string;
652
+ static get textareaMinHeight(): string;
653
+ static textareaWidth: string;
654
+ static get textareaPaddingX(): string;
655
+ static get textareaPaddingY(): string;
656
+ static get textareaBorderColor(): string;
657
+ static get textareaBorderTopColor(): string;
658
+ static get textareaBorderColorFocus(): string;
659
+ static get textareaBorderColorWarning(): string;
660
+ static get textareaBorderColorError(): string;
661
+ static get textareaDisabledBg(): string;
662
+ static get textareaDisabledBorderColor(): string;
663
+ static get textareaCounterColor(): string;
664
+ static get textareaCounterBg(): string;
665
+ static get textareaCounterErrorColor(): string;
666
+ static get textareaCounterHelpIconColor(): string;
667
+ static radioBulletSize: string;
668
+ static get radioOutlineWidth(): string;
669
+ static get radioTextColor(): string;
670
+ static radioSize: string;
671
+ static get radioSizeAfter(): string;
672
+ static get radioFontSize(): string;
673
+ static get radioLineHeight(): string;
674
+ static radioLabelGap: string;
675
+ static radioPaddingY: string;
676
+ static radioVerticalAlign: string;
677
+ static radioBgImage: string;
678
+ static radioBgColor: string;
679
+ static radioHoverBg: string;
680
+ static radioActiveBg: string;
681
+ static radioBorderWidth: string;
682
+ static radioBorderColor: string;
683
+ static get radioBoxShadow(): string;
684
+ static radioBorder: string;
685
+ static get radioBorderColorFocus(): string;
686
+ static get radioBorderColorWarning(): string;
687
+ static get radioBorderColorError(): string;
688
+ static get radioHoverShadow(): string;
689
+ static get radioActiveShadow(): string;
690
+ static radioFocusShadow: string;
691
+ static radioCheckedBgColor: string;
692
+ static radioCheckedBorderColor: string;
693
+ static radioCheckedBulletColor: string;
694
+ static get radioCheckedHoverBgColor(): string;
695
+ static get radioDisabledBg(): string;
696
+ static get radioDisabledShadow(): string;
697
+ static radioLabelDisplay: string;
698
+ static radioBorderWidthCompensation: string;
699
+ static radioMarginY: string;
700
+ static radioGroupLegacyItemGap: string;
701
+ static get tabFontSize(): string;
702
+ static get tabPaddingX(): string;
703
+ static get tabsMarginX(): string;
704
+ static tabPaddingY: string;
705
+ static get tabLineHeight(): string;
706
+ static tabBorderWidth: string;
707
+ static tabOutlineWidth: string;
708
+ static get tabTextColorDefault(): string;
709
+ static get tabColorFocus(): string;
710
+ static get tabColorError(): string;
711
+ static get tabColorWarning(): string;
712
+ static get tabColorSuccess(): string;
713
+ static get tabColorPrimary(): string;
714
+ static get tabColorHover(): string;
715
+ static get tabColorHoverError(): string;
716
+ static get tabColorHoverWarning(): string;
717
+ static get tabColorHoverSuccess(): string;
718
+ static get tabColorHoverPrimary(): string;
719
+ static get spinnerBgColor(): string;
720
+ static get spinnerColor(): string;
721
+ static get spinnerDimmedColor(): string;
722
+ static get spinnerCaptionColor(): string;
723
+ static spinnerFontSizeSmall: string;
724
+ static spinnerFontSizeMedium: string;
725
+ static spinnerFontSizeLarge: string;
726
+ static spinnerLineHeightSmall: string;
727
+ static spinnerLineHeightMedium: string;
728
+ static spinnerLineHeightLarge: string;
729
+ static spinnerCaptionGapSmall: string;
730
+ static spinnerCaptionGapMedium: string;
731
+ static spinnerCaptionGapLarge: string;
732
+ static get switcherTextColor(): string;
733
+ static switcherOutlineWidth: string;
734
+ static switcherLabelFontSizeSmall: string;
735
+ static switcherLabelFontSizeMedium: string;
736
+ static switcherLabelFontSizeLarge: string;
737
+ static switcherLabelLineHeightSmall: string;
738
+ static switcherLabelLineHeightMedium: string;
739
+ static switcherLabelLineHeightLarge: string;
740
+ static switcherLabelGapSmall: string;
741
+ static switcherLabelGapMedium: string;
742
+ static switcherLabelGapLarge: string;
743
+ static get switcherButtonPaddingXSmall(): string;
744
+ static get switcherButtonPaddingXMedium(): string;
745
+ static get switcherButtonPaddingXLarge(): string;
746
+ static get switcherButtonPaddingYSmall(): string;
747
+ static get switcherButtonPaddingYMedium(): string;
748
+ static get switcherButtonPaddingYLarge(): string;
749
+ static get switcherButtonLineHeightSmall(): string;
750
+ static get switcherButtonLineHeightMedium(): string;
751
+ static get switcherButtonLineHeightLarge(): string;
752
+ static get switcherButtonFontSizeSmall(): string;
753
+ static get switcherButtonFontSizeMedium(): string;
754
+ static get switcherButtonFontSizeLarge(): string;
755
+ static get switcherButtonBorderRadiusSmall(): string;
756
+ static get switcherButtonBorderRadiusMedium(): string;
757
+ static get switcherButtonBorderRadiusLarge(): string;
758
+ static get switcherButtonBorderWidth(): string;
759
+ static get switcherButtonDisabledBorderColor(): string;
760
+ static get switcherButtonCheckedDisabledShadow(): string;
761
+ static scrollContainerScrollBarSize: string;
762
+ static scrollContainerScrollBarHoverSize: string;
763
+ static scrollContainerScrollBarColor: string;
764
+ static scrollContainerScrollBarInvertColor: string;
765
+ }
766
+ export declare const DefaultThemeInternal: typeof DefaultTheme;