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