@skbkontur/react-ui 0.0.0-d4e280859d → 0.0.0-d99038a7ec

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 (1100) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/cjs/components/Autocomplete/Autocomplete.styles.js +4 -4
  3. package/cjs/components/Autocomplete/Autocomplete.styles.js.map +1 -1
  4. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
  5. package/cjs/components/Button/Button.mixins.js +25 -25
  6. package/cjs/components/Button/Button.mixins.js.map +1 -1
  7. package/cjs/components/Button/Button.styles.js +256 -256
  8. package/cjs/components/Button/Button.styles.js.map +1 -1
  9. package/cjs/components/Button/ButtonIcon.styles.js +27 -27
  10. package/cjs/components/Button/ButtonIcon.styles.js.map +1 -1
  11. package/cjs/components/Button/__creevey__/Button.creevey.mts +251 -0
  12. package/cjs/components/Calendar/Calendar.styles.js +11 -11
  13. package/cjs/components/Calendar/Calendar.styles.js.map +1 -1
  14. package/cjs/components/Calendar/DayCellView.styles.js +21 -37
  15. package/cjs/components/Calendar/DayCellView.styles.js.map +1 -1
  16. package/cjs/components/Calendar/MonthView.styles.js +22 -22
  17. package/cjs/components/Calendar/MonthView.styles.js.map +1 -1
  18. package/cjs/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
  19. package/cjs/components/Center/Center.styles.js +6 -6
  20. package/cjs/components/Center/Center.styles.js.map +1 -1
  21. package/cjs/components/Checkbox/Checkbox.mixins.js +11 -11
  22. package/cjs/components/Checkbox/Checkbox.mixins.js.map +1 -1
  23. package/cjs/components/Checkbox/Checkbox.styles.js +97 -97
  24. package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
  25. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
  26. package/cjs/components/ComboBox/ComboBox.d.ts +3 -1
  27. package/cjs/components/ComboBox/ComboBox.js +1 -1
  28. package/cjs/components/ComboBox/ComboBox.js.map +1 -1
  29. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
  30. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
  31. package/cjs/components/DateInput/DateFragmentsView.styles.js +7 -7
  32. package/cjs/components/DateInput/DateFragmentsView.styles.js.map +1 -1
  33. package/cjs/components/DateInput/DateInput.d.ts +2 -2
  34. package/cjs/components/DateInput/DateInput.js +7 -1
  35. package/cjs/components/DateInput/DateInput.js.map +1 -1
  36. package/cjs/components/DateInput/DateInput.styles.js +13 -13
  37. package/cjs/components/DateInput/DateInput.styles.js.map +1 -1
  38. package/cjs/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
  39. package/cjs/components/DatePicker/DatePicker.d.ts +10 -1
  40. package/cjs/components/DatePicker/DatePicker.js +37 -4
  41. package/cjs/components/DatePicker/DatePicker.js.map +1 -1
  42. package/cjs/components/DatePicker/DatePicker.styles.js +7 -7
  43. package/cjs/components/DatePicker/DatePicker.styles.js.map +1 -1
  44. package/cjs/components/DatePicker/MobilePicker.styles.js +2 -2
  45. package/cjs/components/DatePicker/MobilePicker.styles.js.map +1 -1
  46. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
  47. package/cjs/components/Dropdown/Dropdown.d.ts +2 -2
  48. package/cjs/components/Dropdown/Dropdown.js +8 -8
  49. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  50. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
  51. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
  52. package/cjs/components/FileUploader/FileUploader.mixins.js +5 -5
  53. package/cjs/components/FileUploader/FileUploader.mixins.js.map +1 -1
  54. package/cjs/components/FileUploader/FileUploader.styles.js +102 -102
  55. package/cjs/components/FileUploader/FileUploader.styles.js.map +1 -1
  56. package/cjs/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
  57. package/cjs/components/GlobalLoader/GlobalLoader.d.ts +1 -0
  58. package/cjs/components/GlobalLoader/GlobalLoader.js +6 -2
  59. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -1
  60. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js +47 -47
  61. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js.map +1 -1
  62. package/cjs/components/Group/Group.styles.js +7 -7
  63. package/cjs/components/Group/Group.styles.js.map +1 -1
  64. package/cjs/components/Group/__creevey__/Group.creevey.mts +19 -0
  65. package/cjs/components/Hint/Hint.styles.js +10 -10
  66. package/cjs/components/Hint/Hint.styles.js.map +1 -1
  67. package/cjs/components/Hint/__creevey__/Hint.creevey.mts +68 -0
  68. package/cjs/components/Input/Input.styles.js +102 -102
  69. package/cjs/components/Input/Input.styles.js.map +1 -1
  70. package/cjs/components/Input/InputLayout/InputLayout.styles.js +15 -15
  71. package/cjs/components/Input/InputLayout/InputLayout.styles.js.map +1 -1
  72. package/cjs/components/Input/__creevey__/Input.creevey.mts +239 -0
  73. package/cjs/components/Kebab/Kebab.styles.js +24 -24
  74. package/cjs/components/Kebab/Kebab.styles.js.map +1 -1
  75. package/cjs/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
  76. package/cjs/components/Link/Link.js +26 -9
  77. package/cjs/components/Link/Link.js.map +1 -1
  78. package/cjs/components/Link/Link.styles.d.ts +4 -4
  79. package/cjs/components/Link/Link.styles.js +63 -64
  80. package/cjs/components/Link/Link.styles.js.map +1 -1
  81. package/cjs/components/Link/__creevey__/Link.creevey.mts +162 -0
  82. package/cjs/components/Loader/Loader.styles.js +8 -8
  83. package/cjs/components/Loader/Loader.styles.js.map +1 -1
  84. package/cjs/components/Loader/__creevey__/Loader.creevey.mts +35 -0
  85. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
  86. package/cjs/components/MenuFooter/MenuFooter.mixins.js +7 -7
  87. package/cjs/components/MenuFooter/MenuFooter.mixins.js.map +1 -1
  88. package/cjs/components/MenuFooter/MenuFooter.styles.js +34 -34
  89. package/cjs/components/MenuFooter/MenuFooter.styles.js.map +1 -1
  90. package/cjs/components/MenuHeader/MenuHeader.mixins.js +7 -7
  91. package/cjs/components/MenuHeader/MenuHeader.mixins.js.map +1 -1
  92. package/cjs/components/MenuHeader/MenuHeader.styles.js +34 -34
  93. package/cjs/components/MenuHeader/MenuHeader.styles.js.map +1 -1
  94. package/cjs/components/MenuItem/MenuItem.js +23 -23
  95. package/cjs/components/MenuItem/MenuItem.js.map +1 -1
  96. package/cjs/components/MenuItem/MenuItem.mixins.js +11 -11
  97. package/cjs/components/MenuItem/MenuItem.mixins.js.map +1 -1
  98. package/cjs/components/MenuItem/MenuItem.styles.js +63 -63
  99. package/cjs/components/MenuItem/MenuItem.styles.js.map +1 -1
  100. package/cjs/components/MenuSeparator/MenuSeparator.styles.js +6 -6
  101. package/cjs/components/MenuSeparator/MenuSeparator.styles.js.map +1 -1
  102. package/cjs/components/MiniModal/MiniModal.styles.js +22 -22
  103. package/cjs/components/MiniModal/MiniModal.styles.js.map +1 -1
  104. package/cjs/components/MiniModal/__docs__/MiniModalBody.mdx +3 -1
  105. package/cjs/components/MiniModal/__docs__/MiniModalFooter.mdx +3 -1
  106. package/cjs/components/MiniModal/__docs__/MiniModalHeader.mdx +4 -1
  107. package/cjs/components/MiniModal/getMiniModalTheme.d.ts +1 -1
  108. package/cjs/components/Modal/Modal.js +7 -10
  109. package/cjs/components/Modal/Modal.js.map +1 -1
  110. package/cjs/components/Modal/Modal.styles.js +119 -119
  111. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  112. package/cjs/components/Modal/ModalContext.d.ts +3 -3
  113. package/cjs/components/Modal/ModalContext.js.map +1 -1
  114. package/cjs/components/Modal/ModalFooter.js +2 -2
  115. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  116. package/cjs/components/Modal/ModalHeader.js +1 -1
  117. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  118. package/cjs/components/Modal/__creevey__/Modal.creevey.mts +281 -0
  119. package/cjs/components/Paging/Paging.styles.js +43 -43
  120. package/cjs/components/Paging/Paging.styles.js.map +1 -1
  121. package/cjs/components/Paging/__creevey__/Paging.creevey.mts +97 -0
  122. package/cjs/components/PasswordInput/PasswordInput.d.ts +6 -2
  123. package/cjs/components/PasswordInput/PasswordInput.js +32 -9
  124. package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
  125. package/cjs/components/PasswordInput/PasswordInput.styles.js +17 -17
  126. package/cjs/components/PasswordInput/PasswordInput.styles.js.map +1 -1
  127. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
  128. package/cjs/components/Radio/Radio.mixins.js +23 -23
  129. package/cjs/components/Radio/Radio.mixins.js.map +1 -1
  130. package/cjs/components/Radio/Radio.styles.js +83 -83
  131. package/cjs/components/Radio/Radio.styles.js.map +1 -1
  132. package/cjs/components/Radio/__creevey__/Radio.creevey.mts +28 -0
  133. package/cjs/components/RadioGroup/RadioGroup.styles.js +5 -5
  134. package/cjs/components/RadioGroup/RadioGroup.styles.js.map +1 -1
  135. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
  136. package/cjs/components/ScrollContainer/ScrollContainer.styles.js +23 -23
  137. package/cjs/components/ScrollContainer/ScrollContainer.styles.js.map +1 -1
  138. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
  139. package/cjs/components/Select/Select.d.ts +1 -6
  140. package/cjs/components/Select/Select.js +7 -10
  141. package/cjs/components/Select/Select.js.map +1 -1
  142. package/cjs/components/Select/Select.styles.js +29 -29
  143. package/cjs/components/Select/Select.styles.js.map +1 -1
  144. package/cjs/components/Select/__creevey__/Select.creevey.mts +293 -0
  145. package/cjs/components/Select/tids.d.ts +5 -0
  146. package/cjs/components/Select/tids.js +5 -0
  147. package/cjs/components/Select/tids.js.map +1 -0
  148. package/cjs/components/SidePage/SidePage.d.ts +1 -0
  149. package/cjs/components/SidePage/SidePage.js +10 -1
  150. package/cjs/components/SidePage/SidePage.js.map +1 -1
  151. package/cjs/components/SidePage/SidePage.styles.js +107 -107
  152. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  153. package/cjs/components/SidePage/__creevey__/SidePage.creevey.mts +421 -0
  154. package/cjs/components/Spinner/Spinner.styles.js +41 -41
  155. package/cjs/components/Spinner/Spinner.styles.js.map +1 -1
  156. package/cjs/components/Sticky/Sticky.styles.js +6 -6
  157. package/cjs/components/Sticky/Sticky.styles.js.map +1 -1
  158. package/cjs/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
  159. package/cjs/components/Switcher/Switcher.js +2 -2
  160. package/cjs/components/Switcher/Switcher.js.map +1 -1
  161. package/cjs/components/Switcher/Switcher.styles.d.ts +1 -0
  162. package/cjs/components/Switcher/Switcher.styles.js +41 -22
  163. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  164. package/cjs/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
  165. package/cjs/components/Tabs/Indicator.styles.js +13 -13
  166. package/cjs/components/Tabs/Indicator.styles.js.map +1 -1
  167. package/cjs/components/Tabs/Tab.styles.js +52 -52
  168. package/cjs/components/Tabs/Tab.styles.js.map +1 -1
  169. package/cjs/components/Tabs/Tabs.styles.js +5 -5
  170. package/cjs/components/Tabs/Tabs.styles.js.map +1 -1
  171. package/cjs/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
  172. package/cjs/components/Textarea/Textarea.mixins.js +10 -10
  173. package/cjs/components/Textarea/Textarea.mixins.js.map +1 -1
  174. package/cjs/components/Textarea/Textarea.styles.js +65 -65
  175. package/cjs/components/Textarea/Textarea.styles.js.map +1 -1
  176. package/cjs/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
  177. package/cjs/components/Toast/Toast.d.ts +2 -0
  178. package/cjs/components/Toast/Toast.js +3 -1
  179. package/cjs/components/Toast/Toast.js.map +1 -1
  180. package/cjs/components/Toast/Toast.styles.js +5 -5
  181. package/cjs/components/Toast/Toast.styles.js.map +1 -1
  182. package/cjs/components/Toast/ToastView.styles.js +22 -22
  183. package/cjs/components/Toast/ToastView.styles.js.map +1 -1
  184. package/cjs/components/Toast/__creevey__/Toast.creevey.mts +54 -0
  185. package/cjs/components/Toggle/Toggle.mixins.js +27 -27
  186. package/cjs/components/Toggle/Toggle.mixins.js.map +1 -1
  187. package/cjs/components/Toggle/Toggle.styles.js +135 -135
  188. package/cjs/components/Toggle/Toggle.styles.js.map +1 -1
  189. package/cjs/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
  190. package/cjs/components/Token/Token.mixins.js +6 -6
  191. package/cjs/components/Token/Token.mixins.js.map +1 -1
  192. package/cjs/components/Token/Token.styles.js +72 -72
  193. package/cjs/components/Token/Token.styles.js.map +1 -1
  194. package/cjs/components/TokenInput/TokenInput.mixins.js +7 -7
  195. package/cjs/components/TokenInput/TokenInput.mixins.js.map +1 -1
  196. package/cjs/components/TokenInput/TokenInput.styles.js +49 -49
  197. package/cjs/components/TokenInput/TokenInput.styles.js.map +1 -1
  198. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
  199. package/cjs/components/Tooltip/Tooltip.styles.js +12 -12
  200. package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
  201. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
  202. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
  203. package/cjs/index.d.ts +0 -3
  204. package/cjs/index.js +0 -3
  205. package/cjs/index.js.map +1 -1
  206. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.styles.js +13 -13
  207. package/cjs/internal/CloseButtonIcon/CloseButtonIcon.styles.js.map +1 -1
  208. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
  209. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +5 -4
  210. package/cjs/internal/CustomComboBox/CustomComboBox.js +16 -8
  211. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  212. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js +3 -3
  213. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js.map +1 -1
  214. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +1 -0
  215. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +1 -1
  216. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
  217. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
  218. package/cjs/internal/CustomComboBox/tids.d.ts +3 -0
  219. package/cjs/internal/CustomComboBox/tids.js +3 -0
  220. package/cjs/internal/CustomComboBox/tids.js.map +1 -0
  221. package/cjs/internal/DataTids/DataTids.styles.js +6 -6
  222. package/cjs/internal/DataTids/DataTids.styles.js.map +1 -1
  223. package/cjs/internal/DateSelect/DateSelect.styles.js +12 -12
  224. package/cjs/internal/DateSelect/DateSelect.styles.js.map +1 -1
  225. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js +24 -24
  226. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js.map +1 -1
  227. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js +9 -9
  228. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js.map +1 -1
  229. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
  230. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js +4 -4
  231. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
  232. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
  233. package/cjs/internal/InputLikeText/HiddenInput.js +3 -3
  234. package/cjs/internal/InputLikeText/HiddenInput.js.map +1 -1
  235. package/cjs/internal/InputLikeText/InputLikeText.js +12 -11
  236. package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
  237. package/cjs/internal/InputLikeText/InputLikeText.styles.js +6 -6
  238. package/cjs/internal/InputLikeText/InputLikeText.styles.js.map +1 -1
  239. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.js +5 -5
  240. package/cjs/internal/InternalMaskedInput/InternalMaskedInput.styles.js.map +1 -1
  241. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js +2 -2
  242. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js.map +1 -1
  243. package/cjs/internal/Menu/Menu.d.ts +2 -1
  244. package/cjs/internal/Menu/Menu.js +4 -2
  245. package/cjs/internal/Menu/Menu.js.map +1 -1
  246. package/cjs/internal/Menu/Menu.styles.js +26 -26
  247. package/cjs/internal/Menu/Menu.styles.js.map +1 -1
  248. package/cjs/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
  249. package/cjs/internal/MenuMessage/MenuMessage.styles.js +20 -20
  250. package/cjs/internal/MenuMessage/MenuMessage.styles.js.map +1 -1
  251. package/cjs/internal/MobilePopup/MobilePopup.styles.js +15 -15
  252. package/cjs/internal/MobilePopup/MobilePopup.styles.js.map +1 -1
  253. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.js +3 -3
  254. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.js.map +1 -1
  255. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js +11 -11
  256. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js.map +1 -1
  257. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js +2 -2
  258. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js.map +1 -1
  259. package/cjs/internal/Popup/Popup.styles.js +21 -21
  260. package/cjs/internal/Popup/Popup.styles.js.map +1 -1
  261. package/cjs/internal/Popup/PopupPin.styles.js +2 -2
  262. package/cjs/internal/Popup/PopupPin.styles.js.map +1 -1
  263. package/cjs/internal/PopupMenu/PopupMenu.d.ts +1 -5
  264. package/cjs/internal/PopupMenu/PopupMenu.js +8 -10
  265. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  266. package/cjs/internal/PopupMenu/PopupMenu.styles.js +3 -3
  267. package/cjs/internal/PopupMenu/PopupMenu.styles.js.map +1 -1
  268. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
  269. package/cjs/internal/PopupMenu/tids.d.ts +4 -0
  270. package/cjs/internal/PopupMenu/tids.js +4 -0
  271. package/cjs/internal/PopupMenu/tids.js.map +1 -0
  272. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js +5 -5
  273. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js.map +1 -1
  274. package/cjs/internal/SpinnerIcon/SpinnerIcon.styles.js +5 -5
  275. package/cjs/internal/SpinnerIcon/SpinnerIcon.styles.js.map +1 -1
  276. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js +3 -3
  277. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js.map +1 -1
  278. package/cjs/internal/ThemePlayground/Playground.styles.js +31 -31
  279. package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
  280. package/cjs/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +4 -0
  281. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
  282. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js +27 -27
  283. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js.map +1 -1
  284. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  285. package/cjs/internal/ThemeShowcase/VariablesCollector.js +2 -0
  286. package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
  287. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
  288. package/cjs/internal/icons2022/BaseIcon.styles.js +4 -4
  289. package/cjs/internal/icons2022/BaseIcon.styles.js.map +1 -1
  290. package/cjs/internal/themes/BasicLightTheme.d.ts +5 -1211
  291. package/cjs/internal/themes/BasicLightTheme.js +2 -2532
  292. package/cjs/internal/themes/BasicLightTheme.js.map +1 -1
  293. package/cjs/internal/themes/BasicTheme.d.ts +1202 -0
  294. package/cjs/internal/themes/BasicTheme.js +2519 -0
  295. package/cjs/internal/themes/BasicTheme.js.map +1 -0
  296. package/cjs/internal/themes/DarkTheme5_0.d.ts +1 -0
  297. package/cjs/internal/themes/DarkTheme5_0.js +556 -0
  298. package/cjs/internal/themes/DarkTheme5_0.js.map +1 -0
  299. package/cjs/internal/themes/DarkTheme5_1.d.ts +1 -0
  300. package/cjs/internal/themes/DarkTheme5_1.js +10 -0
  301. package/cjs/internal/themes/DarkTheme5_1.js.map +1 -0
  302. package/cjs/internal/themes/LightTheme5_0.d.ts +1 -0
  303. package/cjs/internal/themes/LightTheme5_0.js +9 -0
  304. package/cjs/internal/themes/LightTheme5_0.js.map +1 -0
  305. package/cjs/internal/themes/LightTheme5_1.d.ts +1 -0
  306. package/cjs/internal/themes/LightTheme5_1.js +10 -0
  307. package/cjs/internal/themes/LightTheme5_1.js.map +1 -0
  308. package/cjs/lib/ModalStack.d.ts +1 -0
  309. package/cjs/lib/ModalStack.js +6 -4
  310. package/cjs/lib/ModalStack.js.map +1 -1
  311. package/cjs/lib/delay.d.ts +1 -0
  312. package/cjs/lib/delay.js +3 -0
  313. package/cjs/lib/delay.js.map +1 -0
  314. package/cjs/lib/theming/Theme.d.ts +4 -3
  315. package/cjs/lib/theming/Theme.js +1 -1
  316. package/cjs/lib/theming/Theme.js.map +1 -1
  317. package/cjs/lib/theming/ThemeContext.d.ts +1 -1
  318. package/cjs/lib/theming/ThemeContext.js +2 -2
  319. package/cjs/lib/theming/ThemeContext.js.map +1 -1
  320. package/cjs/lib/theming/ThemeFactory.d.ts +9 -0
  321. package/cjs/lib/theming/ThemeFactory.js +28 -9
  322. package/cjs/lib/theming/ThemeFactory.js.map +1 -1
  323. package/cjs/lib/theming/ThemeHelpers.d.ts +55 -8
  324. package/cjs/lib/theming/ThemeHelpers.js +94 -22
  325. package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
  326. package/cjs/lib/theming/ThemeVersions.d.ts +25 -0
  327. package/cjs/lib/theming/ThemeVersions.js +58 -0
  328. package/cjs/lib/theming/ThemeVersions.js.map +1 -0
  329. package/cjs/lib/theming/themes/DarkTheme.d.ts +3 -1
  330. package/cjs/lib/theming/themes/DarkTheme.js +6 -4
  331. package/cjs/lib/theming/themes/DarkTheme.js.map +1 -1
  332. package/cjs/lib/theming/themes/LightTheme.d.ts +3 -1
  333. package/cjs/lib/theming/themes/LightTheme.js +6 -4
  334. package/cjs/lib/theming/themes/LightTheme.js.map +1 -1
  335. package/cjs/lib/theming/themes/LightThemeMobile.d.ts +1 -1
  336. package/cjs/lib/theming/useTheme.d.ts +1 -1
  337. package/cjs/lib/utils.d.ts +3 -3
  338. package/cjs/lib/utils.js +5 -4
  339. package/cjs/lib/utils.js.map +1 -1
  340. package/components/Autocomplete/Autocomplete.styles/Autocomplete.styles.js +12 -4
  341. package/components/Autocomplete/Autocomplete.styles/Autocomplete.styles.js.map +1 -1
  342. package/components/Autocomplete/__creevey__/Autocomplete.creevey.mts +239 -0
  343. package/components/Button/Button.mixins/Button.mixins.js +5 -7
  344. package/components/Button/Button.mixins/Button.mixins.js.map +1 -1
  345. package/components/Button/Button.styles/Button.styles.js +195 -75
  346. package/components/Button/Button.styles/Button.styles.js.map +1 -1
  347. package/components/Button/ButtonIcon.styles/ButtonIcon.styles.js +23 -15
  348. package/components/Button/ButtonIcon.styles/ButtonIcon.styles.js.map +1 -1
  349. package/components/Button/__creevey__/Button.creevey.mts +251 -0
  350. package/components/Calendar/Calendar.styles/Calendar.styles.js +13 -5
  351. package/components/Calendar/Calendar.styles/Calendar.styles.js.map +1 -1
  352. package/components/Calendar/DayCellView.styles/DayCellView.styles.js +5 -7
  353. package/components/Calendar/DayCellView.styles/DayCellView.styles.js.map +1 -1
  354. package/components/Calendar/MonthView.styles/MonthView.styles.js +34 -12
  355. package/components/Calendar/MonthView.styles/MonthView.styles.js.map +1 -1
  356. package/components/Calendar/__creevey__/Calendar.creevey.mts +74 -0
  357. package/components/Center/Center.styles/Center.styles.js +43 -7
  358. package/components/Center/Center.styles/Center.styles.js.map +1 -1
  359. package/components/Checkbox/Checkbox.mixins/Checkbox.mixins.js +2 -4
  360. package/components/Checkbox/Checkbox.mixins/Checkbox.mixins.js.map +1 -1
  361. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js +76 -26
  362. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js.map +1 -1
  363. package/components/Checkbox/__creevey__/Checkbox.creevey.mts +243 -0
  364. package/components/ComboBox/ComboBox/ComboBox.js +2 -2
  365. package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
  366. package/components/ComboBox/ComboBox.d.ts +3 -1
  367. package/components/ComboBox/__creevey__/ComboBox.creevey.mts +541 -0
  368. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.mts +81 -0
  369. package/components/DateInput/DateFragmentsView.styles/DateFragmentsView.styles.js +21 -6
  370. package/components/DateInput/DateFragmentsView.styles/DateFragmentsView.styles.js.map +1 -1
  371. package/components/DateInput/DateInput/DateInput.js +4 -1
  372. package/components/DateInput/DateInput/DateInput.js.map +1 -1
  373. package/components/DateInput/DateInput.d.ts +2 -2
  374. package/components/DateInput/DateInput.styles/DateInput.styles.js +24 -9
  375. package/components/DateInput/DateInput.styles/DateInput.styles.js.map +1 -1
  376. package/components/DateInput/__creevey__/DateInput.creevey.mts +156 -0
  377. package/components/DatePicker/DatePicker/DatePicker.js +29 -5
  378. package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
  379. package/components/DatePicker/DatePicker.d.ts +10 -1
  380. package/components/DatePicker/DatePicker.styles/DatePicker.styles.js +12 -4
  381. package/components/DatePicker/DatePicker.styles/DatePicker.styles.js.map +1 -1
  382. package/components/DatePicker/MobilePicker.styles/MobilePicker.styles.js +11 -3
  383. package/components/DatePicker/MobilePicker.styles/MobilePicker.styles.js.map +1 -1
  384. package/components/DatePicker/__creevey__/DatePicker.creevey.mts +209 -0
  385. package/components/Dropdown/Dropdown/Dropdown.js +11 -11
  386. package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
  387. package/components/Dropdown/Dropdown.d.ts +2 -2
  388. package/components/Dropdown/__creevey__/Dropdown.creevey.mts +184 -0
  389. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.mts +263 -0
  390. package/components/FileUploader/FileUploader.mixins/FileUploader.mixins.js +1 -3
  391. package/components/FileUploader/FileUploader.mixins/FileUploader.mixins.js.map +1 -1
  392. package/components/FileUploader/FileUploader.styles/FileUploader.styles.js +61 -30
  393. package/components/FileUploader/FileUploader.styles/FileUploader.styles.js.map +1 -1
  394. package/components/FxInput/__creevey__/FxInput.creevey.mts +21 -0
  395. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js +13 -5
  396. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -1
  397. package/components/GlobalLoader/GlobalLoader.d.ts +1 -0
  398. package/components/GlobalLoader/GlobalLoaderView.styles/GlobalLoaderView.styles.js +40 -16
  399. package/components/GlobalLoader/GlobalLoaderView.styles/GlobalLoaderView.styles.js.map +1 -1
  400. package/components/Group/Group.styles/Group.styles.js +51 -8
  401. package/components/Group/Group.styles/Group.styles.js.map +1 -1
  402. package/components/Group/__creevey__/Group.creevey.mts +19 -0
  403. package/components/Hint/Hint.styles/Hint.styles.js +2 -4
  404. package/components/Hint/Hint.styles/Hint.styles.js.map +1 -1
  405. package/components/Hint/__creevey__/Hint.creevey.mts +68 -0
  406. package/components/Input/Input.styles/Input.styles.js +51 -27
  407. package/components/Input/Input.styles/Input.styles.js.map +1 -1
  408. package/components/Input/InputLayout/InputLayout.styles/InputLayout.styles.js +17 -9
  409. package/components/Input/InputLayout/InputLayout.styles/InputLayout.styles.js.map +1 -1
  410. package/components/Input/__creevey__/Input.creevey.mts +239 -0
  411. package/components/Kebab/Kebab.styles/Kebab.styles.js +18 -10
  412. package/components/Kebab/Kebab.styles/Kebab.styles.js.map +1 -1
  413. package/components/Kebab/__creevey__/Kebab.creevey.mts +147 -0
  414. package/components/Link/Link/Link.js +25 -1
  415. package/components/Link/Link/Link.js.map +1 -1
  416. package/components/Link/Link.styles/Link.styles.js +43 -26
  417. package/components/Link/Link.styles/Link.styles.js.map +1 -1
  418. package/components/Link/Link.styles.d.ts +4 -4
  419. package/components/Link/__creevey__/Link.creevey.mts +162 -0
  420. package/components/Loader/Loader.styles/Loader.styles.js +36 -7
  421. package/components/Loader/Loader.styles/Loader.styles.js.map +1 -1
  422. package/components/Loader/__creevey__/Loader.creevey.mts +35 -0
  423. package/components/MaskedInput/__creevey__/MaskedInput.creevey.mts +216 -0
  424. package/components/MenuFooter/MenuFooter.mixins/MenuFooter.mixins.js +2 -4
  425. package/components/MenuFooter/MenuFooter.mixins/MenuFooter.mixins.js.map +1 -1
  426. package/components/MenuFooter/MenuFooter.styles/MenuFooter.styles.js +7 -9
  427. package/components/MenuFooter/MenuFooter.styles/MenuFooter.styles.js.map +1 -1
  428. package/components/MenuHeader/MenuHeader.mixins/MenuHeader.mixins.js +2 -4
  429. package/components/MenuHeader/MenuHeader.mixins/MenuHeader.mixins.js.map +1 -1
  430. package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js +7 -9
  431. package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js.map +1 -1
  432. package/components/MenuItem/MenuItem/MenuItem.js +41 -35
  433. package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
  434. package/components/MenuItem/MenuItem.mixins/MenuItem.mixins.js +3 -5
  435. package/components/MenuItem/MenuItem.mixins/MenuItem.mixins.js.map +1 -1
  436. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js +44 -22
  437. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js.map +1 -1
  438. package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js +2 -4
  439. package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js.map +1 -1
  440. package/components/MiniModal/MiniModal.styles/MiniModal.styles.js +49 -13
  441. package/components/MiniModal/MiniModal.styles/MiniModal.styles.js.map +1 -1
  442. package/components/MiniModal/__docs__/MiniModalBody.mdx +3 -1
  443. package/components/MiniModal/__docs__/MiniModalFooter.mdx +3 -1
  444. package/components/MiniModal/__docs__/MiniModalHeader.mdx +4 -1
  445. package/components/MiniModal/getMiniModalTheme.d.ts +1 -1
  446. package/components/Modal/Modal/Modal.js +4 -16
  447. package/components/Modal/Modal/Modal.js.map +1 -1
  448. package/components/Modal/Modal.styles/Modal.styles.js +126 -41
  449. package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
  450. package/components/Modal/ModalContext/ModalContext.js.map +1 -1
  451. package/components/Modal/ModalContext.d.ts +3 -3
  452. package/components/Modal/ModalFooter/ModalFooter.js +2 -2
  453. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  454. package/components/Modal/ModalHeader/ModalHeader.js +1 -1
  455. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  456. package/components/Modal/__creevey__/Modal.creevey.mts +281 -0
  457. package/components/Paging/Paging.styles/Paging.styles.js +38 -16
  458. package/components/Paging/Paging.styles/Paging.styles.js.map +1 -1
  459. package/components/Paging/__creevey__/Paging.creevey.mts +97 -0
  460. package/components/PasswordInput/PasswordInput/PasswordInput.js +30 -10
  461. package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
  462. package/components/PasswordInput/PasswordInput.d.ts +6 -2
  463. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js +39 -10
  464. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js.map +1 -1
  465. package/components/PasswordInput/__creevey__/PasswordInput.creevey.mts +38 -0
  466. package/components/Radio/Radio.mixins/Radio.mixins.js +5 -7
  467. package/components/Radio/Radio.mixins/Radio.mixins.js.map +1 -1
  468. package/components/Radio/Radio.styles/Radio.styles.js +55 -26
  469. package/components/Radio/Radio.styles/Radio.styles.js.map +1 -1
  470. package/components/Radio/__creevey__/Radio.creevey.mts +28 -0
  471. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js +35 -6
  472. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js.map +1 -1
  473. package/components/RadioGroup/__creevey__/RadioGroup.creevey.mts +86 -0
  474. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js +50 -14
  475. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js.map +1 -1
  476. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.mts +247 -0
  477. package/components/Select/Select/Select.js +2 -5
  478. package/components/Select/Select/Select.js.map +1 -1
  479. package/components/Select/Select.d.ts +1 -6
  480. package/components/Select/Select.styles/Select.styles.js +60 -17
  481. package/components/Select/Select.styles/Select.styles.js.map +1 -1
  482. package/components/Select/__creevey__/Select.creevey.mts +293 -0
  483. package/components/Select/tids/package.json +6 -0
  484. package/components/Select/tids/tids.js +5 -0
  485. package/components/Select/tids/tids.js.map +1 -0
  486. package/components/Select/tids.d.ts +5 -0
  487. package/components/SidePage/SidePage/SidePage.js +23 -11
  488. package/components/SidePage/SidePage/SidePage.js.map +1 -1
  489. package/components/SidePage/SidePage.d.ts +1 -0
  490. package/components/SidePage/SidePage.styles/SidePage.styles.js +174 -47
  491. package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
  492. package/components/SidePage/__creevey__/SidePage.creevey.mts +421 -0
  493. package/components/Spinner/Spinner.styles/Spinner.styles.js +37 -15
  494. package/components/Spinner/Spinner.styles/Spinner.styles.js.map +1 -1
  495. package/components/Sticky/Sticky.styles/Sticky.styles.js +43 -7
  496. package/components/Sticky/Sticky.styles/Sticky.styles.js.map +1 -1
  497. package/components/Sticky/__creevey__/Sticky.creevey.mts +98 -0
  498. package/components/Switcher/Switcher/Switcher.js +10 -6
  499. package/components/Switcher/Switcher/Switcher.js.map +1 -1
  500. package/components/Switcher/Switcher.styles/Switcher.styles.js +35 -10
  501. package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
  502. package/components/Switcher/Switcher.styles.d.ts +1 -0
  503. package/components/Switcher/__creevey__/Switcher.creevey.mts +24 -0
  504. package/components/Tabs/Indicator.styles/Indicator.styles.js +5 -7
  505. package/components/Tabs/Indicator.styles/Indicator.styles.js.map +1 -1
  506. package/components/Tabs/Tab.styles/Tab.styles.js +41 -19
  507. package/components/Tabs/Tab.styles/Tab.styles.js.map +1 -1
  508. package/components/Tabs/Tabs.styles/Tabs.styles.js +12 -4
  509. package/components/Tabs/Tabs.styles/Tabs.styles.js.map +1 -1
  510. package/components/Tabs/__creevey__/Tabs.creevey.mts +239 -0
  511. package/components/Textarea/Textarea.mixins/Textarea.mixins.js +3 -5
  512. package/components/Textarea/Textarea.mixins/Textarea.mixins.js.map +1 -1
  513. package/components/Textarea/Textarea.styles/Textarea.styles.js +60 -24
  514. package/components/Textarea/Textarea.styles/Textarea.styles.js.map +1 -1
  515. package/components/Textarea/__creevey__/Textarea.creevey.mts +177 -0
  516. package/components/Toast/Toast/Toast.js +2 -2
  517. package/components/Toast/Toast/Toast.js.map +1 -1
  518. package/components/Toast/Toast.d.ts +2 -0
  519. package/components/Toast/Toast.styles/Toast.styles.js +35 -6
  520. package/components/Toast/Toast.styles/Toast.styles.js.map +1 -1
  521. package/components/Toast/ToastView.styles/ToastView.styles.js +4 -6
  522. package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
  523. package/components/Toast/__creevey__/Toast.creevey.mts +54 -0
  524. package/components/Toggle/Toggle.mixins/Toggle.mixins.js +6 -8
  525. package/components/Toggle/Toggle.mixins/Toggle.mixins.js.map +1 -1
  526. package/components/Toggle/Toggle.styles/Toggle.styles.js +66 -37
  527. package/components/Toggle/Toggle.styles/Toggle.styles.js.map +1 -1
  528. package/components/Toggle/__creevey__/Toggle.creevey.mts +87 -0
  529. package/components/Token/Token.mixins/Token.mixins.js +1 -3
  530. package/components/Token/Token.mixins/Token.mixins.js.map +1 -1
  531. package/components/Token/Token.styles/Token.styles.js +41 -19
  532. package/components/Token/Token.styles/Token.styles.js.map +1 -1
  533. package/components/TokenInput/TokenInput.mixins/TokenInput.mixins.js +2 -4
  534. package/components/TokenInput/TokenInput.mixins/TokenInput.mixins.js.map +1 -1
  535. package/components/TokenInput/TokenInput.styles/TokenInput.styles.js +26 -18
  536. package/components/TokenInput/TokenInput.styles/TokenInput.styles.js.map +1 -1
  537. package/components/TokenInput/__creevey__/TokenInput.creevey.mts +414 -0
  538. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js +2 -4
  539. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js.map +1 -1
  540. package/components/Tooltip/__creevey__/Tooltip.creevey.mts +533 -0
  541. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.mts +131 -0
  542. package/index.d.ts +0 -3
  543. package/index.js +0 -3
  544. package/index.js.map +1 -1
  545. package/internal/CloseButtonIcon/CloseButtonIcon.styles/CloseButtonIcon.styles.js +14 -6
  546. package/internal/CloseButtonIcon/CloseButtonIcon.styles/CloseButtonIcon.styles.js.map +1 -1
  547. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.mts +48 -0
  548. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +11 -5
  549. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  550. package/internal/CustomComboBox/CustomComboBox.d.ts +5 -4
  551. package/internal/CustomComboBox/CustomComboBox.styles/CustomComboBox.styles.js +19 -4
  552. package/internal/CustomComboBox/CustomComboBox.styles/CustomComboBox.styles.js.map +1 -1
  553. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +1 -1
  554. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
  555. package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +1 -0
  556. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.mts +30 -0
  557. package/internal/CustomComboBox/tids/package.json +6 -0
  558. package/internal/CustomComboBox/tids/tids.js +3 -0
  559. package/internal/CustomComboBox/tids/tids.js.map +1 -0
  560. package/internal/CustomComboBox/tids.d.ts +3 -0
  561. package/internal/DataTids/DataTids.styles/DataTids.styles.js +43 -7
  562. package/internal/DataTids/DataTids.styles/DataTids.styles.js.map +1 -1
  563. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js +20 -5
  564. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js.map +1 -1
  565. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/FileUploaderFile.styles.js +74 -17
  566. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/FileUploaderFile.styles.js.map +1 -1
  567. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/FileUploaderFileList.styles.js +22 -7
  568. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/FileUploaderFileList.styles.js.map +1 -1
  569. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.mts +25 -0
  570. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js +2 -3
  571. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
  572. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.mts +83 -0
  573. package/internal/InputLikeText/HiddenInput/HiddenInput.js +11 -3
  574. package/internal/InputLikeText/HiddenInput/HiddenInput.js.map +1 -1
  575. package/internal/InputLikeText/InputLikeText/InputLikeText.js +12 -6
  576. package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
  577. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js +43 -7
  578. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js.map +1 -1
  579. package/internal/InternalMaskedInput/InternalMaskedInput.styles/InternalMaskedInput.styles.js +20 -5
  580. package/internal/InternalMaskedInput/InternalMaskedInput.styles/InternalMaskedInput.styles.js.map +1 -1
  581. package/internal/MaskCharLowLine/MaskCharLowLine.styles/MaskCharLowLine.styles.js +11 -3
  582. package/internal/MaskCharLowLine/MaskCharLowLine.styles/MaskCharLowLine.styles.js.map +1 -1
  583. package/internal/Menu/Menu/Menu.js +6 -3
  584. package/internal/Menu/Menu/Menu.js.map +1 -1
  585. package/internal/Menu/Menu.d.ts +2 -1
  586. package/internal/Menu/Menu.styles/Menu.styles.js +66 -16
  587. package/internal/Menu/Menu.styles/Menu.styles.js.map +1 -1
  588. package/internal/Menu/__creevey__/Menu.creevey.mts +90 -0
  589. package/internal/MenuMessage/MenuMessage.styles/MenuMessage.styles.js +5 -7
  590. package/internal/MenuMessage/MenuMessage.styles/MenuMessage.styles.js.map +1 -1
  591. package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js +38 -9
  592. package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js.map +1 -1
  593. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles/MobilePopupFooter.styles.js +1 -3
  594. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles/MobilePopupFooter.styles.js.map +1 -1
  595. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js +29 -7
  596. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js.map +1 -1
  597. package/internal/NativeDateInput/NativeDateInput.styles/NativeDateInput.styles.js +11 -3
  598. package/internal/NativeDateInput/NativeDateInput.styles/NativeDateInput.styles.js.map +1 -1
  599. package/internal/Popup/Popup.styles/Popup.styles.js +80 -16
  600. package/internal/Popup/Popup.styles/Popup.styles.js.map +1 -1
  601. package/internal/Popup/PopupPin.styles/PopupPin.styles.js +11 -3
  602. package/internal/Popup/PopupPin.styles/PopupPin.styles.js.map +1 -1
  603. package/internal/PopupMenu/PopupMenu/PopupMenu.js +2 -4
  604. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  605. package/internal/PopupMenu/PopupMenu.d.ts +1 -5
  606. package/internal/PopupMenu/PopupMenu.styles/PopupMenu.styles.js +19 -4
  607. package/internal/PopupMenu/PopupMenu.styles/PopupMenu.styles.js.map +1 -1
  608. package/internal/PopupMenu/__creevey__/PopupMenu.creevey.mts +37 -0
  609. package/internal/PopupMenu/tids/package.json +6 -0
  610. package/internal/PopupMenu/tids/tids.js +4 -0
  611. package/internal/PopupMenu/tids/tids.js.map +1 -0
  612. package/internal/PopupMenu/tids.d.ts +4 -0
  613. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js +35 -6
  614. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js.map +1 -1
  615. package/internal/SpinnerIcon/SpinnerIcon.styles/SpinnerIcon.styles.js +35 -6
  616. package/internal/SpinnerIcon/SpinnerIcon.styles/SpinnerIcon.styles.js.map +1 -1
  617. package/internal/TextWidthHelper/TextWidthHelper.styles/TextWidthHelper.styles.js +19 -4
  618. package/internal/TextWidthHelper/TextWidthHelper.styles/TextWidthHelper.styles.js.map +1 -1
  619. package/internal/ThemePlayground/Playground.styles/Playground.styles.js +93 -22
  620. package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
  621. package/internal/ThemePlayground/__creevey__/Theme5_0.stories.d.ts +4 -0
  622. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.mts +68 -0
  623. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js +181 -26
  624. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js.map +1 -1
  625. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js +2 -0
  626. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
  627. package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  628. package/internal/ZIndex/__creevey__/ZIndex.creevey.mts +228 -0
  629. package/internal/icons2022/BaseIcon.styles/BaseIcon.styles.js +1 -3
  630. package/internal/icons2022/BaseIcon.styles/BaseIcon.styles.js.map +1 -1
  631. package/internal/themes/BasicLightTheme/BasicLightTheme.js +5 -3353
  632. package/internal/themes/BasicLightTheme/BasicLightTheme.js.map +1 -1
  633. package/internal/themes/BasicLightTheme.d.ts +5 -1211
  634. package/internal/themes/BasicTheme/BasicTheme.js +3345 -0
  635. package/internal/themes/BasicTheme/BasicTheme.js.map +1 -0
  636. package/internal/themes/BasicTheme/package.json +6 -0
  637. package/internal/themes/BasicTheme.d.ts +1202 -0
  638. package/internal/themes/DarkTheme5_0/DarkTheme5_0.js +409 -0
  639. package/internal/themes/DarkTheme5_0/DarkTheme5_0.js.map +1 -0
  640. package/internal/themes/DarkTheme5_0/package.json +6 -0
  641. package/internal/themes/DarkTheme5_0.d.ts +1 -0
  642. package/internal/themes/DarkTheme5_1/DarkTheme5_1.js +15 -0
  643. package/internal/themes/DarkTheme5_1/DarkTheme5_1.js.map +1 -0
  644. package/internal/themes/DarkTheme5_1/package.json +6 -0
  645. package/internal/themes/DarkTheme5_1.d.ts +1 -0
  646. package/internal/themes/LightTheme5_0/LightTheme5_0.js +14 -0
  647. package/internal/themes/LightTheme5_0/LightTheme5_0.js.map +1 -0
  648. package/internal/themes/LightTheme5_0/package.json +6 -0
  649. package/internal/themes/LightTheme5_0.d.ts +1 -0
  650. package/internal/themes/LightTheme5_1/LightTheme5_1.js +15 -0
  651. package/internal/themes/LightTheme5_1/LightTheme5_1.js.map +1 -0
  652. package/internal/themes/LightTheme5_1/package.json +6 -0
  653. package/internal/themes/LightTheme5_1.d.ts +1 -0
  654. package/lib/ModalStack/ModalStack.js +8 -8
  655. package/lib/ModalStack/ModalStack.js.map +1 -1
  656. package/lib/ModalStack.d.ts +1 -0
  657. package/lib/delay/delay.js +6 -0
  658. package/lib/delay/delay.js.map +1 -0
  659. package/lib/delay/package.json +6 -0
  660. package/lib/delay.d.ts +1 -0
  661. package/lib/theming/Theme/Theme.js +2 -1
  662. package/lib/theming/Theme/Theme.js.map +1 -1
  663. package/lib/theming/Theme.d.ts +4 -3
  664. package/lib/theming/ThemeContext/ThemeContext.js +2 -2
  665. package/lib/theming/ThemeContext/ThemeContext.js.map +1 -1
  666. package/lib/theming/ThemeContext.d.ts +1 -1
  667. package/lib/theming/ThemeFactory/ThemeFactory.js +21 -7
  668. package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
  669. package/lib/theming/ThemeFactory.d.ts +9 -0
  670. package/lib/theming/ThemeHelpers/ThemeHelpers.js +85 -18
  671. package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
  672. package/lib/theming/ThemeHelpers.d.ts +55 -8
  673. package/lib/theming/ThemeVersions/ThemeVersions.js +50 -0
  674. package/lib/theming/ThemeVersions/ThemeVersions.js.map +1 -0
  675. package/lib/theming/ThemeVersions/package.json +6 -0
  676. package/lib/theming/ThemeVersions.d.ts +25 -0
  677. package/lib/theming/themes/DarkTheme/DarkTheme.js +5 -4
  678. package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -1
  679. package/lib/theming/themes/DarkTheme.d.ts +3 -1
  680. package/lib/theming/themes/LightTheme/LightTheme.js +5 -4
  681. package/lib/theming/themes/LightTheme/LightTheme.js.map +1 -1
  682. package/lib/theming/themes/LightTheme.d.ts +3 -1
  683. package/lib/theming/themes/LightThemeMobile.d.ts +1 -1
  684. package/lib/theming/useTheme.d.ts +1 -1
  685. package/lib/utils/utils.js +3 -7
  686. package/lib/utils/utils.js.map +1 -1
  687. package/lib/utils.d.ts +3 -3
  688. package/package.json +7 -6
  689. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js +0 -239
  690. package/cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.js.map +0 -1
  691. package/cjs/components/Button/__creevey__/Button.creevey.js +0 -250
  692. package/cjs/components/Button/__creevey__/Button.creevey.js.map +0 -1
  693. package/cjs/components/Calendar/__creevey__/Calendar.creevey.js +0 -74
  694. package/cjs/components/Calendar/__creevey__/Calendar.creevey.js.map +0 -1
  695. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js +0 -242
  696. package/cjs/components/Checkbox/__creevey__/Checkbox.creevey.js.map +0 -1
  697. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js +0 -540
  698. package/cjs/components/ComboBox/__creevey__/ComboBox.creevey.js.map +0 -1
  699. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js +0 -81
  700. package/cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.js.map +0 -1
  701. package/cjs/components/DateInput/__creevey__/DateInput.creevey.js +0 -155
  702. package/cjs/components/DateInput/__creevey__/DateInput.creevey.js.map +0 -1
  703. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js +0 -209
  704. package/cjs/components/DatePicker/__creevey__/DatePicker.creevey.js.map +0 -1
  705. package/cjs/components/DateRangePicker/DateRangePicker.d.ts +0 -39
  706. package/cjs/components/DateRangePicker/DateRangePicker.js +0 -579
  707. package/cjs/components/DateRangePicker/DateRangePicker.js.map +0 -1
  708. package/cjs/components/DateRangePicker/DateRangePicker.md +0 -298
  709. package/cjs/components/DateRangePicker/DateRangePicker.styles.d.ts +0 -9
  710. package/cjs/components/DateRangePicker/DateRangePicker.styles.js +0 -45
  711. package/cjs/components/DateRangePicker/DateRangePicker.styles.js.map +0 -1
  712. package/cjs/components/DateRangePicker/DateRangePickerContext.d.ts +0 -27
  713. package/cjs/components/DateRangePicker/DateRangePickerContext.js +0 -33
  714. package/cjs/components/DateRangePicker/DateRangePickerContext.js.map +0 -1
  715. package/cjs/components/DateRangePicker/DateRangePickerField.d.ts +0 -8
  716. package/cjs/components/DateRangePicker/DateRangePickerField.js +0 -100
  717. package/cjs/components/DateRangePicker/DateRangePickerField.js.map +0 -1
  718. package/cjs/components/DateRangePicker/DateRangePickerSeparator.d.ts +0 -2
  719. package/cjs/components/DateRangePicker/DateRangePickerSeparator.js +0 -3
  720. package/cjs/components/DateRangePicker/DateRangePickerSeparator.js.map +0 -1
  721. package/cjs/components/DateRangePicker/DateRangePickerTheme.d.ts +0 -3
  722. package/cjs/components/DateRangePicker/DateRangePickerTheme.js +0 -31
  723. package/cjs/components/DateRangePicker/DateRangePickerTheme.js.map +0 -1
  724. package/cjs/components/DateRangePicker/__docs__/DateRangePicker.mdx +0 -112
  725. package/cjs/components/DateRangePicker/dateRangePickerValidate.d.ts +0 -6
  726. package/cjs/components/DateRangePicker/dateRangePickerValidate.js +0 -41
  727. package/cjs/components/DateRangePicker/dateRangePickerValidate.js.map +0 -1
  728. package/cjs/components/DateRangePicker/index.d.ts +0 -1
  729. package/cjs/components/DateRangePicker/index.js +0 -1
  730. package/cjs/components/DateRangePicker/index.js.map +0 -1
  731. package/cjs/components/DateRangePicker/locale/index.d.ts +0 -4
  732. package/cjs/components/DateRangePicker/locale/index.js +0 -12
  733. package/cjs/components/DateRangePicker/locale/index.js.map +0 -1
  734. package/cjs/components/DateRangePicker/locale/locales/en.d.ts +0 -2
  735. package/cjs/components/DateRangePicker/locale/locales/en.js +0 -7
  736. package/cjs/components/DateRangePicker/locale/locales/en.js.map +0 -1
  737. package/cjs/components/DateRangePicker/locale/locales/ru.d.ts +0 -2
  738. package/cjs/components/DateRangePicker/locale/locales/ru.js +0 -7
  739. package/cjs/components/DateRangePicker/locale/locales/ru.js.map +0 -1
  740. package/cjs/components/DateRangePicker/locale/types.d.ts +0 -5
  741. package/cjs/components/DateRangePicker/locale/types.js +0 -1
  742. package/cjs/components/DateRangePicker/locale/types.js.map +0 -1
  743. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js +0 -184
  744. package/cjs/components/Dropdown/__creevey__/Dropdown.creevey.js.map +0 -1
  745. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js +0 -262
  746. package/cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.js.map +0 -1
  747. package/cjs/components/FxInput/__creevey__/FxInput.creevey.js +0 -21
  748. package/cjs/components/FxInput/__creevey__/FxInput.creevey.js.map +0 -1
  749. package/cjs/components/Group/__creevey__/Group.creevey.js +0 -19
  750. package/cjs/components/Group/__creevey__/Group.creevey.js.map +0 -1
  751. package/cjs/components/Hint/__creevey__/Hint.creevey.js +0 -68
  752. package/cjs/components/Hint/__creevey__/Hint.creevey.js.map +0 -1
  753. package/cjs/components/Input/__creevey__/Input.creevey.js +0 -239
  754. package/cjs/components/Input/__creevey__/Input.creevey.js.map +0 -1
  755. package/cjs/components/Kebab/__creevey__/Kebab.creevey.js +0 -146
  756. package/cjs/components/Kebab/__creevey__/Kebab.creevey.js.map +0 -1
  757. package/cjs/components/Link/__creevey__/Link.creevey.js +0 -161
  758. package/cjs/components/Link/__creevey__/Link.creevey.js.map +0 -1
  759. package/cjs/components/Loader/__creevey__/Loader.creevey.js +0 -34
  760. package/cjs/components/Loader/__creevey__/Loader.creevey.js.map +0 -1
  761. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js +0 -219
  762. package/cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.js.map +0 -1
  763. package/cjs/components/Modal/__creevey__/Modal.creevey.js +0 -258
  764. package/cjs/components/Modal/__creevey__/Modal.creevey.js.map +0 -1
  765. package/cjs/components/Paging/__creevey__/Paging.creevey.js +0 -97
  766. package/cjs/components/Paging/__creevey__/Paging.creevey.js.map +0 -1
  767. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js +0 -38
  768. package/cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.js.map +0 -1
  769. package/cjs/components/Radio/__creevey__/Radio.creevey.js +0 -27
  770. package/cjs/components/Radio/__creevey__/Radio.creevey.js.map +0 -1
  771. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js +0 -85
  772. package/cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.js.map +0 -1
  773. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js +0 -247
  774. package/cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.js.map +0 -1
  775. package/cjs/components/Select/__creevey__/Select.creevey.js +0 -284
  776. package/cjs/components/Select/__creevey__/Select.creevey.js.map +0 -1
  777. package/cjs/components/SidePage/__creevey__/SidePage.creevey.js +0 -313
  778. package/cjs/components/SidePage/__creevey__/SidePage.creevey.js.map +0 -1
  779. package/cjs/components/Sticky/__creevey__/Sticky.creevey.js +0 -98
  780. package/cjs/components/Sticky/__creevey__/Sticky.creevey.js.map +0 -1
  781. package/cjs/components/Switcher/__creevey__/Switcher.creevey.js +0 -24
  782. package/cjs/components/Switcher/__creevey__/Switcher.creevey.js.map +0 -1
  783. package/cjs/components/Tabs/__creevey__/Tabs.creevey.js +0 -238
  784. package/cjs/components/Tabs/__creevey__/Tabs.creevey.js.map +0 -1
  785. package/cjs/components/Textarea/__creevey__/Textarea.creevey.js +0 -176
  786. package/cjs/components/Textarea/__creevey__/Textarea.creevey.js.map +0 -1
  787. package/cjs/components/Toast/__creevey__/Toast.creevey.js +0 -54
  788. package/cjs/components/Toast/__creevey__/Toast.creevey.js.map +0 -1
  789. package/cjs/components/Toggle/__creevey__/Toggle.creevey.js +0 -87
  790. package/cjs/components/Toggle/__creevey__/Toggle.creevey.js.map +0 -1
  791. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js +0 -413
  792. package/cjs/components/TokenInput/__creevey__/TokenInput.creevey.js.map +0 -1
  793. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js +0 -534
  794. package/cjs/components/Tooltip/__creevey__/Tooltip.creevey.js.map +0 -1
  795. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js +0 -130
  796. package/cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.js.map +0 -1
  797. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js +0 -47
  798. package/cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.js.map +0 -1
  799. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js +0 -30
  800. package/cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.js.map +0 -1
  801. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js +0 -25
  802. package/cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.js.map +0 -1
  803. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js +0 -83
  804. package/cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.js.map +0 -1
  805. package/cjs/internal/Menu/__creevey__/Menu.creevey.js +0 -90
  806. package/cjs/internal/Menu/__creevey__/Menu.creevey.js.map +0 -1
  807. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js +0 -37
  808. package/cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.js.map +0 -1
  809. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js +0 -68
  810. package/cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.js.map +0 -1
  811. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js +0 -228
  812. package/cjs/internal/ZIndex/__creevey__/ZIndex.creevey.js.map +0 -1
  813. package/cjs/internal/themes/BasicDarkTheme.d.ts +0 -293
  814. package/cjs/internal/themes/BasicDarkTheme.js +0 -607
  815. package/cjs/internal/themes/BasicDarkTheme.js.map +0 -1
  816. package/cjs/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
  817. package/cjs/lib/theming/themes/DarkTheme2022_0.js +0 -5
  818. package/cjs/lib/theming/themes/DarkTheme2022_0.js.map +0 -1
  819. package/cjs/lib/theming/themes/LightTheme2022_0.d.ts +0 -1
  820. package/cjs/lib/theming/themes/LightTheme2022_0.js +0 -5
  821. package/cjs/lib/theming/themes/LightTheme2022_0.js.map +0 -1
  822. package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js +0 -506
  823. package/components/Autocomplete/__creevey__/Autocomplete.creevey/Autocomplete.creevey.js.map +0 -1
  824. package/components/Autocomplete/__creevey__/Autocomplete.creevey/package.json +0 -6
  825. package/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts +0 -1
  826. package/components/Button/__creevey__/Button.creevey/Button.creevey.js +0 -396
  827. package/components/Button/__creevey__/Button.creevey/Button.creevey.js.map +0 -1
  828. package/components/Button/__creevey__/Button.creevey/package.json +0 -6
  829. package/components/Button/__creevey__/Button.creevey.d.ts +0 -1
  830. package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js +0 -138
  831. package/components/Calendar/__creevey__/Calendar.creevey/Calendar.creevey.js.map +0 -1
  832. package/components/Calendar/__creevey__/Calendar.creevey/package.json +0 -6
  833. package/components/Calendar/__creevey__/Calendar.creevey.d.ts +0 -1
  834. package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js +0 -487
  835. package/components/Checkbox/__creevey__/Checkbox.creevey/Checkbox.creevey.js.map +0 -1
  836. package/components/Checkbox/__creevey__/Checkbox.creevey/package.json +0 -6
  837. package/components/Checkbox/__creevey__/Checkbox.creevey.d.ts +0 -1
  838. package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js +0 -1043
  839. package/components/ComboBox/__creevey__/ComboBox.creevey/ComboBox.creevey.js.map +0 -1
  840. package/components/ComboBox/__creevey__/ComboBox.creevey/package.json +0 -6
  841. package/components/ComboBox/__creevey__/ComboBox.creevey.d.ts +0 -1
  842. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js +0 -114
  843. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/CurrencyInput.creevey.js.map +0 -1
  844. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey/package.json +0 -6
  845. package/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts +0 -1
  846. package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js +0 -367
  847. package/components/DateInput/__creevey__/DateInput.creevey/DateInput.creevey.js.map +0 -1
  848. package/components/DateInput/__creevey__/DateInput.creevey/package.json +0 -6
  849. package/components/DateInput/__creevey__/DateInput.creevey.d.ts +0 -1
  850. package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js +0 -395
  851. package/components/DatePicker/__creevey__/DatePicker.creevey/DatePicker.creevey.js.map +0 -1
  852. package/components/DatePicker/__creevey__/DatePicker.creevey/package.json +0 -6
  853. package/components/DatePicker/__creevey__/DatePicker.creevey.d.ts +0 -1
  854. package/components/DateRangePicker/DateRangePicker/DateRangePicker.js +0 -472
  855. package/components/DateRangePicker/DateRangePicker/DateRangePicker.js.map +0 -1
  856. package/components/DateRangePicker/DateRangePicker/package.json +0 -6
  857. package/components/DateRangePicker/DateRangePicker.d.ts +0 -39
  858. package/components/DateRangePicker/DateRangePicker.md +0 -298
  859. package/components/DateRangePicker/DateRangePicker.styles/DateRangePicker.styles.js +0 -23
  860. package/components/DateRangePicker/DateRangePicker.styles/DateRangePicker.styles.js.map +0 -1
  861. package/components/DateRangePicker/DateRangePicker.styles/package.json +0 -6
  862. package/components/DateRangePicker/DateRangePicker.styles.d.ts +0 -9
  863. package/components/DateRangePicker/DateRangePickerContext/DateRangePickerContext.js +0 -3
  864. package/components/DateRangePicker/DateRangePickerContext/DateRangePickerContext.js.map +0 -1
  865. package/components/DateRangePicker/DateRangePickerContext/package.json +0 -6
  866. package/components/DateRangePicker/DateRangePickerContext.d.ts +0 -27
  867. package/components/DateRangePicker/DateRangePickerField/DateRangePickerField.js +0 -85
  868. package/components/DateRangePicker/DateRangePickerField/DateRangePickerField.js.map +0 -1
  869. package/components/DateRangePicker/DateRangePickerField/package.json +0 -6
  870. package/components/DateRangePicker/DateRangePickerField.d.ts +0 -8
  871. package/components/DateRangePicker/DateRangePickerSeparator/DateRangePickerSeparator.js +0 -4
  872. package/components/DateRangePicker/DateRangePickerSeparator/DateRangePickerSeparator.js.map +0 -1
  873. package/components/DateRangePicker/DateRangePickerSeparator/package.json +0 -6
  874. package/components/DateRangePicker/DateRangePickerSeparator.d.ts +0 -2
  875. package/components/DateRangePicker/DateRangePickerTheme/DateRangePickerTheme.js +0 -22
  876. package/components/DateRangePicker/DateRangePickerTheme/DateRangePickerTheme.js.map +0 -1
  877. package/components/DateRangePicker/DateRangePickerTheme/package.json +0 -6
  878. package/components/DateRangePicker/DateRangePickerTheme.d.ts +0 -3
  879. package/components/DateRangePicker/__docs__/DateRangePicker.mdx +0 -112
  880. package/components/DateRangePicker/dateRangePickerValidate/dateRangePickerValidate.js +0 -38
  881. package/components/DateRangePicker/dateRangePickerValidate/dateRangePickerValidate.js.map +0 -1
  882. package/components/DateRangePicker/dateRangePickerValidate/package.json +0 -6
  883. package/components/DateRangePicker/dateRangePickerValidate.d.ts +0 -6
  884. package/components/DateRangePicker/index/index.js +0 -1
  885. package/components/DateRangePicker/index/index.js.map +0 -1
  886. package/components/DateRangePicker/index/package.json +0 -6
  887. package/components/DateRangePicker/index.d.ts +0 -1
  888. package/components/DateRangePicker/locale/index/index.js +0 -8
  889. package/components/DateRangePicker/locale/index/index.js.map +0 -1
  890. package/components/DateRangePicker/locale/index/package.json +0 -6
  891. package/components/DateRangePicker/locale/index.d.ts +0 -4
  892. package/components/DateRangePicker/locale/locales/en/en.js +0 -6
  893. package/components/DateRangePicker/locale/locales/en/en.js.map +0 -1
  894. package/components/DateRangePicker/locale/locales/en/package.json +0 -6
  895. package/components/DateRangePicker/locale/locales/en.d.ts +0 -2
  896. package/components/DateRangePicker/locale/locales/ru/package.json +0 -6
  897. package/components/DateRangePicker/locale/locales/ru/ru.js +0 -6
  898. package/components/DateRangePicker/locale/locales/ru/ru.js.map +0 -1
  899. package/components/DateRangePicker/locale/locales/ru.d.ts +0 -2
  900. package/components/DateRangePicker/locale/package.json +0 -6
  901. package/components/DateRangePicker/locale/types/package.json +0 -6
  902. package/components/DateRangePicker/locale/types/types.js +0 -1
  903. package/components/DateRangePicker/locale/types/types.js.map +0 -1
  904. package/components/DateRangePicker/locale/types.d.ts +0 -5
  905. package/components/DateRangePicker/package.json +0 -6
  906. package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js +0 -417
  907. package/components/Dropdown/__creevey__/Dropdown.creevey/Dropdown.creevey.js.map +0 -1
  908. package/components/Dropdown/__creevey__/Dropdown.creevey/package.json +0 -6
  909. package/components/Dropdown/__creevey__/Dropdown.creevey.d.ts +0 -1
  910. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js +0 -534
  911. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/DropdownMenu.creevey.js.map +0 -1
  912. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey/package.json +0 -6
  913. package/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts +0 -1
  914. package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js +0 -62
  915. package/components/FxInput/__creevey__/FxInput.creevey/FxInput.creevey.js.map +0 -1
  916. package/components/FxInput/__creevey__/FxInput.creevey/package.json +0 -6
  917. package/components/FxInput/__creevey__/FxInput.creevey.d.ts +0 -1
  918. package/components/Group/__creevey__/Group.creevey/Group.creevey.js +0 -48
  919. package/components/Group/__creevey__/Group.creevey/Group.creevey.js.map +0 -1
  920. package/components/Group/__creevey__/Group.creevey/package.json +0 -6
  921. package/components/Group/__creevey__/Group.creevey.d.ts +0 -1
  922. package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js +0 -127
  923. package/components/Hint/__creevey__/Hint.creevey/Hint.creevey.js.map +0 -1
  924. package/components/Hint/__creevey__/Hint.creevey/package.json +0 -6
  925. package/components/Hint/__creevey__/Hint.creevey.d.ts +0 -1
  926. package/components/Input/__creevey__/Input.creevey/Input.creevey.js +0 -517
  927. package/components/Input/__creevey__/Input.creevey/Input.creevey.js.map +0 -1
  928. package/components/Input/__creevey__/Input.creevey/package.json +0 -6
  929. package/components/Input/__creevey__/Input.creevey.d.ts +0 -1
  930. package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js +0 -278
  931. package/components/Kebab/__creevey__/Kebab.creevey/Kebab.creevey.js.map +0 -1
  932. package/components/Kebab/__creevey__/Kebab.creevey/package.json +0 -6
  933. package/components/Kebab/__creevey__/Kebab.creevey.d.ts +0 -1
  934. package/components/Link/__creevey__/Link.creevey/Link.creevey.js +0 -238
  935. package/components/Link/__creevey__/Link.creevey/Link.creevey.js.map +0 -1
  936. package/components/Link/__creevey__/Link.creevey/package.json +0 -6
  937. package/components/Link/__creevey__/Link.creevey.d.ts +0 -1
  938. package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js +0 -129
  939. package/components/Loader/__creevey__/Loader.creevey/Loader.creevey.js.map +0 -1
  940. package/components/Loader/__creevey__/Loader.creevey/package.json +0 -6
  941. package/components/Loader/__creevey__/Loader.creevey.d.ts +0 -1
  942. package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js +0 -405
  943. package/components/MaskedInput/__creevey__/MaskedInput.creevey/MaskedInput.creevey.js.map +0 -1
  944. package/components/MaskedInput/__creevey__/MaskedInput.creevey/package.json +0 -6
  945. package/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts +0 -1
  946. package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js +0 -565
  947. package/components/Modal/__creevey__/Modal.creevey/Modal.creevey.js.map +0 -1
  948. package/components/Modal/__creevey__/Modal.creevey/package.json +0 -6
  949. package/components/Modal/__creevey__/Modal.creevey.d.ts +0 -1
  950. package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js +0 -190
  951. package/components/Paging/__creevey__/Paging.creevey/Paging.creevey.js.map +0 -1
  952. package/components/Paging/__creevey__/Paging.creevey/package.json +0 -6
  953. package/components/Paging/__creevey__/Paging.creevey.d.ts +0 -1
  954. package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js +0 -83
  955. package/components/PasswordInput/__creevey__/PasswordInput.creevey/PasswordInput.creevey.js.map +0 -1
  956. package/components/PasswordInput/__creevey__/PasswordInput.creevey/package.json +0 -6
  957. package/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts +0 -1
  958. package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js +0 -56
  959. package/components/Radio/__creevey__/Radio.creevey/Radio.creevey.js.map +0 -1
  960. package/components/Radio/__creevey__/Radio.creevey/package.json +0 -6
  961. package/components/Radio/__creevey__/Radio.creevey.d.ts +0 -1
  962. package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js +0 -167
  963. package/components/RadioGroup/__creevey__/RadioGroup.creevey/RadioGroup.creevey.js.map +0 -1
  964. package/components/RadioGroup/__creevey__/RadioGroup.creevey/package.json +0 -6
  965. package/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts +0 -1
  966. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js +0 -488
  967. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/ScrollContainer.creevey.js.map +0 -1
  968. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey/package.json +0 -6
  969. package/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts +0 -1
  970. package/components/Select/__creevey__/Select.creevey/Select.creevey.js +0 -541
  971. package/components/Select/__creevey__/Select.creevey/Select.creevey.js.map +0 -1
  972. package/components/Select/__creevey__/Select.creevey/package.json +0 -6
  973. package/components/Select/__creevey__/Select.creevey.d.ts +0 -1
  974. package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js +0 -697
  975. package/components/SidePage/__creevey__/SidePage.creevey/SidePage.creevey.js.map +0 -1
  976. package/components/SidePage/__creevey__/SidePage.creevey/package.json +0 -6
  977. package/components/SidePage/__creevey__/SidePage.creevey.d.ts +0 -1
  978. package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js +0 -215
  979. package/components/Sticky/__creevey__/Sticky.creevey/Sticky.creevey.js.map +0 -1
  980. package/components/Sticky/__creevey__/Sticky.creevey/package.json +0 -6
  981. package/components/Sticky/__creevey__/Sticky.creevey.d.ts +0 -1
  982. package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js +0 -58
  983. package/components/Switcher/__creevey__/Switcher.creevey/Switcher.creevey.js.map +0 -1
  984. package/components/Switcher/__creevey__/Switcher.creevey/package.json +0 -6
  985. package/components/Switcher/__creevey__/Switcher.creevey.d.ts +0 -1
  986. package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js +0 -391
  987. package/components/Tabs/__creevey__/Tabs.creevey/Tabs.creevey.js.map +0 -1
  988. package/components/Tabs/__creevey__/Tabs.creevey/package.json +0 -6
  989. package/components/Tabs/__creevey__/Tabs.creevey.d.ts +0 -1
  990. package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js +0 -404
  991. package/components/Textarea/__creevey__/Textarea.creevey/Textarea.creevey.js.map +0 -1
  992. package/components/Textarea/__creevey__/Textarea.creevey/package.json +0 -6
  993. package/components/Textarea/__creevey__/Textarea.creevey.d.ts +0 -1
  994. package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js +0 -70
  995. package/components/Toast/__creevey__/Toast.creevey/Toast.creevey.js.map +0 -1
  996. package/components/Toast/__creevey__/Toast.creevey/package.json +0 -6
  997. package/components/Toast/__creevey__/Toast.creevey.d.ts +0 -1
  998. package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js +0 -195
  999. package/components/Toggle/__creevey__/Toggle.creevey/Toggle.creevey.js.map +0 -1
  1000. package/components/Toggle/__creevey__/Toggle.creevey/package.json +0 -6
  1001. package/components/Toggle/__creevey__/Toggle.creevey.d.ts +0 -1
  1002. package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js +0 -635
  1003. package/components/TokenInput/__creevey__/TokenInput.creevey/TokenInput.creevey.js.map +0 -1
  1004. package/components/TokenInput/__creevey__/TokenInput.creevey/package.json +0 -6
  1005. package/components/TokenInput/__creevey__/TokenInput.creevey.d.ts +0 -1
  1006. package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js +0 -1171
  1007. package/components/Tooltip/__creevey__/Tooltip.creevey/Tooltip.creevey.js.map +0 -1
  1008. package/components/Tooltip/__creevey__/Tooltip.creevey/package.json +0 -6
  1009. package/components/Tooltip/__creevey__/Tooltip.creevey.d.ts +0 -1
  1010. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js +0 -277
  1011. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/TooltipMenu.creevey.js.map +0 -1
  1012. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey/package.json +0 -6
  1013. package/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts +0 -1
  1014. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js +0 -78
  1015. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/CloseButtonIcon.creevey.js.map +0 -1
  1016. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey/package.json +0 -6
  1017. package/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts +0 -1
  1018. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js +0 -58
  1019. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/ComboBoxView.creevey.js.map +0 -1
  1020. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey/package.json +0 -6
  1021. package/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts +0 -1
  1022. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js +0 -41
  1023. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/FileUploaderFile.creevey.js.map +0 -1
  1024. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey/package.json +0 -6
  1025. package/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts +0 -1
  1026. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js +0 -199
  1027. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/HideBodyVerticalScroll.creevey.js.map +0 -1
  1028. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey/package.json +0 -6
  1029. package/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts +0 -1
  1030. package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js +0 -196
  1031. package/internal/Menu/__creevey__/Menu.creevey/Menu.creevey.js.map +0 -1
  1032. package/internal/Menu/__creevey__/Menu.creevey/package.json +0 -6
  1033. package/internal/Menu/__creevey__/Menu.creevey.d.ts +0 -1
  1034. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js +0 -69
  1035. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/PopupMenu.creevey.js.map +0 -1
  1036. package/internal/PopupMenu/__creevey__/PopupMenu.creevey/package.json +0 -6
  1037. package/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts +0 -1
  1038. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js +0 -145
  1039. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/ThemeProvider.creevey.js.map +0 -1
  1040. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey/package.json +0 -6
  1041. package/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts +0 -1
  1042. package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js +0 -550
  1043. package/internal/ZIndex/__creevey__/ZIndex.creevey/ZIndex.creevey.js.map +0 -1
  1044. package/internal/ZIndex/__creevey__/ZIndex.creevey/package.json +0 -6
  1045. package/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts +0 -1
  1046. package/internal/themes/BasicDarkTheme/BasicDarkTheme.js +0 -646
  1047. package/internal/themes/BasicDarkTheme/BasicDarkTheme.js.map +0 -1
  1048. package/internal/themes/BasicDarkTheme/package.json +0 -6
  1049. package/internal/themes/BasicDarkTheme.d.ts +0 -293
  1050. package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js +0 -3
  1051. package/lib/theming/themes/DarkTheme2022_0/DarkTheme2022_0.js.map +0 -1
  1052. package/lib/theming/themes/DarkTheme2022_0/package.json +0 -6
  1053. package/lib/theming/themes/DarkTheme2022_0.d.ts +0 -1
  1054. package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js +0 -3
  1055. package/lib/theming/themes/LightTheme2022_0/LightTheme2022_0.js.map +0 -1
  1056. package/lib/theming/themes/LightTheme2022_0/package.json +0 -6
  1057. package/lib/theming/themes/LightTheme2022_0.d.ts +0 -1
  1058. /package/{cjs/components/Autocomplete/__creevey__/Autocomplete.creevey.d.ts → components/Autocomplete/__creevey__/Autocomplete.creevey.d.mts} +0 -0
  1059. /package/{cjs/components/Button/__creevey__/Button.creevey.d.ts → components/Button/__creevey__/Button.creevey.d.mts} +0 -0
  1060. /package/{cjs/components/Calendar/__creevey__/Calendar.creevey.d.ts → components/Calendar/__creevey__/Calendar.creevey.d.mts} +0 -0
  1061. /package/{cjs/components/Checkbox/__creevey__/Checkbox.creevey.d.ts → components/Checkbox/__creevey__/Checkbox.creevey.d.mts} +0 -0
  1062. /package/{cjs/components/ComboBox/__creevey__/ComboBox.creevey.d.ts → components/ComboBox/__creevey__/ComboBox.creevey.d.mts} +0 -0
  1063. /package/{cjs/components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.ts → components/CurrencyInput/__creevey__/CurrencyInput.creevey.d.mts} +0 -0
  1064. /package/{cjs/components/DateInput/__creevey__/DateInput.creevey.d.ts → components/DateInput/__creevey__/DateInput.creevey.d.mts} +0 -0
  1065. /package/{cjs/components/DatePicker/__creevey__/DatePicker.creevey.d.ts → components/DatePicker/__creevey__/DatePicker.creevey.d.mts} +0 -0
  1066. /package/{cjs/components/Dropdown/__creevey__/Dropdown.creevey.d.ts → components/Dropdown/__creevey__/Dropdown.creevey.d.mts} +0 -0
  1067. /package/{cjs/components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.ts → components/DropdownMenu/__creevey__/DropdownMenu.creevey.d.mts} +0 -0
  1068. /package/{cjs/components/FxInput/__creevey__/FxInput.creevey.d.ts → components/FxInput/__creevey__/FxInput.creevey.d.mts} +0 -0
  1069. /package/{cjs/components/Group/__creevey__/Group.creevey.d.ts → components/Group/__creevey__/Group.creevey.d.mts} +0 -0
  1070. /package/{cjs/components/Hint/__creevey__/Hint.creevey.d.ts → components/Hint/__creevey__/Hint.creevey.d.mts} +0 -0
  1071. /package/{cjs/components/Input/__creevey__/Input.creevey.d.ts → components/Input/__creevey__/Input.creevey.d.mts} +0 -0
  1072. /package/{cjs/components/Kebab/__creevey__/Kebab.creevey.d.ts → components/Kebab/__creevey__/Kebab.creevey.d.mts} +0 -0
  1073. /package/{cjs/components/Link/__creevey__/Link.creevey.d.ts → components/Link/__creevey__/Link.creevey.d.mts} +0 -0
  1074. /package/{cjs/components/Loader/__creevey__/Loader.creevey.d.ts → components/Loader/__creevey__/Loader.creevey.d.mts} +0 -0
  1075. /package/{cjs/components/MaskedInput/__creevey__/MaskedInput.creevey.d.ts → components/MaskedInput/__creevey__/MaskedInput.creevey.d.mts} +0 -0
  1076. /package/{cjs/components/Modal/__creevey__/Modal.creevey.d.ts → components/Modal/__creevey__/Modal.creevey.d.mts} +0 -0
  1077. /package/{cjs/components/Paging/__creevey__/Paging.creevey.d.ts → components/Paging/__creevey__/Paging.creevey.d.mts} +0 -0
  1078. /package/{cjs/components/PasswordInput/__creevey__/PasswordInput.creevey.d.ts → components/PasswordInput/__creevey__/PasswordInput.creevey.d.mts} +0 -0
  1079. /package/{cjs/components/Radio/__creevey__/Radio.creevey.d.ts → components/Radio/__creevey__/Radio.creevey.d.mts} +0 -0
  1080. /package/{cjs/components/RadioGroup/__creevey__/RadioGroup.creevey.d.ts → components/RadioGroup/__creevey__/RadioGroup.creevey.d.mts} +0 -0
  1081. /package/{cjs/components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.ts → components/ScrollContainer/__creevey__/ScrollContainer.creevey.d.mts} +0 -0
  1082. /package/{cjs/components/Select/__creevey__/Select.creevey.d.ts → components/Select/__creevey__/Select.creevey.d.mts} +0 -0
  1083. /package/{cjs/components/SidePage/__creevey__/SidePage.creevey.d.ts → components/SidePage/__creevey__/SidePage.creevey.d.mts} +0 -0
  1084. /package/{cjs/components/Sticky/__creevey__/Sticky.creevey.d.ts → components/Sticky/__creevey__/Sticky.creevey.d.mts} +0 -0
  1085. /package/{cjs/components/Switcher/__creevey__/Switcher.creevey.d.ts → components/Switcher/__creevey__/Switcher.creevey.d.mts} +0 -0
  1086. /package/{cjs/components/Tabs/__creevey__/Tabs.creevey.d.ts → components/Tabs/__creevey__/Tabs.creevey.d.mts} +0 -0
  1087. /package/{cjs/components/Textarea/__creevey__/Textarea.creevey.d.ts → components/Textarea/__creevey__/Textarea.creevey.d.mts} +0 -0
  1088. /package/{cjs/components/Toast/__creevey__/Toast.creevey.d.ts → components/Toast/__creevey__/Toast.creevey.d.mts} +0 -0
  1089. /package/{cjs/components/Toggle/__creevey__/Toggle.creevey.d.ts → components/Toggle/__creevey__/Toggle.creevey.d.mts} +0 -0
  1090. /package/{cjs/components/TokenInput/__creevey__/TokenInput.creevey.d.ts → components/TokenInput/__creevey__/TokenInput.creevey.d.mts} +0 -0
  1091. /package/{cjs/components/Tooltip/__creevey__/Tooltip.creevey.d.ts → components/Tooltip/__creevey__/Tooltip.creevey.d.mts} +0 -0
  1092. /package/{cjs/components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.ts → components/TooltipMenu/__creevey__/TooltipMenu.creevey.d.mts} +0 -0
  1093. /package/{cjs/internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.ts → internal/CloseButtonIcon/__creevey__/CloseButtonIcon.creevey.d.mts} +0 -0
  1094. /package/{cjs/internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.ts → internal/CustomComboBox/__creevey__/ComboBoxView.creevey.d.mts} +0 -0
  1095. /package/{cjs/internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.ts → internal/FileUploaderControl/__creevey__/FileUploaderFile.creevey.d.mts} +0 -0
  1096. /package/{cjs/internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.ts → internal/HideBodyVerticalScroll/__creevey__/HideBodyVerticalScroll.creevey.d.mts} +0 -0
  1097. /package/{cjs/internal/Menu/__creevey__/Menu.creevey.d.ts → internal/Menu/__creevey__/Menu.creevey.d.mts} +0 -0
  1098. /package/{cjs/internal/PopupMenu/__creevey__/PopupMenu.creevey.d.ts → internal/PopupMenu/__creevey__/PopupMenu.creevey.d.mts} +0 -0
  1099. /package/{cjs/internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.ts → internal/ThemePlayground/__creevey__/ThemeProvider.creevey.d.mts} +0 -0
  1100. /package/{cjs/internal/ZIndex/__creevey__/ZIndex.creevey.d.ts → internal/ZIndex/__creevey__/ZIndex.creevey.d.mts} +0 -0
@@ -1,2536 +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
-
1016
-
1017
- //#endregion
1018
-
1019
- //#region DateSelect
1020
- function get() {
1021
- return this.bgSecondary;
1022
- } }, { key: "dateSelectMenuItemBgDisabled", get:
1023
-
1024
- function get() {
1025
- return this.bgSecondary;
1026
- } }, { key: "dateSelectMenuItemFontSelected", get:
1027
-
1028
- function get() {
1029
- return this.textColorDefault;
1030
- } }, { key: "dateSelectMenuItemFontDisabled", get:
1031
- function get() {
1032
- return this.textColorDisabled;
1033
- } }, { key: "dateSelectTextColorDisabled", get:
1034
-
1035
-
1036
-
1037
-
1038
- function get() {
1039
- return this.textColorDisabled;
1040
- } }, { key: "dateSelectTextColorDefault", get:
1041
- function get() {
1042
- return this.textColorDefault;
1043
- } }, { key: "dateSelectLinkColor", get:
1044
- function get() {
1045
- return this.linkColor;
1046
- } }, { key: "dateSelectPopupBoxShadow", get:
1047
- function get() {
1048
- return this.popupBoxShadow;
1049
- } }, { key: "pagingFontSize", get:
1050
-
1051
-
1052
-
1053
- //#endregion DateSelect
1054
- //#region Paging
1055
- function get() {
1056
- return this.fontSizeMedium;
1057
- } }, { key: "pagingForwardIconSize", get:
1058
- function get() {
1059
- return this.pagingFontSize;
1060
- } }, { key: "pagingPageLinkColor", get:
1061
- function get() {
1062
- return this.textColorDefault;
1063
- } }, { key: "pagingPageForwardLinkPaddingRight", get:
1064
-
1065
-
1066
-
1067
-
1068
-
1069
-
1070
- function get() {
1071
- return this.pagingPageLinkPaddingX;
1072
- } }, { key: "pagingPageLinkActiveColor", get:
1073
-
1074
-
1075
-
1076
-
1077
-
1078
- function get() {
1079
- return this.textColorDefault;
1080
- } }, { key: "pagingPageLinkHintColor", get:
1081
-
1082
-
1083
- function get() {
1084
- return this.placeholderColor;
1085
- } }, { key: "pagingForwardLinkColor", get:
1086
-
1087
-
1088
-
1089
-
1090
- function get() {
1091
- return this.textColorDefault;
1092
- } }, { key: "pagingForwardLinkDisabledColor", get:
1093
- function get() {
1094
- return this.linkDisabledColor;
1095
- } }, { key: "pagingDotsDisabledColor", get:
1096
- function get() {
1097
- return this.textColorDisabled;
1098
- }
1099
- //#endregion Paging
1100
- //#region Hint
1101
- }, { key: "hintColor", get: function get() {
1102
- return this.textColorInvert;
1103
- } }, { key: "mobileHintColor", get:
1104
- function get() {
1105
- return this.hintColor;
1106
- } }, { key: "hintFontSize", get:
1107
- function get() {
1108
- return this.fontSizeSmall;
1109
- } }, { key: "hintLineHeight", get:
1110
- function get() {
1111
- return this.controlLineHeightSmall;
1112
- } }, { key: "toastFontSize", get:
1113
-
1114
-
1115
-
1116
-
1117
-
1118
-
1119
-
1120
-
1121
-
1122
- //#endregion Hint
1123
- //#region Toast
1124
- function get() {
1125
- return this.fontSizeSmall;
1126
- } }, { key: "toastLineHeight", get:
1127
- function get() {
1128
- return this.controlLineHeightSmall;
1129
- } }, { key: "dropdownMenuHoverBorderColor", get:
1130
-
1131
-
1132
-
1133
-
1134
-
1135
-
1136
-
1137
-
1138
-
1139
-
1140
-
1141
-
1142
-
1143
-
1144
-
1145
-
1146
-
1147
-
1148
-
1149
-
1150
- function get() {
1151
- return this.btnDefaultHoverBorderColor;
1152
- } }, { key: "dropdownMenuOffsetY", get:
1153
- function get() {
1154
- return this.menuOffsetY;
1155
- } }, { key: "dropdownMenuMenuOffsetY", get:
1156
- function get() {
1157
- return this.menuOffsetY;
1158
- } }, { key: "dropdownDefaultBg", get:
1159
-
1160
-
1161
-
1162
-
1163
-
1164
- function get() {
1165
- return this.btnDefaultBg;
1166
- } }, { key: "dropdownBorderWidth", get:
1167
- function get() {
1168
- return this.btnBorderWidth;
1169
- } }, { key: "dropdownOutlineWidth", get:
1170
- function get() {
1171
- return this.btnOutlineWidth;
1172
- } }, { key: "dropdownLineHeightSmall", get:
1173
- function get() {
1174
- return this.btnLineHeightSmall;
1175
- } }, { key: "dropdownFontSizeSmall", get:
1176
- function get() {
1177
- return this.btnFontSizeSmall;
1178
- } }, { key: "dropdownPaddingXSmall", get:
1179
- function get() {
1180
- return this.btnPaddingXSmall;
1181
- } }, { key: "dropdownPaddingYSmall", get:
1182
- function get() {
1183
- return this.btnPaddingYSmall;
1184
- } }, { key: "dropdownIconSizeSmall", get:
1185
- function get() {
1186
- return this.btnIconSizeSmall;
1187
- } }, { key: "dropdownLineHeightMedium", get:
1188
- function get() {
1189
- return this.btnLineHeightMedium;
1190
- } }, { key: "dropdownFontSizeMedium", get:
1191
- function get() {
1192
- return this.btnFontSizeMedium;
1193
- } }, { key: "dropdownPaddingXMedium", get:
1194
- function get() {
1195
- return this.btnPaddingXMedium;
1196
- } }, { key: "dropdownPaddingYMedium", get:
1197
- function get() {
1198
- return this.btnPaddingYMedium;
1199
- } }, { key: "dropdownIconSizeMedium", get:
1200
- function get() {
1201
- return this.btnIconSizeMedium;
1202
- } }, { key: "dropdownLineHeightLarge", get:
1203
- function get() {
1204
- return this.btnLineHeightLarge;
1205
- } }, { key: "dropdownFontSizeLarge", get:
1206
- function get() {
1207
- return this.btnFontSizeLarge;
1208
- } }, { key: "dropdownPaddingXLarge", get:
1209
- function get() {
1210
- return this.btnPaddingXLarge;
1211
- } }, { key: "dropdownPaddingYLarge", get:
1212
- function get() {
1213
- return this.btnPaddingYLarge;
1214
- } }, { key: "dropdownIconSizeLarge", get:
1215
- function get() {
1216
- return this.btnIconSizeLarge;
1217
- } }, { key: "dropdownBgDisabled", get:
1218
- function get() {
1219
- return this.btnDisabledBg;
1220
- } }, { key: "dropdownBorderColorDisabled", get:
1221
- function get() {
1222
- return this.btnDisabledBorderColor;
1223
- } }, { key: "dropdownTextColorDisabled", get:
1224
- function get() {
1225
- return this.btnDisabledTextColor;
1226
- }
1227
- //#endregion Dropdown
1228
- //#region Menu
1229
- }, { key: "menuBgDefault", get: function get() {
1230
- return this.bgSecondary;
1231
- } }, { key: "menuItemTextColor", get:
1232
-
1233
-
1234
-
1235
-
1236
-
1237
-
1238
-
1239
-
1240
-
1241
-
1242
-
1243
- // menuItem
1244
- function get() {
1245
- return this.textColorDefault;
1246
- } }, { key: "menuItemPaddingForIconSmall", get:
1247
-
1248
-
1249
-
1250
-
1251
-
1252
-
1253
-
1254
-
1255
- function get() {
1256
- return (
1257
- parseInt(this.menuItemPaddingXSmall) + parseInt(this.menuItemIconWidthSmall) + parseInt(this.menuItemIconGap) + "px");
1258
-
1259
- } }, { key: "menuItemPaddingForIconMedium", get:
1260
- function get() {
1261
- return (
1262
- parseInt(this.menuItemPaddingXMedium) + parseInt(this.menuItemIconWidthMedium) + parseInt(this.menuItemIconGap) + "px");
1263
-
1264
- } }, { key: "menuItemPaddingForIconLarge", get:
1265
- function get() {
1266
- return (
1267
- parseInt(this.menuItemPaddingXLarge) + parseInt(this.menuItemIconWidthLarge) + parseInt(this.menuItemIconGap) + "px");
1268
-
1269
- } }, { key: "menuItemLineHeightSmall", get:
1270
-
1271
- function get() {
1272
- return this.controlLineHeightSmall;
1273
- } }, { key: "menuItemLineHeightMedium", get:
1274
- function get() {
1275
- return this.controlLineHeightMedium;
1276
- } }, { key: "menuItemLineHeightLarge", get:
1277
- function get() {
1278
- return this.controlLineHeightLarge;
1279
- } }, { key: "menuItemFontSizeSmall", get:
1280
-
1281
- function get() {
1282
- return this.fontSizeSmall;
1283
- } }, { key: "menuItemFontSizeMedium", get:
1284
- function get() {
1285
- return this.fontSizeMedium;
1286
- } }, { key: "menuItemFontSizeLarge", get:
1287
- function get() {
1288
- return this.fontSizeLarge;
1289
- } }, { key: "menuItemHoverColor", get:
1290
-
1291
-
1292
-
1293
-
1294
-
1295
-
1296
-
1297
-
1298
-
1299
-
1300
-
1301
- function get() {
1302
- return this.menuItemTextColor;
1303
- }
1304
- /**
1305
- * @deprecated
1306
- */ }, { key: "menuItemLinkColor", get:
1307
- function get() {
1308
- return this.linkColor;
1309
- } }, { key: "menuItemCommentColor", get:
1310
- function get() {
1311
- return this.menuItemTextColor;
1312
- } }, { key: "menuItemCommentColorHover", get:
1313
-
1314
- function get() {
1315
- return this.menuItemTextColor;
1316
- } }, { key: "menuItemLineHeightMobile", get:
1317
-
1318
-
1319
- function get() {
1320
- return this.lineHeightMobile;
1321
- } }, { key: "menuItemFontSizeMobile", get:
1322
- function get() {
1323
- return this.fontSizeMobile;
1324
- } }, { key: "menuItemDisabledColor", get:
1325
- function get() {
1326
- return this.textColorDisabled;
1327
- } }, { key: "menuMessageTextColor", get:
1328
-
1329
- // menuMessage
1330
- function get() {
1331
- return this.menuItemDisabledColor;
1332
- } }, { key: "menuMessageBg", get:
1333
- function get() {
1334
- return this.menuItemDisabledBg;
1335
- } }, { key: "menuMessagePaddingY", get:
1336
- function get() {
1337
- return this.menuItemPaddingYSmall;
1338
- } }, { key: "menuMessagePaddingX", get:
1339
- function get() {
1340
- return this.menuItemPaddingXSmall;
1341
- } }, { key: "menuMessageDisplay", get:
1342
- function get() {
1343
- return this.menuItemDisplay;
1344
- } }, { key: "menuMessagePaddingMobile", get:
1345
- function get() {
1346
- return this.menuItemPaddingMobile;
1347
- } }, { key: "menuMessageLineHeightMobile", get:
1348
-
1349
- function get() {
1350
- return this.menuItemLineHeightMobile;
1351
- } }, { key: "menuMessageFontSizeMobile", get:
1352
-
1353
- function get() {
1354
- return this.menuItemFontSizeMobile;
1355
- } }, { key: "menuMessageFontSizeSmall", get:
1356
- function get() {
1357
- return this.menuItemFontSizeSmall;
1358
- } }, { key: "menuMessageFontSizeMedium", get:
1359
- function get() {
1360
- return this.menuItemFontSizeMedium;
1361
- } }, { key: "menuMessageFontSizeLarge", get:
1362
- function get() {
1363
- return this.menuItemFontSizeLarge;
1364
- } }, { key: "menuMessageLineHeightSmall", get:
1365
-
1366
- function get() {
1367
- return this.menuItemLineHeightSmall;
1368
- } }, { key: "menuMessageLineHeightMedium", get:
1369
- function get() {
1370
- return this.menuItemLineHeightMedium;
1371
- } }, { key: "menuMessageLineHeightLarge", get:
1372
- function get() {
1373
- return this.menuItemLineHeightLarge;
1374
- } }, { key: "menuFooterColor", get:
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
-
1407
-
1408
- //menuFooter
1409
- function get() {
1410
- return this.menuHeaderColor;
1411
- } }, { key: "menuFooterLineHeightSmall", get:
1412
- function get() {
1413
- return this.menuHeaderLineHeightSmall;
1414
- } }, { key: "menuFooterLineHeightMedium", get:
1415
- function get() {
1416
- return this.menuHeaderLineHeightMedium;
1417
- } }, { key: "menuFooterLineHeightLarge", get:
1418
- function get() {
1419
- return this.menuHeaderLineHeightLarge;
1420
- } }, { key: "menuFooterFontSizeSmall", get:
1421
-
1422
- function get() {
1423
- return this.menuHeaderFontSizeSmall;
1424
- } }, { key: "menuFooterFontSizeMedium", get:
1425
- function get() {
1426
- return this.menuHeaderFontSizeMedium;
1427
- } }, { key: "menuFooterFontSizeLarge", get:
1428
- function get() {
1429
- return this.menuHeaderFontSizeLarge;
1430
- } }, { key: "menuFooterPaddingXSmall", get:
1431
-
1432
- function get() {
1433
- return this.menuHeaderPaddingXSmall;
1434
- } }, { key: "menuFooterPaddingXMedium", get:
1435
- function get() {
1436
- return this.menuHeaderPaddingXMedium;
1437
- } }, { key: "menuFooterPaddingXLarge", get:
1438
- function get() {
1439
- return this.menuHeaderPaddingXLarge;
1440
- } }, { key: "menuFooterPaddingTopSmall", get:
1441
-
1442
- function get() {
1443
- return this.menuHeaderPaddingBottomSmall;
1444
- } }, { key: "menuFooterPaddingTopMedium", get:
1445
- function get() {
1446
- return this.menuHeaderPaddingBottomMedium;
1447
- } }, { key: "menuFooterPaddingTopLarge", get:
1448
- function get() {
1449
- return this.menuHeaderPaddingBottomLarge;
1450
- } }, { key: "menuFooterPaddingBottomSmall", get:
1451
-
1452
- function get() {
1453
- return this.menuHeaderPaddingTopSmall;
1454
- } }, { key: "menuFooterPaddingBottomMedium", get:
1455
- function get() {
1456
- return this.menuHeaderPaddingTopMedium;
1457
- } }, { key: "menuFooterPaddingBottomLarge", get:
1458
- function get() {
1459
- return this.menuHeaderPaddingTopLarge;
1460
- }
1461
-
1462
- //menuSeparator
1463
- }, { key: "toggleLineHeightSmall", get:
1464
-
1465
-
1466
-
1467
-
1468
-
1469
-
1470
- //#endregion Menu
1471
- //#region Toggle
1472
- function get() {
1473
- return this.controlLineHeightSmall;
1474
- } }, { key: "toggleLineHeightMedium", get:
1475
- function get() {
1476
- return this.controlLineHeightMedium;
1477
- } }, { key: "toggleLineHeightLarge", get:
1478
- function get() {
1479
- return this.controlLineHeightLarge;
1480
- } }, { key: "toggleFontSizeSmall", get:
1481
- function get() {
1482
- return this.fontSizeSmall;
1483
- } }, { key: "toggleFontSizeMedium", get:
1484
- function get() {
1485
- return this.fontSizeMedium;
1486
- } }, { key: "toggleFontSizeLarge", get:
1487
- function get() {
1488
- return this.fontSizeLarge;
1489
- } }, { key: "toggleTextColor", get:
1490
- function get() {
1491
- return this.textColorDefault;
1492
- } }, { key: "toggleHandleBorderRadiusSmall", get:
1493
-
1494
- function get() {
1495
- var height = parseInt(this.toggleHeightSmall, 10) || 0;
1496
- var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
1497
- var handleSize = height - 2 * borderWidth;
1498
- return handleSize / 2 + "px";
1499
- } }, { key: "toggleHandleBorderRadiusMedium", get:
1500
- function get() {
1501
- var height = parseInt(this.toggleHeightMedium, 10) || 0;
1502
- var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
1503
- var handleSize = height - 2 * borderWidth;
1504
- return handleSize / 2 + "px";
1505
- } }, { key: "toggleHandleBorderRadiusLarge", get:
1506
- function get() {
1507
- var height = parseInt(this.toggleHeightLarge, 10) || 0;
1508
- var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
1509
- var handleSize = height - 2 * borderWidth;
1510
- return handleSize / 2 + "px";
1511
- } }, { key: "toggleBorderRadiusSmall", get:
1512
-
1513
-
1514
-
1515
-
1516
-
1517
-
1518
-
1519
-
1520
-
1521
-
1522
- function get() {
1523
- return "calc(" + this.toggleHeightSmall + " * 0.5)";
1524
- } }, { key: "toggleBorderRadiusMedium", get:
1525
- function get() {
1526
- return "calc(" + this.toggleHeightMedium + " * 0.5)";
1527
- } }, { key: "toggleBorderRadiusLarge", get:
1528
- function get() {
1529
- return "calc(" + this.toggleHeightLarge + " * 0.5)";
1530
- } }, { key: "toggleBorderWidth", get:
1531
-
1532
-
1533
-
1534
-
1535
- function get() {
1536
- return this.controlBorderWidth;
1537
- } }, { key: "toggleOutlineWidth", get:
1538
- function get() {
1539
- var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
1540
- var borderWidth = parseInt(this.toggleBorderWidth, 10) || 0;
1541
- return outlineWidth + borderWidth + "px";
1542
- } }, { key: "toggleBorderColorDisabled", get:
1543
-
1544
- function get() {
1545
- return this.toggleBorderColor;
1546
- } }, { key: "toggleShadowColorError", get:
1547
-
1548
-
1549
-
1550
-
1551
-
1552
-
1553
-
1554
-
1555
-
1556
- function get() {
1557
- return this.errorMain;
1558
- } }, { key: "toggleShadowColorWarning", get:
1559
- function get() {
1560
- return this.warningMain;
1561
- } }, { key: "toggleFocusShadowColor", get:
1562
- function get() {
1563
- return this.borderColorFocus;
1564
- } }, { key: "toggleOutlineColorFocus", get:
1565
-
1566
-
1567
-
1568
- function get() {
1569
- return this.outlineColorFocus;
1570
- } }, { key: "toggleContainerBgHover", get:
1571
-
1572
-
1573
-
1574
-
1575
-
1576
-
1577
-
1578
-
1579
-
1580
-
1581
- function get() {
1582
- return this.toggleBgHover;
1583
- }
1584
-
1585
- // checked
1586
- }, { key: "toggleContainerBgChecked", get:
1587
-
1588
-
1589
-
1590
- function get() {
1591
- return this.toggleBgChecked;
1592
- } }, { key: "toggleBgDisabled", get:
1593
-
1594
-
1595
-
1596
-
1597
-
1598
-
1599
-
1600
-
1601
-
1602
-
1603
-
1604
-
1605
-
1606
-
1607
-
1608
- function get() {
1609
- return this.bgDisabled;
1610
- }
1611
-
1612
- // disabled checked
1613
- }, { key: "toggleBorderColorDisabledChecked", get:
1614
-
1615
-
1616
-
1617
- function get() {
1618
- return this.toggleBorderColor;
1619
- } }, { key: "popupTextColor", get:
1620
-
1621
-
1622
-
1623
-
1624
-
1625
-
1626
-
1627
-
1628
-
1629
-
1630
- function get() {
1631
- return this.textColorDefault;
1632
- } }, { key: "popupBackground", get:
1633
- function get() {
1634
- return this.bgSecondary;
1635
- } }, { key: "inputTextColor", get:
1636
-
1637
-
1638
-
1639
-
1640
-
1641
- //#endregion
1642
- //#region Input
1643
- function get() {
1644
- return this.textColorDefault;
1645
- } }, { key: "inputIconColorDisabled", get:
1646
-
1647
-
1648
-
1649
- function get() {
1650
- return this.textColorDisabled;
1651
- } }, { key: "inputFocusedIconColor", get:
1652
- function get() {
1653
- return this.inputIconColor;
1654
- } }, { key: "inputTextColorDisabled", get:
1655
-
1656
-
1657
- function get() {
1658
- return this.textColorDisabled;
1659
- } }, { key: "inputPlaceholderColorDisabled", get:
1660
- function get() {
1661
- return this.textColorDisabled;
1662
- } }, { key: "inputFontSizeSmall", get:
1663
- function get() {
1664
- return this.fontSizeSmall;
1665
- } }, { key: "inputFontSizeMedium", get:
1666
- function get() {
1667
- return this.fontSizeMedium;
1668
- } }, { key: "inputFontSizeLarge", get:
1669
- function get() {
1670
- return this.fontSizeLarge;
1671
- } }, { key: "inputLineHeightSmall", get:
1672
- function get() {
1673
- return this.controlLineHeightSmall;
1674
- } }, { key: "inputLineHeightMedium", get:
1675
- function get() {
1676
- return this.controlLineHeightMedium;
1677
- } }, { key: "inputLineHeightLarge", get:
1678
- function get() {
1679
- return this.controlLineHeightLarge;
1680
- } }, { key: "inputHeightSmall", get:
1681
- function get() {
1682
- var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
1683
- var padding = parseInt(this.inputPaddingYSmall, 10) || 0;
1684
- var lineHeigh = parseInt(this.inputLineHeightSmall, 10) || 0;
1685
- return 2 * borderWidth + 2 * padding + lineHeigh + "px";
1686
- } }, { key: "inputHeightMedium", get:
1687
- function get() {
1688
- var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
1689
- var padding = parseInt(this.inputPaddingYMedium, 10) || 0;
1690
- var lineHeigh = parseInt(this.inputLineHeightMedium, 10) || 0;
1691
- return 2 * borderWidth + 2 * padding + lineHeigh + "px";
1692
- } }, { key: "inputHeightLarge", get:
1693
- function get() {
1694
- var borderWidth = parseInt(this.inputBorderWidth, 10) || 0;
1695
- var padding = parseInt(this.inputPaddingYLarge, 10) || 0;
1696
- var lineHeigh = parseInt(this.inputLineHeightLarge, 10) || 0;
1697
- return 2 * borderWidth + 2 * padding + lineHeigh + "px";
1698
- } }, { key: "inputPaddingYSmall", get:
1699
- function get() {
1700
- return this.controlPaddingYSmall;
1701
- } }, { key: "inputPaddingYMedium", get:
1702
- function get() {
1703
- return this.controlPaddingYMedium;
1704
- } }, { key: "inputPaddingYLarge", get:
1705
- function get() {
1706
- return this.controlPaddingYLarge;
1707
- } }, { key: "inputFocusShadow", get:
1708
-
1709
-
1710
-
1711
-
1712
-
1713
-
1714
-
1715
-
1716
-
1717
-
1718
-
1719
-
1720
- function get() {
1721
- return "0 0 0 " + this.inputOutlineWidth + " " + this.borderColorFocus;
1722
- } }, { key: "inputFocusedBg", get:
1723
- function get() {
1724
- return this.inputBg;
1725
- } }, { key: "inputDisabledBg", get:
1726
- function get() {
1727
- return this.bgDisabled;
1728
- } }, { key: "inputDisabledBorderColor", get:
1729
- function get() {
1730
- return this.borderColorDisabled;
1731
- } }, { key: "inputFocusOutline", get:
1732
- function get() {
1733
- return this.borderColorFocus;
1734
- } }, { key: "inputBorderWidth", get:
1735
- function get() {
1736
- return this.controlBorderWidth;
1737
- } }, { key: "inputOutlineWidth", get:
1738
- function get() {
1739
- return "calc(" + this.controlOutlineWidth + " - 1px)";
1740
- } }, { key: "inputBorderColorFocus", get:
1741
-
1742
-
1743
-
1744
-
1745
-
1746
-
1747
-
1748
-
1749
- function get() {
1750
- return this.borderColorFocus;
1751
- } }, { key: "inputBorderColorError", get:
1752
- function get() {
1753
- return this.borderColorError;
1754
- } }, { key: "inputBorderColorWarning", get:
1755
- function get() {
1756
- return this.borderColorWarning;
1757
- } }, { key: "inputBorderTopColor", get:
1758
- function get() {
1759
- return this.inputBorderColor;
1760
- } }, { key: "inputPlaceholderColor", get:
1761
- function get() {
1762
- return this.placeholderColor;
1763
- } }, { key: "inputPlaceholderColorLight", get:
1764
-
1765
- function get() {
1766
- return this.placeholderColorLight;
1767
- } }, { key: "checkboxFontSizeSmall", get:
1768
-
1769
-
1770
-
1771
- //#endregion Input
1772
- //#region Checkbox
1773
- function get() {
1774
- return this.fontSizeSmall;
1775
- } }, { key: "checkboxFontSizeMedium", get:
1776
- function get() {
1777
- return this.fontSizeMedium;
1778
- } }, { key: "checkboxFontSizeLarge", get:
1779
- function get() {
1780
- return this.fontSizeLarge;
1781
- } }, { key: "checkboxLineHeightSmall", get:
1782
-
1783
- function get() {
1784
- return this.controlLineHeightSmall;
1785
- } }, { key: "checkboxLineHeightMedium", get:
1786
- function get() {
1787
- return this.controlLineHeightMedium;
1788
- } }, { key: "checkboxLineHeightLarge", get:
1789
- function get() {
1790
- return this.controlLineHeightLarge;
1791
- } }, { key: "checkboxPaddingYSmall", get:
1792
-
1793
-
1794
-
1795
-
1796
-
1797
-
1798
- function get() {
1799
- var controlHeight = parseInt(this.controlHeightSmall, 10) || 0;
1800
- var lineHeight = parseInt(this.checkboxLineHeightSmall, 10) || 0;
1801
- return (controlHeight - lineHeight) / 2 + "px";
1802
- } }, { key: "checkboxPaddingYMedium", get:
1803
-
1804
- function get() {
1805
- var controlHeight = parseInt(this.controlHeightMedium, 10) || 0;
1806
- var lineHeight = parseInt(this.checkboxLineHeightMedium, 10) || 0;
1807
- return (controlHeight - lineHeight) / 2 + "px";
1808
- } }, { key: "checkboxPaddingYLarge", get:
1809
- function get() {
1810
- var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
1811
- var lineHeight = parseInt(this.checkboxLineHeightLarge, 10) || 0;
1812
- return (controlHeight - lineHeight) / 2 + "px";
1813
- } }, { key: "checkboxTextColorDefault", get:
1814
-
1815
-
1816
-
1817
- function get() {
1818
- return this.textColorDefault;
1819
- } }, { key: "checkboxTextColorDisabled", get:
1820
- function get() {
1821
- return this.textColorDisabled;
1822
- } }, { key: "checkboxShadowDisabled", get:
1823
- function get() {
1824
- return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.1)";
1825
- } }, { key: "checkboxBorderWidth", get:
1826
-
1827
- function get() {
1828
- return this.controlBorderWidth;
1829
- } }, { key: "checkboxShadow", get:
1830
- function get() {
1831
- return "0 0 0 " + this.checkboxBorderWidth + " rgba(0, 0, 0, 0.15)";
1832
- } }, { key: "checkboxShadowHover", get:
1833
- function get() {
1834
- return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
1835
- } }, { key: "checkboxOutlineColorFocus", get:
1836
-
1837
- function get() {
1838
- return this.outlineColorFocus;
1839
- } }, { key: "checkboxBorderColorWarning", get:
1840
- function get() {
1841
- return this.borderColorWarning;
1842
- } }, { key: "checkboxBorderColorError", get:
1843
- function get() {
1844
- return this.borderColorError;
1845
- } }, { key: "checkboxCheckedHoverShadow", get:
1846
- function get() {
1847
- return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedHoverBg;
1848
- } }, { key: "checkboxOutlineWidth", get:
1849
-
1850
- function get() {
1851
- return this.controlOutlineWidth;
1852
- } }, { key: "checkboxCheckedShadow", get:
1853
- function get() {
1854
- return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedBg;
1855
- } }, { key: "checkboxCheckedActiveShadow", get:
1856
- function get() {
1857
- return "0 0 0 " + this.checkboxBorderWidth + " " + this.checkboxCheckedActiveBg;
1858
- } }, { key: "checkboxBorderColorFocus", get:
1859
- function get() {
1860
- return this.borderColorFocus;
1861
- } }, { key: "checkboxHoverBg", get:
1862
-
1863
- function get() {
1864
- return this.btnDefaultHoverBg;
1865
- } }, { key: "checkboxActiveBg", get:
1866
- function get() {
1867
- return this.btnDefaultActiveBg;
1868
- } }, { key: "checkboxCheckedBg", get:
1869
- function get() {
1870
- return this.bgChecked;
1871
- } }, { key: "checkboxBgDisabled", get:
1872
- function get() {
1873
- return this.bgDisabled;
1874
- } }, { key: "checkboxCheckedActiveBg", get:
1875
-
1876
- function get() {
1877
- return ColorFunctions.darken(this.checkboxCheckedBg, '15%');
1878
- } }, { key: "checkboxShadowActive", get:
1879
- function get() {
1880
- return "0 0 0 " + this.checkboxBorderWidth + " #c3c3c3";
1881
- }
1882
- //#endregion Checkbox
1883
- //#region TextArea
1884
- }, { key: "textareaColor", get:
1885
- function get() {
1886
- return this.textColorDefault;
1887
- } }, { key: "textareaTextColorDisabled", get:
1888
- function get() {
1889
- return this.textColorDisabled;
1890
- } }, { key: "textareaPlaceholderColorLight", get:
1891
- function get() {
1892
- return this.placeholderColorLight;
1893
- } }, { key: "textareaPlaceholderColor", get:
1894
- function get() {
1895
- return this.placeholderColor;
1896
- } }, { key: "textareaPlaceholderColorDisabled", get:
1897
- function get() {
1898
- return this.textColorDisabled;
1899
- } }, { key: "textareaFontSizeSmall", get:
1900
-
1901
-
1902
-
1903
- function get() {
1904
- return this.fontSizeSmall;
1905
- } }, { key: "textareaFontSizeMedium", get:
1906
- function get() {
1907
- return this.fontSizeMedium;
1908
- } }, { key: "textareaFontSizeLarge", get:
1909
- function get() {
1910
- return this.fontSizeLarge;
1911
- } }, { key: "textareaLineHeightSmall", get:
1912
-
1913
- function get() {
1914
- return this.controlLineHeightSmall;
1915
- } }, { key: "textareaLineHeightMedium", get:
1916
- function get() {
1917
- return this.controlLineHeightMedium;
1918
- } }, { key: "textareaLineHeightLarge", get:
1919
- function get() {
1920
- return this.controlLineHeightLarge;
1921
- } }, { key: "textareaBorderWidth", get:
1922
-
1923
- function get() {
1924
- return this.controlBorderWidth;
1925
- } }, { key: "textareaOutlineWidth", get:
1926
- function get() {
1927
- var outlineWidth = parseInt(this.controlOutlineWidth, 10) || 0;
1928
- var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
1929
- return outlineWidth - borderWidth + "px";
1930
- } }, { key: "textareaMinHeightSmall", get:
1931
-
1932
- function get() {
1933
- var lineHeight = parseInt(this.textareaLineHeightSmall, 10) || 0;
1934
- var paddingY = parseInt(this.textareaPaddingYSmall, 10) || 0;
1935
- var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
1936
- return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
1937
- } }, { key: "textareaMinHeightMedium", get:
1938
-
1939
- function get() {
1940
- var lineHeight = parseInt(this.textareaLineHeightMedium, 10) || 0;
1941
- var paddingY = parseInt(this.textareaPaddingYMedium, 10) || 0;
1942
- var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
1943
- return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
1944
- } }, { key: "textareaMinHeightLarge", get:
1945
- function get() {
1946
- var lineHeight = parseInt(this.textareaLineHeightLarge, 10) || 0;
1947
- var paddingY = parseInt(this.textareaPaddingYLarge, 10) || 0;
1948
- var borderWidth = parseInt(this.textareaBorderWidth, 10) || 0;
1949
- return lineHeight + paddingY * 2 + borderWidth * 2 + "px";
1950
- } }, { key: "textareaPaddingYSmall", get:
1951
-
1952
-
1953
-
1954
-
1955
-
1956
-
1957
-
1958
- function get() {
1959
- return this.controlPaddingYSmall;
1960
- } }, { key: "textareaPaddingYMedium", get:
1961
-
1962
- function get() {
1963
- return this.controlPaddingYMedium;
1964
- } }, { key: "textareaPaddingYLarge", get:
1965
- function get() {
1966
- return this.controlPaddingYLarge;
1967
- } }, { key: "textareaBorderColor", get:
1968
-
1969
- function get() {
1970
- return this.borderColorGrayLight;
1971
- } }, { key: "textareaBorderColorFocus", get:
1972
-
1973
- function get() {
1974
- return this.borderColorFocus;
1975
- } }, { key: "textareaBorderColorHover", get:
1976
- function get() {
1977
- return this.inputBorderColorHover;
1978
- } }, { key: "textareaBorderColorWarning", get:
1979
- function get() {
1980
- return this.borderColorWarning;
1981
- } }, { key: "textareaBorderColorError", get:
1982
- function get() {
1983
- return this.borderColorError;
1984
- } }, { key: "textareaDisabledBg", get:
1985
-
1986
- function get() {
1987
- return this.inputDisabledBg;
1988
- } }, { key: "textareaDisabledBorderColor", get:
1989
- function get() {
1990
- return this.borderColorDisabled;
1991
- } }, { key: "textareaCounterColor", get:
1992
- function get() {
1993
- return this.gray;
1994
- } }, { key: "textareaCounterBg", get:
1995
- function get() {
1996
- return ColorFunctions.fade(this.textareaBg, 0.9);
1997
- } }, { key: "textareaCounterErrorColor", get:
1998
- function get() {
1999
- return this.errorText;
2000
- } }, { key: "textareaCounterHelpIconColor", get:
2001
- function get() {
2002
- return this.linkColor;
2003
- }
2004
-
2005
- //#endregion Textarea
2006
- //#region Radio
2007
- }, { key: "radioOutlineWidth", get:
2008
-
2009
-
2010
- function get() {
2011
- return this.controlOutlineWidth;
2012
- } }, { key: "radioTextColor", get:
2013
- function get() {
2014
- return this.textColorDefault;
2015
- } }, { key: "radioFontSizeSmall", get:
2016
-
2017
-
2018
-
2019
-
2020
-
2021
- function get() {
2022
- return this.fontSizeSmall;
2023
- } }, { key: "radioFontSizeMedium", get:
2024
- function get() {
2025
- return this.fontSizeMedium;
2026
- } }, { key: "radioFontSizeLarge", get:
2027
- function get() {
2028
- return this.fontSizeLarge;
2029
- } }, { key: "radioLineHeightSmall", get:
2030
-
2031
- function get() {
2032
- return this.controlLineHeightSmall;
2033
- } }, { key: "radioLineHeightMedium", get:
2034
- function get() {
2035
- return this.controlLineHeightMedium;
2036
- } }, { key: "radioLineHeightLarge", get:
2037
- function get() {
2038
- return this.controlLineHeightLarge;
2039
- } }, { key: "radioPaddingYSmall", get:
2040
-
2041
-
2042
-
2043
- function get() {
2044
- var controlHeight = parseInt(this.controlHeightSmall, 10) || 0;
2045
- var lineHeight = parseInt(this.radioLineHeightSmall, 10) || 0;
2046
- return (controlHeight - lineHeight) / 2 + "px";
2047
- } }, { key: "radioPaddingYMedium", get:
2048
- function get() {
2049
- var controlHeight = parseInt(this.controlHeightMedium, 10) || 0;
2050
- var lineHeight = parseInt(this.radioLineHeightMedium, 10) || 0;
2051
- return (controlHeight - lineHeight) / 2 + "px";
2052
- } }, { key: "radioPaddingYLarge", get:
2053
- function get() {
2054
- var controlHeight = parseInt(this.controlHeightLarge, 10) || 0;
2055
- var lineHeight = parseInt(this.radioLineHeightLarge, 10) || 0;
2056
- return (controlHeight - lineHeight) / 2 + "px";
2057
- } }, { key: "radioHoverBg", get:
2058
-
2059
-
2060
-
2061
-
2062
- function get() {
2063
- return this.checkboxHoverBg;
2064
- } }, { key: "radioActiveBg", get:
2065
- function get() {
2066
- return this.checkboxActiveBg;
2067
- } }, { key: "radioBorderWidth", get:
2068
- function get() {
2069
- return this.controlBorderWidth;
2070
- } }, { key: "radioBorderColor", get:
2071
- function get() {
2072
- return this.borderColorGrayLight;
2073
- } }, { key: "radioBorder", get:
2074
-
2075
- function get() {
2076
- return this.radioBorderWidth + " solid " + this.radioBorderColor;
2077
- } }, { key: "radioBorderColorFocus", get:
2078
- function get() {
2079
- return this.borderColorFocus;
2080
- } }, { key: "radioBorderColorWarning", get:
2081
- function get() {
2082
- return this.borderColorWarning;
2083
- } }, { key: "radioBorderColorError", get:
2084
- function get() {
2085
- return this.borderColorError;
2086
- } }, { key: "radioFocusShadow", get:
2087
-
2088
-
2089
- function get() {
2090
- return "inset 0 0 0 1px " + this.outlineColorFocus;
2091
- } }, { key: "radioCheckedBgColor", get:
2092
- function get() {
2093
- return this.checkboxCheckedBg;
2094
- } }, { key: "radioCheckedHoverBgColor", get:
2095
-
2096
-
2097
- function get() {
2098
- return ColorFunctions.darken(this.checkboxCheckedBg, '5%');
2099
- } }, { key: "radioDisabledShadow", get:
2100
-
2101
- function get() {
2102
- return "0 0 0 " + this.radioBorderWidth + " rgba(0, 0, 0, 0.1)";
2103
- } }, { key: "radioCheckedDisabledBulletBg", get:
2104
-
2105
-
2106
-
2107
- function get() {
2108
- return this.gray;
2109
- }
2110
- //#endregion
2111
- //#region Tabs
2112
- }, { key: "tabFontSizeSmall", get: function get() {
2113
- return this.fontSizeSmall;
2114
- } }, { key: "tabFontSizeMedium", get:
2115
- function get() {
2116
- return this.fontSizeMedium;
2117
- } }, { key: "tabFontSizeLarge", get:
2118
- function get() {
2119
- return this.fontSizeLarge;
2120
- } }, { key: "tabLineHeightSmall", get:
2121
- function get() {
2122
- return this.controlLineHeightSmall;
2123
- } }, { key: "tabLineHeightMedium", get:
2124
- function get() {
2125
- return this.controlLineHeightMedium;
2126
- } }, { key: "tabLineHeightLarge", get:
2127
- function get() {
2128
- return this.controlLineHeightLarge;
2129
- } }, { key: "tabPaddingYSmall", get:
2130
-
2131
-
2132
-
2133
-
2134
-
2135
- function get() {
2136
- var paddingY = parseInt(this.controlPaddingYSmall);
2137
- var borderWidth = parseInt(this.controlBorderWidth);
2138
- return paddingY + borderWidth + "px";
2139
- } }, { key: "tabPaddingYMedium", get:
2140
- function get() {
2141
- var paddingY = parseInt(this.controlPaddingYMedium);
2142
- var borderWidth = parseInt(this.controlBorderWidth);
2143
- return paddingY + borderWidth + "px";
2144
- } }, { key: "tabPaddingYLarge", get:
2145
- function get() {
2146
- var paddingY = parseInt(this.controlPaddingYLarge);
2147
- var borderWidth = parseInt(this.controlBorderWidth);
2148
- return paddingY + borderWidth + "px";
2149
- } }, { key: "tabOutlineWidth", get:
2150
-
2151
- function get() {
2152
- return this.controlOutlineWidth;
2153
- } }, { key: "tabTextColorDefault", get:
2154
- function get() {
2155
- return this.textColorDefault;
2156
- } }, { key: "tabColorFocus", get:
2157
- function get() {
2158
- return this.borderColorFocus;
2159
- } }, { key: "tabColorError", get:
2160
- function get() {
2161
- return this.btnDangerBg;
2162
- } }, { key: "tabColorWarning", get:
2163
- function get() {
2164
- return this.btnPayBg;
2165
- } }, { key: "tabColorSuccess", get:
2166
- function get() {
2167
- return this.btnSuccessBg;
2168
- } }, { key: "tabColorPrimary", get:
2169
- function get() {
2170
- return this.btnPrimaryBg;
2171
- } }, { key: "tabColorHoverError", get:
2172
-
2173
- function get() {
2174
- return ColorFunctions.lighten(this.tabColorError, '25%');
2175
- } }, { key: "tabColorHoverWarning", get:
2176
- function get() {
2177
- return ColorFunctions.lighten(this.tabColorWarning, '25%');
2178
- } }, { key: "tabColorHoverSuccess", get:
2179
- function get() {
2180
- return ColorFunctions.lighten(this.tabColorSuccess, '25%');
2181
- } }, { key: "tabColorHoverPrimary", get:
2182
- function get() {
2183
- return ColorFunctions.lighten(this.tabColorPrimary, '25%');
2184
- } }, { key: "spinnerBgColor", get:
2185
-
2186
- //#endregion Tabs
2187
- //#region Spinner
2188
- function get() {
2189
- return this.grayXLight;
2190
- } }, { key: "spinnerColor", get:
2191
- function get() {
2192
- return this.red;
2193
- } }, { key: "spinnerDimmedColor", get:
2194
- function get() {
2195
- return this.gray;
2196
- } }, { key: "spinnerCaptionColor", get:
2197
- function get() {
2198
- return this.gray;
2199
- } }, { key: "spinnerFontSizeSmall", get:
2200
- function get() {
2201
- return this.fontSizeSmall;
2202
- } }, { key: "spinnerFontSizeMedium", get:
2203
- function get() {
2204
- return this.fontSizeMedium;
2205
- } }, { key: "spinnerFontSizeLarge", get:
2206
- function get() {
2207
- return this.fontSizeLarge;
2208
- } }, { key: "spinnerLineHeightSmall", get:
2209
- function get() {
2210
- return this.controlLineHeightSmall;
2211
- } }, { key: "spinnerLineHeightMedium", get:
2212
- function get() {
2213
- return this.controlLineHeightMedium;
2214
- } }, { key: "spinnerLineHeightLarge", get:
2215
- function get() {
2216
- return this.controlLineHeightLarge;
2217
- } }, { key: "switcherTextColor", get:
2218
-
2219
-
2220
-
2221
-
2222
-
2223
-
2224
-
2225
-
2226
-
2227
- function get() {
2228
- return this.textColorDefault;
2229
- } }, { key: "switcherOutlineWidth", get:
2230
- function get() {
2231
- return this.btnOutlineWidth;
2232
- } }, { key: "switcherCaptionFontSizeSmall", get:
2233
- function get() {
2234
- return this.btnFontSizeSmall;
2235
- } }, { key: "switcherCaptionFontSizeMedium", get:
2236
- function get() {
2237
- return this.btnFontSizeMedium;
2238
- } }, { key: "switcherCaptionFontSizeLarge", get:
2239
- function get() {
2240
- return this.btnFontSizeLarge;
2241
- } }, { key: "switcherCaptionLineHeightSmall", get:
2242
- function get() {
2243
- return this.btnLineHeightSmall;
2244
- } }, { key: "switcherCaptionLineHeightMedium", get:
2245
- function get() {
2246
- return this.btnLineHeightMedium;
2247
- } }, { key: "switcherCaptionLineHeightLarge", get:
2248
- function get() {
2249
- return this.btnLineHeightLarge;
2250
- } }, { key: "switcherCaptionGapSmall", get:
2251
- function get() {
2252
- return this.btnPaddingXSmall;
2253
- } }, { key: "switcherCaptionGapMedium", get:
2254
- function get() {
2255
- return this.btnPaddingXMedium;
2256
- } }, { key: "switcherCaptionGapLarge", get:
2257
- function get() {
2258
- return this.btnPaddingXLarge;
2259
- } }, { key: "switcherButtonPaddingYSmall", get:
2260
-
2261
-
2262
-
2263
- function get() {
2264
- return this.btnPaddingYSmall;
2265
- } }, { key: "switcherButtonPaddingYMedium", get:
2266
- function get() {
2267
- return this.btnPaddingYMedium;
2268
- } }, { key: "switcherButtonPaddingYLarge", get:
2269
- function get() {
2270
- return this.btnPaddingYLarge;
2271
- } }, { key: "switcherButtonLineHeightSmall", get:
2272
- function get() {
2273
- return this.btnLineHeightSmall;
2274
- } }, { key: "switcherButtonLineHeightMedium", get:
2275
- function get() {
2276
- return this.btnLineHeightMedium;
2277
- } }, { key: "switcherButtonLineHeightLarge", get:
2278
- function get() {
2279
- return this.btnLineHeightLarge;
2280
- } }, { key: "switcherButtonFontSizeSmall", get:
2281
- function get() {
2282
- return this.btnFontSizeSmall;
2283
- } }, { key: "switcherButtonFontSizeMedium", get:
2284
- function get() {
2285
- return this.btnFontSizeMedium;
2286
- } }, { key: "switcherButtonFontSizeLarge", get:
2287
- function get() {
2288
- return this.btnFontSizeLarge;
2289
- } }, { key: "switcherButtonBorderRadiusSmall", get:
2290
- function get() {
2291
- return this.btnBorderRadiusSmall;
2292
- } }, { key: "switcherButtonBorderRadiusMedium", get:
2293
- function get() {
2294
- return this.btnBorderRadiusMedium;
2295
- } }, { key: "switcherButtonBorderRadiusLarge", get:
2296
- function get() {
2297
- return this.btnBorderRadiusLarge;
2298
- } }, { key: "switcherButtonBorderWidth", get:
2299
- function get() {
2300
- return this.btnBorderWidth;
2301
- } }, { key: "switcherButtonDisabledBorderColor", get:
2302
-
2303
- function get() {
2304
- return this.switcherBtnDisabledBorderColor;
2305
- } }, { key: "switcherButtonCheckedDisabledShadow", get:
2306
- function get() {
2307
- return this.btnCheckedDisabledShadow;
2308
- }
2309
- //#endregion
2310
- //#region MobilePopup
2311
- }, { key: "mobilePopupHeaderFontSize", get:
2312
-
2313
-
2314
-
2315
-
2316
- function get() {
2317
- return this.fontSizeMobile;
2318
- } }, { key: "mobilePopupHeaderLineHeight", get:
2319
- function get() {
2320
- return this.lineHeightMobile;
2321
- } }, { key: "globalLoaderColor", get:
2322
-
2323
-
2324
-
2325
-
2326
-
2327
-
2328
-
2329
-
2330
-
2331
-
2332
-
2333
-
2334
-
2335
-
2336
-
2337
-
2338
-
2339
- //#endregion
2340
- //#region GlobalLoader
2341
- function get() {
2342
- return this.blueLight;
2343
- } }, { key: "fileUploaderPaddingXSmall", get:
2344
-
2345
-
2346
-
2347
-
2348
-
2349
-
2350
-
2351
-
2352
-
2353
-
2354
-
2355
-
2356
-
2357
-
2358
-
2359
-
2360
-
2361
- function get() {
2362
- return this.inputPaddingXSmall;
2363
- } }, { key: "fileUploaderPaddingXMedium", get:
2364
- function get() {
2365
- return this.inputPaddingXMedium;
2366
- } }, { key: "fileUploaderPaddingXLarge", get:
2367
- function get() {
2368
- return this.inputPaddingXLarge;
2369
- } }, { key: "fileUploaderFontSizeSmall", get:
2370
- function get() {
2371
- return this.fontSizeSmall;
2372
- } }, { key: "fileUploaderFontSizeMedium", get:
2373
- function get() {
2374
- return this.fontSizeMedium;
2375
- } }, { key: "fileUploaderFontSizeLarge", get:
2376
- function get() {
2377
- return this.fontSizeLarge;
2378
- } }, { key: "fileUploaderLineHeightSmall", get:
2379
- function get() {
2380
- return this.controlLineHeightSmall;
2381
- } }, { key: "fileUploaderLineHeightMedium", get:
2382
- function get() {
2383
- return this.controlLineHeightMedium;
2384
- } }, { key: "fileUploaderLineHeightLarge", get:
2385
- function get() {
2386
- return this.controlLineHeightLarge;
2387
- } }, { key: "fileUploaderPaddingYSmall", get:
2388
- function get() {
2389
- return this.controlPaddingYSmall;
2390
- } }, { key: "fileUploaderPaddingYMedium", get:
2391
- function get() {
2392
- return this.controlPaddingYMedium;
2393
- } }, { key: "fileUploaderPaddingYLarge", get:
2394
- function get() {
2395
- return this.controlPaddingYLarge;
2396
- } }, { key: "fileUploaderTextColorDefault", get:
2397
- function get() {
2398
- return this.textColorDefault;
2399
- } }, { key: "fileUploaderBorderWidth", get:
2400
-
2401
-
2402
- function get() {
2403
- return this.controlBorderWidth;
2404
- } }, { key: "fileUploaderDisabledBorder", get:
2405
- function get() {
2406
- return this.fileUploaderBorderWidth + " " + this.fileUploaderBorderStyle + " " + this.fileUploaderDisabledBorderColor;
2407
- } }, { key: "fileUploaderBorderColorFocus", get:
2408
-
2409
- function get() {
2410
- return this.borderColorFocus;
2411
- } }, { key: "fileUploaderLinkColor", get:
2412
- function get() {
2413
- return this.textColorDefault;
2414
- } }, { key: "fileUploaderBorderColorError", get:
2415
-
2416
-
2417
-
2418
-
2419
- function get() {
2420
- return this.borderColorError;
2421
- } }, { key: "fileUploaderBorderColorWarning", get:
2422
- function get() {
2423
- return this.borderColorWarning;
2424
- } }, { key: "fileUploaderDisabledBg", get:
2425
- function get() {
2426
- return this.btnDisabledBg;
2427
- } }, { key: "fileUploaderDisabledTextColor", get:
2428
-
2429
-
2430
- function get() {
2431
- return this.textColorDisabled;
2432
- } }, { key: "fileUploaderDisabledLinkColor", get:
2433
- function get() {
2434
- return this.textColorDisabled;
2435
- } }, { key: "fileUploaderDisabledIconColor", get:
2436
- function get() {
2437
- return this.textColorDisabled;
2438
- } }, { key: "fileUploaderDragOverBorderColor", get:
2439
-
2440
-
2441
-
2442
-
2443
-
2444
-
2445
-
2446
- function get() {
2447
- return this.borderColorFocus;
2448
- } }, { key: "closeBtnIconFocusShadow", get:
2449
-
2450
-
2451
-
2452
-
2453
-
2454
-
2455
-
2456
-
2457
-
2458
- function get() {
2459
- return "inset 0 0 0 1px " + this.borderColorFocus + ", inset 0 0 0 2px " + this.outlineColorFocus;
2460
- }
2461
- //#endregion CloseIcon
2462
-
2463
- //#region Autocomplete
2464
- }, { key: "autocompleteMenuOffsetY", get: function get() {
2465
- return this.menuOffsetY;
2466
- }
2467
- //#endregion Autocomplete
2468
-
2469
- //#region Combobox
2470
- }, { key: "comboboxMenuOffsetY", get: function get() {
2471
- return this.menuOffsetY;
2472
- }
2473
- //#endregion Combobox
2474
-
2475
- //#region MiniModal
2476
- }, { key: "validationsTextColorError", get:
2477
-
2478
-
2479
-
2480
-
2481
-
2482
-
2483
-
2484
-
2485
-
2486
-
2487
-
2488
-
2489
-
2490
-
2491
-
2492
- //#endregion MiniModal
2493
-
2494
- //#region react-ui-validations
2495
- function get() {
2496
- return this.errorText;
2497
- }
2498
-
2499
- //#endregion
2500
- }]);}();_BasicLightThemeInternal = BasicLightThemeInternal; //#region Common variables
2501
- 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
2502
- //#region Link
2503
- 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
2504
- //#region Loader
2505
- BasicLightThemeInternal.loaderBg = 'rgba(255, 255, 255, 0.8)';BasicLightThemeInternal.loaderOpacity = '0.8';BasicLightThemeInternal.loaderBorderRadius = '0px'; //#endregion
2506
- //#region Button
2507
- 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
2508
- //#region Tooltip
2509
- 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
2510
- //#region Modal
2511
- 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
2512
- //#region DateRangePicker
2513
- BasicLightThemeInternal.rangeCalendarCellBg = '#f0f0f0';BasicLightThemeInternal.rangeCalendarCellEndBg = '#1e1e1e';BasicLightThemeInternal.rangeCalendarCellEndColor = 'white';BasicLightThemeInternal.rangeCalendarCellHoverBg = 'rgba(0, 0, 0, 0.1)';BasicLightThemeInternal.rangeCalendarWrapperHeight = '450px';BasicLightThemeInternal.mobileRangeCalendarCellBorderRadius = '20px';BasicLightThemeInternal.mobileRangeCalendarCellHeight = '42px';BasicLightThemeInternal.mobileRangeCalendarCellWidth = '42px';BasicLightThemeInternal.mobileRangeCalendarGridRowSpacing = '0px';BasicLightThemeInternal.mobileRangeCalendarWrapperHeight = '400px';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
2514
- //#region Dropdown
2515
- 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
2516
- 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
2517
- 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
2518
- 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
2519
- BasicLightThemeInternal.toggleContainerBoxShadowCheckedHover = 'none';BasicLightThemeInternal.toggleContainerBgCheckedHover = '#292929';BasicLightThemeInternal.toggleHandleBoxShadowCheckedHover = 'none';BasicLightThemeInternal.toggleHandleBgCheckedHover = '#F0F0F0'; // disabled
2520
- 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
2521
- //#region Popup
2522
- 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
2523
- //#region Switcher
2524
- 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
2525
- //#region ScrollContainer
2526
- 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
2527
- //#region PasswordInput
2528
- 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
2529
- BasicLightThemeInternal.globalLoaderSpinnerAnimationDuration = '2000'; //ms
2530
- BasicLightThemeInternal.globalLoaderSlowAnimationDuration = '20000'; //ms
2531
- BasicLightThemeInternal.globalLoaderTransitionFromSpinnerDuration = '200'; //ms
2532
- //#endregion
2533
- //#region FileUploader
2534
- 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
2535
- //#region CloseIcon
2536
- 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;