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