@vkontakte/vkui 4.25.2 → 4.26.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 (192) hide show
  1. package/.cache/.eslintcache +1 -1
  2. package/.cache/.stylelintcache +1 -1
  3. package/.cache/.tsbuildinfo +89 -55
  4. package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.d.ts +2 -2
  5. package/.cache/ts/src/components/AdaptivityProvider/AdaptivityProvider.d.ts +1 -1
  6. package/.cache/ts/src/components/Alert/Alert.d.ts +2 -2
  7. package/.cache/ts/src/components/AppRoot/AppRoot.d.ts +0 -1
  8. package/.cache/ts/src/components/CardScroll/CardScroll.d.ts +9 -2
  9. package/.cache/ts/src/components/ConfigProvider/ConfigProviderContext.d.ts +1 -1
  10. package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
  11. package/.cache/ts/src/index.d.ts +3 -3
  12. package/.cache/ts/src/lib/platform.d.ts +1 -1
  13. package/.cache/ts/src/tokenized/{tokenized.d.ts → index.d.ts} +0 -0
  14. package/VKUI_TOKENS_MIGRATION_GUIDE.md +76 -0
  15. package/dist/cjs/components/ActionSheetItem/ActionSheetItem.d.ts +2 -2
  16. package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js +5 -9
  17. package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
  18. package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.d.ts +1 -1
  19. package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js +4 -6
  20. package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
  21. package/dist/cjs/components/Alert/Alert.d.ts +2 -2
  22. package/dist/cjs/components/Alert/Alert.js +4 -7
  23. package/dist/cjs/components/Alert/Alert.js.map +1 -1
  24. package/dist/cjs/components/AppRoot/AppRoot.d.ts +0 -1
  25. package/dist/cjs/components/AppRoot/AppRoot.js +2 -5
  26. package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
  27. package/dist/cjs/components/AppearanceProvider/AppearanceProvider.js +1 -1
  28. package/dist/cjs/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
  29. package/dist/cjs/components/Button/Button.js +1 -3
  30. package/dist/cjs/components/Button/Button.js.map +1 -1
  31. package/dist/cjs/components/CardScroll/CardScroll.d.ts +9 -2
  32. package/dist/cjs/components/CardScroll/CardScroll.js +10 -4
  33. package/dist/cjs/components/CardScroll/CardScroll.js.map +1 -1
  34. package/dist/cjs/components/ConfigProvider/ConfigProvider.js +40 -6
  35. package/dist/cjs/components/ConfigProvider/ConfigProvider.js.map +1 -1
  36. package/dist/cjs/components/ConfigProvider/ConfigProviderContext.d.ts +1 -1
  37. package/dist/cjs/components/ContentCard/ContentCard.js +8 -0
  38. package/dist/cjs/components/ContentCard/ContentCard.js.map +1 -1
  39. package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js +1 -1
  40. package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
  41. package/dist/cjs/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
  42. package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js +5 -1
  43. package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
  44. package/dist/cjs/components/IconButton/IconButton.js +8 -0
  45. package/dist/cjs/components/IconButton/IconButton.js.map +1 -1
  46. package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.js +14 -5
  47. package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
  48. package/dist/cjs/components/PromoBanner/PromoBanner.js +7 -0
  49. package/dist/cjs/components/PromoBanner/PromoBanner.js.map +1 -1
  50. package/dist/cjs/components/Root/Root.js +5 -0
  51. package/dist/cjs/components/Root/Root.js.map +1 -1
  52. package/dist/cjs/components/TabbarItem/TabbarItem.js +8 -1
  53. package/dist/cjs/components/TabbarItem/TabbarItem.js.map +1 -1
  54. package/dist/cjs/components/View/View.js +29 -18
  55. package/dist/cjs/components/View/View.js.map +1 -1
  56. package/dist/cjs/index.d.ts +3 -3
  57. package/dist/cjs/index.js +6 -6
  58. package/dist/cjs/index.js.map +1 -1
  59. package/dist/cjs/lib/platform.d.ts +1 -1
  60. package/dist/cjs/lib/platform.js.map +1 -1
  61. package/dist/cjs/tokenized/{tokenized.d.ts → index.d.ts} +0 -0
  62. package/dist/cjs/tokenized/{tokenized.js → index.js} +1 -1
  63. package/dist/cjs/tokenized/index.js.map +1 -0
  64. package/dist/components/ActionSheetItem/ActionSheetItem.d.ts +2 -2
  65. package/dist/components/ActionSheetItem/ActionSheetItem.js +4 -6
  66. package/dist/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
  67. package/dist/components/AdaptivityProvider/AdaptivityProvider.d.ts +1 -1
  68. package/dist/components/AdaptivityProvider/AdaptivityProvider.js +2 -3
  69. package/dist/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
  70. package/dist/components/Alert/Alert.d.ts +2 -2
  71. package/dist/components/Alert/Alert.js +3 -3
  72. package/dist/components/Alert/Alert.js.map +1 -1
  73. package/dist/components/AppRoot/AppRoot.d.ts +0 -1
  74. package/dist/components/AppRoot/AppRoot.js +1 -3
  75. package/dist/components/AppRoot/AppRoot.js.map +1 -1
  76. package/dist/components/AppearanceProvider/AppearanceProvider.js +2 -2
  77. package/dist/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
  78. package/dist/components/Button/Button.js +1 -2
  79. package/dist/components/Button/Button.js.map +1 -1
  80. package/dist/components/CardScroll/CardScroll.d.ts +9 -2
  81. package/dist/components/CardScroll/CardScroll.js +8 -3
  82. package/dist/components/CardScroll/CardScroll.js.map +1 -1
  83. package/dist/components/ConfigProvider/ConfigProvider.js +39 -6
  84. package/dist/components/ConfigProvider/ConfigProvider.js.map +1 -1
  85. package/dist/components/ConfigProvider/ConfigProviderContext.d.ts +1 -1
  86. package/dist/components/ContentCard/ContentCard.js +7 -0
  87. package/dist/components/ContentCard/ContentCard.js.map +1 -1
  88. package/dist/components/CustomSelectOption/CustomSelectOption.js +1 -1
  89. package/dist/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
  90. package/dist/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
  91. package/dist/components/HorizontalScroll/HorizontalScroll.js +3 -1
  92. package/dist/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
  93. package/dist/components/IconButton/IconButton.js +7 -0
  94. package/dist/components/IconButton/IconButton.js.map +1 -1
  95. package/dist/components/PanelHeaderButton/PanelHeaderButton.js +13 -6
  96. package/dist/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
  97. package/dist/components/PromoBanner/PromoBanner.js +6 -0
  98. package/dist/components/PromoBanner/PromoBanner.js.map +1 -1
  99. package/dist/components/Root/Root.js +5 -0
  100. package/dist/components/Root/Root.js.map +1 -1
  101. package/dist/components/TabbarItem/TabbarItem.js +7 -1
  102. package/dist/components/TabbarItem/TabbarItem.js.map +1 -1
  103. package/dist/components/View/View.js +29 -18
  104. package/dist/components/View/View.js.map +1 -1
  105. package/dist/components.css +14 -11
  106. package/dist/components.css.map +1 -1
  107. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js +4 -6
  108. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
  109. package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js +2 -3
  110. package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
  111. package/dist/cssm/components/Alert/Alert.js +3 -3
  112. package/dist/cssm/components/Alert/Alert.js.map +1 -1
  113. package/dist/cssm/components/AppRoot/AppRoot.js +1 -3
  114. package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
  115. package/dist/cssm/components/AppearanceProvider/AppearanceProvider.js +2 -2
  116. package/dist/cssm/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
  117. package/dist/cssm/components/Button/Button.css +9 -11
  118. package/dist/cssm/components/Button/Button.js +1 -2
  119. package/dist/cssm/components/Button/Button.js.map +1 -1
  120. package/dist/cssm/components/Card/Card.css +6 -1
  121. package/dist/cssm/components/CardScroll/CardScroll.css +1 -1
  122. package/dist/cssm/components/CardScroll/CardScroll.js +8 -3
  123. package/dist/cssm/components/CardScroll/CardScroll.js.map +1 -1
  124. package/dist/cssm/components/ConfigProvider/ConfigProvider.js +39 -6
  125. package/dist/cssm/components/ConfigProvider/ConfigProvider.js.map +1 -1
  126. package/dist/cssm/components/ContentCard/ContentCard.js +7 -0
  127. package/dist/cssm/components/ContentCard/ContentCard.js.map +1 -1
  128. package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js +1 -1
  129. package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
  130. package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js +3 -1
  131. package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
  132. package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.css +1 -1
  133. package/dist/cssm/components/IconButton/IconButton.js +7 -0
  134. package/dist/cssm/components/IconButton/IconButton.js.map +1 -1
  135. package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.js +13 -6
  136. package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
  137. package/dist/cssm/components/PromoBanner/PromoBanner.js +6 -0
  138. package/dist/cssm/components/PromoBanner/PromoBanner.js.map +1 -1
  139. package/dist/cssm/components/Root/Root.js +5 -0
  140. package/dist/cssm/components/Root/Root.js.map +1 -1
  141. package/dist/cssm/components/TabbarItem/TabbarItem.js +7 -1
  142. package/dist/cssm/components/TabbarItem/TabbarItem.js.map +1 -1
  143. package/dist/cssm/components/View/View.js +29 -18
  144. package/dist/cssm/components/View/View.js.map +1 -1
  145. package/dist/cssm/index.js +3 -3
  146. package/dist/cssm/index.js.map +1 -1
  147. package/dist/cssm/lib/platform.js.map +1 -1
  148. package/dist/cssm/styles/components.css +14 -11
  149. package/dist/cssm/styles/themes.css +1 -1
  150. package/dist/{tokenized/tokenized.js → cssm/tokenized/index.js} +1 -1
  151. package/dist/cssm/tokenized/index.js.map +1 -0
  152. package/dist/index.d.ts +3 -3
  153. package/dist/index.js +3 -3
  154. package/dist/index.js.map +1 -1
  155. package/dist/lib/platform.d.ts +1 -1
  156. package/dist/lib/platform.js.map +1 -1
  157. package/dist/tokenized/{tokenized.d.ts → index.d.ts} +0 -0
  158. package/dist/{cssm/tokenized/tokenized.js → tokenized/index.js} +1 -1
  159. package/dist/tokenized/index.js.map +1 -0
  160. package/dist/vkui.css +15 -12
  161. package/dist/vkui.css.map +1 -1
  162. package/package.json +3 -3
  163. package/postcss.config.js +10 -1
  164. package/src/components/ActionSheetItem/ActionSheetItem.tsx +5 -6
  165. package/src/components/AdaptivityProvider/AdaptivityProvider.tsx +1 -2
  166. package/src/components/Alert/Alert.tsx +3 -2
  167. package/src/components/AppRoot/AppRoot.tsx +0 -3
  168. package/src/components/AppearanceProvider/AppearanceProvider.tsx +2 -2
  169. package/src/components/Button/Button.css +9 -39
  170. package/src/components/Button/Button.tsx +3 -4
  171. package/src/components/Card/Card.css +14 -22
  172. package/src/components/CardScroll/CardScroll.css +10 -23
  173. package/src/components/CardScroll/CardScroll.tsx +15 -4
  174. package/src/components/ConfigProvider/ConfigProvider.tsx +43 -7
  175. package/src/components/ContentCard/ContentCard.tsx +6 -0
  176. package/src/components/CustomSelectOption/CustomSelectOption.tsx +1 -1
  177. package/src/components/HorizontalScroll/HorizontalScroll.tsx +8 -2
  178. package/src/components/HorizontalScroll/HorizontalScrollArrow.css +3 -1
  179. package/src/components/IconButton/IconButton.tsx +8 -0
  180. package/src/components/PanelHeaderButton/PanelHeaderButton.tsx +19 -7
  181. package/src/components/PromoBanner/PromoBanner.tsx +8 -0
  182. package/src/components/Root/Root.tsx +12 -2
  183. package/src/components/TabbarItem/TabbarItem.tsx +8 -1
  184. package/src/components/View/View.tsx +15 -2
  185. package/src/index.ts +3 -3
  186. package/src/lib/platform.ts +5 -1
  187. package/src/styles/themes.css +6 -0
  188. package/src/testing/utils.tsx +1 -1
  189. package/src/tokenized/{tokenized.ts → index.ts} +0 -0
  190. package/dist/cjs/tokenized/tokenized.js.map +0 -1
  191. package/dist/cssm/tokenized/tokenized.js.map +0 -1
  192. package/dist/tokenized/tokenized.js.map +0 -1
@@ -13,4 +13,4 @@
13
13
  70,
14
14
  70,
15
15
  0.16
16
- );--button_secondary_foreground:#e1e3e6;--button_secondary_foreground_highlighted:#e1e3e6;--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--content_negative_background:rgba(230, 70, 70, 0.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75, 179, 75, 0.16);--content_tint_background:#292929;--content_tint_foreground:#939393;--content_warning_background:rgba(255, 202, 99, 0.16);--control_background:#555555;--control_foreground:#e1e3e6;--control_tint:#222222;--control_tint_muted:#939393;--counter_primary_background:#ffffff;--counter_primary_text:#222222;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#828282;--counter_secondary_text:#222222;--destructive:#ff5c5c;--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--dynamic_green:#4bb34b;--dynamic_orange:#ffa000;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_red:#ff3347;--dynamic_violet:#a393f5;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#424242;--field_error_background:rgba(230, 70, 70, 0.16);--field_error_border:#e64646;--field_text_placeholder:#828282;--field_valid_border:#4bb34b;--float_button_background:#555555;--float_button_background_highlighted:#656565;--float_button_border:rgba(0, 0, 0, 0.12);--float_button_foreground:#b2b2b2;--header_alternate_background:#333333;--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_alternate_tab_inactive_text:#828282;--header_background:#222222;--header_background_before_blur:#0a0a0a;--header_background_before_blur_alternate:#0a0a0a;--header_search_field_background:#424242;--header_search_field_tint:#b2b2b2;--header_tab_active_background:#656565;--header_tab_active_indicator:#5181b8;--header_tab_active_text:#e1e3e6;--header_tab_inactive_text:#828282;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_text_secondary:rgba(255, 255, 255, 0.64);--header_tint:#e1e3e6;--header_tint_alternate:#ffffff;--icon_alpha_placeholder:#e1e3e6;--icon_medium:#939393;--icon_medium_alpha:rgba(255, 255, 255, 0.48);--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:rgba(255, 255, 255, 0.4);--icon_tertiary:#656565;--icon_tertiary_alpha:rgba(255, 255, 255, 0.24);--im_attach_tint:#ffffff;--im_bubble_border_alternate:rgba(0, 0, 0, 0);--im_bubble_border_alternate_highlighted:rgba(0, 0, 0, 0);--im_bubble_button_background:rgba(255, 255, 255, 0.16);--im_bubble_button_background_highlighted:rgba(255, 255, 255, 0.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.24);--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#ffffff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming:#333333;--im_bubble_incoming_alternate:#333333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555555;--im_bubble_outgoing_alternate:#555555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_bubble_wallpaper_incoming:#333333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_forward_line_tint:rgba(255, 255, 255, 0.24);--im_reply_separator:#ffffff;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555555;--image_border:rgba(255, 255, 255, 0.08);--input_background:#424242;--input_border:#555555;--landing_background:#222222;--landing_field_background:#292929;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#b2b2b2;--landing_login_button_background:#e1e3e6;--landing_login_button_foreground:#222222;--landing_primary_button_background:#e1e3e6;--landing_primary_button_foreground:#222222;--landing_secondary_button_background:rgba(255, 255, 255, 0.16);--landing_secondary_button_foreground:#ffffff;--landing_snippet_border:rgba(255, 255, 255, 0.16);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#ffffff;--landing_text_primary:#e1e3e6;--landing_text_secondary:#828282;--landing_text_title:#ffffff;--like_text_tint:#ff5c5c;--link_alternate:#939393;--loader_background:#555555;--loader_tint:#828282;--loader_track_fill:#828282;--loader_track_value_fill:#ffffff;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#333333;--modal_card_background:#333333;--modal_card_border:rgba(255, 255, 255, 0.12);--modal_card_header_close:#ffffff;--music_playback_icon:#ffffff;--overlay_status_background:#222222;--overlay_status_foreground:#e1e3e6;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555555;--panel_tab_active_text:#e1e3e6;--panel_tab_inactive_text:#828282;--placeholder_icon_background:rgba(255, 255, 255, 0.08);--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--placeholder_icon_tint:#ffffff;--poll_option_background:#ffffff;--primary_overlay_badge:rgba(255, 255, 255, 0.4);--search_bar_background:#222222;--search_bar_field_background:#424242;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:rgba(255, 255, 255, 0.16);--segmented_control_bar_background:#222222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:rgba(255, 255, 255, 0.16);--separator_alternate:#292929;--separator_common:#424242;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333333;--skeleton_shimmer_from:#222222;--skeleton_shimmer_to:rgba(0, 0, 0, 0);--snippet_background:rgba(255, 255, 255, 0.04);--snippet_border:rgba(255, 255, 255, 0.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333333;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0);--stories_create_button_background_from:#424242;--stories_create_button_background_to:#424242;--stories_create_button_foreground:#cccccc;--stories_create_button_icon_background:#555555;--stories_skeleton_loader_background:#555555;--switch_ios_off_border:#333333;--tabbar_active_icon:#ffffff;--tabbar_background:#333333;--tabbar_inactive_icon:#828282;--tabbar_tablet_active_icon:#5181b8;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_primary:#e1e3e6;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#5181b8;--text_muted:#cccccc;--text_name:#e1e3e6;--text_placeholder:#b2b2b2;--text_primary:#e1e3e6;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_primary_foreground:#222222;--vk_connect_button_secondary_background:#555555;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}
16
+ );--button_secondary_foreground:#e1e3e6;--button_secondary_foreground_highlighted:#e1e3e6;--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--content_negative_background:rgba(230, 70, 70, 0.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75, 179, 75, 0.16);--content_tint_background:#292929;--content_tint_foreground:#939393;--content_warning_background:rgba(255, 202, 99, 0.16);--control_background:#555555;--control_foreground:#e1e3e6;--control_tint:#222222;--control_tint_muted:#939393;--counter_primary_background:#ffffff;--counter_primary_text:#222222;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#828282;--counter_secondary_text:#222222;--destructive:#ff5c5c;--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--dynamic_green:#4bb34b;--dynamic_orange:#ffa000;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_red:#ff3347;--dynamic_violet:#a393f5;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#424242;--field_error_background:rgba(230, 70, 70, 0.16);--field_error_border:#e64646;--field_text_placeholder:#828282;--field_valid_border:#4bb34b;--float_button_background:#555555;--float_button_background_highlighted:#656565;--float_button_border:rgba(0, 0, 0, 0.12);--float_button_foreground:#b2b2b2;--header_alternate_background:#333333;--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_alternate_tab_inactive_text:#828282;--header_background:#222222;--header_background_before_blur:#0a0a0a;--header_background_before_blur_alternate:#0a0a0a;--header_search_field_background:#424242;--header_search_field_tint:#b2b2b2;--header_tab_active_background:#656565;--header_tab_active_indicator:#5181b8;--header_tab_active_text:#e1e3e6;--header_tab_inactive_text:#828282;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_text_secondary:rgba(255, 255, 255, 0.64);--header_tint:#e1e3e6;--header_tint_alternate:#ffffff;--icon_alpha_placeholder:#e1e3e6;--icon_medium:#939393;--icon_medium_alpha:rgba(255, 255, 255, 0.48);--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:rgba(255, 255, 255, 0.4);--icon_tertiary:#656565;--icon_tertiary_alpha:rgba(255, 255, 255, 0.24);--im_attach_tint:#ffffff;--im_bubble_border_alternate:rgba(0, 0, 0, 0);--im_bubble_border_alternate_highlighted:rgba(0, 0, 0, 0);--im_bubble_button_background:rgba(255, 255, 255, 0.16);--im_bubble_button_background_highlighted:rgba(255, 255, 255, 0.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.24);--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#ffffff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming:#333333;--im_bubble_incoming_alternate:#333333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555555;--im_bubble_outgoing_alternate:#555555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_bubble_wallpaper_incoming:#333333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_forward_line_tint:rgba(255, 255, 255, 0.24);--im_reply_separator:#ffffff;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555555;--image_border:rgba(255, 255, 255, 0.08);--input_background:#424242;--input_border:#555555;--landing_background:#222222;--landing_field_background:#292929;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#b2b2b2;--landing_login_button_background:#e1e3e6;--landing_login_button_foreground:#222222;--landing_primary_button_background:#e1e3e6;--landing_primary_button_foreground:#222222;--landing_secondary_button_background:rgba(255, 255, 255, 0.16);--landing_secondary_button_foreground:#ffffff;--landing_snippet_border:rgba(255, 255, 255, 0.16);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#ffffff;--landing_text_primary:#e1e3e6;--landing_text_secondary:#828282;--landing_text_title:#ffffff;--like_text_tint:#ff5c5c;--link_alternate:#939393;--loader_background:#555555;--loader_tint:#828282;--loader_track_fill:#828282;--loader_track_value_fill:#ffffff;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#333333;--modal_card_background:#333333;--modal_card_border:rgba(255, 255, 255, 0.12);--modal_card_header_close:#ffffff;--music_playback_icon:#ffffff;--overlay_status_background:#222222;--overlay_status_foreground:#e1e3e6;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555555;--panel_tab_active_text:#e1e3e6;--panel_tab_inactive_text:#828282;--placeholder_icon_background:rgba(255, 255, 255, 0.08);--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--placeholder_icon_tint:#ffffff;--poll_option_background:#ffffff;--primary_overlay_badge:rgba(255, 255, 255, 0.4);--search_bar_background:#222222;--search_bar_field_background:#424242;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:rgba(255, 255, 255, 0.16);--segmented_control_bar_background:#222222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:rgba(255, 255, 255, 0.16);--separator_alternate:#292929;--separator_common:#424242;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333333;--skeleton_shimmer_from:#222222;--skeleton_shimmer_to:rgba(0, 0, 0, 0);--snippet_background:rgba(255, 255, 255, 0.04);--snippet_border:rgba(255, 255, 255, 0.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333333;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0);--stories_create_button_background_from:#424242;--stories_create_button_background_to:#424242;--stories_create_button_foreground:#cccccc;--stories_create_button_icon_background:#555555;--stories_skeleton_loader_background:#555555;--switch_ios_off_border:#333333;--tabbar_active_icon:#ffffff;--tabbar_background:#333333;--tabbar_inactive_icon:#828282;--tabbar_tablet_active_icon:#5181b8;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_primary:#e1e3e6;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#5181b8;--text_muted:#cccccc;--text_name:#e1e3e6;--text_placeholder:#b2b2b2;--text_primary:#e1e3e6;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_primary_foreground:#222222;--vk_connect_button_secondary_background:#555555;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}:root{--vkui--theme_name:'vkBase';--vkui--theme_name_base:'vkBase';--vkui--font_family_accent:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_family_base:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_weight_accent1:400;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:600;--vkui--font_weight_base1:400;--vkui--font_weight_base2:500;--vkui--font_weight_base3:600;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_text--font_size--regular:15px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.1px;--vkui--font_text--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:16px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.16px;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_border_radius--regular:8px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:12px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--vkui--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 0px 2px rgba(0, 0, 0, 0.04), 0px 4px 4px rgba(0, 0, 0, 0.08);--vkui--elevation3:0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.16);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3, 0.3, 0.5, 1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--colors_scheme:light;--vkui--color_background_accent:#2688EB;--vkui--color_background_accent--hover:#2483E4;--vkui--color_background_accent--active:#237EDD;--vkui--color_background_accent_themed:#2688EB;--vkui--color_background_accent_themed--hover:#2483E4;--vkui--color_background_accent_themed--active:#237EDD;--vkui--color_background_accent_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--vkui--color_text_accent:#2688EB;--vkui--color_text_accent--hover:#2483E4;--vkui--color_text_accent--active:#237EDD;--vkui--color_text_accent_themed:#2688EB;--vkui--color_text_accent_themed--hover:#2483E4;--vkui--color_text_accent_themed--active:#237EDD;--vkui--color_stroke_accent:#2688EB;--vkui--color_stroke_accent--hover:#2483E4;--vkui--color_stroke_accent--active:#237EDD;--vkui--color_stroke_accent_themed:#2688EB;--vkui--color_stroke_accent_themed--hover:#2483E4;--vkui--color_stroke_accent_themed--active:#237EDD;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_background_content:#FFFFFF;--vkui--color_background_content--hover:#F5F5F7;--vkui--color_background_content--active:#EBECEF;--vkui--color_background_secondary:#F5F5F5;--vkui--color_background_secondary--hover:#EBECEE;--vkui--color_background_secondary--active:#E1E3E6;--vkui--color_background_secondary_alpha:rgba(0, 0, 0, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#DD4446;--vkui--color_background_negative--active:#D44245;--vkui--color_background_negative_tint:#FAEBEB;--vkui--color_background_negative_tint--hover:#F0E2E4;--vkui--color_background_negative_tint--active:#E6D9DD;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably:#2C2D2E;--vkui--color_icon_primary_invariably--hover:#2A2C2F;--vkui--color_icon_primary_invariably--active:#282B2F;--vkui--color_icon_medium:#818C99;--vkui--color_icon_medium--hover:#7C8795;--vkui--color_icon_medium--active:#778292;--vkui--color_icon_medium_alpha:rgba(0, 0, 0, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 0, 0, 0.56);--vkui--color_icon_secondary:#99A2AD;--vkui--color_icon_secondary--hover:#939CA9;--vkui--color_icon_secondary--active:#8D96A4;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.44);--vkui--color_icon_tertiary:#B8C1CC;--vkui--color_icon_tertiary--hover:#B1BAC6;--vkui--color_icon_tertiary--active:#A9B3C1;--vkui--color_icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_write_bar_input_background:#F2F3F5;--vkui--color_write_bar_input_background--hover:#E8EAEE;--vkui--color_write_bar_input_background--active:#DFE1E6;--vkui--color_write_bar_input_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_track_background:#E1E3E6;--vkui--color_track_background--hover:#D8DBDF;--vkui--color_track_background--active:#CFD2D8;--vkui--color_track_buffer:#A0BFE4;--vkui--color_track_buffer--hover:#9AB8DD;--vkui--color_track_buffer--active:#93B1D7;--vkui--color_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--vkui--color_text_link:#2D81E0;--vkui--color_text_link--hover:#2B7CD9;--vkui--color_text_link--active:#2978D3;--vkui--color_text_link_themed:#4986CC;--vkui--color_text_link_themed--hover:#4681C6;--vkui--color_text_link_themed--active:#437DC1;--vkui--color_text_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--vkui--color_text_primary_invariably--hover:#000102;--vkui--color_text_primary_invariably--active:#000105;--vkui--color_text_secondary:#818C99;--vkui--color_text_secondary--hover:#7C8795;--vkui--color_text_secondary--active:#778292;--vkui--color_text_subhead:#6D7885;--vkui--color_text_subhead--hover:#697482;--vkui--color_text_subhead--active:#64707F;--vkui--color_text_tertiary:#99A2AD;--vkui--color_text_tertiary--hover:#939CA9;--vkui--color_text_tertiary--active:#8D96A4;--vkui--color_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}.vkui--vkBase--dark{--vkui--theme_name:'vkBaseDark';--vkui--theme_name_base:'vkBase';--vkui--font_family_accent:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_family_base:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_weight_accent1:400;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:600;--vkui--font_weight_base1:400;--vkui--font_weight_base2:500;--vkui--font_weight_base3:600;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_text--font_size--regular:15px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.1px;--vkui--font_text--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:16px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.16px;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_border_radius--regular:8px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:12px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--vkui--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 0px 2px rgba(0, 0, 0, 0.04), 0px 4px 4px rgba(0, 0, 0, 0.08);--vkui--elevation3:0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.16);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3, 0.3, 0.5, 1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--colors_scheme:dark;--vkui--color_background_accent:#529EF4;--vkui--color_background_accent--hover:#59A2F4;--vkui--color_background_accent--active:#60A6F5;--vkui--color_background_accent_themed:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--vkui--color_background_content:#19191A;--vkui--color_background_content--hover:#222223;--vkui--color_background_content--active:#2B2B2C;--vkui--color_background_secondary:#232324;--vkui--color_background_secondary--hover:#2C2C2D;--vkui--color_background_secondary--active:#353536;--vkui--color_background_secondary_alpha:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#6C4A00;--vkui--color_background_warning--hover:#72510A;--vkui--color_background_warning--active:#785814;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#E74D4D;--vkui--color_background_negative--active:#E85555;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#E74D4D;--vkui--color_text_negative--active:#E85555;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#E74D4D;--vkui--color_icon_negative--active:#E85555;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#E74D4D;--vkui--color_stroke_negative--active:#E85555;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably:#2C2D2E;--vkui--color_icon_primary_invariably--hover:#343536;--vkui--color_icon_primary_invariably--active:#3D3E3F;--vkui--color_icon_medium:#B0B1B6;--vkui--color_icon_medium--hover:#B3B4B9;--vkui--color_icon_medium--active:#B6B7BC;--vkui--color_icon_medium_alpha:rgba(241, 247, 255, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.74);--vkui--color_icon_secondary:#76787A;--vkui--color_icon_secondary--hover:#7B7D7F;--vkui--color_icon_secondary--active:#818385;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.51);--vkui--color_icon_tertiary:#5D5F61;--vkui--color_icon_tertiary--hover:#636567;--vkui--color_icon_tertiary--active:#6A6C6E;--vkui--color_icon_tertiary_alpha:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--vkui--color_write_bar_input_background:#232324;--vkui--color_write_bar_input_background--hover:#2C2C2D;--vkui--color_write_bar_input_background--active:#353536;--vkui--color_write_bar_input_border_alpha:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#202021;--vkui--color_track_background--hover:#29292A;--vkui--color_track_background--active:#323233;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_search_field_background:#232324;--vkui--color_search_field_background--hover:#2C2C2D;--vkui--color_search_field_background--active:#353536;--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.4);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.44);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.48);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_separator_primary:#0F0F10;--vkui--color_separator_primary--hover:#19191A;--vkui--color_separator_primary--active:#222223;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably:#000000;--vkui--color_text_primary_invariably--hover:#0A0A0A;--vkui--color_text_primary_invariably--active:#141414;--vkui--color_text_secondary:#76787A;--vkui--color_text_secondary--hover:#7B7D7F;--vkui--color_text_secondary--active:#818385;--vkui--color_text_subhead:#C1C3C6;--vkui--color_text_subhead--hover:#C3C5C8;--vkui--color_text_subhead--active:#C6C8CB;--vkui--color_text_tertiary:#636567;--vkui--color_text_tertiary--hover:#696B6D;--vkui--color_text_tertiary--active:#6F7173;--vkui--color_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}.vkui--vkIOS--light{--vkui--theme_name:'vkIOS';--vkui--theme_name_base:'vkIOS';--vkui--font_family_accent:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_family_base:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_weight_accent1:400;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:600;--vkui--font_weight_base1:400;--vkui--font_weight_base2:500;--vkui--font_weight_base3:600;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_text--font_size--regular:15px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.1px;--vkui--font_text--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:16px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.16px;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_border_radius--regular:10px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:12px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_card_border_radius--regular:10px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--vkui--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 0px 2px rgba(0, 0, 0, 0.04), 0px 4px 4px rgba(0, 0, 0, 0.08);--vkui--elevation3:0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.16);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3, 0.3, 0.5, 1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--colors_scheme:light;--vkui--color_background_accent:#2688EB;--vkui--color_background_accent--hover:#2483E4;--vkui--color_background_accent--active:#237EDD;--vkui--color_background_accent_themed:#2688EB;--vkui--color_background_accent_themed--hover:#2483E4;--vkui--color_background_accent_themed--active:#237EDD;--vkui--color_background_accent_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--vkui--color_text_accent:#2688EB;--vkui--color_text_accent--hover:#2483E4;--vkui--color_text_accent--active:#237EDD;--vkui--color_text_accent_themed:#2688EB;--vkui--color_text_accent_themed--hover:#2483E4;--vkui--color_text_accent_themed--active:#237EDD;--vkui--color_stroke_accent:#2688EB;--vkui--color_stroke_accent--hover:#2483E4;--vkui--color_stroke_accent--active:#237EDD;--vkui--color_stroke_accent_themed:#2688EB;--vkui--color_stroke_accent_themed--hover:#2483E4;--vkui--color_stroke_accent_themed--active:#237EDD;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_background_content:#FFFFFF;--vkui--color_background_content--hover:#F5F5F7;--vkui--color_background_content--active:#EBECEF;--vkui--color_background_secondary:#F5F5F5;--vkui--color_background_secondary--hover:#EBECEE;--vkui--color_background_secondary--active:#E1E3E6;--vkui--color_background_secondary_alpha:rgba(0, 0, 0, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#DD4446;--vkui--color_background_negative--active:#D44245;--vkui--color_background_negative_tint:#FAEBEB;--vkui--color_background_negative_tint--hover:#F0E2E4;--vkui--color_background_negative_tint--active:#E6D9DD;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably:#2C2D2E;--vkui--color_icon_primary_invariably--hover:#2A2C2F;--vkui--color_icon_primary_invariably--active:#282B2F;--vkui--color_icon_medium:#818C99;--vkui--color_icon_medium--hover:#7C8795;--vkui--color_icon_medium--active:#778292;--vkui--color_icon_medium_alpha:rgba(0, 0, 0, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 0, 0, 0.56);--vkui--color_icon_secondary:#99A2AD;--vkui--color_icon_secondary--hover:#939CA9;--vkui--color_icon_secondary--active:#8D96A4;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.44);--vkui--color_icon_tertiary:#B8C1CC;--vkui--color_icon_tertiary--hover:#B1BAC6;--vkui--color_icon_tertiary--active:#A9B3C1;--vkui--color_icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_write_bar_input_background:#F2F3F5;--vkui--color_write_bar_input_background--hover:#E8EAEE;--vkui--color_write_bar_input_background--active:#DFE1E6;--vkui--color_write_bar_input_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_track_background:#E1E3E6;--vkui--color_track_background--hover:#D8DBDF;--vkui--color_track_background--active:#CFD2D8;--vkui--color_track_buffer:#A0BFE4;--vkui--color_track_buffer--hover:#9AB8DD;--vkui--color_track_buffer--active:#93B1D7;--vkui--color_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--vkui--color_text_link:#2D81E0;--vkui--color_text_link--hover:#2B7CD9;--vkui--color_text_link--active:#2978D3;--vkui--color_text_link_themed:#4986CC;--vkui--color_text_link_themed--hover:#4681C6;--vkui--color_text_link_themed--active:#437DC1;--vkui--color_text_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--vkui--color_text_primary_invariably--hover:#000102;--vkui--color_text_primary_invariably--active:#000105;--vkui--color_text_secondary:#818C99;--vkui--color_text_secondary--hover:#7C8795;--vkui--color_text_secondary--active:#778292;--vkui--color_text_subhead:#6D7885;--vkui--color_text_subhead--hover:#697482;--vkui--color_text_subhead--active:#64707F;--vkui--color_text_tertiary:#99A2AD;--vkui--color_text_tertiary--hover:#939CA9;--vkui--color_text_tertiary--active:#8D96A4;--vkui--color_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}.vkui--vkIOS--dark{--vkui--theme_name:'vkIOSDark';--vkui--theme_name_base:'vkIOS';--vkui--font_family_accent:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_family_base:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_weight_accent1:400;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:600;--vkui--font_weight_base1:400;--vkui--font_weight_base2:500;--vkui--font_weight_base3:600;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_text--font_size--regular:15px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.1px;--vkui--font_text--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:16px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.16px;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_border_radius--regular:10px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:12px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_card_border_radius--regular:10px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--vkui--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 0px 2px rgba(0, 0, 0, 0.04), 0px 4px 4px rgba(0, 0, 0, 0.08);--vkui--elevation3:0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.16);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3, 0.3, 0.5, 1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--colors_scheme:dark;--vkui--color_background_accent:#529EF4;--vkui--color_background_accent--hover:#59A2F4;--vkui--color_background_accent--active:#60A6F5;--vkui--color_background_accent_themed:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--vkui--color_background_content:#19191A;--vkui--color_background_content--hover:#222223;--vkui--color_background_content--active:#2B2B2C;--vkui--color_background_secondary:#232324;--vkui--color_background_secondary--hover:#2C2C2D;--vkui--color_background_secondary--active:#353536;--vkui--color_background_secondary_alpha:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#6C4A00;--vkui--color_background_warning--hover:#72510A;--vkui--color_background_warning--active:#785814;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#E74D4D;--vkui--color_background_negative--active:#E85555;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#E74D4D;--vkui--color_text_negative--active:#E85555;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#E74D4D;--vkui--color_icon_negative--active:#E85555;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#E74D4D;--vkui--color_stroke_negative--active:#E85555;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably:#2C2D2E;--vkui--color_icon_primary_invariably--hover:#343536;--vkui--color_icon_primary_invariably--active:#3D3E3F;--vkui--color_icon_medium:#B0B1B6;--vkui--color_icon_medium--hover:#B3B4B9;--vkui--color_icon_medium--active:#B6B7BC;--vkui--color_icon_medium_alpha:rgba(241, 247, 255, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.74);--vkui--color_icon_secondary:#76787A;--vkui--color_icon_secondary--hover:#7B7D7F;--vkui--color_icon_secondary--active:#818385;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.51);--vkui--color_icon_tertiary:#5D5F61;--vkui--color_icon_tertiary--hover:#636567;--vkui--color_icon_tertiary--active:#6A6C6E;--vkui--color_icon_tertiary_alpha:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--vkui--color_write_bar_input_background:#232324;--vkui--color_write_bar_input_background--hover:#2C2C2D;--vkui--color_write_bar_input_background--active:#353536;--vkui--color_write_bar_input_border_alpha:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#202021;--vkui--color_track_background--hover:#29292A;--vkui--color_track_background--active:#323233;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_search_field_background:#232324;--vkui--color_search_field_background--hover:#2C2C2D;--vkui--color_search_field_background--active:#353536;--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.4);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.44);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.48);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_separator_primary:#0F0F10;--vkui--color_separator_primary--hover:#19191A;--vkui--color_separator_primary--active:#222223;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably:#000000;--vkui--color_text_primary_invariably--hover:#0A0A0A;--vkui--color_text_primary_invariably--active:#141414;--vkui--color_text_secondary:#76787A;--vkui--color_text_secondary--hover:#7B7D7F;--vkui--color_text_secondary--active:#818385;--vkui--color_text_subhead:#C1C3C6;--vkui--color_text_subhead--hover:#C3C5C8;--vkui--color_text_subhead--active:#C6C8CB;--vkui--color_text_tertiary:#636567;--vkui--color_text_tertiary--hover:#696B6D;--vkui--color_text_tertiary--active:#6F7173;--vkui--color_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}.vkui--vkCom--light{--vkui--theme_name:'vkCom';--vkui--theme_name_base:'vkCom';--vkui--font_family_accent:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_family_base:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_weight_accent1:400;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:600;--vkui--font_weight_base1:400;--vkui--font_weight_base2:500;--vkui--font_weight_base3:600;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_text--font_size--regular:15px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.1px;--vkui--font_text--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:16px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.16px;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_border_radius--regular:4px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:12px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--vkui--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 0px 2px rgba(0, 0, 0, 0.04), 0px 4px 4px rgba(0, 0, 0, 0.08);--vkui--elevation3:0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.16);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3, 0.3, 0.5, 1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--colors_scheme:light;--vkui--color_background_accent:#2688EB;--vkui--color_background_accent--hover:#2483E4;--vkui--color_background_accent--active:#237EDD;--vkui--color_background_accent_themed:#2688EB;--vkui--color_background_accent_themed--hover:#2483E4;--vkui--color_background_accent_themed--active:#237EDD;--vkui--color_background_accent_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--vkui--color_text_accent:#2688EB;--vkui--color_text_accent--hover:#2483E4;--vkui--color_text_accent--active:#237EDD;--vkui--color_text_accent_themed:#2688EB;--vkui--color_text_accent_themed--hover:#2483E4;--vkui--color_text_accent_themed--active:#237EDD;--vkui--color_stroke_accent:#2688EB;--vkui--color_stroke_accent--hover:#2483E4;--vkui--color_stroke_accent--active:#237EDD;--vkui--color_stroke_accent_themed:#2688EB;--vkui--color_stroke_accent_themed--hover:#2483E4;--vkui--color_stroke_accent_themed--active:#237EDD;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_background_content:#FFFFFF;--vkui--color_background_content--hover:#F5F5F7;--vkui--color_background_content--active:#EBECEF;--vkui--color_background_secondary:#F5F5F5;--vkui--color_background_secondary--hover:#EBECEE;--vkui--color_background_secondary--active:#E1E3E6;--vkui--color_background_secondary_alpha:rgba(0, 0, 0, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#DD4446;--vkui--color_background_negative--active:#D44245;--vkui--color_background_negative_tint:#FAEBEB;--vkui--color_background_negative_tint--hover:#F0E2E4;--vkui--color_background_negative_tint--active:#E6D9DD;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably:#2C2D2E;--vkui--color_icon_primary_invariably--hover:#2A2C2F;--vkui--color_icon_primary_invariably--active:#282B2F;--vkui--color_icon_medium:#818C99;--vkui--color_icon_medium--hover:#7C8795;--vkui--color_icon_medium--active:#778292;--vkui--color_icon_medium_alpha:rgba(0, 0, 0, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 0, 0, 0.56);--vkui--color_icon_secondary:#99A2AD;--vkui--color_icon_secondary--hover:#939CA9;--vkui--color_icon_secondary--active:#8D96A4;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.44);--vkui--color_icon_tertiary:#B8C1CC;--vkui--color_icon_tertiary--hover:#B1BAC6;--vkui--color_icon_tertiary--active:#A9B3C1;--vkui--color_icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_write_bar_input_background:#F2F3F5;--vkui--color_write_bar_input_background--hover:#E8EAEE;--vkui--color_write_bar_input_background--active:#DFE1E6;--vkui--color_write_bar_input_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_track_background:#E1E3E6;--vkui--color_track_background--hover:#D8DBDF;--vkui--color_track_background--active:#CFD2D8;--vkui--color_track_buffer:#A0BFE4;--vkui--color_track_buffer--hover:#9AB8DD;--vkui--color_track_buffer--active:#93B1D7;--vkui--color_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--vkui--color_text_link:#2D81E0;--vkui--color_text_link--hover:#2B7CD9;--vkui--color_text_link--active:#2978D3;--vkui--color_text_link_themed:#4986CC;--vkui--color_text_link_themed--hover:#4681C6;--vkui--color_text_link_themed--active:#437DC1;--vkui--color_text_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--vkui--color_text_primary_invariably--hover:#000102;--vkui--color_text_primary_invariably--active:#000105;--vkui--color_text_secondary:#818C99;--vkui--color_text_secondary--hover:#7C8795;--vkui--color_text_secondary--active:#778292;--vkui--color_text_subhead:#6D7885;--vkui--color_text_subhead--hover:#697482;--vkui--color_text_subhead--active:#64707F;--vkui--color_text_tertiary:#99A2AD;--vkui--color_text_tertiary--hover:#939CA9;--vkui--color_text_tertiary--active:#8D96A4;--vkui--color_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}.vkui--vkCom--dark{--vkui--theme_name:'vkComDark';--vkui--theme_name_base:'vkCom';--vkui--font_family_accent:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_family_base:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_weight_accent1:400;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:600;--vkui--font_weight_base1:400;--vkui--font_weight_base2:500;--vkui--font_weight_base3:600;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_text--font_size--regular:15px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.1px;--vkui--font_text--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:16px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.16px;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_border_radius--regular:4px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:12px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--vkui--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 0px 2px rgba(0, 0, 0, 0.04), 0px 4px 4px rgba(0, 0, 0, 0.08);--vkui--elevation3:0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.16);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3, 0.3, 0.5, 1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--colors_scheme:dark;--vkui--color_background_accent:#529EF4;--vkui--color_background_accent--hover:#59A2F4;--vkui--color_background_accent--active:#60A6F5;--vkui--color_background_accent_themed:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--vkui--color_background_content:#19191A;--vkui--color_background_content--hover:#222223;--vkui--color_background_content--active:#2B2B2C;--vkui--color_background_secondary:#232324;--vkui--color_background_secondary--hover:#2C2C2D;--vkui--color_background_secondary--active:#353536;--vkui--color_background_secondary_alpha:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#6C4A00;--vkui--color_background_warning--hover:#72510A;--vkui--color_background_warning--active:#785814;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#E74D4D;--vkui--color_background_negative--active:#E85555;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#E74D4D;--vkui--color_text_negative--active:#E85555;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#E74D4D;--vkui--color_icon_negative--active:#E85555;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#E74D4D;--vkui--color_stroke_negative--active:#E85555;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably:#2C2D2E;--vkui--color_icon_primary_invariably--hover:#343536;--vkui--color_icon_primary_invariably--active:#3D3E3F;--vkui--color_icon_medium:#B0B1B6;--vkui--color_icon_medium--hover:#B3B4B9;--vkui--color_icon_medium--active:#B6B7BC;--vkui--color_icon_medium_alpha:rgba(241, 247, 255, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.74);--vkui--color_icon_secondary:#76787A;--vkui--color_icon_secondary--hover:#7B7D7F;--vkui--color_icon_secondary--active:#818385;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.51);--vkui--color_icon_tertiary:#5D5F61;--vkui--color_icon_tertiary--hover:#636567;--vkui--color_icon_tertiary--active:#6A6C6E;--vkui--color_icon_tertiary_alpha:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--vkui--color_write_bar_input_background:#232324;--vkui--color_write_bar_input_background--hover:#2C2C2D;--vkui--color_write_bar_input_background--active:#353536;--vkui--color_write_bar_input_border_alpha:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#202021;--vkui--color_track_background--hover:#29292A;--vkui--color_track_background--active:#323233;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_search_field_background:#232324;--vkui--color_search_field_background--hover:#2C2C2D;--vkui--color_search_field_background--active:#353536;--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.4);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.44);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.48);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_separator_primary:#0F0F10;--vkui--color_separator_primary--hover:#19191A;--vkui--color_separator_primary--active:#222223;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably:#000000;--vkui--color_text_primary_invariably--hover:#0A0A0A;--vkui--color_text_primary_invariably--active:#141414;--vkui--color_text_secondary:#76787A;--vkui--color_text_secondary--hover:#7B7D7F;--vkui--color_text_secondary--active:#818385;--vkui--color_text_subhead:#C1C3C6;--vkui--color_text_subhead--hover:#C3C5C8;--vkui--color_text_subhead--active:#C6C8CB;--vkui--color_text_tertiary:#636567;--vkui--color_text_tertiary--hover:#696B6D;--vkui--color_text_tertiary--active:#6F7173;--vkui--color_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}
@@ -1,2 +1,2 @@
1
1
  export { default as Button } from "../components/Button/Button";
2
- //# sourceMappingURL=tokenized.js.map
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/tokenized/index.ts"],"names":["default","Button"],"mappings":"AAAA,SAASA,OAAO,IAAIC,MAApB","sourcesContent":["export { default as Button } from \"../components/Button/Button\";\nexport type { ButtonProps } from \"../components/Button/Button\";\n"],"file":"index.js"}
package/dist/index.d.ts CHANGED
@@ -38,11 +38,11 @@ export type { FixedLayoutProps } from "./components/FixedLayout/FixedLayout";
38
38
  */
39
39
  export { PopoutWrapper } from "./components/PopoutWrapper/PopoutWrapper";
40
40
  export type { PopoutWrapperProps } from "./components/PopoutWrapper/PopoutWrapper";
41
- export { default as Alert } from "./components/Alert/Alert";
41
+ export { Alert } from "./components/Alert/Alert";
42
42
  export type { AlertProps, AlertActionInterface, } from "./components/Alert/Alert";
43
43
  export { ActionSheet } from "./components/ActionSheet/ActionSheet";
44
44
  export type { ActionSheetProps } from "./components/ActionSheet/ActionSheet";
45
- export { default as ActionSheetItem } from "./components/ActionSheetItem/ActionSheetItem";
45
+ export { ActionSheetItem } from "./components/ActionSheetItem/ActionSheetItem";
46
46
  export type { ActionSheetItemProps } from "./components/ActionSheetItem/ActionSheetItem";
47
47
  export { default as ScreenSpinner } from "./components/ScreenSpinner/ScreenSpinner";
48
48
  export type { ScreenSpinnerProps } from "./components/ScreenSpinner/ScreenSpinner";
@@ -219,7 +219,7 @@ export type { ModalCardBaseProps } from "./components/ModalCardBase/ModalCardBas
219
219
  * Wrappers
220
220
  */
221
221
  export { AppRoot } from "./components/AppRoot/AppRoot";
222
- export { default as AdaptivityProvider } from "./components/AdaptivityProvider/AdaptivityProvider";
222
+ export { AdaptivityProvider } from "./components/AdaptivityProvider/AdaptivityProvider";
223
223
  export { default as ConfigProvider } from "./components/ConfigProvider/ConfigProvider";
224
224
  export type { ConfigProviderProps } from "./components/ConfigProvider/ConfigProvider";
225
225
  export { ConfigProviderContext, WebviewType, } from "./components/ConfigProvider/ConfigProviderContext";
package/dist/index.js CHANGED
@@ -22,9 +22,9 @@ export { default as FixedLayout } from "./components/FixedLayout/FixedLayout";
22
22
  * Popouts
23
23
  */
24
24
  export { PopoutWrapper } from "./components/PopoutWrapper/PopoutWrapper";
25
- export { default as Alert } from "./components/Alert/Alert";
25
+ export { Alert } from "./components/Alert/Alert";
26
26
  export { ActionSheet } from "./components/ActionSheet/ActionSheet";
27
- export { default as ActionSheetItem } from "./components/ActionSheetItem/ActionSheetItem";
27
+ export { ActionSheetItem } from "./components/ActionSheetItem/ActionSheetItem";
28
28
  export { default as ScreenSpinner } from "./components/ScreenSpinner/ScreenSpinner";
29
29
  export { Snackbar } from "./components/Snackbar/Snackbar";
30
30
 
@@ -129,7 +129,7 @@ export { ModalCardBase } from "./components/ModalCardBase/ModalCardBase";
129
129
  * Wrappers
130
130
  */
131
131
  export { AppRoot } from "./components/AppRoot/AppRoot";
132
- export { default as AdaptivityProvider } from "./components/AdaptivityProvider/AdaptivityProvider";
132
+ export { AdaptivityProvider } from "./components/AdaptivityProvider/AdaptivityProvider";
133
133
  export { default as ConfigProvider } from "./components/ConfigProvider/ConfigProvider";
134
134
  export { ConfigProviderContext, WebviewType } from "./components/ConfigProvider/ConfigProviderContext";
135
135
  export { AppearanceProvider } from "./components/AppearanceProvider/AppearanceProvider";
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":["default","Root","View","Panel","PanelHeaderButton","PanelHeader","PanelHeaderContent","PanelHeaderContext","SplitLayout","SplitCol","Epic","Tabbar","TabbarItem","HorizontalScroll","FixedLayout","PopoutWrapper","Alert","ActionSheet","ActionSheetItem","ScreenSpinner","Snackbar","ModalRoot","withModalRootContext","ModalRootContext","ModalPage","ModalPageHeader","ModalCard","ModalDismissButton","Badge","Button","IconButton","Card","CardGrid","CardScroll","ContentCard","CellButton","Header","Group","Gradient","List","Cell","RichCell","SimpleCell","HorizontalCell","Footer","InfoRow","Gallery","Avatar","GridAvatar","InitialsAvatar","Progress","Search","Tabs","TabsItem","Spinner","PullToRefresh","Link","Tooltip","TooltipContainer","Counter","UsersStack","Separator","Spacing","Placeholder","Banner","MiniInfoCell","WriteBar","WriteBarIcon","SubnavigationBar","SubnavigationButton","FormLayout","FormItem","FormField","FormLayoutGroup","FormStatus","Switch","File","Input","Chip","ChipsInput","Slider","RangeSlider","Textarea","Radio","RadioGroup","Checkbox","Select","SelectMimicry","NativeSelect","CustomSelect","CustomSelectOption","DatePicker","SliderSwitch","Div","Tappable","Touch","PanelSpinner","PanelHeaderClose","PanelHeaderBack","PanelHeaderSubmit","PanelHeaderEdit","ModalCardBase","AppRoot","AdaptivityProvider","ConfigProvider","ConfigProviderContext","WebviewType","AppearanceProvider","Scheme","Appearance","PromoBanner","Title","Headline","Text","Caption","Subhead","withInsets","withPlatform","withAdaptivity","useInsets","usePlatform","useAdaptivity","useAppearance","classNamesString","classNames","animate","removeObjectKeys","SSRWrapper","platform","ANDROID","IOS","VKCOM","Platform","IS_PLATFORM_ANDROID","IS_PLATFORM_IOS","getClassName","ViewWidth","ViewHeight","SizeType","calcInitialsAvatarColor","Popper"],"mappings":"AAAA;;AAMA;AACA;AACA;AACA,SAASA,OAAO,IAAIC,IAApB;AAEA,SAASD,OAAO,IAAIE,IAApB;AAEA,SAASC,KAAT;AAEA,SAASC,iBAAT;AAEA,SAASJ,OAAO,IAAIK,WAApB;AAEA,SAASL,OAAO,IAAIM,kBAApB;AAEA,SAASC,kBAAT;AAEA,SAASC,WAAT;AAEA,SAASC,QAAT;AAEA,SAAST,OAAO,IAAIU,IAApB;AAEA,SAASV,OAAO,IAAIW,MAApB;AAEA,SAASX,OAAO,IAAIY,UAApB;AAEA,SAASZ,OAAO,IAAIa,gBAApB;AAEA,SAASb,OAAO,IAAIc,WAApB;;AAGA;AACA;AACA;AACA,SAASC,aAAT;AAEA,SAASf,OAAO,IAAIgB,KAApB;AAKA,SAASC,WAAT;AAEA,SAASjB,OAAO,IAAIkB,eAApB;AAEA,SAASlB,OAAO,IAAImB,aAApB;AAEA,SAASC,QAAT;;AAGA;AACA;AACA;AACA,SAASC,SAAT;AAEA,SAASC,oBAAT;AACA,SAAStB,OAAO,IAAIuB,gBAApB;AACA,SAASvB,OAAO,IAAIwB,SAApB;AAEA,SAASxB,OAAO,IAAIyB,eAApB;AAEA,SAASzB,OAAO,IAAI0B,SAApB;AAEA,SAAS1B,OAAO,IAAI2B,kBAApB;;AAGA;AACA;AACA;AACA,SAASC,KAAT;AAEA,SAAS5B,OAAO,IAAI6B,MAApB;AAEA,SAAS7B,OAAO,IAAI8B,UAApB;AAEA,SAAS9B,OAAO,IAAI+B,IAApB;AAEA,SAAS/B,OAAO,IAAIgC,QAApB;AAEA,SAAShC,OAAO,IAAIiC,UAApB;AAEA,SAASjC,OAAO,IAAIkC,WAApB;AAEA,SAASC,UAAT;AAEA,SAASnC,OAAO,IAAIoC,MAApB;AAEA,SAASpC,OAAO,IAAIqC,KAApB;AAEA,SAASrC,OAAO,IAAIsC,QAApB;AAEA,SAAStC,OAAO,IAAIuC,IAApB;AACA,SAASC,IAAT;AAEA,SAASxC,OAAO,IAAIyC,QAApB;AAEA,SAASzC,OAAO,IAAI0C,UAApB;AAEA,SAASC,cAAT;AAEA,SAASC,MAAT;AAEA,SAAS5C,OAAO,IAAI6C,OAApB;AAEA,SAAS7C,OAAO,IAAI8C,OAApB;AAEA,SAAS9C,OAAO,IAAI+C,MAApB;AAEA,SAASC,UAAT;AAEA,SAASC,cAAT;AAEA,SAASjD,OAAO,IAAIkD,QAApB;AAEA,SAASlD,OAAO,IAAImD,MAApB;AAEA,SAASnD,OAAO,IAAIoD,IAApB;AAEA,SAASpD,OAAO,IAAIqD,QAApB;AAEA,SAASrD,OAAO,IAAIsD,OAApB;AAEA,SAAStD,OAAO,IAAIuD,aAApB;AAEA,SAASvD,OAAO,IAAIwD,IAApB;AAEA,SAASxD,OAAO,IAAIyD,OAApB;AAEA,SAASC,gBAAT;AACA,SAAS1D,OAAO,IAAI2D,OAApB;AAEA,SAAS3D,OAAO,IAAI4D,UAApB;AAEA,SAAS5D,OAAO,IAAI6D,SAApB;AAEA,SAASC,OAAT;AAEA,SAAS9D,OAAO,IAAI+D,WAApB;AAEA,SAAS/D,OAAO,IAAIgE,MAApB;AAEA,SAASC,YAAT;AAEA,SAASC,QAAT;AAEA,SAASC,YAAT;AAEA,SAASC,gBAAT;AAEA,SAASC,mBAAT;;AAGA;AACA;AACA;AACA,SAASrE,OAAO,IAAIsE,UAApB;AAEA,SAASC,QAAT;AAEA,SAASC,SAAT;AAEA,SAASxE,OAAO,IAAIyE,eAApB;AAEA,SAASC,UAAT;AAEA,SAASC,MAAT;AAEA,SAAS3E,OAAO,IAAI4E,IAApB;AAEA,SAAS5E,OAAO,IAAI6E,KAApB;AAEA,SAAS7E,OAAO,IAAI8E,IAApB;AAEA,SAAS9E,OAAO,IAAI+E,UAApB;AAEA,SAAS/E,OAAO,IAAIgF,MAApB;AAEA,SAAShF,OAAO,IAAIiF,WAApB;AAEA,SAASjF,OAAO,IAAIkF,QAApB;AAEA,SAASlF,OAAO,IAAImF,KAApB;AAEA,SAASC,UAAT;AAEA,SAASpF,OAAO,IAAIqF,QAApB;AAEA,SAASrF,OAAO,IAAIsF,MAApB;AAEA,SAAStF,OAAO,IAAIuF,aAApB;AAEA,SAASvF,OAAO,IAAIwF,YAApB;AAEA,SAASxF,OAAO,IAAIyF,YAApB;AAKA,SAASzF,OAAO,IAAI0F,kBAApB;AAEA,SAAS1F,OAAO,IAAI2F,UAApB;AAKA,SAAS3F,OAAO,IAAI4F,YAApB;;AAMA;AACA;AACA;AACA,SAAS5F,OAAO,IAAI6F,GAApB;AAEA,SAAS7F,OAAO,IAAI8F,QAApB;AAEA,SAASC,KAAT;AAEA,SAAS/F,OAAO,IAAIgG,YAApB;AAEA,SAAShG,OAAO,IAAIiG,gBAApB;AACA,SAASjG,OAAO,IAAIkG,eAApB;AACA,SAASlG,OAAO,IAAImG,iBAApB;AACA,SAASnG,OAAO,IAAIoG,eAApB;AAEA,SAASC,aAAT;;AAGA;AACA;AACA;AACA,SAASC,OAAT;AACA,SAAStG,OAAO,IAAIuG,kBAApB;AACA,SAASvG,OAAO,IAAIwG,cAApB;AAEA,SACEC,qBADF,EAEEC,WAFF;AAIA,SAASC,kBAAT;AACA,SAASC,MAAT,EAAiBC,UAAjB;AAEA;AACA;AACA;;AACA,SAAS7G,OAAO,IAAI8G,WAApB;;AAGA;AACA;AACA;AACA,SAAS9G,OAAO,IAAI+G,KAApB;AAEA,SAAS/G,OAAO,IAAIgH,QAApB;AAEA,SAAShH,OAAO,IAAIiH,IAApB;AAEA,SAASjH,OAAO,IAAIkH,OAApB;AAEA,SAASlH,OAAO,IAAImH,OAApB;;AAGA;AACA;AACA;AACA,SAASC,UAAT;AACA,SAASC,YAAT;AACA,SAASC,cAAT;AAEA;AACA;AACA;;AACA,SAASC,SAAT;AACA,SAASC,WAAT;AACA,SAASC,aAAT;AACA,SAASC,aAAT;AAEA;AACA;AACA;;AACA,SAASC,gBAAgB,IAAIC,UAA7B;AACA,SAAS5H,OAAO,IAAI6H,OAApB;AACA,SAASC,gBAAT;AACA,SAASC,UAAT;AACA,SACEC,QADF,EAEEC,OAFF,EAGEC,GAHF,EAIEC,KAJF,EAKEC,QALF,EAMEC,mBANF,EAOEC,eAPF;AASA,SAASC,YAAT;AACA,SACEC,SADF,EAEEC,UAFF,EAGEC,QAHF;AAKA,SAASC,uBAAT;AACA,SAASC,MAAT;AAEA;AACA;AACA","sourcesContent":["import \"./lib/polyfills\";\n\nimport \"./styles/constants.css\";\nimport \"./styles/animations.css\";\nimport \"./styles/common.css\";\n\n/**\n * Layout\n */\nexport { default as Root } from \"./components/Root/Root\";\nexport type { RootProps } from \"./components/Root/Root\";\nexport { default as View } from \"./components/View/View\";\nexport type { ViewProps } from \"./components/View/View\";\nexport { Panel } from \"./components/Panel/Panel\";\nexport type { PanelProps } from \"./components/Panel/Panel\";\nexport { PanelHeaderButton } from \"./components/PanelHeaderButton/PanelHeaderButton\";\nexport type { PanelHeaderButtonProps } from \"./components/PanelHeaderButton/PanelHeaderButton\";\nexport { default as PanelHeader } from \"./components/PanelHeader/PanelHeader\";\nexport type { PanelHeaderProps } from \"./components/PanelHeader/PanelHeader\";\nexport { default as PanelHeaderContent } from \"./components/PanelHeaderContent/PanelHeaderContent\";\nexport type { PanelHeaderContentProps } from \"./components/PanelHeaderContent/PanelHeaderContent\";\nexport { PanelHeaderContext } from \"./components/PanelHeaderContext/PanelHeaderContext\";\nexport type { PanelHeaderContextProps } from \"./components/PanelHeaderContext/PanelHeaderContext\";\nexport { SplitLayout } from \"./components/SplitLayout/SplitLayout\";\nexport type { SplitLayoutProps } from \"./components/SplitLayout/SplitLayout\";\nexport { SplitCol } from \"./components/SplitCol/SplitCol\";\nexport type { SplitColProps } from \"./components/SplitCol/SplitCol\";\nexport { default as Epic } from \"./components/Epic/Epic\";\nexport type { EpicProps } from \"./components/Epic/Epic\";\nexport { default as Tabbar } from \"./components/Tabbar/Tabbar\";\nexport type { TabbarProps } from \"./components/Tabbar/Tabbar\";\nexport { default as TabbarItem } from \"./components/TabbarItem/TabbarItem\";\nexport type { TabbarItemProps } from \"./components/TabbarItem/TabbarItem\";\nexport { default as HorizontalScroll } from \"./components/HorizontalScroll/HorizontalScroll\";\nexport type { HorizontalScrollProps } from \"./components/HorizontalScroll/HorizontalScroll\";\nexport { default as FixedLayout } from \"./components/FixedLayout/FixedLayout\";\nexport type { FixedLayoutProps } from \"./components/FixedLayout/FixedLayout\";\n\n/**\n * Popouts\n */\nexport { PopoutWrapper } from \"./components/PopoutWrapper/PopoutWrapper\";\nexport type { PopoutWrapperProps } from \"./components/PopoutWrapper/PopoutWrapper\";\nexport { default as Alert } from \"./components/Alert/Alert\";\nexport type {\n AlertProps,\n AlertActionInterface,\n} from \"./components/Alert/Alert\";\nexport { ActionSheet } from \"./components/ActionSheet/ActionSheet\";\nexport type { ActionSheetProps } from \"./components/ActionSheet/ActionSheet\";\nexport { default as ActionSheetItem } from \"./components/ActionSheetItem/ActionSheetItem\";\nexport type { ActionSheetItemProps } from \"./components/ActionSheetItem/ActionSheetItem\";\nexport { default as ScreenSpinner } from \"./components/ScreenSpinner/ScreenSpinner\";\nexport type { ScreenSpinnerProps } from \"./components/ScreenSpinner/ScreenSpinner\";\nexport { Snackbar } from \"./components/Snackbar/Snackbar\";\nexport type { SnackbarProps } from \"./components/Snackbar/Snackbar\";\n\n/**\n * Modals\n */\nexport { ModalRoot } from \"./components/ModalRoot/ModalRootAdaptive\";\nexport type { ModalRootProps } from \"./components/ModalRoot/ModalRootAdaptive\";\nexport { withModalRootContext } from \"./components/ModalRoot/withModalRootContext\";\nexport { default as ModalRootContext } from \"./components/ModalRoot/ModalRootContext\";\nexport { default as ModalPage } from \"./components/ModalPage/ModalPage\";\nexport type { ModalPageProps } from \"./components/ModalPage/ModalPage\";\nexport { default as ModalPageHeader } from \"./components/ModalPageHeader/ModalPageHeader\";\nexport type { ModalPageHeaderProps } from \"./components/ModalPageHeader/ModalPageHeader\";\nexport { default as ModalCard } from \"./components/ModalCard/ModalCard\";\nexport type { ModalCardProps } from \"./components/ModalCard/ModalCard\";\nexport { default as ModalDismissButton } from \"./components/ModalDismissButton/ModalDismissButton\";\nexport type { ModalDismissButtonProps } from \"./components/ModalDismissButton/ModalDismissButton\";\n\n/**\n * Blocks\n */\nexport { Badge } from \"./components/Badge/Badge\";\nexport type { BadgeProps } from \"./components/Badge/Badge\";\nexport { default as Button } from \"./components/Button/Button\";\nexport type { ButtonProps } from \"./components/Button/Button\";\nexport { default as IconButton } from \"./components/IconButton/IconButton\";\nexport type { IconButtonProps } from \"./components/IconButton/IconButton\";\nexport { default as Card } from \"./components/Card/Card\";\nexport type { CardProps } from \"./components/Card/Card\";\nexport { default as CardGrid } from \"./components/CardGrid/CardGrid\";\nexport type { CardGridProps } from \"./components/CardGrid/CardGrid\";\nexport { default as CardScroll } from \"./components/CardScroll/CardScroll\";\nexport type { CardScrollProps } from \"./components/CardScroll/CardScroll\";\nexport { default as ContentCard } from \"./components/ContentCard/ContentCard\";\nexport type { ContentCardProps } from \"./components/ContentCard/ContentCard\";\nexport { CellButton } from \"./components/CellButton/CellButton\";\nexport type { CellButtonProps } from \"./components/CellButton/CellButton\";\nexport { default as Header } from \"./components/Header/Header\";\nexport type { HeaderProps } from \"./components/Header/Header\";\nexport { default as Group } from \"./components/Group/Group\";\nexport type { GroupProps } from \"./components/Group/Group\";\nexport { default as Gradient } from \"./components/Gradient/Gradient\";\nexport type { GradientProps } from \"./components/Gradient/Gradient\";\nexport { default as List } from \"./components/List/List\";\nexport { Cell } from \"./components/Cell/Cell\";\nexport type { CellProps } from \"./components/Cell/Cell\";\nexport { default as RichCell } from \"./components/RichCell/RichCell\";\nexport type { RichCellProps } from \"./components/RichCell/RichCell\";\nexport { default as SimpleCell } from \"./components/SimpleCell/SimpleCell\";\nexport type { SimpleCellProps } from \"./components/SimpleCell/SimpleCell\";\nexport { HorizontalCell } from \"./components/HorizontalCell/HorizontalCell\";\nexport type { HorizontalCellProps } from \"./components/HorizontalCell/HorizontalCell\";\nexport { Footer } from \"./components/Footer/Footer\";\nexport type { FooterProps } from \"./components/Footer/Footer\";\nexport { default as InfoRow } from \"./components/InfoRow/InfoRow\";\nexport type { InfoRowProps } from \"./components/InfoRow/InfoRow\";\nexport { default as Gallery } from \"./components/Gallery/Gallery\";\nexport type { GalleryProps } from \"./components/Gallery/Gallery\";\nexport { default as Avatar } from \"./components/Avatar/Avatar\";\nexport type { AvatarProps } from \"./components/Avatar/Avatar\";\nexport { GridAvatar } from \"./components/GridAvatar/GridAvatar\";\nexport type { GridAvatarProps } from \"./components/GridAvatar/GridAvatar\";\nexport { InitialsAvatar } from \"./components/InitialsAvatar/InitialsAvatar\";\nexport type { InitialsAvatarProps } from \"./components/InitialsAvatar/InitialsAvatar\";\nexport { default as Progress } from \"./components/Progress/Progress\";\nexport type { ProgressProps } from \"./components/Progress/Progress\";\nexport { default as Search } from \"./components/Search/Search\";\nexport type { SearchProps } from \"./components/Search/Search\";\nexport { default as Tabs } from \"./components/Tabs/Tabs\";\nexport type { TabsProps } from \"./components/Tabs/Tabs\";\nexport { default as TabsItem } from \"./components/TabsItem/TabsItem\";\nexport type { TabsItemProps } from \"./components/TabsItem/TabsItem\";\nexport { default as Spinner } from \"./components/Spinner/Spinner\";\nexport type { SpinnerProps } from \"./components/Spinner/Spinner\";\nexport { default as PullToRefresh } from \"./components/PullToRefresh/PullToRefresh\";\nexport type { PullToRefreshProps } from \"./components/PullToRefresh/PullToRefresh\";\nexport { default as Link } from \"./components/Link/Link\";\nexport type { LinkProps } from \"./components/Link/Link\";\nexport { default as Tooltip } from \"./components/Tooltip/Tooltip\";\nexport type { TooltipProps } from \"./components/Tooltip/Tooltip\";\nexport { TooltipContainer } from \"./components/Tooltip/TooltipContainer\";\nexport { default as Counter } from \"./components/Counter/Counter\";\nexport type { CounterProps } from \"./components/Counter/Counter\";\nexport { default as UsersStack } from \"./components/UsersStack/UsersStack\";\nexport type { UsersStackProps } from \"./components/UsersStack/UsersStack\";\nexport { default as Separator } from \"./components/Separator/Separator\";\nexport type { SeparatorProps } from \"./components/Separator/Separator\";\nexport { Spacing } from \"./components/Spacing/Spacing\";\nexport type { SpacingProps } from \"./components/Spacing/Spacing\";\nexport { default as Placeholder } from \"./components/Placeholder/Placeholder\";\nexport type { PlaceholderProps } from \"./components/Placeholder/Placeholder\";\nexport { default as Banner } from \"./components/Banner/Banner\";\nexport type { BannerProps } from \"./components/Banner/Banner\";\nexport { MiniInfoCell } from \"./components/MiniInfoCell/MiniInfoCell\";\nexport type { MiniInfoCellProps } from \"./components/MiniInfoCell/MiniInfoCell\";\nexport { WriteBar } from \"./components/WriteBar/WriteBar\";\nexport type { WriteBarProps } from \"./components/WriteBar/WriteBar\";\nexport { WriteBarIcon } from \"./components/WriteBarIcon/WriteBarIcon\";\nexport type { WriteBarIconProps } from \"./components/WriteBarIcon/WriteBarIcon\";\nexport { SubnavigationBar } from \"./components/SubnavigationBar/SubnavigationBar\";\nexport type { SubnavigationBarProps } from \"./components/SubnavigationBar/SubnavigationBar\";\nexport { SubnavigationButton } from \"./components/SubnavigationButton/SubnavigationButton\";\nexport type { SubnavigationButtonProps } from \"./components/SubnavigationButton/SubnavigationButton\";\n\n/**\n * Forms\n */\nexport { default as FormLayout } from \"./components/FormLayout/FormLayout\";\nexport type { FormLayoutProps } from \"./components/FormLayout/FormLayout\";\nexport { FormItem } from \"./components/FormItem/FormItem\";\nexport type { FormItemProps } from \"./components/FormItem/FormItem\";\nexport { FormField } from \"./components/FormField/FormField\";\nexport type { FormFieldProps } from \"./components/FormField/FormField\";\nexport { default as FormLayoutGroup } from \"./components/FormLayoutGroup/FormLayoutGroup\";\nexport type { FormLayoutGroupProps } from \"./components/FormLayoutGroup/FormLayoutGroup\";\nexport { FormStatus } from \"./components/FormStatus/FormStatus\";\nexport type { FormStatusProps } from \"./components/FormStatus/FormStatus\";\nexport { Switch } from \"./components/Switch/Switch\";\nexport type { SwitchProps } from \"./components/Switch/Switch\";\nexport { default as File } from \"./components/File/File\";\nexport type { FileProps } from \"./components/File/File\";\nexport { default as Input } from \"./components/Input/Input\";\nexport type { InputProps } from \"./components/Input/Input\";\nexport { default as Chip } from \"./components/Chip/Chip\";\nexport type { ChipProps } from \"./components/Chip/Chip\";\nexport { default as ChipsInput } from \"./components/ChipsInput/ChipsInput\";\nexport type { ChipsInputProps } from \"./components/ChipsInput/ChipsInput\";\nexport { default as Slider } from \"./components/Slider/Slider\";\nexport type { SliderProps } from \"./components/Slider/Slider\";\nexport { default as RangeSlider } from \"./components/RangeSlider/RangeSlider\";\nexport type { RangeSliderProps } from \"./components/RangeSlider/RangeSlider\";\nexport { default as Textarea } from \"./components/Textarea/Textarea\";\nexport type { TextareaProps } from \"./components/Textarea/Textarea\";\nexport { default as Radio } from \"./components/Radio/Radio\";\nexport type { RadioProps } from \"./components/Radio/Radio\";\nexport { RadioGroup } from \"./components/RadioGroup/RadioGroup\";\nexport type { RadioGroupProps } from \"./components/RadioGroup/RadioGroup\";\nexport { default as Checkbox } from \"./components/Checkbox/Checkbox\";\nexport type { CheckboxProps } from \"./components/Checkbox/Checkbox\";\nexport { default as Select } from \"./components/Select/Select\";\nexport type { SelectProps } from \"./components/Select/Select\";\nexport { default as SelectMimicry } from \"./components/SelectMimicry/SelectMimicry\";\nexport type { SelectMimicryProps } from \"./components/SelectMimicry/SelectMimicry\";\nexport { default as NativeSelect } from \"./components/NativeSelect/NativeSelect\";\nexport type { NativeSelectProps } from \"./components/NativeSelect/NativeSelect\";\nexport { default as CustomSelect } from \"./components/CustomSelect/CustomSelect\";\nexport type {\n CustomSelectProps,\n CustomSelectOptionInterface,\n} from \"./components/CustomSelect/CustomSelect\";\nexport { default as CustomSelectOption } from \"./components/CustomSelectOption/CustomSelectOption\";\nexport type { CustomSelectOptionProps } from \"./components/CustomSelectOption/CustomSelectOption\";\nexport { default as DatePicker } from \"./components/DatePicker/DatePicker\";\nexport type {\n DatePickerProps,\n DatePickerDateFormat,\n} from \"./components/DatePicker/DatePicker\";\nexport { default as SliderSwitch } from \"./components/SliderSwitch/SliderSwitch\";\nexport type {\n SliderSwitchProps,\n SliderSwitchOptionInterface,\n} from \"./components/SliderSwitch/SliderSwitch\";\n\n/**\n * Helpers\n */\nexport { default as Div } from \"./components/Div/Div\";\nexport type { DivProps } from \"./components/Div/Div\";\nexport { default as Tappable } from \"./components/Tappable/Tappable\";\nexport type { TappableProps } from \"./components/Tappable/Tappable\";\nexport { Touch } from \"./components/Touch/Touch\";\nexport type { TouchProps } from \"./components/Touch/Touch\";\nexport { default as PanelSpinner } from \"./components/PanelSpinner/PanelSpinner\";\nexport type { PanelSpinnerProps } from \"./components/PanelSpinner/PanelSpinner\";\nexport { default as PanelHeaderClose } from \"./components/PanelHeaderClose/PanelHeaderClose\";\nexport { default as PanelHeaderBack } from \"./components/PanelHeaderBack/PanelHeaderBack\";\nexport { default as PanelHeaderSubmit } from \"./components/PanelHeaderSubmit/PanelHeaderSubmit\";\nexport { default as PanelHeaderEdit } from \"./components/PanelHeaderEdit/PanelHeaderEdit\";\nexport type { PanelHeaderEditProps } from \"./components/PanelHeaderEdit/PanelHeaderEdit\";\nexport { ModalCardBase } from \"./components/ModalCardBase/ModalCardBase\";\nexport type { ModalCardBaseProps } from \"./components/ModalCardBase/ModalCardBase\";\n\n/**\n * Wrappers\n */\nexport { AppRoot } from \"./components/AppRoot/AppRoot\";\nexport { default as AdaptivityProvider } from \"./components/AdaptivityProvider/AdaptivityProvider\";\nexport { default as ConfigProvider } from \"./components/ConfigProvider/ConfigProvider\";\nexport type { ConfigProviderProps } from \"./components/ConfigProvider/ConfigProvider\";\nexport {\n ConfigProviderContext,\n WebviewType,\n} from \"./components/ConfigProvider/ConfigProviderContext\";\nexport { AppearanceProvider } from \"./components/AppearanceProvider/AppearanceProvider\";\nexport { Scheme, Appearance } from \"./helpers/scheme\";\n\n/**\n * Advertisement\n */\nexport { default as PromoBanner } from \"./components/PromoBanner/PromoBanner\";\nexport type { PromoBannerProps } from \"./components/PromoBanner/PromoBanner\";\n\n/**\n * Typography\n */\nexport { default as Title } from \"./components/Typography/Title/Title\";\nexport type { TitleProps } from \"./components/Typography/Title/Title\";\nexport { default as Headline } from \"./components/Typography/Headline/Headline\";\nexport type { HeadlineProps } from \"./components/Typography/Headline/Headline\";\nexport { default as Text } from \"./components/Typography/Text/Text\";\nexport type { TextProps } from \"./components/Typography/Text/Text\";\nexport { default as Caption } from \"./components/Typography/Caption/Caption\";\nexport type { CaptionProps } from \"./components/Typography/Caption/Caption\";\nexport { default as Subhead } from \"./components/Typography/Subhead/Subhead\";\nexport type { SubheadProps } from \"./components/Typography/Subhead/Subhead\";\n\n/**\n * HOCs\n */\nexport { withInsets } from \"./hoc/withInsets\";\nexport { withPlatform } from \"./hoc/withPlatform\";\nexport { withAdaptivity } from \"./hoc/withAdaptivity\";\n\n/**\n * Hooks\n */\nexport { useInsets } from \"./hooks/useInsets\";\nexport { usePlatform } from \"./hooks/usePlatform\";\nexport { useAdaptivity } from \"./hooks/useAdaptivity\";\nexport { useAppearance } from \"./hooks/useAppearance\";\n\n/**\n * Utils\n */\nexport { classNamesString as classNames } from \"./lib/classNames\";\nexport { default as animate } from \"./lib/animate\";\nexport { removeObjectKeys } from \"./lib/removeObjectKeys\";\nexport { SSRWrapper } from \"./lib/SSR\";\nexport {\n platform,\n ANDROID,\n IOS,\n VKCOM,\n Platform,\n IS_PLATFORM_ANDROID,\n IS_PLATFORM_IOS,\n} from \"./lib/platform\";\nexport { getClassName } from \"./helpers/getClassName\";\nexport {\n ViewWidth,\n ViewHeight,\n SizeType,\n} from \"./components/AdaptivityProvider/AdaptivityContext\";\nexport { calcInitialsAvatarColor } from \"./helpers/avatar\";\nexport { Popper } from \"./components/Popper/Popper\";\n\n/**\n * Types\n */\nexport type { AlignType, HasPlatform, HasInsets } from \"./types\";\nexport type { NavIdProps } from \"./lib/getNavId\";\nexport type { PlatformType } from \"./lib/platform\";\nexport type { AdaptivityProps } from \"./hoc/withAdaptivity\";\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../src/index.ts"],"names":["default","Root","View","Panel","PanelHeaderButton","PanelHeader","PanelHeaderContent","PanelHeaderContext","SplitLayout","SplitCol","Epic","Tabbar","TabbarItem","HorizontalScroll","FixedLayout","PopoutWrapper","Alert","ActionSheet","ActionSheetItem","ScreenSpinner","Snackbar","ModalRoot","withModalRootContext","ModalRootContext","ModalPage","ModalPageHeader","ModalCard","ModalDismissButton","Badge","Button","IconButton","Card","CardGrid","CardScroll","ContentCard","CellButton","Header","Group","Gradient","List","Cell","RichCell","SimpleCell","HorizontalCell","Footer","InfoRow","Gallery","Avatar","GridAvatar","InitialsAvatar","Progress","Search","Tabs","TabsItem","Spinner","PullToRefresh","Link","Tooltip","TooltipContainer","Counter","UsersStack","Separator","Spacing","Placeholder","Banner","MiniInfoCell","WriteBar","WriteBarIcon","SubnavigationBar","SubnavigationButton","FormLayout","FormItem","FormField","FormLayoutGroup","FormStatus","Switch","File","Input","Chip","ChipsInput","Slider","RangeSlider","Textarea","Radio","RadioGroup","Checkbox","Select","SelectMimicry","NativeSelect","CustomSelect","CustomSelectOption","DatePicker","SliderSwitch","Div","Tappable","Touch","PanelSpinner","PanelHeaderClose","PanelHeaderBack","PanelHeaderSubmit","PanelHeaderEdit","ModalCardBase","AppRoot","AdaptivityProvider","ConfigProvider","ConfigProviderContext","WebviewType","AppearanceProvider","Scheme","Appearance","PromoBanner","Title","Headline","Text","Caption","Subhead","withInsets","withPlatform","withAdaptivity","useInsets","usePlatform","useAdaptivity","useAppearance","classNamesString","classNames","animate","removeObjectKeys","SSRWrapper","platform","ANDROID","IOS","VKCOM","Platform","IS_PLATFORM_ANDROID","IS_PLATFORM_IOS","getClassName","ViewWidth","ViewHeight","SizeType","calcInitialsAvatarColor","Popper"],"mappings":"AAAA;;AAMA;AACA;AACA;AACA,SAASA,OAAO,IAAIC,IAApB;AAEA,SAASD,OAAO,IAAIE,IAApB;AAEA,SAASC,KAAT;AAEA,SAASC,iBAAT;AAEA,SAASJ,OAAO,IAAIK,WAApB;AAEA,SAASL,OAAO,IAAIM,kBAApB;AAEA,SAASC,kBAAT;AAEA,SAASC,WAAT;AAEA,SAASC,QAAT;AAEA,SAAST,OAAO,IAAIU,IAApB;AAEA,SAASV,OAAO,IAAIW,MAApB;AAEA,SAASX,OAAO,IAAIY,UAApB;AAEA,SAASZ,OAAO,IAAIa,gBAApB;AAEA,SAASb,OAAO,IAAIc,WAApB;;AAGA;AACA;AACA;AACA,SAASC,aAAT;AAEA,SAASC,KAAT;AAKA,SAASC,WAAT;AAEA,SAASC,eAAT;AAEA,SAASlB,OAAO,IAAImB,aAApB;AAEA,SAASC,QAAT;;AAGA;AACA;AACA;AACA,SAASC,SAAT;AAEA,SAASC,oBAAT;AACA,SAAStB,OAAO,IAAIuB,gBAApB;AACA,SAASvB,OAAO,IAAIwB,SAApB;AAEA,SAASxB,OAAO,IAAIyB,eAApB;AAEA,SAASzB,OAAO,IAAI0B,SAApB;AAEA,SAAS1B,OAAO,IAAI2B,kBAApB;;AAGA;AACA;AACA;AACA,SAASC,KAAT;AAEA,SAAS5B,OAAO,IAAI6B,MAApB;AAEA,SAAS7B,OAAO,IAAI8B,UAApB;AAEA,SAAS9B,OAAO,IAAI+B,IAApB;AAEA,SAAS/B,OAAO,IAAIgC,QAApB;AAEA,SAAShC,OAAO,IAAIiC,UAApB;AAEA,SAASjC,OAAO,IAAIkC,WAApB;AAEA,SAASC,UAAT;AAEA,SAASnC,OAAO,IAAIoC,MAApB;AAEA,SAASpC,OAAO,IAAIqC,KAApB;AAEA,SAASrC,OAAO,IAAIsC,QAApB;AAEA,SAAStC,OAAO,IAAIuC,IAApB;AACA,SAASC,IAAT;AAEA,SAASxC,OAAO,IAAIyC,QAApB;AAEA,SAASzC,OAAO,IAAI0C,UAApB;AAEA,SAASC,cAAT;AAEA,SAASC,MAAT;AAEA,SAAS5C,OAAO,IAAI6C,OAApB;AAEA,SAAS7C,OAAO,IAAI8C,OAApB;AAEA,SAAS9C,OAAO,IAAI+C,MAApB;AAEA,SAASC,UAAT;AAEA,SAASC,cAAT;AAEA,SAASjD,OAAO,IAAIkD,QAApB;AAEA,SAASlD,OAAO,IAAImD,MAApB;AAEA,SAASnD,OAAO,IAAIoD,IAApB;AAEA,SAASpD,OAAO,IAAIqD,QAApB;AAEA,SAASrD,OAAO,IAAIsD,OAApB;AAEA,SAAStD,OAAO,IAAIuD,aAApB;AAEA,SAASvD,OAAO,IAAIwD,IAApB;AAEA,SAASxD,OAAO,IAAIyD,OAApB;AAEA,SAASC,gBAAT;AACA,SAAS1D,OAAO,IAAI2D,OAApB;AAEA,SAAS3D,OAAO,IAAI4D,UAApB;AAEA,SAAS5D,OAAO,IAAI6D,SAApB;AAEA,SAASC,OAAT;AAEA,SAAS9D,OAAO,IAAI+D,WAApB;AAEA,SAAS/D,OAAO,IAAIgE,MAApB;AAEA,SAASC,YAAT;AAEA,SAASC,QAAT;AAEA,SAASC,YAAT;AAEA,SAASC,gBAAT;AAEA,SAASC,mBAAT;;AAGA;AACA;AACA;AACA,SAASrE,OAAO,IAAIsE,UAApB;AAEA,SAASC,QAAT;AAEA,SAASC,SAAT;AAEA,SAASxE,OAAO,IAAIyE,eAApB;AAEA,SAASC,UAAT;AAEA,SAASC,MAAT;AAEA,SAAS3E,OAAO,IAAI4E,IAApB;AAEA,SAAS5E,OAAO,IAAI6E,KAApB;AAEA,SAAS7E,OAAO,IAAI8E,IAApB;AAEA,SAAS9E,OAAO,IAAI+E,UAApB;AAEA,SAAS/E,OAAO,IAAIgF,MAApB;AAEA,SAAShF,OAAO,IAAIiF,WAApB;AAEA,SAASjF,OAAO,IAAIkF,QAApB;AAEA,SAASlF,OAAO,IAAImF,KAApB;AAEA,SAASC,UAAT;AAEA,SAASpF,OAAO,IAAIqF,QAApB;AAEA,SAASrF,OAAO,IAAIsF,MAApB;AAEA,SAAStF,OAAO,IAAIuF,aAApB;AAEA,SAASvF,OAAO,IAAIwF,YAApB;AAEA,SAASxF,OAAO,IAAIyF,YAApB;AAKA,SAASzF,OAAO,IAAI0F,kBAApB;AAEA,SAAS1F,OAAO,IAAI2F,UAApB;AAKA,SAAS3F,OAAO,IAAI4F,YAApB;;AAMA;AACA;AACA;AACA,SAAS5F,OAAO,IAAI6F,GAApB;AAEA,SAAS7F,OAAO,IAAI8F,QAApB;AAEA,SAASC,KAAT;AAEA,SAAS/F,OAAO,IAAIgG,YAApB;AAEA,SAAShG,OAAO,IAAIiG,gBAApB;AACA,SAASjG,OAAO,IAAIkG,eAApB;AACA,SAASlG,OAAO,IAAImG,iBAApB;AACA,SAASnG,OAAO,IAAIoG,eAApB;AAEA,SAASC,aAAT;;AAGA;AACA;AACA;AACA,SAASC,OAAT;AACA,SAASC,kBAAT;AACA,SAASvG,OAAO,IAAIwG,cAApB;AAEA,SACEC,qBADF,EAEEC,WAFF;AAIA,SAASC,kBAAT;AACA,SAASC,MAAT,EAAiBC,UAAjB;AAEA;AACA;AACA;;AACA,SAAS7G,OAAO,IAAI8G,WAApB;;AAGA;AACA;AACA;AACA,SAAS9G,OAAO,IAAI+G,KAApB;AAEA,SAAS/G,OAAO,IAAIgH,QAApB;AAEA,SAAShH,OAAO,IAAIiH,IAApB;AAEA,SAASjH,OAAO,IAAIkH,OAApB;AAEA,SAASlH,OAAO,IAAImH,OAApB;;AAGA;AACA;AACA;AACA,SAASC,UAAT;AACA,SAASC,YAAT;AACA,SAASC,cAAT;AAEA;AACA;AACA;;AACA,SAASC,SAAT;AACA,SAASC,WAAT;AACA,SAASC,aAAT;AACA,SAASC,aAAT;AAEA;AACA;AACA;;AACA,SAASC,gBAAgB,IAAIC,UAA7B;AACA,SAAS5H,OAAO,IAAI6H,OAApB;AACA,SAASC,gBAAT;AACA,SAASC,UAAT;AACA,SACEC,QADF,EAEEC,OAFF,EAGEC,GAHF,EAIEC,KAJF,EAKEC,QALF,EAMEC,mBANF,EAOEC,eAPF;AASA,SAASC,YAAT;AACA,SACEC,SADF,EAEEC,UAFF,EAGEC,QAHF;AAKA,SAASC,uBAAT;AACA,SAASC,MAAT;AAEA;AACA;AACA","sourcesContent":["import \"./lib/polyfills\";\n\nimport \"./styles/constants.css\";\nimport \"./styles/animations.css\";\nimport \"./styles/common.css\";\n\n/**\n * Layout\n */\nexport { default as Root } from \"./components/Root/Root\";\nexport type { RootProps } from \"./components/Root/Root\";\nexport { default as View } from \"./components/View/View\";\nexport type { ViewProps } from \"./components/View/View\";\nexport { Panel } from \"./components/Panel/Panel\";\nexport type { PanelProps } from \"./components/Panel/Panel\";\nexport { PanelHeaderButton } from \"./components/PanelHeaderButton/PanelHeaderButton\";\nexport type { PanelHeaderButtonProps } from \"./components/PanelHeaderButton/PanelHeaderButton\";\nexport { default as PanelHeader } from \"./components/PanelHeader/PanelHeader\";\nexport type { PanelHeaderProps } from \"./components/PanelHeader/PanelHeader\";\nexport { default as PanelHeaderContent } from \"./components/PanelHeaderContent/PanelHeaderContent\";\nexport type { PanelHeaderContentProps } from \"./components/PanelHeaderContent/PanelHeaderContent\";\nexport { PanelHeaderContext } from \"./components/PanelHeaderContext/PanelHeaderContext\";\nexport type { PanelHeaderContextProps } from \"./components/PanelHeaderContext/PanelHeaderContext\";\nexport { SplitLayout } from \"./components/SplitLayout/SplitLayout\";\nexport type { SplitLayoutProps } from \"./components/SplitLayout/SplitLayout\";\nexport { SplitCol } from \"./components/SplitCol/SplitCol\";\nexport type { SplitColProps } from \"./components/SplitCol/SplitCol\";\nexport { default as Epic } from \"./components/Epic/Epic\";\nexport type { EpicProps } from \"./components/Epic/Epic\";\nexport { default as Tabbar } from \"./components/Tabbar/Tabbar\";\nexport type { TabbarProps } from \"./components/Tabbar/Tabbar\";\nexport { default as TabbarItem } from \"./components/TabbarItem/TabbarItem\";\nexport type { TabbarItemProps } from \"./components/TabbarItem/TabbarItem\";\nexport { default as HorizontalScroll } from \"./components/HorizontalScroll/HorizontalScroll\";\nexport type { HorizontalScrollProps } from \"./components/HorizontalScroll/HorizontalScroll\";\nexport { default as FixedLayout } from \"./components/FixedLayout/FixedLayout\";\nexport type { FixedLayoutProps } from \"./components/FixedLayout/FixedLayout\";\n\n/**\n * Popouts\n */\nexport { PopoutWrapper } from \"./components/PopoutWrapper/PopoutWrapper\";\nexport type { PopoutWrapperProps } from \"./components/PopoutWrapper/PopoutWrapper\";\nexport { Alert } from \"./components/Alert/Alert\";\nexport type {\n AlertProps,\n AlertActionInterface,\n} from \"./components/Alert/Alert\";\nexport { ActionSheet } from \"./components/ActionSheet/ActionSheet\";\nexport type { ActionSheetProps } from \"./components/ActionSheet/ActionSheet\";\nexport { ActionSheetItem } from \"./components/ActionSheetItem/ActionSheetItem\";\nexport type { ActionSheetItemProps } from \"./components/ActionSheetItem/ActionSheetItem\";\nexport { default as ScreenSpinner } from \"./components/ScreenSpinner/ScreenSpinner\";\nexport type { ScreenSpinnerProps } from \"./components/ScreenSpinner/ScreenSpinner\";\nexport { Snackbar } from \"./components/Snackbar/Snackbar\";\nexport type { SnackbarProps } from \"./components/Snackbar/Snackbar\";\n\n/**\n * Modals\n */\nexport { ModalRoot } from \"./components/ModalRoot/ModalRootAdaptive\";\nexport type { ModalRootProps } from \"./components/ModalRoot/ModalRootAdaptive\";\nexport { withModalRootContext } from \"./components/ModalRoot/withModalRootContext\";\nexport { default as ModalRootContext } from \"./components/ModalRoot/ModalRootContext\";\nexport { default as ModalPage } from \"./components/ModalPage/ModalPage\";\nexport type { ModalPageProps } from \"./components/ModalPage/ModalPage\";\nexport { default as ModalPageHeader } from \"./components/ModalPageHeader/ModalPageHeader\";\nexport type { ModalPageHeaderProps } from \"./components/ModalPageHeader/ModalPageHeader\";\nexport { default as ModalCard } from \"./components/ModalCard/ModalCard\";\nexport type { ModalCardProps } from \"./components/ModalCard/ModalCard\";\nexport { default as ModalDismissButton } from \"./components/ModalDismissButton/ModalDismissButton\";\nexport type { ModalDismissButtonProps } from \"./components/ModalDismissButton/ModalDismissButton\";\n\n/**\n * Blocks\n */\nexport { Badge } from \"./components/Badge/Badge\";\nexport type { BadgeProps } from \"./components/Badge/Badge\";\nexport { default as Button } from \"./components/Button/Button\";\nexport type { ButtonProps } from \"./components/Button/Button\";\nexport { default as IconButton } from \"./components/IconButton/IconButton\";\nexport type { IconButtonProps } from \"./components/IconButton/IconButton\";\nexport { default as Card } from \"./components/Card/Card\";\nexport type { CardProps } from \"./components/Card/Card\";\nexport { default as CardGrid } from \"./components/CardGrid/CardGrid\";\nexport type { CardGridProps } from \"./components/CardGrid/CardGrid\";\nexport { default as CardScroll } from \"./components/CardScroll/CardScroll\";\nexport type { CardScrollProps } from \"./components/CardScroll/CardScroll\";\nexport { default as ContentCard } from \"./components/ContentCard/ContentCard\";\nexport type { ContentCardProps } from \"./components/ContentCard/ContentCard\";\nexport { CellButton } from \"./components/CellButton/CellButton\";\nexport type { CellButtonProps } from \"./components/CellButton/CellButton\";\nexport { default as Header } from \"./components/Header/Header\";\nexport type { HeaderProps } from \"./components/Header/Header\";\nexport { default as Group } from \"./components/Group/Group\";\nexport type { GroupProps } from \"./components/Group/Group\";\nexport { default as Gradient } from \"./components/Gradient/Gradient\";\nexport type { GradientProps } from \"./components/Gradient/Gradient\";\nexport { default as List } from \"./components/List/List\";\nexport { Cell } from \"./components/Cell/Cell\";\nexport type { CellProps } from \"./components/Cell/Cell\";\nexport { default as RichCell } from \"./components/RichCell/RichCell\";\nexport type { RichCellProps } from \"./components/RichCell/RichCell\";\nexport { default as SimpleCell } from \"./components/SimpleCell/SimpleCell\";\nexport type { SimpleCellProps } from \"./components/SimpleCell/SimpleCell\";\nexport { HorizontalCell } from \"./components/HorizontalCell/HorizontalCell\";\nexport type { HorizontalCellProps } from \"./components/HorizontalCell/HorizontalCell\";\nexport { Footer } from \"./components/Footer/Footer\";\nexport type { FooterProps } from \"./components/Footer/Footer\";\nexport { default as InfoRow } from \"./components/InfoRow/InfoRow\";\nexport type { InfoRowProps } from \"./components/InfoRow/InfoRow\";\nexport { default as Gallery } from \"./components/Gallery/Gallery\";\nexport type { GalleryProps } from \"./components/Gallery/Gallery\";\nexport { default as Avatar } from \"./components/Avatar/Avatar\";\nexport type { AvatarProps } from \"./components/Avatar/Avatar\";\nexport { GridAvatar } from \"./components/GridAvatar/GridAvatar\";\nexport type { GridAvatarProps } from \"./components/GridAvatar/GridAvatar\";\nexport { InitialsAvatar } from \"./components/InitialsAvatar/InitialsAvatar\";\nexport type { InitialsAvatarProps } from \"./components/InitialsAvatar/InitialsAvatar\";\nexport { default as Progress } from \"./components/Progress/Progress\";\nexport type { ProgressProps } from \"./components/Progress/Progress\";\nexport { default as Search } from \"./components/Search/Search\";\nexport type { SearchProps } from \"./components/Search/Search\";\nexport { default as Tabs } from \"./components/Tabs/Tabs\";\nexport type { TabsProps } from \"./components/Tabs/Tabs\";\nexport { default as TabsItem } from \"./components/TabsItem/TabsItem\";\nexport type { TabsItemProps } from \"./components/TabsItem/TabsItem\";\nexport { default as Spinner } from \"./components/Spinner/Spinner\";\nexport type { SpinnerProps } from \"./components/Spinner/Spinner\";\nexport { default as PullToRefresh } from \"./components/PullToRefresh/PullToRefresh\";\nexport type { PullToRefreshProps } from \"./components/PullToRefresh/PullToRefresh\";\nexport { default as Link } from \"./components/Link/Link\";\nexport type { LinkProps } from \"./components/Link/Link\";\nexport { default as Tooltip } from \"./components/Tooltip/Tooltip\";\nexport type { TooltipProps } from \"./components/Tooltip/Tooltip\";\nexport { TooltipContainer } from \"./components/Tooltip/TooltipContainer\";\nexport { default as Counter } from \"./components/Counter/Counter\";\nexport type { CounterProps } from \"./components/Counter/Counter\";\nexport { default as UsersStack } from \"./components/UsersStack/UsersStack\";\nexport type { UsersStackProps } from \"./components/UsersStack/UsersStack\";\nexport { default as Separator } from \"./components/Separator/Separator\";\nexport type { SeparatorProps } from \"./components/Separator/Separator\";\nexport { Spacing } from \"./components/Spacing/Spacing\";\nexport type { SpacingProps } from \"./components/Spacing/Spacing\";\nexport { default as Placeholder } from \"./components/Placeholder/Placeholder\";\nexport type { PlaceholderProps } from \"./components/Placeholder/Placeholder\";\nexport { default as Banner } from \"./components/Banner/Banner\";\nexport type { BannerProps } from \"./components/Banner/Banner\";\nexport { MiniInfoCell } from \"./components/MiniInfoCell/MiniInfoCell\";\nexport type { MiniInfoCellProps } from \"./components/MiniInfoCell/MiniInfoCell\";\nexport { WriteBar } from \"./components/WriteBar/WriteBar\";\nexport type { WriteBarProps } from \"./components/WriteBar/WriteBar\";\nexport { WriteBarIcon } from \"./components/WriteBarIcon/WriteBarIcon\";\nexport type { WriteBarIconProps } from \"./components/WriteBarIcon/WriteBarIcon\";\nexport { SubnavigationBar } from \"./components/SubnavigationBar/SubnavigationBar\";\nexport type { SubnavigationBarProps } from \"./components/SubnavigationBar/SubnavigationBar\";\nexport { SubnavigationButton } from \"./components/SubnavigationButton/SubnavigationButton\";\nexport type { SubnavigationButtonProps } from \"./components/SubnavigationButton/SubnavigationButton\";\n\n/**\n * Forms\n */\nexport { default as FormLayout } from \"./components/FormLayout/FormLayout\";\nexport type { FormLayoutProps } from \"./components/FormLayout/FormLayout\";\nexport { FormItem } from \"./components/FormItem/FormItem\";\nexport type { FormItemProps } from \"./components/FormItem/FormItem\";\nexport { FormField } from \"./components/FormField/FormField\";\nexport type { FormFieldProps } from \"./components/FormField/FormField\";\nexport { default as FormLayoutGroup } from \"./components/FormLayoutGroup/FormLayoutGroup\";\nexport type { FormLayoutGroupProps } from \"./components/FormLayoutGroup/FormLayoutGroup\";\nexport { FormStatus } from \"./components/FormStatus/FormStatus\";\nexport type { FormStatusProps } from \"./components/FormStatus/FormStatus\";\nexport { Switch } from \"./components/Switch/Switch\";\nexport type { SwitchProps } from \"./components/Switch/Switch\";\nexport { default as File } from \"./components/File/File\";\nexport type { FileProps } from \"./components/File/File\";\nexport { default as Input } from \"./components/Input/Input\";\nexport type { InputProps } from \"./components/Input/Input\";\nexport { default as Chip } from \"./components/Chip/Chip\";\nexport type { ChipProps } from \"./components/Chip/Chip\";\nexport { default as ChipsInput } from \"./components/ChipsInput/ChipsInput\";\nexport type { ChipsInputProps } from \"./components/ChipsInput/ChipsInput\";\nexport { default as Slider } from \"./components/Slider/Slider\";\nexport type { SliderProps } from \"./components/Slider/Slider\";\nexport { default as RangeSlider } from \"./components/RangeSlider/RangeSlider\";\nexport type { RangeSliderProps } from \"./components/RangeSlider/RangeSlider\";\nexport { default as Textarea } from \"./components/Textarea/Textarea\";\nexport type { TextareaProps } from \"./components/Textarea/Textarea\";\nexport { default as Radio } from \"./components/Radio/Radio\";\nexport type { RadioProps } from \"./components/Radio/Radio\";\nexport { RadioGroup } from \"./components/RadioGroup/RadioGroup\";\nexport type { RadioGroupProps } from \"./components/RadioGroup/RadioGroup\";\nexport { default as Checkbox } from \"./components/Checkbox/Checkbox\";\nexport type { CheckboxProps } from \"./components/Checkbox/Checkbox\";\nexport { default as Select } from \"./components/Select/Select\";\nexport type { SelectProps } from \"./components/Select/Select\";\nexport { default as SelectMimicry } from \"./components/SelectMimicry/SelectMimicry\";\nexport type { SelectMimicryProps } from \"./components/SelectMimicry/SelectMimicry\";\nexport { default as NativeSelect } from \"./components/NativeSelect/NativeSelect\";\nexport type { NativeSelectProps } from \"./components/NativeSelect/NativeSelect\";\nexport { default as CustomSelect } from \"./components/CustomSelect/CustomSelect\";\nexport type {\n CustomSelectProps,\n CustomSelectOptionInterface,\n} from \"./components/CustomSelect/CustomSelect\";\nexport { default as CustomSelectOption } from \"./components/CustomSelectOption/CustomSelectOption\";\nexport type { CustomSelectOptionProps } from \"./components/CustomSelectOption/CustomSelectOption\";\nexport { default as DatePicker } from \"./components/DatePicker/DatePicker\";\nexport type {\n DatePickerProps,\n DatePickerDateFormat,\n} from \"./components/DatePicker/DatePicker\";\nexport { default as SliderSwitch } from \"./components/SliderSwitch/SliderSwitch\";\nexport type {\n SliderSwitchProps,\n SliderSwitchOptionInterface,\n} from \"./components/SliderSwitch/SliderSwitch\";\n\n/**\n * Helpers\n */\nexport { default as Div } from \"./components/Div/Div\";\nexport type { DivProps } from \"./components/Div/Div\";\nexport { default as Tappable } from \"./components/Tappable/Tappable\";\nexport type { TappableProps } from \"./components/Tappable/Tappable\";\nexport { Touch } from \"./components/Touch/Touch\";\nexport type { TouchProps } from \"./components/Touch/Touch\";\nexport { default as PanelSpinner } from \"./components/PanelSpinner/PanelSpinner\";\nexport type { PanelSpinnerProps } from \"./components/PanelSpinner/PanelSpinner\";\nexport { default as PanelHeaderClose } from \"./components/PanelHeaderClose/PanelHeaderClose\";\nexport { default as PanelHeaderBack } from \"./components/PanelHeaderBack/PanelHeaderBack\";\nexport { default as PanelHeaderSubmit } from \"./components/PanelHeaderSubmit/PanelHeaderSubmit\";\nexport { default as PanelHeaderEdit } from \"./components/PanelHeaderEdit/PanelHeaderEdit\";\nexport type { PanelHeaderEditProps } from \"./components/PanelHeaderEdit/PanelHeaderEdit\";\nexport { ModalCardBase } from \"./components/ModalCardBase/ModalCardBase\";\nexport type { ModalCardBaseProps } from \"./components/ModalCardBase/ModalCardBase\";\n\n/**\n * Wrappers\n */\nexport { AppRoot } from \"./components/AppRoot/AppRoot\";\nexport { AdaptivityProvider } from \"./components/AdaptivityProvider/AdaptivityProvider\";\nexport { default as ConfigProvider } from \"./components/ConfigProvider/ConfigProvider\";\nexport type { ConfigProviderProps } from \"./components/ConfigProvider/ConfigProvider\";\nexport {\n ConfigProviderContext,\n WebviewType,\n} from \"./components/ConfigProvider/ConfigProviderContext\";\nexport { AppearanceProvider } from \"./components/AppearanceProvider/AppearanceProvider\";\nexport { Scheme, Appearance } from \"./helpers/scheme\";\n\n/**\n * Advertisement\n */\nexport { default as PromoBanner } from \"./components/PromoBanner/PromoBanner\";\nexport type { PromoBannerProps } from \"./components/PromoBanner/PromoBanner\";\n\n/**\n * Typography\n */\nexport { default as Title } from \"./components/Typography/Title/Title\";\nexport type { TitleProps } from \"./components/Typography/Title/Title\";\nexport { default as Headline } from \"./components/Typography/Headline/Headline\";\nexport type { HeadlineProps } from \"./components/Typography/Headline/Headline\";\nexport { default as Text } from \"./components/Typography/Text/Text\";\nexport type { TextProps } from \"./components/Typography/Text/Text\";\nexport { default as Caption } from \"./components/Typography/Caption/Caption\";\nexport type { CaptionProps } from \"./components/Typography/Caption/Caption\";\nexport { default as Subhead } from \"./components/Typography/Subhead/Subhead\";\nexport type { SubheadProps } from \"./components/Typography/Subhead/Subhead\";\n\n/**\n * HOCs\n */\nexport { withInsets } from \"./hoc/withInsets\";\nexport { withPlatform } from \"./hoc/withPlatform\";\nexport { withAdaptivity } from \"./hoc/withAdaptivity\";\n\n/**\n * Hooks\n */\nexport { useInsets } from \"./hooks/useInsets\";\nexport { usePlatform } from \"./hooks/usePlatform\";\nexport { useAdaptivity } from \"./hooks/useAdaptivity\";\nexport { useAppearance } from \"./hooks/useAppearance\";\n\n/**\n * Utils\n */\nexport { classNamesString as classNames } from \"./lib/classNames\";\nexport { default as animate } from \"./lib/animate\";\nexport { removeObjectKeys } from \"./lib/removeObjectKeys\";\nexport { SSRWrapper } from \"./lib/SSR\";\nexport {\n platform,\n ANDROID,\n IOS,\n VKCOM,\n Platform,\n IS_PLATFORM_ANDROID,\n IS_PLATFORM_IOS,\n} from \"./lib/platform\";\nexport { getClassName } from \"./helpers/getClassName\";\nexport {\n ViewWidth,\n ViewHeight,\n SizeType,\n} from \"./components/AdaptivityProvider/AdaptivityContext\";\nexport { calcInitialsAvatarColor } from \"./helpers/avatar\";\nexport { Popper } from \"./components/Popper/Popper\";\n\n/**\n * Types\n */\nexport type { AlignType, HasPlatform, HasInsets } from \"./types\";\nexport type { NavIdProps } from \"./lib/getNavId\";\nexport type { PlatformType } from \"./lib/platform\";\nexport type { AdaptivityProps } from \"./hoc/withAdaptivity\";\n"],"file":"index.js"}
@@ -7,7 +7,7 @@ export declare enum Platform {
7
7
  export declare const ANDROID = Platform.ANDROID;
8
8
  export declare const IOS = Platform.IOS;
9
9
  export declare const VKCOM = Platform.VKCOM;
10
- export declare type PlatformType = Platform.ANDROID | Platform.IOS | Platform.VKCOM;
10
+ export declare type PlatformType = Platform.ANDROID | Platform.IOS | Platform.VKCOM | string;
11
11
  export declare function platform(browserInfo?: BrowserInfo): PlatformType;
12
12
  /**
13
13
  * @deprecated для определения платформы используйте withPlatform или usePlatform
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/lib/platform.ts"],"names":["computeBrowserInfo","Platform","ANDROID","IOS","VKCOM","platform","browserInfo","system","platformName","IS_PLATFORM_IOS","IS_PLATFORM_ANDROID"],"mappings":"AAAA,SAAsBA,kBAAtB;AAEA,WAAYC,QAAZ;;WAAYA,Q;AAAAA,EAAAA,Q;AAAAA,EAAAA,Q;AAAAA,EAAAA,Q;GAAAA,Q,KAAAA,Q;;AAMZ,OAAO,IAAMC,OAAO,GAAGD,QAAQ,CAACC,OAAzB;AACP,OAAO,IAAMC,GAAG,GAAGF,QAAQ,CAACE,GAArB;AACP,OAAO,IAAMC,KAAK,GAAGH,QAAQ,CAACG,KAAvB;AAIP,OAAO,SAASC,QAAT,CAAkBC,WAAlB,EAA2D;AAChE,MAAI,CAACA,WAAL,EAAkB;AAChBA,IAAAA,WAAW,GAAGN,kBAAkB,EAAhC;AACD;;AAED,SAAOM,WAAW,CAACC,MAAZ,KAAuB,KAAvB,GAA+BJ,GAA/B,GAAqCD,OAA5C;AACD;AAED,IAAMM,YAAY,GAAGH,QAAQ,EAA7B;AAEA;AACA;AACA;;AACA,OAAO,IAAMI,eAAwB,GAAGD,YAAY,KAAKL,GAAlD;AACP;AACA;AACA;;AACA,OAAO,IAAMO,mBAA4B,GAAGF,YAAY,KAAKN,OAAtD","sourcesContent":["import { BrowserInfo, computeBrowserInfo } from \"./browser\";\n\nexport enum Platform {\n ANDROID = \"android\",\n IOS = \"ios\",\n VKCOM = \"vkcom\",\n}\n\nexport const ANDROID = Platform.ANDROID;\nexport const IOS = Platform.IOS;\nexport const VKCOM = Platform.VKCOM;\n\nexport type PlatformType = Platform.ANDROID | Platform.IOS | Platform.VKCOM;\n\nexport function platform(browserInfo?: BrowserInfo): PlatformType {\n if (!browserInfo) {\n browserInfo = computeBrowserInfo();\n }\n\n return browserInfo.system === \"ios\" ? IOS : ANDROID;\n}\n\nconst platformName = platform();\n\n/**\n * @deprecated для определения платформы используйте withPlatform или usePlatform\n */\nexport const IS_PLATFORM_IOS: boolean = platformName === IOS;\n/**\n * @deprecated для определения платформы используйте withPlatform или usePlatform\n */\nexport const IS_PLATFORM_ANDROID: boolean = platformName === ANDROID;\n"],"file":"platform.js"}
1
+ {"version":3,"sources":["../../src/lib/platform.ts"],"names":["computeBrowserInfo","Platform","ANDROID","IOS","VKCOM","platform","browserInfo","system","platformName","IS_PLATFORM_IOS","IS_PLATFORM_ANDROID"],"mappings":"AAAA,SAAsBA,kBAAtB;AAEA,WAAYC,QAAZ;;WAAYA,Q;AAAAA,EAAAA,Q;AAAAA,EAAAA,Q;AAAAA,EAAAA,Q;GAAAA,Q,KAAAA,Q;;AAMZ,OAAO,IAAMC,OAAO,GAAGD,QAAQ,CAACC,OAAzB;AACP,OAAO,IAAMC,GAAG,GAAGF,QAAQ,CAACE,GAArB;AACP,OAAO,IAAMC,KAAK,GAAGH,QAAQ,CAACG,KAAvB;AAQP,OAAO,SAASC,QAAT,CAAkBC,WAAlB,EAA2D;AAChE,MAAI,CAACA,WAAL,EAAkB;AAChBA,IAAAA,WAAW,GAAGN,kBAAkB,EAAhC;AACD;;AAED,SAAOM,WAAW,CAACC,MAAZ,KAAuB,KAAvB,GAA+BJ,GAA/B,GAAqCD,OAA5C;AACD;AAED,IAAMM,YAAY,GAAGH,QAAQ,EAA7B;AAEA;AACA;AACA;;AACA,OAAO,IAAMI,eAAwB,GAAGD,YAAY,KAAKL,GAAlD;AACP;AACA;AACA;;AACA,OAAO,IAAMO,mBAA4B,GAAGF,YAAY,KAAKN,OAAtD","sourcesContent":["import { BrowserInfo, computeBrowserInfo } from \"./browser\";\n\nexport enum Platform {\n ANDROID = \"android\",\n IOS = \"ios\",\n VKCOM = \"vkcom\",\n}\n\nexport const ANDROID = Platform.ANDROID;\nexport const IOS = Platform.IOS;\nexport const VKCOM = Platform.VKCOM;\n\nexport type PlatformType =\n | Platform.ANDROID\n | Platform.IOS\n | Platform.VKCOM\n | string;\n\nexport function platform(browserInfo?: BrowserInfo): PlatformType {\n if (!browserInfo) {\n browserInfo = computeBrowserInfo();\n }\n\n return browserInfo.system === \"ios\" ? IOS : ANDROID;\n}\n\nconst platformName = platform();\n\n/**\n * @deprecated для определения платформы используйте withPlatform или usePlatform\n */\nexport const IS_PLATFORM_IOS: boolean = platformName === IOS;\n/**\n * @deprecated для определения платформы используйте withPlatform или usePlatform\n */\nexport const IS_PLATFORM_ANDROID: boolean = platformName === ANDROID;\n"],"file":"platform.js"}
File without changes
@@ -1,2 +1,2 @@
1
1
  export { default as Button } from "../components/Button/Button";
2
- //# sourceMappingURL=tokenized.js.map
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/tokenized/index.ts"],"names":["default","Button"],"mappings":"AAAA,SAASA,OAAO,IAAIC,MAApB","sourcesContent":["export { default as Button } from \"../components/Button/Button\";\nexport type { ButtonProps } from \"../components/Button/Button\";\n"],"file":"index.js"}