@alfalab/core-components 44.5.1-beta.3 → 44.5.1-beta.4

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 (232) hide show
  1. package/button/components/base-button/Component.js +1 -1
  2. package/button/components/base-button/index.css +0 -5
  3. package/button/cssm/components/base-button/index.module.css +0 -5
  4. package/button/esm/components/base-button/Component.js +1 -1
  5. package/button/esm/components/base-button/index.css +0 -5
  6. package/button/modern/components/base-button/Component.js +1 -1
  7. package/button/modern/components/base-button/index.css +0 -5
  8. package/confirmation/components/screens/initial/component.js +1 -1
  9. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  10. package/confirmation/esm/component.responsive.js +1 -1
  11. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  12. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  13. package/confirmation/esm/components/index.js +1 -1
  14. package/confirmation/esm/components/screens/index.js +1 -1
  15. package/confirmation/esm/components/screens/initial/component.js +1 -1
  16. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  17. package/confirmation/esm/components/screens/initial/index.js +1 -1
  18. package/confirmation/esm/desktop/component.desktop.js +1 -1
  19. package/confirmation/esm/desktop/index.js +1 -1
  20. package/confirmation/esm/index.js +1 -1
  21. package/confirmation/esm/mobile/component.mobile.js +1 -1
  22. package/confirmation/esm/mobile/index.js +1 -1
  23. package/confirmation/esm/shared/index.js +1 -1
  24. package/confirmation/modern/component.responsive.js +1 -1
  25. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  26. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  27. package/confirmation/modern/components/index.js +1 -1
  28. package/confirmation/modern/components/screens/index.js +1 -1
  29. package/confirmation/modern/components/screens/initial/component.js +1 -1
  30. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  31. package/confirmation/modern/components/screens/initial/index.js +1 -1
  32. package/confirmation/modern/desktop/component.desktop.js +1 -1
  33. package/confirmation/modern/desktop/index.js +1 -1
  34. package/confirmation/modern/index.js +1 -1
  35. package/confirmation/modern/mobile/component.mobile.js +1 -1
  36. package/confirmation/modern/mobile/index.js +1 -1
  37. package/confirmation/modern/shared/index.js +1 -1
  38. package/gallery/components/header/Component.js +1 -1
  39. package/gallery/components/header/buttons.js +1 -1
  40. package/gallery/components/image-viewer/component.js +1 -1
  41. package/gallery/components/image-viewer/slide.js +1 -1
  42. package/gallery/esm/Component.js +2 -2
  43. package/gallery/esm/components/header/Component.js +1 -1
  44. package/gallery/esm/components/header/buttons.js +1 -1
  45. package/gallery/esm/components/header/index.js +1 -1
  46. package/gallery/esm/components/image-viewer/component.js +1 -1
  47. package/gallery/esm/components/image-viewer/index.js +1 -1
  48. package/gallery/esm/components/image-viewer/slide.js +1 -1
  49. package/gallery/esm/components/index.js +2 -2
  50. package/gallery/esm/index.js +2 -2
  51. package/gallery/modern/Component.js +2 -2
  52. package/gallery/modern/components/header/Component.js +1 -1
  53. package/gallery/modern/components/header/buttons.js +1 -1
  54. package/gallery/modern/components/header/index.js +1 -1
  55. package/gallery/modern/components/image-viewer/component.js +1 -1
  56. package/gallery/modern/components/image-viewer/index.js +1 -1
  57. package/gallery/modern/components/image-viewer/slide.js +1 -1
  58. package/gallery/modern/components/index.js +2 -2
  59. package/gallery/modern/index.js +2 -2
  60. package/modal/components/content/Component.js +1 -1
  61. package/modal/components/controls/Component.js +2 -2
  62. package/modal/components/footer/Component.js +2 -2
  63. package/modal/components/header/Component.js +1 -1
  64. package/modal/esm/Component.responsive.js +2 -2
  65. package/modal/esm/components/content/Component.js +1 -1
  66. package/modal/esm/components/controls/Component.js +2 -2
  67. package/modal/esm/components/controls/index.js +2 -2
  68. package/modal/esm/components/footer/Component.js +2 -2
  69. package/modal/esm/components/header/Component.js +1 -1
  70. package/modal/esm/desktop/Component.desktop.js +2 -2
  71. package/modal/esm/desktop/index.js +2 -2
  72. package/modal/esm/index-a5b021bd.d.ts +1 -1
  73. package/modal/esm/index.js +2 -2
  74. package/modal/esm/mobile/Component.mobile.js +2 -2
  75. package/modal/esm/mobile/index.js +2 -2
  76. package/modal/esm/shared/index.js +1 -1
  77. package/modal/esm/utils.js +1 -1
  78. package/modal/index-a5b021bd.d.ts +1 -1
  79. package/modal/modern/Component.responsive.js +2 -2
  80. package/modal/modern/components/content/Component.js +1 -1
  81. package/modal/modern/components/controls/Component.js +2 -2
  82. package/modal/modern/components/controls/index.js +2 -2
  83. package/modal/modern/components/footer/Component.js +2 -2
  84. package/modal/modern/components/header/Component.js +1 -1
  85. package/modal/modern/desktop/Component.desktop.js +2 -2
  86. package/modal/modern/desktop/index.js +2 -2
  87. package/modal/modern/index-a5b021bd.d.ts +1 -1
  88. package/modal/modern/index.js +2 -2
  89. package/modal/modern/mobile/Component.mobile.js +2 -2
  90. package/modal/modern/mobile/index.js +2 -2
  91. package/modal/modern/shared/index.js +1 -1
  92. package/modal/modern/utils.js +1 -1
  93. package/modal/utils.js +1 -1
  94. package/navigation-bar/components/back-arrow-addon/index.css +0 -4
  95. package/navigation-bar/components/closer/index.css +0 -2
  96. package/navigation-bar/cssm/components/back-arrow-addon/index.module.css +0 -4
  97. package/navigation-bar/cssm/components/closer/index.module.css +0 -2
  98. package/navigation-bar/esm/components/back-arrow-addon/index.css +0 -4
  99. package/navigation-bar/esm/components/closer/index.css +0 -2
  100. package/navigation-bar/modern/components/back-arrow-addon/index.css +0 -4
  101. package/navigation-bar/modern/components/closer/index.css +0 -2
  102. package/package.json +1 -1
  103. package/pure-cell/component-5a229016.d.ts +4 -4
  104. package/select/esm/Component.responsive.js +1 -1
  105. package/select/esm/index.js +1 -1
  106. package/select/esm/mobile/Component.mobile.js +1 -1
  107. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  108. package/select/esm/mobile/index.js +1 -1
  109. package/select/esm/presets/index.js +1 -1
  110. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  111. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  112. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  113. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  114. package/select/esm/shared/index.js +1 -1
  115. package/select/mobile/Component.mobile.js +1 -1
  116. package/select/modern/Component.responsive.js +1 -1
  117. package/select/modern/index.js +1 -1
  118. package/select/modern/mobile/Component.mobile.js +1 -1
  119. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  120. package/select/modern/mobile/index.js +1 -1
  121. package/select/modern/presets/index.js +1 -1
  122. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  123. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  124. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  125. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  126. package/select/modern/shared/index.js +1 -1
  127. package/select/presets/index.js +1 -1
  128. package/select/presets/useSelectWithApply/hook.js +1 -1
  129. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  130. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  131. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  132. package/select/shared/index.js +1 -1
  133. package/side-panel/components/controls/Component.js +1 -1
  134. package/side-panel/components/footer/Component.js +1 -1
  135. package/side-panel/esm/Component.responsive.js +1 -1
  136. package/side-panel/esm/components/controls/Component.js +1 -1
  137. package/side-panel/esm/components/controls/index.js +1 -1
  138. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  139. package/side-panel/esm/components/footer/Component.js +1 -1
  140. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  141. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  142. package/side-panel/esm/desktop/index.js +1 -1
  143. package/side-panel/esm/index.js +1 -1
  144. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  145. package/side-panel/esm/mobile/index.js +1 -1
  146. package/side-panel/modern/Component.responsive.js +1 -1
  147. package/side-panel/modern/components/controls/Component.js +1 -1
  148. package/side-panel/modern/components/controls/index.js +1 -1
  149. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  150. package/side-panel/modern/components/footer/Component.js +1 -1
  151. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  152. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  153. package/side-panel/modern/desktop/index.js +1 -1
  154. package/side-panel/modern/index.js +1 -1
  155. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  156. package/side-panel/modern/mobile/index.js +1 -1
  157. package/tag/components/base-tag/Component.js +1 -1
  158. package/tag/components/base-tag/index.css +1 -5
  159. package/tag/cssm/components/base-tag/index.module.css +1 -5
  160. package/tag/esm/components/base-tag/Component.js +1 -1
  161. package/tag/esm/components/base-tag/index.css +1 -5
  162. package/tag/modern/components/base-tag/Component.js +1 -1
  163. package/tag/modern/components/base-tag/index.css +1 -5
  164. package/themes/compiled/mobile-dark-bluetint.css +42 -42
  165. package/themes/dist/compiled/mobile-dark-bluetint.css +234 -234
  166. package/typography/esm/component.js +2 -2
  167. package/typography/esm/index.js +2 -2
  168. package/typography/esm/text/component.js +1 -1
  169. package/typography/esm/text/index.js +1 -1
  170. package/typography/esm/title/component.js +1 -1
  171. package/typography/esm/title/index.js +2 -2
  172. package/typography/esm/title-mobile/component.js +2 -2
  173. package/typography/esm/title-mobile/index.js +2 -2
  174. package/typography/esm/title-responsive/component.js +2 -2
  175. package/typography/esm/title-responsive/index.js +2 -2
  176. package/typography/modern/component.js +2 -2
  177. package/typography/modern/index.js +2 -2
  178. package/typography/modern/text/component.js +1 -1
  179. package/typography/modern/text/index.js +1 -1
  180. package/typography/modern/title/component.js +1 -1
  181. package/typography/modern/title/index.js +2 -2
  182. package/typography/modern/title-mobile/component.js +2 -2
  183. package/typography/modern/title-mobile/index.js +2 -2
  184. package/typography/modern/title-responsive/component.js +2 -2
  185. package/typography/modern/title-responsive/index.js +2 -2
  186. package/typography/text/component.js +1 -1
  187. package/typography/title/component.js +1 -1
  188. package/typography/title/index.js +1 -1
  189. package/typography/title-mobile/component.js +1 -1
  190. package/typography/title-responsive/component.js +1 -1
  191. /package/confirmation/{countdown-section-b2077068.d.ts → countdown-section-bad45551.d.ts} +0 -0
  192. /package/confirmation/{countdown-section-b2077068.js → countdown-section-bad45551.js} +0 -0
  193. /package/confirmation/esm/{countdown-section-fd1bf86d.d.ts → countdown-section-493ddc88.d.ts} +0 -0
  194. /package/confirmation/esm/{countdown-section-fd1bf86d.js → countdown-section-493ddc88.js} +0 -0
  195. /package/confirmation/modern/{countdown-section-5156e961.d.ts → countdown-section-8e2720be.d.ts} +0 -0
  196. /package/confirmation/modern/{countdown-section-5156e961.js → countdown-section-8e2720be.js} +0 -0
  197. /package/gallery/{buttons-a55cad79.d.ts → buttons-41386a83.d.ts} +0 -0
  198. /package/gallery/{buttons-a55cad79.js → buttons-41386a83.js} +0 -0
  199. /package/gallery/esm/{buttons-d19bb289.d.ts → buttons-a16b76b3.d.ts} +0 -0
  200. /package/gallery/esm/{buttons-d19bb289.js → buttons-a16b76b3.js} +0 -0
  201. /package/gallery/esm/{slide-6cb655f6.d.ts → slide-61ee79e5.d.ts} +0 -0
  202. /package/gallery/esm/{slide-6cb655f6.js → slide-61ee79e5.js} +0 -0
  203. /package/gallery/modern/{buttons-3dc5a2e1.d.ts → buttons-4c270945.d.ts} +0 -0
  204. /package/gallery/modern/{buttons-3dc5a2e1.js → buttons-4c270945.js} +0 -0
  205. /package/gallery/modern/{slide-5c264afa.d.ts → slide-d45d5b0f.d.ts} +0 -0
  206. /package/gallery/modern/{slide-5c264afa.js → slide-d45d5b0f.js} +0 -0
  207. /package/gallery/{slide-a9ae1104.d.ts → slide-86569661.d.ts} +0 -0
  208. /package/gallery/{slide-a9ae1104.js → slide-86569661.js} +0 -0
  209. /package/modal/esm/{getDataTestId-df63dec0.d.ts → getDataTestId-ebb790fe.d.ts} +0 -0
  210. /package/modal/esm/{getDataTestId-df63dec0.js → getDataTestId-ebb790fe.js} +0 -0
  211. /package/modal/esm/{layout.module-cabfd869.js → layout.module-65b158a3.js} +0 -0
  212. /package/modal/{getDataTestId-af629793.d.ts → getDataTestId-df239bc2.d.ts} +0 -0
  213. /package/modal/{getDataTestId-af629793.js → getDataTestId-df239bc2.js} +0 -0
  214. /package/modal/{layout.module-6b327090.js → layout.module-6de2fccf.js} +0 -0
  215. /package/modal/modern/{getDataTestId-fd10d717.d.ts → getDataTestId-9f1ae57f.d.ts} +0 -0
  216. /package/modal/modern/{getDataTestId-fd10d717.js → getDataTestId-9f1ae57f.js} +0 -0
  217. /package/modal/modern/{layout.module-49dd1e2c.js → layout.module-aabcece6.js} +0 -0
  218. /package/select/esm/{hook-1534436b.d.ts → hook-9652899e.d.ts} +0 -0
  219. /package/select/esm/{hook-1534436b.js → hook-9652899e.js} +0 -0
  220. /package/select/{hook-e5ba26c7.d.ts → hook-3f57caa8.d.ts} +0 -0
  221. /package/select/{hook-e5ba26c7.js → hook-3f57caa8.js} +0 -0
  222. /package/select/modern/{hook-83f603af.d.ts → hook-3e36491b.d.ts} +0 -0
  223. /package/select/modern/{hook-83f603af.js → hook-3e36491b.js} +0 -0
  224. /package/side-panel/esm/{layout.module-fa01acf8.js → layout.module-9b1b1597.js} +0 -0
  225. /package/side-panel/{layout.module-3ae30585.js → layout.module-63bb425f.js} +0 -0
  226. /package/side-panel/modern/{layout.module-f40eb9db.js → layout.module-294dd7f0.js} +0 -0
  227. /package/typography/{colors.module-6c5ed06e.js → colors.module-c6767642.js} +0 -0
  228. /package/typography/{common.module-625ad164.js → common.module-916c36bb.js} +0 -0
  229. /package/typography/esm/{colors.module-7ef24d84.js → colors.module-96dc9eaf.js} +0 -0
  230. /package/typography/esm/{common.module-d68bb41a.js → common.module-a36fca46.js} +0 -0
  231. /package/typography/modern/{colors.module-851d0160.js → colors.module-0a06cd10.js} +0 -0
  232. /package/typography/modern/{common.module-087c5d06.js → common.module-cd4fb372.js} +0 -0
@@ -1,23 +1,4 @@
1
- .backdrop__backdrop_7in0d {
2
- -webkit-tap-highlight-color: transparent;
3
- } .backdrop__appear_7in0d,
4
- .backdrop__enter_7in0d {
5
- background-color: transparent;
6
- } .backdrop__appearActive_7in0d,
7
- .backdrop__enterActive_7in0d,
8
- .backdrop__appearDone_7in0d,
9
- .backdrop__enterDone_7in0d {
10
- background-color: rgba(0, 0, 0, 0.7);
11
- } .backdrop__exit_7in0d {
12
- background-color: rgba(0, 0, 0, 0.7);
13
- } .backdrop__exitActive_7in0d,
14
- .backdrop__exitDone_7in0d {
15
- background-color: transparent;
16
- }.card-image__cardImage_1vmzs {
17
- background: #e7e8ea;
18
- } .card-image__loaded_1vmzs {
19
- background: transparent
20
- }.badge__component_1h5gy.badge__background-accent_1h5gy {
1
+ .badge__component_1h5gy.badge__background-accent_1h5gy {
21
2
  background-color: #f83a2a;
22
3
  color: #fff;
23
4
  } .badge__component_1h5gy.badge__background-specialbg-secondary-transparent_1h5gy {
@@ -77,6 +58,25 @@
77
58
  background-color: #fff;
78
59
  } .badge__dot_1h5gy.badge__outlineCount_1h5gy {
79
60
  border: 1px solid #0e0e0e;
61
+ }.backdrop__backdrop_7in0d {
62
+ -webkit-tap-highlight-color: transparent;
63
+ } .backdrop__appear_7in0d,
64
+ .backdrop__enter_7in0d {
65
+ background-color: transparent;
66
+ } .backdrop__appearActive_7in0d,
67
+ .backdrop__enterActive_7in0d,
68
+ .backdrop__appearDone_7in0d,
69
+ .backdrop__enterDone_7in0d {
70
+ background-color: rgba(0, 0, 0, 0.7);
71
+ } .backdrop__exit_7in0d {
72
+ background-color: rgba(0, 0, 0, 0.7);
73
+ } .backdrop__exitActive_7in0d,
74
+ .backdrop__exitDone_7in0d {
75
+ background-color: transparent;
76
+ }.card-image__cardImage_1vmzs {
77
+ background: #e7e8ea;
78
+ } .card-image__loaded_1vmzs {
79
+ background: transparent
80
80
  }.divider__component_8jnx5 {
81
81
  border-bottom: 1px solid #353539;
82
82
  }.dropzone__component_14ga0 {
@@ -168,7 +168,15 @@
168
168
  background: #fff;
169
169
  } .hatching-progress-bar__accent_1u44o {
170
170
  background: #f83a2a;
171
- }.indicator__component_1wd0s {
171
+ }.icon-view__component_1jgz8 {
172
+ color: rgba(238, 238, 251, 0.55)
173
+ } .icon-view__bg_1jgz8 {
174
+ fill: #1c1c1e;
175
+ } .icon-view__border_1jgz8 {
176
+ stroke: rgba(225, 225, 248, 0.09);
177
+ fill: transparent;
178
+ } .icon-view__children_1jgz8 {
179
+ }.indicator__component_1wd0s {
172
180
  color: #fff;
173
181
  background-color: #f83a2a;
174
182
  } .indicator__red_1wd0s {
@@ -186,15 +194,7 @@
186
194
  color: #fff
187
195
  } .indicator__grey_1wd0s.indicator__border_1wd0s {
188
196
  outline: 2px solid #0e0e0e;
189
- }.icon-view__component_1jgz8 {
190
- color: rgba(238, 238, 251, 0.55)
191
- } .icon-view__bg_1jgz8 {
192
- fill: #1c1c1e;
193
- } .icon-view__border_1jgz8 {
194
- stroke: rgba(225, 225, 248, 0.09);
195
- fill: transparent;
196
- } .icon-view__children_1jgz8 {
197
- }@keyframes loader__blink_9alk6 {
197
+ }@keyframes loader__blink_9alk6 {
198
198
  }.link__primary_zwgzq {
199
199
  color: #fff;
200
200
  border-bottom-color: #fff
@@ -264,17 +264,7 @@
264
264
  background: #fff;
265
265
  } .progress-bar__filled_1igje.progress-bar__accent_1igje {
266
266
  background: #f83a2a;
267
- }.scrollbar__component_d2br5 .scrollbar:before {
268
- background-color: rgba(228, 228, 251, 0.28);
269
- } .scrollbar__component_d2br5.dragging .track .scrollbar.visible:before {
270
- background-color: rgba(238, 238, 254, 0.46);
271
- }
272
-
273
- .scrollbar__component_1v4px .scrollbar:before {
274
- background-color: rgba(9, 12, 37, 0.28);
275
- } .scrollbar__component_1v4px.dragging .track .scrollbar.visible:before {
276
- background-color: rgba(4, 4, 21, 0.47);
277
- }.skeleton__component_ln0gf {
267
+ }.skeleton__component_ln0gf {
278
268
  color: transparent;
279
269
  background: rgba(214, 214, 229, 0.07);
280
270
  } .skeleton__component_ln0gf:before {
@@ -296,7 +286,17 @@
296
286
  100% {
297
287
  background: rgb(198, 205, 214);
298
288
  }
299
- }.segmented-control__wrapper_nfcxa {
289
+ }.scrollbar__component_d2br5 .scrollbar:before {
290
+ background-color: rgba(228, 228, 251, 0.28);
291
+ } .scrollbar__component_d2br5.dragging .track .scrollbar.visible:before {
292
+ background-color: rgba(238, 238, 254, 0.46);
293
+ }
294
+
295
+ .scrollbar__component_1v4px .scrollbar:before {
296
+ background-color: rgba(9, 12, 37, 0.28);
297
+ } .scrollbar__component_1v4px.dragging .track .scrollbar.visible:before {
298
+ background-color: rgba(4, 4, 21, 0.47);
299
+ }.segmented-control__wrapper_nfcxa {
300
300
  background-color: rgba(225, 225, 248, 0.09);
301
301
  } .segmented-control__segment_nfcxa.segmented-control__selected_nfcxa {
302
302
  color: #fff;
@@ -1659,6 +1659,29 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1659
1659
  color: #0e0e0e;
1660
1660
  }.comment__component_102vw {
1661
1661
  background-color: #1c1c1e;
1662
+ }.chart__coreChart_atfin .recharts-text tspan {
1663
+ fill: #fff;
1664
+ }
1665
+ @keyframes chart__showDot_9xeqi {
1666
+ }
1667
+
1668
+ .chart__tickText_op4y8 {
1669
+ fill: #fff;
1670
+ } .chart__circle_op4y8 {
1671
+ fill: #0e0e0e;
1672
+ } .chart__circle_op4y8 {
1673
+ fill: #0e0e0e;
1674
+ }
1675
+ .chart__tooltip_ophdo {
1676
+ background-color: #0e0e0e;
1677
+ border: 1px solid #36363a;
1678
+ box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
1679
+ 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1680
+ } .chart__tooltipArrow_ophdo {
1681
+ border: 1px solid #36363a;
1682
+ background-color: #0e0e0e;
1683
+ } .chart__tooltipArrow_ophdo:before {
1684
+ border-color: transparent #0e0e0e transparent transparent;
1662
1685
  }.circular-progress-bar__component_1ckn0.circular-progress-bar__bg-positive_1ckn0 {
1663
1686
  background: #17d055;
1664
1687
  } .circular-progress-bar__component_1ckn0.circular-progress-bar__bg-negative_1ckn0 {
@@ -1686,30 +1709,7 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1686
1709
  color: #fff;
1687
1710
  } .circular-progress-bar__iconWrapper_1ckn0.circular-progress-bar__icon-secondary_1ckn0 {
1688
1711
  color: #898991;
1689
- }.chart__coreChart_atfin .recharts-text tspan {
1690
- fill: #fff;
1691
- }
1692
- @keyframes chart__showDot_9xeqi {
1693
- }
1694
-
1695
- .chart__tickText_op4y8 {
1696
- fill: #fff;
1697
- } .chart__circle_op4y8 {
1698
- fill: #0e0e0e;
1699
- } .chart__circle_op4y8 {
1700
- fill: #0e0e0e;
1701
- }
1702
- .chart__tooltip_ophdo {
1703
- background-color: #0e0e0e;
1704
- border: 1px solid #36363a;
1705
- box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
1706
- 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
1707
- } .chart__tooltipArrow_ophdo {
1708
- border: 1px solid #36363a;
1709
- background-color: #0e0e0e;
1710
- } .chart__tooltipArrow_ophdo:before {
1711
- border-color: transparent #0e0e0e transparent transparent;
1712
- }.list-header__filled_27omm {
1712
+ }.list-header__filled_27omm {
1713
1713
  background-color: #212124;
1714
1714
  }.list__list_880rl {
1715
1715
  color: #fff;
@@ -1743,20 +1743,7 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1743
1743
  background: #fff;
1744
1744
  } .stepped-progress-bar__bar_7gqao.stepped-progress-bar__accent_7gqao {
1745
1745
  background: #f83a2a;
1746
- }.tab-bar__component_16z03 {
1747
- background-color: #0e0e0e;
1748
- } .tab-bar__border_16z03 {
1749
- box-shadow: 0 -1px 0 0 #29292c;
1750
- }
1751
- .tab-bar__component_lg08x {
1752
- background-color: transparent;
1753
- -webkit-tap-highlight-color: transparent;
1754
- color: rgba(238, 238, 251, 0.55);
1755
- } .tab-bar__selected_lg08x {
1756
- color: #f83a2a;
1757
- } .tab-bar__label_lg08x {
1758
- color: rgba(238, 238, 251, 0.55);
1759
- }.drawer__customScrollbar_4sg2w::-webkit-scrollbar-track {
1746
+ }.drawer__customScrollbar_4sg2w::-webkit-scrollbar-track {
1760
1747
  background-color: transparent;
1761
1748
  } .drawer__customScrollbar_4sg2w::-webkit-scrollbar-track-piece {
1762
1749
  background-color: transparent;
@@ -1775,6 +1762,19 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1775
1762
  } .drawer__backdropExitActive_4sg2w,
1776
1763
  .drawer__backdropExitDone_4sg2w {
1777
1764
  background-color: transparent;
1765
+ }.tab-bar__component_16z03 {
1766
+ background-color: #0e0e0e;
1767
+ } .tab-bar__border_16z03 {
1768
+ box-shadow: 0 -1px 0 0 #29292c;
1769
+ }
1770
+ .tab-bar__component_lg08x {
1771
+ background-color: transparent;
1772
+ -webkit-tap-highlight-color: transparent;
1773
+ color: rgba(238, 238, 251, 0.55);
1774
+ } .tab-bar__selected_lg08x {
1775
+ color: #f83a2a;
1776
+ } .tab-bar__label_lg08x {
1777
+ color: rgba(238, 238, 251, 0.55);
1778
1778
  }.textarea__input_1mbtw {
1779
1779
  color: #fff;
1780
1780
  caret-color: #fff;
@@ -1902,37 +1902,7 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1902
1902
  color: rgba(238, 238, 251, 0.55);
1903
1903
  } .attach__focused_9fxb7 {
1904
1904
  outline: 2px solid #3193fc;
1905
- }.custom-button__customButton_10bbc.custom-button__white_10bbc * {
1906
- color: #0e0e0e;
1907
- } .custom-button__customButton_10bbc.custom-button__black_10bbc * {
1908
- color: #fff;
1909
- } .custom-button__customButton_10bbc.custom-button__static-white_10bbc * {
1910
- color: #fff;
1911
- } .custom-button__customButton_10bbc.custom-button__static-black_10bbc * {
1912
- color: #0e0e0e;
1913
- } .custom-button__customButton_10bbc:before {
1914
- background-color: rgba(0, 0, 0, 0);
1915
- } .custom-button__customButton_10bbc.custom-button__darkening_10bbc:hover:before {
1916
- background-color: rgba(255, 255, 255, 0.07);
1917
- } .custom-button__customButton_10bbc.custom-button__darkening_10bbc:active:before {
1918
- background-color: rgba(255, 255, 255, 0.15);
1919
- } .custom-button__customButton_10bbc.custom-button__lightening_10bbc:hover:before {
1920
- background-color: rgba(0, 0, 0, 0.07);
1921
- } .custom-button__customButton_10bbc.custom-button__lightening_10bbc:active:before {
1922
- background-color: rgba(0, 0, 0, 0.15);
1923
- } .custom-button__customButton_10bbc.custom-button__static-darkening_10bbc:hover:before {
1924
- background-color: rgba(0, 0, 0, 0.07);
1925
- } .custom-button__customButton_10bbc.custom-button__static-darkening_10bbc:active:before {
1926
- background-color: rgba(0, 0, 0, 0.15);
1927
- } .custom-button__customButton_10bbc.custom-button__static-lightening_10bbc:hover:before {
1928
- background-color: rgba(255, 255, 255, 0.07);
1929
- } .custom-button__customButton_10bbc.custom-button__static-lightening_10bbc:active:before {
1930
- background-color: rgba(255, 255, 255, 0.15);
1931
- } .custom-button__customButton_10bbc:disabled.custom-button__white_10bbc * {
1932
- color: #fff;
1933
- } .custom-button__customButton_10bbc:disabled.custom-button__black_10bbc * {
1934
- color: #0e0e0e;
1935
- }.confirmation-v1__errorHeader_iqvxn {
1905
+ }.confirmation-v1__errorHeader_iqvxn {
1936
1906
  color: #fff;
1937
1907
  color: #fff;
1938
1908
  } .confirmation-v1__errorText_iqvxn {
@@ -1957,14 +1927,14 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1957
1927
  color: rgba(233, 233, 250, 0.37);
1958
1928
  } @keyframes confirmation-v1__shake_1uu59 {
1959
1929
  }
1960
- .confirmation-v1__component_1pb7h {
1961
- color: rgba(238, 238, 251, 0.55);
1962
- color: rgba(238, 238, 251, 0.55);
1963
- }
1964
1930
  .confirmation-v1__circle_7i38q {
1965
1931
  fill: transparent;
1966
1932
  stroke: #49494f;
1967
1933
  }
1934
+ .confirmation-v1__component_1pb7h {
1935
+ color: rgba(238, 238, 251, 0.55);
1936
+ color: rgba(238, 238, 251, 0.55);
1937
+ }
1968
1938
  .confirmation-v1__title_1hc6g {
1969
1939
  color: #fff;
1970
1940
  } .confirmation-v1__description_1hc6g {
@@ -1980,7 +1950,37 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
1980
1950
  } .confirmation-v1__loaderText_ztas3 {
1981
1951
  color: rgba(238, 238, 251, 0.55);
1982
1952
  color: rgba(238, 238, 251, 0.55);
1983
- }.cc-icon-button.icon-button__primary_lhye6 {
1953
+ }.custom-button__customButton_10bbc.custom-button__white_10bbc * {
1954
+ color: #0e0e0e;
1955
+ } .custom-button__customButton_10bbc.custom-button__black_10bbc * {
1956
+ color: #fff;
1957
+ } .custom-button__customButton_10bbc.custom-button__static-white_10bbc * {
1958
+ color: #fff;
1959
+ } .custom-button__customButton_10bbc.custom-button__static-black_10bbc * {
1960
+ color: #0e0e0e;
1961
+ } .custom-button__customButton_10bbc:before {
1962
+ background-color: rgba(0, 0, 0, 0);
1963
+ } .custom-button__customButton_10bbc.custom-button__darkening_10bbc:hover:before {
1964
+ background-color: rgba(255, 255, 255, 0.07);
1965
+ } .custom-button__customButton_10bbc.custom-button__darkening_10bbc:active:before {
1966
+ background-color: rgba(255, 255, 255, 0.15);
1967
+ } .custom-button__customButton_10bbc.custom-button__lightening_10bbc:hover:before {
1968
+ background-color: rgba(0, 0, 0, 0.07);
1969
+ } .custom-button__customButton_10bbc.custom-button__lightening_10bbc:active:before {
1970
+ background-color: rgba(0, 0, 0, 0.15);
1971
+ } .custom-button__customButton_10bbc.custom-button__static-darkening_10bbc:hover:before {
1972
+ background-color: rgba(0, 0, 0, 0.07);
1973
+ } .custom-button__customButton_10bbc.custom-button__static-darkening_10bbc:active:before {
1974
+ background-color: rgba(0, 0, 0, 0.15);
1975
+ } .custom-button__customButton_10bbc.custom-button__static-lightening_10bbc:hover:before {
1976
+ background-color: rgba(255, 255, 255, 0.07);
1977
+ } .custom-button__customButton_10bbc.custom-button__static-lightening_10bbc:active:before {
1978
+ background-color: rgba(255, 255, 255, 0.15);
1979
+ } .custom-button__customButton_10bbc:disabled.custom-button__white_10bbc * {
1980
+ color: #fff;
1981
+ } .custom-button__customButton_10bbc:disabled.custom-button__black_10bbc * {
1982
+ color: #0e0e0e;
1983
+ }.cc-icon-button.icon-button__primary_lhye6 {
1984
1984
  color: #fff
1985
1985
  } .cc-icon-button.icon-button__primary_lhye6:hover {
1986
1986
  color: #babbc2;
@@ -2098,41 +2098,7 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2098
2098
  }
2099
2099
  .confirmation__typographyTheme_br64n.confirmation__typographyTheme_br64n {
2100
2100
  color: rgba(238, 238, 251, 0.55);
2101
- }.pattern-lock__message_tnry3 {
2102
- color: #fff;
2103
- } .pattern-lock__error_tnry3 {
2104
- color: #ff5431;
2105
- } @media screen and (min-width: 360px) {
2106
- } @media screen and (min-width: 390px) {
2107
- }.pass-code__message_ul3qg {
2108
- color: #fff;
2109
- } .pass-code__error_ul3qg {
2110
- color: #ff5431;
2111
- }
2112
- .pass-code__dot_jv8yw {
2113
- background: rgba(222, 222, 238, 0.13)
2114
- } .pass-code__dot_jv8yw.pass-code__error_jv8yw {
2115
- background: #ff5431;
2116
- } .pass-code__filled_jv8yw {
2117
- background: #fff;
2118
- }
2119
- @keyframes pass-code__shake_ohff6 {
2120
- }
2121
-
2122
- .pass-code__secondary_m6gfp.pass-code__secondary_m6gfp {
2123
- color: #fff;
2124
- background: rgba(225, 225, 248, 0.09)
2125
- } .pass-code__secondary_m6gfp.pass-code__secondary_m6gfp:hover {
2126
- color: #fff;
2127
- } .pass-code__secondary_m6gfp.pass-code__secondary_m6gfp:active {
2128
- background: rgba(234, 234, 248, 0.15);
2129
- } .pass-code__ghost_m6gfp.pass-code__ghost_m6gfp {
2130
- color: #fff
2131
- } .pass-code__ghost_m6gfp.pass-code__ghost_m6gfp:hover {
2132
- color: #fff;
2133
- } .pass-code__ghost_m6gfp.pass-code__ghost_m6gfp:active {
2134
- background: rgba(234, 234, 248, 0.15);
2135
- }.input__input_129jq {
2101
+ }.input__input_129jq {
2136
2102
  color: #fff;
2137
2103
  caret-color: #fff;
2138
2104
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -2213,6 +2179,40 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2213
2179
  color: rgba(5, 8, 29, 0.38);
2214
2180
  } .input__clearIcon_1838h:active {
2215
2181
  color: rgba(4, 4, 21, 0.47);
2182
+ }.pattern-lock__message_tnry3 {
2183
+ color: #fff;
2184
+ } .pattern-lock__error_tnry3 {
2185
+ color: #ff5431;
2186
+ } @media screen and (min-width: 360px) {
2187
+ } @media screen and (min-width: 390px) {
2188
+ }.pass-code__message_ul3qg {
2189
+ color: #fff;
2190
+ } .pass-code__error_ul3qg {
2191
+ color: #ff5431;
2192
+ }
2193
+ .pass-code__dot_jv8yw {
2194
+ background: rgba(222, 222, 238, 0.13)
2195
+ } .pass-code__dot_jv8yw.pass-code__error_jv8yw {
2196
+ background: #ff5431;
2197
+ } .pass-code__filled_jv8yw {
2198
+ background: #fff;
2199
+ }
2200
+ @keyframes pass-code__shake_ohff6 {
2201
+ }
2202
+
2203
+ .pass-code__secondary_m6gfp.pass-code__secondary_m6gfp {
2204
+ color: #fff;
2205
+ background: rgba(225, 225, 248, 0.09)
2206
+ } .pass-code__secondary_m6gfp.pass-code__secondary_m6gfp:hover {
2207
+ color: #fff;
2208
+ } .pass-code__secondary_m6gfp.pass-code__secondary_m6gfp:active {
2209
+ background: rgba(234, 234, 248, 0.15);
2210
+ } .pass-code__ghost_m6gfp.pass-code__ghost_m6gfp {
2211
+ color: #fff
2212
+ } .pass-code__ghost_m6gfp.pass-code__ghost_m6gfp:hover {
2213
+ color: #fff;
2214
+ } .pass-code__ghost_m6gfp.pass-code__ghost_m6gfp:active {
2215
+ background: rgba(234, 234, 248, 0.15);
2216
2216
  }.file-upload-item__component_2mrdy {
2217
2217
  color: rgba(238, 238, 251, 0.55);
2218
2218
  box-shadow: 0 -1px 0 0 #29292c inset
@@ -2226,7 +2226,21 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2226
2226
  color: #fff
2227
2227
  } .file-upload-item__errorWrapper_2mrdy {
2228
2228
  color: #ff5431
2229
- }.navigation-bar__content_1kv2x {
2229
+ }.pure-cell__focused_1q7ju {
2230
+ outline: 2px solid #3193fc;
2231
+ }
2232
+
2233
+
2234
+
2235
+ .pure-cell__categoryPercent_g9byr {
2236
+ background-color: #1c1c1e;
2237
+ }
2238
+
2239
+
2240
+
2241
+
2242
+
2243
+ .navigation-bar__content_1kv2x {
2230
2244
  color: #fff
2231
2245
  } .navigation-bar__subtitle_1kv2x {
2232
2246
  color: rgba(238, 238, 251, 0.55);
@@ -2298,21 +2312,7 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2298
2312
  background-color: #1c1c1e;
2299
2313
  } .toast-plate__closeButtonWrapper_4wskr:before {
2300
2314
  background-color: #29292c;
2301
- }.pure-cell__focused_1q7ju {
2302
- outline: 2px solid #3193fc;
2303
- }
2304
-
2305
-
2306
-
2307
- .pure-cell__categoryPercent_g9byr {
2308
- background-color: #1c1c1e;
2309
- }
2310
-
2311
-
2312
-
2313
-
2314
-
2315
- .number-input__steppers_52k5h {
2315
+ }.number-input__steppers_52k5h {
2316
2316
  background-color: rgba(214, 214, 229, 0.07);
2317
2317
  } .number-input__steppersFocused_52k5h,
2318
2318
  .number-input__steppersDisabled_52k5h {
@@ -2345,6 +2345,20 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2345
2345
  color: rgba(233, 233, 250, 0.37);
2346
2346
  } .with-suffix__readOnly_13t4t {
2347
2347
  color: rgba(233, 233, 250, 0.37);
2348
+ }
2349
+ .popup-sheet__appear_7vt2c,
2350
+ .popup-sheet__enter_7vt2c {
2351
+ background-color: transparent;
2352
+ } .popup-sheet__appearActive_7vt2c,
2353
+ .popup-sheet__enterActive_7vt2c,
2354
+ .popup-sheet__appearDone_7vt2c,
2355
+ .popup-sheet__enterDone_7vt2c {
2356
+ background-color: rgba(0, 0, 0, 0.7);
2357
+ } .popup-sheet__exit_7vt2c {
2358
+ background-color: rgba(0, 0, 0, 0.7);
2359
+ } .popup-sheet__exitActive_7vt2c,
2360
+ .popup-sheet__exitDone_7vt2c {
2361
+ background-color: transparent;
2348
2362
  }.bottom-sheet__modal_6rf8a.bottom-sheet__modal_6rf8a {
2349
2363
  background-color: transparent;
2350
2364
  } .bottom-sheet__component_6rf8a {
@@ -2450,19 +2464,12 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2450
2464
  }
2451
2465
  .bottom-sheet__highlighted_1hvqa {
2452
2466
  border-bottom: 1px solid #36363a;
2453
- }
2454
- .popup-sheet__appear_7vt2c,
2455
- .popup-sheet__enter_7vt2c {
2456
- background-color: transparent;
2457
- } .popup-sheet__appearActive_7vt2c,
2458
- .popup-sheet__enterActive_7vt2c,
2459
- .popup-sheet__appearDone_7vt2c,
2460
- .popup-sheet__enterDone_7vt2c {
2461
- background-color: rgba(0, 0, 0, 0.7);
2462
- } .popup-sheet__exit_7vt2c {
2463
- background-color: rgba(0, 0, 0, 0.7);
2464
- } .popup-sheet__exitActive_7vt2c,
2465
- .popup-sheet__exitDone_7vt2c {
2467
+ }.toast__toastPlate_ciq7j {
2468
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2469
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2470
+ } .toast__popoverInner_ciq7j {
2471
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2472
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2466
2473
  background-color: transparent;
2467
2474
  }.bank-card__component_a057z {
2468
2475
  --form-control-bg-color: transparent;
@@ -2485,53 +2492,8 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2485
2492
  background-color: transparent
2486
2493
  } .bank-card__usePhoto_a057z svg {
2487
2494
  fill: #fff;
2488
- }.toast__toastPlate_ciq7j {
2489
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2490
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2491
- } .toast__popoverInner_ciq7j {
2492
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2493
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2494
- background-color: transparent;
2495
- }.amount-input__minorPartAndCurrency_12zbk {
2496
- color: rgba(238, 238, 251, 0.55);
2497
- }
2498
- .amount-input__filled_1sms5 .amount-input__input_1sms5,
2499
- .amount-input__input_1sms5:focus {
2500
- -webkit-text-fill-color: transparent;
2501
- }
2502
- .amount-input__minorPartAndCurrency_1xilp {
2503
- color: rgba(4, 4, 19, 0.55);
2504
- }.tooltip__hint_1g683 {
2505
- background-color: #fff;
2506
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
2507
- 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
2508
- color: #0e0e0e;
2509
- } .tooltip__hint_1g683 .tooltip__arrow_1g683:after {
2510
- background-color: #fff;
2511
- border-color: #fff;
2512
- } .tooltip__tooltip_1g683 {
2513
- border: 1px solid #29292c
2514
- } .tooltip__tooltip_1g683 .tooltip__arrow_1g683:after {
2515
- border-color: #29292c;
2516
2495
  }
2517
2496
 
2518
- .tooltip__tooltip_wj7gh {
2519
- background-color: #fff;
2520
- color: #0e0e0e;
2521
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
2522
- 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
2523
- } .tooltip__tooltip_wj7gh .tooltip__arrow_wj7gh:after {
2524
- background-color: #fff;
2525
- } .tooltip__hint_wj7gh {
2526
- background-color: #1c1c1e;
2527
- box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2528
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2529
- color: #fff;
2530
- } .tooltip__hint_wj7gh .tooltip__arrow_wj7gh:after {
2531
- background-color: #1c1c1e;
2532
- }
2533
-
2534
-
2535
2497
 
2536
2498
 
2537
2499
 
@@ -2553,7 +2515,17 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2553
2515
  } .modal__sticky_sxwc6.modal__hasContent_sxwc6 {
2554
2516
  background: #1c1c1e;
2555
2517
  }
2556
-
2518
+ .amount-input__minorPartAndCurrency_12zbk {
2519
+ color: rgba(238, 238, 251, 0.55);
2520
+ }
2521
+ .amount-input__filled_1sms5 .amount-input__input_1sms5,
2522
+ .amount-input__input_1sms5:focus {
2523
+ -webkit-text-fill-color: transparent;
2524
+ }
2525
+ .amount-input__minorPartAndCurrency_1xilp {
2526
+ color: rgba(4, 4, 19, 0.55);
2527
+ }@media (min-width: 600px) {
2528
+ }
2557
2529
 
2558
2530
 
2559
2531
 
@@ -2577,8 +2549,36 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2577
2549
  } .side-panel__sticky_5jssm.side-panel__hasContent_5jssm {
2578
2550
  background: #1c1c1e;
2579
2551
  }
2580
- @media (min-width: 600px) {
2581
- }.gallery__container_7drr9 {
2552
+ .tooltip__hint_1g683 {
2553
+ background-color: #fff;
2554
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
2555
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
2556
+ color: #0e0e0e;
2557
+ } .tooltip__hint_1g683 .tooltip__arrow_1g683:after {
2558
+ background-color: #fff;
2559
+ border-color: #fff;
2560
+ } .tooltip__tooltip_1g683 {
2561
+ border: 1px solid #29292c
2562
+ } .tooltip__tooltip_1g683 .tooltip__arrow_1g683:after {
2563
+ border-color: #29292c;
2564
+ }
2565
+
2566
+ .tooltip__tooltip_wj7gh {
2567
+ background-color: #fff;
2568
+ color: #0e0e0e;
2569
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
2570
+ 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
2571
+ } .tooltip__tooltip_wj7gh .tooltip__arrow_wj7gh:after {
2572
+ background-color: #fff;
2573
+ } .tooltip__hint_wj7gh {
2574
+ background-color: #1c1c1e;
2575
+ box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
2576
+ 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
2577
+ color: #fff;
2578
+ } .tooltip__hint_wj7gh .tooltip__arrow_wj7gh:after {
2579
+ background-color: #1c1c1e;
2580
+ }
2581
+ .gallery__container_7drr9 {
2582
2582
  background-color: #0e0e0e;
2583
2583
  } .gallery__modal_7drr9 {
2584
2584
  background: transparent;
@@ -2857,14 +2857,14 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2857
2857
  }
2858
2858
  .calendar-with-skeleton__skeleton_1ggg5 {
2859
2859
  background-color: #1c1c1e;
2860
+ }.date-time-input__calendarContainer_11yem {
2861
+ border: 1px solid #29292c
2860
2862
  }.date-range-input__calendarContainer_1adkl {
2861
2863
  border: 1px solid #29292c
2862
2864
  }.calendar-input__calendarContainer_2yr6g {
2863
2865
  border: 1px solid #29292c
2864
2866
  } .calendar-input__calendarIcon_2yr6g {
2865
2867
  color: rgba(238, 238, 251, 0.55)
2866
- }.date-time-input__calendarContainer_11yem {
2867
- border: 1px solid #29292c
2868
2868
  }.universal-date-input__calendarIcon_1h1rl {
2869
2869
  color: rgba(238, 238, 251, 0.55);
2870
2870
  } .universal-date-input__calendarContainer_1h1rl {
@@ -2908,7 +2908,10 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2908
2908
  .picker-button__linkOpen_5akaw:not(:hover) {
2909
2909
  background-color: rgba(214, 214, 229, 0.07);
2910
2910
  }
2911
- .table__component_cvjei {
2911
+
2912
+ .calendar-range__component_jkyln:after {
2913
+ background-color: #fff;
2914
+ }.table__component_cvjei {
2912
2915
  border-top: 1px solid #36363a;
2913
2916
  }
2914
2917
  .table__wrapper_1azxs {
@@ -2955,9 +2958,6 @@ button.pagination__tag_1j4g9.pagination__tag_1j4g9 {
2955
2958
  .table__open_rugln:hover {
2956
2959
  background-color: rgba(255, 255, 255, 0.163);
2957
2960
  }
2958
- .calendar-range__component_jkyln:after {
2959
- background-color: #fff;
2960
- }
2961
2961
  .international-phone-input__dialCode_1oi9d {
2962
2962
  color: rgba(238, 238, 251, 0.55);
2963
2963
  } .international-phone-input__emptyCountryIcon_1oi9d {
@@ -9,9 +9,9 @@ import 'classnames';
9
9
  import './hooks/use-skeleton.js';
10
10
  import '../../skeleton/esm';
11
11
  import '@alfalab/hooks';
12
- import './colors.module-7ef24d84.js';
12
+ import './colors.module-96dc9eaf.js';
13
13
  import './title/component.js';
14
- import './common.module-d68bb41a.js';
14
+ import './common.module-a36fca46.js';
15
15
 
16
16
  var Typography = {
17
17
  Title: Title,
@@ -8,9 +8,9 @@ import 'classnames';
8
8
  import './hooks/use-skeleton.js';
9
9
  import '../../skeleton/esm';
10
10
  import '@alfalab/hooks';
11
- import './colors.module-7ef24d84.js';
11
+ import './colors.module-96dc9eaf.js';
12
12
  import './title/index.js';
13
13
  import './title/component.js';
14
- import './common.module-d68bb41a.js';
14
+ import './common.module-a36fca46.js';
15
15
  import './title-mobile/component.js';
16
16
  import './title-responsive/component.js';
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { useSkeleton } from '../hooks/use-skeleton.js';
6
- import { c as colors } from '../colors.module-7ef24d84.js';
6
+ import { c as colors } from '../colors.module-96dc9eaf.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
9
 
@@ -6,4 +6,4 @@ import 'classnames';
6
6
  import '../hooks/use-skeleton.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
- import '../colors.module-7ef24d84.js';
9
+ import '../colors.module-96dc9eaf.js';
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { useSkeleton } from '../hooks/use-skeleton.js';
6
- import { c as colors } from '../colors.module-7ef24d84.js';
6
+ import { c as colors } from '../colors.module-96dc9eaf.js';
7
7
  import '../../../skeleton/esm';
8
8
  import '@alfalab/hooks';
9
9