@skbkontur/react-ui 4.0.0-beta.1 → 4.0.0-beta.5

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 (1209) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.d.ts +125 -125
  2. package/cjs/components/Autocomplete/Autocomplete.styles.d.ts +4 -4
  3. package/cjs/components/Autocomplete/index.d.ts +1 -1
  4. package/cjs/components/Button/Button.d.ts +162 -162
  5. package/cjs/components/Button/Button.js +4 -3
  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 +72 -71
  9. package/cjs/components/Button/Button.styles.js +41 -31
  10. package/cjs/components/Button/Button.styles.js.map +1 -1
  11. package/cjs/components/Button/Corners.d.ts +6 -6
  12. package/cjs/components/Button/index.d.ts +1 -1
  13. package/cjs/components/Center/Center.d.ts +25 -25
  14. package/cjs/components/Center/Center.styles.d.ts +7 -7
  15. package/cjs/components/Center/index.d.ts +1 -1
  16. package/cjs/components/Checkbox/Checkbox.d.ts +96 -96
  17. package/cjs/components/Checkbox/Checkbox.styles.d.ts +23 -23
  18. package/cjs/components/Checkbox/index.d.ts +1 -1
  19. package/cjs/components/ComboBox/ComboBox.d.ts +184 -184
  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 -106
  23. package/cjs/components/CurrencyInput/CurrencyInputHelper.d.ts +20 -20
  24. package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +18 -18
  25. package/cjs/components/CurrencyInput/CursorHelper.d.ts +10 -10
  26. package/cjs/components/CurrencyInput/SelectionHelper.d.ts +11 -11
  27. package/cjs/components/CurrencyInput/constants.d.ts +2 -2
  28. package/cjs/components/CurrencyInput/index.d.ts +1 -1
  29. package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +24 -24
  30. package/cjs/components/CurrencyLabel/index.d.ts +1 -1
  31. package/cjs/components/DateInput/DateFragmentsView.d.ts +20 -20
  32. package/cjs/components/DateInput/DateFragmentsView.styles.d.ts +7 -7
  33. package/cjs/components/DateInput/DateInput.d.ts +107 -107
  34. package/cjs/components/DateInput/DateInput.styles.d.ts +10 -10
  35. package/cjs/components/DateInput/ViewDateInputValidateChecks.d.ts +10 -10
  36. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.d.ts +21 -21
  37. package/cjs/components/DateInput/helpers/InternalDateMediator.d.ts +26 -26
  38. package/cjs/components/DateInput/helpers/SelectionHelpers.d.ts +2 -2
  39. package/cjs/components/DateInput/helpers/inputNumber.d.ts +5 -5
  40. package/cjs/components/DateInput/index.d.ts +1 -1
  41. package/cjs/components/DatePicker/DatePicker.d.ts +134 -134
  42. package/cjs/components/DatePicker/DatePicker.styles.d.ts +3 -3
  43. package/cjs/components/DatePicker/DatePickerHelpers.d.ts +2 -2
  44. package/cjs/components/DatePicker/Picker.d.ts +33 -33
  45. package/cjs/components/DatePicker/Picker.styles.d.ts +5 -5
  46. package/cjs/components/DatePicker/index.d.ts +1 -1
  47. package/cjs/components/DatePicker/locale/index.d.ts +4 -4
  48. package/cjs/components/DatePicker/locale/locales/en.d.ts +2 -2
  49. package/cjs/components/DatePicker/locale/locales/ru.d.ts +2 -2
  50. package/cjs/components/DatePicker/locale/types.d.ts +5 -5
  51. package/cjs/components/Dropdown/Dropdown.d.ts +124 -124
  52. package/cjs/components/Dropdown/index.d.ts +1 -1
  53. package/cjs/components/DropdownMenu/DropdownMenu.d.ts +65 -65
  54. package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
  55. package/cjs/components/DropdownMenu/index.d.ts +1 -1
  56. package/cjs/components/FileUploader/FileUploader.d.ts +42 -0
  57. package/cjs/components/FileUploader/FileUploader.js +283 -0
  58. package/cjs/components/FileUploader/FileUploader.js.map +1 -0
  59. package/cjs/components/FileUploader/FileUploader.md +67 -0
  60. package/cjs/components/FileUploader/FileUploader.styles.d.ts +21 -0
  61. package/cjs/components/FileUploader/FileUploader.styles.js +167 -0
  62. package/cjs/components/FileUploader/FileUploader.styles.js.map +1 -0
  63. package/cjs/components/FileUploader/index.d.ts +5 -0
  64. package/cjs/components/FileUploader/index.js +5 -0
  65. package/cjs/components/FileUploader/index.js.map +1 -0
  66. package/cjs/components/FileUploader/locale/index.d.ts +4 -0
  67. package/cjs/components/FileUploader/locale/index.js +11 -0
  68. package/cjs/components/FileUploader/locale/index.js.map +1 -0
  69. package/cjs/components/FileUploader/locale/locales/en.d.ts +2 -0
  70. package/cjs/components/FileUploader/locale/locales/en.js +7 -0
  71. package/cjs/components/FileUploader/locale/locales/en.js.map +1 -0
  72. package/cjs/components/FileUploader/locale/locales/ru.d.ts +2 -0
  73. package/cjs/components/FileUploader/locale/locales/ru.js +7 -0
  74. package/cjs/components/FileUploader/locale/locales/ru.js.map +1 -0
  75. package/cjs/components/FileUploader/locale/types.d.ts +6 -0
  76. package/cjs/components/FileUploader/locale/types.js +1 -0
  77. package/cjs/components/FileUploader/locale/types.js.map +1 -0
  78. package/cjs/components/FxInput/FxInput.d.ts +50 -50
  79. package/cjs/components/FxInput/index.d.ts +1 -1
  80. package/cjs/components/Gapped/Gapped.d.ts +57 -57
  81. package/cjs/components/Gapped/index.d.ts +1 -1
  82. package/cjs/components/GlobalLoader/GlobalLoader.d.ts +110 -0
  83. package/cjs/components/GlobalLoader/GlobalLoader.js +269 -0
  84. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -0
  85. package/cjs/components/GlobalLoader/GlobalLoader.md +88 -0
  86. package/cjs/components/GlobalLoader/GlobalLoaderView.d.ts +13 -0
  87. package/cjs/components/GlobalLoader/GlobalLoaderView.js +70 -0
  88. package/cjs/components/GlobalLoader/GlobalLoaderView.js.map +1 -0
  89. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.d.ts +15 -0
  90. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js +145 -0
  91. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js.map +1 -0
  92. package/cjs/components/GlobalLoader/index.d.ts +1 -0
  93. package/cjs/components/GlobalLoader/index.js +1 -0
  94. package/cjs/components/GlobalLoader/index.js.map +1 -0
  95. package/cjs/components/GlobalLoader/useParams.d.ts +21 -0
  96. package/cjs/components/GlobalLoader/useParams.js +44 -0
  97. package/cjs/components/GlobalLoader/useParams.js.map +1 -0
  98. package/cjs/components/Group/Group.d.ts +14 -14
  99. package/cjs/components/Group/Group.styles.d.ts +8 -8
  100. package/cjs/components/Group/index.d.ts +1 -1
  101. package/cjs/components/Hint/Hint.d.ts +84 -83
  102. package/cjs/components/Hint/Hint.js +0 -16
  103. package/cjs/components/Hint/Hint.js.map +1 -1
  104. package/cjs/components/Hint/Hint.styles.d.ts +6 -6
  105. package/cjs/components/Hint/index.d.ts +1 -1
  106. package/cjs/components/Input/Input.d.ts +157 -157
  107. package/cjs/components/Input/Input.styles.d.ts +42 -42
  108. package/cjs/components/Input/index.d.ts +1 -1
  109. package/cjs/components/Kebab/Kebab.d.ts +71 -71
  110. package/cjs/components/Kebab/Kebab.js.map +1 -1
  111. package/cjs/components/Kebab/Kebab.styles.d.ts +12 -12
  112. package/cjs/components/Kebab/index.d.ts +1 -1
  113. package/cjs/components/Link/Link.d.ts +72 -72
  114. package/cjs/components/Link/Link.js +1 -1
  115. package/cjs/components/Link/Link.js.map +1 -1
  116. package/cjs/components/Link/Link.mixins.d.ts +3 -3
  117. package/cjs/components/Link/Link.styles.d.ts +15 -15
  118. package/cjs/components/Link/Link.styles.js +3 -3
  119. package/cjs/components/Link/Link.styles.js.map +1 -1
  120. package/cjs/components/Link/index.d.ts +1 -1
  121. package/cjs/components/Loader/Loader.d.ts +100 -100
  122. package/cjs/components/Loader/Loader.styles.d.ts +8 -8
  123. package/cjs/components/Loader/index.d.ts +1 -1
  124. package/cjs/components/MenuHeader/MenuHeader.d.ts +20 -20
  125. package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +5 -5
  126. package/cjs/components/MenuHeader/index.d.ts +1 -1
  127. package/cjs/components/MenuItem/MenuItem.d.ts +95 -95
  128. package/cjs/components/MenuItem/MenuItem.js +1 -4
  129. package/cjs/components/MenuItem/MenuItem.js.map +1 -1
  130. package/cjs/components/MenuItem/MenuItem.styles.d.ts +14 -14
  131. package/cjs/components/MenuItem/index.d.ts +1 -1
  132. package/cjs/components/MenuSeparator/MenuSeparator.d.ts +12 -12
  133. package/cjs/components/MenuSeparator/MenuSeparator.styles.d.ts +4 -4
  134. package/cjs/components/MenuSeparator/index.d.ts +1 -1
  135. package/cjs/components/Modal/Modal.d.ts +88 -88
  136. package/cjs/components/Modal/Modal.styles.d.ts +40 -39
  137. package/cjs/components/Modal/Modal.styles.js +16 -8
  138. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  139. package/cjs/components/Modal/ModalBody.d.ts +23 -23
  140. package/cjs/components/Modal/ModalClose.d.ts +2 -2
  141. package/cjs/components/Modal/ModalContext.d.ts +16 -16
  142. package/cjs/components/Modal/ModalFooter.d.ts +21 -21
  143. package/cjs/components/Modal/ModalFooter.js +1 -0
  144. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  145. package/cjs/components/Modal/ModalHeader.d.ts +17 -17
  146. package/cjs/components/Modal/index.d.ts +4 -4
  147. package/cjs/components/Paging/NavigationHelper.d.ts +7 -7
  148. package/cjs/components/Paging/Paging.d.ts +90 -90
  149. package/cjs/components/Paging/Paging.styles.d.ts +16 -16
  150. package/cjs/components/Paging/PagingHelper.d.ts +2 -2
  151. package/cjs/components/Paging/index.d.ts +1 -1
  152. package/cjs/components/Paging/locale/index.d.ts +4 -4
  153. package/cjs/components/Paging/locale/locales/en.d.ts +2 -2
  154. package/cjs/components/Paging/locale/locales/ru.d.ts +2 -2
  155. package/cjs/components/Paging/locale/types.d.ts +3 -3
  156. package/cjs/components/PasswordInput/PasswordInput.d.ts +49 -49
  157. package/cjs/components/PasswordInput/PasswordInput.styles.d.ts +10 -10
  158. package/cjs/components/PasswordInput/index.d.ts +1 -1
  159. package/cjs/components/Radio/Radio.d.ts +77 -77
  160. package/cjs/components/Radio/Radio.styles.d.ts +21 -21
  161. package/cjs/components/Radio/index.d.ts +1 -1
  162. package/cjs/components/RadioGroup/Prevent.d.ts +8 -8
  163. package/cjs/components/RadioGroup/RadioGroup.d.ts +117 -117
  164. package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +7 -7
  165. package/cjs/components/RadioGroup/RadioGroupContext.d.ts +10 -10
  166. package/cjs/components/RadioGroup/index.d.ts +1 -1
  167. package/cjs/components/ResponsiveLayout/ResponsiveLayout.d.ts +11 -11
  168. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -11
  169. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js +11 -3
  170. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js.map +1 -1
  171. package/cjs/components/ResponsiveLayout/decorator.d.ts +33 -33
  172. package/cjs/components/ResponsiveLayout/index.d.ts +3 -3
  173. package/cjs/components/ResponsiveLayout/types.d.ts +3 -3
  174. package/cjs/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -2
  175. package/cjs/components/ScrollContainer/ScrollBar.d.ts +37 -37
  176. package/cjs/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -23
  177. package/cjs/components/ScrollContainer/ScrollContainer.d.ts +88 -88
  178. package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -10
  179. package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +16 -16
  180. package/cjs/components/ScrollContainer/index.d.ts +1 -1
  181. package/cjs/components/Select/Item.d.ts +7 -7
  182. package/cjs/components/Select/Select.d.ts +189 -189
  183. package/cjs/components/Select/Select.styles.d.ts +18 -18
  184. package/cjs/components/Select/index.d.ts +1 -1
  185. package/cjs/components/Select/locale/index.d.ts +4 -4
  186. package/cjs/components/Select/locale/locales/en.d.ts +2 -2
  187. package/cjs/components/Select/locale/locales/ru.d.ts +2 -2
  188. package/cjs/components/Select/locale/types.d.ts +4 -4
  189. package/cjs/components/Select/selectTheme.d.ts +3 -3
  190. package/cjs/components/SidePage/SidePage.d.ts +105 -105
  191. package/cjs/components/SidePage/SidePage.styles.d.ts +48 -47
  192. package/cjs/components/SidePage/SidePage.styles.js +14 -6
  193. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  194. package/cjs/components/SidePage/SidePageBody.d.ts +20 -20
  195. package/cjs/components/SidePage/SidePageContainer.d.ts +16 -16
  196. package/cjs/components/SidePage/SidePageContext.d.ts +15 -15
  197. package/cjs/components/SidePage/SidePageFooter.d.ts +39 -39
  198. package/cjs/components/SidePage/SidePageFooter.js +2 -1
  199. package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
  200. package/cjs/components/SidePage/SidePageHeader.d.ts +41 -41
  201. package/cjs/components/SidePage/index.d.ts +5 -5
  202. package/cjs/components/Spinner/Spinner.d.ts +57 -49
  203. package/cjs/components/Spinner/Spinner.js +22 -3
  204. package/cjs/components/Spinner/Spinner.js.map +1 -1
  205. package/cjs/components/Spinner/Spinner.md +1 -0
  206. package/cjs/components/Spinner/Spinner.styles.d.ts +13 -12
  207. package/cjs/components/Spinner/Spinner.styles.js +14 -11
  208. package/cjs/components/Spinner/Spinner.styles.js.map +1 -1
  209. package/cjs/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
  210. package/cjs/components/Spinner/index.d.ts +1 -1
  211. package/cjs/components/Spinner/locale/index.d.ts +4 -4
  212. package/cjs/components/Spinner/locale/locales/en.d.ts +2 -2
  213. package/cjs/components/Spinner/locale/locales/ru.d.ts +2 -2
  214. package/cjs/components/Spinner/locale/types.d.ts +4 -4
  215. package/cjs/components/Sticky/Sticky.d.ts +54 -54
  216. package/cjs/components/Sticky/Sticky.styles.d.ts +7 -7
  217. package/cjs/components/Sticky/index.d.ts +1 -1
  218. package/cjs/components/Switcher/Switcher.d.ts +56 -56
  219. package/cjs/components/Switcher/Switcher.styles.d.ts +11 -11
  220. package/cjs/components/Switcher/Switcher.styles.js +4 -2
  221. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  222. package/cjs/components/Switcher/index.d.ts +1 -1
  223. package/cjs/components/Switcher/switcherTheme.d.ts +2 -2
  224. package/cjs/components/Tabs/Indicator.d.ts +28 -28
  225. package/cjs/components/Tabs/Indicator.styles.d.ts +8 -8
  226. package/cjs/components/Tabs/Tab.d.ts +121 -121
  227. package/cjs/components/Tabs/Tab.styles.d.ts +27 -27
  228. package/cjs/components/Tabs/Tabs.d.ts +62 -62
  229. package/cjs/components/Tabs/Tabs.styles.d.ts +5 -5
  230. package/cjs/components/Tabs/TabsContext.d.ts +14 -14
  231. package/cjs/components/Tabs/index.d.ts +2 -2
  232. package/cjs/components/Textarea/Textarea.d.ts +185 -185
  233. package/cjs/components/Textarea/Textarea.styles.d.ts +15 -15
  234. package/cjs/components/Textarea/TextareaCounter.d.ts +13 -13
  235. package/cjs/components/Textarea/TextareaHelpers.d.ts +11 -11
  236. package/cjs/components/Textarea/index.d.ts +1 -1
  237. package/cjs/components/Toast/Toast.d.ts +58 -58
  238. package/cjs/components/Toast/Toast.styles.d.ts +6 -6
  239. package/cjs/components/Toast/ToastStatic.d.ts +8 -8
  240. package/cjs/components/Toast/ToastView.d.ts +38 -38
  241. package/cjs/components/Toast/ToastView.styles.d.ts +8 -8
  242. package/cjs/components/Toast/index.d.ts +1 -1
  243. package/cjs/components/Toggle/Toggle.d.ts +107 -107
  244. package/cjs/components/Toggle/Toggle.styles.d.ts +30 -30
  245. package/cjs/components/Toggle/index.d.ts +1 -1
  246. package/cjs/components/Token/Token.d.ts +36 -36
  247. package/cjs/components/Token/Token.styles.d.ts +29 -29
  248. package/cjs/components/Token/index.d.ts +1 -1
  249. package/cjs/components/TokenInput/TextWidthHelper.d.ts +18 -18
  250. package/cjs/components/TokenInput/TokenInput.d.ts +194 -194
  251. package/cjs/components/TokenInput/TokenInput.styles.d.ts +15 -15
  252. package/cjs/components/TokenInput/TokenInputMenu.d.ts +18 -18
  253. package/cjs/components/TokenInput/TokenInputReducer.d.ts +25 -25
  254. package/cjs/components/TokenInput/index.d.ts +1 -1
  255. package/cjs/components/TokenInput/locale/index.d.ts +4 -4
  256. package/cjs/components/TokenInput/locale/locales/en.d.ts +2 -2
  257. package/cjs/components/TokenInput/locale/locales/ru.d.ts +2 -2
  258. package/cjs/components/TokenInput/locale/types.d.ts +4 -4
  259. package/cjs/components/Tooltip/Tooltip.d.ts +162 -175
  260. package/cjs/components/Tooltip/Tooltip.js +15 -28
  261. package/cjs/components/Tooltip/Tooltip.js.map +1 -1
  262. package/cjs/components/Tooltip/Tooltip.styles.d.ts +5 -5
  263. package/cjs/components/Tooltip/index.d.ts +1 -1
  264. package/cjs/components/TooltipMenu/TooltipMenu.d.ts +65 -65
  265. package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
  266. package/cjs/components/TooltipMenu/index.d.ts +1 -1
  267. package/cjs/hooks/useDrop.d.ts +11 -0
  268. package/cjs/hooks/useDrop.js +75 -0
  269. package/cjs/hooks/useDrop.js.map +1 -0
  270. package/cjs/hooks/useEffectWithoutInitCall.d.ts +2 -0
  271. package/cjs/hooks/useEffectWithoutInitCall.js +13 -0
  272. package/cjs/hooks/useEffectWithoutInitCall.js.map +1 -0
  273. package/cjs/hooks/useMemoObject.d.ts +1 -0
  274. package/cjs/hooks/useMemoObject.js +5 -0
  275. package/cjs/hooks/useMemoObject.js.map +1 -0
  276. package/cjs/index.d.ts +52 -49
  277. package/cjs/index.js +4 -1
  278. package/cjs/index.js.map +1 -1
  279. package/cjs/internal/BGRuler.d.ts +30 -30
  280. package/cjs/internal/Calendar/Calendar.d.ts +66 -66
  281. package/cjs/internal/Calendar/Calendar.styles.d.ts +5 -5
  282. package/cjs/internal/Calendar/CalendarDateShape.d.ts +14 -14
  283. package/cjs/internal/Calendar/CalendarScrollEvents.d.ts +4 -4
  284. package/cjs/internal/Calendar/CalendarUtils.d.ts +19 -19
  285. package/cjs/internal/Calendar/DayCellView.d.ts +13 -13
  286. package/cjs/internal/Calendar/DayCellView.styles.d.ts +7 -7
  287. package/cjs/internal/Calendar/DayCellViewModel.d.ts +8 -8
  288. package/cjs/internal/Calendar/Month.d.ts +33 -33
  289. package/cjs/internal/Calendar/MonthView.d.ts +21 -21
  290. package/cjs/internal/Calendar/MonthView.styles.d.ts +10 -10
  291. package/cjs/internal/Calendar/MonthViewModel.d.ts +14 -14
  292. package/cjs/internal/Calendar/config.d.ts +9 -9
  293. package/cjs/internal/Calendar/index.d.ts +2 -2
  294. package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +31 -31
  295. package/cjs/internal/CommonWrapper/index.d.ts +1 -1
  296. package/cjs/internal/ComponentCombinator.d.ts +25 -25
  297. package/cjs/internal/ComponentTable.d.ts +21 -21
  298. package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +32 -32
  299. package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +102 -102
  300. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +137 -137
  301. package/cjs/internal/CustomComboBox/CustomComboBox.styles.d.ts +5 -5
  302. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +71 -71
  303. package/cjs/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
  304. package/cjs/internal/CustomComboBox/index.d.ts +2 -2
  305. package/cjs/internal/CustomComboBox/locale/index.d.ts +4 -4
  306. package/cjs/internal/CustomComboBox/locale/locales/en.d.ts +2 -2
  307. package/cjs/internal/CustomComboBox/locale/locales/ru.d.ts +2 -2
  308. package/cjs/internal/CustomComboBox/locale/types.d.ts +5 -5
  309. package/cjs/internal/DateSelect/DateSelect.d.ts +93 -93
  310. package/cjs/internal/DateSelect/DateSelect.styles.d.ts +19 -19
  311. package/cjs/internal/DateSelect/index.d.ts +1 -1
  312. package/cjs/internal/DropdownContainer/DropdownContainer.d.ts +43 -43
  313. package/cjs/internal/DropdownContainer/index.d.ts +1 -1
  314. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.d.ts +12 -0
  315. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.js +16 -0
  316. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.js.map +1 -0
  317. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +14 -0
  318. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js +106 -0
  319. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js.map +1 -0
  320. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +12 -0
  321. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js +188 -0
  322. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js.map +1 -0
  323. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +11 -0
  324. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js +68 -0
  325. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js.map +1 -0
  326. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +10 -0
  327. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.js +30 -0
  328. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.js.map +1 -0
  329. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +5 -0
  330. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js +22 -0
  331. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js.map +1 -0
  332. package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -0
  333. package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.js +16 -0
  334. package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.js.map +1 -0
  335. package/cjs/internal/FileUploaderControl/fileUtils.d.ts +14 -0
  336. package/cjs/internal/FileUploaderControl/fileUtils.js +26 -0
  337. package/cjs/internal/FileUploaderControl/fileUtils.js.map +1 -0
  338. package/cjs/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -0
  339. package/cjs/internal/FileUploaderControl/hooks/useControlLocale.js +4 -0
  340. package/cjs/internal/FileUploaderControl/hooks/useControlLocale.js.map +1 -0
  341. package/cjs/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -0
  342. package/cjs/internal/FileUploaderControl/hooks/useUpload.js +51 -0
  343. package/cjs/internal/FileUploaderControl/hooks/useUpload.js.map +1 -0
  344. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +3 -0
  345. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js +19 -0
  346. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js.map +1 -0
  347. package/cjs/internal/FocusTrap/FocusTrap.d.ts +17 -17
  348. package/cjs/internal/FocusTrap/index.d.ts +1 -1
  349. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +14 -14
  350. package/cjs/internal/HideBodyVerticalScroll/index.d.ts +1 -1
  351. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +8 -8
  352. package/cjs/internal/IgnoreLayerClick/index.d.ts +1 -1
  353. package/cjs/internal/InputLikeText/HiddenInput.d.ts +13 -13
  354. package/cjs/internal/InputLikeText/InputLikeText.d.ts +73 -73
  355. package/cjs/internal/InputLikeText/InputLikeText.styles.d.ts +7 -7
  356. package/cjs/internal/InputLikeText/index.d.ts +1 -1
  357. package/cjs/internal/InternalMenu/InternalMenu.d.ts +68 -68
  358. package/cjs/internal/InternalMenu/InternalMenu.styles.d.ts +9 -9
  359. package/cjs/internal/InternalMenu/index.d.ts +1 -1
  360. package/cjs/internal/InternalMenu/isActiveElement.d.ts +3 -3
  361. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -9
  362. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -3
  363. package/cjs/internal/MaskCharLowLine/index.d.ts +1 -1
  364. package/cjs/internal/MaskedInput/MaskedInput.d.ts +40 -40
  365. package/cjs/internal/MaskedInput/MaskedInput.styles.d.ts +6 -6
  366. package/cjs/internal/MaskedInput/index.d.ts +1 -1
  367. package/cjs/internal/Menu/Menu.d.ts +68 -68
  368. package/cjs/internal/Menu/Menu.styles.d.ts +6 -6
  369. package/cjs/internal/Menu/index.d.ts +1 -1
  370. package/cjs/internal/Menu/isActiveElement.d.ts +3 -3
  371. package/cjs/internal/MobilePopup/MobilePopup.d.ts +34 -34
  372. package/cjs/internal/MobilePopup/MobilePopup.styles.d.ts +10 -10
  373. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -15
  374. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +10 -10
  375. package/cjs/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -1
  376. package/cjs/internal/MobilePopup/index.d.ts +1 -1
  377. package/cjs/internal/NativeDateInput/NativeDateInput.d.ts +23 -23
  378. package/cjs/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -3
  379. package/cjs/internal/NativeDateInput/index.d.ts +1 -1
  380. package/cjs/internal/NativeDateInput/utils.d.ts +7 -7
  381. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.d.ts +7 -7
  382. package/cjs/internal/Popup/Popup.d.ts +167 -166
  383. package/cjs/internal/Popup/Popup.js +13 -24
  384. package/cjs/internal/Popup/Popup.js.map +1 -1
  385. package/cjs/internal/Popup/Popup.styles.d.ts +16 -16
  386. package/cjs/internal/Popup/PopupHelper.d.ts +26 -26
  387. package/cjs/internal/Popup/PopupHelper.js.map +1 -1
  388. package/cjs/internal/Popup/PopupPin.d.ts +56 -56
  389. package/cjs/internal/Popup/PopupPin.styles.d.ts +3 -3
  390. package/cjs/internal/Popup/index.d.ts +1 -1
  391. package/cjs/internal/Popup/types.d.ts +2 -0
  392. package/cjs/internal/Popup/types.js +1 -0
  393. package/cjs/internal/Popup/types.js.map +1 -0
  394. package/cjs/internal/PopupMenu/PopupMenu.d.ts +86 -86
  395. package/cjs/internal/PopupMenu/PopupMenu.js +18 -4
  396. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  397. package/cjs/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
  398. package/cjs/internal/PopupMenu/index.d.ts +1 -1
  399. package/cjs/internal/PopupMenu/validatePositions.d.ts +2 -2
  400. package/cjs/internal/PopupMenu/validatePositions.js +2 -4
  401. package/cjs/internal/PopupMenu/validatePositions.js.map +1 -1
  402. package/cjs/internal/RenderContainer/RenderContainer.d.ts +16 -16
  403. package/cjs/internal/RenderContainer/RenderContainerTypes.d.ts +11 -11
  404. package/cjs/internal/RenderContainer/RenderInnerContainer.d.ts +13 -13
  405. package/cjs/internal/RenderContainer/index.d.ts +1 -1
  406. package/cjs/internal/RenderLayer/RenderLayer.d.ts +29 -29
  407. package/cjs/internal/RenderLayer/index.d.ts +1 -1
  408. package/cjs/internal/ResizeDetector/ResizeDetector.d.ts +13 -13
  409. package/cjs/internal/ResizeDetector/ResizeDetector.styles.d.ts +6 -6
  410. package/cjs/internal/ResizeDetector/index.d.ts +1 -1
  411. package/cjs/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -0
  412. package/cjs/internal/TextWidthHelper/TextWidthHelper.js +34 -0
  413. package/cjs/internal/TextWidthHelper/TextWidthHelper.js.map +1 -0
  414. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -0
  415. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js +23 -0
  416. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js.map +1 -0
  417. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.d.ts +13 -13
  418. package/cjs/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -1
  419. package/cjs/internal/ThemePlayground/ComponentsGroup.d.ts +10 -10
  420. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.d.ts +11 -11
  421. package/cjs/internal/ThemePlayground/FxInputPlayground.d.ts +10 -10
  422. package/cjs/internal/ThemePlayground/HintPlayground.d.ts +6 -6
  423. package/cjs/internal/ThemePlayground/PagingPlayground.d.ts +10 -10
  424. package/cjs/internal/ThemePlayground/Playground.d.ts +30 -29
  425. package/cjs/internal/ThemePlayground/Playground.js +11 -4
  426. package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
  427. package/cjs/internal/ThemePlayground/Playground.styles.d.ts +23 -23
  428. package/cjs/internal/ThemePlayground/RadioPlayground.d.ts +1 -1
  429. package/cjs/internal/ThemePlayground/SelectPlayground.d.ts +12 -12
  430. package/cjs/internal/ThemePlayground/ShowcaseGroup.d.ts +5 -5
  431. package/cjs/internal/ThemePlayground/SwitcherPlayground.d.ts +15 -15
  432. package/cjs/internal/ThemePlayground/ThemeContextPlayground.d.ts +49 -51
  433. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +2 -8
  434. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
  435. package/cjs/internal/ThemePlayground/ThemeEditor.d.ts +39 -39
  436. package/cjs/internal/ThemePlayground/TogglePlayground.d.ts +9 -9
  437. package/cjs/internal/ThemePlayground/TokenInputPlayground.d.ts +7 -7
  438. package/cjs/internal/ThemePlayground/VariableValue.d.ts +45 -45
  439. package/cjs/internal/ThemePlayground/constants.d.ts +17 -18
  440. package/cjs/internal/ThemePlayground/constants.js +3 -3
  441. package/cjs/internal/ThemePlayground/constants.js.map +1 -1
  442. package/cjs/internal/ThemePlayground/darkTheme.d.ts +269 -255
  443. package/cjs/internal/ThemePlayground/darkTheme.js +14 -0
  444. package/cjs/internal/ThemePlayground/darkTheme.js.map +1 -1
  445. package/cjs/internal/ThemePlayground/helpers.d.ts +2 -2
  446. package/cjs/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
  447. package/cjs/internal/ThemeShowcase/ThemeShowcase.js +9 -6
  448. package/cjs/internal/ThemeShowcase/ThemeShowcase.js.map +1 -1
  449. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +27 -25
  450. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js +37 -22
  451. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js.map +1 -1
  452. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
  453. package/cjs/internal/ZIndex/ZIndex.d.ts +36 -36
  454. package/cjs/internal/ZIndex/ZIndexStorage.d.ts +20 -19
  455. package/cjs/internal/ZIndex/ZIndexStorage.js +1 -0
  456. package/cjs/internal/ZIndex/ZIndexStorage.js.map +1 -1
  457. package/cjs/internal/ZIndex/index.d.ts +1 -1
  458. package/cjs/internal/icons/16px/icon.styles.d.ts +4 -4
  459. package/cjs/internal/icons/16px/index.d.ts +25 -22
  460. package/cjs/internal/icons/16px/index.js +44 -2
  461. package/cjs/internal/icons/16px/index.js.map +1 -1
  462. package/cjs/internal/icons/20px/Icon.d.ts +30 -30
  463. package/cjs/internal/icons/20px/icon.styles.d.ts +4 -4
  464. package/cjs/internal/icons/20px/index.d.ts +2 -2
  465. package/cjs/internal/icons/20px/svg.d.ts +14 -14
  466. package/cjs/internal/icons/CloudIcon.d.ts +1 -1
  467. package/cjs/internal/icons/CrossIcon.d.ts +1 -1
  468. package/cjs/internal/icons/SpinnerIcon.d.ts +27 -24
  469. package/cjs/internal/icons/SpinnerIcon.js +5 -2
  470. package/cjs/internal/icons/SpinnerIcon.js.map +1 -1
  471. package/cjs/internal/icons/SpinnerIcon.styles.d.ts +6 -6
  472. package/cjs/internal/themes/DarkTheme.d.ts +137 -103
  473. package/cjs/internal/themes/DarkTheme.js +55 -3
  474. package/cjs/internal/themes/DarkTheme.js.map +1 -1
  475. package/cjs/internal/themes/DefaultTheme.d.ts +855 -819
  476. package/cjs/internal/themes/DefaultTheme.js +76 -15
  477. package/cjs/internal/themes/DefaultTheme.js.map +1 -1
  478. package/cjs/internal/themes/NotFlat.d.ts +127 -127
  479. package/cjs/internal/themes/OldColors.d.ts +116 -110
  480. package/cjs/internal/themes/OldColors.js +35 -17
  481. package/cjs/internal/themes/OldColors.js.map +1 -1
  482. package/cjs/lib/ConditionalHandler.d.ts +11 -11
  483. package/cjs/lib/LayoutEvents.d.ts +4 -4
  484. package/cjs/lib/ModalStack.d.ts +14 -14
  485. package/cjs/lib/ModalStack.js +16 -17
  486. package/cjs/lib/ModalStack.js.map +1 -1
  487. package/cjs/lib/SSRSafe.d.ts +4 -4
  488. package/cjs/lib/Supports.d.ts +1 -1
  489. package/cjs/lib/Upgrades.d.ts +6 -6
  490. package/cjs/lib/animation/index.d.ts +6 -6
  491. package/cjs/lib/animation/presets.d.ts +18 -18
  492. package/cjs/lib/animation/stepper.d.ts +1 -1
  493. package/cjs/lib/callChildRef/callChildRef.d.ts +3 -3
  494. package/cjs/lib/client.d.ts +16 -16
  495. package/cjs/lib/createPropsGetter.d.ts +2 -2
  496. package/cjs/lib/currentEnvironment.d.ts +3 -3
  497. package/cjs/lib/date/InternalDate.d.ts +58 -58
  498. package/cjs/lib/date/InternalDateCalculator.d.ts +6 -6
  499. package/cjs/lib/date/InternalDateGetter.d.ts +15 -15
  500. package/cjs/lib/date/InternalDateSetter.d.ts +6 -6
  501. package/cjs/lib/date/InternalDateTransformer.d.ts +12 -12
  502. package/cjs/lib/date/InternalDateValidator.d.ts +12 -12
  503. package/cjs/lib/date/constants.d.ts +28 -28
  504. package/cjs/lib/date/localeSets.d.ts +5 -5
  505. package/cjs/lib/date/types.d.ts +90 -90
  506. package/cjs/lib/dom/getDOMRect.d.ts +8 -0
  507. package/cjs/lib/dom/getDOMRect.js +24 -0
  508. package/cjs/lib/dom/getDOMRect.js.map +1 -0
  509. package/cjs/lib/dom/getScrollWidth.d.ts +1 -1
  510. package/cjs/lib/dom/tabbableHelpers.d.ts +16 -16
  511. package/cjs/lib/events/MouseDrag.d.ts +58 -58
  512. package/cjs/lib/events/fixClickFocusIE.d.ts +1 -1
  513. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -2
  514. package/cjs/lib/events/keyListener.d.ts +7 -7
  515. package/cjs/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
  516. package/cjs/lib/events/keyboard/KeyboardMapKeys.d.ts +6 -6
  517. package/cjs/lib/events/keyboard/extractCode.d.ts +3 -3
  518. package/cjs/lib/events/keyboard/identifiers.d.ts +48 -48
  519. package/cjs/lib/events/stopPropagation.d.ts +1 -1
  520. package/cjs/lib/events/tabListener.d.ts +1 -1
  521. package/cjs/lib/extractKeyboardAction.d.ts +13 -13
  522. package/cjs/lib/filterProps.d.ts +12 -12
  523. package/cjs/lib/forwardRefAndName.d.ts +5 -5
  524. package/cjs/lib/getDisplayName.d.ts +3 -3
  525. package/cjs/lib/listenFocusOutside.d.ts +8 -8
  526. package/cjs/lib/locale/LocaleContext.d.ts +7 -7
  527. package/cjs/lib/locale/LocaleHelper.d.ts +9 -9
  528. package/cjs/lib/locale/constants.d.ts +2 -2
  529. package/cjs/lib/locale/decorators.d.ts +36 -36
  530. package/cjs/lib/locale/index.d.ts +3 -3
  531. package/cjs/lib/locale/types.d.ts +21 -19
  532. package/cjs/lib/locale/types.js +2 -0
  533. package/cjs/lib/locale/types.js.map +1 -1
  534. package/cjs/lib/locale/useLocaleForControl.d.ts +3 -0
  535. package/cjs/lib/locale/useLocaleForControl.js +14 -0
  536. package/cjs/lib/locale/useLocaleForControl.js.map +1 -0
  537. package/cjs/lib/memo.d.ts +1 -1
  538. package/cjs/lib/net/fetch.d.ts +13 -13
  539. package/cjs/lib/polyfillPlaceholder.d.ts +1 -1
  540. package/cjs/lib/reactGetTextContent.d.ts +2 -2
  541. package/cjs/lib/rootNode/getRootNode.d.ts +3 -3
  542. package/cjs/lib/rootNode/index.d.ts +2 -2
  543. package/cjs/lib/rootNode/rootNodeDecorator.d.ts +33 -33
  544. package/cjs/lib/stringUtils.d.ts +1 -0
  545. package/cjs/lib/stringUtils.js +13 -0
  546. package/cjs/lib/stringUtils.js.map +1 -0
  547. package/cjs/lib/styles/ColorFactory.d.ts +11 -11
  548. package/cjs/lib/styles/ColorFunctions.d.ts +11 -11
  549. package/cjs/lib/styles/ColorHelpers.d.ts +20 -20
  550. package/cjs/lib/styles/ColorKeywords.d.ts +150 -150
  551. package/cjs/lib/styles/ColorObject.d.ts +52 -52
  552. package/cjs/lib/styles/DimensionFunctions.d.ts +1 -1
  553. package/cjs/lib/styles/HoldSelectionColor.d.ts +1 -1
  554. package/cjs/lib/styles/Mixins.d.ts +2 -2
  555. package/cjs/lib/taskWithDelayAndMinimalDuration.d.ts +21 -21
  556. package/cjs/lib/theming/AnimationKeyframes.d.ts +9 -9
  557. package/cjs/lib/theming/AnimationKeyframes.js +1 -1
  558. package/cjs/lib/theming/AnimationKeyframes.js.map +1 -1
  559. package/cjs/lib/theming/Emotion.d.ts +15 -15
  560. package/cjs/lib/theming/Theme.d.ts +3 -3
  561. package/cjs/lib/theming/ThemeContext.d.ts +2 -2
  562. package/cjs/lib/theming/ThemeFactory.d.ts +7 -7
  563. package/cjs/lib/theming/ThemeHelpers.d.ts +5 -1
  564. package/cjs/lib/theming/ThemeHelpers.js +22 -2
  565. package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
  566. package/cjs/lib/theming/themes/DarkTheme.d.ts +1 -1
  567. package/cjs/lib/theming/themes/DarkTheme.js +2 -1
  568. package/cjs/lib/theming/themes/DarkTheme.js.map +1 -1
  569. package/cjs/lib/theming/themes/DefaultTheme.d.ts +1 -1
  570. package/cjs/lib/theming/themes/DefaultTheme8pxOld.d.ts +1 -1
  571. package/cjs/lib/theming/themes/DefaultThemeMobile.d.ts +3 -3
  572. package/cjs/lib/theming/themes/FlatTheme8pxOld.d.ts +1 -1
  573. package/cjs/lib/theming/useTheme.d.ts +1 -0
  574. package/cjs/lib/theming/useTheme.js +7 -0
  575. package/cjs/lib/theming/useTheme.js.map +1 -0
  576. package/cjs/lib/uidUtils.d.ts +1 -0
  577. package/cjs/lib/uidUtils.js +5 -0
  578. package/cjs/lib/uidUtils.js.map +1 -0
  579. package/cjs/lib/utils.d.ts +64 -31
  580. package/cjs/lib/utils.js +81 -3
  581. package/cjs/lib/utils.js.map +1 -1
  582. package/cjs/lib/withClassWrapper.d.ts +71 -71
  583. package/cjs/typings/html-props.d.ts +123 -0
  584. package/components/Autocomplete/Autocomplete.d.ts +125 -125
  585. package/components/Autocomplete/Autocomplete.styles.d.ts +4 -4
  586. package/components/Autocomplete/index.d.ts +1 -1
  587. package/components/Button/Button/Button.js +3 -7
  588. package/components/Button/Button/Button.js.map +1 -1
  589. package/components/Button/Button.d.ts +162 -162
  590. package/components/Button/Button.mixins.d.ts +6 -6
  591. package/components/Button/Button.styles/Button.styles.js +34 -31
  592. package/components/Button/Button.styles/Button.styles.js.map +1 -1
  593. package/components/Button/Button.styles.d.ts +72 -71
  594. package/components/Button/Corners.d.ts +6 -6
  595. package/components/Button/index.d.ts +1 -1
  596. package/components/Center/Center.d.ts +25 -25
  597. package/components/Center/Center.styles.d.ts +7 -7
  598. package/components/Center/index.d.ts +1 -1
  599. package/components/Checkbox/Checkbox.d.ts +96 -96
  600. package/components/Checkbox/Checkbox.styles.d.ts +23 -23
  601. package/components/Checkbox/index.d.ts +1 -1
  602. package/components/ComboBox/ComboBox.d.ts +184 -184
  603. package/components/ComboBox/index.d.ts +1 -1
  604. package/components/CurrencyInput/CurrencyHelper.d.ts +35 -35
  605. package/components/CurrencyInput/CurrencyInput.d.ts +106 -106
  606. package/components/CurrencyInput/CurrencyInputHelper.d.ts +20 -20
  607. package/components/CurrencyInput/CurrencyInputKeyboardActions.d.ts +18 -18
  608. package/components/CurrencyInput/CursorHelper.d.ts +10 -10
  609. package/components/CurrencyInput/SelectionHelper.d.ts +11 -11
  610. package/components/CurrencyInput/constants.d.ts +2 -2
  611. package/components/CurrencyInput/index.d.ts +1 -1
  612. package/components/CurrencyLabel/CurrencyLabel.d.ts +24 -24
  613. package/components/CurrencyLabel/index.d.ts +1 -1
  614. package/components/DateInput/DateFragmentsView.d.ts +20 -20
  615. package/components/DateInput/DateFragmentsView.styles.d.ts +7 -7
  616. package/components/DateInput/DateInput.d.ts +107 -107
  617. package/components/DateInput/DateInput.styles.d.ts +10 -10
  618. package/components/DateInput/ViewDateInputValidateChecks.d.ts +10 -10
  619. package/components/DateInput/helpers/DateInputKeyboardActions.d.ts +21 -21
  620. package/components/DateInput/helpers/InternalDateMediator.d.ts +26 -26
  621. package/components/DateInput/helpers/SelectionHelpers.d.ts +2 -2
  622. package/components/DateInput/helpers/inputNumber.d.ts +5 -5
  623. package/components/DateInput/index.d.ts +1 -1
  624. package/components/DatePicker/DatePicker.d.ts +134 -134
  625. package/components/DatePicker/DatePicker.styles.d.ts +3 -3
  626. package/components/DatePicker/DatePickerHelpers.d.ts +2 -2
  627. package/components/DatePicker/Picker.d.ts +33 -33
  628. package/components/DatePicker/Picker.styles.d.ts +5 -5
  629. package/components/DatePicker/index.d.ts +1 -1
  630. package/components/DatePicker/locale/index.d.ts +4 -4
  631. package/components/DatePicker/locale/locales/en.d.ts +2 -2
  632. package/components/DatePicker/locale/locales/ru.d.ts +2 -2
  633. package/components/DatePicker/locale/types.d.ts +5 -5
  634. package/components/Dropdown/Dropdown.d.ts +124 -124
  635. package/components/Dropdown/index.d.ts +1 -1
  636. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
  637. package/components/DropdownMenu/DropdownMenu.d.ts +65 -65
  638. package/components/DropdownMenu/index.d.ts +1 -1
  639. package/components/FileUploader/FileUploader/FileUploader.js +271 -0
  640. package/components/FileUploader/FileUploader/FileUploader.js.map +1 -0
  641. package/components/FileUploader/FileUploader/package.json +6 -0
  642. package/components/FileUploader/FileUploader.d.ts +42 -0
  643. package/components/FileUploader/FileUploader.md +67 -0
  644. package/components/FileUploader/FileUploader.styles/FileUploader.styles.js +62 -0
  645. package/components/FileUploader/FileUploader.styles/FileUploader.styles.js.map +1 -0
  646. package/components/FileUploader/FileUploader.styles/package.json +6 -0
  647. package/components/FileUploader/FileUploader.styles.d.ts +21 -0
  648. package/components/FileUploader/index/index.js +3 -0
  649. package/components/FileUploader/index/index.js.map +1 -0
  650. package/components/FileUploader/index/package.json +6 -0
  651. package/components/FileUploader/index.d.ts +5 -0
  652. package/components/FileUploader/locale/index/index.js +8 -0
  653. package/components/FileUploader/locale/index/index.js.map +1 -0
  654. package/components/FileUploader/locale/index/package.json +6 -0
  655. package/components/FileUploader/locale/index.d.ts +4 -0
  656. package/components/FileUploader/locale/locales/en/en.js +6 -0
  657. package/components/FileUploader/locale/locales/en/en.js.map +1 -0
  658. package/components/FileUploader/locale/locales/en/package.json +6 -0
  659. package/components/FileUploader/locale/locales/en.d.ts +2 -0
  660. package/components/FileUploader/locale/locales/ru/package.json +6 -0
  661. package/components/FileUploader/locale/locales/ru/ru.js +6 -0
  662. package/components/FileUploader/locale/locales/ru/ru.js.map +1 -0
  663. package/components/FileUploader/locale/locales/ru.d.ts +2 -0
  664. package/components/FileUploader/locale/package.json +6 -0
  665. package/components/FileUploader/locale/types/package.json +6 -0
  666. package/components/FileUploader/locale/types/types.js +1 -0
  667. package/components/FileUploader/locale/types/types.js.map +1 -0
  668. package/components/FileUploader/locale/types.d.ts +6 -0
  669. package/components/FileUploader/package.json +6 -0
  670. package/components/FxInput/FxInput.d.ts +50 -50
  671. package/components/FxInput/index.d.ts +1 -1
  672. package/components/Gapped/Gapped.d.ts +57 -57
  673. package/components/Gapped/index.d.ts +1 -1
  674. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js +222 -0
  675. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -0
  676. package/components/GlobalLoader/GlobalLoader/package.json +6 -0
  677. package/components/GlobalLoader/GlobalLoader.d.ts +110 -0
  678. package/components/GlobalLoader/GlobalLoader.md +88 -0
  679. package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js +68 -0
  680. package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js.map +1 -0
  681. package/components/GlobalLoader/GlobalLoaderView/package.json +6 -0
  682. package/components/GlobalLoader/GlobalLoaderView.d.ts +13 -0
  683. package/components/GlobalLoader/GlobalLoaderView.styles/GlobalLoaderView.styles.js +45 -0
  684. package/components/GlobalLoader/GlobalLoaderView.styles/GlobalLoaderView.styles.js.map +1 -0
  685. package/components/GlobalLoader/GlobalLoaderView.styles/package.json +6 -0
  686. package/components/GlobalLoader/GlobalLoaderView.styles.d.ts +15 -0
  687. package/components/GlobalLoader/index/index.js +1 -0
  688. package/components/GlobalLoader/index/index.js.map +1 -0
  689. package/components/GlobalLoader/index/package.json +6 -0
  690. package/components/GlobalLoader/index.d.ts +1 -0
  691. package/components/GlobalLoader/package.json +6 -0
  692. package/components/GlobalLoader/useParams/package.json +6 -0
  693. package/components/GlobalLoader/useParams/useParams.js +47 -0
  694. package/components/GlobalLoader/useParams/useParams.js.map +1 -0
  695. package/components/GlobalLoader/useParams.d.ts +21 -0
  696. package/components/Group/Group.d.ts +14 -14
  697. package/components/Group/Group.styles.d.ts +8 -8
  698. package/components/Group/index.d.ts +1 -1
  699. package/components/Hint/Hint/Hint.js.map +1 -1
  700. package/components/Hint/Hint.d.ts +84 -83
  701. package/components/Hint/Hint.styles.d.ts +6 -6
  702. package/components/Hint/index.d.ts +1 -1
  703. package/components/Input/Input.d.ts +157 -157
  704. package/components/Input/Input.styles.d.ts +42 -42
  705. package/components/Input/index.d.ts +1 -1
  706. package/components/Kebab/Kebab/Kebab.js.map +1 -1
  707. package/components/Kebab/Kebab.d.ts +71 -71
  708. package/components/Kebab/Kebab.styles.d.ts +12 -12
  709. package/components/Kebab/index.d.ts +1 -1
  710. package/components/Link/Link/Link.js +1 -1
  711. package/components/Link/Link/Link.js.map +1 -1
  712. package/components/Link/Link.d.ts +72 -72
  713. package/components/Link/Link.mixins.d.ts +3 -3
  714. package/components/Link/Link.styles/Link.styles.js +2 -2
  715. package/components/Link/Link.styles/Link.styles.js.map +1 -1
  716. package/components/Link/Link.styles.d.ts +15 -15
  717. package/components/Link/index.d.ts +1 -1
  718. package/components/Loader/Loader.d.ts +100 -100
  719. package/components/Loader/Loader.styles.d.ts +8 -8
  720. package/components/Loader/index.d.ts +1 -1
  721. package/components/MenuHeader/MenuHeader.d.ts +20 -20
  722. package/components/MenuHeader/MenuHeader.styles.d.ts +5 -5
  723. package/components/MenuHeader/index.d.ts +1 -1
  724. package/components/MenuItem/MenuItem/MenuItem.js +2 -7
  725. package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
  726. package/components/MenuItem/MenuItem.d.ts +95 -95
  727. package/components/MenuItem/MenuItem.styles.d.ts +14 -14
  728. package/components/MenuItem/index.d.ts +1 -1
  729. package/components/MenuSeparator/MenuSeparator.d.ts +12 -12
  730. package/components/MenuSeparator/MenuSeparator.styles.d.ts +4 -4
  731. package/components/MenuSeparator/index.d.ts +1 -1
  732. package/components/Modal/Modal.d.ts +88 -88
  733. package/components/Modal/Modal.styles/Modal.styles.js +11 -8
  734. package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
  735. package/components/Modal/Modal.styles.d.ts +40 -39
  736. package/components/Modal/ModalBody.d.ts +23 -23
  737. package/components/Modal/ModalClose.d.ts +2 -2
  738. package/components/Modal/ModalContext.d.ts +16 -16
  739. package/components/Modal/ModalFooter/ModalFooter.js +1 -1
  740. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  741. package/components/Modal/ModalFooter.d.ts +21 -21
  742. package/components/Modal/ModalHeader.d.ts +17 -17
  743. package/components/Modal/index.d.ts +4 -4
  744. package/components/Paging/NavigationHelper.d.ts +7 -7
  745. package/components/Paging/Paging.d.ts +90 -90
  746. package/components/Paging/Paging.styles.d.ts +16 -16
  747. package/components/Paging/PagingHelper.d.ts +2 -2
  748. package/components/Paging/index.d.ts +1 -1
  749. package/components/Paging/locale/index.d.ts +4 -4
  750. package/components/Paging/locale/locales/en.d.ts +2 -2
  751. package/components/Paging/locale/locales/ru.d.ts +2 -2
  752. package/components/Paging/locale/types.d.ts +3 -3
  753. package/components/PasswordInput/PasswordInput.d.ts +49 -49
  754. package/components/PasswordInput/PasswordInput.styles.d.ts +10 -10
  755. package/components/PasswordInput/index.d.ts +1 -1
  756. package/components/Radio/Radio.d.ts +77 -77
  757. package/components/Radio/Radio.styles.d.ts +21 -21
  758. package/components/Radio/index.d.ts +1 -1
  759. package/components/RadioGroup/Prevent.d.ts +8 -8
  760. package/components/RadioGroup/RadioGroup.d.ts +117 -117
  761. package/components/RadioGroup/RadioGroup.styles.d.ts +7 -7
  762. package/components/RadioGroup/RadioGroupContext.d.ts +10 -10
  763. package/components/RadioGroup/index.d.ts +1 -1
  764. package/components/ResponsiveLayout/ResponsiveLayout.d.ts +11 -11
  765. package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js +12 -4
  766. package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js.map +1 -1
  767. package/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -11
  768. package/components/ResponsiveLayout/decorator.d.ts +33 -33
  769. package/components/ResponsiveLayout/index.d.ts +3 -3
  770. package/components/ResponsiveLayout/types.d.ts +3 -3
  771. package/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -2
  772. package/components/ScrollContainer/ScrollBar.d.ts +37 -37
  773. package/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -23
  774. package/components/ScrollContainer/ScrollContainer.d.ts +88 -88
  775. package/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -10
  776. package/components/ScrollContainer/ScrollContainer.styles.d.ts +16 -16
  777. package/components/ScrollContainer/index.d.ts +1 -1
  778. package/components/Select/Item.d.ts +7 -7
  779. package/components/Select/Select.d.ts +189 -189
  780. package/components/Select/Select.styles.d.ts +18 -18
  781. package/components/Select/index.d.ts +1 -1
  782. package/components/Select/locale/index.d.ts +4 -4
  783. package/components/Select/locale/locales/en.d.ts +2 -2
  784. package/components/Select/locale/locales/ru.d.ts +2 -2
  785. package/components/Select/locale/types.d.ts +4 -4
  786. package/components/Select/selectTheme.d.ts +3 -3
  787. package/components/SidePage/SidePage.d.ts +105 -105
  788. package/components/SidePage/SidePage.styles/SidePage.styles.js +9 -6
  789. package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
  790. package/components/SidePage/SidePage.styles.d.ts +48 -47
  791. package/components/SidePage/SidePageBody.d.ts +20 -20
  792. package/components/SidePage/SidePageContainer.d.ts +16 -16
  793. package/components/SidePage/SidePageContext.d.ts +15 -15
  794. package/components/SidePage/SidePageFooter/SidePageFooter.js +1 -1
  795. package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
  796. package/components/SidePage/SidePageFooter.d.ts +39 -39
  797. package/components/SidePage/SidePageHeader.d.ts +41 -41
  798. package/components/SidePage/index.d.ts +5 -5
  799. package/components/Spinner/Spinner/Spinner.js +5 -2
  800. package/components/Spinner/Spinner/Spinner.js.map +1 -1
  801. package/components/Spinner/Spinner.d.ts +57 -49
  802. package/components/Spinner/Spinner.md +1 -0
  803. package/components/Spinner/Spinner.styles/Spinner.styles.js +13 -10
  804. package/components/Spinner/Spinner.styles/Spinner.styles.js.map +1 -1
  805. package/components/Spinner/Spinner.styles.d.ts +13 -12
  806. package/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -25
  807. package/components/Spinner/index.d.ts +1 -1
  808. package/components/Spinner/locale/index.d.ts +4 -4
  809. package/components/Spinner/locale/locales/en.d.ts +2 -2
  810. package/components/Spinner/locale/locales/ru.d.ts +2 -2
  811. package/components/Spinner/locale/types.d.ts +4 -4
  812. package/components/Sticky/Sticky.d.ts +54 -54
  813. package/components/Sticky/Sticky.styles.d.ts +7 -7
  814. package/components/Sticky/index.d.ts +1 -1
  815. package/components/Switcher/Switcher.d.ts +56 -56
  816. package/components/Switcher/Switcher.styles/Switcher.styles.js +3 -1
  817. package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
  818. package/components/Switcher/Switcher.styles.d.ts +11 -11
  819. package/components/Switcher/index.d.ts +1 -1
  820. package/components/Switcher/switcherTheme.d.ts +2 -2
  821. package/components/Tabs/Indicator.d.ts +28 -28
  822. package/components/Tabs/Indicator.styles.d.ts +8 -8
  823. package/components/Tabs/Tab.d.ts +121 -121
  824. package/components/Tabs/Tab.styles.d.ts +27 -27
  825. package/components/Tabs/Tabs.d.ts +62 -62
  826. package/components/Tabs/Tabs.styles.d.ts +5 -5
  827. package/components/Tabs/TabsContext.d.ts +14 -14
  828. package/components/Tabs/index.d.ts +2 -2
  829. package/components/Textarea/Textarea.d.ts +185 -185
  830. package/components/Textarea/Textarea.styles.d.ts +15 -15
  831. package/components/Textarea/TextareaCounter.d.ts +13 -13
  832. package/components/Textarea/TextareaHelpers.d.ts +11 -11
  833. package/components/Textarea/index.d.ts +1 -1
  834. package/components/Toast/Toast.d.ts +58 -58
  835. package/components/Toast/Toast.styles.d.ts +6 -6
  836. package/components/Toast/ToastStatic.d.ts +8 -8
  837. package/components/Toast/ToastView.d.ts +38 -38
  838. package/components/Toast/ToastView.styles.d.ts +8 -8
  839. package/components/Toast/index.d.ts +1 -1
  840. package/components/Toggle/Toggle.d.ts +107 -107
  841. package/components/Toggle/Toggle.styles.d.ts +30 -30
  842. package/components/Toggle/index.d.ts +1 -1
  843. package/components/Token/Token.d.ts +36 -36
  844. package/components/Token/Token.styles.d.ts +29 -29
  845. package/components/Token/index.d.ts +1 -1
  846. package/components/TokenInput/TextWidthHelper.d.ts +18 -18
  847. package/components/TokenInput/TokenInput.d.ts +194 -194
  848. package/components/TokenInput/TokenInput.styles.d.ts +15 -15
  849. package/components/TokenInput/TokenInputMenu.d.ts +18 -18
  850. package/components/TokenInput/TokenInputReducer.d.ts +25 -25
  851. package/components/TokenInput/index.d.ts +1 -1
  852. package/components/TokenInput/locale/index.d.ts +4 -4
  853. package/components/TokenInput/locale/locales/en.d.ts +2 -2
  854. package/components/TokenInput/locale/locales/ru.d.ts +2 -2
  855. package/components/TokenInput/locale/types.d.ts +4 -4
  856. package/components/Tooltip/Tooltip/Tooltip.js +3 -3
  857. package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
  858. package/components/Tooltip/Tooltip.d.ts +162 -175
  859. package/components/Tooltip/Tooltip.styles.d.ts +5 -5
  860. package/components/Tooltip/index.d.ts +1 -1
  861. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
  862. package/components/TooltipMenu/TooltipMenu.d.ts +65 -65
  863. package/components/TooltipMenu/index.d.ts +1 -1
  864. package/hooks/useDrop/package.json +6 -0
  865. package/hooks/useDrop/useDrop.js +57 -0
  866. package/hooks/useDrop/useDrop.js.map +1 -0
  867. package/hooks/useDrop.d.ts +11 -0
  868. package/hooks/useEffectWithoutInitCall/package.json +6 -0
  869. package/hooks/useEffectWithoutInitCall/useEffectWithoutInitCall.js +11 -0
  870. package/hooks/useEffectWithoutInitCall/useEffectWithoutInitCall.js.map +1 -0
  871. package/hooks/useEffectWithoutInitCall.d.ts +2 -0
  872. package/hooks/useMemoObject/package.json +6 -0
  873. package/hooks/useMemoObject/useMemoObject.js +6 -0
  874. package/hooks/useMemoObject/useMemoObject.js.map +1 -0
  875. package/hooks/useMemoObject.d.ts +1 -0
  876. package/index.d.ts +52 -49
  877. package/index.js +4 -1
  878. package/index.js.map +1 -1
  879. package/internal/BGRuler.d.ts +30 -30
  880. package/internal/Calendar/Calendar.d.ts +66 -66
  881. package/internal/Calendar/Calendar.styles.d.ts +5 -5
  882. package/internal/Calendar/CalendarDateShape.d.ts +14 -14
  883. package/internal/Calendar/CalendarScrollEvents.d.ts +4 -4
  884. package/internal/Calendar/CalendarUtils.d.ts +19 -19
  885. package/internal/Calendar/DayCellView.d.ts +13 -13
  886. package/internal/Calendar/DayCellView.styles.d.ts +7 -7
  887. package/internal/Calendar/DayCellViewModel.d.ts +8 -8
  888. package/internal/Calendar/Month.d.ts +33 -33
  889. package/internal/Calendar/MonthView.d.ts +21 -21
  890. package/internal/Calendar/MonthView.styles.d.ts +10 -10
  891. package/internal/Calendar/MonthViewModel.d.ts +14 -14
  892. package/internal/Calendar/config.d.ts +9 -9
  893. package/internal/Calendar/index.d.ts +2 -2
  894. package/internal/CommonWrapper/CommonWrapper.d.ts +31 -31
  895. package/internal/CommonWrapper/index.d.ts +1 -1
  896. package/internal/ComponentCombinator.d.ts +25 -25
  897. package/internal/ComponentTable.d.ts +21 -21
  898. package/internal/CustomComboBox/ComboBoxMenu.d.ts +32 -32
  899. package/internal/CustomComboBox/ComboBoxView.d.ts +102 -102
  900. package/internal/CustomComboBox/CustomComboBox.d.ts +137 -137
  901. package/internal/CustomComboBox/CustomComboBox.styles.d.ts +5 -5
  902. package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +71 -71
  903. package/internal/CustomComboBox/CustomComboBoxTypes.d.ts +6 -6
  904. package/internal/CustomComboBox/index.d.ts +2 -2
  905. package/internal/CustomComboBox/locale/index.d.ts +4 -4
  906. package/internal/CustomComboBox/locale/locales/en.d.ts +2 -2
  907. package/internal/CustomComboBox/locale/locales/ru.d.ts +2 -2
  908. package/internal/CustomComboBox/locale/types.d.ts +5 -5
  909. package/internal/DateSelect/DateSelect.d.ts +93 -93
  910. package/internal/DateSelect/DateSelect.styles.d.ts +19 -19
  911. package/internal/DateSelect/index.d.ts +1 -1
  912. package/internal/DropdownContainer/DropdownContainer.d.ts +43 -43
  913. package/internal/DropdownContainer/index.d.ts +1 -1
  914. package/internal/FileUploaderControl/FileUploaderControlContext/FileUploaderControlContext.js +2 -0
  915. package/internal/FileUploaderControl/FileUploaderControlContext/FileUploaderControlContext.js.map +1 -0
  916. package/internal/FileUploaderControl/FileUploaderControlContext/package.json +6 -0
  917. package/internal/FileUploaderControl/FileUploaderControlContext.d.ts +12 -0
  918. package/internal/FileUploaderControl/FileUploaderControlProvider/FileUploaderControlProvider.js +85 -0
  919. package/internal/FileUploaderControl/FileUploaderControlProvider/FileUploaderControlProvider.js.map +1 -0
  920. package/internal/FileUploaderControl/FileUploaderControlProvider/package.json +6 -0
  921. package/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +14 -0
  922. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/FileUploaderFile.js +179 -0
  923. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/FileUploaderFile.js.map +1 -0
  924. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/package.json +6 -0
  925. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +12 -0
  926. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/FileUploaderFile.styles.js +32 -0
  927. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/FileUploaderFile.styles.js.map +1 -0
  928. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/package.json +6 -0
  929. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +11 -0
  930. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/FileUploaderFileList.js +27 -0
  931. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/FileUploaderFileList.js.map +1 -0
  932. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/package.json +6 -0
  933. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +10 -0
  934. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/FileUploaderFileList.styles.js +14 -0
  935. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/FileUploaderFileList.styles.js.map +1 -0
  936. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/package.json +6 -0
  937. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +5 -0
  938. package/internal/FileUploaderControl/FileUploaderFileValidationResult/FileUploaderFileValidationResult.js +16 -0
  939. package/internal/FileUploaderControl/FileUploaderFileValidationResult/FileUploaderFileValidationResult.js.map +1 -0
  940. package/internal/FileUploaderControl/FileUploaderFileValidationResult/package.json +6 -0
  941. package/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -0
  942. package/internal/FileUploaderControl/fileUtils/fileUtils.js +19 -0
  943. package/internal/FileUploaderControl/fileUtils/fileUtils.js.map +1 -0
  944. package/internal/FileUploaderControl/fileUtils/package.json +6 -0
  945. package/internal/FileUploaderControl/fileUtils.d.ts +14 -0
  946. package/internal/FileUploaderControl/hooks/useControlLocale/package.json +6 -0
  947. package/internal/FileUploaderControl/hooks/useControlLocale/useControlLocale.js +5 -0
  948. package/internal/FileUploaderControl/hooks/useControlLocale/useControlLocale.js.map +1 -0
  949. package/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -0
  950. package/internal/FileUploaderControl/hooks/useUpload/package.json +6 -0
  951. package/internal/FileUploaderControl/hooks/useUpload/useUpload.js +56 -0
  952. package/internal/FileUploaderControl/hooks/useUpload/useUpload.js.map +1 -0
  953. package/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -0
  954. package/internal/FileUploaderControl/withFileUploaderControlProvider/package.json +6 -0
  955. package/internal/FileUploaderControl/withFileUploaderControlProvider/withFileUploaderControlProvider.js +17 -0
  956. package/internal/FileUploaderControl/withFileUploaderControlProvider/withFileUploaderControlProvider.js.map +1 -0
  957. package/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +3 -0
  958. package/internal/FocusTrap/FocusTrap.d.ts +17 -17
  959. package/internal/FocusTrap/index.d.ts +1 -1
  960. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +14 -14
  961. package/internal/HideBodyVerticalScroll/index.d.ts +1 -1
  962. package/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +8 -8
  963. package/internal/IgnoreLayerClick/index.d.ts +1 -1
  964. package/internal/InputLikeText/HiddenInput.d.ts +13 -13
  965. package/internal/InputLikeText/InputLikeText.d.ts +73 -73
  966. package/internal/InputLikeText/InputLikeText.styles.d.ts +7 -7
  967. package/internal/InputLikeText/index.d.ts +1 -1
  968. package/internal/InternalMenu/InternalMenu.d.ts +68 -68
  969. package/internal/InternalMenu/InternalMenu.styles.d.ts +9 -9
  970. package/internal/InternalMenu/index.d.ts +1 -1
  971. package/internal/InternalMenu/isActiveElement.d.ts +3 -3
  972. package/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -9
  973. package/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -3
  974. package/internal/MaskCharLowLine/index.d.ts +1 -1
  975. package/internal/MaskedInput/MaskedInput.d.ts +40 -40
  976. package/internal/MaskedInput/MaskedInput.styles.d.ts +6 -6
  977. package/internal/MaskedInput/index.d.ts +1 -1
  978. package/internal/Menu/Menu.d.ts +68 -68
  979. package/internal/Menu/Menu.styles.d.ts +6 -6
  980. package/internal/Menu/index.d.ts +1 -1
  981. package/internal/Menu/isActiveElement.d.ts +3 -3
  982. package/internal/MobilePopup/MobilePopup.d.ts +34 -34
  983. package/internal/MobilePopup/MobilePopup.styles.d.ts +10 -10
  984. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -15
  985. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +10 -10
  986. package/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -1
  987. package/internal/MobilePopup/index.d.ts +1 -1
  988. package/internal/NativeDateInput/NativeDateInput.d.ts +23 -23
  989. package/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -3
  990. package/internal/NativeDateInput/index.d.ts +1 -1
  991. package/internal/NativeDateInput/utils.d.ts +7 -7
  992. package/internal/PerformanceMetrics/PerformanceMetrics.d.ts +7 -7
  993. package/internal/Popup/Popup/Popup.js +3 -2
  994. package/internal/Popup/Popup/Popup.js.map +1 -1
  995. package/internal/Popup/Popup.d.ts +167 -166
  996. package/internal/Popup/Popup.styles.d.ts +16 -16
  997. package/internal/Popup/PopupHelper/PopupHelper.js.map +1 -1
  998. package/internal/Popup/PopupHelper.d.ts +26 -26
  999. package/internal/Popup/PopupPin.d.ts +56 -56
  1000. package/internal/Popup/PopupPin.styles.d.ts +3 -3
  1001. package/internal/Popup/index.d.ts +1 -1
  1002. package/internal/Popup/types/package.json +6 -0
  1003. package/internal/Popup/types/types.js +1 -0
  1004. package/internal/Popup/types/types.js.map +1 -0
  1005. package/internal/Popup/types.d.ts +2 -0
  1006. package/internal/PopupMenu/PopupMenu/PopupMenu.js +4 -4
  1007. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  1008. package/internal/PopupMenu/PopupMenu.d.ts +86 -86
  1009. package/internal/PopupMenu/PopupMenu.styles.d.ts +4 -4
  1010. package/internal/PopupMenu/index.d.ts +1 -1
  1011. package/internal/PopupMenu/validatePositions/validatePositions.js +2 -2
  1012. package/internal/PopupMenu/validatePositions/validatePositions.js.map +1 -1
  1013. package/internal/PopupMenu/validatePositions.d.ts +2 -2
  1014. package/internal/RenderContainer/RenderContainer.d.ts +16 -16
  1015. package/internal/RenderContainer/RenderContainerTypes.d.ts +11 -11
  1016. package/internal/RenderContainer/RenderInnerContainer.d.ts +13 -13
  1017. package/internal/RenderContainer/index.d.ts +1 -1
  1018. package/internal/RenderLayer/RenderLayer.d.ts +29 -29
  1019. package/internal/RenderLayer/index.d.ts +1 -1
  1020. package/internal/ResizeDetector/ResizeDetector.d.ts +13 -13
  1021. package/internal/ResizeDetector/ResizeDetector.styles.d.ts +6 -6
  1022. package/internal/ResizeDetector/index.d.ts +1 -1
  1023. package/internal/TextWidthHelper/TextWidthHelper/TextWidthHelper.js +51 -0
  1024. package/internal/TextWidthHelper/TextWidthHelper/TextWidthHelper.js.map +1 -0
  1025. package/internal/TextWidthHelper/TextWidthHelper/package.json +6 -0
  1026. package/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -0
  1027. package/internal/TextWidthHelper/TextWidthHelper.styles/TextWidthHelper.styles.js +14 -0
  1028. package/internal/TextWidthHelper/TextWidthHelper.styles/TextWidthHelper.styles.js.map +1 -0
  1029. package/internal/TextWidthHelper/TextWidthHelper.styles/package.json +6 -0
  1030. package/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -0
  1031. package/internal/ThemePlayground/AnotherInputsPlayground.d.ts +13 -13
  1032. package/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -1
  1033. package/internal/ThemePlayground/ComponentsGroup.d.ts +10 -10
  1034. package/internal/ThemePlayground/CurrencyInputPlayground.d.ts +11 -11
  1035. package/internal/ThemePlayground/FxInputPlayground.d.ts +10 -10
  1036. package/internal/ThemePlayground/HintPlayground.d.ts +6 -6
  1037. package/internal/ThemePlayground/PagingPlayground.d.ts +10 -10
  1038. package/internal/ThemePlayground/Playground/Playground.js +13 -8
  1039. package/internal/ThemePlayground/Playground/Playground.js.map +1 -1
  1040. package/internal/ThemePlayground/Playground.d.ts +30 -29
  1041. package/internal/ThemePlayground/Playground.styles.d.ts +23 -23
  1042. package/internal/ThemePlayground/RadioPlayground.d.ts +1 -1
  1043. package/internal/ThemePlayground/SelectPlayground.d.ts +12 -12
  1044. package/internal/ThemePlayground/ShowcaseGroup.d.ts +5 -5
  1045. package/internal/ThemePlayground/SwitcherPlayground.d.ts +15 -15
  1046. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js +0 -6
  1047. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js.map +1 -1
  1048. package/internal/ThemePlayground/ThemeContextPlayground.d.ts +49 -51
  1049. package/internal/ThemePlayground/ThemeEditor.d.ts +39 -39
  1050. package/internal/ThemePlayground/TogglePlayground.d.ts +9 -9
  1051. package/internal/ThemePlayground/TokenInputPlayground.d.ts +7 -7
  1052. package/internal/ThemePlayground/VariableValue.d.ts +45 -45
  1053. package/internal/ThemePlayground/constants/constants.js +3 -1
  1054. package/internal/ThemePlayground/constants/constants.js.map +1 -1
  1055. package/internal/ThemePlayground/constants.d.ts +17 -18
  1056. package/internal/ThemePlayground/darkTheme/darkTheme.js +14 -0
  1057. package/internal/ThemePlayground/darkTheme/darkTheme.js.map +1 -1
  1058. package/internal/ThemePlayground/darkTheme.d.ts +269 -255
  1059. package/internal/ThemePlayground/helpers.d.ts +2 -2
  1060. package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js +7 -5
  1061. package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js.map +1 -1
  1062. package/internal/ThemeShowcase/ThemeShowcase.d.ts +22 -22
  1063. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js +26 -20
  1064. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js.map +1 -1
  1065. package/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +27 -25
  1066. package/internal/ThemeShowcase/VariablesCollector.d.ts +22 -22
  1067. package/internal/ZIndex/ZIndex.d.ts +36 -36
  1068. package/internal/ZIndex/ZIndexStorage/ZIndexStorage.js +1 -0
  1069. package/internal/ZIndex/ZIndexStorage/ZIndexStorage.js.map +1 -1
  1070. package/internal/ZIndex/ZIndexStorage.d.ts +20 -19
  1071. package/internal/ZIndex/index.d.ts +1 -1
  1072. package/internal/icons/16px/icon.styles.d.ts +4 -4
  1073. package/internal/icons/16px/index/index.js +42 -0
  1074. package/internal/icons/16px/index/index.js.map +1 -1
  1075. package/internal/icons/16px/index.d.ts +25 -22
  1076. package/internal/icons/20px/Icon.d.ts +30 -30
  1077. package/internal/icons/20px/icon.styles.d.ts +4 -4
  1078. package/internal/icons/20px/index.d.ts +2 -2
  1079. package/internal/icons/20px/svg.d.ts +14 -14
  1080. package/internal/icons/CloudIcon.d.ts +1 -1
  1081. package/internal/icons/CrossIcon.d.ts +1 -1
  1082. package/internal/icons/SpinnerIcon/SpinnerIcon.js +5 -2
  1083. package/internal/icons/SpinnerIcon/SpinnerIcon.js.map +1 -1
  1084. package/internal/icons/SpinnerIcon.d.ts +27 -24
  1085. package/internal/icons/SpinnerIcon.styles.d.ts +6 -6
  1086. package/internal/themes/DarkTheme/DarkTheme.js +65 -3
  1087. package/internal/themes/DarkTheme/DarkTheme.js.map +1 -1
  1088. package/internal/themes/DarkTheme.d.ts +137 -103
  1089. package/internal/themes/DefaultTheme/DefaultTheme.js +104 -20
  1090. package/internal/themes/DefaultTheme/DefaultTheme.js.map +1 -1
  1091. package/internal/themes/DefaultTheme.d.ts +855 -819
  1092. package/internal/themes/NotFlat.d.ts +127 -127
  1093. package/internal/themes/OldColors/OldColors.js +31 -19
  1094. package/internal/themes/OldColors/OldColors.js.map +1 -1
  1095. package/internal/themes/OldColors.d.ts +116 -110
  1096. package/lib/ConditionalHandler.d.ts +11 -11
  1097. package/lib/LayoutEvents.d.ts +4 -4
  1098. package/lib/ModalStack/ModalStack.js +9 -13
  1099. package/lib/ModalStack/ModalStack.js.map +1 -1
  1100. package/lib/ModalStack.d.ts +14 -14
  1101. package/lib/SSRSafe.d.ts +4 -4
  1102. package/lib/Supports.d.ts +1 -1
  1103. package/lib/Upgrades.d.ts +6 -6
  1104. package/lib/animation/index.d.ts +6 -6
  1105. package/lib/animation/presets.d.ts +18 -18
  1106. package/lib/animation/stepper.d.ts +1 -1
  1107. package/lib/callChildRef/callChildRef.d.ts +3 -3
  1108. package/lib/client.d.ts +16 -16
  1109. package/lib/createPropsGetter.d.ts +2 -2
  1110. package/lib/currentEnvironment.d.ts +3 -3
  1111. package/lib/date/InternalDate.d.ts +58 -58
  1112. package/lib/date/InternalDateCalculator.d.ts +6 -6
  1113. package/lib/date/InternalDateGetter.d.ts +15 -15
  1114. package/lib/date/InternalDateSetter.d.ts +6 -6
  1115. package/lib/date/InternalDateTransformer.d.ts +12 -12
  1116. package/lib/date/InternalDateValidator.d.ts +12 -12
  1117. package/lib/date/constants.d.ts +28 -28
  1118. package/lib/date/localeSets.d.ts +5 -5
  1119. package/lib/date/types.d.ts +90 -90
  1120. package/lib/dom/getDOMRect/getDOMRect.js +23 -0
  1121. package/lib/dom/getDOMRect/getDOMRect.js.map +1 -0
  1122. package/lib/dom/getDOMRect/package.json +6 -0
  1123. package/lib/dom/getDOMRect.d.ts +8 -0
  1124. package/lib/dom/getScrollWidth.d.ts +1 -1
  1125. package/lib/dom/tabbableHelpers.d.ts +16 -16
  1126. package/lib/events/MouseDrag.d.ts +58 -58
  1127. package/lib/events/fixClickFocusIE.d.ts +1 -1
  1128. package/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -2
  1129. package/lib/events/keyListener.d.ts +7 -7
  1130. package/lib/events/keyboard/KeyboardEventCodes.d.ts +30 -30
  1131. package/lib/events/keyboard/KeyboardMapKeys.d.ts +6 -6
  1132. package/lib/events/keyboard/extractCode.d.ts +3 -3
  1133. package/lib/events/keyboard/identifiers.d.ts +48 -48
  1134. package/lib/events/stopPropagation.d.ts +1 -1
  1135. package/lib/events/tabListener.d.ts +1 -1
  1136. package/lib/extractKeyboardAction.d.ts +13 -13
  1137. package/lib/filterProps.d.ts +12 -12
  1138. package/lib/forwardRefAndName.d.ts +5 -5
  1139. package/lib/getDisplayName.d.ts +3 -3
  1140. package/lib/listenFocusOutside.d.ts +8 -8
  1141. package/lib/locale/LocaleContext.d.ts +7 -7
  1142. package/lib/locale/LocaleHelper.d.ts +9 -9
  1143. package/lib/locale/constants.d.ts +2 -2
  1144. package/lib/locale/decorators.d.ts +36 -36
  1145. package/lib/locale/index.d.ts +3 -3
  1146. package/lib/locale/types/types.js.map +1 -1
  1147. package/lib/locale/types.d.ts +21 -19
  1148. package/lib/locale/useLocaleForControl/package.json +6 -0
  1149. package/lib/locale/useLocaleForControl/useLocaleForControl.js +12 -0
  1150. package/lib/locale/useLocaleForControl/useLocaleForControl.js.map +1 -0
  1151. package/lib/locale/useLocaleForControl.d.ts +3 -0
  1152. package/lib/memo.d.ts +1 -1
  1153. package/lib/net/fetch.d.ts +13 -13
  1154. package/lib/polyfillPlaceholder.d.ts +1 -1
  1155. package/lib/reactGetTextContent.d.ts +2 -2
  1156. package/lib/rootNode/getRootNode.d.ts +3 -3
  1157. package/lib/rootNode/index.d.ts +2 -2
  1158. package/lib/rootNode/rootNodeDecorator.d.ts +33 -33
  1159. package/lib/stringUtils/package.json +6 -0
  1160. package/lib/stringUtils/stringUtils.js +12 -0
  1161. package/lib/stringUtils/stringUtils.js.map +1 -0
  1162. package/lib/stringUtils.d.ts +1 -0
  1163. package/lib/styles/ColorFactory.d.ts +11 -11
  1164. package/lib/styles/ColorFunctions.d.ts +11 -11
  1165. package/lib/styles/ColorHelpers.d.ts +20 -20
  1166. package/lib/styles/ColorKeywords.d.ts +150 -150
  1167. package/lib/styles/ColorObject.d.ts +52 -52
  1168. package/lib/styles/DimensionFunctions.d.ts +1 -1
  1169. package/lib/styles/HoldSelectionColor.d.ts +1 -1
  1170. package/lib/styles/Mixins.d.ts +2 -2
  1171. package/lib/taskWithDelayAndMinimalDuration.d.ts +21 -21
  1172. package/lib/theming/AnimationKeyframes/AnimationKeyframes.js +1 -1
  1173. package/lib/theming/AnimationKeyframes/AnimationKeyframes.js.map +1 -1
  1174. package/lib/theming/AnimationKeyframes.d.ts +9 -9
  1175. package/lib/theming/Emotion.d.ts +15 -15
  1176. package/lib/theming/Theme.d.ts +3 -3
  1177. package/lib/theming/ThemeContext.d.ts +2 -2
  1178. package/lib/theming/ThemeFactory.d.ts +7 -7
  1179. package/lib/theming/ThemeHelpers/ThemeHelpers.js +15 -0
  1180. package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
  1181. package/lib/theming/ThemeHelpers.d.ts +5 -1
  1182. package/lib/theming/themes/DarkTheme/DarkTheme.js +2 -1
  1183. package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -1
  1184. package/lib/theming/themes/DarkTheme.d.ts +1 -1
  1185. package/lib/theming/themes/DefaultTheme.d.ts +1 -1
  1186. package/lib/theming/themes/DefaultTheme8pxOld.d.ts +1 -1
  1187. package/lib/theming/themes/DefaultThemeMobile.d.ts +3 -3
  1188. package/lib/theming/themes/FlatTheme8pxOld.d.ts +1 -1
  1189. package/lib/theming/useTheme/package.json +6 -0
  1190. package/lib/theming/useTheme/useTheme.js +5 -0
  1191. package/lib/theming/useTheme/useTheme.js.map +1 -0
  1192. package/lib/theming/useTheme.d.ts +1 -0
  1193. package/lib/uidUtils/package.json +6 -0
  1194. package/lib/uidUtils/uidUtils.js +4 -0
  1195. package/lib/uidUtils/uidUtils.js.map +1 -0
  1196. package/lib/uidUtils.d.ts +1 -0
  1197. package/lib/utils/utils.js +84 -0
  1198. package/lib/utils/utils.js.map +1 -1
  1199. package/lib/utils.d.ts +64 -31
  1200. package/lib/withClassWrapper.d.ts +71 -71
  1201. package/package.json +4 -1
  1202. package/typings/html-props.d.ts +123 -0
  1203. package/cjs/internal/PopupMenu/PopupMenuPositions.d.ts +0 -2
  1204. package/cjs/internal/PopupMenu/PopupMenuPositions.js +0 -15
  1205. package/cjs/internal/PopupMenu/PopupMenuPositions.js.map +0 -1
  1206. package/internal/PopupMenu/PopupMenuPositions/PopupMenuPositions.js +0 -1
  1207. package/internal/PopupMenu/PopupMenuPositions/PopupMenuPositions.js.map +0 -1
  1208. package/internal/PopupMenu/PopupMenuPositions/package.json +0 -6
  1209. package/internal/PopupMenu/PopupMenuPositions.d.ts +0 -2
@@ -1,819 +1,855 @@
1
- export declare class DefaultTheme {
2
- static fontFamilyCompensationBaseline: string;
3
- static labGrotesqueBaselineCompensation: string;
4
- static brandXLight: string;
5
- static brandLight: string;
6
- static brand: string;
7
- static brandDark: string;
8
- static brandXDark: string;
9
- static white: string;
10
- static grayXxLight: string;
11
- static grayXLight: string;
12
- static grayLight: string;
13
- static gray: string;
14
- static grayDark: string;
15
- static black: string;
16
- static blueXxLight: string;
17
- static blueLight: string;
18
- static blue: string;
19
- static blueDark: string;
20
- static blueXDark: string;
21
- static greenXxLight: string;
22
- static green: string;
23
- static greenDark: string;
24
- static redXxLight: string;
25
- static red: string;
26
- static redDark: string;
27
- static yellowXxLight: string;
28
- static yellow: string;
29
- static yellowDark: string;
30
- static bgDefault: string;
31
- static get bgSecondary(): string;
32
- static bgDisabled: string;
33
- static errorMain: string;
34
- static errorSecondary: string;
35
- static errorText: string;
36
- static warningMain: string;
37
- static warningSecondary: string;
38
- static warningText: string;
39
- static borderColorFocusLight: string;
40
- static borderColorGrayDark: string;
41
- static borderColorGrayLight: string;
42
- static borderColorDisabled: string;
43
- static placeholderColor: string;
44
- static outlineColorFocus: string;
45
- static placeholderColorLight: string;
46
- static blinkColor: string;
47
- static controlBorderWidth: string;
48
- static controlOutlineWidth: string;
49
- static controlLineHeightSmall: string;
50
- static controlLineHeightMedium: string;
51
- static controlLineHeightLarge: string;
52
- static controlPaddingYSmall: string;
53
- static controlPaddingYMedium: string;
54
- static controlPaddingYLarge: string;
55
- static textColorDefault: string;
56
- static textColorInvert: string;
57
- static textColorDisabled: string;
58
- static textColorDisabledContrast: string;
59
- static fontSizeSmall: string;
60
- static fontSizeMedium: string;
61
- static fontSizeLarge: string;
62
- static fontSizeMobile: string;
63
- static lineHeightMobile: string;
64
- static specificityLevel: string;
65
- static fixedPanelShadow: string;
66
- static get bgActive(): string;
67
- static get borderColorFocus(): string;
68
- static get borderColorError(): string;
69
- static get borderColorWarning(): string;
70
- static controlHeightSmall: string;
71
- static controlHeightMedium: string;
72
- static controlHeightLarge: string;
73
- static mobileMediaQuery: string;
74
- static linkColor: string;
75
- static linkActiveColor: string;
76
- static linkHoverTextDecoration: string;
77
- static linkSuccessColor: string;
78
- static linkSuccessHoverColor: string;
79
- static linkSuccessActiveColor: string;
80
- static linkDangerColor: string;
81
- static linkDangerHoverColor: string;
82
- static linkDangerActiveColor: string;
83
- static linkIconMarginRight: string;
84
- static get linkHoverColor(): string;
85
- static get linkDisabledColor(): string;
86
- static linkButtonLineHeight: string;
87
- static linkButtonPaddingX: string;
88
- static tokenDisabledBg: string;
89
- static get tokenTextColorDisabled(): string;
90
- static get tokenFontSize(): string;
91
- static tokenMarginY: string;
92
- static tokenMarginX: string;
93
- static get tokenLineHeight(): string;
94
- static tokenPaddingY: string;
95
- static tokenPaddingX: string;
96
- static tokenMarginBeforeIcon: string;
97
- static tokenRemoveIconSize: string;
98
- static tokenRemoveIconPaddingY: string;
99
- static tokenRemoveIconPaddingX: string;
100
- static tokenRemoveIconGap: string;
101
- static tokenRemoveIconBoxSizing: string;
102
- static tokenBorderRadius: string;
103
- static tokenBorderWidth: string;
104
- static tokenBorderColorDisabled: string;
105
- static get tokenDefaultIdle(): string;
106
- static get tokenDefaultActive(): string;
107
- static get tokenGrayIdle(): string;
108
- static get tokenGrayActive(): string;
109
- static get tokenBlueIdle(): string;
110
- static get tokenBlueActive(): string;
111
- static get tokenGreenIdle(): string;
112
- static get tokenGreenActive(): string;
113
- static get tokenYellowIdle(): string;
114
- static get tokenYellowActive(): string;
115
- static get tokenRedIdle(): string;
116
- static get tokenRedActive(): string;
117
- static get tokenWhite(): string;
118
- static get tokenBlack(): string;
119
- static get tokenBorderColorWarning(): string;
120
- static get tokenBorderColorError(): string;
121
- static tokenOutlineWidth: string;
122
- static tokenLegacyTextShift: string;
123
- static get tokenPaddingYDisabled(): string;
124
- static get tokenPaddingXDisabled(): string;
125
- static get tokenMarginYDisabled(): string;
126
- static get tokenMarginXDisabled(): string;
127
- static get tokenShadowDisabled(): string;
128
- static get tokenInputBorderColor(): string;
129
- static get tokenInputBorderColorFocus(): string;
130
- static get tokenInputBorderColorError(): string;
131
- static get tokenInputBorderColorWarning(): string;
132
- static get tokenInputBorderTopColor(): string;
133
- static get tokenInputPlaceholderColor(): string;
134
- static get tokenInputPlaceholderColorLight(): string;
135
- static get tokenInputDisabledBg(): string;
136
- static get tokenInputDisabledBorderColor(): string;
137
- static get tokenInputBorderWidth(): string;
138
- static get tokenInputOutlineWidth(): string;
139
- static get tokenInputBg(): string;
140
- static get tokenInputShadow(): string;
141
- static get tokenInputTextColor(): string;
142
- static get tokenInputTextColorDisabled(): string;
143
- static get tokenInputPlaceholderColorDisabled(): string;
144
- static tokenInputPaddingY: string;
145
- static tokenInputPaddingX: string;
146
- static get tokenInputFontSize(): string;
147
- static tokenInputLineHeight: string;
148
- static tokenInputInputPaddingLeft: string;
149
- static get tokenInputInputPaddingRight(): string;
150
- static loaderBg: string;
151
- static loaderOpacity: string;
152
- static btnBackgroundClip: string;
153
- static btnArrowBgImageActive: string;
154
- static btnArrowBgImageChecked: string;
155
- static btnLinkBorderRadius: string;
156
- static btnFocusShadowWidth: string;
157
- static btnDisabledBorderColor: string;
158
- static btnCheckedBg: string;
159
- static btnCheckedDisabledBg: string;
160
- static btnCheckedDisabledColor: string;
161
- static btnCheckedTextColor: string;
162
- static get btnCheckedDisabledBorderColor(): string;
163
- static btnCheckedShadow: string;
164
- static btnCheckedDisabledShadow: string;
165
- static btnBorderRadiusSmall: string;
166
- static btnBorderRadiusMedium: string;
167
- static btnBorderRadiusLarge: string;
168
- static get btnBorderWidth(): string;
169
- static btnInsetWidth: string;
170
- static get btnOutlineWidth(): string;
171
- static btnPaddingXSmall: string;
172
- static btnPaddingXMedium: string;
173
- static btnPaddingXLarge: string;
174
- static btnIconGapSmall: string;
175
- static btnIconGapMedium: string;
176
- static btnIconGapLarge: string;
177
- static btnIconSizeSmall: string;
178
- static btnIconSizeMedium: string;
179
- static btnIconSizeLarge: string;
180
- static btnDefaultBg: string;
181
- static btnDefaultBgStart: string;
182
- static btnDefaultBgEnd: string;
183
- static get btnDefaultCheckedBorderColor(): string;
184
- static get btnDefaultTextColor(): string;
185
- static btnDefaultHoverBg: string;
186
- static btnDefaultHoverBgStart: string;
187
- static btnDefaultHoverBgEnd: string;
188
- static btnDefaultActiveBg: string;
189
- static btnDefaultHoverBorderColor: string;
190
- static btnDefaultHoverBorderBottomColor: string;
191
- static btnDefaultActiveBorderColor: string;
192
- static btnDefaultActiveBorderTopColor: string;
193
- static btnDefaultBorderColor: string;
194
- static btnDefaultBorderBottomColor: string;
195
- static btnDefaultActiveShadow: string;
196
- static btnSuccessBg: string;
197
- static btnSuccessHoverBg: string;
198
- static btnSuccessHoverBorderColor: string;
199
- static btnSuccessHoverBorderBottomColor: string;
200
- static btnSuccessBorderColor: string;
201
- static btnSuccessBorderBottomColor: string;
202
- static btnSuccessBgStart: string;
203
- static btnSuccessBgEnd: string;
204
- static btnSuccessTextColor: string;
205
- static btnSuccessHoverBgStart: string;
206
- static btnSuccessHoverBgEnd: string;
207
- static btnSuccessActiveBg: string;
208
- static btnSuccessActiveBorderColor: string;
209
- static btnSuccessActiveBorderTopColor: string;
210
- static btnSuccessActiveShadow: string;
211
- static btnPrimaryBg: string;
212
- static btnPrimaryHoverBg: string;
213
- static btnPrimaryHoverBorderColor: string;
214
- static btnPrimaryHoverBorderBottomColor: string;
215
- static btnPrimaryBorderColor: string;
216
- static btnPrimaryBorderBottomColor: string;
217
- static btnPrimaryBgStart: string;
218
- static btnPrimaryBgEnd: string;
219
- static btnPrimaryTextColor: string;
220
- static btnPrimaryHoverBgStart: string;
221
- static btnPrimaryHoverBgEnd: string;
222
- static btnPrimaryActiveBg: string;
223
- static btnPrimaryActiveBorderColor: string;
224
- static btnPrimaryActiveBorderTopColor: string;
225
- static btnPrimaryActiveShadow: string;
226
- static btnDangerBg: string;
227
- static btnDangerHoverBg: string;
228
- static btnDangerHoverBorderColor: string;
229
- static btnDangerHoverBorderBottomColor: string;
230
- static btnDangerBorderColor: string;
231
- static btnDangerBorderBottomColor: string;
232
- static btnDangerBgStart: string;
233
- static btnDangerBgEnd: string;
234
- static btnDangerTextColor: string;
235
- static btnDangerHoverBgStart: string;
236
- static btnDangerHoverBgEnd: string;
237
- static btnDangerActiveBg: string;
238
- static btnDangerActiveBorderColor: string;
239
- static btnDangerActiveBorderTopColor: string;
240
- static btnDangerActiveShadow: string;
241
- static btnPayBg: string;
242
- static btnPayHoverBg: string;
243
- static btnPayHoverBorderColor: string;
244
- static btnPayHoverBorderBottomColor: string;
245
- static btnPayBorderColor: string;
246
- static btnPayBorderBottomColor: string;
247
- static btnPayBgStart: string;
248
- static btnPayBgEnd: string;
249
- static get btnPayTextColor(): string;
250
- static btnPayHoverBgStart: string;
251
- static btnPayHoverBgEnd: string;
252
- static btnPayActiveBg: string;
253
- static btnPayActiveBorderColor: string;
254
- static btnPayActiveBorderTopColor: string;
255
- static btnPayActiveShadow: string;
256
- static btnMenuArrowColor: string;
257
- static get btnFontSizeSmall(): string;
258
- static get btnFontSizeMedium(): string;
259
- static get btnFontSizeLarge(): string;
260
- static get btnLineHeightSmall(): string;
261
- static get btnLineHeightMedium(): string;
262
- static get btnLineHeightLarge(): string;
263
- static get btnPaddingYSmall(): string;
264
- static get btnPaddingYMedium(): string;
265
- static get btnPaddingYLarge(): string;
266
- static get btnDisabledBg(): string;
267
- static get btnBorderColorWarning(): string;
268
- static get btnBorderColorError(): string;
269
- static get btnHeightSmall(): string;
270
- static get btnHeightMedium(): string;
271
- static get btnHeightLarge(): string;
272
- static get btnLinkColor(): string;
273
- static get btnLinkHoverColor(): string;
274
- static get btnLinkHoverTextDecoration(): string;
275
- static get btnLinkIconMarginRight(): string;
276
- static get btnErrorSecondary(): string;
277
- static get btnWarningSecondary(): string;
278
- static get btnOutlineColorFocus(): string;
279
- static btnInsetColor: string;
280
- static get btnBorderColorFocus(): string;
281
- static get btnLinkDisabledColor(): string;
282
- static get btnDisabledTextColor(): string;
283
- static selectPlaceholderColor: string;
284
- static get selectBorderWidth(): string;
285
- static get selectPlaceholderColorDisabled(): string;
286
- static get selectOutlineWidth(): string;
287
- static get selectLineHeightSmall(): string;
288
- static get selectFontSizeSmall(): string;
289
- static selectPaddingXSmall: string;
290
- static get selectPaddingYSmall(): string;
291
- static get selectBorderRadiusSmall(): string;
292
- static selectIconGapSmall: string;
293
- static get selectLineHeightMedium(): string;
294
- static get selectFontSizeMedium(): string;
295
- static selectPaddingXMedium: string;
296
- static get selectPaddingYMedium(): string;
297
- static get selectBorderRadiusMedium(): string;
298
- static selectIconGapMedium: string;
299
- static get selectLineHeightLarge(): string;
300
- static get selectFontSizeLarge(): string;
301
- static selectPaddingXLarge: string;
302
- static get selectPaddingYLarge(): string;
303
- static get selectBorderRadiusLarge(): string;
304
- static selectIconGapLarge: string;
305
- static get selectMenuArrowColor(): string;
306
- static get selectMenuArrowColorDisabled(): string;
307
- static get selectIconSizeSmall(): string;
308
- static get selectIconSizeMedium(): string;
309
- static get selectIconSizeLarge(): string;
310
- static selectRootWidthMobile: string;
311
- static get selectTextColorDisabled(): string;
312
- static get selectBgDisabled(): string;
313
- static get selectBorderColorDisabled(): string;
314
- static tooltipPaddingY: string;
315
- static tooltipPaddingX: string;
316
- static tooltipCloseBtnPadding: string;
317
- static tooltipCloseBtnColor: string;
318
- static tooltipCloseBtnHoverColor: string;
319
- static get tooltipTextColor(): string;
320
- static get tooltipBorder(): string;
321
- static get tooltipBorderRadius(): string;
322
- static tooltipPinOffset: string;
323
- static tooltipPinOffsetX: string;
324
- static tooltipPinOffsetY: string;
325
- static tooltipMargin: string;
326
- static get tooltipPinSize(): string;
327
- static get tooltipFontSize(): string;
328
- static get tooltipLineHeight(): string;
329
- static get tooltipMenuPinOffset(): string;
330
- static get tooltipMenuMargin(): string;
331
- static get tooltipMenuPinSize(): string;
332
- static get kebabPinOffset(): string;
333
- static get kebabPinSize(): string;
334
- static kebabMargin: string;
335
- static kebabBackground: string;
336
- static kebabBackgroundHover: string;
337
- static kebabBorderRadius: string;
338
- static kebabBorder: string;
339
- static modalBackBg: string;
340
- static get modalBg(): string;
341
- static modalBackOpacity: string;
342
- static modalCloseButtonColor: string;
343
- static modalCloseButtonDisabledColor: string;
344
- static modalCloseButtonHoverColor: string;
345
- static modalCloseButtonPadding: string;
346
- static modalCloseButtonLegacyShift: string;
347
- static modalCloseButtonBottomPadding: string;
348
- static modalCloseButtonClickArea: string;
349
- static modalCloseIconSize: string;
350
- static modalCloseLegacyGap: string;
351
- static modalCloseWrapperLegacyGap: string;
352
- static get modalFixedHeaderBg(): string;
353
- static get modalFixedHeaderShadow(): string;
354
- static get modalFixedFooterShadow(): string;
355
- static modalFooterBg: string;
356
- static modalAdaptiveThreshold: string;
357
- static modalPaddingTop: string;
358
- static modalPaddingLeft: string;
359
- static modalPaddingRight: string;
360
- static modalHeaderFontSize: string;
361
- static get modalHeaderTextColor(): string;
362
- static modalHeaderLineHeight: string;
363
- static modalHeaderPaddingBottom: string;
364
- static modalHeaderPaddingTop: string;
365
- static get modalFixedHeaderPaddingBottom(): string;
366
- static modalBodyTextColor: string;
367
- static modalFooterTextColor: string;
368
- static modalBodyPaddingBottom: string;
369
- static modalFooterPaddingTop: string;
370
- static modalFooterPaddingBottom: string;
371
- static modalPaddingBottom: string;
372
- static modalFooterPanelPaddingTop: string;
373
- static modalFooterPanelPaddingBottom: string;
374
- static mobileModalCloseButtonRightPadding: string;
375
- static mobileModalCloseButtonTopPadding: string;
376
- static mobileModalCloseButtonClickArea: string;
377
- static mobileModalCloseIconSize: string;
378
- static mobileModalHeaderFontSize: string;
379
- static mobileModalHeaderLineHeight: string;
380
- static mobileModalHeaderPadding: string;
381
- static mobileModalBodyPadding: string;
382
- static mobileModalBodyFontSize: string;
383
- static mobileModalFooterPadding: string;
384
- static mobileModalPaddingBottom: string;
385
- static sidePageFooterPanelBg: string;
386
- static sidePageBackingBg: string;
387
- static sidePageBackingBgOpacity: string;
388
- static sidePageCloseButtonColor: string;
389
- static sidePageCloseButtonHoverColor: string;
390
- static sidePageContainerShadow: string;
391
- static mobileSidePagePaddingLeft: string;
392
- static mobileSidePagePaddingRight: string;
393
- static mobileSidePagePaddingTop: string;
394
- static mobileSidePagePaddingBottom: string;
395
- static mobileSidePageFooterPadding: string;
396
- static sidePagePaddingLeft: string;
397
- static sidePagePaddingRight: string;
398
- static sidePagePaddingTop: string;
399
- static sidePagePaddingBottom: string;
400
- static sidePageFooterPaddingTop: string;
401
- static sidePageFooterPaddingBottom: string;
402
- static get sidePageBgDefault(): string;
403
- static get sidePageHeaderTextColor(): string;
404
- static sidePageBodyTextColor: string;
405
- static sidePageFooterTextColor: string;
406
- static sidePageHeaderFontSize: string;
407
- static sidePageHeaderLineHeight: string;
408
- static sidePageHeaderPaddingBottom: string;
409
- static sidePageHeaderPaddingTop: string;
410
- static sidePageHeaderFixedFontSize: string;
411
- static sidePageHeaderFixedLineHeight: string;
412
- static sidePageHeaderFixedPaddingY: string;
413
- static sidePageHeaderStickyOffset: string;
414
- static sidePageCloseButtonPadding: string;
415
- static mobileSidePageCloseButtonPadding: string;
416
- static sidePageCloseButtonLegacyPaddingLeft: string;
417
- static sidePageFooterPanelPaddingTop: string;
418
- static sidePageFooterPanelPaddingBottom: string;
419
- static sidePageCloseIconSize: string;
420
- static sidePageCloseButtonClickArea: string;
421
- static mobileSidePageCloseButtonClickArea: string;
422
- static get sidePageFixedHeaderShadow(): string;
423
- static get sidePageFixedFooterShadow(): string;
424
- static mobileSidePageHeaderFontSize: string;
425
- static mobileSidePageHeaderLineHeight: string;
426
- static mobileSidePageHeaderPaddingBottom: string;
427
- static mobileSidePageHeaderPaddingTop: string;
428
- static get dateInputIconColor(): string;
429
- static dateInputMaskColor: string;
430
- static dateInputComponentSelectedBgColor: string;
431
- static get calendarCellBg(): string;
432
- static calendarCellHoverColor: string;
433
- static calendarCellActiveHoverColor: string;
434
- static calendarCellWeekendColor: string;
435
- static calendarCellTodayBorder: string;
436
- static calendarCellSelectedBgColor: string;
437
- static calendarCellSelectedFontColor: string;
438
- static calendarCellSize: string;
439
- static get calendarCellLineHeight(): string;
440
- static get calendarMonthHeaderStickedBgColor(): string;
441
- static calendarMonthTitleBorderBottomColor: string;
442
- static get calendarCellHoverBgColor(): string;
443
- static calendarPaddingX: string;
444
- static calendarMonthTitleLineHeight: string;
445
- static calendarMonthTitlePaddingTop: string;
446
- static calendarMonthTitlePaddingBottom: string;
447
- static calendarMonthTitleMarginX: string;
448
- static calendarMonthTitleMarginBottom: string;
449
- static calendarWrapperHeight: string;
450
- static calendarMonthMarginBottom: string;
451
- static calendarMaxMonthsToAppendOnScroll: string;
452
- static dateSelectLineHeight: string;
453
- static dateSelectFontSize: string;
454
- static dateSelectFontWeight: string;
455
- static dateSelectMenuItemBgSelected: string;
456
- static get dateSelectTextColorDisabled(): string;
457
- static get dateSelectTextColorDefault(): string;
458
- static get dateSelectLinkColor(): string;
459
- static get dateSelectPopupBoxShadow(): string;
460
- static get dateSelectTextColorInvert(): string;
461
- static get datePickerOpenBtnColor(): string;
462
- static get pickerBg(): string;
463
- static pickerShadow: string;
464
- static get pickerTodayWrapperBgColor(): string;
465
- static pickerTodayWrapperBorderTop: string;
466
- static pickerTodayWrapperHoverBgColor: string;
467
- static pickerTodayWrapperFontSize: string;
468
- static pickerTodayWrapperLineHeight: string;
469
- static pickerTodayWrapperPaddingTop: string;
470
- static pickerTodayWrapperPaddingBottom: string;
471
- static get dateSelectMenuBg(): string;
472
- static get dateSelectMenuItemBgActive(): string;
473
- static get dateSelectMenuItemBgDisabled(): string;
474
- static get dateSelectMenuItemFontActive(): string;
475
- static get dateSelectMenuItemFontSelected(): string;
476
- static get dateSelectMenuItemFontDisabled(): string;
477
- static get pagingFontSize(): string;
478
- static get pagingForwardIconSize(): string;
479
- static pagingForwardIconMarginTop: string;
480
- static pagingPageLinkPaddingX: string;
481
- static pagingPageLinkPaddingY: string;
482
- static pagingPageLinkLegacyPaddingY: string;
483
- static pagingPageLinkMinWidth: string;
484
- static pagingPageForwardLinkMarginTop: string;
485
- static pagingPageForwardLinkMarginLeft: string;
486
- static pagingPageForwardLinkPaddingRight: string;
487
- static pagingLineHeight: string;
488
- static pagingDotsColor: string;
489
- static pagingDotsPadding: string;
490
- static pagingPageLinkActiveBg: string;
491
- static get pagingPageLinkActiveColor(): string;
492
- static pagingPageLinkHoverBg: string;
493
- static get pagingPageLinkHintColor(): string;
494
- static pagingPageLinkHintFontSize: string;
495
- static pagingPageLinkHintLineHeight: string;
496
- static pagingPageLinkBorderRadius: string;
497
- static pagingPageLinkMargin: string;
498
- static get pagingForwardLinkColor(): string;
499
- static get pagingForwardLinkDisabledColor(): string;
500
- static get hintColor(): string;
501
- static get mobileHintColor(): string;
502
- static get hintFontSize(): string;
503
- static get hintLineHeight(): string;
504
- static hintMaxWidth: string;
505
- static hintPaddingY: string;
506
- static hintPaddingX: string;
507
- static hintTextAlign: string;
508
- static hintBgColor: string;
509
- static hintBorder: string;
510
- static hintBorderRadius: string;
511
- static hintPinOffset: string;
512
- static hintMargin: string;
513
- static get toastFontSize(): string;
514
- static get toastLineHeight(): string;
515
- static toastPaddingY: string;
516
- static toastPaddingX: string;
517
- static toastBorderRadius: string;
518
- static toastBorder: string;
519
- static toastTop: string;
520
- static toastBg: string;
521
- static toastColor: string;
522
- static toastLinkColor: string;
523
- static toastClosePadding: string;
524
- static toastCloseColor: string;
525
- static toastCloseHoverColor: string;
526
- static toastCloseSize: string;
527
- static dropdownMenuSelectedBg: string;
528
- static get dropdownMenuHoverBg(): string;
529
- static get menuBgDefault(): string;
530
- static menuBorder: string;
531
- static menuShadow: string;
532
- static menuPaddingY: string;
533
- static get menuItemTextColor(): string;
534
- static get menuItemSelectedBg(): string;
535
- static get menuItemHoverBg(): string;
536
- static menuItemIconWidth: string;
537
- static menuItemIconGap: string;
538
- static menuItemIconLegacyMargin: string;
539
- static menuItemIconLegacyShift: string;
540
- static get menuItemPaddingForIcon(): string;
541
- static get menuItemLineHeight(): string;
542
- static get menuItemFontSize(): string;
543
- static menuItemPaddingX: string;
544
- static menuItemPaddingY: string;
545
- static menuItemLegacyPaddingX: string;
546
- static menuItemLegacyPaddingY: string;
547
- static get menuItemHoverColor(): string;
548
- static get menuItemDisabledColor(): string;
549
- static get menuItemLinkColor(): string;
550
- static menuItemCommentColor: string;
551
- static menuItemCommentColorHover: string;
552
- static menuItemPaddingMobile: string;
553
- static get menuHeaderColor(): string;
554
- static menuHeaderLineHeight: string;
555
- static menuHeaderFontSize: string;
556
- static menuHeaderPaddingX: string;
557
- static menuHeaderPaddingTop: string;
558
- static menuHeaderPaddingBottom: string;
559
- static menuHeaderLegacyPaddingRight: string;
560
- static menuSeparatorBorderColor: string;
561
- static menuSeparatorMarginY: string;
562
- static menuSeparatorBorderWidth: string;
563
- static get toggleFontSize(): string;
564
- static get toggleLineHeight(): string;
565
- static get toggleTextColor(): string;
566
- static toggleHandleActiveWidthIncrement: string;
567
- static get toggleHandleBorderRadius(): string;
568
- static toggleHeight: string;
569
- static toggleWidth: string;
570
- static get toggleBorderRadius(): string;
571
- static toggleBg: string;
572
- static toggleDisabledHandleBg: string;
573
- static toggleBaseBg: string;
574
- static get toggleBgDisabled(): string;
575
- static toggleBgDisabledChecked: string;
576
- static toggleBgHover: string;
577
- static toggleBgChecked: string;
578
- static get toggleBorderWidth(): string;
579
- static get toggleOutlineWidth(): string;
580
- static toggleBorderColor: string;
581
- static get toggleBorderColorDisabled(): string;
582
- static get toggleBorderColorDisabledChecked(): string;
583
- static toggleBgFocus: string;
584
- static toggleBgActive: string;
585
- static get toggleShadowColorError(): string;
586
- static get toggleShadowColorWarning(): string;
587
- static get toggleFocusShadowColor(): string;
588
- static toggleCaptionGap: string;
589
- static toggleButtonOffsetY: string;
590
- static popupBorder: string;
591
- static popupBorderRadius: string;
592
- static popupBorderColor: string;
593
- static popupDropShadow: string;
594
- static popupBoxShadow: string;
595
- static get popupTextColor(): string;
596
- static get popupBackground(): string;
597
- static popupPinOffset: string;
598
- static popupPinOffsetX: string;
599
- static popupPinOffsetY: string;
600
- static popupMargin: string;
601
- static popupPinSize: string;
602
- static get inputTextColor(): string;
603
- static inputShadow: string;
604
- static inputBg: string;
605
- static inputIconColor: string;
606
- static inputColor: string;
607
- static inputWidth: string;
608
- static get inputTextColorDisabled(): string;
609
- static get inputFontSizeSmall(): string;
610
- static get inputFontSizeMedium(): string;
611
- static get inputFontSizeLarge(): string;
612
- static get inputLineHeightSmall(): string;
613
- static get inputLineHeightMedium(): string;
614
- static get inputLineHeightLarge(): string;
615
- static get inputHeightSmall(): string;
616
- static get inputHeightMedium(): string;
617
- static get inputHeightLarge(): string;
618
- static get inputPaddingYSmall(): string;
619
- static get inputPaddingYMedium(): string;
620
- static get inputPaddingYLarge(): string;
621
- static inputPaddingXSmall: string;
622
- static inputPaddingXMedium: string;
623
- static inputPaddingXLarge: string;
624
- static inputIconGapSmall: string;
625
- static inputIconGapMedium: string;
626
- static inputIconGapLarge: string;
627
- static inputIconSizeSmall: string;
628
- static inputIconSizeMedium: string;
629
- static inputIconSizeLarge: string;
630
- static get inputFocusShadow(): string;
631
- static get inputDisabledBg(): string;
632
- static get inputDisabledBorderColor(): string;
633
- static get inputFocusOutline(): string;
634
- static get inputBorderWidth(): string;
635
- static get inputOutlineWidth(): string;
636
- static inputBorderRadiusSmall: string;
637
- static inputBorderRadiusMedium: string;
638
- static inputBorderRadiusLarge: string;
639
- static get inputBorderColor(): string;
640
- static get inputBorderColorFocus(): string;
641
- static get inputBorderColorError(): string;
642
- static get inputBorderColorWarning(): string;
643
- static inputBorderTopColor: string;
644
- static get inputPlaceholderColor(): string;
645
- static get inputPlaceholderColorDisabled(): string;
646
- static get inputPlaceholderColorLight(): string;
647
- static get inputBlinkColor(): string;
648
- static get checkboxFontSize(): string;
649
- static get checkboxLineHeight(): string;
650
- static checkboxBoxSize: string;
651
- static checkboxCaptionGap: string;
652
- static get checkboxPaddingY(): string;
653
- static checkboxBoxOffsetY: string;
654
- static checkboxBgStart: string;
655
- static checkboxBgEnd: string;
656
- static get checkboxTextColorDefault(): string;
657
- static get checkboxTextColorDisabled(): string;
658
- static get checkboxShadowDisabled(): string;
659
- static checkboxBorder: string;
660
- static get checkboxBorderWidth(): string;
661
- static get checkboxShadow(): string;
662
- static get checkboxShadowHover(): string;
663
- static checkboxCheckedColor: string;
664
- static get checkboxOutlineColorFocus(): string;
665
- static get checkboxBorderColorWarning(): string;
666
- static get checkboxBorderColorError(): string;
667
- static get checkboxCheckedHoverShadow(): string;
668
- static checkboxBorderRadius: string;
669
- static get checkboxOutlineWidth(): string;
670
- static get checkboxCheckedShadow(): string;
671
- static get checkboxCheckedActiveShadow(): string;
672
- static get checkboxBorderColorFocus(): string;
673
- static checkboxBg: string;
674
- static get checkboxHoverBg(): string;
675
- static get checkboxActiveBg(): string;
676
- static get checkboxCheckedBg(): string;
677
- static get checkboxBgDisabled(): string;
678
- static get checkboxCheckedHoverBg(): string;
679
- static get checkboxCheckedActiveBg(): string;
680
- static get checkboxShadowActive(): string;
681
- static textareaBg: string;
682
- static get textareaColor(): string;
683
- static get textareaTextColorDisabled(): string;
684
- static get textareaPlaceholderColorLight(): string;
685
- static get textareaPlaceholderColor(): string;
686
- static get textareaPlaceholderColorDisabled(): string;
687
- static textareaShadow: string;
688
- static get textareaFontSize(): string;
689
- static get textareaLineHeight(): string;
690
- static textareaBorderRadius: string;
691
- static get textareaBorderWidth(): string;
692
- static get textareaOutlineWidth(): string;
693
- static get textareaMinHeight(): string;
694
- static textareaWidth: string;
695
- static textareaPaddingX: string;
696
- static get textareaPaddingY(): string;
697
- static get textareaBorderColor(): string;
698
- static textareaBorderTopColor: string;
699
- static get textareaBorderColorFocus(): string;
700
- static get textareaBorderColorWarning(): string;
701
- static get textareaBorderColorError(): string;
702
- static textareaDisabledBg: string;
703
- static get textareaDisabledBorderColor(): string;
704
- static get textareaCounterColor(): string;
705
- static get textareaCounterBg(): string;
706
- static get textareaCounterErrorColor(): string;
707
- static get textareaCounterHelpIconColor(): string;
708
- static radioBulletSize: string;
709
- static get radioOutlineWidth(): string;
710
- static get radioTextColor(): string;
711
- static radioSize: string;
712
- static get radioSizeAfter(): string;
713
- static get radioFontSize(): string;
714
- static get radioLineHeight(): string;
715
- static radioCaptionGap: string;
716
- static get radioPaddingY(): string;
717
- static radioVerticalAlign: string;
718
- static radioBgImage: string;
719
- static radioBgColor: string;
720
- static get radioHoverBg(): string;
721
- static get radioActiveBg(): string;
722
- static get radioBorderWidth(): string;
723
- static get radioBorderColor(): string;
724
- static radioBoxShadow: string;
725
- static get radioBorder(): string;
726
- static get radioBorderColorFocus(): string;
727
- static get radioBorderColorWarning(): string;
728
- static get radioBorderColorError(): string;
729
- static radioHoverShadow: string;
730
- static radioActiveShadow: string;
731
- static get radioFocusShadow(): string;
732
- static get radioCheckedBgColor(): string;
733
- static radioCheckedBorderColor: string;
734
- static radioCheckedBulletColor: string;
735
- static get radioCheckedHoverBgColor(): string;
736
- static get radioDisabledBg(): string;
737
- static get radioDisabledShadow(): string;
738
- static radioCaptionDisplay: string;
739
- static radioBorderWidthCompensation: string;
740
- static radioCircleOffsetY: string;
741
- static radioGroupLegacyItemGap: string;
742
- static get tabFontSize(): string;
743
- static tabPaddingX: string;
744
- static get tabsMarginX(): string;
745
- static get tabPaddingY(): string;
746
- static get tabLineHeight(): string;
747
- static tabBorderWidth: string;
748
- static get tabOutlineWidth(): string;
749
- static get tabTextColorDefault(): string;
750
- static get tabColorFocus(): string;
751
- static get tabColorError(): string;
752
- static get tabColorWarning(): string;
753
- static get tabColorSuccess(): string;
754
- static get tabColorPrimary(): string;
755
- static get tabColorHover(): string;
756
- static get tabColorHoverError(): string;
757
- static get tabColorHoverWarning(): string;
758
- static get tabColorHoverSuccess(): string;
759
- static get tabColorHoverPrimary(): string;
760
- static get spinnerBgColor(): string;
761
- static get spinnerColor(): string;
762
- static get spinnerDimmedColor(): string;
763
- static get spinnerCaptionColor(): string;
764
- static get spinnerFontSizeSmall(): string;
765
- static get spinnerFontSizeMedium(): string;
766
- static get spinnerFontSizeLarge(): string;
767
- static get spinnerLineHeightSmall(): string;
768
- static get spinnerLineHeightMedium(): string;
769
- static get spinnerLineHeightLarge(): string;
770
- static spinnerCaptionGapSmall: string;
771
- static spinnerCaptionGapMedium: string;
772
- static spinnerCaptionGapLarge: string;
773
- static get switcherTextColor(): string;
774
- static get switcherOutlineWidth(): string;
775
- static get switcherCaptionFontSizeSmall(): string;
776
- static get switcherCaptionFontSizeMedium(): string;
777
- static get switcherCaptionFontSizeLarge(): string;
778
- static get switcherCaptionLineHeightSmall(): string;
779
- static get switcherCaptionLineHeightMedium(): string;
780
- static get switcherCaptionLineHeightLarge(): string;
781
- static get switcherCaptionGapSmall(): string;
782
- static get switcherCaptionGapMedium(): string;
783
- static get switcherCaptionGapLarge(): string;
784
- static switcherButtonPaddingXSmall: string;
785
- static switcherButtonPaddingXMedium: string;
786
- static switcherButtonPaddingXLarge: string;
787
- static get switcherButtonPaddingYSmall(): string;
788
- static get switcherButtonPaddingYMedium(): string;
789
- static get switcherButtonPaddingYLarge(): string;
790
- static get switcherButtonLineHeightSmall(): string;
791
- static get switcherButtonLineHeightMedium(): string;
792
- static get switcherButtonLineHeightLarge(): string;
793
- static get switcherButtonFontSizeSmall(): string;
794
- static get switcherButtonFontSizeMedium(): string;
795
- static get switcherButtonFontSizeLarge(): string;
796
- static get switcherButtonBorderRadiusSmall(): string;
797
- static get switcherButtonBorderRadiusMedium(): string;
798
- static get switcherButtonBorderRadiusLarge(): string;
799
- static get switcherButtonBorderWidth(): string;
800
- static get switcherButtonDisabledBorderColor(): string;
801
- static switcherButtonCheckedDisabledShadow: string;
802
- static mobilePopupTopPadding: string;
803
- static mobilePopupHeaderPadding: string;
804
- static mobilePopupHeaderBorderRadius: string;
805
- static mobilePopupHeaderShadow: string;
806
- static get mobilePopupHeaderFontSize(): string;
807
- static get mobilePopupHeaderLineHeight(): string;
808
- static mobilePopupHeaderFontWeight: string;
809
- static mobilePopupHeaderChildPadding: string;
810
- static scrollContainerScrollBarSize: string;
811
- static scrollContainerScrollBarHoverSize: string;
812
- static scrollContainerScrollBarColor: string;
813
- static scrollContainerScrollBarInvertColor: string;
814
- static passwordInputVisibilityIconColor: string;
815
- static passwordInputVisibilityIconOpacity: string;
816
- static passwordInputVisibilityIconHoverColor: string;
817
- static passwordInputVisibilityIconHoverOpacity: string;
818
- }
819
- export declare const DefaultThemeInternal: typeof DefaultTheme;
1
+ export declare class DefaultTheme {
2
+ static fontFamilyCompensationBaseline: string;
3
+ static labGrotesqueBaselineCompensation: string;
4
+ static brandXLight: string;
5
+ static brandLight: string;
6
+ static brand: string;
7
+ static brandDark: string;
8
+ static brandXDark: string;
9
+ static white: string;
10
+ static grayXxLight: string;
11
+ static grayXLight: string;
12
+ static grayLight: string;
13
+ static gray: string;
14
+ static grayDark: string;
15
+ static black: string;
16
+ static blueXxLight: string;
17
+ static blueLight: string;
18
+ static blue: string;
19
+ static blueDark: string;
20
+ static blueXDark: string;
21
+ static greenXxLight: string;
22
+ static green: string;
23
+ static greenDark: string;
24
+ static redXxLight: string;
25
+ static red: string;
26
+ static redDark: string;
27
+ static yellowXxLight: string;
28
+ static yellow: string;
29
+ static yellowDark: string;
30
+ static bgDefault: string;
31
+ static get bgSecondary(): string;
32
+ static bgDisabled: string;
33
+ static errorMain: string;
34
+ static errorSecondary: string;
35
+ static errorText: string;
36
+ static warningMain: string;
37
+ static warningSecondary: string;
38
+ static warningText: string;
39
+ static borderColorFocusLight: string;
40
+ static borderColorGrayDark: string;
41
+ static borderColorGrayLight: string;
42
+ static get borderColorDisabled(): string;
43
+ static placeholderColor: string;
44
+ static outlineColorFocus: string;
45
+ static placeholderColorLight: string;
46
+ static blinkColor: string;
47
+ static controlBorderWidth: string;
48
+ static controlOutlineWidth: string;
49
+ static controlLineHeightSmall: string;
50
+ static controlLineHeightMedium: string;
51
+ static controlLineHeightLarge: string;
52
+ static controlPaddingYSmall: string;
53
+ static controlPaddingYMedium: string;
54
+ static controlPaddingYLarge: string;
55
+ static textColorDefault: string;
56
+ static textColorInvert: string;
57
+ static textColorDisabled: string;
58
+ static textColorDisabledContrast: string;
59
+ static fontSizeSmall: string;
60
+ static fontSizeMedium: string;
61
+ static fontSizeLarge: string;
62
+ static fontSizeMobile: string;
63
+ static lineHeightMobile: string;
64
+ static specificityLevel: string;
65
+ static fixedPanelShadow: string;
66
+ static get bgActive(): string;
67
+ static get borderColorFocus(): string;
68
+ static get borderColorError(): string;
69
+ static get borderColorWarning(): string;
70
+ static controlHeightSmall: string;
71
+ static controlHeightMedium: string;
72
+ static controlHeightLarge: string;
73
+ static mobileMediaQuery: string;
74
+ static linkColor: string;
75
+ static linkActiveColor: string;
76
+ static linkHoverTextDecoration: string;
77
+ static linkSuccessColor: string;
78
+ static linkSuccessHoverColor: string;
79
+ static linkSuccessActiveColor: string;
80
+ static linkDangerColor: string;
81
+ static linkDangerHoverColor: string;
82
+ static linkDangerActiveColor: string;
83
+ static linkIconMarginRight: string;
84
+ static get linkHoverColor(): string;
85
+ static get linkDisabledColor(): string;
86
+ static linkButtonLineHeight: string;
87
+ static linkButtonPaddingX: string;
88
+ static tokenDisabledBg: string;
89
+ static get tokenTextColorDisabled(): string;
90
+ static get tokenFontSize(): string;
91
+ static tokenMarginY: string;
92
+ static tokenMarginX: string;
93
+ static get tokenLineHeight(): string;
94
+ static tokenPaddingY: string;
95
+ static tokenPaddingX: string;
96
+ static tokenMarginBeforeIcon: string;
97
+ static tokenRemoveIconSize: string;
98
+ static tokenRemoveIconPaddingY: string;
99
+ static tokenRemoveIconPaddingX: string;
100
+ static tokenRemoveIconGap: string;
101
+ static tokenRemoveIconBoxSizing: string;
102
+ static tokenBorderRadius: string;
103
+ static tokenBorderWidth: string;
104
+ static tokenBorderColorDisabled: string;
105
+ static get tokenDefaultIdle(): string;
106
+ static get tokenDefaultActive(): string;
107
+ static get tokenGrayIdle(): string;
108
+ static get tokenGrayActive(): string;
109
+ static get tokenBlueIdle(): string;
110
+ static get tokenBlueActive(): string;
111
+ static get tokenGreenIdle(): string;
112
+ static get tokenGreenActive(): string;
113
+ static get tokenYellowIdle(): string;
114
+ static get tokenYellowActive(): string;
115
+ static get tokenRedIdle(): string;
116
+ static get tokenRedActive(): string;
117
+ static get tokenWhite(): string;
118
+ static get tokenBlack(): string;
119
+ static get tokenBorderColorWarning(): string;
120
+ static get tokenBorderColorError(): string;
121
+ static tokenOutlineWidth: string;
122
+ static tokenLegacyTextShift: string;
123
+ static get tokenPaddingYDisabled(): string;
124
+ static get tokenPaddingXDisabled(): string;
125
+ static get tokenMarginYDisabled(): string;
126
+ static get tokenMarginXDisabled(): string;
127
+ static get tokenShadowDisabled(): string;
128
+ static get tokenInputBorderColor(): string;
129
+ static get tokenInputBorderColorFocus(): string;
130
+ static get tokenInputBorderColorError(): string;
131
+ static get tokenInputBorderColorWarning(): string;
132
+ static get tokenInputBorderTopColor(): string;
133
+ static get tokenInputPlaceholderColor(): string;
134
+ static get tokenInputPlaceholderColorLight(): string;
135
+ static get tokenInputDisabledBg(): string;
136
+ static get tokenInputDisabledBorderColor(): string;
137
+ static get tokenInputBorderWidth(): string;
138
+ static get tokenInputOutlineWidth(): string;
139
+ static get tokenInputBg(): string;
140
+ static get tokenInputShadow(): string;
141
+ static get tokenInputTextColor(): string;
142
+ static get tokenInputTextColorDisabled(): string;
143
+ static get tokenInputPlaceholderColorDisabled(): string;
144
+ static tokenInputPaddingY: string;
145
+ static tokenInputPaddingX: string;
146
+ static get tokenInputFontSize(): string;
147
+ static tokenInputLineHeight: string;
148
+ static tokenInputInputPaddingLeft: string;
149
+ static get tokenInputInputPaddingRight(): string;
150
+ static loaderBg: string;
151
+ static loaderOpacity: string;
152
+ static btnBackgroundClip: string;
153
+ static btnArrowBgImageActive: string;
154
+ static btnArrowBgImageChecked: string;
155
+ static btnLinkBorderRadius: string;
156
+ static btnFocusShadowWidth: string;
157
+ static btnDisabledBorderColor: string;
158
+ static btnCheckedBg: string;
159
+ static btnCheckedDisabledBg: string;
160
+ static btnCheckedDisabledColor: string;
161
+ static btnCheckedTextColor: string;
162
+ static get btnCheckedDisabledBorderColor(): string;
163
+ static btnCheckedShadow: string;
164
+ static btnCheckedDisabledShadow: string;
165
+ static btnBorderRadiusSmall: string;
166
+ static btnBorderRadiusMedium: string;
167
+ static btnBorderRadiusLarge: string;
168
+ static get btnBorderWidth(): string;
169
+ static btnInsetWidth: string;
170
+ static get btnOutlineWidth(): string;
171
+ static btnPaddingXSmall: string;
172
+ static btnPaddingXMedium: string;
173
+ static btnPaddingXLarge: string;
174
+ static btnIconGapSmall: string;
175
+ static btnIconGapMedium: string;
176
+ static btnIconGapLarge: string;
177
+ static btnIconSizeSmall: string;
178
+ static btnIconSizeMedium: string;
179
+ static btnIconSizeLarge: string;
180
+ static btnDefaultBg: string;
181
+ static btnDefaultBgStart: string;
182
+ static btnDefaultBgEnd: string;
183
+ static get btnDefaultCheckedBorderColor(): string;
184
+ static get btnDefaultTextColor(): string;
185
+ static btnDefaultHoverBg: string;
186
+ static btnDefaultHoverBgStart: string;
187
+ static btnDefaultHoverBgEnd: string;
188
+ static btnDefaultActiveBg: string;
189
+ static btnDefaultHoverBorderColor: string;
190
+ static btnDefaultHoverBorderBottomColor: string;
191
+ static btnDefaultActiveBorderColor: string;
192
+ static btnDefaultActiveBorderTopColor: string;
193
+ static btnDefaultBorderColor: string;
194
+ static btnDefaultBorderBottomColor: string;
195
+ static btnDefaultActiveShadow: string;
196
+ static btnSuccessBg: string;
197
+ static btnSuccessHoverBg: string;
198
+ static btnSuccessHoverBorderColor: string;
199
+ static btnSuccessHoverBorderBottomColor: string;
200
+ static btnSuccessBorderColor: string;
201
+ static btnSuccessBorderBottomColor: string;
202
+ static btnSuccessBgStart: string;
203
+ static btnSuccessBgEnd: string;
204
+ static btnSuccessTextColor: string;
205
+ static btnSuccessHoverBgStart: string;
206
+ static btnSuccessHoverBgEnd: string;
207
+ static btnSuccessActiveBg: string;
208
+ static btnSuccessActiveBorderColor: string;
209
+ static btnSuccessActiveBorderTopColor: string;
210
+ static btnSuccessActiveShadow: string;
211
+ static btnPrimaryBg: string;
212
+ static btnPrimaryHoverBg: string;
213
+ static btnPrimaryHoverBorderColor: string;
214
+ static btnPrimaryHoverBorderBottomColor: string;
215
+ static btnPrimaryBorderColor: string;
216
+ static btnPrimaryBorderBottomColor: string;
217
+ static btnPrimaryBgStart: string;
218
+ static btnPrimaryBgEnd: string;
219
+ static btnPrimaryTextColor: string;
220
+ static btnPrimaryHoverBgStart: string;
221
+ static btnPrimaryHoverBgEnd: string;
222
+ static btnPrimaryActiveBg: string;
223
+ static btnPrimaryActiveBorderColor: string;
224
+ static btnPrimaryActiveBorderTopColor: string;
225
+ static btnPrimaryActiveShadow: string;
226
+ static btnDangerBg: string;
227
+ static btnDangerHoverBg: string;
228
+ static btnDangerHoverBorderColor: string;
229
+ static btnDangerHoverBorderBottomColor: string;
230
+ static btnDangerBorderColor: string;
231
+ static btnDangerBorderBottomColor: string;
232
+ static btnDangerBgStart: string;
233
+ static btnDangerBgEnd: string;
234
+ static btnDangerTextColor: string;
235
+ static btnDangerHoverBgStart: string;
236
+ static btnDangerHoverBgEnd: string;
237
+ static btnDangerActiveBg: string;
238
+ static btnDangerActiveBorderColor: string;
239
+ static btnDangerActiveBorderTopColor: string;
240
+ static btnDangerActiveShadow: string;
241
+ static btnPayBg: string;
242
+ static btnPayHoverBg: string;
243
+ static btnPayHoverBorderColor: string;
244
+ static btnPayHoverBorderBottomColor: string;
245
+ static btnPayBorderColor: string;
246
+ static btnPayBorderBottomColor: string;
247
+ static btnPayBgStart: string;
248
+ static btnPayBgEnd: string;
249
+ static get btnPayTextColor(): string;
250
+ static btnPayHoverBgStart: string;
251
+ static btnPayHoverBgEnd: string;
252
+ static btnPayActiveBg: string;
253
+ static btnPayActiveBorderColor: string;
254
+ static btnPayActiveBorderTopColor: string;
255
+ static btnPayActiveShadow: string;
256
+ static btnMenuArrowColor: string;
257
+ static get btnFontSizeSmall(): string;
258
+ static get btnFontSizeMedium(): string;
259
+ static get btnFontSizeLarge(): string;
260
+ static get btnLineHeightSmall(): string;
261
+ static get btnLineHeightMedium(): string;
262
+ static get btnLineHeightLarge(): string;
263
+ static get btnPaddingYSmall(): string;
264
+ static get btnPaddingYMedium(): string;
265
+ static get btnPaddingYLarge(): string;
266
+ static get btnDisabledBg(): string;
267
+ static get btnBorderColorWarning(): string;
268
+ static get btnBorderColorError(): string;
269
+ static get btnHeightSmall(): string;
270
+ static get btnHeightMedium(): string;
271
+ static get btnHeightLarge(): string;
272
+ static get btnLinkColor(): string;
273
+ static get btnLinkHoverColor(): string;
274
+ static get btnLinkHoverTextDecoration(): string;
275
+ static get btnLinkIconMarginRight(): string;
276
+ static get btnErrorSecondary(): string;
277
+ static get btnWarningSecondary(): string;
278
+ static get btnOutlineColorFocus(): string;
279
+ static btnInsetColor: string;
280
+ static get btnBorderColorFocus(): string;
281
+ static get btnLinkDisabledColor(): string;
282
+ static get btnDisabledTextColor(): string;
283
+ static selectPlaceholderColor: string;
284
+ static get selectBorderWidth(): string;
285
+ static get selectPlaceholderColorDisabled(): string;
286
+ static get selectOutlineWidth(): string;
287
+ static get selectLineHeightSmall(): string;
288
+ static get selectFontSizeSmall(): string;
289
+ static selectPaddingXSmall: string;
290
+ static get selectPaddingYSmall(): string;
291
+ static get selectBorderRadiusSmall(): string;
292
+ static selectIconGapSmall: string;
293
+ static get selectLineHeightMedium(): string;
294
+ static get selectFontSizeMedium(): string;
295
+ static selectPaddingXMedium: string;
296
+ static get selectPaddingYMedium(): string;
297
+ static get selectBorderRadiusMedium(): string;
298
+ static selectIconGapMedium: string;
299
+ static get selectLineHeightLarge(): string;
300
+ static get selectFontSizeLarge(): string;
301
+ static selectPaddingXLarge: string;
302
+ static get selectPaddingYLarge(): string;
303
+ static get selectBorderRadiusLarge(): string;
304
+ static selectIconGapLarge: string;
305
+ static get selectMenuArrowColor(): string;
306
+ static get selectMenuArrowColorDisabled(): string;
307
+ static get selectIconSizeSmall(): string;
308
+ static get selectIconSizeMedium(): string;
309
+ static get selectIconSizeLarge(): string;
310
+ static selectRootWidthMobile: string;
311
+ static get selectTextColorDisabled(): string;
312
+ static get selectBgDisabled(): string;
313
+ static get selectBorderColorDisabled(): string;
314
+ static tooltipPaddingY: string;
315
+ static tooltipPaddingX: string;
316
+ static tooltipCloseBtnPadding: string;
317
+ static tooltipCloseBtnColor: string;
318
+ static tooltipCloseBtnHoverColor: string;
319
+ static get tooltipTextColor(): string;
320
+ static get tooltipBorder(): string;
321
+ static get tooltipBorderRadius(): string;
322
+ static tooltipPinOffset: string;
323
+ static tooltipPinOffsetX: string;
324
+ static tooltipPinOffsetY: string;
325
+ static tooltipMargin: string;
326
+ static get tooltipPinSize(): string;
327
+ static get tooltipFontSize(): string;
328
+ static get tooltipLineHeight(): string;
329
+ static get tooltipMenuPinOffset(): string;
330
+ static get tooltipMenuMargin(): string;
331
+ static get tooltipMenuPinSize(): string;
332
+ static get kebabPinOffset(): string;
333
+ static get kebabPinSize(): string;
334
+ static kebabMargin: string;
335
+ static kebabBackground: string;
336
+ static kebabBackgroundHover: string;
337
+ static kebabBorderRadius: string;
338
+ static kebabBorder: string;
339
+ static modalBackBg: string;
340
+ static get modalBg(): string;
341
+ static modalBackOpacity: string;
342
+ static modalCloseButtonColor: string;
343
+ static modalCloseButtonDisabledColor: string;
344
+ static modalCloseButtonHoverColor: string;
345
+ static modalCloseButtonPadding: string;
346
+ static modalCloseButtonLegacyShift: string;
347
+ static modalCloseButtonBottomPadding: string;
348
+ static modalCloseButtonClickArea: string;
349
+ static modalCloseIconSize: string;
350
+ static modalCloseLegacyGap: string;
351
+ static modalCloseWrapperLegacyGap: string;
352
+ static get modalFixedHeaderBg(): string;
353
+ static get modalFixedHeaderShadow(): string;
354
+ static get modalFixedFooterShadow(): string;
355
+ static modalFixedPanelShadow: string;
356
+ static modalFooterBg: string;
357
+ static modalAdaptiveThreshold: string;
358
+ static modalPaddingTop: string;
359
+ static modalPaddingLeft: string;
360
+ static modalPaddingRight: string;
361
+ static modalHeaderFontSize: string;
362
+ static get modalHeaderTextColor(): string;
363
+ static modalHeaderLineHeight: string;
364
+ static modalHeaderPaddingBottom: string;
365
+ static modalHeaderPaddingTop: string;
366
+ static get modalFixedHeaderPaddingBottom(): string;
367
+ static modalBodyTextColor: string;
368
+ static modalFooterTextColor: string;
369
+ static modalBodyPaddingBottom: string;
370
+ static modalFooterPaddingTop: string;
371
+ static modalFooterPaddingBottom: string;
372
+ static modalPaddingBottom: string;
373
+ static modalFooterPanelPaddingTop: string;
374
+ static modalFooterPanelPaddingBottom: string;
375
+ static mobileModalCloseButtonRightPadding: string;
376
+ static mobileModalCloseButtonTopPadding: string;
377
+ static mobileModalCloseButtonClickArea: string;
378
+ static mobileModalCloseIconSize: string;
379
+ static mobileModalHeaderFontSize: string;
380
+ static mobileModalHeaderLineHeight: string;
381
+ static mobileModalHeaderPadding: string;
382
+ static mobileModalBodyPadding: string;
383
+ static mobileModalBodyFontSize: string;
384
+ static mobileModalFooterPadding: string;
385
+ static mobileModalPaddingBottom: string;
386
+ static sidePageFooterPanelBg: string;
387
+ static sidePageBackingBg: string;
388
+ static sidePageBackingBgOpacity: string;
389
+ static sidePageCloseButtonColor: string;
390
+ static sidePageCloseButtonHoverColor: string;
391
+ static sidePageContainerShadow: string;
392
+ static mobileSidePagePaddingLeft: string;
393
+ static mobileSidePagePaddingRight: string;
394
+ static mobileSidePagePaddingTop: string;
395
+ static mobileSidePagePaddingBottom: string;
396
+ static mobileSidePageFooterPadding: string;
397
+ static sidePagePaddingLeft: string;
398
+ static sidePagePaddingRight: string;
399
+ static sidePagePaddingTop: string;
400
+ static sidePagePaddingBottom: string;
401
+ static sidePageFooterPaddingTop: string;
402
+ static sidePageFooterPaddingBottom: string;
403
+ static get sidePageBgDefault(): string;
404
+ static get sidePageHeaderTextColor(): string;
405
+ static sidePageBodyTextColor: string;
406
+ static sidePageFooterTextColor: string;
407
+ static sidePageHeaderFontSize: string;
408
+ static sidePageHeaderLineHeight: string;
409
+ static sidePageHeaderPaddingBottom: string;
410
+ static sidePageHeaderPaddingTop: string;
411
+ static sidePageHeaderFixedFontSize: string;
412
+ static sidePageHeaderFixedLineHeight: string;
413
+ static sidePageHeaderFixedPaddingY: string;
414
+ static sidePageHeaderStickyOffset: string;
415
+ static sidePageCloseButtonPadding: string;
416
+ static mobileSidePageCloseButtonPadding: string;
417
+ static sidePageCloseButtonLegacyPaddingLeft: string;
418
+ static sidePageFooterPanelPaddingTop: string;
419
+ static sidePageFooterPanelPaddingBottom: string;
420
+ static sidePageCloseIconSize: string;
421
+ static sidePageCloseButtonClickArea: string;
422
+ static mobileSidePageCloseButtonClickArea: string;
423
+ static get sidePageFixedHeaderShadow(): string;
424
+ static get sidePageFixedFooterShadow(): string;
425
+ static sidePageFixedPanelShadow: string;
426
+ static mobileSidePageHeaderFontSize: string;
427
+ static mobileSidePageHeaderLineHeight: string;
428
+ static mobileSidePageHeaderPaddingBottom: string;
429
+ static mobileSidePageHeaderPaddingTop: string;
430
+ static get dateInputIconColor(): string;
431
+ static dateInputMaskColor: string;
432
+ static dateInputComponentSelectedBgColor: string;
433
+ static get calendarCellBg(): string;
434
+ static calendarCellHoverColor: string;
435
+ static calendarCellActiveHoverColor: string;
436
+ static calendarCellWeekendColor: string;
437
+ static calendarCellTodayBorder: string;
438
+ static calendarCellSelectedBgColor: string;
439
+ static calendarCellSelectedFontColor: string;
440
+ static calendarCellSize: string;
441
+ static get calendarCellLineHeight(): string;
442
+ static get calendarMonthHeaderStickedBgColor(): string;
443
+ static calendarMonthTitleBorderBottomColor: string;
444
+ static get calendarCellHoverBgColor(): string;
445
+ static calendarPaddingX: string;
446
+ static calendarMonthTitleLineHeight: string;
447
+ static calendarMonthTitlePaddingTop: string;
448
+ static calendarMonthTitlePaddingBottom: string;
449
+ static calendarMonthTitleMarginX: string;
450
+ static calendarMonthTitleMarginBottom: string;
451
+ static calendarWrapperHeight: string;
452
+ static calendarMonthMarginBottom: string;
453
+ static calendarMaxMonthsToAppendOnScroll: string;
454
+ static dateSelectLineHeight: string;
455
+ static dateSelectFontSize: string;
456
+ static dateSelectFontWeight: string;
457
+ static dateSelectMenuItemBgSelected: string;
458
+ static get dateSelectTextColorDisabled(): string;
459
+ static get dateSelectTextColorDefault(): string;
460
+ static get dateSelectLinkColor(): string;
461
+ static get dateSelectPopupBoxShadow(): string;
462
+ static get dateSelectTextColorInvert(): string;
463
+ static get datePickerOpenBtnColor(): string;
464
+ static get pickerBg(): string;
465
+ static pickerShadow: string;
466
+ static get pickerTodayWrapperBgColor(): string;
467
+ static pickerTodayWrapperBorderTop: string;
468
+ static pickerTodayWrapperHoverBgColor: string;
469
+ static pickerTodayWrapperFontSize: string;
470
+ static pickerTodayWrapperLineHeight: string;
471
+ static pickerTodayWrapperPaddingTop: string;
472
+ static pickerTodayWrapperPaddingBottom: string;
473
+ static get dateSelectMenuBg(): string;
474
+ static get dateSelectMenuItemBgActive(): string;
475
+ static get dateSelectMenuItemBgDisabled(): string;
476
+ static get dateSelectMenuItemFontActive(): string;
477
+ static get dateSelectMenuItemFontSelected(): string;
478
+ static get dateSelectMenuItemFontDisabled(): string;
479
+ static get pagingFontSize(): string;
480
+ static get pagingForwardIconSize(): string;
481
+ static pagingForwardIconMarginTop: string;
482
+ static pagingPageLinkPaddingX: string;
483
+ static pagingPageLinkPaddingY: string;
484
+ static pagingPageLinkLegacyPaddingY: string;
485
+ static pagingPageLinkMinWidth: string;
486
+ static pagingPageForwardLinkMarginTop: string;
487
+ static pagingPageForwardLinkMarginLeft: string;
488
+ static pagingPageForwardLinkPaddingRight: string;
489
+ static pagingLineHeight: string;
490
+ static pagingDotsColor: string;
491
+ static pagingDotsPadding: string;
492
+ static pagingPageLinkActiveBg: string;
493
+ static get pagingPageLinkActiveColor(): string;
494
+ static pagingPageLinkHoverBg: string;
495
+ static get pagingPageLinkHintColor(): string;
496
+ static pagingPageLinkHintFontSize: string;
497
+ static pagingPageLinkHintLineHeight: string;
498
+ static pagingPageLinkBorderRadius: string;
499
+ static pagingPageLinkMargin: string;
500
+ static get pagingForwardLinkColor(): string;
501
+ static get pagingForwardLinkDisabledColor(): string;
502
+ static get hintColor(): string;
503
+ static get mobileHintColor(): string;
504
+ static get hintFontSize(): string;
505
+ static get hintLineHeight(): string;
506
+ static hintMaxWidth: string;
507
+ static hintPaddingY: string;
508
+ static hintPaddingX: string;
509
+ static hintTextAlign: string;
510
+ static hintBgColor: string;
511
+ static hintBorder: string;
512
+ static hintBorderRadius: string;
513
+ static hintPinOffset: string;
514
+ static hintMargin: string;
515
+ static get toastFontSize(): string;
516
+ static get toastLineHeight(): string;
517
+ static toastPaddingY: string;
518
+ static toastPaddingX: string;
519
+ static toastBorderRadius: string;
520
+ static toastBorder: string;
521
+ static toastTop: string;
522
+ static toastBg: string;
523
+ static toastColor: string;
524
+ static toastLinkColor: string;
525
+ static toastClosePadding: string;
526
+ static toastCloseColor: string;
527
+ static toastCloseHoverColor: string;
528
+ static toastCloseSize: string;
529
+ static dropdownMenuSelectedBg: string;
530
+ static get dropdownMenuHoverBg(): string;
531
+ static get menuBgDefault(): string;
532
+ static menuBorder: string;
533
+ static menuShadow: string;
534
+ static menuPaddingY: string;
535
+ static get menuItemTextColor(): string;
536
+ static get menuItemSelectedBg(): string;
537
+ static get menuItemHoverBg(): string;
538
+ static menuItemIconWidth: string;
539
+ static menuItemIconGap: string;
540
+ static menuItemIconLegacyMargin: string;
541
+ static menuItemIconLegacyShift: string;
542
+ static get menuItemPaddingForIcon(): string;
543
+ static get menuItemLineHeight(): string;
544
+ static get menuItemFontSize(): string;
545
+ static menuItemPaddingX: string;
546
+ static menuItemPaddingY: string;
547
+ static menuItemLegacyPaddingX: string;
548
+ static menuItemLegacyPaddingY: string;
549
+ static get menuItemHoverColor(): string;
550
+ static get menuItemDisabledColor(): string;
551
+ static get menuItemLinkColor(): string;
552
+ static menuItemCommentColor: string;
553
+ static menuItemCommentColorHover: string;
554
+ static menuItemPaddingMobile: string;
555
+ static get menuHeaderColor(): string;
556
+ static menuHeaderLineHeight: string;
557
+ static menuHeaderFontSize: string;
558
+ static menuHeaderPaddingX: string;
559
+ static menuHeaderPaddingTop: string;
560
+ static menuHeaderPaddingBottom: string;
561
+ static menuHeaderLegacyPaddingRight: string;
562
+ static menuSeparatorBorderColor: string;
563
+ static menuSeparatorMarginY: string;
564
+ static menuSeparatorBorderWidth: string;
565
+ static get toggleFontSize(): string;
566
+ static get toggleLineHeight(): string;
567
+ static get toggleTextColor(): string;
568
+ static toggleHandleActiveWidthIncrement: string;
569
+ static get toggleHandleBorderRadius(): string;
570
+ static toggleHeight: string;
571
+ static toggleWidth: string;
572
+ static get toggleBorderRadius(): string;
573
+ static toggleBg: string;
574
+ static toggleDisabledHandleBg: string;
575
+ static toggleBaseBg: string;
576
+ static get toggleBgDisabled(): string;
577
+ static toggleBgDisabledChecked: string;
578
+ static toggleBgHover: string;
579
+ static toggleBgChecked: string;
580
+ static get toggleBorderWidth(): string;
581
+ static get toggleOutlineWidth(): string;
582
+ static toggleBorderColor: string;
583
+ static get toggleBorderColorDisabled(): string;
584
+ static get toggleBorderColorDisabledChecked(): string;
585
+ static toggleBgFocus: string;
586
+ static toggleBgActive: string;
587
+ static get toggleShadowColorError(): string;
588
+ static get toggleShadowColorWarning(): string;
589
+ static get toggleFocusShadowColor(): string;
590
+ static toggleCaptionGap: string;
591
+ static toggleButtonOffsetY: string;
592
+ static popupBorder: string;
593
+ static popupBorderRadius: string;
594
+ static popupBorderColor: string;
595
+ static popupDropShadow: string;
596
+ static popupBoxShadow: string;
597
+ static get popupTextColor(): string;
598
+ static get popupBackground(): string;
599
+ static popupPinOffset: string;
600
+ static popupPinOffsetX: string;
601
+ static popupPinOffsetY: string;
602
+ static popupMargin: string;
603
+ static popupPinSize: string;
604
+ static get inputTextColor(): string;
605
+ static inputShadow: string;
606
+ static inputBg: string;
607
+ static inputIconColor: string;
608
+ static inputColor: string;
609
+ static inputWidth: string;
610
+ static get inputTextColorDisabled(): string;
611
+ static get inputFontSizeSmall(): string;
612
+ static get inputFontSizeMedium(): string;
613
+ static get inputFontSizeLarge(): string;
614
+ static get inputLineHeightSmall(): string;
615
+ static get inputLineHeightMedium(): string;
616
+ static get inputLineHeightLarge(): string;
617
+ static get inputHeightSmall(): string;
618
+ static get inputHeightMedium(): string;
619
+ static get inputHeightLarge(): string;
620
+ static get inputPaddingYSmall(): string;
621
+ static get inputPaddingYMedium(): string;
622
+ static get inputPaddingYLarge(): string;
623
+ static inputPaddingXSmall: string;
624
+ static inputPaddingXMedium: string;
625
+ static inputPaddingXLarge: string;
626
+ static inputIconGapSmall: string;
627
+ static inputIconGapMedium: string;
628
+ static inputIconGapLarge: string;
629
+ static inputIconSizeSmall: string;
630
+ static inputIconSizeMedium: string;
631
+ static inputIconSizeLarge: string;
632
+ static get inputFocusShadow(): string;
633
+ static get inputDisabledBg(): string;
634
+ static get inputDisabledBorderColor(): string;
635
+ static get inputFocusOutline(): string;
636
+ static get inputBorderWidth(): string;
637
+ static get inputOutlineWidth(): string;
638
+ static inputBorderRadiusSmall: string;
639
+ static inputBorderRadiusMedium: string;
640
+ static inputBorderRadiusLarge: string;
641
+ static get inputBorderColor(): string;
642
+ static get inputBorderColorFocus(): string;
643
+ static get inputBorderColorError(): string;
644
+ static get inputBorderColorWarning(): string;
645
+ static inputBorderTopColor: string;
646
+ static get inputPlaceholderColor(): string;
647
+ static get inputPlaceholderColorDisabled(): string;
648
+ static get inputPlaceholderColorLight(): string;
649
+ static get inputBlinkColor(): string;
650
+ static get checkboxFontSize(): string;
651
+ static get checkboxLineHeight(): string;
652
+ static checkboxBoxSize: string;
653
+ static checkboxCaptionGap: string;
654
+ static get checkboxPaddingY(): string;
655
+ static checkboxBoxOffsetY: string;
656
+ static checkboxBgStart: string;
657
+ static checkboxBgEnd: string;
658
+ static get checkboxTextColorDefault(): string;
659
+ static get checkboxTextColorDisabled(): string;
660
+ static get checkboxShadowDisabled(): string;
661
+ static checkboxBorder: string;
662
+ static get checkboxBorderWidth(): string;
663
+ static get checkboxShadow(): string;
664
+ static get checkboxShadowHover(): string;
665
+ static checkboxCheckedColor: string;
666
+ static get checkboxOutlineColorFocus(): string;
667
+ static get checkboxBorderColorWarning(): string;
668
+ static get checkboxBorderColorError(): string;
669
+ static get checkboxCheckedHoverShadow(): string;
670
+ static checkboxBorderRadius: string;
671
+ static get checkboxOutlineWidth(): string;
672
+ static get checkboxCheckedShadow(): string;
673
+ static get checkboxCheckedActiveShadow(): string;
674
+ static get checkboxBorderColorFocus(): string;
675
+ static checkboxBg: string;
676
+ static get checkboxHoverBg(): string;
677
+ static get checkboxActiveBg(): string;
678
+ static get checkboxCheckedBg(): string;
679
+ static get checkboxBgDisabled(): string;
680
+ static get checkboxCheckedHoverBg(): string;
681
+ static get checkboxCheckedActiveBg(): string;
682
+ static get checkboxShadowActive(): string;
683
+ static textareaBg: string;
684
+ static get textareaColor(): string;
685
+ static get textareaTextColorDisabled(): string;
686
+ static get textareaPlaceholderColorLight(): string;
687
+ static get textareaPlaceholderColor(): string;
688
+ static get textareaPlaceholderColorDisabled(): string;
689
+ static textareaShadow: string;
690
+ static get textareaFontSize(): string;
691
+ static get textareaLineHeight(): string;
692
+ static textareaBorderRadius: string;
693
+ static get textareaBorderWidth(): string;
694
+ static get textareaOutlineWidth(): string;
695
+ static get textareaMinHeight(): string;
696
+ static textareaWidth: string;
697
+ static textareaPaddingX: string;
698
+ static get textareaPaddingY(): string;
699
+ static get textareaBorderColor(): string;
700
+ static textareaBorderTopColor: string;
701
+ static get textareaBorderColorFocus(): string;
702
+ static get textareaBorderColorWarning(): string;
703
+ static get textareaBorderColorError(): string;
704
+ static textareaDisabledBg: string;
705
+ static textareaDisabledBorderColor: string;
706
+ static get textareaCounterColor(): string;
707
+ static get textareaCounterBg(): string;
708
+ static get textareaCounterErrorColor(): string;
709
+ static get textareaCounterHelpIconColor(): string;
710
+ static radioBulletSize: string;
711
+ static get radioOutlineWidth(): string;
712
+ static get radioTextColor(): string;
713
+ static radioSize: string;
714
+ static get radioSizeAfter(): string;
715
+ static get radioFontSize(): string;
716
+ static get radioLineHeight(): string;
717
+ static radioCaptionGap: string;
718
+ static get radioPaddingY(): string;
719
+ static radioVerticalAlign: string;
720
+ static radioBgImage: string;
721
+ static radioBgColor: string;
722
+ static get radioHoverBg(): string;
723
+ static get radioActiveBg(): string;
724
+ static get radioBorderWidth(): string;
725
+ static get radioBorderColor(): string;
726
+ static radioBoxShadow: string;
727
+ static get radioBorder(): string;
728
+ static get radioBorderColorFocus(): string;
729
+ static get radioBorderColorWarning(): string;
730
+ static get radioBorderColorError(): string;
731
+ static radioHoverShadow: string;
732
+ static radioActiveShadow: string;
733
+ static get radioFocusShadow(): string;
734
+ static get radioCheckedBgColor(): string;
735
+ static radioCheckedBorderColor: string;
736
+ static radioCheckedBulletColor: string;
737
+ static get radioCheckedHoverBgColor(): string;
738
+ static get radioDisabledBg(): string;
739
+ static get radioDisabledShadow(): string;
740
+ static radioCaptionDisplay: string;
741
+ static radioBorderWidthCompensation: string;
742
+ static radioCircleOffsetY: string;
743
+ static radioGroupLegacyItemGap: string;
744
+ static get tabFontSize(): string;
745
+ static tabPaddingX: string;
746
+ static get tabsMarginX(): string;
747
+ static get tabPaddingY(): string;
748
+ static get tabLineHeight(): string;
749
+ static tabBorderWidth: string;
750
+ static get tabOutlineWidth(): string;
751
+ static get tabTextColorDefault(): string;
752
+ static get tabColorFocus(): string;
753
+ static get tabColorError(): string;
754
+ static get tabColorWarning(): string;
755
+ static get tabColorSuccess(): string;
756
+ static get tabColorPrimary(): string;
757
+ static get tabColorHover(): string;
758
+ static get tabColorHoverError(): string;
759
+ static get tabColorHoverWarning(): string;
760
+ static get tabColorHoverSuccess(): string;
761
+ static get tabColorHoverPrimary(): string;
762
+ static get spinnerBgColor(): string;
763
+ static get spinnerColor(): string;
764
+ static get spinnerDimmedColor(): string;
765
+ static get spinnerCaptionColor(): string;
766
+ static get spinnerFontSizeSmall(): string;
767
+ static get spinnerFontSizeMedium(): string;
768
+ static get spinnerFontSizeLarge(): string;
769
+ static get spinnerLineHeightSmall(): string;
770
+ static get spinnerLineHeightMedium(): string;
771
+ static get spinnerLineHeightLarge(): string;
772
+ static spinnerCaptionGapSmall: string;
773
+ static spinnerCaptionGapMedium: string;
774
+ static spinnerCaptionGapLarge: string;
775
+ static get switcherTextColor(): string;
776
+ static get switcherOutlineWidth(): string;
777
+ static get switcherCaptionFontSizeSmall(): string;
778
+ static get switcherCaptionFontSizeMedium(): string;
779
+ static get switcherCaptionFontSizeLarge(): string;
780
+ static get switcherCaptionLineHeightSmall(): string;
781
+ static get switcherCaptionLineHeightMedium(): string;
782
+ static get switcherCaptionLineHeightLarge(): string;
783
+ static get switcherCaptionGapSmall(): string;
784
+ static get switcherCaptionGapMedium(): string;
785
+ static get switcherCaptionGapLarge(): string;
786
+ static switcherButtonPaddingXSmall: string;
787
+ static switcherButtonPaddingXMedium: string;
788
+ static switcherButtonPaddingXLarge: string;
789
+ static get switcherButtonPaddingYSmall(): string;
790
+ static get switcherButtonPaddingYMedium(): string;
791
+ static get switcherButtonPaddingYLarge(): string;
792
+ static get switcherButtonLineHeightSmall(): string;
793
+ static get switcherButtonLineHeightMedium(): string;
794
+ static get switcherButtonLineHeightLarge(): string;
795
+ static get switcherButtonFontSizeSmall(): string;
796
+ static get switcherButtonFontSizeMedium(): string;
797
+ static get switcherButtonFontSizeLarge(): string;
798
+ static get switcherButtonBorderRadiusSmall(): string;
799
+ static get switcherButtonBorderRadiusMedium(): string;
800
+ static get switcherButtonBorderRadiusLarge(): string;
801
+ static get switcherButtonBorderWidth(): string;
802
+ static get switcherButtonDisabledBorderColor(): string;
803
+ static get switcherButtonCheckedDisabledShadow(): string;
804
+ static mobilePopupTopPadding: string;
805
+ static mobilePopupHeaderPadding: string;
806
+ static mobilePopupHeaderBorderRadius: string;
807
+ static mobilePopupHeaderShadow: string;
808
+ static get mobilePopupHeaderFontSize(): string;
809
+ static get mobilePopupHeaderLineHeight(): string;
810
+ static mobilePopupHeaderFontWeight: string;
811
+ static mobilePopupHeaderChildPadding: string;
812
+ static scrollContainerScrollBarSize: string;
813
+ static scrollContainerScrollBarHoverSize: string;
814
+ static scrollContainerScrollBarColor: string;
815
+ static scrollContainerScrollBarInvertColor: string;
816
+ static passwordInputVisibilityIconColor: string;
817
+ static passwordInputVisibilityIconOpacity: string;
818
+ static passwordInputVisibilityIconHoverColor: string;
819
+ static passwordInputVisibilityIconHoverOpacity: string;
820
+ static get globalLoaderColor(): string;
821
+ static globalLoaderHeight: string;
822
+ static globalLoaderWidth: string;
823
+ static globalLoaderPosition: string;
824
+ static globalLoaderTop: string;
825
+ static globalLoaderLeft: string;
826
+ static globalLoaderBottom: string;
827
+ static globalLoaderRight: string;
828
+ static globalLoaderBackgroundColor: string;
829
+ static globalLoaderTransitionDuration: string;
830
+ static globalLoaderSpinnerAnimationDuration: string;
831
+ static fileUploaderWidth: string;
832
+ static fileUploaderBg: string;
833
+ static get fileUploaderFontSize(): string;
834
+ static get fileUploaderLineHeight(): string;
835
+ static get fileUploaderTextColorDefault(): string;
836
+ static fileUploaderPaddingX: string;
837
+ static get fileUploaderPaddingY(): string;
838
+ static fileUploaderBorderRadius: string;
839
+ static fileUploaderBorderColor: string;
840
+ static get fileUploaderBorderWidth(): string;
841
+ static fileUploaderBorderStyle: string;
842
+ static get fileUploaderBorderColorFocus(): string;
843
+ static get fileUploaderLinkColor(): string;
844
+ static fileUploaderIconSize: string;
845
+ static fileUploaderIconColor: string;
846
+ static fileUploaderIconHoverColor: string;
847
+ static get fileUploaderBorderColorError(): string;
848
+ static get fileUploaderBorderColorWarning(): string;
849
+ static fileUploaderDisabledBg: string;
850
+ static fileUploaderDisabledBorderColor: string;
851
+ static fileUploaderDisabledTextColor: string;
852
+ static fileUploaderDisabledLinkColor: string;
853
+ static fileUploaderDisabledIconColor: string;
854
+ }
855
+ export declare const DefaultThemeInternal: typeof DefaultTheme;