@skbkontur/react-ui 5.0.12 → 5.1.0-next.1

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 (907) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.d.ts +16 -17
  2. package/cjs/components/Autocomplete/Autocomplete.js +13 -2
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Autocomplete/Autocomplete.md +9 -7
  5. package/cjs/components/Autocomplete/__docs__/Autocomplete.mdx +26 -0
  6. package/cjs/components/Autocomplete/locale/types.js +1 -1
  7. package/cjs/components/Button/Button.d.ts +20 -62
  8. package/cjs/components/Button/Button.js +0 -42
  9. package/cjs/components/Button/Button.js.map +1 -1
  10. package/cjs/components/Button/Button.md +40 -26
  11. package/cjs/components/Button/__docs__/Button.mdx +28 -0
  12. package/cjs/components/Calendar/Calendar.d.ts +22 -45
  13. package/cjs/components/Calendar/Calendar.js +1 -15
  14. package/cjs/components/Calendar/Calendar.js.map +1 -1
  15. package/cjs/components/Calendar/Calendar.md +12 -12
  16. package/cjs/components/Calendar/CalendarDay.d.ts +7 -0
  17. package/cjs/components/Calendar/CalendarDay.js +11 -0
  18. package/cjs/components/Calendar/CalendarDay.js.map +1 -1
  19. package/cjs/components/Calendar/CalendarDay.md +32 -32
  20. package/cjs/components/Calendar/__docs__/Calendar.mdx +28 -0
  21. package/cjs/components/Calendar/__docs__/CalendarDay.mdx +24 -0
  22. package/cjs/components/Calendar/locale/types.js +1 -1
  23. package/cjs/components/Center/Center.d.ts +4 -6
  24. package/cjs/components/Center/Center.js +3 -5
  25. package/cjs/components/Center/Center.js.map +1 -1
  26. package/cjs/components/Center/Center.md +1 -1
  27. package/cjs/components/Center/__docs__/Center.mdx +24 -0
  28. package/cjs/components/Checkbox/Checkbox.d.ts +20 -28
  29. package/cjs/components/Checkbox/Checkbox.js +7 -6
  30. package/cjs/components/Checkbox/Checkbox.js.map +1 -1
  31. package/cjs/components/Checkbox/Checkbox.md +6 -5
  32. package/cjs/components/Checkbox/__docs__/Checkbox.mdx +28 -0
  33. package/cjs/components/ComboBox/ComboBox.d.ts +67 -86
  34. package/cjs/components/ComboBox/ComboBox.js +12 -28
  35. package/cjs/components/ComboBox/ComboBox.js.map +1 -1
  36. package/cjs/components/ComboBox/ComboBox.md +41 -40
  37. package/cjs/components/ComboBox/__docs__/ComboBox.mdx +28 -0
  38. package/cjs/components/CurrencyInput/CurrencyHelper.d.ts +4 -0
  39. package/cjs/components/CurrencyInput/CurrencyHelper.js +7 -0
  40. package/cjs/components/CurrencyInput/CurrencyHelper.js.map +1 -1
  41. package/cjs/components/CurrencyInput/CurrencyInput.d.ts +12 -12
  42. package/cjs/components/CurrencyInput/CurrencyInput.js +8 -2
  43. package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
  44. package/cjs/components/CurrencyInput/CurrencyInput.md +3 -1
  45. package/cjs/components/CurrencyInput/CurrencyInputHelper.d.ts +3 -0
  46. package/cjs/components/CurrencyInput/CurrencyInputHelper.js +5 -0
  47. package/cjs/components/CurrencyInput/CurrencyInputHelper.js.map +1 -1
  48. package/cjs/components/CurrencyInput/__docs__/CurrencyInput.mdx +28 -0
  49. package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +8 -5
  50. package/cjs/components/CurrencyLabel/CurrencyLabel.js +6 -0
  51. package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
  52. package/cjs/components/CurrencyLabel/CurrencyLabel.md +5 -5
  53. package/cjs/components/CurrencyLabel/__docs__/CurrencyLabel.mdx +24 -0
  54. package/cjs/components/DateInput/DateInput.d.ts +21 -29
  55. package/cjs/components/DateInput/DateInput.js +14 -2
  56. package/cjs/components/DateInput/DateInput.js.map +1 -1
  57. package/cjs/components/DateInput/DateInput.md +7 -2
  58. package/cjs/components/DateInput/__docs__/DateInput.mdx +26 -0
  59. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js +1 -1
  60. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js.map +1 -1
  61. package/cjs/components/DatePicker/DatePicker.d.ts +33 -23
  62. package/cjs/components/DatePicker/DatePicker.js +53 -4
  63. package/cjs/components/DatePicker/DatePicker.js.map +1 -1
  64. package/cjs/components/DatePicker/DatePicker.md +2 -2
  65. package/cjs/components/DatePicker/__docs__/DatePicker.mdx +28 -0
  66. package/cjs/components/DatePicker/locale/types.js +1 -1
  67. package/cjs/components/Dropdown/Dropdown.d.ts +25 -30
  68. package/cjs/components/Dropdown/Dropdown.js +8 -1
  69. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  70. package/cjs/components/Dropdown/Dropdown.md +2 -1
  71. package/cjs/components/Dropdown/__docs__/Dropdown.mdx +28 -0
  72. package/cjs/components/DropdownMenu/DropdownMenu.d.ts +1 -1
  73. package/cjs/components/DropdownMenu/DropdownMenu.js +1 -1
  74. package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
  75. package/cjs/components/DropdownMenu/DropdownMenu.md +12 -10
  76. package/cjs/components/DropdownMenu/__docs__/DropdownMenu.mdx +28 -0
  77. package/cjs/components/FileUploader/FileUploader.d.ts +16 -20
  78. package/cjs/components/FileUploader/FileUploader.js +5 -3
  79. package/cjs/components/FileUploader/FileUploader.js.map +1 -1
  80. package/cjs/components/FileUploader/FileUploader.md +9 -9
  81. package/cjs/components/FileUploader/__docs__/FileUploader.mdx +28 -0
  82. package/cjs/components/FileUploader/locale/types.js +1 -1
  83. package/cjs/components/FxInput/FxInput.d.ts +15 -9
  84. package/cjs/components/FxInput/FxInput.js +14 -1
  85. package/cjs/components/FxInput/FxInput.js.map +1 -1
  86. package/cjs/components/FxInput/FxInput.md +2 -0
  87. package/cjs/components/FxInput/__docs__/FxInput.mdx +28 -0
  88. package/cjs/components/Gapped/Gapped.d.ts +6 -17
  89. package/cjs/components/Gapped/Gapped.js +1 -8
  90. package/cjs/components/Gapped/Gapped.js.map +1 -1
  91. package/cjs/components/Gapped/Gapped.md +3 -2
  92. package/cjs/components/Gapped/__docs__/Gapped.mdx +24 -0
  93. package/cjs/components/GlobalLoader/GlobalLoader.d.ts +22 -32
  94. package/cjs/components/GlobalLoader/GlobalLoader.js +14 -14
  95. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
  96. package/cjs/components/GlobalLoader/GlobalLoader.md +4 -5
  97. package/cjs/components/GlobalLoader/GlobalLoaderView.d.ts +4 -0
  98. package/cjs/components/GlobalLoader/GlobalLoaderView.js +7 -0
  99. package/cjs/components/GlobalLoader/GlobalLoaderView.js.map +1 -1
  100. package/cjs/components/GlobalLoader/__docs__/GlobalLoader.mdx +28 -0
  101. package/cjs/components/Group/Group.d.ts +6 -0
  102. package/cjs/components/Group/Group.js +7 -1
  103. package/cjs/components/Group/Group.js.map +1 -1
  104. package/cjs/components/Group/Group.md +1 -0
  105. package/cjs/components/Group/__docs__/Group.mdx +24 -0
  106. package/cjs/components/Hint/Hint.d.ts +18 -40
  107. package/cjs/components/Hint/Hint.js +4 -16
  108. package/cjs/components/Hint/Hint.js.map +1 -1
  109. package/cjs/components/Hint/Hint.md +9 -8
  110. package/cjs/components/Hint/__docs__/Hint.mdx +29 -0
  111. package/cjs/components/Input/Input.d.ts +46 -68
  112. package/cjs/components/Input/Input.js +10 -9
  113. package/cjs/components/Input/Input.js.map +1 -1
  114. package/cjs/components/Input/Input.md +11 -2
  115. package/cjs/components/Input/Input.typings.js +1 -1
  116. package/cjs/components/Input/__docs__/Input.mdx +28 -0
  117. package/cjs/components/Kebab/Kebab.d.ts +12 -16
  118. package/cjs/components/Kebab/Kebab.js +4 -2
  119. package/cjs/components/Kebab/Kebab.js.map +1 -1
  120. package/cjs/components/Kebab/Kebab.md +9 -9
  121. package/cjs/components/Kebab/__docs__/Kebab.mdx +28 -0
  122. package/cjs/components/Link/Link.d.ts +13 -37
  123. package/cjs/components/Link/Link.js +0 -13
  124. package/cjs/components/Link/Link.js.map +1 -1
  125. package/cjs/components/Link/Link.md +12 -11
  126. package/cjs/components/Link/__docs__/Link.mdx +28 -0
  127. package/cjs/components/Loader/Loader.d.ts +13 -25
  128. package/cjs/components/Loader/Loader.js +2 -8
  129. package/cjs/components/Loader/Loader.js.map +1 -1
  130. package/cjs/components/Loader/Loader.md +1 -0
  131. package/cjs/components/Loader/__docs__/Loader.mdx +26 -0
  132. package/cjs/components/MaskedInput/MaskedInput.d.ts +13 -33
  133. package/cjs/components/MaskedInput/MaskedInput.js +0 -13
  134. package/cjs/components/MaskedInput/MaskedInput.js.map +1 -1
  135. package/cjs/components/MaskedInput/MaskedInput.md +7 -5
  136. package/cjs/components/MaskedInput/__docs__/MaskedInput.mdx +28 -0
  137. package/cjs/components/MenuFooter/MenuFooter.d.ts +6 -4
  138. package/cjs/components/MenuFooter/MenuFooter.js +7 -3
  139. package/cjs/components/MenuFooter/MenuFooter.js.map +1 -1
  140. package/cjs/components/MenuFooter/MenuFooter.md +2 -2
  141. package/cjs/components/MenuFooter/__docs__/MenuFooter.mdx +24 -0
  142. package/cjs/components/MenuHeader/MenuHeader.d.ts +6 -4
  143. package/cjs/components/MenuHeader/MenuHeader.js +7 -3
  144. package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
  145. package/cjs/components/MenuHeader/MenuHeader.md +2 -2
  146. package/cjs/components/MenuHeader/__docs__/MenuHeader.mdx +24 -0
  147. package/cjs/components/MenuItem/MenuItem.d.ts +22 -55
  148. package/cjs/components/MenuItem/MenuItem.js +1 -18
  149. package/cjs/components/MenuItem/MenuItem.js.map +1 -1
  150. package/cjs/components/MenuItem/MenuItem.md +34 -30
  151. package/cjs/components/MenuItem/__docs__/MenuItem.mdx +24 -0
  152. package/cjs/components/MenuSeparator/MenuSeparator.d.ts +2 -2
  153. package/cjs/components/MenuSeparator/MenuSeparator.js +3 -2
  154. package/cjs/components/MenuSeparator/MenuSeparator.js.map +1 -1
  155. package/cjs/components/MenuSeparator/MenuSeparator.md +1 -1
  156. package/cjs/components/MenuSeparator/__docs__/MenuSeparator.mdx +24 -0
  157. package/cjs/components/MiniModal/MiniModal.d.ts +6 -0
  158. package/cjs/components/MiniModal/MiniModal.js +6 -0
  159. package/cjs/components/MiniModal/MiniModal.js.map +1 -1
  160. package/cjs/components/MiniModal/MiniModal.md +1 -3
  161. package/cjs/components/MiniModal/MiniModalFooter.d.ts +2 -7
  162. package/cjs/components/MiniModal/MiniModalFooter.js +0 -5
  163. package/cjs/components/MiniModal/MiniModalFooter.js.map +1 -1
  164. package/cjs/components/MiniModal/MiniModalHeader.d.ts +2 -5
  165. package/cjs/components/MiniModal/MiniModalHeader.js +0 -3
  166. package/cjs/components/MiniModal/MiniModalHeader.js.map +1 -1
  167. package/cjs/components/MiniModal/__docs__/MiniModal.mdx +28 -0
  168. package/cjs/components/MiniModal/__docs__/MiniModalBody.mdx +17 -0
  169. package/cjs/components/MiniModal/__docs__/MiniModalFooter.mdx +17 -0
  170. package/cjs/components/MiniModal/__docs__/MiniModalHeader.mdx +18 -0
  171. package/cjs/components/MiniModal/__docs__/MiniModalIndent.mdx +11 -0
  172. package/cjs/components/MiniModal/getMiniModalTheme.d.ts +1 -1
  173. package/cjs/components/Modal/Modal.d.ts +12 -33
  174. package/cjs/components/Modal/Modal.js +4 -24
  175. package/cjs/components/Modal/Modal.js.map +1 -1
  176. package/cjs/components/Modal/Modal.md +3 -1
  177. package/cjs/components/Modal/Modal.styles.d.ts +4 -1
  178. package/cjs/components/Modal/Modal.styles.js +68 -31
  179. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  180. package/cjs/components/Modal/ModalBody.d.ts +2 -4
  181. package/cjs/components/Modal/ModalBody.js +1 -3
  182. package/cjs/components/Modal/ModalBody.js.map +1 -1
  183. package/cjs/components/Modal/ModalClose.js +7 -2
  184. package/cjs/components/Modal/ModalClose.js.map +1 -1
  185. package/cjs/components/Modal/ModalContext.d.ts +2 -0
  186. package/cjs/components/Modal/ModalContext.js +3 -0
  187. package/cjs/components/Modal/ModalContext.js.map +1 -1
  188. package/cjs/components/Modal/ModalFooter.d.ts +5 -15
  189. package/cjs/components/Modal/ModalFooter.js +0 -7
  190. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  191. package/cjs/components/Modal/ModalHeader.d.ts +3 -1
  192. package/cjs/components/Modal/ModalHeader.js +4 -1
  193. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  194. package/cjs/components/Modal/ModalSeparator.d.ts +1 -0
  195. package/cjs/components/Modal/ModalSeparator.js +1 -0
  196. package/cjs/components/Modal/ModalSeparator.js.map +1 -1
  197. package/cjs/components/Modal/__creevey__/Modal.creevey.mts +15 -1
  198. package/cjs/components/Modal/__docs__/Modal.mdx +28 -0
  199. package/cjs/components/Modal/__docs__/ModalBody.mdx +15 -0
  200. package/cjs/components/Modal/__docs__/ModalFooter.mdx +15 -0
  201. package/cjs/components/Modal/__docs__/ModalHeader.mdx +15 -0
  202. package/cjs/components/Modal/__docs__/ModalSeparator.mdx +15 -0
  203. package/cjs/components/Modal/locale/types.js +1 -1
  204. package/cjs/components/Paging/Paging.d.ts +20 -15
  205. package/cjs/components/Paging/Paging.js +17 -1
  206. package/cjs/components/Paging/Paging.js.map +1 -1
  207. package/cjs/components/Paging/Paging.md +3 -2
  208. package/cjs/components/Paging/PagingDefaultComponent.d.ts +2 -0
  209. package/cjs/components/Paging/PagingDefaultComponent.js +3 -0
  210. package/cjs/components/Paging/PagingDefaultComponent.js.map +1 -1
  211. package/cjs/components/Paging/__docs__/Paging.mdx +28 -0
  212. package/cjs/components/Paging/locale/types.js +1 -1
  213. package/cjs/components/PasswordInput/PasswordInput.d.ts +10 -3
  214. package/cjs/components/PasswordInput/PasswordInput.js +35 -9
  215. package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
  216. package/cjs/components/PasswordInput/PasswordInput.md +3 -2
  217. package/cjs/components/PasswordInput/__docs__/PasswordInput.mdx +28 -0
  218. package/cjs/components/PasswordInput/locale/types.js +1 -1
  219. package/cjs/components/Radio/Radio.d.ts +13 -28
  220. package/cjs/components/Radio/Radio.js +1 -8
  221. package/cjs/components/Radio/Radio.js.map +1 -1
  222. package/cjs/components/Radio/Radio.md +3 -2
  223. package/cjs/components/Radio/__docs__/Radio.mdx +28 -0
  224. package/cjs/components/RadioGroup/RadioGroup.d.ts +28 -54
  225. package/cjs/components/RadioGroup/RadioGroup.js +4 -15
  226. package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
  227. package/cjs/components/RadioGroup/RadioGroup.md +1 -0
  228. package/cjs/components/RadioGroup/__docs__/RadioGroup.mdx +28 -0
  229. package/cjs/components/ResponsiveLayout/ResponsiveLayout.d.ts +4 -1
  230. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js +6 -2
  231. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js.map +1 -1
  232. package/cjs/components/ResponsiveLayout/ResponsiveLayout.md +4 -3
  233. package/cjs/components/ResponsiveLayout/__docs__/ResponsiveLayout.mdx +97 -0
  234. package/cjs/components/ResponsiveLayout/types.js +1 -1
  235. package/cjs/components/ScrollContainer/ScrollBar.d.ts +7 -0
  236. package/cjs/components/ScrollContainer/ScrollBar.js +13 -0
  237. package/cjs/components/ScrollContainer/ScrollBar.js.map +1 -1
  238. package/cjs/components/ScrollContainer/ScrollContainer.d.ts +23 -29
  239. package/cjs/components/ScrollContainer/ScrollContainer.js +8 -1
  240. package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
  241. package/cjs/components/ScrollContainer/ScrollContainer.md +5 -3
  242. package/cjs/components/ScrollContainer/__docs__/ScrollContainer.mdx +24 -0
  243. package/cjs/components/Select/Item.d.ts +2 -0
  244. package/cjs/components/Select/Item.js +3 -0
  245. package/cjs/components/Select/Item.js.map +1 -1
  246. package/cjs/components/Select/Select.d.ts +54 -38
  247. package/cjs/components/Select/Select.js +57 -1
  248. package/cjs/components/Select/Select.js.map +1 -1
  249. package/cjs/components/Select/Select.md +7 -6
  250. package/cjs/components/Select/__docs__/Select.mdx +28 -0
  251. package/cjs/components/Select/locale/types.js +1 -1
  252. package/cjs/components/SidePage/SidePage.d.ts +17 -38
  253. package/cjs/components/SidePage/SidePage.js +15 -28
  254. package/cjs/components/SidePage/SidePage.js.map +1 -1
  255. package/cjs/components/SidePage/SidePage.md +2 -1
  256. package/cjs/components/SidePage/SidePage.styles.d.ts +8 -1
  257. package/cjs/components/SidePage/SidePage.styles.js +83 -26
  258. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  259. package/cjs/components/SidePage/SidePageCloseButton.d.ts +6 -1
  260. package/cjs/components/SidePage/SidePageCloseButton.js +14 -2
  261. package/cjs/components/SidePage/SidePageCloseButton.js.map +1 -1
  262. package/cjs/components/SidePage/SidePageFooter.d.ts +4 -9
  263. package/cjs/components/SidePage/SidePageFooter.js +0 -2
  264. package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
  265. package/cjs/components/SidePage/SidePageHeader.d.ts +2 -1
  266. package/cjs/components/SidePage/SidePageHeader.js +14 -7
  267. package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
  268. package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +103 -1
  269. package/cjs/components/SidePage/__docs__/SidePage.mdx +28 -0
  270. package/cjs/components/SidePage/__docs__/SidePageBody.mdx +15 -0
  271. package/cjs/components/SidePage/__docs__/SidePageContainer.mdx +15 -0
  272. package/cjs/components/SidePage/__docs__/SidePageFooter.mdx +15 -0
  273. package/cjs/components/SidePage/__docs__/SidePageHeader.mdx +15 -0
  274. package/cjs/components/SidePage/locale/types.js +1 -1
  275. package/cjs/components/SingleToast/SingleToast.d.ts +5 -1
  276. package/cjs/components/SingleToast/SingleToast.js +5 -1
  277. package/cjs/components/SingleToast/SingleToast.js.map +1 -1
  278. package/cjs/components/SingleToast/SingleToast.md +2 -1
  279. package/cjs/components/SingleToast/__docs__/SingleToast.mdx +28 -0
  280. package/cjs/components/Spinner/Spinner.d.ts +15 -20
  281. package/cjs/components/Spinner/Spinner.js +6 -7
  282. package/cjs/components/Spinner/Spinner.js.map +1 -1
  283. package/cjs/components/Spinner/Spinner.md +2 -1
  284. package/cjs/components/Spinner/__docs__/Spinner.mdx +28 -0
  285. package/cjs/components/Sticky/Sticky.d.ts +9 -4
  286. package/cjs/components/Sticky/Sticky.js +9 -1
  287. package/cjs/components/Sticky/Sticky.js.map +1 -1
  288. package/cjs/components/Sticky/Sticky.md +1 -0
  289. package/cjs/components/Sticky/__docs__/Sticky.mdx +24 -0
  290. package/cjs/components/Switcher/Switcher.d.ts +18 -7
  291. package/cjs/components/Switcher/Switcher.js +14 -3
  292. package/cjs/components/Switcher/Switcher.js.map +1 -1
  293. package/cjs/components/Switcher/Switcher.md +6 -2
  294. package/cjs/components/Switcher/Switcher.styles.d.ts +1 -0
  295. package/cjs/components/Switcher/Switcher.styles.js +20 -1
  296. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  297. package/cjs/components/Switcher/__docs__/Switcher.mdx +28 -0
  298. package/cjs/components/Tabs/Tab.d.ts +12 -31
  299. package/cjs/components/Tabs/Tab.js +1 -20
  300. package/cjs/components/Tabs/Tab.js.map +1 -1
  301. package/cjs/components/Tabs/Tab.md +2 -0
  302. package/cjs/components/Tabs/Tabs.d.ts +14 -25
  303. package/cjs/components/Tabs/Tabs.js +6 -17
  304. package/cjs/components/Tabs/Tabs.js.map +1 -1
  305. package/cjs/components/Tabs/Tabs.md +3 -2
  306. package/cjs/components/Tabs/__docs__/Tab.mdx +28 -0
  307. package/cjs/components/Tabs/__docs__/Tabs.mdx +28 -0
  308. package/cjs/components/Textarea/Textarea.d.ts +26 -52
  309. package/cjs/components/Textarea/Textarea.js +3 -23
  310. package/cjs/components/Textarea/Textarea.js.map +1 -1
  311. package/cjs/components/Textarea/Textarea.md +4 -2
  312. package/cjs/components/Textarea/__docs__/Textarea.mdx +28 -0
  313. package/cjs/components/Toast/Toast.d.ts +12 -9
  314. package/cjs/components/Toast/Toast.js +13 -5
  315. package/cjs/components/Toast/Toast.js.map +1 -1
  316. package/cjs/components/Toast/Toast.md +4 -4
  317. package/cjs/components/Toast/ToastStatic.d.ts +2 -2
  318. package/cjs/components/Toast/ToastStatic.js +15 -5
  319. package/cjs/components/Toast/ToastStatic.js.map +1 -1
  320. package/cjs/components/Toast/ToastView.d.ts +3 -6
  321. package/cjs/components/Toast/ToastView.js +3 -5
  322. package/cjs/components/Toast/ToastView.js.map +1 -1
  323. package/cjs/components/Toast/ToastView.styles.js +4 -4
  324. package/cjs/components/Toast/ToastView.styles.js.map +1 -1
  325. package/cjs/components/Toast/__creevey__/Toast.creevey.mts +23 -0
  326. package/cjs/components/Toast/__docs__/Toast.mdx +28 -0
  327. package/cjs/components/Toast/locale/types.js +1 -1
  328. package/cjs/components/Toggle/Toggle.d.ts +25 -48
  329. package/cjs/components/Toggle/Toggle.js +4 -12
  330. package/cjs/components/Toggle/Toggle.js.map +1 -1
  331. package/cjs/components/Toggle/Toggle.md +9 -9
  332. package/cjs/components/Toggle/__docs__/Toggle.mdx +28 -0
  333. package/cjs/components/Token/Token.d.ts +17 -9
  334. package/cjs/components/Token/Token.js +9 -1
  335. package/cjs/components/Token/Token.js.map +1 -1
  336. package/cjs/components/Token/Token.md +86 -3
  337. package/cjs/components/Token/TokenView.d.ts +3 -0
  338. package/cjs/components/Token/TokenView.js +3 -0
  339. package/cjs/components/Token/TokenView.js.map +1 -1
  340. package/cjs/components/Token/__docs__/Token.mdx +28 -0
  341. package/cjs/components/Token/locale/types.js +1 -1
  342. package/cjs/components/TokenInput/TextWidthHelper.d.ts +3 -0
  343. package/cjs/components/TokenInput/TextWidthHelper.js +5 -0
  344. package/cjs/components/TokenInput/TextWidthHelper.js.map +1 -1
  345. package/cjs/components/TokenInput/TokenInput.d.ts +54 -97
  346. package/cjs/components/TokenInput/TokenInput.js +7 -18
  347. package/cjs/components/TokenInput/TokenInput.js.map +1 -1
  348. package/cjs/components/TokenInput/TokenInput.md +12 -10
  349. package/cjs/components/TokenInput/TokenInputMenu.d.ts +5 -5
  350. package/cjs/components/TokenInput/TokenInputMenu.js.map +1 -1
  351. package/cjs/components/TokenInput/__docs__/TokenInput.mdx +28 -0
  352. package/cjs/components/TokenInput/locale/types.js +1 -1
  353. package/cjs/components/Tooltip/Tooltip.d.ts +28 -68
  354. package/cjs/components/Tooltip/Tooltip.js +9 -63
  355. package/cjs/components/Tooltip/Tooltip.js.map +1 -1
  356. package/cjs/components/Tooltip/Tooltip.md +5 -0
  357. package/cjs/components/Tooltip/__docs__/Tooltip.mdx +28 -0
  358. package/cjs/components/TooltipMenu/TooltipMenu.d.ts +13 -28
  359. package/cjs/components/TooltipMenu/TooltipMenu.js +1 -16
  360. package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
  361. package/cjs/components/TooltipMenu/TooltipMenu.md +13 -10
  362. package/cjs/components/TooltipMenu/__docs__/TooltipMenu.mdx +24 -0
  363. package/cjs/index.d.ts +1 -2
  364. package/cjs/index.js +1 -2
  365. package/cjs/index.js.map +1 -1
  366. package/cjs/internal/CommonWrapper/types.js +1 -1
  367. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +4 -1
  368. package/cjs/internal/CustomComboBox/CustomComboBox.js +12 -2
  369. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  370. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +1 -0
  371. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +1 -1
  372. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
  373. package/cjs/internal/CustomComboBox/CustomComboBoxTypes.js +1 -1
  374. package/cjs/internal/CustomComboBox/CustomComboBoxTypes.js.map +1 -1
  375. package/cjs/internal/CustomComboBox/locale/types.js +1 -1
  376. package/cjs/internal/DateSelect/locale/types.js +1 -1
  377. package/cjs/internal/FileUploaderControl/fileUtils.js +1 -1
  378. package/cjs/internal/FileUploaderControl/fileUtils.js.map +1 -1
  379. package/cjs/internal/InputLikeText/InputLikeText.js +12 -11
  380. package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
  381. package/cjs/internal/Popup/types.js +1 -1
  382. package/cjs/internal/RenderContainer/RenderContainerTypes.js +1 -1
  383. package/cjs/internal/ThemePlayground/Playground.styles.js +2 -1
  384. package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
  385. package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.creevey.mts +36 -0
  386. package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +4 -0
  387. package/cjs/internal/ThemePlayground/constants.js +1 -1
  388. package/cjs/internal/ThemePlayground/constants.js.map +1 -1
  389. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  390. package/cjs/internal/ThemeShowcase/VariablesCollector.js +0 -1
  391. package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
  392. package/cjs/internal/themes/BasicLightTheme.d.ts +5 -1198
  393. package/cjs/internal/themes/BasicLightTheme.js +2 -2512
  394. package/cjs/internal/themes/BasicLightTheme.js.map +1 -1
  395. package/cjs/internal/themes/BasicTheme.d.ts +1217 -0
  396. package/cjs/internal/themes/BasicTheme.js +2536 -0
  397. package/cjs/internal/themes/BasicTheme.js.map +1 -0
  398. package/cjs/internal/themes/DarkTheme5_0.d.ts +1 -0
  399. package/cjs/internal/themes/DarkTheme5_0.js +556 -0
  400. package/cjs/internal/themes/DarkTheme5_0.js.map +1 -0
  401. package/cjs/internal/themes/DarkTheme5_1.d.ts +1 -0
  402. package/cjs/internal/themes/DarkTheme5_1.js +41 -0
  403. package/cjs/internal/themes/DarkTheme5_1.js.map +1 -0
  404. package/cjs/internal/themes/LightTheme5_0.d.ts +1 -0
  405. package/cjs/internal/themes/LightTheme5_0.js +9 -0
  406. package/cjs/internal/themes/LightTheme5_0.js.map +1 -0
  407. package/cjs/internal/themes/LightTheme5_1.d.ts +1 -0
  408. package/cjs/internal/themes/LightTheme5_1.js +41 -0
  409. package/cjs/internal/themes/LightTheme5_1.js.map +1 -0
  410. package/cjs/lib/ModalStack.d.ts +1 -0
  411. package/cjs/lib/ModalStack.js +6 -4
  412. package/cjs/lib/ModalStack.js.map +1 -1
  413. package/cjs/lib/date/types.js +6 -6
  414. package/cjs/lib/date/types.js.map +1 -1
  415. package/cjs/lib/events/MouseDrag.js +1 -1
  416. package/cjs/lib/events/MouseDrag.js.map +1 -1
  417. package/cjs/lib/events/keyboard/KeyboardEventCodes.js +1 -1
  418. package/cjs/lib/events/keyboard/KeyboardEventCodes.js.map +1 -1
  419. package/cjs/lib/locale/types.js +1 -1
  420. package/cjs/lib/locale/types.js.map +1 -1
  421. package/cjs/lib/theming/Theme.d.ts +4 -3
  422. package/cjs/lib/theming/Theme.js +1 -1
  423. package/cjs/lib/theming/Theme.js.map +1 -1
  424. package/cjs/lib/theming/ThemeContext.d.ts +1 -1
  425. package/cjs/lib/theming/ThemeContext.js +2 -2
  426. package/cjs/lib/theming/ThemeContext.js.map +1 -1
  427. package/cjs/lib/theming/ThemeFactory.d.ts +9 -0
  428. package/cjs/lib/theming/ThemeFactory.js +28 -9
  429. package/cjs/lib/theming/ThemeFactory.js.map +1 -1
  430. package/cjs/lib/theming/ThemeHelpers.d.ts +55 -8
  431. package/cjs/lib/theming/ThemeHelpers.js +94 -22
  432. package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
  433. package/cjs/lib/theming/ThemeVersions.d.ts +25 -0
  434. package/cjs/lib/theming/ThemeVersions.js +58 -0
  435. package/cjs/lib/theming/ThemeVersions.js.map +1 -0
  436. package/cjs/lib/theming/themes/DarkTheme.d.ts +3 -1
  437. package/cjs/lib/theming/themes/DarkTheme.js +6 -4
  438. package/cjs/lib/theming/themes/DarkTheme.js.map +1 -1
  439. package/cjs/lib/theming/themes/LightTheme.d.ts +3 -1
  440. package/cjs/lib/theming/themes/LightTheme.js +6 -4
  441. package/cjs/lib/theming/themes/LightTheme.js.map +1 -1
  442. package/cjs/lib/theming/themes/LightThemeMobile.d.ts +1 -1
  443. package/cjs/lib/theming/useTheme.d.ts +1 -1
  444. package/cjs/lib/types/button-link.js +1 -1
  445. package/cjs/lib/types/polymorphic-component.js +1 -1
  446. package/cjs/lib/types/props.js +1 -1
  447. package/components/Autocomplete/Autocomplete/Autocomplete.js +3 -2
  448. package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
  449. package/components/Autocomplete/Autocomplete.d.ts +16 -17
  450. package/components/Autocomplete/Autocomplete.md +9 -7
  451. package/components/Autocomplete/__docs__/Autocomplete.mdx +26 -0
  452. package/components/Autocomplete/locale/types/types.js +0 -1
  453. package/components/Button/Button/Button.js.map +1 -1
  454. package/components/Button/Button.d.ts +20 -62
  455. package/components/Button/Button.md +40 -26
  456. package/components/Button/__docs__/Button.mdx +28 -0
  457. package/components/Calendar/Calendar/Calendar.js +1 -1
  458. package/components/Calendar/Calendar/Calendar.js.map +1 -1
  459. package/components/Calendar/Calendar.d.ts +22 -45
  460. package/components/Calendar/Calendar.md +12 -12
  461. package/components/Calendar/CalendarDay/CalendarDay.js +2 -0
  462. package/components/Calendar/CalendarDay/CalendarDay.js.map +1 -1
  463. package/components/Calendar/CalendarDay.d.ts +7 -0
  464. package/components/Calendar/CalendarDay.md +32 -32
  465. package/components/Calendar/__docs__/Calendar.mdx +28 -0
  466. package/components/Calendar/__docs__/CalendarDay.mdx +24 -0
  467. package/components/Calendar/locale/types/types.js +0 -1
  468. package/components/Center/Center/Center.js +3 -1
  469. package/components/Center/Center/Center.js.map +1 -1
  470. package/components/Center/Center.d.ts +4 -6
  471. package/components/Center/Center.md +1 -1
  472. package/components/Center/__docs__/Center.mdx +24 -0
  473. package/components/Checkbox/Checkbox/Checkbox.js +7 -0
  474. package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
  475. package/components/Checkbox/Checkbox.d.ts +20 -28
  476. package/components/Checkbox/Checkbox.md +6 -5
  477. package/components/Checkbox/__docs__/Checkbox.mdx +28 -0
  478. package/components/ComboBox/ComboBox/ComboBox.js +13 -2
  479. package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
  480. package/components/ComboBox/ComboBox.d.ts +67 -86
  481. package/components/ComboBox/ComboBox.md +41 -40
  482. package/components/ComboBox/__docs__/ComboBox.mdx +28 -0
  483. package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js.map +1 -1
  484. package/components/CurrencyInput/CurrencyHelper.d.ts +4 -0
  485. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +5 -2
  486. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
  487. package/components/CurrencyInput/CurrencyInput.d.ts +12 -12
  488. package/components/CurrencyInput/CurrencyInput.md +3 -1
  489. package/components/CurrencyInput/CurrencyInputHelper/CurrencyInputHelper.js.map +1 -1
  490. package/components/CurrencyInput/CurrencyInputHelper.d.ts +3 -0
  491. package/components/CurrencyInput/__docs__/CurrencyInput.mdx +28 -0
  492. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +4 -0
  493. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
  494. package/components/CurrencyLabel/CurrencyLabel.d.ts +8 -5
  495. package/components/CurrencyLabel/CurrencyLabel.md +5 -5
  496. package/components/CurrencyLabel/__docs__/CurrencyLabel.mdx +24 -0
  497. package/components/DateInput/DateInput/DateInput.js +8 -1
  498. package/components/DateInput/DateInput/DateInput.js.map +1 -1
  499. package/components/DateInput/DateInput.d.ts +21 -29
  500. package/components/DateInput/DateInput.md +7 -2
  501. package/components/DateInput/__docs__/DateInput.mdx +26 -0
  502. package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js +3 -3
  503. package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js.map +1 -1
  504. package/components/DatePicker/DatePicker/DatePicker.js +33 -5
  505. package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
  506. package/components/DatePicker/DatePicker.d.ts +33 -23
  507. package/components/DatePicker/DatePicker.md +2 -2
  508. package/components/DatePicker/__docs__/DatePicker.mdx +28 -0
  509. package/components/DatePicker/locale/types/types.js +0 -1
  510. package/components/Dropdown/Dropdown/Dropdown.js +7 -1
  511. package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
  512. package/components/Dropdown/Dropdown.d.ts +25 -30
  513. package/components/Dropdown/Dropdown.md +2 -1
  514. package/components/Dropdown/__docs__/Dropdown.mdx +28 -0
  515. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js +1 -1
  516. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
  517. package/components/DropdownMenu/DropdownMenu.d.ts +1 -1
  518. package/components/DropdownMenu/DropdownMenu.md +12 -10
  519. package/components/DropdownMenu/__docs__/DropdownMenu.mdx +28 -0
  520. package/components/FileUploader/FileUploader/FileUploader.js +6 -0
  521. package/components/FileUploader/FileUploader/FileUploader.js.map +1 -1
  522. package/components/FileUploader/FileUploader.d.ts +16 -20
  523. package/components/FileUploader/FileUploader.md +9 -9
  524. package/components/FileUploader/__docs__/FileUploader.mdx +28 -0
  525. package/components/FileUploader/locale/types/types.js +0 -1
  526. package/components/FxInput/FxInput/FxInput.js +7 -1
  527. package/components/FxInput/FxInput/FxInput.js.map +1 -1
  528. package/components/FxInput/FxInput.d.ts +15 -9
  529. package/components/FxInput/FxInput.md +2 -0
  530. package/components/FxInput/__docs__/FxInput.mdx +28 -0
  531. package/components/Gapped/Gapped/Gapped.js +1 -1
  532. package/components/Gapped/Gapped/Gapped.js.map +1 -1
  533. package/components/Gapped/Gapped.d.ts +6 -17
  534. package/components/Gapped/Gapped.md +3 -2
  535. package/components/Gapped/__docs__/Gapped.mdx +24 -0
  536. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js +13 -0
  537. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
  538. package/components/GlobalLoader/GlobalLoader.d.ts +22 -32
  539. package/components/GlobalLoader/GlobalLoader.md +4 -5
  540. package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js.map +1 -1
  541. package/components/GlobalLoader/GlobalLoaderView.d.ts +4 -0
  542. package/components/GlobalLoader/__docs__/GlobalLoader.mdx +28 -0
  543. package/components/Group/Group/Group.js +6 -0
  544. package/components/Group/Group/Group.js.map +1 -1
  545. package/components/Group/Group.d.ts +6 -0
  546. package/components/Group/Group.md +1 -0
  547. package/components/Group/__docs__/Group.mdx +24 -0
  548. package/components/Hint/Hint/Hint.js +4 -1
  549. package/components/Hint/Hint/Hint.js.map +1 -1
  550. package/components/Hint/Hint.d.ts +18 -40
  551. package/components/Hint/Hint.md +9 -8
  552. package/components/Hint/__docs__/Hint.mdx +29 -0
  553. package/components/Input/Input/Input.js +10 -1
  554. package/components/Input/Input/Input.js.map +1 -1
  555. package/components/Input/Input.d.ts +46 -68
  556. package/components/Input/Input.md +11 -2
  557. package/components/Input/Input.typings/Input.typings.js +0 -1
  558. package/components/Input/__docs__/Input.mdx +28 -0
  559. package/components/Kebab/Kebab/Kebab.js +4 -0
  560. package/components/Kebab/Kebab/Kebab.js.map +1 -1
  561. package/components/Kebab/Kebab.d.ts +12 -16
  562. package/components/Kebab/Kebab.md +9 -9
  563. package/components/Kebab/__docs__/Kebab.mdx +28 -0
  564. package/components/Link/Link/Link.js.map +1 -1
  565. package/components/Link/Link.d.ts +13 -37
  566. package/components/Link/Link.md +12 -11
  567. package/components/Link/__docs__/Link.mdx +28 -0
  568. package/components/Loader/Loader/Loader.js +2 -2
  569. package/components/Loader/Loader/Loader.js.map +1 -1
  570. package/components/Loader/Loader.d.ts +13 -25
  571. package/components/Loader/Loader.md +1 -0
  572. package/components/Loader/__docs__/Loader.mdx +26 -0
  573. package/components/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
  574. package/components/MaskedInput/MaskedInput.d.ts +13 -33
  575. package/components/MaskedInput/MaskedInput.md +7 -5
  576. package/components/MaskedInput/__docs__/MaskedInput.mdx +28 -0
  577. package/components/MenuFooter/MenuFooter/MenuFooter.js +3 -3
  578. package/components/MenuFooter/MenuFooter/MenuFooter.js.map +1 -1
  579. package/components/MenuFooter/MenuFooter.d.ts +6 -4
  580. package/components/MenuFooter/MenuFooter.md +2 -2
  581. package/components/MenuFooter/__docs__/MenuFooter.mdx +24 -0
  582. package/components/MenuHeader/MenuHeader/MenuHeader.js +3 -3
  583. package/components/MenuHeader/MenuHeader/MenuHeader.js.map +1 -1
  584. package/components/MenuHeader/MenuHeader.d.ts +6 -4
  585. package/components/MenuHeader/MenuHeader.md +2 -2
  586. package/components/MenuHeader/__docs__/MenuHeader.mdx +24 -0
  587. package/components/MenuItem/MenuItem/MenuItem.js +1 -2
  588. package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
  589. package/components/MenuItem/MenuItem.d.ts +22 -55
  590. package/components/MenuItem/MenuItem.md +34 -30
  591. package/components/MenuItem/__docs__/MenuItem.mdx +24 -0
  592. package/components/MenuSeparator/MenuSeparator/MenuSeparator.js +3 -2
  593. package/components/MenuSeparator/MenuSeparator/MenuSeparator.js.map +1 -1
  594. package/components/MenuSeparator/MenuSeparator.d.ts +2 -2
  595. package/components/MenuSeparator/MenuSeparator.md +1 -1
  596. package/components/MenuSeparator/__docs__/MenuSeparator.mdx +24 -0
  597. package/components/MiniModal/MiniModal/MiniModal.js +7 -0
  598. package/components/MiniModal/MiniModal/MiniModal.js.map +1 -1
  599. package/components/MiniModal/MiniModal.d.ts +6 -0
  600. package/components/MiniModal/MiniModal.md +1 -3
  601. package/components/MiniModal/MiniModalFooter/MiniModalFooter.js.map +1 -1
  602. package/components/MiniModal/MiniModalFooter.d.ts +2 -7
  603. package/components/MiniModal/MiniModalHeader/MiniModalHeader.js.map +1 -1
  604. package/components/MiniModal/MiniModalHeader.d.ts +2 -5
  605. package/components/MiniModal/__docs__/MiniModal.mdx +28 -0
  606. package/components/MiniModal/__docs__/MiniModalBody.mdx +17 -0
  607. package/components/MiniModal/__docs__/MiniModalFooter.mdx +17 -0
  608. package/components/MiniModal/__docs__/MiniModalHeader.mdx +18 -0
  609. package/components/MiniModal/__docs__/MiniModalIndent.mdx +11 -0
  610. package/components/MiniModal/getMiniModalTheme.d.ts +1 -1
  611. package/components/Modal/Modal/Modal.js +4 -9
  612. package/components/Modal/Modal/Modal.js.map +1 -1
  613. package/components/Modal/Modal.d.ts +12 -33
  614. package/components/Modal/Modal.md +3 -1
  615. package/components/Modal/Modal.styles/Modal.styles.js +40 -31
  616. package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
  617. package/components/Modal/Modal.styles.d.ts +4 -1
  618. package/components/Modal/ModalBody/ModalBody.js +1 -1
  619. package/components/Modal/ModalBody/ModalBody.js.map +1 -1
  620. package/components/Modal/ModalBody.d.ts +2 -4
  621. package/components/Modal/ModalClose/ModalClose.js +3 -1
  622. package/components/Modal/ModalClose/ModalClose.js.map +1 -1
  623. package/components/Modal/ModalContext/ModalContext.js.map +1 -1
  624. package/components/Modal/ModalContext.d.ts +2 -0
  625. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  626. package/components/Modal/ModalFooter.d.ts +5 -15
  627. package/components/Modal/ModalHeader/ModalHeader.js +1 -1
  628. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  629. package/components/Modal/ModalHeader.d.ts +3 -1
  630. package/components/Modal/ModalSeparator/ModalSeparator.js.map +1 -1
  631. package/components/Modal/ModalSeparator.d.ts +1 -0
  632. package/components/Modal/__creevey__/Modal.creevey.mts +15 -1
  633. package/components/Modal/__docs__/Modal.mdx +28 -0
  634. package/components/Modal/__docs__/ModalBody.mdx +15 -0
  635. package/components/Modal/__docs__/ModalFooter.mdx +15 -0
  636. package/components/Modal/__docs__/ModalHeader.mdx +15 -0
  637. package/components/Modal/__docs__/ModalSeparator.mdx +15 -0
  638. package/components/Modal/locale/types/types.js +0 -1
  639. package/components/Paging/Paging/Paging.js +4 -0
  640. package/components/Paging/Paging/Paging.js.map +1 -1
  641. package/components/Paging/Paging.d.ts +20 -15
  642. package/components/Paging/Paging.md +3 -2
  643. package/components/Paging/PagingDefaultComponent/PagingDefaultComponent.js.map +1 -1
  644. package/components/Paging/PagingDefaultComponent.d.ts +2 -0
  645. package/components/Paging/__docs__/Paging.mdx +28 -0
  646. package/components/Paging/locale/types/types.js +0 -1
  647. package/components/PasswordInput/PasswordInput/PasswordInput.js +32 -10
  648. package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
  649. package/components/PasswordInput/PasswordInput.d.ts +10 -3
  650. package/components/PasswordInput/PasswordInput.md +3 -2
  651. package/components/PasswordInput/__docs__/PasswordInput.mdx +28 -0
  652. package/components/PasswordInput/locale/types/types.js +0 -1
  653. package/components/Radio/Radio/Radio.js +1 -1
  654. package/components/Radio/Radio/Radio.js.map +1 -1
  655. package/components/Radio/Radio.d.ts +13 -28
  656. package/components/Radio/Radio.md +3 -2
  657. package/components/Radio/__docs__/Radio.mdx +28 -0
  658. package/components/RadioGroup/RadioGroup/RadioGroup.js +4 -5
  659. package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
  660. package/components/RadioGroup/RadioGroup.d.ts +28 -54
  661. package/components/RadioGroup/RadioGroup.md +1 -0
  662. package/components/RadioGroup/__docs__/RadioGroup.mdx +28 -0
  663. package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js +1 -2
  664. package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js.map +1 -1
  665. package/components/ResponsiveLayout/ResponsiveLayout.d.ts +4 -1
  666. package/components/ResponsiveLayout/ResponsiveLayout.md +4 -3
  667. package/components/ResponsiveLayout/__docs__/ResponsiveLayout.mdx +97 -0
  668. package/components/ResponsiveLayout/types/types.js +0 -1
  669. package/components/ScrollContainer/ScrollBar/ScrollBar.js.map +1 -1
  670. package/components/ScrollContainer/ScrollBar.d.ts +7 -0
  671. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js +4 -0
  672. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
  673. package/components/ScrollContainer/ScrollContainer.d.ts +23 -29
  674. package/components/ScrollContainer/ScrollContainer.md +5 -3
  675. package/components/ScrollContainer/__docs__/ScrollContainer.mdx +24 -0
  676. package/components/Select/Item/Item.js.map +1 -1
  677. package/components/Select/Item.d.ts +2 -0
  678. package/components/Select/Select/Select.js +11 -0
  679. package/components/Select/Select/Select.js.map +1 -1
  680. package/components/Select/Select.d.ts +54 -38
  681. package/components/Select/Select.md +7 -6
  682. package/components/Select/__docs__/Select.mdx +28 -0
  683. package/components/Select/locale/types/types.js +0 -1
  684. package/components/SidePage/SidePage/SidePage.js +28 -16
  685. package/components/SidePage/SidePage/SidePage.js.map +1 -1
  686. package/components/SidePage/SidePage.d.ts +17 -38
  687. package/components/SidePage/SidePage.md +2 -1
  688. package/components/SidePage/SidePage.styles/SidePage.styles.js +48 -26
  689. package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
  690. package/components/SidePage/SidePage.styles.d.ts +8 -1
  691. package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js +6 -2
  692. package/components/SidePage/SidePageCloseButton/SidePageCloseButton.js.map +1 -1
  693. package/components/SidePage/SidePageCloseButton.d.ts +6 -1
  694. package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
  695. package/components/SidePage/SidePageFooter.d.ts +4 -9
  696. package/components/SidePage/SidePageHeader/SidePageHeader.js +13 -5
  697. package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
  698. package/components/SidePage/SidePageHeader.d.ts +2 -1
  699. package/components/SidePage/__creevey__/SidePage.creevey.mts +103 -1
  700. package/components/SidePage/__docs__/SidePage.mdx +28 -0
  701. package/components/SidePage/__docs__/SidePageBody.mdx +15 -0
  702. package/components/SidePage/__docs__/SidePageContainer.mdx +15 -0
  703. package/components/SidePage/__docs__/SidePageFooter.mdx +15 -0
  704. package/components/SidePage/__docs__/SidePageHeader.mdx +15 -0
  705. package/components/SidePage/locale/types/types.js +0 -1
  706. package/components/SingleToast/SingleToast/SingleToast.js +5 -1
  707. package/components/SingleToast/SingleToast/SingleToast.js.map +1 -1
  708. package/components/SingleToast/SingleToast.d.ts +5 -1
  709. package/components/SingleToast/SingleToast.md +2 -1
  710. package/components/SingleToast/__docs__/SingleToast.mdx +28 -0
  711. package/components/Spinner/Spinner/Spinner.js +6 -2
  712. package/components/Spinner/Spinner/Spinner.js.map +1 -1
  713. package/components/Spinner/Spinner.d.ts +15 -20
  714. package/components/Spinner/Spinner.md +2 -1
  715. package/components/Spinner/__docs__/Spinner.mdx +28 -0
  716. package/components/Sticky/Sticky/Sticky.js +5 -0
  717. package/components/Sticky/Sticky/Sticky.js.map +1 -1
  718. package/components/Sticky/Sticky.d.ts +9 -4
  719. package/components/Sticky/Sticky.md +1 -0
  720. package/components/Sticky/__docs__/Sticky.mdx +24 -0
  721. package/components/Switcher/Switcher/Switcher.js +16 -6
  722. package/components/Switcher/Switcher/Switcher.js.map +1 -1
  723. package/components/Switcher/Switcher.d.ts +18 -7
  724. package/components/Switcher/Switcher.md +6 -2
  725. package/components/Switcher/Switcher.styles/Switcher.styles.js +4 -1
  726. package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
  727. package/components/Switcher/Switcher.styles.d.ts +1 -0
  728. package/components/Switcher/__docs__/Switcher.mdx +28 -0
  729. package/components/Tabs/Tab/Tab.js +1 -1
  730. package/components/Tabs/Tab/Tab.js.map +1 -1
  731. package/components/Tabs/Tab.d.ts +12 -31
  732. package/components/Tabs/Tab.md +2 -0
  733. package/components/Tabs/Tabs/Tabs.js +6 -1
  734. package/components/Tabs/Tabs/Tabs.js.map +1 -1
  735. package/components/Tabs/Tabs.d.ts +14 -25
  736. package/components/Tabs/Tabs.md +3 -2
  737. package/components/Tabs/__docs__/Tab.mdx +28 -0
  738. package/components/Tabs/__docs__/Tabs.mdx +28 -0
  739. package/components/Textarea/Textarea/Textarea.js +3 -4
  740. package/components/Textarea/Textarea/Textarea.js.map +1 -1
  741. package/components/Textarea/Textarea.d.ts +26 -52
  742. package/components/Textarea/Textarea.md +4 -2
  743. package/components/Textarea/__docs__/Textarea.mdx +28 -0
  744. package/components/Toast/Toast/Toast.js +17 -12
  745. package/components/Toast/Toast/Toast.js.map +1 -1
  746. package/components/Toast/Toast.d.ts +12 -9
  747. package/components/Toast/Toast.md +4 -4
  748. package/components/Toast/ToastStatic/ToastStatic.js +5 -5
  749. package/components/Toast/ToastStatic/ToastStatic.js.map +1 -1
  750. package/components/Toast/ToastStatic.d.ts +2 -2
  751. package/components/Toast/ToastView/ToastView.js +2 -1
  752. package/components/Toast/ToastView/ToastView.js.map +1 -1
  753. package/components/Toast/ToastView.d.ts +3 -6
  754. package/components/Toast/ToastView.styles/ToastView.styles.js +2 -2
  755. package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
  756. package/components/Toast/__creevey__/Toast.creevey.mts +23 -0
  757. package/components/Toast/__docs__/Toast.mdx +28 -0
  758. package/components/Toast/locale/types/types.js +0 -1
  759. package/components/Toggle/Toggle/Toggle.js +4 -1
  760. package/components/Toggle/Toggle/Toggle.js.map +1 -1
  761. package/components/Toggle/Toggle.d.ts +25 -48
  762. package/components/Toggle/Toggle.md +9 -9
  763. package/components/Toggle/__docs__/Toggle.mdx +28 -0
  764. package/components/Token/Token/Token.js +6 -0
  765. package/components/Token/Token/Token.js.map +1 -1
  766. package/components/Token/Token.d.ts +17 -9
  767. package/components/Token/Token.md +86 -3
  768. package/components/Token/TokenView/TokenView.js.map +1 -1
  769. package/components/Token/TokenView.d.ts +3 -0
  770. package/components/Token/__docs__/Token.mdx +28 -0
  771. package/components/Token/locale/types/types.js +0 -1
  772. package/components/TokenInput/TextWidthHelper/TextWidthHelper.js.map +1 -1
  773. package/components/TokenInput/TextWidthHelper.d.ts +3 -0
  774. package/components/TokenInput/TokenInput/TokenInput.js +9 -3
  775. package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
  776. package/components/TokenInput/TokenInput.d.ts +54 -97
  777. package/components/TokenInput/TokenInput.md +12 -10
  778. package/components/TokenInput/TokenInputMenu/TokenInputMenu.js.map +1 -1
  779. package/components/TokenInput/TokenInputMenu.d.ts +5 -5
  780. package/components/TokenInput/__docs__/TokenInput.mdx +28 -0
  781. package/components/TokenInput/locale/types/types.js +0 -1
  782. package/components/Tooltip/Tooltip/Tooltip.js +9 -0
  783. package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
  784. package/components/Tooltip/Tooltip.d.ts +28 -68
  785. package/components/Tooltip/Tooltip.md +5 -0
  786. package/components/Tooltip/__docs__/Tooltip.mdx +28 -0
  787. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js +1 -1
  788. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
  789. package/components/TooltipMenu/TooltipMenu.d.ts +13 -28
  790. package/components/TooltipMenu/TooltipMenu.md +13 -10
  791. package/components/TooltipMenu/__docs__/TooltipMenu.mdx +24 -0
  792. package/index.d.ts +1 -2
  793. package/index.js +1 -2
  794. package/index.js.map +1 -1
  795. package/internal/CommonWrapper/index/index.js +1 -2
  796. package/internal/CommonWrapper/index/index.js.map +1 -1
  797. package/internal/CommonWrapper/types/types.js +0 -1
  798. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +10 -2
  799. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  800. package/internal/CustomComboBox/CustomComboBox.d.ts +4 -1
  801. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +1 -1
  802. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
  803. package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +1 -0
  804. package/internal/CustomComboBox/CustomComboBoxTypes/CustomComboBoxTypes.js +3 -3
  805. package/internal/CustomComboBox/CustomComboBoxTypes/CustomComboBoxTypes.js.map +1 -1
  806. package/internal/CustomComboBox/locale/types/types.js +0 -1
  807. package/internal/DateSelect/locale/types/types.js +0 -1
  808. package/internal/FileUploaderControl/fileUtils/fileUtils.js +3 -3
  809. package/internal/FileUploaderControl/fileUtils/fileUtils.js.map +1 -1
  810. package/internal/InputLikeText/InputLikeText/InputLikeText.js +12 -6
  811. package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
  812. package/internal/Popup/types/types.js +0 -1
  813. package/internal/RenderContainer/RenderContainerTypes/RenderContainerTypes.js +0 -1
  814. package/internal/ThemePlayground/Playground.styles/Playground.styles.js +1 -1
  815. package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
  816. package/internal/ThemePlayground/__creevey__/Theme5_0.creevey.d.mts +1 -0
  817. package/internal/ThemePlayground/__creevey__/Theme5_0.creevey.mts +36 -0
  818. package/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +4 -0
  819. package/internal/ThemePlayground/constants/constants.js +3 -3
  820. package/internal/ThemePlayground/constants/constants.js.map +1 -1
  821. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
  822. package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  823. package/internal/ZIndex/index/index.js +1 -2
  824. package/internal/ZIndex/index/index.js.map +1 -1
  825. package/internal/themes/BasicLightTheme/BasicLightTheme.js +5 -3338
  826. package/internal/themes/BasicLightTheme/BasicLightTheme.js.map +1 -1
  827. package/internal/themes/BasicLightTheme.d.ts +5 -1198
  828. package/internal/themes/BasicTheme/BasicTheme.js +3360 -0
  829. package/internal/themes/BasicTheme/BasicTheme.js.map +1 -0
  830. package/internal/themes/BasicTheme/package.json +6 -0
  831. package/internal/themes/BasicTheme.d.ts +1217 -0
  832. package/internal/themes/DarkTheme5_0/DarkTheme5_0.js +409 -0
  833. package/internal/themes/DarkTheme5_0/DarkTheme5_0.js.map +1 -0
  834. package/internal/themes/DarkTheme5_0/package.json +6 -0
  835. package/internal/themes/DarkTheme5_0.d.ts +1 -0
  836. package/internal/themes/DarkTheme5_1/DarkTheme5_1.js +52 -0
  837. package/internal/themes/DarkTheme5_1/DarkTheme5_1.js.map +1 -0
  838. package/internal/themes/DarkTheme5_1/package.json +6 -0
  839. package/internal/themes/DarkTheme5_1.d.ts +1 -0
  840. package/internal/themes/LightTheme5_0/LightTheme5_0.js +14 -0
  841. package/internal/themes/LightTheme5_0/LightTheme5_0.js.map +1 -0
  842. package/internal/themes/LightTheme5_0/package.json +6 -0
  843. package/internal/themes/LightTheme5_0.d.ts +1 -0
  844. package/internal/themes/LightTheme5_1/LightTheme5_1.js +52 -0
  845. package/internal/themes/LightTheme5_1/LightTheme5_1.js.map +1 -0
  846. package/internal/themes/LightTheme5_1/package.json +6 -0
  847. package/internal/themes/LightTheme5_1.d.ts +1 -0
  848. package/lib/ModalStack/ModalStack.js +8 -8
  849. package/lib/ModalStack/ModalStack.js.map +1 -1
  850. package/lib/ModalStack.d.ts +1 -0
  851. package/lib/date/types/types.js +18 -18
  852. package/lib/date/types/types.js.map +1 -1
  853. package/lib/events/MouseDrag/MouseDrag.js +3 -3
  854. package/lib/events/MouseDrag/MouseDrag.js.map +1 -1
  855. package/lib/events/keyboard/KeyboardEventCodes/KeyboardEventCodes.js +3 -3
  856. package/lib/events/keyboard/KeyboardEventCodes/KeyboardEventCodes.js.map +1 -1
  857. package/lib/locale/types/types.js +3 -3
  858. package/lib/locale/types/types.js.map +1 -1
  859. package/lib/theming/Theme/Theme.js +2 -1
  860. package/lib/theming/Theme/Theme.js.map +1 -1
  861. package/lib/theming/Theme.d.ts +4 -3
  862. package/lib/theming/ThemeContext/ThemeContext.js +2 -2
  863. package/lib/theming/ThemeContext/ThemeContext.js.map +1 -1
  864. package/lib/theming/ThemeContext.d.ts +1 -1
  865. package/lib/theming/ThemeFactory/ThemeFactory.js +21 -7
  866. package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
  867. package/lib/theming/ThemeFactory.d.ts +9 -0
  868. package/lib/theming/ThemeHelpers/ThemeHelpers.js +85 -18
  869. package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
  870. package/lib/theming/ThemeHelpers.d.ts +55 -8
  871. package/lib/theming/ThemeVersions/ThemeVersions.js +50 -0
  872. package/lib/theming/ThemeVersions/ThemeVersions.js.map +1 -0
  873. package/lib/theming/ThemeVersions/package.json +6 -0
  874. package/lib/theming/ThemeVersions.d.ts +25 -0
  875. package/lib/theming/themes/DarkTheme/DarkTheme.js +5 -4
  876. package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -1
  877. package/lib/theming/themes/DarkTheme.d.ts +3 -1
  878. package/lib/theming/themes/LightTheme/LightTheme.js +5 -4
  879. package/lib/theming/themes/LightTheme/LightTheme.js.map +1 -1
  880. package/lib/theming/themes/LightTheme.d.ts +3 -1
  881. package/lib/theming/themes/LightThemeMobile.d.ts +1 -1
  882. package/lib/theming/useTheme.d.ts +1 -1
  883. package/lib/types/button-link/button-link.js +0 -1
  884. package/lib/types/polymorphic-component/polymorphic-component.js +0 -1
  885. package/lib/types/props/props.js +0 -1
  886. package/package.json +9 -5
  887. package/cjs/internal/themes/BasicDarkTheme.d.ts +0 -289
  888. package/cjs/internal/themes/BasicDarkTheme.js +0 -597
  889. package/cjs/internal/themes/BasicDarkTheme.js.map +0 -1
  890. package/cjs/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
  891. package/cjs/lib/theming/themes/DarkTheme2022_0.js +0 -5
  892. package/cjs/lib/theming/themes/DarkTheme2022_0.js.map +0 -1
  893. package/cjs/lib/theming/themes/LightTheme2022_0.d.ts +0 -1
  894. package/cjs/lib/theming/themes/LightTheme2022_0.js +0 -5
  895. package/cjs/lib/theming/themes/LightTheme2022_0.js.map +0 -1
  896. package/internal/themes/BasicDarkTheme/BasicDarkTheme.js +0 -641
  897. package/internal/themes/BasicDarkTheme/BasicDarkTheme.js.map +0 -1
  898. package/internal/themes/BasicDarkTheme/package.json +0 -6
  899. package/internal/themes/BasicDarkTheme.d.ts +0 -289
  900. package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js +0 -3
  901. package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js.map +0 -1
  902. package/lib/theming/themes/DarkTheme2022_0/package.json +0 -6
  903. package/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
  904. package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js +0 -3
  905. package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js.map +0 -1
  906. package/lib/theming/themes/LightTheme2022_0/package.json +0 -6
  907. package/lib/theming/themes/LightTheme2022_0.d.ts +0 -1
@@ -1,2516 +1,6 @@
1
- "use strict";var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;exports.__esModule = true;exports.BasicLightThemeInternal = exports.BasicLightTheme = void 0;var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));var ColorFunctions = _interopRequireWildcard(require("../../lib/styles/ColorFunctions"));
2
- var _ThemeHelpers = require("../../lib/theming/ThemeHelpers");var _BasicLightThemeInternal;var
1
+ "use strict";exports.__esModule = true;exports.BasicLightThemeInternal = void 0;
3
2
 
4
- BasicLightThemeInternal = exports.BasicLightThemeInternal = /*#__PURE__*/function () {function BasicLightThemeInternal() {}return (0, _createClass2.default)(BasicLightThemeInternal, null, [{ key: "bgSecondary", get:
5
3
 
6
4
 
7
5
 
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
- function get() {
32
- return this.bgDefault;
33
- } }, { key: "errorMain", get:
34
-
35
- function get() {
36
- return this.red;
37
- } }, { key: "errorText", get:
38
- function get() {
39
- return this.redDark;
40
- } }, { key: "errorSecondary", get:
41
- function get() {
42
- return this.redXxLight;
43
- } }, { key: "borderColorError", get:
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
- function get() {
78
- return this.errorMain;
79
- } }, { key: "borderColorWarning", get:
80
- function get() {
81
- return this.warningMain;
82
- } }, { key: "linkHoverColor", get:
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
- function get() {
96
- return this.linkColor;
97
- } }, { key: "linkSuccessColor", get:
98
-
99
-
100
-
101
- function get() {
102
- return this.green;
103
- } }, { key: "linkSuccessHoverColor", get:
104
- function get() {
105
- return this.greenDark;
106
- } }, { key: "linkDangerColor", get:
107
-
108
-
109
- function get() {
110
- return this.errorText;
111
- } }, { key: "linkDisabledColor", get:
112
-
113
-
114
-
115
-
116
-
117
-
118
- function get() {
119
- return this.textColorDisabled;
120
- } }, { key: "linkHoverTextDecorationStyle", get:
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
- function get() {
132
- return this.linkTextDecorationStyle;
133
- } }, { key: "linkLineHoverBorderBottomStyle", get:
134
-
135
-
136
-
137
-
138
-
139
- function get() {
140
- return this.linkLineBorderBottomStyle;
141
- } }, { key: "linkFocusOutlineWidth", get:
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
- function get() {
150
- return this.controlOutlineWidth;
151
- } }, { key: "linkFocusOutline", get:
152
- function get() {
153
- return this.linkFocusOutlineWidth + " solid " + this.linkFocusOutlineColor;
154
- }
155
-
156
- //#endregion Link
157
- //#region Token
158
- }, { key: "tokenTextColorDisabled", get:
159
- function get() {
160
- return this.textColorDisabled;
161
- } }, { key: "tokenFontSizeSmall", get:
162
-
163
- function get() {
164
- return this.fontSizeSmall;
165
- } }, { key: "tokenFontSizeMedium", get:
166
- function get() {
167
- return this.fontSizeMedium;
168
- } }, { key: "tokenFontSizeLarge", get:
169
- function get() {
170
- return this.fontSizeLarge;
171
- } }, { key: "tokenLineHeightSmall", get:
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
- function get() {
181
- return this.controlLineHeightSmall;
182
- } }, { key: "tokenLineHeightMedium", get:
183
- function get() {
184
- return this.controlLineHeightMedium;
185
- } }, { key: "tokenLineHeightLarge", get:
186
- function get() {
187
- return this.controlLineHeightLarge;
188
- } }, { key: "tokenBorderColorWarning", get:
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
-
205
- function get() {
206
- return this.borderColorWarning;
207
- } }, { key: "tokenBorderColorError", get:
208
- function get() {
209
- return this.borderColorError;
210
- } }, { key: "tokenPaddingYDisabled", get:
211
-
212
-
213
- function get() {
214
- return this.tokenPaddingYSmall;
215
- } }, { key: "tokenPaddingXDisabled", get:
216
- function get() {
217
- return this.tokenPaddingXSmall;
218
- } }, { key: "tokenMarginYDisabled", get:
219
-
220
- function get() {
221
- return this.tokenMarginYSmall;
222
- } }, { key: "tokenMarginXDisabled", get:
223
- function get() {
224
- return this.tokenMarginXSmall;
225
- } }, { key: "tokenInputLineHeightSmall", get:
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
- //#endregion Token
240
- //#region TokenInput
241
-
242
- function get() {
243
- return this.controlLineHeightSmall;
244
- } }, { key: "tokenInputLineHeightMedium", get:
245
- function get() {
246
- return this.controlLineHeightMedium;
247
- } }, { key: "tokenInputLineHeightLarge", get:
248
- function get() {
249
- return this.controlLineHeightLarge;
250
- } }, { key: "tokenInputBorderColor", get:
251
- function get() {
252
- return this.inputBorderColor;
253
- } }, { key: "tokenInputBorderColorHover", get:
254
- function get() {
255
- return this.inputBorderColorHover;
256
- } }, { key: "tokenInputBorderColorFocus", get:
257
- function get() {
258
- return this.inputBorderColorFocus;
259
- } }, { key: "tokenInputBorderColorError", get:
260
- function get() {
261
- return this.inputBorderColorError;
262
- } }, { key: "tokenInputBorderColorWarning", get:
263
- function get() {
264
- return this.inputBorderColorWarning;
265
- } }, { key: "tokenInputBorderTopColor", get:
266
- function get() {
267
- return this.inputBorderTopColor;
268
- } }, { key: "tokenInputPlaceholderColor", get:
269
-
270
- function get() {
271
- return this.inputPlaceholderColor;
272
- } }, { key: "tokenInputPlaceholderColorLight", get:
273
- function get() {
274
- return this.inputPlaceholderColorLight;
275
- } }, { key: "tokenInputDisabledBg", get:
276
- function get() {
277
- return this.inputDisabledBg;
278
- } }, { key: "tokenInputDisabledBorderColor", get:
279
- function get() {
280
- return this.inputDisabledBorderColor;
281
- } }, { key: "tokenInputBorderWidth", get:
282
- function get() {
283
- return this.inputBorderWidth;
284
- } }, { key: "tokenInputOutlineWidth", get:
285
- function get() {
286
- return this.inputOutlineWidth;
287
- } }, { key: "tokenInputBg", get:
288
- function get() {
289
- return this.inputBg;
290
- } }, { key: "tokenInputShadow", get:
291
-
292
- function get() {
293
- return this.inputShadow;
294
- } }, { key: "tokenInputTextColor", get:
295
- function get() {
296
- return this.inputTextColor;
297
- } }, { key: "tokenInputTextColorDisabled", get:
298
- function get() {
299
- return this.textColorDisabledContrast;
300
- } }, { key: "tokenInputPlaceholderColorDisabled", get:
301
- function get() {
302
- return this.textColorDisabledContrast;
303
- } }, { key: "btnCheckedDisabledBorderColor", get:
304
-
305
-
306
-
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
- function get() {
336
- return this.btnCheckedDisabledBg;
337
- } }, { key: "btnBorderWidth", get:
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
- function get() {
346
- return this.controlBorderWidth;
347
- } }, { key: "btnOutlineWidth", get:
348
-
349
- function get() {
350
- return this.controlOutlineWidth;
351
- } }, { key: "btnIconGapSmallRight", get:
352
-
353
-
354
-
355
-
356
-
357
- function get() {
358
- return this.btnIconGapSmallLeft;
359
- } }, { key: "btnIconGapMediumRight", get:
360
-
361
-
362
- function get() {
363
- return this.btnIconGapMediumLeft;
364
- } }, { key: "btnIconGapLargeRight", get:
365
-
366
-
367
- function get() {
368
- return this.btnIconGapLargeLeft;
369
- } }, { key: "btnDefaultCheckedBorderColor", get:
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
- function get() {
378
- return this.btnCheckedBg;
379
- } }, { key: "btnDefaultTextColor", get:
380
- function get() {
381
- return this.textColorDefault;
382
- } }, { key: "btnDefaultHoverBorderColor", get:
383
-
384
-
385
-
386
-
387
- function get() {
388
- return this.btnDefaultBorderColor;
389
- } }, { key: "btnDefaultActiveBorderColor", get:
390
-
391
- function get() {
392
- return this.btnDefaultBorderColor;
393
- } }, { key: "btnDangerBg", get:
394
-
395
-
396
-
397
-
398
-
399
-
400
-
401
-
402
-
403
-
404
-
405
-
406
-
407
-
408
-
409
-
410
-
411
-
412
-
413
-
414
-
415
-
416
-
417
-
418
-
419
-
420
-
421
-
422
-
423
-
424
-
425
- function get() {
426
- return this.errorMain;
427
- } }, { key: "btnDangerBorderColor", get:
428
- function get() {
429
- return this.btnDangerBg;
430
- } }, { key: "btnDangerActiveBorderColor", get:
431
-
432
-
433
-
434
-
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
- function get() {
443
- return this.btnDangerActiveBg;
444
- } }, { key: "btnPayTextColor", get:
445
-
446
-
447
-
448
-
449
-
450
-
451
-
452
-
453
-
454
- function get() {
455
- return this.textColorDefault;
456
- } }, { key: "btnFontSizeSmall", get:
457
-
458
-
459
-
460
-
461
-
462
-
463
- function get() {
464
- return this.fontSizeSmall;
465
- } }, { key: "btnFontSizeMedium", get:
466
- function get() {
467
- return this.fontSizeMedium;
468
- } }, { key: "btnFontSizeLarge", get:
469
- function get() {
470
- return this.fontSizeLarge;
471
- } }, { key: "btnLineHeightSmall", get:
472
- function get() {
473
- return this.controlLineHeightSmall;
474
- } }, { key: "btnLineHeightMedium", get:
475
- function get() {
476
- return this.controlLineHeightMedium;
477
- } }, { key: "btnLineHeightLarge", get:
478
- function get() {
479
- return this.controlLineHeightLarge;
480
- } }, { key: "btnPaddingYSmall", get:
481
- function get() {
482
- return this.controlPaddingYSmall;
483
- } }, { key: "btnPaddingYMedium", get:
484
- function get() {
485
- return this.controlPaddingYMedium;
486
- } }, { key: "btnPaddingYLarge", get:
487
- function get() {
488
- return this.controlPaddingYLarge;
489
- } }, { key: "btnBorderColorWarning", get:
490
-
491
-
492
- function get() {
493
- return this.borderColorWarning;
494
- } }, { key: "btnBorderColorError", get:
495
- function get() {
496
- return this.borderColorError;
497
- } }, { key: "btnHeightSmall", get:
498
- function get() {
499
- var borderWidth = parseInt(this.btnBorderWidth, 10) || 0;
500
- var padding = parseInt(this.btnPaddingYSmall, 10) || 0;
501
- var lineHeigh = parseInt(this.btnLineHeightSmall, 10) || 0;
502
- return 2 * borderWidth + 2 * padding + lineHeigh + "px";
503
- } }, { key: "btnHeightMedium", get:
504
- function get() {
505
- var borderWidth = parseInt(this.btnBorderWidth, 10) || 0;
506
- var padding = parseInt(this.btnPaddingYMedium, 10) || 0;
507
- var lineHeigh = parseInt(this.btnLineHeightMedium, 10) || 0;
508
- return 2 * borderWidth + 2 * padding + lineHeigh + "px";
509
- } }, { key: "btnHeightLarge", get:
510
- function get() {
511
- var borderWidth = parseInt(this.btnBorderWidth, 10) || 0;
512
- var padding = parseInt(this.btnPaddingYLarge, 10) || 0;
513
- var lineHeigh = parseInt(this.btnLineHeightLarge, 10) || 0;
514
- return 2 * borderWidth + 2 * padding + lineHeigh + "px";
515
- } }, { key: "btnLinkColor", get:
516
- function get() {
517
- return this.linkColor;
518
- } }, { key: "btnLinkHoverColor", get:
519
- function get() {
520
- return this.linkHoverColor;
521
- } }, { key: "btnLinkActiveColor", get:
522
- function get() {
523
- return this.linkActiveColor;
524
- } }, { key: "btnLinkHoverTextDecoration", get:
525
- function get() {
526
- return this.linkHoverTextDecoration;
527
- } }, { key: "btnLinkTextDecorationColor", get:
528
- function get() {
529
- return this.linkTextDecorationColor;
530
- } }, { key: "btnLinkTextDecorationStyle", get:
531
- function get() {
532
- return this.linkTextDecorationStyle;
533
- } }, { key: "btnLinkHoverTextDecorationStyle", get:
534
- function get() {
535
- return this.linkTextDecorationStyle;
536
- } }, { key: "btnLinkTextUnderlineOffset", get:
537
- function get() {
538
- return this.linkTextUnderlineOffset;
539
- } }, { key: "btnLinkTextDecorationThickness", get:
540
- function get() {
541
- return this.linkTextDecorationThickness;
542
- } }, { key: "btnLinkTextUnderlineOpacity", get:
543
- function get() {
544
- return this.linkTextUnderlineOpacity;
545
- } }, { key: "btnLinkLineBorderBottomStyle", get:
546
- function get() {
547
- return this.linkLineBorderBottomStyle;
548
- } }, { key: "btnLinkHoverLineBorderBottomStyle", get:
549
- function get() {
550
- return this.btnLinkLineBorderBottomStyle;
551
- } }, { key: "btnLinkLineBorderBottomWidth", get:
552
- function get() {
553
- return this.linkLineBorderBottomWidth;
554
- } }, { key: "btnLinkLineBorderBottomOpacity", get:
555
- function get() {
556
- return this.linkLineBorderBottomOpacity;
557
- } }, { key: "btnLinkIconMarginRight", get:
558
-
559
- function get() {
560
- return this.linkIconMarginRight;
561
- } }, { key: "btnLinkIconMarginLeft", get:
562
- function get() {
563
- return this.linkIconMarginRight;
564
- } }, { key: "btnErrorSecondary", get:
565
- function get() {
566
- return this.errorSecondary;
567
- } }, { key: "btnWarningSecondary", get:
568
- function get() {
569
- return this.warningSecondary;
570
- } }, { key: "btnOutlineColorFocus", get:
571
- function get() {
572
- return this.outlineColorFocus;
573
- } }, { key: "btnBorderColorFocus", get:
574
-
575
- function get() {
576
- return this.borderColorFocus;
577
- } }, { key: "btnLinkDisabledColor", get:
578
- function get() {
579
- return this.linkDisabledColor;
580
- } }, { key: "btnDisabledTextColor", get:
581
- function get() {
582
- return this.textColorDisabled;
583
- } }, { key: "btnBacklessActiveBorderColor", get:
584
-
585
-
586
-
587
- function get() {
588
- return this.btnBacklessBorderColor;
589
- } }, { key: "btnBacklessBorderColor", get:
590
- function get() {
591
- return this.btnDefaultBorderColor;
592
- } }, { key: "btnBacklessDisabledBorderColor", get:
593
- function get() {
594
- return this.btnDisabledBorderColor;
595
- } }, { key: "btnBacklessHoverBorderColor", get:
596
- function get() {
597
- return this.btnBacklessBorderColor;
598
- } }, { key: "btnBacklessTextColor", get:
599
-
600
- function get() {
601
- return this.btnDefaultTextColor;
602
- } }, { key: "btnTextBorderColor", get:
603
-
604
-
605
-
606
-
607
- function get() {
608
- return this.btnDefaultBorderColor;
609
- } }, { key: "btnTextTextColor", get:
610
- function get() {
611
- return this.btnDefaultTextColor;
612
- } }, { key: "btnTextHoverBorderColor", get:
613
-
614
- function get() {
615
- return this.btnTextHoverBg;
616
- } }, { key: "selectDefaultBg", get:
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
-
626
- //#endregion Button
627
- //#region Select
628
- function get() {
629
- return this.inputBg;
630
- } }, { key: "selectBorderWidth", get:
631
-
632
- function get() {
633
- return this.controlBorderWidth;
634
- } }, { key: "selectPlaceholderColorDisabled", get:
635
- function get() {
636
- return this.textColorDisabled;
637
- } }, { key: "selectOutlineWidth", get:
638
- function get() {
639
- return this.controlOutlineWidth;
640
- } }, { key: "selectLineHeightSmall", get:
641
- function get() {
642
- return this.controlLineHeightSmall;
643
- } }, { key: "selectFontSizeSmall", get:
644
- function get() {
645
- return this.fontSizeSmall;
646
- } }, { key: "selectPaddingYSmall", get:
647
-
648
- function get() {
649
- return this.controlPaddingYSmall;
650
- } }, { key: "selectBorderRadiusSmall", get:
651
- function get() {
652
- return this.inputBorderRadiusSmall;
653
- } }, { key: "selectBorderRadiusMedium", get:
654
- function get() {
655
- return this.inputBorderRadiusMedium;
656
- } }, { key: "selectBorderRadiusLarge", get:
657
- function get() {
658
- return this.inputBorderRadiusLarge;
659
- } }, { key: "selectIconGapSmall", get:
660
- function get() {
661
- return this.inputIconGapSmall;
662
- } }, { key: "selectIconGapMedium", get:
663
- function get() {
664
- return this.inputIconGapMedium;
665
- } }, { key: "selectIconGapLarge", get:
666
- function get() {
667
- return this.inputIconGapLarge;
668
- } }, { key: "selectLineHeightMedium", get:
669
-
670
- function get() {
671
- return this.controlLineHeightMedium;
672
- } }, { key: "selectFontSizeMedium", get:
673
- function get() {
674
- return this.fontSizeMedium;
675
- } }, { key: "selectPaddingYMedium", get:
676
-
677
- function get() {
678
- return this.controlPaddingYMedium;
679
- } }, { key: "selectLineHeightLarge", get:
680
- function get() {
681
- return this.controlLineHeightLarge;
682
- } }, { key: "selectFontSizeLarge", get:
683
- function get() {
684
- return this.fontSizeLarge;
685
- } }, { key: "selectPaddingYLarge", get:
686
-
687
- function get() {
688
- return this.controlPaddingYLarge;
689
- } }, { key: "selectMenuArrowColor", get:
690
- function get() {
691
- return this.btnMenuArrowColor;
692
- } }, { key: "selectMenuArrowColorDisabled", get:
693
- function get() {
694
- return this.textColorDisabled;
695
- } }, { key: "selectIconSizeSmall", get:
696
- function get() {
697
- return this.btnIconSizeSmall;
698
- } }, { key: "selectIconSizeMedium", get:
699
- function get() {
700
- return this.btnIconSizeMedium;
701
- } }, { key: "selectIconSizeLarge", get:
702
- function get() {
703
- return this.btnIconSizeLarge;
704
- } }, { key: "selectTextColorDisabled", get:
705
-
706
-
707
- function get() {
708
- return this.btnDisabledTextColor;
709
- } }, { key: "selectBgDisabled", get:
710
- function get() {
711
- return this.inputDisabledBg;
712
- } }, { key: "selectBorderColorDisabled", get:
713
- function get() {
714
- return this.btnDisabledBorderColor;
715
- } }, { key: "selectMenuOffsetY", get:
716
- function get() {
717
- return this.menuOffsetY;
718
- } }, { key: "selectBorderColorHover", get:
719
- function get() {
720
- return this.btnDefaultHoverBorderColor;
721
- } }, { key: "tooltipTextColor", get:
722
-
723
-
724
-
725
-
726
-
727
-
728
-
729
-
730
-
731
-
732
- function get() {
733
- return this.textColorDefault;
734
- } }, { key: "tooltipBorder", get:
735
-
736
- function get() {
737
- return this.popupBorder;
738
- } }, { key: "tooltipPinSize", get:
739
-
740
-
741
-
742
-
743
- function get() {
744
- return this.popupPinSize;
745
- } }, { key: "tooltipFontSize", get:
746
- function get() {
747
- return this.fontSizeSmall;
748
- } }, { key: "tooltipLineHeight", get:
749
- function get() {
750
- return this.controlLineHeightSmall;
751
- }
752
- //#endregion Tooltip
753
- //#region TooltipMenu
754
- }, { key: "tooltipMenuPinOffsetX", get: function get() {
755
- return this.tooltipPinOffsetX;
756
- } }, { key: "tooltipMenuPinOffsetY", get:
757
- function get() {
758
- return this.tooltipPinOffsetY;
759
- } }, { key: "tooltipMenuMargin", get:
760
- function get() {
761
- return this.popupMargin;
762
- } }, { key: "tooltipMenuPinSize", get:
763
- function get() {
764
- return this.popupPinSize;
765
- }
766
-
767
- //#endregion
768
- //#region Kebab
769
- }, { key: "modalBg", get:
770
-
771
-
772
-
773
-
774
-
775
-
776
-
777
-
778
-
779
-
780
-
781
-
782
-
783
-
784
-
785
-
786
-
787
- function get() {
788
- return this.bgSecondary;
789
- } }, { key: "modalFixedHeaderBg", get:
790
-
791
-
792
-
793
-
794
-
795
-
796
-
797
-
798
-
799
- function get() {
800
- return this.bgSecondary;
801
- } }, { key: "modalFixedHeaderShadow", get:
802
- function get() {
803
- return this.fixedPanelShadow;
804
- } }, { key: "modalFixedFooterShadow", get:
805
-
806
-
807
- function get() {
808
- return this.fixedPanelShadow;
809
- } }, { key: "modalFooterBg", get:
810
-
811
- function get() {
812
- return this.modalBg;
813
- } }, { key: "modalHeaderTextColor", get:
814
-
815
-
816
-
817
-
818
-
819
-
820
- function get() {
821
- return this.textColorDefault;
822
- } }, { key: "modalHeaderAdditionalPaddingBottom", get:
823
-
824
-
825
-
826
- function get() {
827
- return this.modalHeaderPaddingBottom;
828
- } }, { key: "modalFixedHeaderPaddingBottom", get:
829
-
830
- function get() {
831
- return this.modalHeaderPaddingBottom;
832
- } }, { key: "modalFixedFooterPaddingTop", get:
833
- function get() {
834
- return this.modalFooterPanelPaddingTop;
835
- } }, { key: "modalFooterPanelPaddingBottom", get:
836
-
837
-
838
-
839
-
840
-
841
-
842
-
843
-
844
-
845
-
846
-
847
-
848
- function get() {
849
- return this.modalFooterPaddingBottom;
850
- } }, { key: "sidePageFooterPanelBg", get:
851
-
852
-
853
-
854
-
855
-
856
-
857
-
858
-
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
- //#endregion
868
- //#region SidePage
869
- function get() {
870
- return this.sidePageBgDefault;
871
- } }, { key: "sidePageHeaderTextColor", get:
872
-
873
-
874
-
875
-
876
-
877
-
878
-
879
-
880
-
881
-
882
-
883
-
884
-
885
-
886
-
887
-
888
-
889
- function get() {
890
- return this.textColorDefault;
891
- } }, { key: "sidePageFooterPanelPaddingTop", get:
892
-
893
-
894
-
895
-
896
-
897
-
898
-
899
-
900
-
901
-
902
-
903
-
904
- function get() {
905
- return this.sidePageFooterPaddingTop;
906
- } }, { key: "sidePageFooterPanelPaddingBottom", get:
907
- function get() {
908
- return this.sidePageFooterPanelPaddingTop;
909
- } }, { key: "sidePageFixedHeaderShadow", get:
910
-
911
-
912
-
913
- function get() {
914
- return this.fixedPanelShadow;
915
- } }, { key: "sidePageFixedFooterShadow", get:
916
- function get() {
917
- return this.fixedPanelShadow;
918
- } }, { key: "dateInputIconColor", get:
919
-
920
-
921
-
922
-
923
-
924
-
925
-
926
-
927
- //#endregion SidePage
928
- //#region DateInput
929
- function get() {
930
- return this.textColorDefault;
931
- } }, { key: "calendarBottomSeparatorBorderColor", get:
932
-
933
-
934
-
935
- //#endregion DateInput
936
- //#region Calendar
937
- function get() {
938
- return ColorFunctions.fade(this.calendarMonthTitleBorderBottomColor, 1);
939
- } }, { key: "calendarBottomSeparatorBorderWidth", get:
940
- function get() {
941
- return '1px';
942
- } }, { key: "calendarBottomSeparatorBorder", get:
943
- function get() {
944
- return this.calendarBottomSeparatorBorderWidth + " solid " + this.calendarBottomSeparatorBorderColor;
945
- } }, { key: "calendarBg", get:
946
- function get() {
947
- return this.bgSecondary;
948
- } }, { key: "calendarCellBg", get:
949
-
950
- function get() {
951
- return this.bgSecondary;
952
- } }, { key: "calendarCellWeekendColor", get:
953
-
954
-
955
- function get() {
956
- return this.errorText;
957
- } }, { key: "calendarCellWidth", get:
958
-
959
-
960
-
961
-
962
-
963
- function get() {
964
- return this.calendarCellHeight;
965
- } }, { key: "calendarCellLineHeight", get:
966
-
967
- function get() {
968
- return parseInt(this.calendarCellHeight) - 2 + "px";
969
- } }, { key: "calendarMonthHeaderStickedBgColor", get:
970
- function get() {
971
- return this.bgSecondary;
972
- } }, { key: "datePickerOpenBtnColor", get:
973
-
974
-
975
-
976
-
977
-
978
-
979
-
980
-
981
-
982
-
983
-
984
-
985
- //#endregion Calendar
986
- //#region DatePicker
987
- function get() {
988
- return this.textColorDefault;
989
- } }, { key: "datePickerMenuOffsetY", get:
990
- function get() {
991
- return this.menuOffsetY;
992
- } }, { key: "dateSelectMenuBg", get:
993
-
994
-
995
-
996
-
997
-
998
-
999
-
1000
-
1001
-
1002
-
1003
- //#endregion DatePicker
1004
- //#region DateSelect
1005
- function get() {
1006
- return this.bgSecondary;
1007
- } }, { key: "dateSelectMenuItemBgDisabled", get:
1008
-
1009
- function get() {
1010
- return this.bgSecondary;
1011
- } }, { key: "dateSelectMenuItemFontSelected", get:
1012
-
1013
- function get() {
1014
- return this.textColorDefault;
1015
- } }, { key: "dateSelectMenuItemFontDisabled", get:
1016
- function get() {
1017
- return this.textColorDisabled;
1018
- } }, { key: "dateSelectTextColorDisabled", get:
1019
-
1020
-
1021
-
1022
-
1023
- function get() {
1024
- return this.textColorDisabled;
1025
- } }, { key: "dateSelectTextColorDefault", get:
1026
- function get() {
1027
- return this.textColorDefault;
1028
- } }, { key: "dateSelectLinkColor", get:
1029
- function get() {
1030
- return this.linkColor;
1031
- } }, { key: "dateSelectPopupBoxShadow", get:
1032
- function get() {
1033
- return this.popupBoxShadow;
1034
- } }, { key: "pagingFontSize", get:
1035
-
1036
-
1037
-
1038
- //#endregion DateSelect
1039
- //#region Paging
1040
- function get() {
1041
- return this.fontSizeMedium;
1042
- } }, { key: "pagingForwardIconSize", get:
1043
- function get() {
1044
- return this.pagingFontSize;
1045
- } }, { key: "pagingPageLinkColor", get:
1046
- function get() {
1047
- return this.textColorDefault;
1048
- } }, { key: "pagingPageForwardLinkPaddingRight", get:
1049
-
1050
-
1051
-
1052
-
1053
-
1054
-
1055
- function get() {
1056
- return this.pagingPageLinkPaddingX;
1057
- } }, { key: "pagingPageLinkActiveColor", get:
1058
-
1059
-
1060
-
1061
-
1062
-
1063
- function get() {
1064
- return this.textColorDefault;
1065
- } }, { key: "pagingPageLinkHintColor", get:
1066
-
1067
-
1068
- function get() {
1069
- return this.placeholderColor;
1070
- } }, { key: "pagingForwardLinkColor", get:
1071
-
1072
-
1073
-
1074
-
1075
- function get() {
1076
- return this.textColorDefault;
1077
- } }, { key: "pagingForwardLinkDisabledColor", get:
1078
- function get() {
1079
- return this.linkDisabledColor;
1080
- } }, { key: "pagingDotsDisabledColor", get:
1081
- function get() {
1082
- return this.textColorDisabled;
1083
- }
1084
- //#endregion Paging
1085
- //#region Hint
1086
- }, { key: "hintColor", get: function get() {
1087
- return this.textColorInvert;
1088
- } }, { key: "mobileHintColor", get:
1089
- function get() {
1090
- return this.hintColor;
1091
- } }, { key: "hintFontSize", get:
1092
- function get() {
1093
- return this.fontSizeSmall;
1094
- } }, { key: "hintLineHeight", get:
1095
- function get() {
1096
- return this.controlLineHeightSmall;
1097
- } }, { key: "toastFontSize", get:
1098
-
1099
-
1100
-
1101
-
1102
-
1103
-
1104
-
1105
-
1106
-
1107
- //#endregion Hint
1108
- //#region Toast
1109
- function get() {
1110
- return this.fontSizeSmall;
1111
- } }, { key: "toastLineHeight", get:
1112
- function get() {
1113
- return this.controlLineHeightSmall;
1114
- } }, { key: "dropdownMenuHoverBorderColor", get:
1115
-
1116
-
1117
-
1118
-
1119
-
1120
-
1121
-
1122
-
1123
-
1124
-
1125
-
1126
-
1127
-
1128
-
1129
-
1130
-
1131
-
1132
-
1133
-
1134
-
1135
- function get() {
1136
- return this.btnDefaultHoverBorderColor;
1137
- } }, { key: "dropdownMenuOffsetY", get:
1138
- function get() {
1139
- return this.menuOffsetY;
1140
- } }, { key: "dropdownMenuMenuOffsetY", get:
1141
- function get() {
1142
- return this.menuOffsetY;
1143
- } }, { key: "dropdownDefaultBg", get:
1144
-
1145
-
1146
-
1147
-
1148
-
1149
- function get() {
1150
- return this.btnDefaultBg;
1151
- } }, { key: "dropdownBorderWidth", get:
1152
- function get() {
1153
- return this.btnBorderWidth;
1154
- } }, { key: "dropdownOutlineWidth", get:
1155
- function get() {
1156
- return this.btnOutlineWidth;
1157
- } }, { key: "dropdownLineHeightSmall", get:
1158
- function get() {
1159
- return this.btnLineHeightSmall;
1160
- } }, { key: "dropdownFontSizeSmall", get:
1161
- function get() {
1162
- return this.btnFontSizeSmall;
1163
- } }, { key: "dropdownPaddingXSmall", get:
1164
- function get() {
1165
- return this.btnPaddingXSmall;
1166
- } }, { key: "dropdownPaddingYSmall", get:
1167
- function get() {
1168
- return this.btnPaddingYSmall;
1169
- } }, { key: "dropdownIconSizeSmall", get:
1170
- function get() {
1171
- return this.btnIconSizeSmall;
1172
- } }, { key: "dropdownLineHeightMedium", get:
1173
- function get() {
1174
- return this.btnLineHeightMedium;
1175
- } }, { key: "dropdownFontSizeMedium", get:
1176
- function get() {
1177
- return this.btnFontSizeMedium;
1178
- } }, { key: "dropdownPaddingXMedium", get:
1179
- function get() {
1180
- return this.btnPaddingXMedium;
1181
- } }, { key: "dropdownPaddingYMedium", get:
1182
- function get() {
1183
- return this.btnPaddingYMedium;
1184
- } }, { key: "dropdownIconSizeMedium", get:
1185
- function get() {
1186
- return this.btnIconSizeMedium;
1187
- } }, { key: "dropdownLineHeightLarge", get:
1188
- function get() {
1189
- return this.btnLineHeightLarge;
1190
- } }, { key: "dropdownFontSizeLarge", get:
1191
- function get() {
1192
- return this.btnFontSizeLarge;
1193
- } }, { key: "dropdownPaddingXLarge", get:
1194
- function get() {
1195
- return this.btnPaddingXLarge;
1196
- } }, { key: "dropdownPaddingYLarge", get:
1197
- function get() {
1198
- return this.btnPaddingYLarge;
1199
- } }, { key: "dropdownIconSizeLarge", get:
1200
- function get() {
1201
- return this.btnIconSizeLarge;
1202
- } }, { key: "dropdownBgDisabled", get:
1203
- function get() {
1204
- return this.btnDisabledBg;
1205
- } }, { key: "dropdownBorderColorDisabled", get:
1206
- function get() {
1207
- return this.btnDisabledBorderColor;
1208
- } }, { key: "dropdownTextColorDisabled", get:
1209
- function get() {
1210
- return this.btnDisabledTextColor;
1211
- }
1212
- //#endregion Dropdown
1213
- //#region Menu
1214
- }, { key: "menuBgDefault", get: function get() {
1215
- return this.bgSecondary;
1216
- } }, { key: "menuItemTextColor", get:
1217
-
1218
-
1219
-
1220
-
1221
-
1222
-
1223
-
1224
-
1225
-
1226
-
1227
-
1228
- // menuItem
1229
- function get() {
1230
- return this.textColorDefault;
1231
- } }, { key: "menuItemPaddingForIconSmall", get:
1232
-
1233
-
1234
-
1235
-
1236
-
1237
-
1238
-
1239
-
1240
- function get() {
1241
- return (
1242
- parseInt(this.menuItemPaddingXSmall) + parseInt(this.menuItemIconWidthSmall) + parseInt(this.menuItemIconGap) + "px");
1243
-
1244
- } }, { key: "menuItemPaddingForIconMedium", get:
1245
- function get() {
1246
- return (
1247
- parseInt(this.menuItemPaddingXMedium) + parseInt(this.menuItemIconWidthMedium) + parseInt(this.menuItemIconGap) + "px");
1248
-
1249
- } }, { key: "menuItemPaddingForIconLarge", get:
1250
- function get() {
1251
- return (
1252
- parseInt(this.menuItemPaddingXLarge) + parseInt(this.menuItemIconWidthLarge) + parseInt(this.menuItemIconGap) + "px");
1253
-
1254
- } }, { key: "menuItemLineHeightSmall", get:
1255
-
1256
- function get() {
1257
- return this.controlLineHeightSmall;
1258
- } }, { key: "menuItemLineHeightMedium", get:
1259
- function get() {
1260
- return this.controlLineHeightMedium;
1261
- } }, { key: "menuItemLineHeightLarge", get:
1262
- function get() {
1263
- return this.controlLineHeightLarge;
1264
- } }, { key: "menuItemFontSizeSmall", get:
1265
-
1266
- function get() {
1267
- return this.fontSizeSmall;
1268
- } }, { key: "menuItemFontSizeMedium", get:
1269
- function get() {
1270
- return this.fontSizeMedium;
1271
- } }, { key: "menuItemFontSizeLarge", get:
1272
- function get() {
1273
- return this.fontSizeLarge;
1274
- } }, { key: "menuItemHoverColor", get:
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
-
1285
-
1286
- function get() {
1287
- return this.menuItemTextColor;
1288
- } }, { key: "menuItemLinkColor", get:
1289
- function get() {
1290
- return this.linkColor;
1291
- } }, { key: "menuItemCommentColor", get:
1292
- function get() {
1293
- return this.menuItemTextColor;
1294
- } }, { key: "menuItemCommentColorHover", get:
1295
-
1296
- function get() {
1297
- return this.menuItemTextColor;
1298
- } }, { key: "menuItemLineHeightMobile", get:
1299
-
1300
-
1301
- function get() {
1302
- return this.lineHeightMobile;
1303
- } }, { key: "menuItemFontSizeMobile", get:
1304
- function get() {
1305
- return this.fontSizeMobile;
1306
- } }, { key: "menuItemDisabledColor", get:
1307
- function get() {
1308
- return this.textColorDisabled;
1309
- } }, { key: "menuMessageTextColor", get:
1310
-
1311
- // menuMessage
1312
- function get() {
1313
- return this.menuItemDisabledColor;
1314
- } }, { key: "menuMessageBg", get:
1315
- function get() {
1316
- return this.menuItemDisabledBg;
1317
- } }, { key: "menuMessagePaddingY", get:
1318
- function get() {
1319
- return this.menuItemPaddingYSmall;
1320
- } }, { key: "menuMessagePaddingX", get:
1321
- function get() {
1322
- return this.menuItemPaddingXSmall;
1323
- } }, { key: "menuMessageDisplay", get:
1324
- function get() {
1325
- return this.menuItemDisplay;
1326
- } }, { key: "menuMessagePaddingMobile", get:
1327
- function get() {
1328
- return this.menuItemPaddingMobile;
1329
- } }, { key: "menuMessageLineHeightMobile", get:
1330
-
1331
- function get() {
1332
- return this.menuItemLineHeightMobile;
1333
- } }, { key: "menuMessageFontSizeMobile", get:
1334
-
1335
- function get() {
1336
- return this.menuItemFontSizeMobile;
1337
- } }, { key: "menuMessageFontSizeSmall", get:
1338
- function get() {
1339
- return this.menuItemFontSizeSmall;
1340
- } }, { key: "menuMessageFontSizeMedium", get:
1341
- function get() {
1342
- return this.menuItemFontSizeMedium;
1343
- } }, { key: "menuMessageFontSizeLarge", get:
1344
- function get() {
1345
- return this.menuItemFontSizeLarge;
1346
- } }, { key: "menuMessageLineHeightSmall", get:
1347
-
1348
- function get() {
1349
- return this.menuItemLineHeightSmall;
1350
- } }, { key: "menuMessageLineHeightMedium", get:
1351
- function get() {
1352
- return this.menuItemLineHeightMedium;
1353
- } }, { key: "menuMessageLineHeightLarge", get:
1354
- function get() {
1355
- return this.menuItemLineHeightLarge;
1356
- } }, { key: "menuFooterColor", get:
1357
-
1358
-
1359
-
1360
-
1361
-
1362
-
1363
-
1364
-
1365
-
1366
-
1367
-
1368
-
1369
-
1370
-
1371
-
1372
-
1373
-
1374
-
1375
-
1376
-
1377
-
1378
-
1379
-
1380
-
1381
-
1382
-
1383
-
1384
-
1385
-
1386
-
1387
-
1388
-
1389
-
1390
- //menuFooter
1391
- function get() {
1392
- return this.menuHeaderColor;
1393
- } }, { key: "menuFooterLineHeightSmall", get:
1394
- function get() {
1395
- return this.menuHeaderLineHeightSmall;
1396
- } }, { key: "menuFooterLineHeightMedium", get:
1397
- function get() {
1398
- return this.menuHeaderLineHeightMedium;
1399
- } }, { key: "menuFooterLineHeightLarge", get:
1400
- function get() {
1401
- return this.menuHeaderLineHeightLarge;
1402
- } }, { key: "menuFooterFontSizeSmall", get:
1403
-
1404
- function get() {
1405
- return this.menuHeaderFontSizeSmall;
1406
- } }, { key: "menuFooterFontSizeMedium", get:
1407
- function get() {
1408
- return this.menuHeaderFontSizeMedium;
1409
- } }, { key: "menuFooterFontSizeLarge", get:
1410
- function get() {
1411
- return this.menuHeaderFontSizeLarge;
1412
- } }, { key: "menuFooterPaddingXSmall", get:
1413
-
1414
- function get() {
1415
- return this.menuHeaderPaddingXSmall;
1416
- } }, { key: "menuFooterPaddingXMedium", get:
1417
- function get() {
1418
- return this.menuHeaderPaddingXMedium;
1419
- } }, { key: "menuFooterPaddingXLarge", get:
1420
- function get() {
1421
- return this.menuHeaderPaddingXLarge;
1422
- } }, { key: "menuFooterPaddingTopSmall", get:
1423
-
1424
- function get() {
1425
- return this.menuHeaderPaddingBottomSmall;
1426
- } }, { key: "menuFooterPaddingTopMedium", get:
1427
- function get() {
1428
- return this.menuHeaderPaddingBottomMedium;
1429
- } }, { key: "menuFooterPaddingTopLarge", get:
1430
- function get() {
1431
- return this.menuHeaderPaddingBottomLarge;
1432
- } }, { key: "menuFooterPaddingBottomSmall", get:
1433
-
1434
- function get() {
1435
- return this.menuHeaderPaddingTopSmall;
1436
- } }, { key: "menuFooterPaddingBottomMedium", get:
1437
- function get() {
1438
- return this.menuHeaderPaddingTopMedium;
1439
- } }, { key: "menuFooterPaddingBottomLarge", get:
1440
- function get() {
1441
- return this.menuHeaderPaddingTopLarge;
1442
- }
1443
-
1444
- //menuSeparator
1445
- }, { key: "toggleLineHeightSmall", get:
1446
-
1447
-
1448
-
1449
-
1450
-
1451
-
1452
- //#endregion Menu
1453
- //#region Toggle
1454
- function get() {
1455
- return this.controlLineHeightSmall;
1456
- } }, { key: "toggleLineHeightMedium", get:
1457
- function get() {
1458
- return this.controlLineHeightMedium;
1459
- } }, { key: "toggleLineHeightLarge", get:
1460
- function get() {
1461
- return this.controlLineHeightLarge;
1462
- } }, { key: "toggleFontSizeSmall", get:
1463
- function get() {
1464
- return this.fontSizeSmall;
1465
- } }, { key: "toggleFontSizeMedium", get:
1466
- function get() {
1467
- return this.fontSizeMedium;
1468
- } }, { key: "toggleFontSizeLarge", get:
1469
- function get() {
1470
- return this.fontSizeLarge;
1471
- } }, { key: "toggleTextColor", get:
1472
- function get() {
1473
- return this.textColorDefault;
1474
- } }, { key: "toggleHandleBorderRadiusSmall", get:
1475
-
1476
- function get() {
1477
- var height = parseInt(this.toggleHeightSmall, 10) || 0;
1478
- var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
1479
- var handleSize = height - 2 * borderWidth;
1480
- return handleSize / 2 + "px";
1481
- } }, { key: "toggleHandleBorderRadiusMedium", get:
1482
- function get() {
1483
- var height = parseInt(this.toggleHeightMedium, 10) || 0;
1484
- var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
1485
- var handleSize = height - 2 * borderWidth;
1486
- return handleSize / 2 + "px";
1487
- } }, { key: "toggleHandleBorderRadiusLarge", get:
1488
- function get() {
1489
- var height = parseInt(this.toggleHeightLarge, 10) || 0;
1490
- var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
1491
- var handleSize = height - 2 * borderWidth;
1492
- return handleSize / 2 + "px";
1493
- } }, { key: "toggleBorderRadiusSmall", get:
1494
-
1495
-
1496
-
1497
-
1498
-
1499
-
1500
-
1501
-
1502
-
1503
-
1504
- function get() {
1505
- return "calc(" + this.toggleHeightSmall + " * 0.5)";
1506
- } }, { key: "toggleBorderRadiusMedium", get:
1507
- function get() {
1508
- return "calc(" + this.toggleHeightMedium + " * 0.5)";
1509
- } }, { key: "toggleBorderRadiusLarge", get:
1510
- function get() {
1511
- return "calc(" + this.toggleHeightLarge + " * 0.5)";
1512
- } }, { key: "toggleBorderWidth", get:
1513
-
1514
-
1515
-
1516
-
1517
- function get() {
1518
- return this.controlBorderWidth;
1519
- } }, { key: "toggleOutlineWidth", get:
1520
- function get() {
1521
- var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
1522
- var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
1523
- return outlineWidth + borderWidth + "px";
1524
- } }, { key: "toggleBorderColorDisabled", get:
1525
-
1526
- function get() {
1527
- return this.toggleBorderColor;
1528
- } }, { key: "toggleShadowColorError", get:
1529
-
1530
-
1531
-
1532
-
1533
-
1534
-
1535
-
1536
-
1537
-
1538
- function get() {
1539
- return this.errorMain;
1540
- } }, { key: "toggleShadowColorWarning", get:
1541
- function get() {
1542
- return this.warningMain;
1543
- } }, { key: "toggleFocusShadowColor", get:
1544
- function get() {
1545
- return this.borderColorFocus;
1546
- } }, { key: "toggleOutlineColorFocus", get:
1547
-
1548
-
1549
-
1550
- function get() {
1551
- return this.outlineColorFocus;
1552
- } }, { key: "toggleContainerBgHover", get:
1553
-
1554
-
1555
-
1556
-
1557
-
1558
-
1559
-
1560
-
1561
-
1562
-
1563
- function get() {
1564
- return this.toggleBgHover;
1565
- }
1566
-
1567
- // checked
1568
- }, { key: "toggleContainerBgChecked", get:
1569
-
1570
-
1571
-
1572
- function get() {
1573
- return this.toggleBgChecked;
1574
- } }, { key: "toggleBgDisabled", get:
1575
-
1576
-
1577
-
1578
-
1579
-
1580
-
1581
-
1582
-
1583
-
1584
-
1585
-
1586
-
1587
-
1588
-
1589
-
1590
- function get() {
1591
- return this.bgDisabled;
1592
- }
1593
-
1594
- // disabled checked
1595
- }, { key: "toggleBorderColorDisabledChecked", get:
1596
-
1597
-
1598
-
1599
- function get() {
1600
- return this.toggleBorderColor;
1601
- } }, { key: "popupTextColor", get:
1602
-
1603
-
1604
-
1605
-
1606
-
1607
-
1608
-
1609
-
1610
-
1611
-
1612
- function get() {
1613
- return this.textColorDefault;
1614
- } }, { key: "popupBackground", get:
1615
- function get() {
1616
- return this.bgSecondary;
1617
- } }, { key: "inputTextColor", get:
1618
-
1619
-
1620
-
1621
-
1622
-
1623
- //#endregion
1624
- //#region Input
1625
- function get() {
1626
- return this.textColorDefault;
1627
- } }, { key: "inputIconColorDisabled", get:
1628
-
1629
-
1630
-
1631
- function get() {
1632
- return this.textColorDisabled;
1633
- } }, { key: "inputFocusedIconColor", get:
1634
- function get() {
1635
- return this.inputIconColor;
1636
- } }, { key: "inputTextColorDisabled", get:
1637
-
1638
-
1639
- function get() {
1640
- return this.textColorDisabled;
1641
- } }, { key: "inputPlaceholderColorDisabled", get:
1642
- function get() {
1643
- return this.textColorDisabled;
1644
- } }, { key: "inputFontSizeSmall", get:
1645
- function get() {
1646
- return this.fontSizeSmall;
1647
- } }, { key: "inputFontSizeMedium", get:
1648
- function get() {
1649
- return this.fontSizeMedium;
1650
- } }, { key: "inputFontSizeLarge", get:
1651
- function get() {
1652
- return this.fontSizeLarge;
1653
- } }, { key: "inputLineHeightSmall", get:
1654
- function get() {
1655
- return this.controlLineHeightSmall;
1656
- } }, { key: "inputLineHeightMedium", get:
1657
- function get() {
1658
- return this.controlLineHeightMedium;
1659
- } }, { key: "inputLineHeightLarge", get:
1660
- function get() {
1661
- return this.controlLineHeightLarge;
1662
- } }, { key: "inputHeightSmall", get:
1663
- function get() {
1664
- var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
1665
- var padding = parseInt(this.inputPaddingYSmall, 10) || 0;
1666
- var lineHeigh = parseInt(this.inputLineHeightSmall, 10) || 0;
1667
- return 2 * borderWidth + 2 * padding + lineHeigh + "px";
1668
- } }, { key: "inputHeightMedium", get:
1669
- function get() {
1670
- var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
1671
- var padding = parseInt(this.inputPaddingYMedium, 10) || 0;
1672
- var lineHeigh = parseInt(this.inputLineHeightMedium, 10) || 0;
1673
- return 2 * borderWidth + 2 * padding + lineHeigh + "px";
1674
- } }, { key: "inputHeightLarge", get:
1675
- function get() {
1676
- var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
1677
- var padding = parseInt(this.inputPaddingYLarge, 10) || 0;
1678
- var lineHeigh = parseInt(this.inputLineHeightLarge, 10) || 0;
1679
- return 2 * borderWidth + 2 * padding + lineHeigh + "px";
1680
- } }, { key: "inputPaddingYSmall", get:
1681
- function get() {
1682
- return this.controlPaddingYSmall;
1683
- } }, { key: "inputPaddingYMedium", get:
1684
- function get() {
1685
- return this.controlPaddingYMedium;
1686
- } }, { key: "inputPaddingYLarge", get:
1687
- function get() {
1688
- return this.controlPaddingYLarge;
1689
- } }, { key: "inputFocusShadow", get:
1690
-
1691
-
1692
-
1693
-
1694
-
1695
-
1696
-
1697
-
1698
-
1699
-
1700
-
1701
-
1702
- function get() {
1703
- return "0 0 0 " + this.inputOutlineWidth + " " + this.borderColorFocus;
1704
- } }, { key: "inputFocusedBg", get:
1705
- function get() {
1706
- return this.inputBg;
1707
- } }, { key: "inputDisabledBg", get:
1708
- function get() {
1709
- return this.bgDisabled;
1710
- } }, { key: "inputDisabledBorderColor", get:
1711
- function get() {
1712
- return this.borderColorDisabled;
1713
- } }, { key: "inputFocusOutline", get:
1714
- function get() {
1715
- return this.borderColorFocus;
1716
- } }, { key: "inputBorderWidth", get:
1717
- function get() {
1718
- return this.controlBorderWidth;
1719
- } }, { key: "inputOutlineWidth", get:
1720
- function get() {
1721
- return "calc(" + this.controlOutlineWidth + " - 1px)";
1722
- } }, { key: "inputBorderColorFocus", get:
1723
-
1724
-
1725
-
1726
-
1727
-
1728
-
1729
-
1730
-
1731
- function get() {
1732
- return this.borderColorFocus;
1733
- } }, { key: "inputBorderColorError", get:
1734
- function get() {
1735
- return this.borderColorError;
1736
- } }, { key: "inputBorderColorWarning", get:
1737
- function get() {
1738
- return this.borderColorWarning;
1739
- } }, { key: "inputBorderTopColor", get:
1740
- function get() {
1741
- return this.inputBorderColor;
1742
- } }, { key: "inputPlaceholderColor", get:
1743
- function get() {
1744
- return this.placeholderColor;
1745
- } }, { key: "inputPlaceholderColorLight", get:
1746
-
1747
- function get() {
1748
- return this.placeholderColorLight;
1749
- } }, { key: "checkboxFontSizeSmall", get:
1750
-
1751
-
1752
-
1753
- //#endregion Input
1754
- //#region Checkbox
1755
- function get() {
1756
- return this.fontSizeSmall;
1757
- } }, { key: "checkboxFontSizeMedium", get:
1758
- function get() {
1759
- return this.fontSizeMedium;
1760
- } }, { key: "checkboxFontSizeLarge", get:
1761
- function get() {
1762
- return this.fontSizeLarge;
1763
- } }, { key: "checkboxLineHeightSmall", get:
1764
-
1765
- function get() {
1766
- return this.controlLineHeightSmall;
1767
- } }, { key: "checkboxLineHeightMedium", get:
1768
- function get() {
1769
- return this.controlLineHeightMedium;
1770
- } }, { key: "checkboxLineHeightLarge", get:
1771
- function get() {
1772
- return this.controlLineHeightLarge;
1773
- } }, { key: "checkboxPaddingYSmall", get:
1774
-
1775
-
1776
-
1777
-
1778
-
1779
-
1780
- function get() {
1781
- var controlHeight = parseInt(this.controlHeightSmall, 10) || 0;
1782
- var lineHeight = parseInt(this.checkboxLineHeightSmall, 10) || 0;
1783
- return (controlHeight - lineHeight) / 2 + "px";
1784
- } }, { key: "checkboxPaddingYMedium", get:
1785
-
1786
- function get() {
1787
- var controlHeight = parseInt(this.controlHeightMedium, 10) || 0;
1788
- var lineHeight = parseInt(this.checkboxLineHeightMedium, 10) || 0;
1789
- return (controlHeight - lineHeight) / 2 + "px";
1790
- } }, { key: "checkboxPaddingYLarge", get:
1791
- function get() {
1792
- var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
1793
- var lineHeight = parseInt(this.checkboxLineHeightLarge, 10) || 0;
1794
- return (controlHeight - lineHeight) / 2 + "px";
1795
- } }, { key: "checkboxTextColorDefault", get:
1796
-
1797
-
1798
-
1799
- function get() {
1800
- return this.textColorDefault;
1801
- } }, { key: "checkboxTextColorDisabled", get:
1802
- function get() {
1803
- return this.textColorDisabled;
1804
- } }, { key: "checkboxShadowDisabled", get:
1805
- function get() {
1806
- return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.1)";
1807
- } }, { key: "checkboxBorderWidth", get:
1808
-
1809
- function get() {
1810
- return this.controlBorderWidth;
1811
- } }, { key: "checkboxShadow", get:
1812
- function get() {
1813
- return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.15)";
1814
- } }, { key: "checkboxShadowHover", get:
1815
- function get() {
1816
- return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
1817
- } }, { key: "checkboxOutlineColorFocus", get:
1818
-
1819
- function get() {
1820
- return this.outlineColorFocus;
1821
- } }, { key: "checkboxBorderColorWarning", get:
1822
- function get() {
1823
- return this.borderColorWarning;
1824
- } }, { key: "checkboxBorderColorError", get:
1825
- function get() {
1826
- return this.borderColorError;
1827
- } }, { key: "checkboxCheckedHoverShadow", get:
1828
- function get() {
1829
- return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedHoverBg;
1830
- } }, { key: "checkboxOutlineWidth", get:
1831
-
1832
- function get() {
1833
- return this.controlOutlineWidth;
1834
- } }, { key: "checkboxCheckedShadow", get:
1835
- function get() {
1836
- return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedBg;
1837
- } }, { key: "checkboxCheckedActiveShadow", get:
1838
- function get() {
1839
- return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedActiveBg;
1840
- } }, { key: "checkboxBorderColorFocus", get:
1841
- function get() {
1842
- return this.borderColorFocus;
1843
- } }, { key: "checkboxHoverBg", get:
1844
-
1845
- function get() {
1846
- return this.btnDefaultHoverBg;
1847
- } }, { key: "checkboxActiveBg", get:
1848
- function get() {
1849
- return this.btnDefaultActiveBg;
1850
- } }, { key: "checkboxCheckedBg", get:
1851
- function get() {
1852
- return this.bgChecked;
1853
- } }, { key: "checkboxBgDisabled", get:
1854
- function get() {
1855
- return this.bgDisabled;
1856
- } }, { key: "checkboxCheckedActiveBg", get:
1857
-
1858
- function get() {
1859
- return ColorFunctions.darken(this.checkboxCheckedBg, '15%');
1860
- } }, { key: "checkboxShadowActive", get:
1861
- function get() {
1862
- return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
1863
- }
1864
- //#endregion Checkbox
1865
- //#region TextArea
1866
- }, { key: "textareaColor", get:
1867
- function get() {
1868
- return this.textColorDefault;
1869
- } }, { key: "textareaTextColorDisabled", get:
1870
- function get() {
1871
- return this.textColorDisabled;
1872
- } }, { key: "textareaPlaceholderColorLight", get:
1873
- function get() {
1874
- return this.placeholderColorLight;
1875
- } }, { key: "textareaPlaceholderColor", get:
1876
- function get() {
1877
- return this.placeholderColor;
1878
- } }, { key: "textareaPlaceholderColorDisabled", get:
1879
- function get() {
1880
- return this.textColorDisabled;
1881
- } }, { key: "textareaFontSizeSmall", get:
1882
-
1883
-
1884
-
1885
- function get() {
1886
- return this.fontSizeSmall;
1887
- } }, { key: "textareaFontSizeMedium", get:
1888
- function get() {
1889
- return this.fontSizeMedium;
1890
- } }, { key: "textareaFontSizeLarge", get:
1891
- function get() {
1892
- return this.fontSizeLarge;
1893
- } }, { key: "textareaLineHeightSmall", get:
1894
-
1895
- function get() {
1896
- return this.controlLineHeightSmall;
1897
- } }, { key: "textareaLineHeightMedium", get:
1898
- function get() {
1899
- return this.controlLineHeightMedium;
1900
- } }, { key: "textareaLineHeightLarge", get:
1901
- function get() {
1902
- return this.controlLineHeightLarge;
1903
- } }, { key: "textareaBorderWidth", get:
1904
-
1905
- function get() {
1906
- return this.controlBorderWidth;
1907
- } }, { key: "textareaOutlineWidth", get:
1908
- function get() {
1909
- var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
1910
- var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
1911
- return outlineWidth - borderWidth + "px";
1912
- } }, { key: "textareaMinHeightSmall", get:
1913
-
1914
- function get() {
1915
- var lineHeight = parseInt(this.textareaLineHeightSmall, 10) || 0;
1916
- var paddingY = parseInt(this.textareaPaddingYSmall, 10) || 0;
1917
- var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
1918
- return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
1919
- } }, { key: "textareaMinHeightMedium", get:
1920
-
1921
- function get() {
1922
- var lineHeight = parseInt(this.textareaLineHeightMedium, 10) || 0;
1923
- var paddingY = parseInt(this.textareaPaddingYMedium, 10) || 0;
1924
- var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
1925
- return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
1926
- } }, { key: "textareaMinHeightLarge", get:
1927
- function get() {
1928
- var lineHeight = parseInt(this.textareaLineHeightLarge, 10) || 0;
1929
- var paddingY = parseInt(this.textareaPaddingYLarge, 10) || 0;
1930
- var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
1931
- return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
1932
- } }, { key: "textareaPaddingYSmall", get:
1933
-
1934
-
1935
-
1936
-
1937
-
1938
-
1939
-
1940
- function get() {
1941
- return this.controlPaddingYSmall;
1942
- } }, { key: "textareaPaddingYMedium", get:
1943
-
1944
- function get() {
1945
- return this.controlPaddingYMedium;
1946
- } }, { key: "textareaPaddingYLarge", get:
1947
- function get() {
1948
- return this.controlPaddingYLarge;
1949
- } }, { key: "textareaBorderColor", get:
1950
-
1951
- function get() {
1952
- return this.borderColorGrayLight;
1953
- } }, { key: "textareaBorderColorFocus", get:
1954
-
1955
- function get() {
1956
- return this.borderColorFocus;
1957
- } }, { key: "textareaBorderColorHover", get:
1958
- function get() {
1959
- return this.inputBorderColorHover;
1960
- } }, { key: "textareaBorderColorWarning", get:
1961
- function get() {
1962
- return this.borderColorWarning;
1963
- } }, { key: "textareaBorderColorError", get:
1964
- function get() {
1965
- return this.borderColorError;
1966
- } }, { key: "textareaDisabledBg", get:
1967
-
1968
- function get() {
1969
- return this.inputDisabledBg;
1970
- } }, { key: "textareaDisabledBorderColor", get:
1971
- function get() {
1972
- return this.borderColorDisabled;
1973
- } }, { key: "textareaCounterColor", get:
1974
- function get() {
1975
- return this.gray;
1976
- } }, { key: "textareaCounterBg", get:
1977
- function get() {
1978
- return ColorFunctions.fade(this.textareaBg, 0.9);
1979
- } }, { key: "textareaCounterErrorColor", get:
1980
- function get() {
1981
- return this.errorText;
1982
- } }, { key: "textareaCounterHelpIconColor", get:
1983
- function get() {
1984
- return this.linkColor;
1985
- }
1986
-
1987
- //#endregion Textarea
1988
- //#region Radio
1989
- }, { key: "radioOutlineWidth", get:
1990
-
1991
-
1992
- function get() {
1993
- return this.controlOutlineWidth;
1994
- } }, { key: "radioTextColor", get:
1995
- function get() {
1996
- return this.textColorDefault;
1997
- } }, { key: "radioFontSizeSmall", get:
1998
-
1999
-
2000
-
2001
-
2002
-
2003
- function get() {
2004
- return this.fontSizeSmall;
2005
- } }, { key: "radioFontSizeMedium", get:
2006
- function get() {
2007
- return this.fontSizeMedium;
2008
- } }, { key: "radioFontSizeLarge", get:
2009
- function get() {
2010
- return this.fontSizeLarge;
2011
- } }, { key: "radioLineHeightSmall", get:
2012
-
2013
- function get() {
2014
- return this.controlLineHeightSmall;
2015
- } }, { key: "radioLineHeightMedium", get:
2016
- function get() {
2017
- return this.controlLineHeightMedium;
2018
- } }, { key: "radioLineHeightLarge", get:
2019
- function get() {
2020
- return this.controlLineHeightLarge;
2021
- } }, { key: "radioPaddingYSmall", get:
2022
-
2023
-
2024
-
2025
- function get() {
2026
- var controlHeight = parseInt(this.controlHeightSmall, 10) || 0;
2027
- var lineHeight = parseInt(this.radioLineHeightSmall, 10) || 0;
2028
- return (controlHeight - lineHeight) / 2 + "px";
2029
- } }, { key: "radioPaddingYMedium", get:
2030
- function get() {
2031
- var controlHeight = parseInt(this.controlHeightMedium, 10) || 0;
2032
- var lineHeight = parseInt(this.radioLineHeightMedium, 10) || 0;
2033
- return (controlHeight - lineHeight) / 2 + "px";
2034
- } }, { key: "radioPaddingYLarge", get:
2035
- function get() {
2036
- var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
2037
- var lineHeight = parseInt(this.radioLineHeightLarge, 10) || 0;
2038
- return (controlHeight - lineHeight) / 2 + "px";
2039
- } }, { key: "radioHoverBg", get:
2040
-
2041
-
2042
-
2043
-
2044
- function get() {
2045
- return this.checkboxHoverBg;
2046
- } }, { key: "radioActiveBg", get:
2047
- function get() {
2048
- return this.checkboxActiveBg;
2049
- } }, { key: "radioBorderWidth", get:
2050
- function get() {
2051
- return this.controlBorderWidth;
2052
- } }, { key: "radioBorderColor", get:
2053
- function get() {
2054
- return this.borderColorGrayLight;
2055
- } }, { key: "radioBorder", get:
2056
-
2057
- function get() {
2058
- return this.radioBorderWidth + " solid " + this.radioBorderColor;
2059
- } }, { key: "radioBorderColorFocus", get:
2060
- function get() {
2061
- return this.borderColorFocus;
2062
- } }, { key: "radioBorderColorWarning", get:
2063
- function get() {
2064
- return this.borderColorWarning;
2065
- } }, { key: "radioBorderColorError", get:
2066
- function get() {
2067
- return this.borderColorError;
2068
- } }, { key: "radioFocusShadow", get:
2069
-
2070
-
2071
- function get() {
2072
- return "inset 0 0 0 1px " + this.outlineColorFocus;
2073
- } }, { key: "radioCheckedBgColor", get:
2074
- function get() {
2075
- return this.checkboxCheckedBg;
2076
- } }, { key: "radioCheckedHoverBgColor", get:
2077
-
2078
-
2079
- function get() {
2080
- return ColorFunctions.darken(this.checkboxCheckedBg, '5%');
2081
- } }, { key: "radioDisabledShadow", get:
2082
-
2083
- function get() {
2084
- return "0 0 0 " + this.radioBorderWidth + " rgba(0, 0, 0, 0.1)";
2085
- } }, { key: "radioCheckedDisabledBulletBg", get:
2086
-
2087
-
2088
-
2089
- function get() {
2090
- return this.gray;
2091
- }
2092
- //#endregion
2093
- //#region Tabs
2094
- }, { key: "tabFontSizeSmall", get: function get() {
2095
- return this.fontSizeSmall;
2096
- } }, { key: "tabFontSizeMedium", get:
2097
- function get() {
2098
- return this.fontSizeMedium;
2099
- } }, { key: "tabFontSizeLarge", get:
2100
- function get() {
2101
- return this.fontSizeLarge;
2102
- } }, { key: "tabLineHeightSmall", get:
2103
- function get() {
2104
- return this.controlLineHeightSmall;
2105
- } }, { key: "tabLineHeightMedium", get:
2106
- function get() {
2107
- return this.controlLineHeightMedium;
2108
- } }, { key: "tabLineHeightLarge", get:
2109
- function get() {
2110
- return this.controlLineHeightLarge;
2111
- } }, { key: "tabPaddingYSmall", get:
2112
-
2113
-
2114
-
2115
-
2116
-
2117
- function get() {
2118
- var paddingY = parseInt(this.controlPaddingYSmall);
2119
- var borderWidth = parseInt(this.controlBorderWidth);
2120
- return paddingY + borderWidth + "px";
2121
- } }, { key: "tabPaddingYMedium", get:
2122
- function get() {
2123
- var paddingY = parseInt(this.controlPaddingYMedium);
2124
- var borderWidth = parseInt(this.controlBorderWidth);
2125
- return paddingY + borderWidth + "px";
2126
- } }, { key: "tabPaddingYLarge", get:
2127
- function get() {
2128
- var paddingY = parseInt(this.controlPaddingYLarge);
2129
- var borderWidth = parseInt(this.controlBorderWidth);
2130
- return paddingY + borderWidth + "px";
2131
- } }, { key: "tabOutlineWidth", get:
2132
-
2133
- function get() {
2134
- return this.controlOutlineWidth;
2135
- } }, { key: "tabTextColorDefault", get:
2136
- function get() {
2137
- return this.textColorDefault;
2138
- } }, { key: "tabColorFocus", get:
2139
- function get() {
2140
- return this.borderColorFocus;
2141
- } }, { key: "tabColorError", get:
2142
- function get() {
2143
- return this.btnDangerBg;
2144
- } }, { key: "tabColorWarning", get:
2145
- function get() {
2146
- return this.btnPayBg;
2147
- } }, { key: "tabColorSuccess", get:
2148
- function get() {
2149
- return this.btnSuccessBg;
2150
- } }, { key: "tabColorPrimary", get:
2151
- function get() {
2152
- return this.btnPrimaryBg;
2153
- } }, { key: "tabColorHoverError", get:
2154
-
2155
- function get() {
2156
- return ColorFunctions.lighten(this.tabColorError, '25%');
2157
- } }, { key: "tabColorHoverWarning", get:
2158
- function get() {
2159
- return ColorFunctions.lighten(this.tabColorWarning, '25%');
2160
- } }, { key: "tabColorHoverSuccess", get:
2161
- function get() {
2162
- return ColorFunctions.lighten(this.tabColorSuccess, '25%');
2163
- } }, { key: "tabColorHoverPrimary", get:
2164
- function get() {
2165
- return ColorFunctions.lighten(this.tabColorPrimary, '25%');
2166
- } }, { key: "spinnerBgColor", get:
2167
-
2168
- //#endregion Tabs
2169
- //#region Spinner
2170
- function get() {
2171
- return this.grayXLight;
2172
- } }, { key: "spinnerColor", get:
2173
- function get() {
2174
- return this.red;
2175
- } }, { key: "spinnerDimmedColor", get:
2176
- function get() {
2177
- return this.gray;
2178
- } }, { key: "spinnerCaptionColor", get:
2179
- function get() {
2180
- return this.gray;
2181
- } }, { key: "spinnerFontSizeSmall", get:
2182
- function get() {
2183
- return this.fontSizeSmall;
2184
- } }, { key: "spinnerFontSizeMedium", get:
2185
- function get() {
2186
- return this.fontSizeMedium;
2187
- } }, { key: "spinnerFontSizeLarge", get:
2188
- function get() {
2189
- return this.fontSizeLarge;
2190
- } }, { key: "spinnerLineHeightSmall", get:
2191
- function get() {
2192
- return this.controlLineHeightSmall;
2193
- } }, { key: "spinnerLineHeightMedium", get:
2194
- function get() {
2195
- return this.controlLineHeightMedium;
2196
- } }, { key: "spinnerLineHeightLarge", get:
2197
- function get() {
2198
- return this.controlLineHeightLarge;
2199
- } }, { key: "switcherTextColor", get:
2200
-
2201
-
2202
-
2203
-
2204
-
2205
-
2206
-
2207
-
2208
-
2209
- function get() {
2210
- return this.textColorDefault;
2211
- } }, { key: "switcherOutlineWidth", get:
2212
- function get() {
2213
- return this.btnOutlineWidth;
2214
- } }, { key: "switcherCaptionFontSizeSmall", get:
2215
- function get() {
2216
- return this.btnFontSizeSmall;
2217
- } }, { key: "switcherCaptionFontSizeMedium", get:
2218
- function get() {
2219
- return this.btnFontSizeMedium;
2220
- } }, { key: "switcherCaptionFontSizeLarge", get:
2221
- function get() {
2222
- return this.btnFontSizeLarge;
2223
- } }, { key: "switcherCaptionLineHeightSmall", get:
2224
- function get() {
2225
- return this.btnLineHeightSmall;
2226
- } }, { key: "switcherCaptionLineHeightMedium", get:
2227
- function get() {
2228
- return this.btnLineHeightMedium;
2229
- } }, { key: "switcherCaptionLineHeightLarge", get:
2230
- function get() {
2231
- return this.btnLineHeightLarge;
2232
- } }, { key: "switcherCaptionGapSmall", get:
2233
- function get() {
2234
- return this.btnPaddingXSmall;
2235
- } }, { key: "switcherCaptionGapMedium", get:
2236
- function get() {
2237
- return this.btnPaddingXMedium;
2238
- } }, { key: "switcherCaptionGapLarge", get:
2239
- function get() {
2240
- return this.btnPaddingXLarge;
2241
- } }, { key: "switcherButtonPaddingYSmall", get:
2242
-
2243
-
2244
-
2245
- function get() {
2246
- return this.btnPaddingYSmall;
2247
- } }, { key: "switcherButtonPaddingYMedium", get:
2248
- function get() {
2249
- return this.btnPaddingYMedium;
2250
- } }, { key: "switcherButtonPaddingYLarge", get:
2251
- function get() {
2252
- return this.btnPaddingYLarge;
2253
- } }, { key: "switcherButtonLineHeightSmall", get:
2254
- function get() {
2255
- return this.btnLineHeightSmall;
2256
- } }, { key: "switcherButtonLineHeightMedium", get:
2257
- function get() {
2258
- return this.btnLineHeightMedium;
2259
- } }, { key: "switcherButtonLineHeightLarge", get:
2260
- function get() {
2261
- return this.btnLineHeightLarge;
2262
- } }, { key: "switcherButtonFontSizeSmall", get:
2263
- function get() {
2264
- return this.btnFontSizeSmall;
2265
- } }, { key: "switcherButtonFontSizeMedium", get:
2266
- function get() {
2267
- return this.btnFontSizeMedium;
2268
- } }, { key: "switcherButtonFontSizeLarge", get:
2269
- function get() {
2270
- return this.btnFontSizeLarge;
2271
- } }, { key: "switcherButtonBorderRadiusSmall", get:
2272
- function get() {
2273
- return this.btnBorderRadiusSmall;
2274
- } }, { key: "switcherButtonBorderRadiusMedium", get:
2275
- function get() {
2276
- return this.btnBorderRadiusMedium;
2277
- } }, { key: "switcherButtonBorderRadiusLarge", get:
2278
- function get() {
2279
- return this.btnBorderRadiusLarge;
2280
- } }, { key: "switcherButtonBorderWidth", get:
2281
- function get() {
2282
- return this.btnBorderWidth;
2283
- } }, { key: "switcherButtonDisabledBorderColor", get:
2284
-
2285
- function get() {
2286
- return this.switcherBtnDisabledBorderColor;
2287
- } }, { key: "switcherButtonCheckedDisabledShadow", get:
2288
- function get() {
2289
- return this.btnCheckedDisabledShadow;
2290
- }
2291
- //#endregion
2292
- //#region MobilePopup
2293
- }, { key: "mobilePopupHeaderFontSize", get:
2294
-
2295
-
2296
-
2297
-
2298
- function get() {
2299
- return this.fontSizeMobile;
2300
- } }, { key: "mobilePopupHeaderLineHeight", get:
2301
- function get() {
2302
- return this.lineHeightMobile;
2303
- } }, { key: "globalLoaderColor", get:
2304
-
2305
-
2306
-
2307
-
2308
-
2309
-
2310
-
2311
-
2312
-
2313
-
2314
-
2315
-
2316
-
2317
-
2318
-
2319
-
2320
-
2321
- //#endregion
2322
- //#region GlobalLoader
2323
- function get() {
2324
- return this.blueLight;
2325
- } }, { key: "fileUploaderPaddingXSmall", get:
2326
-
2327
-
2328
-
2329
-
2330
-
2331
-
2332
-
2333
-
2334
-
2335
-
2336
-
2337
-
2338
-
2339
-
2340
-
2341
-
2342
-
2343
- function get() {
2344
- return this.inputPaddingXSmall;
2345
- } }, { key: "fileUploaderPaddingXMedium", get:
2346
- function get() {
2347
- return this.inputPaddingXMedium;
2348
- } }, { key: "fileUploaderPaddingXLarge", get:
2349
- function get() {
2350
- return this.inputPaddingXLarge;
2351
- } }, { key: "fileUploaderFontSizeSmall", get:
2352
- function get() {
2353
- return this.fontSizeSmall;
2354
- } }, { key: "fileUploaderFontSizeMedium", get:
2355
- function get() {
2356
- return this.fontSizeMedium;
2357
- } }, { key: "fileUploaderFontSizeLarge", get:
2358
- function get() {
2359
- return this.fontSizeLarge;
2360
- } }, { key: "fileUploaderLineHeightSmall", get:
2361
- function get() {
2362
- return this.controlLineHeightSmall;
2363
- } }, { key: "fileUploaderLineHeightMedium", get:
2364
- function get() {
2365
- return this.controlLineHeightMedium;
2366
- } }, { key: "fileUploaderLineHeightLarge", get:
2367
- function get() {
2368
- return this.controlLineHeightLarge;
2369
- } }, { key: "fileUploaderPaddingYSmall", get:
2370
- function get() {
2371
- return this.controlPaddingYSmall;
2372
- } }, { key: "fileUploaderPaddingYMedium", get:
2373
- function get() {
2374
- return this.controlPaddingYMedium;
2375
- } }, { key: "fileUploaderPaddingYLarge", get:
2376
- function get() {
2377
- return this.controlPaddingYLarge;
2378
- } }, { key: "fileUploaderTextColorDefault", get:
2379
- function get() {
2380
- return this.textColorDefault;
2381
- } }, { key: "fileUploaderBorderWidth", get:
2382
-
2383
-
2384
- function get() {
2385
- return this.controlBorderWidth;
2386
- } }, { key: "fileUploaderDisabledBorder", get:
2387
- function get() {
2388
- return this.fileUploaderBorderWidth + " " + this.fileUploaderBorderStyle + " " + this.fileUploaderDisabledBorderColor;
2389
- } }, { key: "fileUploaderBorderColorFocus", get:
2390
-
2391
- function get() {
2392
- return this.borderColorFocus;
2393
- } }, { key: "fileUploaderLinkColor", get:
2394
- function get() {
2395
- return this.textColorDefault;
2396
- } }, { key: "fileUploaderBorderColorError", get:
2397
-
2398
-
2399
-
2400
-
2401
- function get() {
2402
- return this.borderColorError;
2403
- } }, { key: "fileUploaderBorderColorWarning", get:
2404
- function get() {
2405
- return this.borderColorWarning;
2406
- } }, { key: "fileUploaderDisabledBg", get:
2407
- function get() {
2408
- return this.btnDisabledBg;
2409
- } }, { key: "fileUploaderDisabledTextColor", get:
2410
-
2411
-
2412
- function get() {
2413
- return this.textColorDisabled;
2414
- } }, { key: "fileUploaderDisabledLinkColor", get:
2415
- function get() {
2416
- return this.textColorDisabled;
2417
- } }, { key: "fileUploaderDisabledIconColor", get:
2418
- function get() {
2419
- return this.textColorDisabled;
2420
- } }, { key: "fileUploaderDragOverBorderColor", get:
2421
-
2422
-
2423
-
2424
-
2425
-
2426
-
2427
-
2428
- function get() {
2429
- return this.borderColorFocus;
2430
- } }, { key: "closeBtnIconFocusShadow", get:
2431
-
2432
-
2433
-
2434
-
2435
-
2436
-
2437
-
2438
-
2439
-
2440
- function get() {
2441
- return "inset 0 0 0 1px " + this.borderColorFocus + ", inset 0 0 0 2px " + this.outlineColorFocus;
2442
- }
2443
- //#endregion CloseIcon
2444
-
2445
- //#region Autocomplete
2446
- }, { key: "autocompleteMenuOffsetY", get: function get() {
2447
- return this.menuOffsetY;
2448
- }
2449
- //#endregion Autocomplete
2450
-
2451
- //#region Combobox
2452
- }, { key: "comboboxMenuOffsetY", get: function get() {
2453
- return this.menuOffsetY;
2454
- }
2455
- //#endregion Combobox
2456
-
2457
- //#region MiniModal
2458
- }, { key: "validationsTextColorError", get:
2459
-
2460
-
2461
-
2462
-
2463
-
2464
-
2465
-
2466
-
2467
-
2468
-
2469
-
2470
-
2471
-
2472
-
2473
-
2474
- //#endregion MiniModal
2475
-
2476
- //#region react-ui-validations
2477
- function get() {
2478
- return this.errorText;
2479
- }
2480
-
2481
- //#endregion
2482
- }]);}();_BasicLightThemeInternal = BasicLightThemeInternal; //#region Common variables
2483
- BasicLightThemeInternal.labGrotesqueBaselineCompensation = '1';BasicLightThemeInternal.brand = '#2291ff';BasicLightThemeInternal.white = '#fff';BasicLightThemeInternal.grayXLight = '#ebebeb';BasicLightThemeInternal.gray = '#858585';BasicLightThemeInternal.grayDark = '#333';BasicLightThemeInternal.black = '#000';BasicLightThemeInternal.blueXxLight = '#cdedff';BasicLightThemeInternal.blueLight = '#1f87ef';BasicLightThemeInternal.blue = '#1874cf';BasicLightThemeInternal.greenXxLight = '#C7F9CC';BasicLightThemeInternal.green = '#1C8A3F';BasicLightThemeInternal.greenDark = '#197F39';BasicLightThemeInternal.red = '#FE4C4C';BasicLightThemeInternal.redXxLight = '#FFEBEB';BasicLightThemeInternal.redDark = '#CC2626';BasicLightThemeInternal.yellowXxLight = '#ffeec2';BasicLightThemeInternal.yellow = '#fcb73e';BasicLightThemeInternal.yellowDark = '#ef8b17';BasicLightThemeInternal.bgDefault = '#fff';BasicLightThemeInternal.bgDisabled = '#F0F0F0';BasicLightThemeInternal.warningMain = '#fcb73e';BasicLightThemeInternal.warningSecondary = '#fff0bc';BasicLightThemeInternal.warningText = '#d97e00';BasicLightThemeInternal.borderColorFocusLight = '#cdedff';BasicLightThemeInternal.borderColorGrayDark = 'rgba(0, 0, 0, 0.28)';BasicLightThemeInternal.borderColorGrayLight = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.borderColorDisabled = 'rgba(0, 0, 0, 0.10)';BasicLightThemeInternal.placeholderColor = '#adadad';BasicLightThemeInternal.outlineColorFocus = '#fff';BasicLightThemeInternal.placeholderColorLight = '#cdcdcd';BasicLightThemeInternal.blinkColor = 'rgba(0, 136, 255, 0.2)';BasicLightThemeInternal.controlBorderWidth = '1px';BasicLightThemeInternal.controlOutlineWidth = '2px';BasicLightThemeInternal.controlLineHeightSmall = '20px';BasicLightThemeInternal.controlLineHeightMedium = '22px';BasicLightThemeInternal.controlLineHeightLarge = '24px';BasicLightThemeInternal.controlPaddingYSmall = '5px';BasicLightThemeInternal.controlPaddingYMedium = '8px';BasicLightThemeInternal.controlPaddingYLarge = '11px';BasicLightThemeInternal.textColorDefault = '#222222';BasicLightThemeInternal.textColorInvert = '#fff';BasicLightThemeInternal.textColorDisabled = '#adadad';BasicLightThemeInternal.textColorDisabledContrast = '#858585';BasicLightThemeInternal.fontSizeSmall = '14px';BasicLightThemeInternal.fontSizeMedium = '16px';BasicLightThemeInternal.fontSizeLarge = '18px';BasicLightThemeInternal.fontSizeMobile = '18px';BasicLightThemeInternal.lineHeightMobile = '24px';BasicLightThemeInternal.specificityLevel = '0';BasicLightThemeInternal.fixedPanelShadow = 'none';BasicLightThemeInternal.bgActive = '#141414';BasicLightThemeInternal.bgChecked = '#3D3D3D';BasicLightThemeInternal.borderColorFocus = '#3D3D3D';BasicLightThemeInternal.controlHeightSmall = '32px';BasicLightThemeInternal.controlHeightMedium = '40px';BasicLightThemeInternal.controlHeightLarge = '48px';BasicLightThemeInternal.mobileMediaQuery = '(max-width: 576px) and (pointer: coarse)';BasicLightThemeInternal.transitionDuration = '100ms';BasicLightThemeInternal.transitionTimingFunction = 'cubic-bezier(0.5, 1, 0.89, 1)'; //#endregion Common variables
2484
- //#region Link
2485
- BasicLightThemeInternal.linkColor = '#222222';BasicLightThemeInternal.linkTextDecoration = 'underline';BasicLightThemeInternal.linkActiveColor = '#141414';BasicLightThemeInternal.linkHoverTextDecoration = 'none';BasicLightThemeInternal.linkSuccessActiveColor = '#167333';BasicLightThemeInternal.linkDangerHoverColor = '#BB1919';BasicLightThemeInternal.linkDangerActiveColor = '#AB0D0D';BasicLightThemeInternal.linkIconMarginRight = '4px';BasicLightThemeInternal.linkIconMarginLeft = '4px';BasicLightThemeInternal.linkGrayedColor = '#858585';BasicLightThemeInternal.linkGrayedHoverColor = '#292929';BasicLightThemeInternal.linkGrayedActiveColor = '#141414';BasicLightThemeInternal.linkButtonLineHeight = '34px';BasicLightThemeInternal.linkButtonPaddingX = '10px';BasicLightThemeInternal.linkTextDecorationStyle = 'solid';BasicLightThemeInternal.linkTextDecorationThickness = '1px';BasicLightThemeInternal.linkTextUnderlineOffset = '4px';BasicLightThemeInternal.linkTextUnderlineOpacity = '0.5';BasicLightThemeInternal.linkTextDecorationColor = "color-mix(in srgb, currentColor " + parseFloat(_BasicLightThemeInternal.linkTextUnderlineOpacity) * 100 + "%, transparent)";BasicLightThemeInternal.linkLineBorderBottomStyle = 'solid';BasicLightThemeInternal.linkLineBorderBottomWidth = '1px';BasicLightThemeInternal.linkLineBorderBottomOpacity = '0.5';BasicLightThemeInternal.linkLineBorderBottomColor = "color-mix(in srgb, currentColor " + parseFloat(_BasicLightThemeInternal.linkLineBorderBottomOpacity) * 100 + "%, transparent)";BasicLightThemeInternal.linkFocusOutlineColor = '#3D3D3D';BasicLightThemeInternal.tokenDisabledBg = 'rgba(0, 0, 0, 0.05)';BasicLightThemeInternal.tokenMarginYSmall = '2px';BasicLightThemeInternal.tokenMarginXSmall = '1px';BasicLightThemeInternal.tokenMarginYMedium = '2px';BasicLightThemeInternal.tokenMarginXMedium = '2px';BasicLightThemeInternal.tokenMarginYLarge = '2px';BasicLightThemeInternal.tokenMarginXLarge = '3px';BasicLightThemeInternal.tokenPaddingYSmall = '1px';BasicLightThemeInternal.tokenPaddingXSmall = '3px';BasicLightThemeInternal.tokenPaddingYMedium = '2px';BasicLightThemeInternal.tokenPaddingXMedium = '5px';BasicLightThemeInternal.tokenPaddingYLarge = '3px';BasicLightThemeInternal.tokenPaddingXLarge = '7px';BasicLightThemeInternal.tokenMarginBeforeIcon = '4px';BasicLightThemeInternal.tokenRemoveIconSize = '16px';BasicLightThemeInternal.tokenRemoveIconPaddingY = '0px';BasicLightThemeInternal.tokenRemoveIconPaddingX = '0px';BasicLightThemeInternal.tokenRemoveIconGap = '4px';BasicLightThemeInternal.tokenRemoveIconBoxSizing = 'content-box';BasicLightThemeInternal.tokenBorderRadius = '2px';BasicLightThemeInternal.tokenBorderWidth = '1px';BasicLightThemeInternal.tokenBorderColorDisabled = 'transparent';BasicLightThemeInternal.tokenOutlineWidth = '1px';BasicLightThemeInternal.tokenShadowDisabled = '';BasicLightThemeInternal.tokenBg = 'rgba(0, 0, 0, 0.1)';BasicLightThemeInternal.tokenColor = '#222222';BasicLightThemeInternal.tokenBorderColor = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.tokenBgHover = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.tokenColorHover = '#222222';BasicLightThemeInternal.tokenBorderColorHover = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.tokenBgActive = '#3D3D3D';BasicLightThemeInternal.tokenColorActive = '#FFFFFF';BasicLightThemeInternal.tokenBorderColorActive = 'transparent';BasicLightThemeInternal.tokenInputBorderRadius = '2px';BasicLightThemeInternal.tokenInputMenuPopupBg = 'transparent';BasicLightThemeInternal.tokenInputPaddingYSmall = '1px';BasicLightThemeInternal.tokenInputPaddingXSmall = '2px';BasicLightThemeInternal.tokenInputPaddingYMedium = '3px';BasicLightThemeInternal.tokenInputPaddingXMedium = '3px';BasicLightThemeInternal.tokenInputPaddingYLarge = '5px';BasicLightThemeInternal.tokenInputPaddingXLarge = '4px';BasicLightThemeInternal.tokenInputPopupOffset = '2px';BasicLightThemeInternal.tokenInputPopupMarginSmall = '7px';BasicLightThemeInternal.tokenInputPopupMarginMedium = '10px';BasicLightThemeInternal.tokenInputPopupMarginLarge = '13px'; //#endregion TokenInput
2486
- //#region Loader
2487
- BasicLightThemeInternal.loaderBg = 'rgba(255, 255, 255, 0.8)';BasicLightThemeInternal.loaderOpacity = '0.8';BasicLightThemeInternal.loaderBorderRadius = '0px'; //#endregion
2488
- //#region Button
2489
- BasicLightThemeInternal.btnBackgroundClip = 'padding-box';BasicLightThemeInternal.btnLinkBorderRadius = '2px';BasicLightThemeInternal.btnFocusShadowWidth = '2px';BasicLightThemeInternal.btnBorderColorTransition = '';BasicLightThemeInternal.btnDisabledBorderColor = 'rgba(0, 0, 0, 0.10)';BasicLightThemeInternal.btnCheckedBg = '#3D3D3D';BasicLightThemeInternal.btnCheckedDisabledBg = '#ADADAD';BasicLightThemeInternal.btnCheckedDisabledColor = '#E6E6E6';BasicLightThemeInternal.btnCheckedTextColor = '#fff';BasicLightThemeInternal.btnCheckedShadow = 'none';BasicLightThemeInternal.btnCheckedDisabledShadow = 'none';BasicLightThemeInternal.btnBorderRadiusSmall = '8px';BasicLightThemeInternal.btnBorderRadiusMedium = '8px';BasicLightThemeInternal.btnBorderRadiusLarge = '8px';BasicLightThemeInternal.btnInsetWidth = '1px';BasicLightThemeInternal.btnPaddingXSmall = '12px';BasicLightThemeInternal.btnPaddingXMedium = '16px';BasicLightThemeInternal.btnPaddingXLarge = '20px';BasicLightThemeInternal.btnIconGapSmallLeft = '4px';BasicLightThemeInternal.btnIconGapMediumLeft = '6px';BasicLightThemeInternal.btnIconGapLargeLeft = '8px';BasicLightThemeInternal.btnIconSizeSmall = '16px';BasicLightThemeInternal.btnIconSizeMedium = '20px';BasicLightThemeInternal.btnIconSizeLarge = '24px';BasicLightThemeInternal.btnDefaultBg = '#fff';BasicLightThemeInternal.btnDefaultBgStart = 'none';BasicLightThemeInternal.btnDefaultBgEnd = 'none';BasicLightThemeInternal.btnDefaultHoverBg = '#F0F0F0';BasicLightThemeInternal.btnDefaultHoverBgStart = 'none';BasicLightThemeInternal.btnDefaultHoverBgEnd = 'none';BasicLightThemeInternal.btnDefaultActiveBg = '#E6E6E6';BasicLightThemeInternal.btnDefaultHoverTextColor = '';BasicLightThemeInternal.btnDefaultBorderColor = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.btnDefaultActiveShadow = 'none';BasicLightThemeInternal.btnSuccessBg = '#26AD50';BasicLightThemeInternal.btnSuccessBorderColor = '#26AD50';BasicLightThemeInternal.btnSuccessHoverBg = '#23A14A';BasicLightThemeInternal.btnSuccessHoverBorderColor = '#23A14A';BasicLightThemeInternal.btnSuccessHoverTextColor = '';BasicLightThemeInternal.btnSuccessBgStart = 'none';BasicLightThemeInternal.btnSuccessBgEnd = 'none';BasicLightThemeInternal.btnSuccessTextColor = '#fff';BasicLightThemeInternal.btnSuccessHoverBgStart = 'none';BasicLightThemeInternal.btnSuccessHoverBgEnd = 'none';BasicLightThemeInternal.btnSuccessActiveBg = '#209644';BasicLightThemeInternal.btnSuccessActiveBorderColor = '#209644';BasicLightThemeInternal.btnSuccessActiveShadow = 'none';BasicLightThemeInternal.btnPrimaryBg = '#3D3D3D';BasicLightThemeInternal.btnPrimaryHoverBg = '#292929';BasicLightThemeInternal.btnPrimaryActiveBg = '#141414';BasicLightThemeInternal.btnPrimaryHoverTextColor = '';BasicLightThemeInternal.btnPrimaryBorderColor = '#3D3D3D';BasicLightThemeInternal.btnPrimaryHoverBorderColor = '#292929';BasicLightThemeInternal.btnPrimaryActiveBorderColor = '#141414';BasicLightThemeInternal.btnPrimaryBgStart = 'none';BasicLightThemeInternal.btnPrimaryBgEnd = 'none';BasicLightThemeInternal.btnPrimaryTextColor = '#fff';BasicLightThemeInternal.btnPrimaryHoverBgStart = 'none';BasicLightThemeInternal.btnPrimaryHoverBgEnd = 'none';BasicLightThemeInternal.btnPrimaryActiveShadow = 'none';BasicLightThemeInternal.btnDangerHoverBg = '#ED3F3F';BasicLightThemeInternal.btnDangerHoverBorderColor = '#ED3F3F';BasicLightThemeInternal.btnDangerHoverTextColor = '';BasicLightThemeInternal.btnDangerBgStart = 'none';BasicLightThemeInternal.btnDangerBgEnd = 'none';BasicLightThemeInternal.btnDangerTextColor = '#fff';BasicLightThemeInternal.btnDangerHoverBgStart = 'none';BasicLightThemeInternal.btnDangerHoverBgEnd = 'none';BasicLightThemeInternal.btnDangerActiveBg = '#DD3333';BasicLightThemeInternal.btnDangerActiveShadow = 'none';BasicLightThemeInternal.btnPayBg = '#fcb73e';BasicLightThemeInternal.btnPayHoverBg = '#fda70c';BasicLightThemeInternal.btnPayHoverBorderColor = '#fda70c';BasicLightThemeInternal.btnPayHoverTextColor = '';BasicLightThemeInternal.btnPayBorderColor = '#fcb73e';BasicLightThemeInternal.btnPayBgStart = 'none';BasicLightThemeInternal.btnPayBgEnd = 'none';BasicLightThemeInternal.btnPayHoverBgStart = 'none';BasicLightThemeInternal.btnPayHoverBgEnd = 'none';BasicLightThemeInternal.btnPayActiveBg = '#f69912';BasicLightThemeInternal.btnPayActiveBorderColor = '#f69912';BasicLightThemeInternal.btnPayActiveShadow = 'none';BasicLightThemeInternal.btnMenuArrowColor = '#a6a6a6';BasicLightThemeInternal.btnDisabledBg = 'rgba(0, 0, 0, 0.06)';BasicLightThemeInternal.btnInsetColor = '#fff';BasicLightThemeInternal.btnBacklessBg = 'transparent';BasicLightThemeInternal.btnBacklessHoverBg = 'rgba(0, 0, 0, 0.06)';BasicLightThemeInternal.btnBacklessActiveBg = 'rgba(0, 0, 0, 0.1)';BasicLightThemeInternal.btnBacklessHoverTextColor = '';BasicLightThemeInternal.btnTextBg = 'transparent';BasicLightThemeInternal.btnTextHoverBg = 'rgba(0, 0, 0, 0.06)';BasicLightThemeInternal.btnTextActiveBg = 'rgba(0, 0, 0, 0.1)';BasicLightThemeInternal.btnTextHoverTextColor = '';BasicLightThemeInternal.btnWithIconPaddingLeftSmall = '8px';BasicLightThemeInternal.btnWithIconPaddingLeftMedium = '10px';BasicLightThemeInternal.btnWithIconPaddingLeftLarge = '12px';BasicLightThemeInternal.btnIconColor = '';BasicLightThemeInternal.btnIconHoverColor = '';BasicLightThemeInternal.btnIconDisabledColor = '';BasicLightThemeInternal.selectPlaceholderColor = '#adadad';BasicLightThemeInternal.selectPaddingXSmall = '7px';BasicLightThemeInternal.selectPaddingXMedium = '11px';BasicLightThemeInternal.selectPaddingXLarge = '15px';BasicLightThemeInternal.selectRootWidthMobile = 'auto';BasicLightThemeInternal.mobileSelectMaxWidth = '100%';BasicLightThemeInternal.selectBorderColorTransition = "box-shadow " + _BasicLightThemeInternal.transitionDuration + " " + _BasicLightThemeInternal.transitionTimingFunction + ";"; //#endregion Select
2490
- //#region Tooltip
2491
- BasicLightThemeInternal.tooltipPaddingY = '16px';BasicLightThemeInternal.tooltipPaddingX = '16px';BasicLightThemeInternal.tooltipCloseBtnPadding = '4px';BasicLightThemeInternal.tooltipCloseBtnSide = '16px';BasicLightThemeInternal.tooltipCloseBtnColor = 'rgba(0, 0, 0, 0.32)';BasicLightThemeInternal.tooltipCloseBtnHoverColor = 'rgba(0, 0, 0, 0.5)';BasicLightThemeInternal.tooltipBg = '#fff';BasicLightThemeInternal.tooltipBorderRadius = '8px';BasicLightThemeInternal.tooltipPinOffsetX = '16px';BasicLightThemeInternal.tooltipPinOffsetY = '18px';BasicLightThemeInternal.tooltipMargin = '10px';BasicLightThemeInternal.kebabMargin = '4px';BasicLightThemeInternal.kebabBackground = 'transparent';BasicLightThemeInternal.kebabBackgroundHover = 'rgba(0, 0, 0, 0.06)';BasicLightThemeInternal.kebabBackgroundActive = 'rgba(0, 0, 0, 0.10)';BasicLightThemeInternal.kebabBorderRadius = '50%';BasicLightThemeInternal.kebabBorder = '2px solid transparent';BasicLightThemeInternal.kebabSizeSmall = '24px';BasicLightThemeInternal.kebabSizeMedium = '32px';BasicLightThemeInternal.kebabSizeLarge = '40px';BasicLightThemeInternal.kebabIconSizeSmall = '16px';BasicLightThemeInternal.kebabIconSizeMedium = '20px';BasicLightThemeInternal.kebabIconSizeLarge = '24px';BasicLightThemeInternal.kebabIconColor = '#757575'; //#endregion
2492
- //#region Modal
2493
- BasicLightThemeInternal.modalWindowShadow = '0px 16px 32px 0px rgba(0, 0, 0, 0.06)';BasicLightThemeInternal.modalBackBg = '#000';BasicLightThemeInternal.modalBackOpacity = '0.16';BasicLightThemeInternal.modalCloseButtonColor = 'rgba(0, 0, 0, 0.32)';BasicLightThemeInternal.modalCloseButtonDisabledColor = '#8b8b8b';BasicLightThemeInternal.modalCloseButtonHoverColor = 'rgba(0, 0, 0, 0.865)';BasicLightThemeInternal.modalCloseButtonPadding = '32px';BasicLightThemeInternal.modalCloseButtonBottomPadding = '20px';BasicLightThemeInternal.modalCloseButtonClickArea = '6px';BasicLightThemeInternal.modalCloseIconSize = '20px';BasicLightThemeInternal.modalBorderRadius = '16px';BasicLightThemeInternal.modalFixedHeaderBorder = 'none';BasicLightThemeInternal.modalFixedFooterBorder = 'none';BasicLightThemeInternal.modalFixedPanelShadow = 'none';BasicLightThemeInternal.modalAdaptiveThreshold = '425px';BasicLightThemeInternal.modalPaddingTop = '24px';BasicLightThemeInternal.modalPaddingLeft = '32px';BasicLightThemeInternal.modalPaddingRight = '32px';BasicLightThemeInternal.modalHeaderFontSize = '24px';BasicLightThemeInternal.modalHeaderFontWeight = '700';BasicLightThemeInternal.modalHeaderLineHeight = '32px';BasicLightThemeInternal.modalHeaderPaddingBottom = '16px';BasicLightThemeInternal.modalHeaderPaddingTop = '24px';BasicLightThemeInternal.modalFixedHeaderMarginBottom = '0px';BasicLightThemeInternal.modalFixedFooterMarginTop = '0px';BasicLightThemeInternal.modalSeparatorBorderBottom = '1px solid #E6E6E6';BasicLightThemeInternal.modalBodyTextColor = 'inherit';BasicLightThemeInternal.modalFooterTextColor = 'inherit';BasicLightThemeInternal.modalBodyPaddingTop = '0';BasicLightThemeInternal.modalBodyPaddingBottom = '20px';BasicLightThemeInternal.modalBodyBorderRadius = '0px';BasicLightThemeInternal.modalFooterPaddingTop = '0px';BasicLightThemeInternal.modalFooterPaddingBottom = '20px';BasicLightThemeInternal.modalPaddingBottom = '40px';BasicLightThemeInternal.modalFooterPanelPaddingTop = '20px';BasicLightThemeInternal.mobileModalCloseButtonRightPadding = '16px';BasicLightThemeInternal.mobileModalCloseButtonTopPadding = '8px';BasicLightThemeInternal.mobileModalCloseButtonClickArea = '16px';BasicLightThemeInternal.mobileModalCloseIconSize = '20px';BasicLightThemeInternal.mobileModalHeaderFontSize = '24px';BasicLightThemeInternal.mobileModalHeaderLineHeight = '32px';BasicLightThemeInternal.mobileModalHeaderPadding = '16px';BasicLightThemeInternal.mobileModalBodyPadding = '0 16px 16px 16px';BasicLightThemeInternal.mobileModalBodyFontSize = '16px';BasicLightThemeInternal.mobileModalFooterPadding = '16px';BasicLightThemeInternal.mobileModalPaddingBottom = '16px';BasicLightThemeInternal.mobileModalContainerHeight = '100%';BasicLightThemeInternal.mobileModalContainerMarginTop = '0';BasicLightThemeInternal.mobileModalContainerMarginRight = '0';BasicLightThemeInternal.mobileModalContainerMarginBottom = '0';BasicLightThemeInternal.mobileModalContainerMarginLeft = '0';BasicLightThemeInternal.sidePageBackingBg = '#000';BasicLightThemeInternal.sidePageBackingBgOpacity = '0.16';BasicLightThemeInternal.sidePageCloseButtonColor = 'rgba(0, 0, 0, 0.374)';BasicLightThemeInternal.sidePageCloseButtonHoverColor = 'rgba(0, 0, 0, 0.5)';BasicLightThemeInternal.sidePageContainerShadow = '0 5px 10px rgba(0, 0, 0, 0.2)';BasicLightThemeInternal.mobileSidePagePaddingLeft = '16px';BasicLightThemeInternal.mobileSidePagePaddingRight = '16px';BasicLightThemeInternal.mobileSidePagePaddingTop = '16px';BasicLightThemeInternal.mobileSidePagePaddingBottom = '16px';BasicLightThemeInternal.mobileSidePageFooterPadding = '16px';BasicLightThemeInternal.sidePagePaddingLeft = '32px';BasicLightThemeInternal.sidePagePaddingRight = '36px';BasicLightThemeInternal.sidePagePaddingTop = '24px';BasicLightThemeInternal.sidePagePaddingBottom = '40px';BasicLightThemeInternal.sidePageFooterPaddingTop = '20px';BasicLightThemeInternal.sidePageFooterPaddingBottom = '20px';BasicLightThemeInternal.sidePageBgDefault = '#fff';BasicLightThemeInternal.sidePageBodyTextColor = 'inherit';BasicLightThemeInternal.sidePageFooterTextColor = 'inherit';BasicLightThemeInternal.sidePageHeaderFontSize = '24px';BasicLightThemeInternal.sidePageHeaderLineHeight = '32px';BasicLightThemeInternal.sidePageHeaderPaddingBottom = '16px';BasicLightThemeInternal.sidePageHeaderPaddingTop = '24px';BasicLightThemeInternal.sidePageHeaderFixedFontSize = '18px';BasicLightThemeInternal.sidePageHeaderFixedLineHeight = '28px';BasicLightThemeInternal.sidePageHeaderFixedPaddingY = '10px';BasicLightThemeInternal.sidePageHeaderStickyOffset = '9px';BasicLightThemeInternal.sidePageCloseButtonPadding = '32px';BasicLightThemeInternal.mobileSidePageCloseButtonPadding = '16px';BasicLightThemeInternal.sidePageCloseIconSize = '20px';BasicLightThemeInternal.sidePageCloseButtonClickArea = '6px';BasicLightThemeInternal.mobileSidePageCloseButtonClickArea = '16px';BasicLightThemeInternal.sidePageFixedPanelShadow = 'none';BasicLightThemeInternal.mobileSidePageHeaderFontSize = '24px';BasicLightThemeInternal.mobileSidePageHeaderLineHeight = '32px';BasicLightThemeInternal.mobileSidePageHeaderPaddingBottom = '16px';BasicLightThemeInternal.mobileSidePageHeaderPaddingTop = '16px';BasicLightThemeInternal.mobileSidePageCloseButtonRightPadding = '12px';BasicLightThemeInternal.sidePageHeaderFontWeight = 'bold';BasicLightThemeInternal.sidePageCloseButtonWrapperOffsetTop = '4px';BasicLightThemeInternal.dateInputMaskColor = '#b8b8b8';BasicLightThemeInternal.dateInputComponentSelectedBgColor = '';BasicLightThemeInternal.dateInputComponentSelectedTextColor = '';BasicLightThemeInternal.calendarBorderRadius = '8px';BasicLightThemeInternal.calendarCellHoverColor = '';BasicLightThemeInternal.calendarCellActiveHoverColor = '';BasicLightThemeInternal.calendarCellTodayBorder = '1px solid';BasicLightThemeInternal.calendarCellBorderRadius = '9999px';BasicLightThemeInternal.calendarCellSelectedBgColor = '#E6E6E6';BasicLightThemeInternal.calendarCellSelectedFontColor = 'inherit';BasicLightThemeInternal.calendarCellHeight = '32px';BasicLightThemeInternal.calendarCellFontSize = '14px';BasicLightThemeInternal.calendarMonthTitleBorderBottomColor = '#dfdede';BasicLightThemeInternal.calendarCellHoverBgColor = '#F0F0F0';BasicLightThemeInternal.calendarPaddingX = '18px';BasicLightThemeInternal.calendarMonthTitleLineHeight = '20px';BasicLightThemeInternal.calendarMonthTitlePaddingTop = '12px';BasicLightThemeInternal.calendarMonthTitlePaddingBottom = '8px';BasicLightThemeInternal.calendarMonthTitleMarginX = '6px';BasicLightThemeInternal.calendarMonthTitleMarginBottom = '6px';BasicLightThemeInternal.calendarWrapperHeight = ' 330px';BasicLightThemeInternal.calendarMonthMarginBottom = '6px';BasicLightThemeInternal.calendarMaxMonthsToAppendOnScroll = '5';BasicLightThemeInternal.calendarGridRowSpacing = '0px';BasicLightThemeInternal.pickerShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';BasicLightThemeInternal.mobileCalendarPaddingX = '16px';BasicLightThemeInternal.mobileCalendarCellWidth = '40px';BasicLightThemeInternal.mobileCalendarCellHeight = '40px';BasicLightThemeInternal.mobileCalendarCellBorderRadius = '20px';BasicLightThemeInternal.mobileCalendarCellFontSize = '16px';BasicLightThemeInternal.mobileCalendarGridRowSpacing = '8px';BasicLightThemeInternal.mobileCalendarWrapperHeight = '304px';BasicLightThemeInternal.dateSelectMenuItemBgActive = '#F0F0F0';BasicLightThemeInternal.dateSelectMenuItemFontActive = '';BasicLightThemeInternal.dateSelectLineHeight = '20px';BasicLightThemeInternal.dateSelectFontSize = '14px';BasicLightThemeInternal.dateSelectFontWeight = 'bold';BasicLightThemeInternal.dateSelectMenuItemBgSelected = '#ececec';BasicLightThemeInternal.dateSelectTextColorInvert = '';BasicLightThemeInternal.mobileDateSelectFontSize = '16px';BasicLightThemeInternal.mobileDateSelectLineHeight = '20px';BasicLightThemeInternal.pagingPageLinkBoxSizing = 'border-box';BasicLightThemeInternal.pagingPageLinkPaddingX = '12px';BasicLightThemeInternal.pagingPageLinkPaddingY = '0.3125em';BasicLightThemeInternal.pagingPageLinkMinWidth = '0.75em';BasicLightThemeInternal.pagingPageForwardLinkMarginTop = '';BasicLightThemeInternal.pagingPageForwardLinkMarginLeft = '0px';BasicLightThemeInternal.pagingLineHeight = '22px';BasicLightThemeInternal.pagingDotsColor = '#ADADAD';BasicLightThemeInternal.pagingDotsPadding = '0.375em 0.625em 0';BasicLightThemeInternal.pagingPageLinkActiveBg = 'rgba(0, 0, 0, 0.1)';BasicLightThemeInternal.pagingPageLinkDisabledActiveBg = 'rgba(0, 0, 0, 0.04)';BasicLightThemeInternal.pagingPageLinkHoverBg = 'rgba(0, 0, 0, 0.06)';BasicLightThemeInternal.pagingPageLinkBorderRadius = '9999px';BasicLightThemeInternal.pagingPageLinkHintFontSize = '12px';BasicLightThemeInternal.pagingPageLinkHintLineHeight = '16px';BasicLightThemeInternal.pagingPageLinkHintMargin = '4px -20px 0px';BasicLightThemeInternal.pagingPageLinkMargin = '0px 1px';BasicLightThemeInternal.hintMaxWidth = '200px';BasicLightThemeInternal.hintPaddingY = '4px';BasicLightThemeInternal.hintPaddingX = '8px';BasicLightThemeInternal.hintTextAlign = 'center';BasicLightThemeInternal.hintBgColor = 'rgba(0, 0, 0, 0.76)';BasicLightThemeInternal.hintBorder = 'none';BasicLightThemeInternal.hintBorderRadius = '6px';BasicLightThemeInternal.hintMargin = '8px';BasicLightThemeInternal.toastPaddingY = '10px';BasicLightThemeInternal.toastPaddingX = '16px';BasicLightThemeInternal.toastBorderRadius = '8px';BasicLightThemeInternal.toastBorder = 'none';BasicLightThemeInternal.toastTop = '24px';BasicLightThemeInternal.toastBg = 'rgba(0, 0, 0, 0.76)';BasicLightThemeInternal.toastColor = 'white';BasicLightThemeInternal.toastLinkColor = '#fff';BasicLightThemeInternal.toastLinkTextDecorationHover = '';BasicLightThemeInternal.toastLinkBgHover = 'rgba(255, 255, 255, 0.12)';BasicLightThemeInternal.toastLinkBgActive = 'rgba(0, 0, 0, 0.87)';BasicLightThemeInternal.toastLinkPadding = '12px';BasicLightThemeInternal.toastClosePadding = '16px';BasicLightThemeInternal.toastCloseColor = 'rgba(255, 255, 255, 0.6)';BasicLightThemeInternal.toastCloseHoverColor = 'white';BasicLightThemeInternal.toastCloseSize = '16px'; //#endregion Toast
2494
- //#region Dropdown
2495
- BasicLightThemeInternal.dropdownMenuBorderColorTransition = '';BasicLightThemeInternal.dropdownMenuMenuBoxSizing = 'content-box';BasicLightThemeInternal.dropdownButtonBorderRadiusSmall = '8px';BasicLightThemeInternal.dropdownButtonBorderRadiusMedium = '8px';BasicLightThemeInternal.dropdownButtonBorderRadiusLarge = '8px';BasicLightThemeInternal.menuBorderRadius = '8px';BasicLightThemeInternal.menuBorder = 'none';BasicLightThemeInternal.menuShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';BasicLightThemeInternal.menuPaddingY = '0px';BasicLightThemeInternal.menuScrollContainerContentWrapperPaddingY = '4px';BasicLightThemeInternal.mobileMenuPaddingY = '0px';BasicLightThemeInternal.mobileMenuScrollContainerContentWrapperPaddingY = '0px';BasicLightThemeInternal.menuPaddingX = '4px';BasicLightThemeInternal.mobileMenuPaddingX = '8px';BasicLightThemeInternal.menuOffsetY = '4px';BasicLightThemeInternal.menuBoxSizing = 'border-box';BasicLightThemeInternal.menuItemSelectedBg = '#E6E6E6';BasicLightThemeInternal.menuItemHoverBg = '#F0F0F0';BasicLightThemeInternal.menuItemIconWidthSmall = '16px';BasicLightThemeInternal.menuItemIconWidthMedium = '20px';BasicLightThemeInternal.menuItemIconWidthLarge = '24px';BasicLightThemeInternal.menuItemIconGap = '4px';BasicLightThemeInternal.menuItemPaddingXSmall = '8px';BasicLightThemeInternal.menuItemPaddingYSmall = '6px';BasicLightThemeInternal.menuItemPaddingXMedium = '12px';BasicLightThemeInternal.menuItemPaddingYMedium = '9px';BasicLightThemeInternal.menuItemPaddingXLarge = '16px';BasicLightThemeInternal.menuItemPaddingYLarge = '12px';BasicLightThemeInternal.menuItemBorderRadius = '6px';BasicLightThemeInternal.menuItemCommentOpacity = '0.6';BasicLightThemeInternal.menuItemDisplay = 'block';BasicLightThemeInternal.menuItemPaddingMobile = '12px 16px';BasicLightThemeInternal.menuItemDisabledBg = 'transparent';BasicLightThemeInternal.menuItemGap = '1px'; //menuHeader
2496
- BasicLightThemeInternal.menuHeaderColor = '#757575';BasicLightThemeInternal.menuHeaderLineHeightSmall = '16px';BasicLightThemeInternal.menuHeaderLineHeightMedium = '20px';BasicLightThemeInternal.menuHeaderLineHeightLarge = '22px';BasicLightThemeInternal.menuHeaderFontSizeSmall = '12px';BasicLightThemeInternal.menuHeaderFontSizeMedium = '14px';BasicLightThemeInternal.menuHeaderFontSizeLarge = '16px';BasicLightThemeInternal.menuHeaderPaddingXSmall = '8px';BasicLightThemeInternal.menuHeaderPaddingTopSmall = '12px';BasicLightThemeInternal.menuHeaderPaddingBottomSmall = '4px';BasicLightThemeInternal.menuHeaderPaddingXMedium = '12px';BasicLightThemeInternal.menuHeaderPaddingTopMedium = '14px';BasicLightThemeInternal.menuHeaderPaddingBottomMedium = '6px';BasicLightThemeInternal.menuHeaderPaddingXLarge = '16px';BasicLightThemeInternal.menuHeaderPaddingTopLarge = '18px';BasicLightThemeInternal.menuHeaderPaddingBottomLarge = '8px';BasicLightThemeInternal.menuHeaderTotalCountPaddingTopSmall = '4px';BasicLightThemeInternal.menuHeaderTotalCountPaddingTopMedium = '6px';BasicLightThemeInternal.menuHeaderTotalCountPaddingTopLarge = '8px';BasicLightThemeInternal.menuHeaderTotalCountPaddingBottomSmall = '12px';BasicLightThemeInternal.menuHeaderTotalCountPaddingBottomMedium = '14px';BasicLightThemeInternal.menuHeaderTotalCountPaddingBottomLarge = '18px';BasicLightThemeInternal.menuSeparatorBorderColor = '#ebebeb';BasicLightThemeInternal.menuSeparatorMarginY = '2px';BasicLightThemeInternal.menuSeparatorMarginX = '8px';BasicLightThemeInternal.menuSeparatorBorderWidth = '1px'; // mobileMenuSeparator
2497
- BasicLightThemeInternal.mobileMenuSeparatorMarginY = '4px';BasicLightThemeInternal.mobileMenuSeparatorMarginX = '24px';BasicLightThemeInternal.toggleHandleActiveWidthIncrement = '0px';BasicLightThemeInternal.toggleHeightSmall = '20px';BasicLightThemeInternal.toggleWidthSmall = '32px';BasicLightThemeInternal.toggleHeightMedium = '22px';BasicLightThemeInternal.toggleWidthMedium = '34px';BasicLightThemeInternal.toggleHeightLarge = '24px';BasicLightThemeInternal.toggleWidthLarge = '36px';BasicLightThemeInternal.toggleBaseBg = '#fff';BasicLightThemeInternal.toggleBgHover = '#F0F0F0';BasicLightThemeInternal.toggleBorderColor = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.toggleHandleSizeSmall = '14px';BasicLightThemeInternal.toggleHandleSizeMedium = '16px';BasicLightThemeInternal.toggleHandleSizeLarge = '18px';BasicLightThemeInternal.toggleHandleLeft = '3px';BasicLightThemeInternal.toggleHandleTop = '3px';BasicLightThemeInternal.toggleBgFocus = 'linear-gradient(-180deg, #f1f1f1, #dedede)';BasicLightThemeInternal.toggleCaptionGap = '8px';BasicLightThemeInternal.toggleButtonOffsetY = '0px';BasicLightThemeInternal.toggleContainerBg = '#FFFFFF';BasicLightThemeInternal.toggleHandleBg = '#FFFFFF';BasicLightThemeInternal.toggleHandleBoxShadow = '0 0 0 1px rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.toggleContainerBoxShadow = 'inset 0 0 0 1px rgba(0, 0, 0, 0.16)'; // idle :hover
2498
- BasicLightThemeInternal.toggleContainerBoxShadowHover = 'inset 0 0 0 1px rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.toggleHandleBgHover = '#FFFFFF';BasicLightThemeInternal.toggleHandleBoxShadowHover = '0 0 0 1px rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.toggleContainerBoxShadowChecked = 'none';BasicLightThemeInternal.toggleHandleBoxShadowChecked = 'none';BasicLightThemeInternal.toggleHandleBgChecked = '#FFFFFF';BasicLightThemeInternal.toggleBgChecked = '#3D3D3D';BasicLightThemeInternal.toggleCheckedBg = '#fff';BasicLightThemeInternal.toggleCheckedBgHover = '#fff'; // checked :hover
2499
- BasicLightThemeInternal.toggleContainerBoxShadowCheckedHover = 'none';BasicLightThemeInternal.toggleContainerBgCheckedHover = '#292929';BasicLightThemeInternal.toggleHandleBoxShadowCheckedHover = 'none';BasicLightThemeInternal.toggleHandleBgCheckedHover = '#F0F0F0'; // disabled
2500
- BasicLightThemeInternal.toggleContainerBgDisabled = '#F0F0F0';BasicLightThemeInternal.toggleHandleBgDisabled = 'transparent';BasicLightThemeInternal.toggleContainerBoxShadowDisabled = 'inset 0 0 0 1px rgba(0, 0, 0, 0.1)';BasicLightThemeInternal.toggleHandleBoxShadowDisabled = '0 0 0 1px rgba(0, 0, 0, 0.1)';BasicLightThemeInternal.toggleDisabledHandleBg = '#fff';BasicLightThemeInternal.toggleContainerBgDisabledChecked = '#D6D6D6';BasicLightThemeInternal.toggleHandleBgDisabledChecked = '#F0F0F0';BasicLightThemeInternal.toggleContainerBoxShadowDisabledChecked = 'none';BasicLightThemeInternal.toggleHandleBoxShadowDisabledChecked = 'none';BasicLightThemeInternal.toggleBgDisabledChecked = '#dadada'; //#endregion Toggle
2501
- //#region Popup
2502
- BasicLightThemeInternal.popupBorder = 'none';BasicLightThemeInternal.popupBorderRadius = '8px';BasicLightThemeInternal.popupBorderColor = 'transparent';BasicLightThemeInternal.popupDropShadow = 'drop-shadow(0px 32px 32px rgba(0, 0, 0, 0.08)) drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.12))';BasicLightThemeInternal.popupBoxShadow = '0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px 0px rgba(0, 0, 0, 0.12)';BasicLightThemeInternal.popupPinOffsetX = '16px';BasicLightThemeInternal.popupPinOffsetY = '16px';BasicLightThemeInternal.popupMargin = '10px';BasicLightThemeInternal.popupPinSize = '8px';BasicLightThemeInternal.popupMenuMenuOffsetY = '0px';BasicLightThemeInternal.inputShadow = 'none';BasicLightThemeInternal.inputBg = 'white';BasicLightThemeInternal.inputIconColor = '#858585';BasicLightThemeInternal.inputColor = 'inherit';BasicLightThemeInternal.inputWidth = '200px';BasicLightThemeInternal.inputPaddingXSmall = '7px';BasicLightThemeInternal.inputPaddingXMedium = '11px';BasicLightThemeInternal.inputPaddingXLarge = '15px';BasicLightThemeInternal.inputIconGapSmall = '4px';BasicLightThemeInternal.inputIconGapMedium = '6px';BasicLightThemeInternal.inputIconGapLarge = '8px';BasicLightThemeInternal.inputIconSizeSmall = '16px';BasicLightThemeInternal.inputIconSizeMedium = '20px';BasicLightThemeInternal.inputIconSizeLarge = '24px';BasicLightThemeInternal.inputBackgroundClip = 'padding-box';BasicLightThemeInternal.inputBorderRadiusSmall = '2px';BasicLightThemeInternal.inputBorderRadiusMedium = '2px';BasicLightThemeInternal.inputBorderRadiusLarge = '2px';BasicLightThemeInternal.inputDisabledBackgroundClip = 'padding-box';BasicLightThemeInternal.inputBorderColor = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.inputBorderColorHover = 'rgba(0, 0, 0, 0.32)';BasicLightThemeInternal.inputBlinkColor = 'rgba(61, 61, 61, 0.2)';BasicLightThemeInternal.inputColorScheme = 'light';BasicLightThemeInternal.checkboxBoxSizeSmall = '16px';BasicLightThemeInternal.checkboxBoxSizeMedium = '20px';BasicLightThemeInternal.checkboxBoxSizeLarge = '24px';BasicLightThemeInternal.checkboxCaptionGap = '8px';BasicLightThemeInternal.checkboxBoxOffsetY = '1px';BasicLightThemeInternal.checkboxBgStart = '#fdfdfd';BasicLightThemeInternal.checkboxBgEnd = '#ededed';BasicLightThemeInternal.checkboxBorder = 'none';BasicLightThemeInternal.checkboxCheckedColor = '#fff';BasicLightThemeInternal.checkboxBorderRadius = '4px';BasicLightThemeInternal.checkboxBg = '#fff';BasicLightThemeInternal.checkboxCheckedHoverBg = '#292929';BasicLightThemeInternal.textareaBg = '#fff';BasicLightThemeInternal.textareaShadow = 'none';BasicLightThemeInternal.textareaBackgroundClip = 'padding-box';BasicLightThemeInternal.textareaBorderRadius = '2px';BasicLightThemeInternal.textareaWidth = '250px';BasicLightThemeInternal.textareaPaddingXSmall = '7px';BasicLightThemeInternal.textareaPaddingXMedium = '11px';BasicLightThemeInternal.textareaPaddingXLarge = '15px';BasicLightThemeInternal.textareaBorderTopColor = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.radioBulletSizeSmall = '6px';BasicLightThemeInternal.radioBulletSizeMedium = '10px';BasicLightThemeInternal.radioBulletSizeLarge = '12px';BasicLightThemeInternal.radioSizeSmall = '16px';BasicLightThemeInternal.radioSizeMedium = '20px';BasicLightThemeInternal.radioSizeLarge = '24px';BasicLightThemeInternal.radioCaptionGap = '8px';BasicLightThemeInternal.radioVerticalAlign = 'top';BasicLightThemeInternal.radioBgImage = 'none';BasicLightThemeInternal.radioBgColor = '#fff';BasicLightThemeInternal.radioBoxShadow = 'none';BasicLightThemeInternal.radioHoverShadow = 'none';BasicLightThemeInternal.radioActiveShadow = 'none';BasicLightThemeInternal.radioCheckedBorderColor = 'transparent';BasicLightThemeInternal.radioCheckedBulletColor = '#fff';BasicLightThemeInternal.radioDisabledBg = '#F0F0F0';BasicLightThemeInternal.radioCaptionDisplay = 'inline-flex';BasicLightThemeInternal.radioBorderWidthCompensation = '0px';BasicLightThemeInternal.radioCircleOffsetY = '1px';BasicLightThemeInternal.tabPaddingXSmall = '8px';BasicLightThemeInternal.tabPaddingXMedium = '10px';BasicLightThemeInternal.tabPaddingXLarge = '12px';BasicLightThemeInternal.tabBorderWidth = '2px';BasicLightThemeInternal.tabColorHover = '#D6D6D6';BasicLightThemeInternal.tabIndicatorBorderRadius = '2px';BasicLightThemeInternal.spinnerCaptionGapSmall = '6px';BasicLightThemeInternal.spinnerCaptionGapMedium = '-4px';BasicLightThemeInternal.spinnerCaptionGapLarge = '-3px';BasicLightThemeInternal.spinnerCaptionMarginSmall = '0 0 0 6px';BasicLightThemeInternal.spinnerCaptionMarginMedium = '0 0 0 6px';BasicLightThemeInternal.spinnerCaptionMarginLarge = '0 0 0 6px'; //#endregion
2503
- //#region Switcher
2504
- BasicLightThemeInternal.switcherBorderRadius = '8px';BasicLightThemeInternal.switcherButtonPaddingXSmall = '7px';BasicLightThemeInternal.switcherButtonPaddingXMedium = '11px';BasicLightThemeInternal.switcherButtonPaddingXLarge = '15px';BasicLightThemeInternal.switcherBtnDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.mobilePopupTopPadding = '80px';BasicLightThemeInternal.mobilePopupContainerBottomPadding = '8px';BasicLightThemeInternal.mobilePopupHeaderPadding = '16px 16px 8px 16px';BasicLightThemeInternal.mobilePopupFooterPadding = '16px 16px 16px 16px';BasicLightThemeInternal.mobilePopupContainerBorderRadius = '16px';BasicLightThemeInternal.mobilePopupHeaderFontWeight = '500';BasicLightThemeInternal.mobilePopupHeaderChildPadding = '12px';BasicLightThemeInternal.mobilePopupOuterIndentY = '24px'; //#endregion
2505
- //#region ScrollContainer
2506
- BasicLightThemeInternal.scrollContainerScrollBarSize = '4px';BasicLightThemeInternal.scrollContainerScrollBarHoverSize = '10px';BasicLightThemeInternal.scrollContainerScrollBarColor = 'rgba(183, 183, 183, 0.7)';BasicLightThemeInternal.scrollContainerScrollBarInvertColor = 'rgba(255, 255, 255, 0.5)';BasicLightThemeInternal.scrollContainerScrollBarOffsetY = '4px';BasicLightThemeInternal.dropdownMenuScrollContainerScrollBarOffsetY = '0px'; //#endregion
2507
- //#region PasswordInput
2508
- BasicLightThemeInternal.passwordInputVisibilityIconColor = '#000';BasicLightThemeInternal.passwordInputVisibilityIconOpacity = '0.6';BasicLightThemeInternal.passwordInputVisibilityIconHoverColor = '#000';BasicLightThemeInternal.passwordInputVisibilityIconHoverOpacity = '1';BasicLightThemeInternal.globalLoaderHeight = '4px';BasicLightThemeInternal.globalLoaderWidth = '100%';BasicLightThemeInternal.globalLoaderPosition = 'fixed';BasicLightThemeInternal.globalLoaderTop = '0px';BasicLightThemeInternal.globalLoaderLeft = '0px';BasicLightThemeInternal.globalLoaderBottom = 'auto';BasicLightThemeInternal.globalLoaderRight = 'auto';BasicLightThemeInternal.globalLoaderBackgroundColor = 'transparent';BasicLightThemeInternal.globalLoaderTransitionToSpinnerDuration = '500'; //ms
2509
- BasicLightThemeInternal.globalLoaderSpinnerAnimationDuration = '2000'; //ms
2510
- BasicLightThemeInternal.globalLoaderSlowAnimationDuration = '20000'; //ms
2511
- BasicLightThemeInternal.globalLoaderTransitionFromSpinnerDuration = '200'; //ms
2512
- //#endregion
2513
- //#region FileUploader
2514
- BasicLightThemeInternal.fileUploaderWidth = '362px';BasicLightThemeInternal.fileUploaderBg = '';BasicLightThemeInternal.fileUploaderUploadButtonBg = '#fff';BasicLightThemeInternal.fileUploaderBorderRadius = '8px';BasicLightThemeInternal.fileUploaderBorderColor = 'rgba(0, 0, 0, 0.37)';BasicLightThemeInternal.fileUploaderBorderStyle = 'dashed';BasicLightThemeInternal.fileUploaderAfterLinkColor = '#858585';BasicLightThemeInternal.fileUploaderIconSize = '14px';BasicLightThemeInternal.fileUploaderIconColor = '#222222';BasicLightThemeInternal.fileUploaderIconHoverColor = '#333';BasicLightThemeInternal.fileUploaderDisabledBgClip = 'padding-box';BasicLightThemeInternal.fileUploaderDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';BasicLightThemeInternal.fileUploaderLinkHoverTextDecoration = 'none';BasicLightThemeInternal.fileUploaderHoveredBg = 'rgba(0, 0, 0, 0.06)';BasicLightThemeInternal.fileUploaderHoveredBorderColor = 'transparent';BasicLightThemeInternal.fileUploaderIconGapSmall = '4px';BasicLightThemeInternal.fileUploaderIconGapMedium = '6px';BasicLightThemeInternal.fileUploaderIconGapLarge = '8px';BasicLightThemeInternal.fileUploaderDragOverShadow = '0px 0px 0px 3px rgb(149, 149, 149), 0px 0px 0px 8px rgba(61, 61, 61, 0.2)'; //#endregion FileUploader
2515
- //#region CloseIcon
2516
- BasicLightThemeInternal.closeBtnIconColor = 'rgba(0, 0, 0, 0.32)';BasicLightThemeInternal.closeBtnIconDisabledColor = '#8b8b8b';BasicLightThemeInternal.closeBtnIconHoverColor = 'rgba(0, 0, 0, 0.865)';BasicLightThemeInternal.closeBtnIconBorderRadius = '4px';BasicLightThemeInternal.miniModalHeaderPaddingBottom = '0';BasicLightThemeInternal.miniModalBodyPaddingTop = '16px';BasicLightThemeInternal.miniModalBodyPaddingBottom = '0';BasicLightThemeInternal.miniModalHeaderPaddingTop = '32px';BasicLightThemeInternal.miniModalActionGap = '8px';BasicLightThemeInternal.miniModalCancelIndent = '8px';BasicLightThemeInternal.miniModalFooterPaddingTop = '24px';BasicLightThemeInternal.miniModalFooterPaddingBottom = '32px';BasicLightThemeInternal.miniModalTitleMarginTop = '16px';BasicLightThemeInternal.miniModalHeightMobile = 'auto';BasicLightThemeInternal.miniModalMarginTopMobile = '80px';BasicLightThemeInternal.miniModalMarginLeftMobile = '24px';BasicLightThemeInternal.miniModalMarginRightMobile = '24px';BasicLightThemeInternal.miniModalFooterPaddingMobile = '24px 16px 16px';BasicLightThemeInternal.miniModalHeaderPaddingMobile = '32px 16px 0';BasicLightThemeInternal.miniModalBodyPaddingMobile = '16px 16px 0';BasicLightThemeInternal.validationsTextColorWarning = '#ef8b17';var BasicLightTheme = exports.BasicLightTheme = (0, _ThemeHelpers.exposeGetters)(BasicLightThemeInternal);
6
+ var _BasicTheme = require("./BasicTheme");exports.BasicLightThemeInternal = _BasicTheme.BasicThemeClass;