@skbkontur/react-ui 4.23.0 → 4.25.0

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 (264) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/cjs/components/Calendar/Calendar.d.ts +40 -5
  3. package/cjs/components/Calendar/Calendar.js +92 -36
  4. package/cjs/components/Calendar/Calendar.js.map +1 -1
  5. package/cjs/components/Calendar/Calendar.md +42 -1
  6. package/cjs/components/Calendar/Calendar.styles.js +1 -1
  7. package/cjs/components/Calendar/Calendar.styles.js.map +1 -1
  8. package/cjs/components/Calendar/CalendarContext.d.ts +12 -0
  9. package/cjs/components/Calendar/CalendarContext.js +16 -0
  10. package/cjs/components/Calendar/CalendarContext.js.map +1 -0
  11. package/cjs/components/Calendar/CalendarDateShape.d.ts +4 -2
  12. package/cjs/components/Calendar/CalendarDateShape.js +13 -3
  13. package/cjs/components/Calendar/CalendarDateShape.js.map +1 -1
  14. package/cjs/components/Calendar/CalendarDay.d.ts +12 -0
  15. package/cjs/components/Calendar/CalendarDay.js +77 -0
  16. package/cjs/components/Calendar/CalendarDay.js.map +1 -0
  17. package/cjs/components/Calendar/CalendarDay.md +70 -0
  18. package/cjs/components/Calendar/CalendarUtils.d.ts +2 -1
  19. package/cjs/components/Calendar/CalendarUtils.js +4 -6
  20. package/cjs/components/Calendar/CalendarUtils.js.map +1 -1
  21. package/cjs/components/Calendar/DayCellView.d.ts +4 -12
  22. package/cjs/components/Calendar/DayCellView.js +20 -43
  23. package/cjs/components/Calendar/DayCellView.js.map +1 -1
  24. package/cjs/components/Calendar/DayCellView.styles.d.ts +2 -5
  25. package/cjs/components/Calendar/DayCellView.styles.js +17 -24
  26. package/cjs/components/Calendar/DayCellView.styles.js.map +1 -1
  27. package/cjs/components/Calendar/Month.d.ts +0 -10
  28. package/cjs/components/Calendar/Month.js +33 -86
  29. package/cjs/components/Calendar/Month.js.map +1 -1
  30. package/cjs/components/Calendar/MonthView.d.ts +3 -2
  31. package/cjs/components/Calendar/MonthView.js +47 -37
  32. package/cjs/components/Calendar/MonthView.js.map +1 -1
  33. package/cjs/components/Calendar/MonthView.styles.d.ts +3 -0
  34. package/cjs/components/Calendar/MonthView.styles.js +45 -7
  35. package/cjs/components/Calendar/MonthView.styles.js.map +1 -1
  36. package/cjs/components/Calendar/MonthViewModel.js +24 -6
  37. package/cjs/components/Calendar/MonthViewModel.js.map +1 -1
  38. package/cjs/components/Calendar/config.js +12 -6
  39. package/cjs/components/Calendar/config.js.map +1 -1
  40. package/cjs/components/Calendar/index.d.ts +1 -0
  41. package/cjs/components/Calendar/index.js +2 -1
  42. package/cjs/components/Calendar/index.js.map +1 -1
  43. package/cjs/components/DatePicker/DatePicker.d.ts +4 -1
  44. package/cjs/components/DatePicker/DatePicker.js +71 -44
  45. package/cjs/components/DatePicker/DatePicker.js.map +1 -1
  46. package/cjs/components/DatePicker/DatePicker.md +36 -1
  47. package/cjs/components/DatePicker/DatePickerHelpers.js +2 -1
  48. package/cjs/components/DatePicker/DatePickerHelpers.js.map +1 -1
  49. package/cjs/components/DatePicker/MobilePicker.d.ts +10 -0
  50. package/cjs/components/DatePicker/MobilePicker.js +118 -0
  51. package/cjs/components/DatePicker/MobilePicker.js.map +1 -0
  52. package/cjs/components/DatePicker/MobilePicker.styles.d.ts +3 -0
  53. package/cjs/components/DatePicker/MobilePicker.styles.js +8 -0
  54. package/cjs/components/DatePicker/MobilePicker.styles.js.map +1 -0
  55. package/cjs/components/DatePicker/getMobilePickerTheme.d.ts +2 -0
  56. package/cjs/components/DatePicker/getMobilePickerTheme.js +19 -0
  57. package/cjs/components/DatePicker/getMobilePickerTheme.js.map +1 -0
  58. package/cjs/components/Input/Input.js +1 -1
  59. package/cjs/components/Input/Input.js.map +1 -1
  60. package/cjs/components/Input/Input.styles.d.ts +1 -1
  61. package/cjs/components/Input/Input.styles.js +3 -2
  62. package/cjs/components/Input/Input.styles.js.map +1 -1
  63. package/cjs/components/Input/InputLayout/InputLayout.styles.d.ts +1 -1
  64. package/cjs/components/Input/InputLayout/InputLayout.styles.js +3 -2
  65. package/cjs/components/Input/InputLayout/InputLayout.styles.js.map +1 -1
  66. package/cjs/components/Input/InputLayout/InputLayoutAsideIcon.js +1 -1
  67. package/cjs/components/Input/InputLayout/InputLayoutAsideIcon.js.map +1 -1
  68. package/cjs/internal/DateSelect/DateSelect.d.ts +2 -0
  69. package/cjs/internal/DateSelect/DateSelect.js +50 -4
  70. package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
  71. package/cjs/internal/DateSelect/DateSelect.styles.d.ts +1 -0
  72. package/cjs/internal/DateSelect/DateSelect.styles.js +15 -1
  73. package/cjs/internal/DateSelect/DateSelect.styles.js.map +1 -1
  74. package/cjs/internal/DateSelect/locale/locales/en.js +2 -1
  75. package/cjs/internal/DateSelect/locale/locales/en.js.map +1 -1
  76. package/cjs/internal/DateSelect/locale/locales/ru.js +2 -1
  77. package/cjs/internal/DateSelect/locale/locales/ru.js.map +1 -1
  78. package/cjs/internal/DateSelect/locale/types.d.ts +1 -0
  79. package/cjs/internal/InputLikeText/InputLikeText.js +1 -1
  80. package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
  81. package/cjs/internal/MobilePopup/MobilePopup.d.ts +4 -0
  82. package/cjs/internal/MobilePopup/MobilePopup.js +8 -2
  83. package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -1
  84. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.d.ts +7 -0
  85. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.js +32 -0
  86. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.js.map +1 -0
  87. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +4 -0
  88. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.js +15 -0
  89. package/cjs/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.js.map +1 -0
  90. package/cjs/internal/MobilePopup/MobilePopupFooter/index.d.ts +1 -0
  91. package/cjs/internal/MobilePopup/MobilePopupFooter/index.js +1 -0
  92. package/cjs/internal/MobilePopup/MobilePopupFooter/index.js.map +1 -0
  93. package/cjs/internal/NativeDateInput/utils.js +3 -2
  94. package/cjs/internal/NativeDateInput/utils.js.map +1 -1
  95. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +9 -6
  96. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
  97. package/cjs/internal/ThemePlayground/constants.js +2 -1
  98. package/cjs/internal/ThemePlayground/constants.js.map +1 -1
  99. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  100. package/cjs/internal/themes/DarkTheme.d.ts +2 -0
  101. package/cjs/internal/themes/DarkTheme.js +6 -1
  102. package/cjs/internal/themes/DarkTheme.js.map +1 -1
  103. package/cjs/internal/themes/DefaultTheme.d.ts +18 -0
  104. package/cjs/internal/themes/DefaultTheme.js +32 -4
  105. package/cjs/internal/themes/DefaultTheme.js.map +1 -1
  106. package/cjs/lib/date/InternalDate.d.ts +2 -0
  107. package/cjs/lib/date/InternalDate.js +8 -1
  108. package/cjs/lib/date/InternalDate.js.map +1 -1
  109. package/cjs/lib/date/InternalDateTransformer.d.ts +3 -0
  110. package/cjs/lib/date/InternalDateTransformer.js +23 -0
  111. package/cjs/lib/date/InternalDateTransformer.js.map +1 -1
  112. package/cjs/lib/date/InternalDateValidator.js +2 -1
  113. package/cjs/lib/date/InternalDateValidator.js.map +1 -1
  114. package/cjs/lib/date/comparison.d.ts +6 -0
  115. package/cjs/lib/date/comparison.js +44 -0
  116. package/cjs/lib/date/comparison.js.map +1 -0
  117. package/cjs/lib/locale/constants.d.ts +3 -0
  118. package/cjs/lib/locale/constants.js +6 -2
  119. package/cjs/lib/locale/constants.js.map +1 -1
  120. package/cjs/lib/theming/ThemeContext.md +3 -1
  121. package/cjs/lib/theming/themes/Theme2022DarkUpdate2024.d.ts +30 -0
  122. package/cjs/lib/theming/themes/Theme2022DarkUpdate2024.js +50 -0
  123. package/cjs/lib/theming/themes/Theme2022DarkUpdate2024.js.map +1 -0
  124. package/cjs/lib/theming/themes/Theme2022Update2024.d.ts +46 -0
  125. package/cjs/lib/theming/themes/Theme2022Update2024.js +75 -0
  126. package/cjs/lib/theming/themes/Theme2022Update2024.js.map +1 -0
  127. package/components/Calendar/Calendar/Calendar.js +81 -64
  128. package/components/Calendar/Calendar/Calendar.js.map +1 -1
  129. package/components/Calendar/Calendar.d.ts +40 -5
  130. package/components/Calendar/Calendar.md +42 -1
  131. package/components/Calendar/Calendar.styles/Calendar.styles.js +1 -1
  132. package/components/Calendar/Calendar.styles/Calendar.styles.js.map +1 -1
  133. package/components/Calendar/CalendarContext/CalendarContext.js +2 -0
  134. package/components/Calendar/CalendarContext/CalendarContext.js.map +1 -0
  135. package/components/Calendar/CalendarContext/package.json +6 -0
  136. package/components/Calendar/CalendarContext.d.ts +12 -0
  137. package/components/Calendar/CalendarDateShape/CalendarDateShape.js +23 -1
  138. package/components/Calendar/CalendarDateShape/CalendarDateShape.js.map +1 -1
  139. package/components/Calendar/CalendarDateShape.d.ts +4 -2
  140. package/components/Calendar/CalendarDay/CalendarDay.js +62 -0
  141. package/components/Calendar/CalendarDay/CalendarDay.js.map +1 -0
  142. package/components/Calendar/CalendarDay/package.json +6 -0
  143. package/components/Calendar/CalendarDay.d.ts +12 -0
  144. package/components/Calendar/CalendarDay.md +70 -0
  145. package/components/Calendar/CalendarUtils/CalendarUtils.js +5 -4
  146. package/components/Calendar/CalendarUtils/CalendarUtils.js.map +1 -1
  147. package/components/Calendar/CalendarUtils.d.ts +2 -1
  148. package/components/Calendar/DayCellView/DayCellView.js +32 -46
  149. package/components/Calendar/DayCellView/DayCellView.js.map +1 -1
  150. package/components/Calendar/DayCellView.d.ts +4 -12
  151. package/components/Calendar/DayCellView.styles/DayCellView.styles.js +10 -13
  152. package/components/Calendar/DayCellView.styles/DayCellView.styles.js.map +1 -1
  153. package/components/Calendar/DayCellView.styles.d.ts +2 -5
  154. package/components/Calendar/Month/Month.js +45 -80
  155. package/components/Calendar/Month/Month.js.map +1 -1
  156. package/components/Calendar/Month.d.ts +0 -10
  157. package/components/Calendar/MonthView/MonthView.js +49 -44
  158. package/components/Calendar/MonthView/MonthView.js.map +1 -1
  159. package/components/Calendar/MonthView.d.ts +3 -2
  160. package/components/Calendar/MonthView.styles/MonthView.styles.js +20 -6
  161. package/components/Calendar/MonthView.styles/MonthView.styles.js.map +1 -1
  162. package/components/Calendar/MonthView.styles.d.ts +3 -0
  163. package/components/Calendar/MonthViewModel/MonthViewModel.js +9 -6
  164. package/components/Calendar/MonthViewModel/MonthViewModel.js.map +1 -1
  165. package/components/Calendar/config/config.js +6 -4
  166. package/components/Calendar/config/config.js.map +1 -1
  167. package/components/Calendar/index/index.js +2 -1
  168. package/components/Calendar/index/index.js.map +1 -1
  169. package/components/Calendar/index.d.ts +1 -0
  170. package/components/DatePicker/DatePicker/DatePicker.js +60 -38
  171. package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
  172. package/components/DatePicker/DatePicker.d.ts +4 -1
  173. package/components/DatePicker/DatePicker.md +36 -1
  174. package/components/DatePicker/DatePickerHelpers/DatePickerHelpers.js +2 -1
  175. package/components/DatePicker/DatePickerHelpers/DatePickerHelpers.js.map +1 -1
  176. package/components/DatePicker/MobilePicker/MobilePicker.js +91 -0
  177. package/components/DatePicker/MobilePicker/MobilePicker.js.map +1 -0
  178. package/components/DatePicker/MobilePicker/package.json +6 -0
  179. package/components/DatePicker/MobilePicker.d.ts +10 -0
  180. package/components/DatePicker/MobilePicker.styles/MobilePicker.styles.js +10 -0
  181. package/components/DatePicker/MobilePicker.styles/MobilePicker.styles.js.map +1 -0
  182. package/components/DatePicker/MobilePicker.styles/package.json +6 -0
  183. package/components/DatePicker/MobilePicker.styles.d.ts +3 -0
  184. package/components/DatePicker/getMobilePickerTheme/getMobilePickerTheme.js +14 -0
  185. package/components/DatePicker/getMobilePickerTheme/getMobilePickerTheme.js.map +1 -0
  186. package/components/DatePicker/getMobilePickerTheme/package.json +6 -0
  187. package/components/DatePicker/getMobilePickerTheme.d.ts +2 -0
  188. package/components/Input/Input/Input.js +1 -1
  189. package/components/Input/Input/Input.js.map +1 -1
  190. package/components/Input/Input.styles/Input.styles.js +2 -2
  191. package/components/Input/Input.styles/Input.styles.js.map +1 -1
  192. package/components/Input/Input.styles.d.ts +1 -1
  193. package/components/Input/InputLayout/InputLayout.styles/InputLayout.styles.js +2 -2
  194. package/components/Input/InputLayout/InputLayout.styles/InputLayout.styles.js.map +1 -1
  195. package/components/Input/InputLayout/InputLayout.styles.d.ts +1 -1
  196. package/components/Input/InputLayout/InputLayoutAsideIcon/InputLayoutAsideIcon.js +1 -1
  197. package/components/Input/InputLayout/InputLayoutAsideIcon/InputLayoutAsideIcon.js.map +1 -1
  198. package/internal/DateSelect/DateSelect/DateSelect.js +56 -4
  199. package/internal/DateSelect/DateSelect/DateSelect.js.map +1 -1
  200. package/internal/DateSelect/DateSelect.d.ts +2 -0
  201. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js +4 -1
  202. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js.map +1 -1
  203. package/internal/DateSelect/DateSelect.styles.d.ts +1 -0
  204. package/internal/DateSelect/locale/locales/en/en.js +2 -1
  205. package/internal/DateSelect/locale/locales/en/en.js.map +1 -1
  206. package/internal/DateSelect/locale/locales/ru/ru.js +2 -1
  207. package/internal/DateSelect/locale/locales/ru/ru.js.map +1 -1
  208. package/internal/DateSelect/locale/types.d.ts +1 -0
  209. package/internal/InputLikeText/InputLikeText/InputLikeText.js +1 -1
  210. package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
  211. package/internal/MobilePopup/MobilePopup/MobilePopup.js +2 -1
  212. package/internal/MobilePopup/MobilePopup/MobilePopup.js.map +1 -1
  213. package/internal/MobilePopup/MobilePopup.d.ts +4 -0
  214. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter/MobilePopupFooter.js +37 -0
  215. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter/MobilePopupFooter.js.map +1 -0
  216. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter/package.json +6 -0
  217. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.d.ts +7 -0
  218. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles/MobilePopupFooter.styles.js +11 -0
  219. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles/MobilePopupFooter.styles.js.map +1 -0
  220. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles/package.json +6 -0
  221. package/internal/MobilePopup/MobilePopupFooter/MobilePopupFooter.styles.d.ts +4 -0
  222. package/internal/MobilePopup/MobilePopupFooter/index/index.js +1 -0
  223. package/internal/MobilePopup/MobilePopupFooter/index/index.js.map +1 -0
  224. package/internal/MobilePopup/MobilePopupFooter/index/package.json +6 -0
  225. package/internal/MobilePopup/MobilePopupFooter/index.d.ts +1 -0
  226. package/internal/MobilePopup/MobilePopupFooter/package.json +6 -0
  227. package/internal/NativeDateInput/utils/utils.js +2 -1
  228. package/internal/NativeDateInput/utils/utils.js.map +1 -1
  229. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js +8 -5
  230. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js.map +1 -1
  231. package/internal/ThemePlayground/constants/constants.js +3 -0
  232. package/internal/ThemePlayground/constants/constants.js.map +1 -1
  233. package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  234. package/internal/themes/DarkTheme/DarkTheme.js +2 -0
  235. package/internal/themes/DarkTheme/DarkTheme.js.map +1 -1
  236. package/internal/themes/DarkTheme.d.ts +2 -0
  237. package/internal/themes/DefaultTheme/DefaultTheme.js +32 -1
  238. package/internal/themes/DefaultTheme/DefaultTheme.js.map +1 -1
  239. package/internal/themes/DefaultTheme.d.ts +18 -0
  240. package/lib/date/InternalDate/InternalDate.js +7 -1
  241. package/lib/date/InternalDate/InternalDate.js.map +1 -1
  242. package/lib/date/InternalDate.d.ts +2 -0
  243. package/lib/date/InternalDateTransformer/InternalDateTransformer.js +30 -0
  244. package/lib/date/InternalDateTransformer/InternalDateTransformer.js.map +1 -1
  245. package/lib/date/InternalDateTransformer.d.ts +3 -0
  246. package/lib/date/InternalDateValidator/InternalDateValidator.js +6 -1
  247. package/lib/date/InternalDateValidator/InternalDateValidator.js.map +1 -1
  248. package/lib/date/comparison/comparison.js +45 -0
  249. package/lib/date/comparison/comparison.js.map +1 -0
  250. package/lib/date/comparison/package.json +6 -0
  251. package/lib/date/comparison.d.ts +6 -0
  252. package/lib/locale/constants/constants.js +4 -1
  253. package/lib/locale/constants/constants.js.map +1 -1
  254. package/lib/locale/constants.d.ts +3 -0
  255. package/lib/theming/ThemeContext.md +3 -1
  256. package/lib/theming/themes/Theme2022DarkUpdate2024/Theme2022DarkUpdate2024.js +33 -0
  257. package/lib/theming/themes/Theme2022DarkUpdate2024/Theme2022DarkUpdate2024.js.map +1 -0
  258. package/lib/theming/themes/Theme2022DarkUpdate2024/package.json +6 -0
  259. package/lib/theming/themes/Theme2022DarkUpdate2024.d.ts +30 -0
  260. package/lib/theming/themes/Theme2022Update2024/Theme2022Update2024.js +50 -0
  261. package/lib/theming/themes/Theme2022Update2024/Theme2022Update2024.js.map +1 -0
  262. package/lib/theming/themes/Theme2022Update2024/package.json +6 -0
  263. package/lib/theming/themes/Theme2022Update2024.d.ts +46 -0
  264. package/package.json +2 -2
@@ -17,6 +17,6 @@ export interface VariableDependencies {
17
17
  }
18
18
  export declare const COMPONENT_DESCRIPTIONS: DescriptionsType;
19
19
  export declare const COMPONENT_DESCRIPTIONS_BY_VARIABLE: VariableNameToComponentsMap;
20
- export declare const ALL_USED_VARIABLES: ("black" | "blue" | "gray" | "green" | "red" | "white" | "yellow" | "prototype" | "fontFamilyCompensationBaseline" | "labGrotesqueBaselineCompensation" | "brandXLight" | "brandLight" | "brand" | "brandDark" | "brandXDark" | "grayXxLight" | "grayXLight" | "grayLight" | "grayDark" | "blueXxLight" | "blueLight" | "blueDark" | "blueXDark" | "greenXxLight" | "greenDark" | "redXxLight" | "redDark" | "yellowXxLight" | "yellowDark" | "bgDefault" | "bgSecondary" | "bgDisabled" | "errorMain" | "errorSecondary" | "errorText" | "warningMain" | "warningSecondary" | "warningText" | "borderColorFocusLight" | "borderColorGrayDark" | "borderColorGrayLight" | "borderColorDisabled" | "placeholderColor" | "outlineColorFocus" | "placeholderColorLight" | "blinkColor" | "controlBorderWidth" | "controlOutlineWidth" | "controlLineHeightSmall" | "controlLineHeightMedium" | "controlLineHeightLarge" | "controlPaddingYSmall" | "controlPaddingYMedium" | "controlPaddingYLarge" | "textColorDefault" | "textColorInvert" | "textColorDisabled" | "textColorDisabledContrast" | "fontSizeSmall" | "fontSizeMedium" | "fontSizeLarge" | "fontSizeMobile" | "lineHeightMobile" | "specificityLevel" | "fixedPanelShadow" | "bgActive" | "borderColorFocus" | "borderColorError" | "borderColorWarning" | "controlHeightSmall" | "controlHeightMedium" | "controlHeightLarge" | "mobileMediaQuery" | "transitionDuration" | "transitionTimingFunction" | "linkColor" | "linkActiveColor" | "linkHoverTextDecoration" | "linkSuccessColor" | "linkSuccessHoverColor" | "linkSuccessActiveColor" | "linkDangerColor" | "linkDangerHoverColor" | "linkDangerActiveColor" | "linkIconMarginRight" | "linkIconMarginLeft" | "linkHoverColor" | "linkDisabledColor" | "linkGrayedColor" | "linkGrayedHoverColor" | "linkGrayedActiveColor" | "linkButtonLineHeight" | "linkButtonPaddingX" | "linkLineBorderBottomStyle" | "linkLineHoverBorderBottomStyle" | "linkLineBorderBottomWidth" | "linkLineBorderBottomOpacity" | "linkLineBorderBottomColor" | "linkFocusOutlineColor" | "linkFocusOutlineWidth" | "linkFocusOutline" | "tokenDisabledBg" | "tokenTextColorDisabled" | "tokenFontSize" | "tokenFontSizeSmall" | "tokenFontSizeMedium" | "tokenFontSizeLarge" | "tokenMarginY" | "tokenMarginX" | "tokenMarginYSmall" | "tokenMarginXSmall" | "tokenMarginYMedium" | "tokenMarginXMedium" | "tokenMarginYLarge" | "tokenMarginXLarge" | "tokenLineHeight" | "tokenLineHeightSmall" | "tokenLineHeightMedium" | "tokenLineHeightLarge" | "tokenPaddingY" | "tokenPaddingX" | "tokenPaddingYSmall" | "tokenPaddingXSmall" | "tokenPaddingYMedium" | "tokenPaddingXMedium" | "tokenPaddingYLarge" | "tokenPaddingXLarge" | "tokenMarginBeforeIcon" | "tokenRemoveIconSize" | "tokenRemoveIconPaddingY" | "tokenRemoveIconPaddingX" | "tokenRemoveIconGap" | "tokenRemoveIconBoxSizing" | "tokenBorderRadius" | "tokenBorderWidth" | "tokenBorderColorDisabled" | "tokenDefaultIdle" | "tokenDefaultActive" | "tokenGrayIdle" | "tokenGrayActive" | "tokenBlueIdle" | "tokenBlueActive" | "tokenGreenIdle" | "tokenGreenActive" | "tokenYellowIdle" | "tokenYellowActive" | "tokenRedIdle" | "tokenRedActive" | "tokenWhite" | "tokenBlack" | "tokenBorderColorWarning" | "tokenBorderColorError" | "tokenOutlineWidth" | "tokenLegacyTextShift" | "tokenPaddingYDisabled" | "tokenPaddingXDisabled" | "tokenMarginYDisabled" | "tokenMarginXDisabled" | "tokenShadowDisabled" | "tokenDefaultIdleBg" | "tokenDefaultIdleColor" | "tokenDefaultIdleBorderColor" | "tokenDefaultIdleBgHover" | "tokenDefaultIdleColorHover" | "tokenDefaultIdleBorderColorHover" | "tokenDefaultActiveBg" | "tokenDefaultActiveColor" | "tokenDefaultActiveBorderColor" | "tokenInputLineHeight" | "tokenInputLineHeightSmall" | "tokenInputLineHeightMedium" | "tokenInputLineHeightLarge" | "tokenInputBorderColor" | "tokenInputBorderColorHover" | "tokenInputBorderColorFocus" | "tokenInputBorderColorError" | "tokenInputBorderColorWarning" | "tokenInputBorderTopColor" | "tokenInputBorderRadius" | "tokenInputPlaceholderColor" | "tokenInputPlaceholderColorLight" | "tokenInputDisabledBg" | "tokenInputDisabledBorderColor" | "tokenInputBorderWidth" | "tokenInputOutlineWidth" | "tokenInputBg" | "tokenInputMenuPopupBg" | "tokenInputShadow" | "tokenInputTextColor" | "tokenInputTextColorDisabled" | "tokenInputPlaceholderColorDisabled" | "tokenInputPaddingY" | "tokenInputPaddingX" | "tokenInputPaddingYSmall" | "tokenInputPaddingXSmall" | "tokenInputPaddingYMedium" | "tokenInputPaddingXMedium" | "tokenInputPaddingYLarge" | "tokenInputPaddingXLarge" | "tokenInputPopupOffset" | "tokenInputPopupMarginSmall" | "tokenInputPopupMarginMedium" | "tokenInputPopupMarginLarge" | "loaderBg" | "loaderOpacity" | "loaderBorderRadius" | "btnBackgroundClip" | "btnArrowBgImageActive" | "btnArrowBgImageChecked" | "btnLinkBorderRadius" | "btnFocusShadowWidth" | "btnBorderColorTransition" | "btnDisabledBorderColor" | "btnCheckedBg" | "btnCheckedDisabledBg" | "btnCheckedDisabledColor" | "btnCheckedTextColor" | "btnCheckedDisabledBorderColor" | "btnCheckedShadow" | "btnCheckedDisabledShadow" | "btnBorderRadiusSmall" | "btnBorderRadiusMedium" | "btnBorderRadiusLarge" | "btnBorderWidth" | "btnInsetWidth" | "btnOutlineWidth" | "btnPaddingXSmall" | "btnPaddingXMedium" | "btnPaddingXLarge" | "btnIconGapSmall" | "btnIconGapSmallLeft" | "btnIconGapSmallRight" | "btnIconGapMedium" | "btnIconGapMediumLeft" | "btnIconGapMediumRight" | "btnIconGapLarge" | "btnIconGapLargeLeft" | "btnIconGapLargeRight" | "btnIconSizeSmall" | "btnIconSizeMedium" | "btnIconSizeLarge" | "btnDefaultBg" | "btnDefaultBgStart" | "btnDefaultBgEnd" | "btnDefaultCheckedBorderColor" | "btnDefaultTextColor" | "btnDefaultHoverBg" | "btnDefaultHoverBgStart" | "btnDefaultHoverBgEnd" | "btnDefaultActiveBg" | "btnDefaultHoverBorderColor" | "btnDefaultHoverBorderBottomColor" | "btnDefaultHoverTextColor" | "btnDefaultActiveBorderColor" | "btnDefaultActiveBorderTopColor" | "btnDefaultBorderColor" | "btnDefaultBorderBottomColor" | "btnDefaultActiveShadow" | "btnSuccessBg" | "btnSuccessHoverBg" | "btnSuccessHoverBorderColor" | "btnSuccessHoverBorderBottomColor" | "btnSuccessHoverTextColor" | "btnSuccessBorderColor" | "btnSuccessBorderBottomColor" | "btnSuccessBgStart" | "btnSuccessBgEnd" | "btnSuccessTextColor" | "btnSuccessHoverBgStart" | "btnSuccessHoverBgEnd" | "btnSuccessActiveBg" | "btnSuccessActiveBorderColor" | "btnSuccessActiveBorderTopColor" | "btnSuccessActiveShadow" | "btnPrimaryBg" | "btnPrimaryHoverBg" | "btnPrimaryHoverBorderColor" | "btnPrimaryHoverBorderBottomColor" | "btnPrimaryHoverTextColor" | "btnPrimaryBorderColor" | "btnPrimaryBorderBottomColor" | "btnPrimaryBgStart" | "btnPrimaryBgEnd" | "btnPrimaryTextColor" | "btnPrimaryHoverBgStart" | "btnPrimaryHoverBgEnd" | "btnPrimaryActiveBg" | "btnPrimaryActiveBorderColor" | "btnPrimaryActiveBorderTopColor" | "btnPrimaryActiveShadow" | "btnDangerBg" | "btnDangerHoverBg" | "btnDangerHoverBorderColor" | "btnDangerHoverBorderBottomColor" | "btnDangerHoverTextColor" | "btnDangerBorderColor" | "btnDangerBorderBottomColor" | "btnDangerBgStart" | "btnDangerBgEnd" | "btnDangerTextColor" | "btnDangerHoverBgStart" | "btnDangerHoverBgEnd" | "btnDangerActiveBg" | "btnDangerActiveBorderColor" | "btnDangerActiveBorderTopColor" | "btnDangerActiveShadow" | "btnPayBg" | "btnPayHoverBg" | "btnPayHoverBorderColor" | "btnPayHoverBorderBottomColor" | "btnPayHoverTextColor" | "btnPayBorderColor" | "btnPayBorderBottomColor" | "btnPayBgStart" | "btnPayBgEnd" | "btnPayTextColor" | "btnPayHoverBgStart" | "btnPayHoverBgEnd" | "btnPayActiveBg" | "btnPayActiveBorderColor" | "btnPayActiveBorderTopColor" | "btnPayActiveShadow" | "btnMenuArrowColor" | "btnFontSizeSmall" | "btnFontSizeMedium" | "btnFontSizeLarge" | "btnLineHeightSmall" | "btnLineHeightMedium" | "btnLineHeightLarge" | "btnPaddingYSmall" | "btnPaddingYMedium" | "btnPaddingYLarge" | "btnDisabledBg" | "btnBorderColorWarning" | "btnBorderColorError" | "btnHeightSmall" | "btnHeightMedium" | "btnHeightLarge" | "btnLinkColor" | "btnLinkHoverColor" | "btnLinkActiveColor" | "btnLinkHoverTextDecoration" | "btnLinkLineBorderBottomColor" | "btnLinkLineBorderBottomStyle" | "btnLinkHoverLineBorderBottomStyle" | "btnLinkLineBorderBottomWidth" | "btnLinkLineBorderBottomOpacity" | "btnLinkIconMarginRight" | "btnLinkIconMarginLeft" | "btnErrorSecondary" | "btnWarningSecondary" | "btnOutlineColorFocus" | "btnInsetColor" | "btnBorderColorFocus" | "btnLinkDisabledColor" | "btnDisabledTextColor" | "btnBacklessBg" | "btnBacklessHoverBg" | "btnBacklessActiveBg" | "btnBacklessBorderColor" | "btnBacklessDisabledBorderColor" | "btnBacklessHoverBorderColor" | "btnBacklessHoverTextColor" | "btnBacklessTextColor" | "btnTextBg" | "btnTextHoverBg" | "btnTextActiveBg" | "btnTextBorderColor" | "btnTextTextColor" | "btnTextHoverTextColor" | "btnTextHoverBorderColor" | "btnWithIconPaddingLeftSmall" | "btnWithIconPaddingLeftMedium" | "btnWithIconPaddingLeftLarge" | "btnIconColor" | "btnIconHoverColor" | "btnIconDisabledColor" | "selectDefaultBg" | "selectPlaceholderColor" | "selectBorderWidth" | "selectPlaceholderColorDisabled" | "selectOutlineWidth" | "selectLineHeightSmall" | "selectFontSizeSmall" | "selectPaddingXSmall" | "selectPaddingYSmall" | "selectBorderRadiusSmall" | "selectIconGapSmall" | "selectLineHeightMedium" | "selectFontSizeMedium" | "selectPaddingXMedium" | "selectPaddingYMedium" | "selectBorderRadiusMedium" | "selectIconGapMedium" | "selectLineHeightLarge" | "selectFontSizeLarge" | "selectPaddingXLarge" | "selectPaddingYLarge" | "selectBorderRadiusLarge" | "selectIconGapLarge" | "selectMenuArrowColor" | "selectMenuArrowColorDisabled" | "selectIconSizeSmall" | "selectIconSizeMedium" | "selectIconSizeLarge" | "selectRootWidthMobile" | "mobileSelectMaxWidth" | "selectTextColorDisabled" | "selectBgDisabled" | "selectBorderColorDisabled" | "selectMenuOffsetY" | "selectBorderColorHover" | "selectBorderColorTransition" | "tooltipPaddingY" | "tooltipPaddingX" | "tooltipCloseBtnPadding" | "tooltipCloseBtnSide" | "tooltipCloseBtnColor" | "tooltipCloseBtnHoverColor" | "tooltipTextColor" | "tooltipBg" | "tooltipBorder" | "tooltipBorderRadius" | "tooltipPinOffset" | "tooltipPinOffsetX" | "tooltipPinOffsetY" | "tooltipMargin" | "tooltipPinSize" | "tooltipFontSize" | "tooltipLineHeight" | "tooltipMenuPinOffset" | "tooltipMenuMargin" | "tooltipMenuPinSize" | "kebabPinOffset" | "kebabPinSize" | "kebabMargin" | "kebabBackground" | "kebabBackgroundHover" | "kebabBackgroundActive" | "kebabBorderRadius" | "kebabBorder" | "kebabSizeSmall" | "kebabSizeMedium" | "kebabSizeLarge" | "kebabIconSizeSmall" | "kebabIconSizeMedium" | "kebabIconSizeLarge" | "kebabIconColor" | "modalWindowShadow" | "modalBackBg" | "modalBg" | "modalBackOpacity" | "modalCloseButtonColor" | "modalCloseButtonDisabledColor" | "modalCloseButtonHoverColor" | "modalCloseButtonPadding" | "modalCloseButtonLegacyShift" | "modalCloseButtonBottomPadding" | "modalCloseButtonClickArea" | "modalCloseIconSize" | "modalCloseLegacyGap" | "modalCloseWrapperLegacyGap" | "modalBorderRadius" | "modalFixedHeaderBg" | "modalFixedHeaderShadow" | "modalFixedHeaderBorder" | "modalFixedFooterBorder" | "modalFixedFooterShadow" | "modalFixedPanelShadow" | "modalFooterBg" | "modalAdaptiveThreshold" | "modalPaddingTop" | "modalPaddingLeft" | "modalPaddingRight" | "modalHeaderFontSize" | "modalHeaderFontWeight" | "modalHeaderTextColor" | "modalHeaderLineHeight" | "modalHeaderPaddingBottom" | "modalHeaderPaddingTop" | "modalHeaderAdditionalPaddingBottom" | "modalFixedHeaderMarginBottom" | "modalFixedHeaderPaddingBottom" | "modalFixedFooterPaddingTop" | "modalFixedFooterMarginTop" | "modalSeparatorBorderBottom" | "modalBodyTextColor" | "modalFooterTextColor" | "modalBodyPaddingTop" | "modalBodyPaddingBottom" | "modalBodyBorderRadius" | "modalFooterPaddingTop" | "modalFooterPaddingBottom" | "modalPaddingBottom" | "modalFooterPanelPaddingTop" | "modalFooterPanelPaddingBottom" | "mobileModalCloseButtonRightPadding" | "mobileModalCloseButtonTopPadding" | "mobileModalCloseButtonClickArea" | "mobileModalCloseIconSize" | "mobileModalHeaderFontSize" | "mobileModalHeaderLineHeight" | "mobileModalHeaderPadding" | "mobileModalBodyPadding" | "mobileModalBodyFontSize" | "mobileModalFooterPadding" | "mobileModalPaddingBottom" | "mobileModalContainerHeight" | "mobileModalContainerMarginTop" | "mobileModalContainerMarginRight" | "mobileModalContainerMarginBottom" | "mobileModalContainerMarginLeft" | "sidePageFooterPanelBg" | "sidePageBackingBg" | "sidePageBackingBgOpacity" | "sidePageCloseButtonColor" | "sidePageCloseButtonHoverColor" | "sidePageContainerShadow" | "mobileSidePagePaddingLeft" | "mobileSidePagePaddingRight" | "mobileSidePagePaddingTop" | "mobileSidePagePaddingBottom" | "mobileSidePageFooterPadding" | "sidePagePaddingLeft" | "sidePagePaddingRight" | "sidePagePaddingTop" | "sidePagePaddingBottom" | "sidePageFooterPaddingTop" | "sidePageFooterPaddingBottom" | "sidePageBgDefault" | "sidePageHeaderTextColor" | "sidePageBodyTextColor" | "sidePageFooterTextColor" | "sidePageHeaderFontSize" | "sidePageHeaderLineHeight" | "sidePageHeaderPaddingBottom" | "sidePageHeaderPaddingTop" | "sidePageHeaderFixedFontSize" | "sidePageHeaderFixedLineHeight" | "sidePageHeaderFixedPaddingY" | "sidePageHeaderStickyOffset" | "sidePageCloseButtonPadding" | "mobileSidePageCloseButtonPadding" | "sidePageCloseButtonLegacyPaddingLeft" | "sidePageFooterPanelPaddingTop" | "sidePageFooterPanelPaddingBottom" | "sidePageCloseIconSize" | "sidePageCloseButtonClickArea" | "mobileSidePageCloseButtonClickArea" | "sidePageFixedHeaderShadow" | "sidePageFixedFooterShadow" | "sidePageFixedPanelShadow" | "mobileSidePageHeaderFontSize" | "mobileSidePageHeaderLineHeight" | "mobileSidePageHeaderPaddingBottom" | "mobileSidePageHeaderPaddingTop" | "sidePageHeaderFontWeight" | "dateInputIconColor" | "dateInputMaskColor" | "dateInputComponentSelectedBgColor" | "dateInputComponentSelectedTextColor" | "calendarBottomSeparatorBorderColor" | "calendarBottomSeparatorBorderWidth" | "calendarBottomSeparatorBorder" | "calendarBg" | "calendarCellBg" | "calendarCellHoverColor" | "calendarCellActiveHoverColor" | "calendarCellWeekendColor" | "calendarCellTodayBorder" | "calendarCellSelectedBgColor" | "calendarCellSelectedFontColor" | "calendarCellSize" | "calendarCellLineHeight" | "calendarMonthHeaderStickedBgColor" | "calendarMonthTitleBorderBottomColor" | "calendarCellHoverBgColor" | "calendarPaddingX" | "calendarMonthTitleLineHeight" | "calendarMonthTitlePaddingTop" | "calendarMonthTitlePaddingBottom" | "calendarMonthTitleMarginX" | "calendarMonthTitleMarginBottom" | "calendarWrapperHeight" | "calendarMonthMarginBottom" | "calendarMaxMonthsToAppendOnScroll" | "dateSelectLineHeight" | "dateSelectFontSize" | "dateSelectFontWeight" | "dateSelectMenuItemBgSelected" | "dateSelectTextColorDisabled" | "dateSelectTextColorDefault" | "dateSelectLinkColor" | "dateSelectPopupBoxShadow" | "dateSelectTextColorInvert" | "datePickerOpenBtnColor" | "datePickerMenuOffsetY" | "pickerBg" | "pickerShadow" | "pickerTodayWrapperBgColor" | "pickerTodayWrapperBorderTop" | "pickerTodayWrapperHoverBgColor" | "pickerTodayWrapperFontSize" | "pickerTodayWrapperLineHeight" | "pickerTodayWrapperPaddingTop" | "pickerTodayWrapperPaddingBottom" | "pickerBorderRadius" | "dateSelectMenuBg" | "dateSelectMenuItemBgActive" | "dateSelectMenuItemBgDisabled" | "dateSelectMenuItemFontActive" | "dateSelectMenuItemFontSelected" | "dateSelectMenuItemFontDisabled" | "pagingFontSize" | "pagingForwardIconSize" | "pagingForwardIconMarginTop" | "pagingPageLinkBoxSizing" | "pagingPageLinkPaddingX" | "pagingPageLinkPaddingY" | "pagingPageLinkLegacyPaddingY" | "pagingPageLinkMinWidth" | "pagingPageForwardLinkMarginTop" | "pagingPageForwardLinkMarginLeft" | "pagingPageForwardLinkPaddingRight" | "pagingLineHeight" | "pagingDotsColor" | "pagingDotsPadding" | "pagingPageLinkActiveBg" | "pagingPageLinkDisabledActiveBg" | "pagingPageLinkActiveColor" | "pagingPageLinkHoverBg" | "pagingPageLinkBorderRadius" | "pagingPageLinkHintColor" | "pagingPageLinkHintFontSize" | "pagingPageLinkHintLineHeight" | "pagingPageLinkHintMargin" | "pagingPageLinkMargin" | "pagingForwardLinkColor" | "pagingForwardLinkDisabledColor" | "pagingDotsDisabledColor" | "hintColor" | "mobileHintColor" | "hintFontSize" | "hintLineHeight" | "hintMaxWidth" | "hintPaddingY" | "hintPaddingX" | "hintTextAlign" | "hintBgColor" | "hintBorder" | "hintBorderRadius" | "hintPinOffset" | "hintMargin" | "toastFontSize" | "toastLineHeight" | "toastPaddingY" | "toastPaddingX" | "toastBorderRadius" | "toastBorder" | "toastTop" | "toastBg" | "toastColor" | "toastLinkColor" | "toastLinkTextDecorationHover" | "toastLinkBgHover" | "toastLinkBgActive" | "toastClosePadding" | "toastCloseColor" | "toastCloseHoverColor" | "toastCloseSize" | "dropdownMenuSelectedBg" | "dropdownMenuBorderColorTransition" | "dropdownMenuHoverBorderColor" | "dropdownMenuHoverBg" | "dropdownMenuOffsetY" | "dropdownMenuMenuOffsetY" | "dropdownMenuMenuBoxSizing" | "dropdownButtonBorderRadiusSmall" | "dropdownButtonBorderRadiusMedium" | "dropdownButtonBorderRadiusLarge" | "dropdownDefaultBg" | "dropdownBorderWidth" | "dropdownOutlineWidth" | "dropdownLineHeightSmall" | "dropdownFontSizeSmall" | "dropdownPaddingXSmall" | "dropdownPaddingYSmall" | "dropdownIconSizeSmall" | "dropdownLineHeightMedium" | "dropdownFontSizeMedium" | "dropdownPaddingXMedium" | "dropdownPaddingYMedium" | "dropdownIconSizeMedium" | "dropdownLineHeightLarge" | "dropdownFontSizeLarge" | "dropdownPaddingXLarge" | "dropdownPaddingYLarge" | "dropdownIconSizeLarge" | "dropdownBgDisabled" | "dropdownBorderColorDisabled" | "dropdownTextColorDisabled" | "menuBgDefault" | "menuBorderRadius" | "menuBorder" | "menuShadow" | "menuPaddingY" | "menuLegacyPaddingY" | "menuScrollContainerContentWrapperPaddingY" | "mobileMenuPaddingY" | "mobileMenuScrollContainerContentWrapperPaddingY" | "menuPaddingX" | "mobileMenuPaddingX" | "menuOffsetY" | "menuBoxSizing" | "menuItemTextColor" | "menuItemSelectedBg" | "menuItemHoverBg" | "menuItemIconWidth" | "menuItemIconWidthSmall" | "menuItemIconWidthMedium" | "menuItemIconWidthLarge" | "menuItemIconGap" | "menuItemIconLegacyMargin" | "menuItemIconLegacyShift" | "menuItemPaddingForIcon" | "menuItemPaddingForIconSmall" | "menuItemPaddingForIconMedium" | "menuItemPaddingForIconLarge" | "menuItemLineHeight" | "menuItemLineHeightSmall" | "menuItemLineHeightMedium" | "menuItemLineHeightLarge" | "menuItemFontSize" | "menuItemFontSizeSmall" | "menuItemFontSizeMedium" | "menuItemFontSizeLarge" | "menuItemPaddingX" | "menuItemPaddingY" | "menuItemPaddingXSmall" | "menuItemPaddingYSmall" | "menuItemPaddingXMedium" | "menuItemPaddingYMedium" | "menuItemPaddingXLarge" | "menuItemPaddingYLarge" | "menuItemBorderRadius" | "menuItemLegacyPaddingX" | "menuItemLegacyPaddingY" | "menuItemHoverColor" | "menuItemLinkColor" | "menuItemCommentColor" | "menuItemCommentOpacity" | "menuItemCommentColorHover" | "menuItemDisplay" | "menuItemPaddingMobile" | "menuItemLineHeightMobile" | "menuItemFontSizeMobile" | "menuItemDisabledColor" | "menuItemDisabledBg" | "menuMessageTextColor" | "menuMessageBg" | "menuMessagePaddingY" | "menuMessagePaddingX" | "menuMessageDisplay" | "menuMessagePaddingMobile" | "menuMessageLineHeight" | "menuMessageLineHeightMobile" | "menuMessageFontSize" | "menuMessageFontSizeMobile" | "menuMessageFontSizeSmall" | "menuMessageFontSizeMedium" | "menuMessageFontSizeLarge" | "menuMessageLineHeightSmall" | "menuMessageLineHeightMedium" | "menuMessageLineHeightLarge" | "menuItemGap" | "menuHeaderColor" | "menuHeaderLineHeight" | "menuHeaderLineHeightSmall" | "menuHeaderLineHeightMedium" | "menuHeaderLineHeightLarge" | "menuHeaderFontSize" | "menuHeaderFontSizeSmall" | "menuHeaderFontSizeMedium" | "menuHeaderFontSizeLarge" | "menuHeaderPaddingX" | "menuHeaderPaddingTop" | "menuHeaderPaddingBottom" | "menuHeaderPaddingXSmall" | "menuHeaderPaddingTopSmall" | "menuHeaderPaddingBottomSmall" | "menuHeaderPaddingXMedium" | "menuHeaderPaddingTopMedium" | "menuHeaderPaddingBottomMedium" | "menuHeaderPaddingXLarge" | "menuHeaderPaddingTopLarge" | "menuHeaderPaddingBottomLarge" | "menuHeaderTotalCountPaddingTopSmall" | "menuHeaderTotalCountPaddingTopMedium" | "menuHeaderTotalCountPaddingTopLarge" | "menuHeaderTotalCountPaddingBottomSmall" | "menuHeaderTotalCountPaddingBottomMedium" | "menuHeaderTotalCountPaddingBottomLarge" | "menuHeaderLegacyPaddingRight" | "menuFooterColor" | "menuFooterLineHeightSmall" | "menuFooterLineHeightMedium" | "menuFooterLineHeightLarge" | "menuFooterFontSizeSmall" | "menuFooterFontSizeMedium" | "menuFooterFontSizeLarge" | "menuFooterPaddingXSmall" | "menuFooterPaddingXMedium" | "menuFooterPaddingXLarge" | "menuFooterPaddingTopSmall" | "menuFooterPaddingTopMedium" | "menuFooterPaddingTopLarge" | "menuFooterPaddingBottomSmall" | "menuFooterPaddingBottomMedium" | "menuFooterPaddingBottomLarge" | "menuFooterLegacyPaddingRight" | "menuSeparatorBorderColor" | "menuSeparatorMarginY" | "menuSeparatorMarginX" | "menuSeparatorBorderWidth" | "mobileMenuSeparatorMarginY" | "mobileMenuSeparatorMarginX" | "toggleFontSize" | "toggleLineHeight" | "toggleLineHeightSmall" | "toggleLineHeightMedium" | "toggleLineHeightLarge" | "toggleFontSizeSmall" | "toggleFontSizeMedium" | "toggleFontSizeLarge" | "toggleTextColor" | "toggleHandleActiveWidthIncrement" | "toggleHandleBorderRadius" | "toggleHandleBorderRadiusSmall" | "toggleHandleBorderRadiusMedium" | "toggleHandleBorderRadiusLarge" | "toggleHeight" | "toggleWidth" | "toggleHeightSmall" | "toggleWidthSmall" | "toggleHeightMedium" | "toggleWidthMedium" | "toggleHeightLarge" | "toggleWidthLarge" | "toggleBorderRadius" | "toggleBorderRadiusSmall" | "toggleBorderRadiusMedium" | "toggleBorderRadiusLarge" | "toggleBg" | "toggleCheckedBg" | "toggleDisabledHandleBg" | "toggleBaseBg" | "toggleBgDisabled" | "toggleBgDisabledChecked" | "toggleBgHover" | "toggleCheckedBgHover" | "toggleBgChecked" | "toggleBorderWidth" | "toggleOutlineWidth" | "toggleBorderColor" | "toggleBorderColorDisabled" | "toggleBorderColorDisabledChecked" | "toggleHandleSize" | "toggleHandleSizeSmall" | "toggleHandleSizeMedium" | "toggleHandleSizeLarge" | "toggleHandleLeft" | "toggleHandleTop" | "toggleBgFocus" | "toggleBgActive" | "toggleShadowColorError" | "toggleShadowColorWarning" | "toggleFocusShadowColor" | "toggleCaptionGap" | "toggleButtonOffsetY" | "toggleOutlineColorFocus" | "toggleHandleBoxShadowOld" | "toggleContainerBg" | "toggleContainerBgHover" | "toggleContainerBgChecked" | "toggleContainerBgCheckedHover" | "toggleContainerBoxShadow" | "toggleContainerBoxShadowHover" | "toggleContainerBoxShadowChecked" | "toggleContainerBoxShadowCheckedHover" | "toggleHandleBg" | "toggleHandleBgHover" | "toggleHandleBgChecked" | "toggleHandleBgCheckedHover" | "toggleHandleBoxShadow" | "toggleHandleBoxShadowHover" | "toggleHandleBoxShadowChecked" | "toggleHandleBoxShadowCheckedHover" | "toggleContainerBgDisabled" | "toggleHandleBgDisabled" | "toggleContainerBoxShadowDisabled" | "toggleHandleBoxShadowDisabled" | "toggleContainerBgDisabledChecked" | "toggleHandleBgDisabledChecked" | "toggleContainerBoxShadowDisabledChecked" | "toggleHandleBoxShadowDisabledChecked" | "popupBorder" | "popupBorderRadius" | "popupBorderColor" | "popupDropShadow" | "popupBoxShadow" | "popupTextColor" | "popupBackground" | "popupPinOffset" | "popupPinOffsetX" | "popupPinOffsetY" | "popupMargin" | "popupPinSize" | "popupMenuMenuOffsetY" | "inputTextColor" | "inputShadow" | "inputBg" | "inputIconColor" | "inputFocusedIconColor" | "inputColor" | "inputWidth" | "inputTextColorDisabled" | "inputFontSizeSmall" | "inputFontSizeMedium" | "inputFontSizeLarge" | "inputLineHeightSmall" | "inputLineHeightMedium" | "inputLineHeightLarge" | "inputHeightSmall" | "inputHeightMedium" | "inputHeightLarge" | "inputPaddingYSmall" | "inputPaddingYMedium" | "inputPaddingYLarge" | "inputPaddingXSmall" | "inputPaddingXMedium" | "inputPaddingXLarge" | "inputIconGapSmall" | "inputIconGapMedium" | "inputIconGapLarge" | "inputIconSizeSmall" | "inputIconSizeMedium" | "inputIconSizeLarge" | "inputFocusShadow" | "inputFocusedBg" | "inputDisabledBg" | "inputDisabledBorderColor" | "inputFocusOutline" | "inputBorderWidth" | "inputOutlineWidth" | "inputBackgroundClip" | "inputBorderRadiusSmall" | "inputBorderRadiusMedium" | "inputBorderRadiusLarge" | "inputDisabledBackgroundClip" | "inputBorderColor" | "inputBorderColorHover" | "inputBorderColorFocus" | "inputBorderColorError" | "inputBorderColorWarning" | "inputBorderTopColor" | "inputPlaceholderColor" | "inputPlaceholderColorDisabled" | "inputPlaceholderColorLight" | "inputBlinkColor" | "inputColorScheme" | "checkboxFontSize" | "checkboxFontSizeSmall" | "checkboxFontSizeMedium" | "checkboxFontSizeLarge" | "checkboxLineHeight" | "checkboxLineHeightSmall" | "checkboxLineHeightMedium" | "checkboxLineHeightLarge" | "checkboxBoxSize" | "checkboxBoxSizeSmall" | "checkboxBoxSizeMedium" | "checkboxBoxSizeLarge" | "checkboxCaptionGap" | "checkboxPaddingY" | "checkboxPaddingYSmall" | "checkboxPaddingYMedium" | "checkboxPaddingYLarge" | "checkboxBoxOffsetY" | "checkboxBgStart" | "checkboxBgEnd" | "checkboxTextColorDefault" | "checkboxTextColorDisabled" | "checkboxShadowDisabled" | "checkboxBorder" | "checkboxBorderWidth" | "checkboxShadow" | "checkboxShadowHover" | "checkboxCheckedColor" | "checkboxOutlineColorFocus" | "checkboxBorderColorWarning" | "checkboxBorderColorError" | "checkboxCheckedHoverShadow" | "checkboxBorderRadius" | "checkboxOutlineWidth" | "checkboxCheckedShadow" | "checkboxCheckedActiveShadow" | "checkboxBorderColorFocus" | "checkboxBg" | "checkboxHoverBg" | "checkboxActiveBg" | "checkboxCheckedBg" | "checkboxBgDisabled" | "checkboxCheckedHoverBg" | "checkboxCheckedActiveBg" | "checkboxShadowActive" | "textareaBg" | "textareaColor" | "textareaTextColorDisabled" | "textareaPlaceholderColorLight" | "textareaPlaceholderColor" | "textareaPlaceholderColorDisabled" | "textareaShadow" | "textareaBackgroundClip" | "textareaFontSize" | "textareaFontSizeSmall" | "textareaFontSizeMedium" | "textareaFontSizeLarge" | "textareaLineHeight" | "textareaLineHeightSmall" | "textareaLineHeightMedium" | "textareaLineHeightLarge" | "textareaBorderRadius" | "textareaBorderWidth" | "textareaOutlineWidth" | "textareaMinHeight" | "textareaMinHeightSmall" | "textareaMinHeightMedium" | "textareaMinHeightLarge" | "textareaWidth" | "textareaPaddingX" | "textareaPaddingXSmall" | "textareaPaddingXMedium" | "textareaPaddingXLarge" | "textareaPaddingY" | "textareaPaddingYSmall" | "textareaPaddingYMedium" | "textareaPaddingYLarge" | "textareaBorderColor" | "textareaBorderTopColor" | "textareaBorderColorFocus" | "textareaBorderColorHover" | "textareaBorderColorWarning" | "textareaBorderColorError" | "textareaDisabledBg" | "textareaDisabledBorderColor" | "textareaCounterColor" | "textareaCounterBg" | "textareaCounterErrorColor" | "textareaCounterHelpIconColor" | "radioBulletSize" | "radioBulletSizeSmall" | "radioBulletSizeMedium" | "radioBulletSizeLarge" | "radioOutlineWidth" | "radioTextColor" | "radioSize" | "radioSizeSmall" | "radioSizeMedium" | "radioSizeLarge" | "radioFontSize" | "radioFontSizeSmall" | "radioFontSizeMedium" | "radioFontSizeLarge" | "radioLineHeight" | "radioLineHeightSmall" | "radioLineHeightMedium" | "radioLineHeightLarge" | "radioCaptionGap" | "radioPaddingY" | "radioPaddingYSmall" | "radioPaddingYMedium" | "radioPaddingYLarge" | "radioVerticalAlign" | "radioBgImage" | "radioBgColor" | "radioHoverBg" | "radioActiveBg" | "radioBorderWidth" | "radioBorderColor" | "radioBoxShadow" | "radioBorder" | "radioBorderColorFocus" | "radioBorderColorWarning" | "radioBorderColorError" | "radioHoverShadow" | "radioActiveShadow" | "radioFocusShadow" | "radioCheckedBgColor" | "radioCheckedBorderColor" | "radioCheckedBulletColor" | "radioCheckedHoverBgColor" | "radioDisabledBg" | "radioDisabledShadow" | "radioCaptionDisplay" | "radioBorderWidthCompensation" | "radioCircleOffsetY" | "radioCheckedDisabledBulletBg" | "radioGroupLegacyItemGap" | "tabFontSize" | "tabFontSizeSmall" | "tabFontSizeMedium" | "tabFontSizeLarge" | "tabLineHeight" | "tabLineHeightSmall" | "tabLineHeightMedium" | "tabLineHeightLarge" | "tabPaddingX" | "tabPaddingXSmall" | "tabPaddingXMedium" | "tabPaddingXLarge" | "tabsMarginX" | "tabPaddingY" | "tabPaddingYSmall" | "tabPaddingYMedium" | "tabPaddingYLarge" | "tabBorderWidth" | "tabOutlineWidth" | "tabTextColorDefault" | "tabColorFocus" | "tabColorError" | "tabColorWarning" | "tabColorSuccess" | "tabColorPrimary" | "tabColorHover" | "tabColorHoverError" | "tabColorHoverWarning" | "tabColorHoverSuccess" | "tabColorHoverPrimary" | "tabIndicatorBorderRadius" | "spinnerBgColor" | "spinnerColor" | "spinnerDimmedColor" | "spinnerCaptionColor" | "spinnerFontSizeSmall" | "spinnerFontSizeMedium" | "spinnerFontSizeLarge" | "spinnerLineHeightSmall" | "spinnerLineHeightMedium" | "spinnerLineHeightLarge" | "spinnerCaptionGapSmall" | "spinnerCaptionGapMedium" | "spinnerCaptionGapLarge" | "spinnerCaptionMarginSmall" | "spinnerCaptionMarginMedium" | "spinnerCaptionMarginLarge" | "switcherBorderRadius" | "switcherTextColor" | "switcherOutlineWidth" | "switcherCaptionFontSizeSmall" | "switcherCaptionFontSizeMedium" | "switcherCaptionFontSizeLarge" | "switcherCaptionLineHeightSmall" | "switcherCaptionLineHeightMedium" | "switcherCaptionLineHeightLarge" | "switcherCaptionGapSmall" | "switcherCaptionGapMedium" | "switcherCaptionGapLarge" | "switcherButtonPaddingXSmall" | "switcherButtonPaddingXMedium" | "switcherButtonPaddingXLarge" | "switcherButtonPaddingYSmall" | "switcherButtonPaddingYMedium" | "switcherButtonPaddingYLarge" | "switcherButtonLineHeightSmall" | "switcherButtonLineHeightMedium" | "switcherButtonLineHeightLarge" | "switcherButtonFontSizeSmall" | "switcherButtonFontSizeMedium" | "switcherButtonFontSizeLarge" | "switcherButtonBorderRadiusSmall" | "switcherButtonBorderRadiusMedium" | "switcherButtonBorderRadiusLarge" | "switcherButtonBorderWidth" | "switcherBtnDisabledBorderColor" | "switcherButtonDisabledBorderColor" | "switcherButtonCheckedDisabledShadow" | "mobilePopupTopPadding" | "mobilePopupContainerBottomPadding" | "mobilePopupHeaderPadding" | "mobilePopupContainerBorderRadius" | "mobilePopupHeaderFontSize" | "mobilePopupHeaderLineHeight" | "mobilePopupHeaderFontWeight" | "mobilePopupHeaderChildPadding" | "mobilePopupOuterIndentY" | "scrollContainerScrollBarSize" | "scrollContainerScrollBarHoverSize" | "scrollContainerScrollBarColor" | "scrollContainerScrollBarInvertColor" | "scrollContainerScrollBarOffsetY" | "dropdownMenuScrollContainerScrollBarOffsetY" | "passwordInputVisibilityIconColor" | "passwordInputVisibilityIconOpacity" | "passwordInputVisibilityIconHoverColor" | "passwordInputVisibilityIconHoverOpacity" | "globalLoaderColor" | "globalLoaderHeight" | "globalLoaderWidth" | "globalLoaderPosition" | "globalLoaderTop" | "globalLoaderLeft" | "globalLoaderBottom" | "globalLoaderRight" | "globalLoaderBackgroundColor" | "globalLoaderTransitionToSpinnerDuration" | "globalLoaderSpinnerAnimationDuration" | "globalLoaderSlowAnimationDuration" | "globalLoaderTransitionFromSpinnerDuration" | "fileUploaderWidth" | "fileUploaderBg" | "fileUploaderUploadButtonBg" | "fileUploaderFontSize" | "fileUploaderPaddingXSmall" | "fileUploaderPaddingXMedium" | "fileUploaderPaddingXLarge" | "fileUploaderFontSizeSmall" | "fileUploaderFontSizeMedium" | "fileUploaderFontSizeLarge" | "fileUploaderLineHeight" | "fileUploaderLineHeightSmall" | "fileUploaderLineHeightMedium" | "fileUploaderLineHeightLarge" | "fileUploaderPaddingYSmall" | "fileUploaderPaddingYMedium" | "fileUploaderPaddingYLarge" | "fileUploaderTextColorDefault" | "fileUploaderPaddingX" | "fileUploaderPaddingY" | "fileUploaderBorderRadius" | "fileUploaderBorderColor" | "fileUploaderBorderWidth" | "fileUploaderDisabledBorder" | "fileUploaderBorderStyle" | "fileUploaderBorderColorFocus" | "fileUploaderLinkColor" | "fileUploaderAfterLinkColor" | "fileUploaderIconSize" | "fileUploaderIconColor" | "fileUploaderIconHoverColor" | "fileUploaderBorderColorError" | "fileUploaderBorderColorWarning" | "fileUploaderDisabledBg" | "fileUploaderDisabledBgClip" | "fileUploaderDisabledBorderColor" | "fileUploaderDisabledTextColor" | "fileUploaderDisabledLinkColor" | "fileUploaderDisabledIconColor" | "fileUploaderLinkHoverTextDecoration" | "fileUploaderHoveredBg" | "fileUploaderHoveredBorderColor" | "fileUploaderIconGapSmall" | "fileUploaderIconGapMedium" | "fileUploaderIconGapLarge" | "fileUploaderDragOverBorderColor" | "fileUploaderDragOverShadow" | "closeBtnIconColor" | "closeBtnIconDisabledColor" | "closeBtnIconHoverColor" | "closeBtnIconBorderRadius" | "closeBtnIconFocusShadow" | "internalMenuPaddingY" | "autocompleteMenuOffsetY" | "comboboxMenuOffsetY" | "miniModalHeaderPaddingBottom" | "miniModalBodyPaddingTop" | "miniModalBodyPaddingBottom" | "miniModalHeaderPaddingTop" | "miniModalActionGap" | "miniModalCancelIndent" | "miniModalFooterPaddingTop" | "miniModalFooterPaddingBottom" | "miniModalTitleMarginTop" | "miniModalHeightMobile" | "miniModalMarginTopMobile" | "miniModalMarginLeftMobile" | "miniModalMarginRightMobile" | "miniModalFooterPaddingMobile" | "miniModalHeaderPaddingMobile" | "miniModalBodyPaddingMobile")[];
20
+ export declare const ALL_USED_VARIABLES: ("black" | "blue" | "gray" | "green" | "red" | "white" | "yellow" | "prototype" | "fontFamilyCompensationBaseline" | "labGrotesqueBaselineCompensation" | "brandXLight" | "brandLight" | "brand" | "brandDark" | "brandXDark" | "grayXxLight" | "grayXLight" | "grayLight" | "grayDark" | "blueXxLight" | "blueLight" | "blueDark" | "blueXDark" | "greenXxLight" | "greenDark" | "redXxLight" | "redDark" | "yellowXxLight" | "yellowDark" | "bgDefault" | "bgSecondary" | "bgDisabled" | "errorMain" | "errorSecondary" | "errorText" | "warningMain" | "warningSecondary" | "warningText" | "borderColorFocusLight" | "borderColorGrayDark" | "borderColorGrayLight" | "borderColorDisabled" | "placeholderColor" | "outlineColorFocus" | "placeholderColorLight" | "blinkColor" | "controlBorderWidth" | "controlOutlineWidth" | "controlLineHeightSmall" | "controlLineHeightMedium" | "controlLineHeightLarge" | "controlPaddingYSmall" | "controlPaddingYMedium" | "controlPaddingYLarge" | "textColorDefault" | "textColorInvert" | "textColorDisabled" | "textColorDisabledContrast" | "fontSizeSmall" | "fontSizeMedium" | "fontSizeLarge" | "fontSizeMobile" | "lineHeightMobile" | "specificityLevel" | "fixedPanelShadow" | "bgActive" | "borderColorFocus" | "borderColorError" | "borderColorWarning" | "controlHeightSmall" | "controlHeightMedium" | "controlHeightLarge" | "mobileMediaQuery" | "transitionDuration" | "transitionTimingFunction" | "linkColor" | "linkActiveColor" | "linkHoverTextDecoration" | "linkSuccessColor" | "linkSuccessHoverColor" | "linkSuccessActiveColor" | "linkDangerColor" | "linkDangerHoverColor" | "linkDangerActiveColor" | "linkIconMarginRight" | "linkIconMarginLeft" | "linkHoverColor" | "linkDisabledColor" | "linkGrayedColor" | "linkGrayedHoverColor" | "linkGrayedActiveColor" | "linkButtonLineHeight" | "linkButtonPaddingX" | "linkLineBorderBottomStyle" | "linkLineHoverBorderBottomStyle" | "linkLineBorderBottomWidth" | "linkLineBorderBottomOpacity" | "linkLineBorderBottomColor" | "linkFocusOutlineColor" | "linkFocusOutlineWidth" | "linkFocusOutline" | "tokenDisabledBg" | "tokenTextColorDisabled" | "tokenFontSize" | "tokenFontSizeSmall" | "tokenFontSizeMedium" | "tokenFontSizeLarge" | "tokenMarginY" | "tokenMarginX" | "tokenMarginYSmall" | "tokenMarginXSmall" | "tokenMarginYMedium" | "tokenMarginXMedium" | "tokenMarginYLarge" | "tokenMarginXLarge" | "tokenLineHeight" | "tokenLineHeightSmall" | "tokenLineHeightMedium" | "tokenLineHeightLarge" | "tokenPaddingY" | "tokenPaddingX" | "tokenPaddingYSmall" | "tokenPaddingXSmall" | "tokenPaddingYMedium" | "tokenPaddingXMedium" | "tokenPaddingYLarge" | "tokenPaddingXLarge" | "tokenMarginBeforeIcon" | "tokenRemoveIconSize" | "tokenRemoveIconPaddingY" | "tokenRemoveIconPaddingX" | "tokenRemoveIconGap" | "tokenRemoveIconBoxSizing" | "tokenBorderRadius" | "tokenBorderWidth" | "tokenBorderColorDisabled" | "tokenDefaultIdle" | "tokenDefaultActive" | "tokenGrayIdle" | "tokenGrayActive" | "tokenBlueIdle" | "tokenBlueActive" | "tokenGreenIdle" | "tokenGreenActive" | "tokenYellowIdle" | "tokenYellowActive" | "tokenRedIdle" | "tokenRedActive" | "tokenWhite" | "tokenBlack" | "tokenBorderColorWarning" | "tokenBorderColorError" | "tokenOutlineWidth" | "tokenLegacyTextShift" | "tokenPaddingYDisabled" | "tokenPaddingXDisabled" | "tokenMarginYDisabled" | "tokenMarginXDisabled" | "tokenShadowDisabled" | "tokenDefaultIdleBg" | "tokenDefaultIdleColor" | "tokenDefaultIdleBorderColor" | "tokenDefaultIdleBgHover" | "tokenDefaultIdleColorHover" | "tokenDefaultIdleBorderColorHover" | "tokenDefaultActiveBg" | "tokenDefaultActiveColor" | "tokenDefaultActiveBorderColor" | "tokenInputLineHeight" | "tokenInputLineHeightSmall" | "tokenInputLineHeightMedium" | "tokenInputLineHeightLarge" | "tokenInputBorderColor" | "tokenInputBorderColorHover" | "tokenInputBorderColorFocus" | "tokenInputBorderColorError" | "tokenInputBorderColorWarning" | "tokenInputBorderTopColor" | "tokenInputBorderRadius" | "tokenInputPlaceholderColor" | "tokenInputPlaceholderColorLight" | "tokenInputDisabledBg" | "tokenInputDisabledBorderColor" | "tokenInputBorderWidth" | "tokenInputOutlineWidth" | "tokenInputBg" | "tokenInputMenuPopupBg" | "tokenInputShadow" | "tokenInputTextColor" | "tokenInputTextColorDisabled" | "tokenInputPlaceholderColorDisabled" | "tokenInputPaddingY" | "tokenInputPaddingX" | "tokenInputPaddingYSmall" | "tokenInputPaddingXSmall" | "tokenInputPaddingYMedium" | "tokenInputPaddingXMedium" | "tokenInputPaddingYLarge" | "tokenInputPaddingXLarge" | "tokenInputPopupOffset" | "tokenInputPopupMarginSmall" | "tokenInputPopupMarginMedium" | "tokenInputPopupMarginLarge" | "loaderBg" | "loaderOpacity" | "loaderBorderRadius" | "btnBackgroundClip" | "btnArrowBgImageActive" | "btnArrowBgImageChecked" | "btnLinkBorderRadius" | "btnFocusShadowWidth" | "btnBorderColorTransition" | "btnDisabledBorderColor" | "btnCheckedBg" | "btnCheckedDisabledBg" | "btnCheckedDisabledColor" | "btnCheckedTextColor" | "btnCheckedDisabledBorderColor" | "btnCheckedShadow" | "btnCheckedDisabledShadow" | "btnBorderRadiusSmall" | "btnBorderRadiusMedium" | "btnBorderRadiusLarge" | "btnBorderWidth" | "btnInsetWidth" | "btnOutlineWidth" | "btnPaddingXSmall" | "btnPaddingXMedium" | "btnPaddingXLarge" | "btnIconGapSmall" | "btnIconGapSmallLeft" | "btnIconGapSmallRight" | "btnIconGapMedium" | "btnIconGapMediumLeft" | "btnIconGapMediumRight" | "btnIconGapLarge" | "btnIconGapLargeLeft" | "btnIconGapLargeRight" | "btnIconSizeSmall" | "btnIconSizeMedium" | "btnIconSizeLarge" | "btnDefaultBg" | "btnDefaultBgStart" | "btnDefaultBgEnd" | "btnDefaultCheckedBorderColor" | "btnDefaultTextColor" | "btnDefaultHoverBg" | "btnDefaultHoverBgStart" | "btnDefaultHoverBgEnd" | "btnDefaultActiveBg" | "btnDefaultHoverBorderColor" | "btnDefaultHoverBorderBottomColor" | "btnDefaultHoverTextColor" | "btnDefaultActiveBorderColor" | "btnDefaultActiveBorderTopColor" | "btnDefaultBorderColor" | "btnDefaultBorderBottomColor" | "btnDefaultActiveShadow" | "btnSuccessBg" | "btnSuccessHoverBg" | "btnSuccessHoverBorderColor" | "btnSuccessHoverBorderBottomColor" | "btnSuccessHoverTextColor" | "btnSuccessBorderColor" | "btnSuccessBorderBottomColor" | "btnSuccessBgStart" | "btnSuccessBgEnd" | "btnSuccessTextColor" | "btnSuccessHoverBgStart" | "btnSuccessHoverBgEnd" | "btnSuccessActiveBg" | "btnSuccessActiveBorderColor" | "btnSuccessActiveBorderTopColor" | "btnSuccessActiveShadow" | "btnPrimaryBg" | "btnPrimaryHoverBg" | "btnPrimaryHoverBorderColor" | "btnPrimaryHoverBorderBottomColor" | "btnPrimaryHoverTextColor" | "btnPrimaryBorderColor" | "btnPrimaryBorderBottomColor" | "btnPrimaryBgStart" | "btnPrimaryBgEnd" | "btnPrimaryTextColor" | "btnPrimaryHoverBgStart" | "btnPrimaryHoverBgEnd" | "btnPrimaryActiveBg" | "btnPrimaryActiveBorderColor" | "btnPrimaryActiveBorderTopColor" | "btnPrimaryActiveShadow" | "btnDangerBg" | "btnDangerHoverBg" | "btnDangerHoverBorderColor" | "btnDangerHoverBorderBottomColor" | "btnDangerHoverTextColor" | "btnDangerBorderColor" | "btnDangerBorderBottomColor" | "btnDangerBgStart" | "btnDangerBgEnd" | "btnDangerTextColor" | "btnDangerHoverBgStart" | "btnDangerHoverBgEnd" | "btnDangerActiveBg" | "btnDangerActiveBorderColor" | "btnDangerActiveBorderTopColor" | "btnDangerActiveShadow" | "btnPayBg" | "btnPayHoverBg" | "btnPayHoverBorderColor" | "btnPayHoverBorderBottomColor" | "btnPayHoverTextColor" | "btnPayBorderColor" | "btnPayBorderBottomColor" | "btnPayBgStart" | "btnPayBgEnd" | "btnPayTextColor" | "btnPayHoverBgStart" | "btnPayHoverBgEnd" | "btnPayActiveBg" | "btnPayActiveBorderColor" | "btnPayActiveBorderTopColor" | "btnPayActiveShadow" | "btnMenuArrowColor" | "btnFontSizeSmall" | "btnFontSizeMedium" | "btnFontSizeLarge" | "btnLineHeightSmall" | "btnLineHeightMedium" | "btnLineHeightLarge" | "btnPaddingYSmall" | "btnPaddingYMedium" | "btnPaddingYLarge" | "btnDisabledBg" | "btnBorderColorWarning" | "btnBorderColorError" | "btnHeightSmall" | "btnHeightMedium" | "btnHeightLarge" | "btnLinkColor" | "btnLinkHoverColor" | "btnLinkActiveColor" | "btnLinkHoverTextDecoration" | "btnLinkLineBorderBottomColor" | "btnLinkLineBorderBottomStyle" | "btnLinkHoverLineBorderBottomStyle" | "btnLinkLineBorderBottomWidth" | "btnLinkLineBorderBottomOpacity" | "btnLinkIconMarginRight" | "btnLinkIconMarginLeft" | "btnErrorSecondary" | "btnWarningSecondary" | "btnOutlineColorFocus" | "btnInsetColor" | "btnBorderColorFocus" | "btnLinkDisabledColor" | "btnDisabledTextColor" | "btnBacklessBg" | "btnBacklessHoverBg" | "btnBacklessActiveBg" | "btnBacklessBorderColor" | "btnBacklessDisabledBorderColor" | "btnBacklessHoverBorderColor" | "btnBacklessHoverTextColor" | "btnBacklessTextColor" | "btnTextBg" | "btnTextHoverBg" | "btnTextActiveBg" | "btnTextBorderColor" | "btnTextTextColor" | "btnTextHoverTextColor" | "btnTextHoverBorderColor" | "btnWithIconPaddingLeftSmall" | "btnWithIconPaddingLeftMedium" | "btnWithIconPaddingLeftLarge" | "btnIconColor" | "btnIconHoverColor" | "btnIconDisabledColor" | "selectDefaultBg" | "selectPlaceholderColor" | "selectBorderWidth" | "selectPlaceholderColorDisabled" | "selectOutlineWidth" | "selectLineHeightSmall" | "selectFontSizeSmall" | "selectPaddingXSmall" | "selectPaddingYSmall" | "selectBorderRadiusSmall" | "selectIconGapSmall" | "selectLineHeightMedium" | "selectFontSizeMedium" | "selectPaddingXMedium" | "selectPaddingYMedium" | "selectBorderRadiusMedium" | "selectIconGapMedium" | "selectLineHeightLarge" | "selectFontSizeLarge" | "selectPaddingXLarge" | "selectPaddingYLarge" | "selectBorderRadiusLarge" | "selectIconGapLarge" | "selectMenuArrowColor" | "selectMenuArrowColorDisabled" | "selectIconSizeSmall" | "selectIconSizeMedium" | "selectIconSizeLarge" | "selectRootWidthMobile" | "mobileSelectMaxWidth" | "selectTextColorDisabled" | "selectBgDisabled" | "selectBorderColorDisabled" | "selectMenuOffsetY" | "selectBorderColorHover" | "selectBorderColorTransition" | "tooltipPaddingY" | "tooltipPaddingX" | "tooltipCloseBtnPadding" | "tooltipCloseBtnSide" | "tooltipCloseBtnColor" | "tooltipCloseBtnHoverColor" | "tooltipTextColor" | "tooltipBg" | "tooltipBorder" | "tooltipBorderRadius" | "tooltipPinOffset" | "tooltipPinOffsetX" | "tooltipPinOffsetY" | "tooltipMargin" | "tooltipPinSize" | "tooltipFontSize" | "tooltipLineHeight" | "tooltipMenuPinOffset" | "tooltipMenuMargin" | "tooltipMenuPinSize" | "kebabPinOffset" | "kebabPinSize" | "kebabMargin" | "kebabBackground" | "kebabBackgroundHover" | "kebabBackgroundActive" | "kebabBorderRadius" | "kebabBorder" | "kebabSizeSmall" | "kebabSizeMedium" | "kebabSizeLarge" | "kebabIconSizeSmall" | "kebabIconSizeMedium" | "kebabIconSizeLarge" | "kebabIconColor" | "modalWindowShadow" | "modalBackBg" | "modalBg" | "modalBackOpacity" | "modalCloseButtonColor" | "modalCloseButtonDisabledColor" | "modalCloseButtonHoverColor" | "modalCloseButtonPadding" | "modalCloseButtonLegacyShift" | "modalCloseButtonBottomPadding" | "modalCloseButtonClickArea" | "modalCloseIconSize" | "modalCloseLegacyGap" | "modalCloseWrapperLegacyGap" | "modalBorderRadius" | "modalFixedHeaderBg" | "modalFixedHeaderShadow" | "modalFixedHeaderBorder" | "modalFixedFooterBorder" | "modalFixedFooterShadow" | "modalFixedPanelShadow" | "modalFooterBg" | "modalAdaptiveThreshold" | "modalPaddingTop" | "modalPaddingLeft" | "modalPaddingRight" | "modalHeaderFontSize" | "modalHeaderFontWeight" | "modalHeaderTextColor" | "modalHeaderLineHeight" | "modalHeaderPaddingBottom" | "modalHeaderPaddingTop" | "modalHeaderAdditionalPaddingBottom" | "modalFixedHeaderMarginBottom" | "modalFixedHeaderPaddingBottom" | "modalFixedFooterPaddingTop" | "modalFixedFooterMarginTop" | "modalSeparatorBorderBottom" | "modalBodyTextColor" | "modalFooterTextColor" | "modalBodyPaddingTop" | "modalBodyPaddingBottom" | "modalBodyBorderRadius" | "modalFooterPaddingTop" | "modalFooterPaddingBottom" | "modalPaddingBottom" | "modalFooterPanelPaddingTop" | "modalFooterPanelPaddingBottom" | "mobileModalCloseButtonRightPadding" | "mobileModalCloseButtonTopPadding" | "mobileModalCloseButtonClickArea" | "mobileModalCloseIconSize" | "mobileModalHeaderFontSize" | "mobileModalHeaderLineHeight" | "mobileModalHeaderPadding" | "mobileModalBodyPadding" | "mobileModalBodyFontSize" | "mobileModalFooterPadding" | "mobileModalPaddingBottom" | "mobileModalContainerHeight" | "mobileModalContainerMarginTop" | "mobileModalContainerMarginRight" | "mobileModalContainerMarginBottom" | "mobileModalContainerMarginLeft" | "sidePageFooterPanelBg" | "sidePageBackingBg" | "sidePageBackingBgOpacity" | "sidePageCloseButtonColor" | "sidePageCloseButtonHoverColor" | "sidePageContainerShadow" | "mobileSidePagePaddingLeft" | "mobileSidePagePaddingRight" | "mobileSidePagePaddingTop" | "mobileSidePagePaddingBottom" | "mobileSidePageFooterPadding" | "sidePagePaddingLeft" | "sidePagePaddingRight" | "sidePagePaddingTop" | "sidePagePaddingBottom" | "sidePageFooterPaddingTop" | "sidePageFooterPaddingBottom" | "sidePageBgDefault" | "sidePageHeaderTextColor" | "sidePageBodyTextColor" | "sidePageFooterTextColor" | "sidePageHeaderFontSize" | "sidePageHeaderLineHeight" | "sidePageHeaderPaddingBottom" | "sidePageHeaderPaddingTop" | "sidePageHeaderFixedFontSize" | "sidePageHeaderFixedLineHeight" | "sidePageHeaderFixedPaddingY" | "sidePageHeaderStickyOffset" | "sidePageCloseButtonPadding" | "mobileSidePageCloseButtonPadding" | "sidePageCloseButtonLegacyPaddingLeft" | "sidePageFooterPanelPaddingTop" | "sidePageFooterPanelPaddingBottom" | "sidePageCloseIconSize" | "sidePageCloseButtonClickArea" | "mobileSidePageCloseButtonClickArea" | "sidePageFixedHeaderShadow" | "sidePageFixedFooterShadow" | "sidePageFixedPanelShadow" | "mobileSidePageHeaderFontSize" | "mobileSidePageHeaderLineHeight" | "mobileSidePageHeaderPaddingBottom" | "mobileSidePageHeaderPaddingTop" | "sidePageHeaderFontWeight" | "dateInputIconColor" | "dateInputMaskColor" | "dateInputComponentSelectedBgColor" | "dateInputComponentSelectedTextColor" | "calendarBottomSeparatorBorderColor" | "calendarBottomSeparatorBorderWidth" | "calendarBottomSeparatorBorder" | "calendarBg" | "calendarCellBg" | "calendarCellHoverColor" | "calendarCellActiveHoverColor" | "calendarCellWeekendColor" | "calendarCellTodayBorder" | "calendarCellBorderRadius" | "calendarCellSelectedBgColor" | "calendarCellSelectedFontColor" | "calendarCellSize" | "calendarCellHeight" | "calendarCellWidth" | "calendarCellFontSize" | "calendarCellLineHeight" | "calendarMonthHeaderStickedBgColor" | "calendarMonthTitleBorderBottomColor" | "calendarCellHoverBgColor" | "calendarPaddingX" | "calendarMonthTitleLineHeight" | "calendarMonthTitlePaddingTop" | "calendarMonthTitlePaddingBottom" | "calendarMonthTitleMarginX" | "calendarMonthTitleMarginBottom" | "calendarWrapperHeight" | "calendarMonthMarginBottom" | "calendarMaxMonthsToAppendOnScroll" | "calendarGridRowSpacing" | "dateSelectLineHeight" | "dateSelectFontSize" | "dateSelectFontWeight" | "dateSelectMenuItemBgSelected" | "dateSelectTextColorDisabled" | "dateSelectTextColorDefault" | "dateSelectLinkColor" | "dateSelectPopupBoxShadow" | "dateSelectTextColorInvert" | "datePickerOpenBtnColor" | "datePickerMenuOffsetY" | "pickerBg" | "pickerShadow" | "pickerTodayWrapperBgColor" | "pickerTodayWrapperBorderTop" | "pickerTodayWrapperHoverBgColor" | "pickerTodayWrapperFontSize" | "pickerTodayWrapperLineHeight" | "pickerTodayWrapperPaddingTop" | "pickerTodayWrapperPaddingBottom" | "pickerBorderRadius" | "mobileCalendarPaddingX" | "mobileCalendarCellWidth" | "mobileCalendarCellHeight" | "mobileCalendarCellBorderRadius" | "mobileCalendarCellFontSize" | "mobileCalendarGridRowSpacing" | "mobileDateSelectFontSize" | "mobileDateSelectLineHeight" | "mobileCalendarWrapperHeight" | "dateSelectMenuBg" | "dateSelectMenuItemBgActive" | "dateSelectMenuItemBgDisabled" | "dateSelectMenuItemFontActive" | "dateSelectMenuItemFontSelected" | "dateSelectMenuItemFontDisabled" | "pagingFontSize" | "pagingForwardIconSize" | "pagingForwardIconMarginTop" | "pagingPageLinkBoxSizing" | "pagingPageLinkPaddingX" | "pagingPageLinkPaddingY" | "pagingPageLinkLegacyPaddingY" | "pagingPageLinkMinWidth" | "pagingPageForwardLinkMarginTop" | "pagingPageForwardLinkMarginLeft" | "pagingPageForwardLinkPaddingRight" | "pagingLineHeight" | "pagingDotsColor" | "pagingDotsPadding" | "pagingPageLinkActiveBg" | "pagingPageLinkDisabledActiveBg" | "pagingPageLinkActiveColor" | "pagingPageLinkHoverBg" | "pagingPageLinkBorderRadius" | "pagingPageLinkHintColor" | "pagingPageLinkHintFontSize" | "pagingPageLinkHintLineHeight" | "pagingPageLinkHintMargin" | "pagingPageLinkMargin" | "pagingForwardLinkColor" | "pagingForwardLinkDisabledColor" | "pagingDotsDisabledColor" | "hintColor" | "mobileHintColor" | "hintFontSize" | "hintLineHeight" | "hintMaxWidth" | "hintPaddingY" | "hintPaddingX" | "hintTextAlign" | "hintBgColor" | "hintBorder" | "hintBorderRadius" | "hintPinOffset" | "hintMargin" | "toastFontSize" | "toastLineHeight" | "toastPaddingY" | "toastPaddingX" | "toastBorderRadius" | "toastBorder" | "toastTop" | "toastBg" | "toastColor" | "toastLinkColor" | "toastLinkTextDecorationHover" | "toastLinkBgHover" | "toastLinkBgActive" | "toastClosePadding" | "toastCloseColor" | "toastCloseHoverColor" | "toastCloseSize" | "dropdownMenuSelectedBg" | "dropdownMenuBorderColorTransition" | "dropdownMenuHoverBorderColor" | "dropdownMenuHoverBg" | "dropdownMenuOffsetY" | "dropdownMenuMenuOffsetY" | "dropdownMenuMenuBoxSizing" | "dropdownButtonBorderRadiusSmall" | "dropdownButtonBorderRadiusMedium" | "dropdownButtonBorderRadiusLarge" | "dropdownDefaultBg" | "dropdownBorderWidth" | "dropdownOutlineWidth" | "dropdownLineHeightSmall" | "dropdownFontSizeSmall" | "dropdownPaddingXSmall" | "dropdownPaddingYSmall" | "dropdownIconSizeSmall" | "dropdownLineHeightMedium" | "dropdownFontSizeMedium" | "dropdownPaddingXMedium" | "dropdownPaddingYMedium" | "dropdownIconSizeMedium" | "dropdownLineHeightLarge" | "dropdownFontSizeLarge" | "dropdownPaddingXLarge" | "dropdownPaddingYLarge" | "dropdownIconSizeLarge" | "dropdownBgDisabled" | "dropdownBorderColorDisabled" | "dropdownTextColorDisabled" | "menuBgDefault" | "menuBorderRadius" | "menuBorder" | "menuShadow" | "menuPaddingY" | "menuLegacyPaddingY" | "menuScrollContainerContentWrapperPaddingY" | "mobileMenuPaddingY" | "mobileMenuScrollContainerContentWrapperPaddingY" | "menuPaddingX" | "mobileMenuPaddingX" | "menuOffsetY" | "menuBoxSizing" | "menuItemTextColor" | "menuItemSelectedBg" | "menuItemHoverBg" | "menuItemIconWidth" | "menuItemIconWidthSmall" | "menuItemIconWidthMedium" | "menuItemIconWidthLarge" | "menuItemIconGap" | "menuItemIconLegacyMargin" | "menuItemIconLegacyShift" | "menuItemPaddingForIcon" | "menuItemPaddingForIconSmall" | "menuItemPaddingForIconMedium" | "menuItemPaddingForIconLarge" | "menuItemLineHeight" | "menuItemLineHeightSmall" | "menuItemLineHeightMedium" | "menuItemLineHeightLarge" | "menuItemFontSize" | "menuItemFontSizeSmall" | "menuItemFontSizeMedium" | "menuItemFontSizeLarge" | "menuItemPaddingX" | "menuItemPaddingY" | "menuItemPaddingXSmall" | "menuItemPaddingYSmall" | "menuItemPaddingXMedium" | "menuItemPaddingYMedium" | "menuItemPaddingXLarge" | "menuItemPaddingYLarge" | "menuItemBorderRadius" | "menuItemLegacyPaddingX" | "menuItemLegacyPaddingY" | "menuItemHoverColor" | "menuItemLinkColor" | "menuItemCommentColor" | "menuItemCommentOpacity" | "menuItemCommentColorHover" | "menuItemDisplay" | "menuItemPaddingMobile" | "menuItemLineHeightMobile" | "menuItemFontSizeMobile" | "menuItemDisabledColor" | "menuItemDisabledBg" | "menuMessageTextColor" | "menuMessageBg" | "menuMessagePaddingY" | "menuMessagePaddingX" | "menuMessageDisplay" | "menuMessagePaddingMobile" | "menuMessageLineHeight" | "menuMessageLineHeightMobile" | "menuMessageFontSize" | "menuMessageFontSizeMobile" | "menuMessageFontSizeSmall" | "menuMessageFontSizeMedium" | "menuMessageFontSizeLarge" | "menuMessageLineHeightSmall" | "menuMessageLineHeightMedium" | "menuMessageLineHeightLarge" | "menuItemGap" | "menuHeaderColor" | "menuHeaderLineHeight" | "menuHeaderLineHeightSmall" | "menuHeaderLineHeightMedium" | "menuHeaderLineHeightLarge" | "menuHeaderFontSize" | "menuHeaderFontSizeSmall" | "menuHeaderFontSizeMedium" | "menuHeaderFontSizeLarge" | "menuHeaderPaddingX" | "menuHeaderPaddingTop" | "menuHeaderPaddingBottom" | "menuHeaderPaddingXSmall" | "menuHeaderPaddingTopSmall" | "menuHeaderPaddingBottomSmall" | "menuHeaderPaddingXMedium" | "menuHeaderPaddingTopMedium" | "menuHeaderPaddingBottomMedium" | "menuHeaderPaddingXLarge" | "menuHeaderPaddingTopLarge" | "menuHeaderPaddingBottomLarge" | "menuHeaderTotalCountPaddingTopSmall" | "menuHeaderTotalCountPaddingTopMedium" | "menuHeaderTotalCountPaddingTopLarge" | "menuHeaderTotalCountPaddingBottomSmall" | "menuHeaderTotalCountPaddingBottomMedium" | "menuHeaderTotalCountPaddingBottomLarge" | "menuHeaderLegacyPaddingRight" | "menuFooterColor" | "menuFooterLineHeightSmall" | "menuFooterLineHeightMedium" | "menuFooterLineHeightLarge" | "menuFooterFontSizeSmall" | "menuFooterFontSizeMedium" | "menuFooterFontSizeLarge" | "menuFooterPaddingXSmall" | "menuFooterPaddingXMedium" | "menuFooterPaddingXLarge" | "menuFooterPaddingTopSmall" | "menuFooterPaddingTopMedium" | "menuFooterPaddingTopLarge" | "menuFooterPaddingBottomSmall" | "menuFooterPaddingBottomMedium" | "menuFooterPaddingBottomLarge" | "menuFooterLegacyPaddingRight" | "menuSeparatorBorderColor" | "menuSeparatorMarginY" | "menuSeparatorMarginX" | "menuSeparatorBorderWidth" | "mobileMenuSeparatorMarginY" | "mobileMenuSeparatorMarginX" | "toggleFontSize" | "toggleLineHeight" | "toggleLineHeightSmall" | "toggleLineHeightMedium" | "toggleLineHeightLarge" | "toggleFontSizeSmall" | "toggleFontSizeMedium" | "toggleFontSizeLarge" | "toggleTextColor" | "toggleHandleActiveWidthIncrement" | "toggleHandleBorderRadius" | "toggleHandleBorderRadiusSmall" | "toggleHandleBorderRadiusMedium" | "toggleHandleBorderRadiusLarge" | "toggleHeight" | "toggleWidth" | "toggleHeightSmall" | "toggleWidthSmall" | "toggleHeightMedium" | "toggleWidthMedium" | "toggleHeightLarge" | "toggleWidthLarge" | "toggleBorderRadius" | "toggleBorderRadiusSmall" | "toggleBorderRadiusMedium" | "toggleBorderRadiusLarge" | "toggleBg" | "toggleCheckedBg" | "toggleDisabledHandleBg" | "toggleBaseBg" | "toggleBgDisabled" | "toggleBgDisabledChecked" | "toggleBgHover" | "toggleCheckedBgHover" | "toggleBgChecked" | "toggleBorderWidth" | "toggleOutlineWidth" | "toggleBorderColor" | "toggleBorderColorDisabled" | "toggleBorderColorDisabledChecked" | "toggleHandleSize" | "toggleHandleSizeSmall" | "toggleHandleSizeMedium" | "toggleHandleSizeLarge" | "toggleHandleLeft" | "toggleHandleTop" | "toggleBgFocus" | "toggleBgActive" | "toggleShadowColorError" | "toggleShadowColorWarning" | "toggleFocusShadowColor" | "toggleCaptionGap" | "toggleButtonOffsetY" | "toggleOutlineColorFocus" | "toggleHandleBoxShadowOld" | "toggleContainerBg" | "toggleContainerBgHover" | "toggleContainerBgChecked" | "toggleContainerBgCheckedHover" | "toggleContainerBoxShadow" | "toggleContainerBoxShadowHover" | "toggleContainerBoxShadowChecked" | "toggleContainerBoxShadowCheckedHover" | "toggleHandleBg" | "toggleHandleBgHover" | "toggleHandleBgChecked" | "toggleHandleBgCheckedHover" | "toggleHandleBoxShadow" | "toggleHandleBoxShadowHover" | "toggleHandleBoxShadowChecked" | "toggleHandleBoxShadowCheckedHover" | "toggleContainerBgDisabled" | "toggleHandleBgDisabled" | "toggleContainerBoxShadowDisabled" | "toggleHandleBoxShadowDisabled" | "toggleContainerBgDisabledChecked" | "toggleHandleBgDisabledChecked" | "toggleContainerBoxShadowDisabledChecked" | "toggleHandleBoxShadowDisabledChecked" | "popupBorder" | "popupBorderRadius" | "popupBorderColor" | "popupDropShadow" | "popupBoxShadow" | "popupTextColor" | "popupBackground" | "popupPinOffset" | "popupPinOffsetX" | "popupPinOffsetY" | "popupMargin" | "popupPinSize" | "popupMenuMenuOffsetY" | "inputTextColor" | "inputShadow" | "inputBg" | "inputIconColor" | "inputIconColorDisabled" | "inputFocusedIconColor" | "inputColor" | "inputWidth" | "inputTextColorDisabled" | "inputFontSizeSmall" | "inputFontSizeMedium" | "inputFontSizeLarge" | "inputLineHeightSmall" | "inputLineHeightMedium" | "inputLineHeightLarge" | "inputHeightSmall" | "inputHeightMedium" | "inputHeightLarge" | "inputPaddingYSmall" | "inputPaddingYMedium" | "inputPaddingYLarge" | "inputPaddingXSmall" | "inputPaddingXMedium" | "inputPaddingXLarge" | "inputIconGapSmall" | "inputIconGapMedium" | "inputIconGapLarge" | "inputIconSizeSmall" | "inputIconSizeMedium" | "inputIconSizeLarge" | "inputFocusShadow" | "inputFocusedBg" | "inputDisabledBg" | "inputDisabledBorderColor" | "inputFocusOutline" | "inputBorderWidth" | "inputOutlineWidth" | "inputBackgroundClip" | "inputBorderRadiusSmall" | "inputBorderRadiusMedium" | "inputBorderRadiusLarge" | "inputDisabledBackgroundClip" | "inputBorderColor" | "inputBorderColorHover" | "inputBorderColorFocus" | "inputBorderColorError" | "inputBorderColorWarning" | "inputBorderTopColor" | "inputPlaceholderColor" | "inputPlaceholderColorDisabled" | "inputPlaceholderColorLight" | "inputBlinkColor" | "inputColorScheme" | "checkboxFontSize" | "checkboxFontSizeSmall" | "checkboxFontSizeMedium" | "checkboxFontSizeLarge" | "checkboxLineHeight" | "checkboxLineHeightSmall" | "checkboxLineHeightMedium" | "checkboxLineHeightLarge" | "checkboxBoxSize" | "checkboxBoxSizeSmall" | "checkboxBoxSizeMedium" | "checkboxBoxSizeLarge" | "checkboxCaptionGap" | "checkboxPaddingY" | "checkboxPaddingYSmall" | "checkboxPaddingYMedium" | "checkboxPaddingYLarge" | "checkboxBoxOffsetY" | "checkboxBgStart" | "checkboxBgEnd" | "checkboxTextColorDefault" | "checkboxTextColorDisabled" | "checkboxShadowDisabled" | "checkboxBorder" | "checkboxBorderWidth" | "checkboxShadow" | "checkboxShadowHover" | "checkboxCheckedColor" | "checkboxOutlineColorFocus" | "checkboxBorderColorWarning" | "checkboxBorderColorError" | "checkboxCheckedHoverShadow" | "checkboxBorderRadius" | "checkboxOutlineWidth" | "checkboxCheckedShadow" | "checkboxCheckedActiveShadow" | "checkboxBorderColorFocus" | "checkboxBg" | "checkboxHoverBg" | "checkboxActiveBg" | "checkboxCheckedBg" | "checkboxBgDisabled" | "checkboxCheckedHoverBg" | "checkboxCheckedActiveBg" | "checkboxShadowActive" | "textareaBg" | "textareaColor" | "textareaTextColorDisabled" | "textareaPlaceholderColorLight" | "textareaPlaceholderColor" | "textareaPlaceholderColorDisabled" | "textareaShadow" | "textareaBackgroundClip" | "textareaFontSize" | "textareaFontSizeSmall" | "textareaFontSizeMedium" | "textareaFontSizeLarge" | "textareaLineHeight" | "textareaLineHeightSmall" | "textareaLineHeightMedium" | "textareaLineHeightLarge" | "textareaBorderRadius" | "textareaBorderWidth" | "textareaOutlineWidth" | "textareaMinHeight" | "textareaMinHeightSmall" | "textareaMinHeightMedium" | "textareaMinHeightLarge" | "textareaWidth" | "textareaPaddingX" | "textareaPaddingXSmall" | "textareaPaddingXMedium" | "textareaPaddingXLarge" | "textareaPaddingY" | "textareaPaddingYSmall" | "textareaPaddingYMedium" | "textareaPaddingYLarge" | "textareaBorderColor" | "textareaBorderTopColor" | "textareaBorderColorFocus" | "textareaBorderColorHover" | "textareaBorderColorWarning" | "textareaBorderColorError" | "textareaDisabledBg" | "textareaDisabledBorderColor" | "textareaCounterColor" | "textareaCounterBg" | "textareaCounterErrorColor" | "textareaCounterHelpIconColor" | "radioBulletSize" | "radioBulletSizeSmall" | "radioBulletSizeMedium" | "radioBulletSizeLarge" | "radioOutlineWidth" | "radioTextColor" | "radioSize" | "radioSizeSmall" | "radioSizeMedium" | "radioSizeLarge" | "radioFontSize" | "radioFontSizeSmall" | "radioFontSizeMedium" | "radioFontSizeLarge" | "radioLineHeight" | "radioLineHeightSmall" | "radioLineHeightMedium" | "radioLineHeightLarge" | "radioCaptionGap" | "radioPaddingY" | "radioPaddingYSmall" | "radioPaddingYMedium" | "radioPaddingYLarge" | "radioVerticalAlign" | "radioBgImage" | "radioBgColor" | "radioHoverBg" | "radioActiveBg" | "radioBorderWidth" | "radioBorderColor" | "radioBoxShadow" | "radioBorder" | "radioBorderColorFocus" | "radioBorderColorWarning" | "radioBorderColorError" | "radioHoverShadow" | "radioActiveShadow" | "radioFocusShadow" | "radioCheckedBgColor" | "radioCheckedBorderColor" | "radioCheckedBulletColor" | "radioCheckedHoverBgColor" | "radioDisabledBg" | "radioDisabledShadow" | "radioCaptionDisplay" | "radioBorderWidthCompensation" | "radioCircleOffsetY" | "radioCheckedDisabledBulletBg" | "radioGroupLegacyItemGap" | "tabFontSize" | "tabFontSizeSmall" | "tabFontSizeMedium" | "tabFontSizeLarge" | "tabLineHeight" | "tabLineHeightSmall" | "tabLineHeightMedium" | "tabLineHeightLarge" | "tabPaddingX" | "tabPaddingXSmall" | "tabPaddingXMedium" | "tabPaddingXLarge" | "tabsMarginX" | "tabPaddingY" | "tabPaddingYSmall" | "tabPaddingYMedium" | "tabPaddingYLarge" | "tabBorderWidth" | "tabOutlineWidth" | "tabTextColorDefault" | "tabColorFocus" | "tabColorError" | "tabColorWarning" | "tabColorSuccess" | "tabColorPrimary" | "tabColorHover" | "tabColorHoverError" | "tabColorHoverWarning" | "tabColorHoverSuccess" | "tabColorHoverPrimary" | "tabIndicatorBorderRadius" | "spinnerBgColor" | "spinnerColor" | "spinnerDimmedColor" | "spinnerCaptionColor" | "spinnerFontSizeSmall" | "spinnerFontSizeMedium" | "spinnerFontSizeLarge" | "spinnerLineHeightSmall" | "spinnerLineHeightMedium" | "spinnerLineHeightLarge" | "spinnerCaptionGapSmall" | "spinnerCaptionGapMedium" | "spinnerCaptionGapLarge" | "spinnerCaptionMarginSmall" | "spinnerCaptionMarginMedium" | "spinnerCaptionMarginLarge" | "switcherBorderRadius" | "switcherTextColor" | "switcherOutlineWidth" | "switcherCaptionFontSizeSmall" | "switcherCaptionFontSizeMedium" | "switcherCaptionFontSizeLarge" | "switcherCaptionLineHeightSmall" | "switcherCaptionLineHeightMedium" | "switcherCaptionLineHeightLarge" | "switcherCaptionGapSmall" | "switcherCaptionGapMedium" | "switcherCaptionGapLarge" | "switcherButtonPaddingXSmall" | "switcherButtonPaddingXMedium" | "switcherButtonPaddingXLarge" | "switcherButtonPaddingYSmall" | "switcherButtonPaddingYMedium" | "switcherButtonPaddingYLarge" | "switcherButtonLineHeightSmall" | "switcherButtonLineHeightMedium" | "switcherButtonLineHeightLarge" | "switcherButtonFontSizeSmall" | "switcherButtonFontSizeMedium" | "switcherButtonFontSizeLarge" | "switcherButtonBorderRadiusSmall" | "switcherButtonBorderRadiusMedium" | "switcherButtonBorderRadiusLarge" | "switcherButtonBorderWidth" | "switcherBtnDisabledBorderColor" | "switcherButtonDisabledBorderColor" | "switcherButtonCheckedDisabledShadow" | "mobilePopupTopPadding" | "mobilePopupContainerBottomPadding" | "mobilePopupHeaderPadding" | "mobilePopupFooterPadding" | "mobilePopupContainerBorderRadius" | "mobilePopupHeaderFontSize" | "mobilePopupHeaderLineHeight" | "mobilePopupHeaderFontWeight" | "mobilePopupHeaderChildPadding" | "mobilePopupOuterIndentY" | "scrollContainerScrollBarSize" | "scrollContainerScrollBarHoverSize" | "scrollContainerScrollBarColor" | "scrollContainerScrollBarInvertColor" | "scrollContainerScrollBarOffsetY" | "dropdownMenuScrollContainerScrollBarOffsetY" | "passwordInputVisibilityIconColor" | "passwordInputVisibilityIconOpacity" | "passwordInputVisibilityIconHoverColor" | "passwordInputVisibilityIconHoverOpacity" | "globalLoaderColor" | "globalLoaderHeight" | "globalLoaderWidth" | "globalLoaderPosition" | "globalLoaderTop" | "globalLoaderLeft" | "globalLoaderBottom" | "globalLoaderRight" | "globalLoaderBackgroundColor" | "globalLoaderTransitionToSpinnerDuration" | "globalLoaderSpinnerAnimationDuration" | "globalLoaderSlowAnimationDuration" | "globalLoaderTransitionFromSpinnerDuration" | "fileUploaderWidth" | "fileUploaderBg" | "fileUploaderUploadButtonBg" | "fileUploaderFontSize" | "fileUploaderPaddingXSmall" | "fileUploaderPaddingXMedium" | "fileUploaderPaddingXLarge" | "fileUploaderFontSizeSmall" | "fileUploaderFontSizeMedium" | "fileUploaderFontSizeLarge" | "fileUploaderLineHeight" | "fileUploaderLineHeightSmall" | "fileUploaderLineHeightMedium" | "fileUploaderLineHeightLarge" | "fileUploaderPaddingYSmall" | "fileUploaderPaddingYMedium" | "fileUploaderPaddingYLarge" | "fileUploaderTextColorDefault" | "fileUploaderPaddingX" | "fileUploaderPaddingY" | "fileUploaderBorderRadius" | "fileUploaderBorderColor" | "fileUploaderBorderWidth" | "fileUploaderDisabledBorder" | "fileUploaderBorderStyle" | "fileUploaderBorderColorFocus" | "fileUploaderLinkColor" | "fileUploaderAfterLinkColor" | "fileUploaderIconSize" | "fileUploaderIconColor" | "fileUploaderIconHoverColor" | "fileUploaderBorderColorError" | "fileUploaderBorderColorWarning" | "fileUploaderDisabledBg" | "fileUploaderDisabledBgClip" | "fileUploaderDisabledBorderColor" | "fileUploaderDisabledTextColor" | "fileUploaderDisabledLinkColor" | "fileUploaderDisabledIconColor" | "fileUploaderLinkHoverTextDecoration" | "fileUploaderHoveredBg" | "fileUploaderHoveredBorderColor" | "fileUploaderIconGapSmall" | "fileUploaderIconGapMedium" | "fileUploaderIconGapLarge" | "fileUploaderDragOverBorderColor" | "fileUploaderDragOverShadow" | "closeBtnIconColor" | "closeBtnIconDisabledColor" | "closeBtnIconHoverColor" | "closeBtnIconBorderRadius" | "closeBtnIconFocusShadow" | "internalMenuPaddingY" | "autocompleteMenuOffsetY" | "comboboxMenuOffsetY" | "miniModalHeaderPaddingBottom" | "miniModalBodyPaddingTop" | "miniModalBodyPaddingBottom" | "miniModalHeaderPaddingTop" | "miniModalActionGap" | "miniModalCancelIndent" | "miniModalFooterPaddingTop" | "miniModalFooterPaddingBottom" | "miniModalTitleMarginTop" | "miniModalHeightMobile" | "miniModalMarginTopMobile" | "miniModalMarginLeftMobile" | "miniModalMarginRightMobile" | "miniModalFooterPaddingMobile" | "miniModalHeaderPaddingMobile" | "miniModalBodyPaddingMobile" | "validationsTextColorError" | "validationsTextColorWarning")[];
21
21
  export declare const CALLS_COUNT: number;
22
22
  export declare const EXECUTION_TIME: number;
@@ -268,4 +268,6 @@ DarkTheme.fileUploaderDisabledBorderColor = 'rgba(255, 255, 255, 0.32)';
268
268
  DarkTheme.fileUploaderDisabledTextColor = 'rgba(255, 255, 255, 0.32)';
269
269
  DarkTheme.fileUploaderDisabledLinkColor = 'rgba(255, 255, 255, 0.32)';
270
270
  DarkTheme.fileUploaderDisabledIconColor = 'rgba(255, 255, 255, 0.32)';
271
+ DarkTheme.validationsTextColorError = '#ff887b';
272
+ DarkTheme.validationsTextColorWarning = '#fdd481';
271
273
  export var DarkThemeInternal = Object.setPrototypeOf(exposeGetters(DarkTheme), DefaultThemeInternal);
@@ -1 +1 @@
1
- {"version":3,"sources":["DarkTheme.ts"],"names":["exposeGetters","DefaultThemeInternal","DarkTheme","borderColorGrayLight","textColorDefault","fixedPanelShadow","gray","menuHeaderColor","bgDisabled","inputBorderColor","textareaBorderColor","textareaDisabledBg","checkboxBorderWidth","checkboxShadow","borderColorDisabled","grayXLight","grayDark","green","greenDark","red","redDark","yellowXxLight","yellow","yellowDark","warningMain","errorMain","errorText","borderColorFocusLight","placeholderColor","placeholderColorLight","textColorDisabled","textColorDisabledContrast","textColorInvert","bgDefault","bgSecondary","outlineColorFocus","linkColor","linkHoverColor","linkActiveColor","linkSuccessColor","linkSuccessHoverColor","linkSuccessActiveColor","linkDangerColor","linkDangerHoverColor","linkDangerActiveColor","linkFocusOutlineColor","btnInsetColor","btnDefaultBg","btnDefaultHoverBg","btnDefaultActiveBg","btnSuccessBg","btnSuccessBorderColor","btnSuccessActiveBg","btnSuccessActiveBorderColor","btnPrimaryBg","btnPrimaryBorderColor","btnPrimaryActiveBg","btnPrimaryActiveBorderColor","btnDangerBg","btnDangerBorderColor","btnDangerActiveBg","btnDangerActiveBorderColor","btnPayBg","btnPayHoverBg","btnPayHoverBorderColor","btnPayTextColor","btnPayActiveBg","btnPayActiveBorderColor","btnPayBorderColor","tooltipCloseBtnColor","tooltipCloseBtnHoverColor","tooltipBg","modalBackBg","modalCloseButtonColor","modalCloseButtonHoverColor","modalFooterBg","sidePageFooterPanelBg","sidePageBackingBg","sidePageCloseButtonColor","sidePageCloseButtonHoverColor","calendarCellWeekendColor","calendarCellTodayBorder","calendarCellSelectedBgColor","calendarMonthTitleBorderBottomColor","pagingPageLinkHoverBg","pagingPageLinkActiveBg","pagingPageLinkDisabledActiveBg","toastLinkColor","toastCloseColor","menuItemCommentColor","menuSeparatorBorderColor","toggleBorderColor","toggleDisabledHandleBg","toggleBaseBg","toggleBgDisabledChecked","inputBg","inputColorScheme","dateSelectMenuItemBgSelected","pickerTodayWrapperBorderTop","dateInputComponentSelectedBgColor","hintBgColor","loaderBg","dropdownMenuSelectedBg","textareaBg","passwordInputVisibilityIconOpacity","radioBgColor","radioBorderColor","checkboxBg","tokenShadowDisabled","switcherButtonCheckedDisabledShadow","fileUploaderBg","fileUploaderTextColorDefault","fileUploaderBorderColor","fileUploaderBorderColorFocus","fileUploaderLinkColor","fileUploaderIconColor","fileUploaderIconHoverColor","fileUploaderBorderColorError","fileUploaderBorderColorWarning","fileUploaderDisabledBg","fileUploaderDisabledBorderColor","fileUploaderDisabledTextColor","fileUploaderDisabledLinkColor","fileUploaderDisabledIconColor","DarkThemeInternal","Object","setPrototypeOf"],"mappings":"wIAAA,SAASA,aAAT,QAA8B,gCAA9B;;AAEA,SAASC,oBAAT,QAAqC,gBAArC;;AAEA,WAAaC,SAAb;AACE;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BA;AACA;;;;;;;;;;;;;AAaA;AACA;;;;;AAKA,mBAA+C;AAC7C,aAAO,KAAKC,oBAAZ;AACD,KAlDH;AAmDE,mBAAgD;AAC9C,aAAO,KAAKA,oBAAZ;AACD,KArDH;AAsDE,mBAA0C;AACxC,aAAO,KAAKA,oBAAZ;AACD,KAxDH;;AA0DE,mBAAwC;AACtC,aAAO,KAAKC,gBAAZ;AACD,KA5DH;;;;;AAiEE,mBAAwC;AACtC,aAAO,KAAKA,gBAAZ;AACD,KAnEH;;;;;AAwEE,mBAAuC;AACrC,aAAO,KAAKA,gBAAZ;AACD,KA1EH;;;;;;;;;;;;;;;;;;;;;;AAgGE,mBAAuC;AACrC,aAAO,KAAKA,gBAAZ;AACD,KAlGH;AAmGE,mBAAyC;AACvC,aAAO,KAAKA,gBAAZ;AACD,KArGH;AAsGE,mBAA0C;AACxC,aAAO,KAAKC,gBAAZ;AACD;AACD;AACA;AA1GF;;;;AA+GE,mBAA0C;AACxC,aAAO,KAAKD,gBAAZ;AACD,KAjHH;AAkHE,mBAA4C;AAC1C,aAAO,KAAKA,gBAAZ;AACD,KApHH;AAqHE,mBAA6C;AAC3C,aAAO,KAAKC,gBAAZ;AACD;AACD;AACA;AAzHF;;;;;;;;;;;;;;;;;;AA4IE;AACA,mBAAoC;AAClC,aAAO,KAAKC,IAAZ;AACD;AACD;AAhJF,oCAiJE,eAAoC;AAClC,aAAO,KAAKC,eAAZ;AACD;AACD;AApJF;;;;;;AA2JE,mBAAqC;AACnC,aAAO,KAAKC,UAAZ;AACD,KA7JH;;;;;AAkKE,mBAAwC;AACtC,aAAO,KAAKC,gBAAZ;AACD,KApKH;;;;;;;;;;;;;;;;;;;;;AAyLE,mBAA2C;AACzC,aAAO,KAAKC,mBAAZ;AACD,KA3LH;AA4LE,mBAAgD;AAC9C,aAAO,KAAKC,kBAAZ;AACD;AACD;AACA;AAhMF,qDAiME,eAAqD;AACnD,aAAO,KAAKL,IAAZ;AACD,KAnMH;;AAqME,mBAA0D;AACxD,aAAO,KAAKF,gBAAZ;AACD;AACD;AACA;AAzMF;;;;;AA+ME,mBAAmC;AACjC,wBAAgB,KAAKQ,mBAArB;AACD,KAjNH;AAkNE,mBAAwC;AACtC,aAAO,KAAKC,cAAZ;AACD;AACD;AACA;AAtNF;AAwNE;AACA;AACA,mBAAsD;AACpD,aAAO,KAAKC,mBAAZ;AACD;;;;;;;;;;;;;;;;;;AAkBD;AA9OF,2FAAaZ,S,CAEGa,U,GAAa,S,CAFhBb,S,CAGGI,I,GAAO,2B,CAHVJ,S,CAIGc,Q,GAAW,S,CAJdd,S,CAKGe,K,GAAQ,S,CALXf,S,CAMGgB,S,GAAY,S,CANfhB,S,CAOGiB,G,GAAM,S,CAPTjB,S,CAQGkB,O,GAAU,S,CARblB,S,CASGmB,a,GAAgB,S,CATnBnB,S,CAUGoB,M,GAAS,S,CAVZpB,S,CAWGqB,U,GAAa,S,CAXhBrB,S,CAYGsB,W,GAAc,S,CAZjBtB,S,CAaGuB,S,GAAY,S,CAbfvB,S,CAcGwB,S,GAAY,S,CAdfxB,S,CAeGyB,qB,GAAwB,S,CAf3BzB,S,CAgBGC,oB,GAAuB,2B,CAhB1BD,S,CAiBGY,mB,GAAsB,2B,CAjBzBZ,S,CAkBG0B,gB,GAAmB,2B,CAlBtB1B,S,CAmBG2B,qB,GAAwB,2B,CAnB3B3B,S,CAoBGE,gB,GAAmB,4B,CApBtBF,S,CAqBG4B,iB,GAAoB,2B,CArBvB5B,S,CAsBG6B,yB,GAA4B,2B,CAtB/B7B,S,CAuBG8B,e,GAAkB,4B,CAvBrB9B,S,CAwBGM,U,GAAa,S,CAxBhBN,S,CAyBG+B,S,GAAY,S,CAzBf/B,S,CA0BGgC,W,GAAc,S,CA1BjBhC,S,CA2BGiC,iB,GAAoB,S,CA3BvBjC,S,CA8BGkC,S,GAAY,S,CA9BflC,S,CA+BGmC,c,GAAiB,S,CA/BpBnC,S,CAgCGoC,e,GAAkB,S,CAhCrBpC,S,CAiCGqC,gB,GAAmB,S,CAjCtBrC,S,CAkCGsC,qB,GAAwB,S,CAlC3BtC,S,CAmCGuC,sB,GAAyB,S,CAnC5BvC,S,CAoCGwC,e,GAAkB,S,CApCrBxC,S,CAqCGyC,oB,GAAuB,S,CArC1BzC,S,CAsCG0C,qB,GAAwB,S,CAtC3B1C,S,CAuCGG,gB,GAAmB,qC,CAvCtBH,S,CAyCG2C,qB,GAAwB,a,CAzC3B3C,S,CA4CG4C,a,GAAgB,S,CA5CnB5C,S,CA6CG6C,Y,GAAe,S,CA7ClB7C,S,CA8CG8C,iB,GAAoB,M,CA9CvB9C,S,CA+CG+C,kB,GAAqB,S,CA/CxB/C,S,CAyDGgD,Y,GAAe,S,CAzDlBhD,S,CA6DGiD,qB,GAAwB,S,CA7D3BjD,S,CA8DGkD,kB,GAAqB,S,CA9DxBlD,S,CA+DGmD,2B,GAA8B,S,CA/DjCnD,S,CAgEGoD,Y,GAAe,S,CAhElBpD,S,CAoEGqD,qB,GAAwB,S,CApE3BrD,S,CAqEGsD,kB,GAAqB,S,CArExBtD,S,CAsEGuD,2B,GAA8B,S,CAtEjCvD,S,CAuEGwD,W,GAAc,S,CAvEjBxD,S,CA2EGyD,oB,GAAuB,S,CA3E1BzD,S,CA4EG0D,iB,GAAoB,S,CA5EvB1D,S,CA6EG2D,0B,GAA6B,S,CA7EhC3D,S,CA8EG4D,Q,GAAW,S,CA9Ed5D,S,CA+EG6D,a,GAAgB,S,CA/EnB7D,S,CAgFG8D,sB,GAAyB,S,CAhF5B9D,S,CAiFG+D,e,GAAkB,S,CAjFrB/D,S,CAkFGgE,c,GAAiB,S,CAlFpBhE,S,CAmFGiE,uB,GAA0B,S,CAnF7BjE,S,CAoFGkE,iB,GAAoB,S,CApFvBlE,S,CAuFGmE,oB,GAAuB,2B,CAvF1BnE,S,CAwFGoE,yB,GAA4B,4B,CAxF/BpE,S,CAyFGqE,S,GAAY,S,CAzFfrE,S,CA4FGsE,W,GAAc,4B,CA5FjBtE,S,CA6FGuE,qB,GAAwB,2B,CA7F3BvE,S,CA8FGwE,0B,GAA6B,4B,CA9FhCxE,S,CA+FGyE,a,GAAgB,S,CA/FnBzE,S,CA2GG0E,qB,GAAwB,U,CA3G3B1E,S,CA4GG2E,iB,GAAoB,4B,CA5GvB3E,S,CA6GG4E,wB,GAA2B,2B,CA7G9B5E,S,CA8GG6E,6B,GAAgC,4B,CA9GnC7E,S,CA0HG8E,wB,GAA2B,S,CA1H9B9E,S,CA2HG+E,uB,GAA0B,qC,CA3H7B/E,S,CA4HGgF,2B,GAA8B,2B,CA5HjChF,S,CA6HGiF,mC,GAAsC,2B,CA7HzCjF,S,CAiIGkF,qB,GAAwB,0B,CAjI3BlF,S,CAkIGmF,sB,GAAyB,2B,CAlI5BnF,S,CAmIGoF,8B,GAAiC,2B,CAnIpCpF,S,CAsIGqF,c,GAAiB,S,CAtIpBrF,S,CAuIGsF,e,GAAkB,0B,CAvIrBtF,S,CA2IGuF,oB,GAAuB,2B,CA3I1BvF,S,CAqJGwF,wB,GAA2B,2B,CArJ9BxF,S,CAwJGyF,iB,GAAoB,2B,CAxJvBzF,S,CAyJG0F,sB,GAAyB,S,CAzJ5B1F,S,CA0JG2F,Y,GAAe,2B,CA1JlB3F,S,CA8JG4F,uB,GAA0B,2B,CA9J7B5F,S,CAiKG6F,O,GAAU,2B,CAjKb7F,S,CAqKG8F,gB,GAAmB,M,CArKtB9F,S,CAwKG+F,4B,GAA+B,2B,CAxKlC/F,S,CAyKGgG,2B,GAA8B,qC,CAzKjChG,S,CA4KGiG,iC,GAAoC,S,CA5KvCjG,S,CA+KGkG,W,GAAc,wB,CA/KjBlG,S,CAkLGmG,Q,GAAW,uB,CAlLdnG,S,CAqLGoG,sB,GAAyB,2B,CArL5BpG,S,CAwLGqG,U,GAAa,S,CAxLhBrG,S,CAoMGsG,kC,GAAqC,G,CApMxCtG,S,CA0MGuG,Y,GAAe,2B,CA1MlBvG,S,CA2MGwG,gB,GAAmB,2B,CA3MtBxG,S,CA8MGyG,U,GAAa,2B,CA9MhBzG,S,CAuNG0G,mB,GAAsB,M,CAvNzB1G,S,CA6NG2G,mC,GAAsC,M,CA7NzC3G,S,CAgOG4G,c,GAAiB,2B,CAhOpB5G,S,CAiOG6G,4B,GAA+B,M,CAjOlC7G,S,CAkOG8G,uB,GAA0B,2B,CAlO7B9G,S,CAmOG+G,4B,GAA+B,S,CAnOlC/G,S,CAoOGgH,qB,GAAwB,S,CApO3BhH,S,CAqOGiH,qB,GAAwB,2B,CArO3BjH,S,CAsOGkH,0B,GAA6B,2B,CAtOhClH,S,CAuOGmH,4B,GAA+B,S,CAvOlCnH,S,CAwOGoH,8B,GAAiC,S,CAxOpCpH,S,CAyOGqH,sB,GAAyB,2B,CAzO5BrH,S,CA0OGsH,+B,GAAkC,2B,CA1OrCtH,S,CA2OGuH,6B,GAAgC,2B,CA3OnCvH,S,CA4OGwH,6B,GAAgC,2B,CA5OnCxH,S,CA6OGyH,6B,GAAgC,2B;;AAIhD,OAAO,IAAMC,iBAAiB,GAAGC,MAAM,CAACC,cAAP;AAC/B9H,aAAa,CAACE,SAAD,CADkB;AAE/BD,oBAF+B,CAA1B","sourcesContent":["import { exposeGetters } from '../../lib/theming/ThemeHelpers';\n\nimport { DefaultThemeInternal } from './DefaultTheme';\n\nexport class DarkTheme extends (class {} as typeof DefaultThemeInternal) {\n //#region Common variables\n public static grayXLight = '#313131';\n public static gray = 'rgba(255, 255, 255, 0.48)';\n public static grayDark = '#e1e1e1';\n public static green = '#5f9c20';\n public static greenDark = '#538a1b';\n public static red = '#ee5042';\n public static redDark = '#dd473b';\n public static yellowXxLight = '#ffe0c3';\n public static yellow = '#ffa236';\n public static yellowDark = '#ea7324';\n public static warningMain = '#ffa236';\n public static errorMain = '#ee5042';\n public static errorText = '#ffa236';\n public static borderColorFocusLight = '#1260ae';\n public static borderColorGrayLight = 'rgba(255, 255, 255, 0.16)';\n public static borderColorDisabled = 'rgba(255, 255, 255, 0.16)';\n public static placeholderColor = 'rgba(255, 255, 255, 0.32)';\n public static placeholderColorLight = 'rgba(255, 255, 255, 0.16)';\n public static textColorDefault = 'rgba(255, 255, 255, 0.865)';\n public static textColorDisabled = 'rgba(255, 255, 255, 0.32)';\n public static textColorDisabledContrast = 'rgba(255, 255, 255, 0.48)';\n public static textColorInvert = 'rgba(255, 255, 255, 0.865)';\n public static bgDisabled = '#434343';\n public static bgDefault = '#1f1f1f';\n public static bgSecondary = '#333333';\n public static outlineColorFocus = '#1f1f1f';\n //#endregion\n //#region Link\n public static linkColor = '#51adff';\n public static linkHoverColor = '#2291ff';\n public static linkActiveColor = '#1f87ef';\n public static linkSuccessColor = '#78bf2b';\n public static linkSuccessHoverColor = '#6cad26';\n public static linkSuccessActiveColor = '#5f9c20';\n public static linkDangerColor = '#ff887b';\n public static linkDangerHoverColor = '#ff5a49';\n public static linkDangerActiveColor = '#ee5042';\n public static fixedPanelShadow = '0px 0px 16px 1px rgba(0, 0, 0, 0.4)';\n\n public static linkFocusOutlineColor = 'transparent';\n //#endregion\n //#region Button\n public static btnInsetColor = '#1f1f1f';\n public static btnDefaultBg = '#282828';\n public static btnDefaultHoverBg = 'none';\n public static btnDefaultActiveBg = '#1a1a1a';\n public static get btnDefaultHoverBorderColor() {\n return this.borderColorGrayLight;\n }\n public static get btnDefaultActiveBorderColor() {\n return this.borderColorGrayLight;\n }\n public static get btnDefaultBorderColor() {\n return this.borderColorGrayLight;\n }\n public static btnSuccessBg = '#5f9c20';\n public static get btnSuccessTextColor() {\n return this.textColorDefault;\n }\n public static btnSuccessBorderColor = '#5f9c20';\n public static btnSuccessActiveBg = '#3a6710';\n public static btnSuccessActiveBorderColor = '#3a6710';\n public static btnPrimaryBg = '#1f87ef';\n public static get btnPrimaryTextColor() {\n return this.textColorDefault;\n }\n public static btnPrimaryBorderColor = '#1f87ef';\n public static btnPrimaryActiveBg = '#1261ae';\n public static btnPrimaryActiveBorderColor = '#1261ae';\n public static btnDangerBg = '#ee5042';\n public static get btnDangerTextColor() {\n return this.textColorDefault;\n }\n public static btnDangerBorderColor = '#ee5042';\n public static btnDangerActiveBg = '#a92a27';\n public static btnDangerActiveBorderColor = '#a92a27';\n public static btnPayBg = '#ffa236';\n public static btnPayHoverBg = '#ff8227';\n public static btnPayHoverBorderColor = '#ff8227';\n public static btnPayTextColor = '#222222';\n public static btnPayActiveBg = '#d46421';\n public static btnPayActiveBorderColor = '#d46421';\n public static btnPayBorderColor = '#ffa236';\n //#endregion\n //#region Tooltip\n public static tooltipCloseBtnColor = 'rgba(255, 255, 255, 0.32)';\n public static tooltipCloseBtnHoverColor = 'rgba(255, 255, 255, 0.865)';\n public static tooltipBg = '#333333';\n //#endregion\n //#region Modal\n public static modalBackBg = 'rgba(255, 255, 255, 0.865)';\n public static modalCloseButtonColor = 'rgba(255, 255, 255, 0.32)';\n public static modalCloseButtonHoverColor = 'rgba(255, 255, 255, 0.865)';\n public static modalFooterBg = '#434343';\n public static get modalBodyTextColor() {\n return this.textColorDefault;\n }\n public static get modalFooterTextColor() {\n return this.textColorDefault;\n }\n public static get modalFixedPanelShadow() {\n return this.fixedPanelShadow;\n }\n //#endregion\n //#region SidePage\n public static sidePageFooterPanelBg = ' #434343';\n public static sidePageBackingBg = 'rgba(255, 255, 255, 0.865)';\n public static sidePageCloseButtonColor = 'rgba(255, 255, 255, 0.32)';\n public static sidePageCloseButtonHoverColor = 'rgba(255, 255, 255, 0.865)';\n public static get sidePageBodyTextColor() {\n return this.textColorDefault;\n }\n public static get sidePageFooterTextColor() {\n return this.textColorDefault;\n }\n public static get sidePageFixedPanelShadow() {\n return this.fixedPanelShadow;\n }\n //#endregion\n //#region Calendar\n public static calendarCellWeekendColor = '#ff887b';\n public static calendarCellTodayBorder = '1px solid rgba(255, 255, 255, 0.48)';\n public static calendarCellSelectedBgColor = 'rgba(255, 255, 255, 0.16)';\n public static calendarMonthTitleBorderBottomColor = 'rgba(255, 255, 255, 0.08)';\n\n //#endregion\n //#region Paging\n public static pagingPageLinkHoverBg = 'rgba(255, 255, 255, 0.8)';\n public static pagingPageLinkActiveBg = 'rgba(255, 255, 255, 0.16)';\n public static pagingPageLinkDisabledActiveBg = 'rgba(255, 255, 255, 0.08)';\n //#endregion\n //#region Toast\n public static toastLinkColor = '#51adff';\n public static toastCloseColor = 'rgba(255, 255, 255, 0.6)';\n //#endregion\n //#region Menu\n // menuItem\n public static menuItemCommentColor = 'rgba(255, 255, 255, 0.48)';\n // menuHeader\n public static get menuHeaderColor() {\n return this.gray;\n }\n // menuFooter\n public static get menuFooterColor() {\n return this.menuHeaderColor;\n }\n //menuSeparator\n public static menuSeparatorBorderColor = 'rgba(255, 255, 255, 0.08)';\n //#endregion\n //#region Toggle\n public static toggleBorderColor = 'rgba(255, 255, 255, 0.32)';\n public static toggleDisabledHandleBg = '#525252';\n public static toggleBaseBg = 'rgba(255, 255, 255, 0.04)';\n public static get toggleBgDisabled() {\n return this.bgDisabled;\n }\n public static toggleBgDisabledChecked = 'rgba(255, 255, 255, 0.48)';\n //#endregion\n //#region Input\n public static inputBg = 'rgba(255, 255, 255, 0.04)';\n public static get inputBorderTopColor() {\n return this.inputBorderColor;\n }\n public static inputColorScheme = 'dark';\n //#endregion\n //#region DatePicker\n public static dateSelectMenuItemBgSelected = 'rgba(255, 255, 255, 0.08)';\n public static pickerTodayWrapperBorderTop = '1px solid rgba(255, 255, 255, 0.08)';\n //#endregion\n //#region DateInput\n public static dateInputComponentSelectedBgColor = '#1c7edf';\n //#endregion\n //#region Hint\n public static hintBgColor = 'rgba(67, 67, 67, 0.92)';\n //#endregion\n //#region Loader\n public static loaderBg = 'rgba(51, 51, 51, 0.8)';\n //#endregion\n //#region Dropdown\n public static dropdownMenuSelectedBg = 'rgba(255, 255, 255, 0.08)'; //deprecated\n //#endregion\n //#region TextArea\n public static textareaBg = '#1f1f1f';\n public static get textareaBorderTopColor() {\n return this.textareaBorderColor;\n }\n public static get textareaDisabledBorderColor() {\n return this.textareaDisabledBg;\n }\n //#endregion\n //#region PasswordInput\n public static get passwordInputVisibilityIconColor() {\n return this.gray;\n }\n public static passwordInputVisibilityIconOpacity = '1';\n public static get passwordInputVisibilityIconHoverColor() {\n return this.textColorDefault;\n }\n //#endregion\n //#region Radio\n public static radioBgColor = 'rgba(255, 255, 255, 0.04)';\n public static radioBorderColor = 'rgba(255, 255, 255, 0.32)';\n //#endregion\n //#region Checkbox\n public static checkboxBg = 'rgba(255, 255, 255, 0.04)';\n public static get checkboxShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} rgba(255, 255, 255, 0.32)`;\n }\n public static get checkboxShadowHover() {\n return this.checkboxShadow;\n }\n //#endregion\n //#region TokenInput\n public static tokenShadowDisabled = 'none';\n //#endregion\n //#region Switcher\n public static get switcherButtonDisabledBorderColor() {\n return this.borderColorDisabled;\n }\n public static switcherButtonCheckedDisabledShadow = 'none';\n //#endregion\n //#region FileUploader\n public static fileUploaderBg = 'rgba(255, 255, 255, 0.04)';\n public static fileUploaderTextColorDefault = '#fff';\n public static fileUploaderBorderColor = 'rgba(255, 255, 255, 0.32)';\n public static fileUploaderBorderColorFocus = '#1f87ef';\n public static fileUploaderLinkColor = '#51adff';\n public static fileUploaderIconColor = 'rgba(255, 255, 255, 0.48)';\n public static fileUploaderIconHoverColor = 'rgba(255, 255, 255, 0.80)';\n public static fileUploaderBorderColorError = '#ee5042';\n public static fileUploaderBorderColorWarning = '#ffa236';\n public static fileUploaderDisabledBg = 'rgba(255, 255, 255, 0.16)';\n public static fileUploaderDisabledBorderColor = 'rgba(255, 255, 255, 0.32)';\n public static fileUploaderDisabledTextColor = 'rgba(255, 255, 255, 0.32)';\n public static fileUploaderDisabledLinkColor = 'rgba(255, 255, 255, 0.32)';\n public static fileUploaderDisabledIconColor = 'rgba(255, 255, 255, 0.32)';\n //#endregion\n}\n\nexport const DarkThemeInternal = Object.setPrototypeOf(\n exposeGetters(DarkTheme),\n DefaultThemeInternal,\n) as typeof DarkTheme;\n"]}
1
+ {"version":3,"sources":["DarkTheme.ts"],"names":["exposeGetters","DefaultThemeInternal","DarkTheme","borderColorGrayLight","textColorDefault","fixedPanelShadow","gray","menuHeaderColor","bgDisabled","inputBorderColor","textareaBorderColor","textareaDisabledBg","checkboxBorderWidth","checkboxShadow","borderColorDisabled","grayXLight","grayDark","green","greenDark","red","redDark","yellowXxLight","yellow","yellowDark","warningMain","errorMain","errorText","borderColorFocusLight","placeholderColor","placeholderColorLight","textColorDisabled","textColorDisabledContrast","textColorInvert","bgDefault","bgSecondary","outlineColorFocus","linkColor","linkHoverColor","linkActiveColor","linkSuccessColor","linkSuccessHoverColor","linkSuccessActiveColor","linkDangerColor","linkDangerHoverColor","linkDangerActiveColor","linkFocusOutlineColor","btnInsetColor","btnDefaultBg","btnDefaultHoverBg","btnDefaultActiveBg","btnSuccessBg","btnSuccessBorderColor","btnSuccessActiveBg","btnSuccessActiveBorderColor","btnPrimaryBg","btnPrimaryBorderColor","btnPrimaryActiveBg","btnPrimaryActiveBorderColor","btnDangerBg","btnDangerBorderColor","btnDangerActiveBg","btnDangerActiveBorderColor","btnPayBg","btnPayHoverBg","btnPayHoverBorderColor","btnPayTextColor","btnPayActiveBg","btnPayActiveBorderColor","btnPayBorderColor","tooltipCloseBtnColor","tooltipCloseBtnHoverColor","tooltipBg","modalBackBg","modalCloseButtonColor","modalCloseButtonHoverColor","modalFooterBg","sidePageFooterPanelBg","sidePageBackingBg","sidePageCloseButtonColor","sidePageCloseButtonHoverColor","calendarCellWeekendColor","calendarCellTodayBorder","calendarCellSelectedBgColor","calendarMonthTitleBorderBottomColor","pagingPageLinkHoverBg","pagingPageLinkActiveBg","pagingPageLinkDisabledActiveBg","toastLinkColor","toastCloseColor","menuItemCommentColor","menuSeparatorBorderColor","toggleBorderColor","toggleDisabledHandleBg","toggleBaseBg","toggleBgDisabledChecked","inputBg","inputColorScheme","dateSelectMenuItemBgSelected","pickerTodayWrapperBorderTop","dateInputComponentSelectedBgColor","hintBgColor","loaderBg","dropdownMenuSelectedBg","textareaBg","passwordInputVisibilityIconOpacity","radioBgColor","radioBorderColor","checkboxBg","tokenShadowDisabled","switcherButtonCheckedDisabledShadow","fileUploaderBg","fileUploaderTextColorDefault","fileUploaderBorderColor","fileUploaderBorderColorFocus","fileUploaderLinkColor","fileUploaderIconColor","fileUploaderIconHoverColor","fileUploaderBorderColorError","fileUploaderBorderColorWarning","fileUploaderDisabledBg","fileUploaderDisabledBorderColor","fileUploaderDisabledTextColor","fileUploaderDisabledLinkColor","fileUploaderDisabledIconColor","validationsTextColorError","validationsTextColorWarning","DarkThemeInternal","Object","setPrototypeOf"],"mappings":"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mB,qC,CAvCtBH,S,CAyCG2C,qB,GAAwB,a,CAzC3B3C,S,CA4CG4C,a,GAAgB,S,CA5CnB5C,S,CA6CG6C,Y,GAAe,S,CA7ClB7C,S,CA8CG8C,iB,GAAoB,M,CA9CvB9C,S,CA+CG+C,kB,GAAqB,S,CA/CxB/C,S,CAyDGgD,Y,GAAe,S,CAzDlBhD,S,CA6DGiD,qB,GAAwB,S,CA7D3BjD,S,CA8DGkD,kB,GAAqB,S,CA9DxBlD,S,CA+DGmD,2B,GAA8B,S,CA/DjCnD,S,CAgEGoD,Y,GAAe,S,CAhElBpD,S,CAoEGqD,qB,GAAwB,S,CApE3BrD,S,CAqEGsD,kB,GAAqB,S,CArExBtD,S,CAsEGuD,2B,GAA8B,S,CAtEjCvD,S,CAuEGwD,W,GAAc,S,CAvEjBxD,S,CA2EGyD,oB,GAAuB,S,CA3E1BzD,S,CA4EG0D,iB,GAAoB,S,CA5EvB1D,S,CA6EG2D,0B,GAA6B,S,CA7EhC3D,S,CA8EG4D,Q,GAAW,S,CA9Ed5D,S,CA+EG6D,a,GAAgB,S,CA/EnB7D,S,CAgFG8D,sB,GAAyB,S,CAhF5B9D,S,CAiFG+D,e,GAAkB,S,CAjFrB/D,S,CAkFGgE,c,GAAiB,S,CAlFpBhE,S,CAmFGiE,uB,GAA0B,S,CAnF7BjE,S,CAoFGkE,iB,GAAoB,S,CApFvBlE,S,CAuFGmE,oB,GAAuB,2B,CAvF1BnE,S,CAwFGoE,yB,GAA4B,4B,CAxF/BpE,S,CAyFGqE,S,GAAY,S,CAzFfrE,S,CA4FGsE,W,GAAc,4B,CA5FjBtE,S,CA6FGuE,qB,GAAwB,2B,CA7F3BvE,S,CA8FGwE,0B,GAA6B,4B,CA9FhCxE,S,CA+FGyE,a,GAAgB,S,CA/FnBzE,S,CA2GG0E,qB,GAAwB,U,CA3G3B1E,S,CA4GG2E,iB,GAAoB,4B,CA5GvB3E,S,CA6GG4E,wB,GAA2B,2B,CA7G9B5E,S,CA8GG6E,6B,GAAgC,4B,CA9GnC7E,S,CA0HG8E,wB,GAA2B,S,CA1H9B9E,S,CA2HG+E,uB,GAA0B,qC,CA3H7B/E,S,CA4HGgF,2B,GAA8B,2B,CA5HjChF,S,CA6HGiF,mC,GAAsC,2B,CA7HzCjF,S,CAiIGkF,qB,GAAwB,0B,CAjI3BlF,S,CAkIGmF,sB,GAAyB,2B,CAlI5BnF,S,CAmIGoF,8B,GAAiC,2B,CAnIpCpF,S,CAsIGqF,c,GAAiB,S,CAtIpBrF,S,CAuIGsF,e,GAAkB,0B,CAvIrBtF,S,CA2IGuF,oB,GAAuB,2B,CA3I1BvF,S,CAqJGwF,wB,GAA2B,2B,CArJ9BxF,S,CAwJGyF,iB,GAAoB,2B,CAxJvBzF,S,CAyJG0F,sB,GAAyB,S,CAzJ5B1F,S,CA0JG2F,Y,GAAe,2B,CA1JlB3F,S,CA8JG4F,uB,GAA0B,2B,CA9J7B5F,S,CAiKG6F,O,GAAU,2B,CAjKb7F,S,CAqKG8F,gB,GAAmB,M,CArKtB9F,S,CAwKG+F,4B,GAA+B,2B,CAxKlC/F,S,CAyKGgG,2B,GAA8B,qC,CAzKjChG,S,CA4KGiG,iC,GAAoC,S,CA5KvCjG,S,CA+KGkG,W,GAAc,wB,CA/KjBlG,S,CAkLGmG,Q,GAAW,uB,CAlLdnG,S,CAqLGoG,sB,GAAyB,2B,CArL5BpG,S,CAwLGqG,U,GAAa,S,CAxLhBrG,S,CAoMGsG,kC,GAAqC,G,CApMxCtG,S,CA0MGuG,Y,GAAe,2B,CA1MlBvG,S,CA2MGwG,gB,GAAmB,2B,CA3MtBxG,S,CA8MGyG,U,GAAa,2B,CA9MhBzG,S,CAuNG0G,mB,GAAsB,M,CAvNzB1G,S,CA6NG2G,mC,GAAsC,M,CA7NzC3G,S,CAgOG4G,c,GAAiB,2B,CAhOpB5G,S,CAiOG6G,4B,GAA+B,M,CAjOlC7G,S,CAkOG8G,uB,GAA0B,2B,CAlO7B9G,S,CAmOG+G,4B,GAA+B,S,CAnOlC/G,S,CAoOGgH,qB,GAAwB,S,CApO3BhH,S,CAqOGiH,qB,GAAwB,2B,CArO3BjH,S,CAsOGkH,0B,GAA6B,2B,CAtOhClH,S,CAuOGmH,4B,GAA+B,S,CAvOlCnH,S,CAwOGoH,8B,GAAiC,S,CAxOpCpH,S,CAyOGqH,sB,GAAyB,2B,CAzO5BrH,S,CA0OGsH,+B,GAAkC,2B,CA1OrCtH,S,CA2OGuH,6B,GAAgC,2B,CA3OnCvH,S,CA4OGwH,6B,GAAgC,2B,CA5OnCxH,S,CA6OGyH,6B,GAAgC,2B,CA7OnCzH,S,CAiPG0H,yB,GAA4B,S,CAjP/B1H,S,CAkPG2H,2B,GAA8B,S;;AAI9C,OAAO,IAAMC,iBAAiB,GAAGC,MAAM,CAACC,cAAP;AAC/BhI,aAAa,CAACE,SAAD,CADkB;AAE/BD,oBAF+B,CAA1B","sourcesContent":["import { exposeGetters } from '../../lib/theming/ThemeHelpers';\n\nimport { DefaultThemeInternal } from './DefaultTheme';\n\nexport class DarkTheme extends (class {} as typeof DefaultThemeInternal) {\n //#region Common variables\n public static grayXLight = '#313131';\n public static gray = 'rgba(255, 255, 255, 0.48)';\n public static grayDark = '#e1e1e1';\n public static green = '#5f9c20';\n public static greenDark = '#538a1b';\n public static red = '#ee5042';\n public static redDark = '#dd473b';\n public static yellowXxLight = '#ffe0c3';\n public static yellow = '#ffa236';\n public static yellowDark = '#ea7324';\n public static warningMain = '#ffa236';\n public static errorMain = '#ee5042';\n public static errorText = '#ffa236';\n public static borderColorFocusLight = '#1260ae';\n public static borderColorGrayLight = 'rgba(255, 255, 255, 0.16)';\n public static borderColorDisabled = 'rgba(255, 255, 255, 0.16)';\n public static placeholderColor = 'rgba(255, 255, 255, 0.32)';\n public static placeholderColorLight = 'rgba(255, 255, 255, 0.16)';\n public static textColorDefault = 'rgba(255, 255, 255, 0.865)';\n public static textColorDisabled = 'rgba(255, 255, 255, 0.32)';\n public static textColorDisabledContrast = 'rgba(255, 255, 255, 0.48)';\n public static textColorInvert = 'rgba(255, 255, 255, 0.865)';\n public static bgDisabled = '#434343';\n public static bgDefault = '#1f1f1f';\n public static bgSecondary = '#333333';\n public static outlineColorFocus = '#1f1f1f';\n //#endregion\n //#region Link\n public static linkColor = '#51adff';\n public static linkHoverColor = '#2291ff';\n public static linkActiveColor = '#1f87ef';\n public static linkSuccessColor = '#78bf2b';\n public static linkSuccessHoverColor = '#6cad26';\n public static linkSuccessActiveColor = '#5f9c20';\n public static linkDangerColor = '#ff887b';\n public static linkDangerHoverColor = '#ff5a49';\n public static linkDangerActiveColor = '#ee5042';\n public static fixedPanelShadow = '0px 0px 16px 1px rgba(0, 0, 0, 0.4)';\n\n public static linkFocusOutlineColor = 'transparent';\n //#endregion\n //#region Button\n public static btnInsetColor = '#1f1f1f';\n public static btnDefaultBg = '#282828';\n public static btnDefaultHoverBg = 'none';\n public static btnDefaultActiveBg = '#1a1a1a';\n public static get btnDefaultHoverBorderColor() {\n return this.borderColorGrayLight;\n }\n public static get btnDefaultActiveBorderColor() {\n return this.borderColorGrayLight;\n }\n public static get btnDefaultBorderColor() {\n return this.borderColorGrayLight;\n }\n public static btnSuccessBg = '#5f9c20';\n public static get btnSuccessTextColor() {\n return this.textColorDefault;\n }\n public static btnSuccessBorderColor = '#5f9c20';\n public static btnSuccessActiveBg = '#3a6710';\n public static btnSuccessActiveBorderColor = '#3a6710';\n public static btnPrimaryBg = '#1f87ef';\n public static get btnPrimaryTextColor() {\n return this.textColorDefault;\n }\n public static btnPrimaryBorderColor = '#1f87ef';\n public static btnPrimaryActiveBg = '#1261ae';\n public static btnPrimaryActiveBorderColor = '#1261ae';\n public static btnDangerBg = '#ee5042';\n public static get btnDangerTextColor() {\n return this.textColorDefault;\n }\n public static btnDangerBorderColor = '#ee5042';\n public static btnDangerActiveBg = '#a92a27';\n public static btnDangerActiveBorderColor = '#a92a27';\n public static btnPayBg = '#ffa236';\n public static btnPayHoverBg = '#ff8227';\n public static btnPayHoverBorderColor = '#ff8227';\n public static btnPayTextColor = '#222222';\n public static btnPayActiveBg = '#d46421';\n public static btnPayActiveBorderColor = '#d46421';\n public static btnPayBorderColor = '#ffa236';\n //#endregion\n //#region Tooltip\n public static tooltipCloseBtnColor = 'rgba(255, 255, 255, 0.32)';\n public static tooltipCloseBtnHoverColor = 'rgba(255, 255, 255, 0.865)';\n public static tooltipBg = '#333333';\n //#endregion\n //#region Modal\n public static modalBackBg = 'rgba(255, 255, 255, 0.865)';\n public static modalCloseButtonColor = 'rgba(255, 255, 255, 0.32)';\n public static modalCloseButtonHoverColor = 'rgba(255, 255, 255, 0.865)';\n public static modalFooterBg = '#434343';\n public static get modalBodyTextColor() {\n return this.textColorDefault;\n }\n public static get modalFooterTextColor() {\n return this.textColorDefault;\n }\n public static get modalFixedPanelShadow() {\n return this.fixedPanelShadow;\n }\n //#endregion\n //#region SidePage\n public static sidePageFooterPanelBg = ' #434343';\n public static sidePageBackingBg = 'rgba(255, 255, 255, 0.865)';\n public static sidePageCloseButtonColor = 'rgba(255, 255, 255, 0.32)';\n public static sidePageCloseButtonHoverColor = 'rgba(255, 255, 255, 0.865)';\n public static get sidePageBodyTextColor() {\n return this.textColorDefault;\n }\n public static get sidePageFooterTextColor() {\n return this.textColorDefault;\n }\n public static get sidePageFixedPanelShadow() {\n return this.fixedPanelShadow;\n }\n //#endregion\n //#region Calendar\n public static calendarCellWeekendColor = '#ff887b';\n public static calendarCellTodayBorder = '1px solid rgba(255, 255, 255, 0.48)';\n public static calendarCellSelectedBgColor = 'rgba(255, 255, 255, 0.16)';\n public static calendarMonthTitleBorderBottomColor = 'rgba(255, 255, 255, 0.08)';\n\n //#endregion\n //#region Paging\n public static pagingPageLinkHoverBg = 'rgba(255, 255, 255, 0.8)';\n public static pagingPageLinkActiveBg = 'rgba(255, 255, 255, 0.16)';\n public static pagingPageLinkDisabledActiveBg = 'rgba(255, 255, 255, 0.08)';\n //#endregion\n //#region Toast\n public static toastLinkColor = '#51adff';\n public static toastCloseColor = 'rgba(255, 255, 255, 0.6)';\n //#endregion\n //#region Menu\n // menuItem\n public static menuItemCommentColor = 'rgba(255, 255, 255, 0.48)';\n // menuHeader\n public static get menuHeaderColor() {\n return this.gray;\n }\n // menuFooter\n public static get menuFooterColor() {\n return this.menuHeaderColor;\n }\n //menuSeparator\n public static menuSeparatorBorderColor = 'rgba(255, 255, 255, 0.08)';\n //#endregion\n //#region Toggle\n public static toggleBorderColor = 'rgba(255, 255, 255, 0.32)';\n public static toggleDisabledHandleBg = '#525252';\n public static toggleBaseBg = 'rgba(255, 255, 255, 0.04)';\n public static get toggleBgDisabled() {\n return this.bgDisabled;\n }\n public static toggleBgDisabledChecked = 'rgba(255, 255, 255, 0.48)';\n //#endregion\n //#region Input\n public static inputBg = 'rgba(255, 255, 255, 0.04)';\n public static get inputBorderTopColor() {\n return this.inputBorderColor;\n }\n public static inputColorScheme = 'dark';\n //#endregion\n //#region DatePicker\n public static dateSelectMenuItemBgSelected = 'rgba(255, 255, 255, 0.08)';\n public static pickerTodayWrapperBorderTop = '1px solid rgba(255, 255, 255, 0.08)';\n //#endregion\n //#region DateInput\n public static dateInputComponentSelectedBgColor = '#1c7edf';\n //#endregion\n //#region Hint\n public static hintBgColor = 'rgba(67, 67, 67, 0.92)';\n //#endregion\n //#region Loader\n public static loaderBg = 'rgba(51, 51, 51, 0.8)';\n //#endregion\n //#region Dropdown\n public static dropdownMenuSelectedBg = 'rgba(255, 255, 255, 0.08)'; //deprecated\n //#endregion\n //#region TextArea\n public static textareaBg = '#1f1f1f';\n public static get textareaBorderTopColor() {\n return this.textareaBorderColor;\n }\n public static get textareaDisabledBorderColor() {\n return this.textareaDisabledBg;\n }\n //#endregion\n //#region PasswordInput\n public static get passwordInputVisibilityIconColor() {\n return this.gray;\n }\n public static passwordInputVisibilityIconOpacity = '1';\n public static get passwordInputVisibilityIconHoverColor() {\n return this.textColorDefault;\n }\n //#endregion\n //#region Radio\n public static radioBgColor = 'rgba(255, 255, 255, 0.04)';\n public static radioBorderColor = 'rgba(255, 255, 255, 0.32)';\n //#endregion\n //#region Checkbox\n public static checkboxBg = 'rgba(255, 255, 255, 0.04)';\n public static get checkboxShadow() {\n return `0 0 0 ${this.checkboxBorderWidth} rgba(255, 255, 255, 0.32)`;\n }\n public static get checkboxShadowHover() {\n return this.checkboxShadow;\n }\n //#endregion\n //#region TokenInput\n public static tokenShadowDisabled = 'none';\n //#endregion\n //#region Switcher\n public static get switcherButtonDisabledBorderColor() {\n return this.borderColorDisabled;\n }\n public static switcherButtonCheckedDisabledShadow = 'none';\n //#endregion\n //#region FileUploader\n public static fileUploaderBg = 'rgba(255, 255, 255, 0.04)';\n public static fileUploaderTextColorDefault = '#fff';\n public static fileUploaderBorderColor = 'rgba(255, 255, 255, 0.32)';\n public static fileUploaderBorderColorFocus = '#1f87ef';\n public static fileUploaderLinkColor = '#51adff';\n public static fileUploaderIconColor = 'rgba(255, 255, 255, 0.48)';\n public static fileUploaderIconHoverColor = 'rgba(255, 255, 255, 0.80)';\n public static fileUploaderBorderColorError = '#ee5042';\n public static fileUploaderBorderColorWarning = '#ffa236';\n public static fileUploaderDisabledBg = 'rgba(255, 255, 255, 0.16)';\n public static fileUploaderDisabledBorderColor = 'rgba(255, 255, 255, 0.32)';\n public static fileUploaderDisabledTextColor = 'rgba(255, 255, 255, 0.32)';\n public static fileUploaderDisabledLinkColor = 'rgba(255, 255, 255, 0.32)';\n public static fileUploaderDisabledIconColor = 'rgba(255, 255, 255, 0.32)';\n //#endregion\n\n //#region react-ui-validations\n public static validationsTextColorError = '#ff887b';\n public static validationsTextColorWarning = '#fdd481';\n //#endregion\n}\n\nexport const DarkThemeInternal = Object.setPrototypeOf(\n exposeGetters(DarkTheme),\n DefaultThemeInternal,\n) as typeof DarkTheme;\n"]}
@@ -138,6 +138,8 @@ export declare class DarkTheme extends DarkTheme_base {
138
138
  static fileUploaderDisabledTextColor: string;
139
139
  static fileUploaderDisabledLinkColor: string;
140
140
  static fileUploaderDisabledIconColor: string;
141
+ static validationsTextColorError: string;
142
+ static validationsTextColorWarning: string;
141
143
  }
142
144
  export declare const DarkThemeInternal: typeof DarkTheme;
143
145
  export {};
@@ -906,10 +906,21 @@ export var DefaultTheme = /*#__PURE__*/function () {
906
906
  get: function get() {
907
907
  return this.bgSecondary;
908
908
  }
909
+ }, {
910
+ key: "calendarCellHeight",
911
+ get: // deprecated
912
+ function get() {
913
+ return this.calendarCellSize;
914
+ }
915
+ }, {
916
+ key: "calendarCellWidth",
917
+ get: function get() {
918
+ return this.calendarCellSize;
919
+ }
909
920
  }, {
910
921
  key: "calendarCellLineHeight",
911
922
  get: function get() {
912
- return "calc(" + this.calendarCellSize + " - 2px)";
923
+ return parseInt(this.calendarCellHeight) - 2 + "px";
913
924
  }
914
925
  }, {
915
926
  key: "calendarMonthHeaderStickedBgColor",
@@ -1787,6 +1798,11 @@ export var DefaultTheme = /*#__PURE__*/function () {
1787
1798
  function get() {
1788
1799
  return this.textColorDefault;
1789
1800
  }
1801
+ }, {
1802
+ key: "inputIconColorDisabled",
1803
+ get: function get() {
1804
+ return this.inputIconColor;
1805
+ }
1790
1806
  }, {
1791
1807
  key: "inputFocusedIconColor",
1792
1808
  get: function get() {
@@ -3398,9 +3414,11 @@ DefaultTheme.calendarCellHoverColor = 'white';
3398
3414
  DefaultTheme.calendarCellActiveHoverColor = 'white';
3399
3415
  DefaultTheme.calendarCellWeekendColor = '#cb3d35';
3400
3416
  DefaultTheme.calendarCellTodayBorder = '1px solid rgba(0, 0, 0, 0.32)';
3417
+ DefaultTheme.calendarCellBorderRadius = '9999px';
3401
3418
  DefaultTheme.calendarCellSelectedBgColor = '#ebebeb';
3402
3419
  DefaultTheme.calendarCellSelectedFontColor = 'inherit';
3403
3420
  DefaultTheme.calendarCellSize = '32px';
3421
+ DefaultTheme.calendarCellFontSize = '14px';
3404
3422
  DefaultTheme.calendarMonthTitleBorderBottomColor = '#dfdede';
3405
3423
  DefaultTheme.calendarPaddingX = '18px';
3406
3424
  DefaultTheme.calendarMonthTitleLineHeight = '20px';
@@ -3411,6 +3429,7 @@ DefaultTheme.calendarMonthTitleMarginBottom = '6px';
3411
3429
  DefaultTheme.calendarWrapperHeight = ' 330px';
3412
3430
  DefaultTheme.calendarMonthMarginBottom = '6px';
3413
3431
  DefaultTheme.calendarMaxMonthsToAppendOnScroll = '5';
3432
+ DefaultTheme.calendarGridRowSpacing = '0px';
3414
3433
  DefaultTheme.dateSelectLineHeight = '20px';
3415
3434
  DefaultTheme.dateSelectFontSize = '14px';
3416
3435
  DefaultTheme.dateSelectFontWeight = 'bold';
@@ -3424,6 +3443,15 @@ DefaultTheme.pickerTodayWrapperLineHeight = '20px';
3424
3443
  DefaultTheme.pickerTodayWrapperPaddingTop = '6px';
3425
3444
  DefaultTheme.pickerTodayWrapperPaddingBottom = '6px';
3426
3445
  DefaultTheme.pickerBorderRadius = '';
3446
+ DefaultTheme.mobileCalendarPaddingX = '16px';
3447
+ DefaultTheme.mobileCalendarCellWidth = '40px';
3448
+ DefaultTheme.mobileCalendarCellHeight = '40px';
3449
+ DefaultTheme.mobileCalendarCellBorderRadius = '20px';
3450
+ DefaultTheme.mobileCalendarCellFontSize = '16px';
3451
+ DefaultTheme.mobileCalendarGridRowSpacing = '8px';
3452
+ DefaultTheme.mobileDateSelectFontSize = '16px';
3453
+ DefaultTheme.mobileDateSelectLineHeight = '20px';
3454
+ DefaultTheme.mobileCalendarWrapperHeight = '304px';
3427
3455
  DefaultTheme.pagingForwardIconMarginTop = '1px';
3428
3456
  DefaultTheme.pagingPageLinkBoxSizing = 'content-box';
3429
3457
  DefaultTheme.pagingPageLinkPaddingX = '0.625em';
@@ -3671,6 +3699,7 @@ DefaultTheme.switcherBtnDisabledBorderColor = 'rgba(0, 0, 0, 0.16)';
3671
3699
  DefaultTheme.mobilePopupTopPadding = '80px';
3672
3700
  DefaultTheme.mobilePopupContainerBottomPadding = '8px';
3673
3701
  DefaultTheme.mobilePopupHeaderPadding = '16px 16px 8px 16px';
3702
+ DefaultTheme.mobilePopupFooterPadding = '16px 16px 16px 16px';
3674
3703
  DefaultTheme.mobilePopupContainerBorderRadius = '16px';
3675
3704
  DefaultTheme.mobilePopupHeaderFontWeight = '500';
3676
3705
  DefaultTheme.mobilePopupHeaderChildPadding = '12px';
@@ -3743,4 +3772,6 @@ DefaultTheme.miniModalMarginRightMobile = '24px';
3743
3772
  DefaultTheme.miniModalFooterPaddingMobile = '24px 16px 16px';
3744
3773
  DefaultTheme.miniModalHeaderPaddingMobile = '32px 16px 0';
3745
3774
  DefaultTheme.miniModalBodyPaddingMobile = '16px 16px 0';
3775
+ DefaultTheme.validationsTextColorError = '#cb3d35';
3776
+ DefaultTheme.validationsTextColorWarning = '#ef8b17';
3746
3777
  export var DefaultThemeInternal = exposeGetters(DefaultTheme);