@skbkontur/react-ui 0.0.0-30619a873c → 0.0.0-32550fb571

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